@import url("https://use.typekit.net/yfp1pab.css");
.ember-basic-dropdown {
  position: relative;
}
.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}
.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #FFF;
}
.ember-basic-dropdown-content--left {
  left: 0;
}
.ember-basic-dropdown-content--right {
  right: 0;
}
.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}
.ember-power-select-dropdown * {
  box-sizing: border-box;
}
.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}
.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}
.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
  transform: rotate(180deg);
}
.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}
.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}
.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}
.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}
.ember-power-select-search {
  padding: 4px;
}
.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}
.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}
.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ember-power-select-dropdown.ember-basic-dropdown-content--below,
.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}
.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role="listbox"] {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}
.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}
.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed;
}
.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}
.ember-power-select-option[aria-selected="true"] {
  background-color: #dddddd;
}
.ember-power-select-option[aria-current="true"] {
  background-color: #5897fb;
  color: #ffffff;
}
.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}
.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}
.ember-power-select-trigger {
  padding: 0 16px 0 0;
}
.ember-power-select-selected-item,
.ember-power-select-placeholder {
  margin-left: 8px;
}
.ember-power-select-status-icon {
  right: 5px;
}
.ember-power-select-clear-btn {
  right: 25px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}
.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item,
.ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}
/*! 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;
}
@media print {
  .navbar-wrapper {
    display: none;
  }
  .btn.btn-info {
    display: none;
  }
  .container {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-title {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .ember-basic-dropdown {
    display: none;
  }
  div::-webkit-scrollbar {
    width: 0 !important;
  }
  div {
    -ms-overflow-style: none;
  }
  div {
    overflow: -moz-scrollbars-none;
  }
  div {
    overflow: hidden !important;
  }
  canvas.chartjs-render-monitor {
    min-height: 50%;
    max-width: 70%;
    max-height: 100%;
    height: auto!important;
    width: auto!important;
  }
  footer.footer {
    display: none;
  }
  div.chart-type-select-icons {
    display: none;
  }
  .table-chart-wrapper {
    width: 80%;
    margin: 0 auto;
  }
  div.table-chart-wrapper.limit-wrapper tbody tr th {
    width: 80%;
  }
}
@media print and (min-width: 992px) {
  .container {
    width: 550px !important;
  }
  .page-title {
    width: 550px !important;
    width: 300px !important;
  }
}
@media print and (min-width: 1400px) {
  .container {
    width: 750px !important;
  }
  .page-title {
    width: 750px !important;
  }
}
.export-wrapper {
  max-height: 0;
  overflow: auto;
}
.export-wrapper canvas {
  background: white;
}
* {
  -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: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00759A;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #003b4e;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00759A;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #004e67;
}
.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: #00759A;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004e67;
}
.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 #eeeeee;
}
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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  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: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -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: 1400px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-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);
  -moz-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;
  -moz-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);
  -moz-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;
  -moz-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: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #00759A;
  border-color: #006281;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #004e67;
  border-color: #000101;
}
.btn-primary:hover {
  color: #fff;
  background-color: #004e67;
  border-color: #003343;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #004e67;
  border-color: #003343;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #003343;
  border-color: #000101;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00759A;
  border-color: #006281;
}
.btn-primary .badge {
  color: #00759A;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #00AE65;
  border-color: #009556;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #007b47;
  border-color: #00150c;
}
.btn-success:hover {
  color: #fff;
  background-color: #007b47;
  border-color: #005733;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #007b47;
  border-color: #005733;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #005733;
  border-color: #00150c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00AE65;
  border-color: #009556;
}
.btn-success .badge {
  color: #00AE65;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #F0AB00;
  border-color: #d79900;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #bd8700;
  border-color: #573e00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #bd8700;
  border-color: #996d00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #bd8700;
  border-color: #996d00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #996d00;
  border-color: #573e00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #F0AB00;
  border-color: #d79900;
}
.btn-warning .badge {
  color: #F0AB00;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #AA272F;
  border-color: #952229;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #811d24;
  border-color: #2e0a0d;
}
.btn-danger:hover {
  color: #fff;
  background-color: #811d24;
  border-color: #63171c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #811d24;
  border-color: #63171c;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #63171c;
  border-color: #2e0a0d;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #AA272F;
  border-color: #952229;
}
.btn-danger .badge {
  color: #AA272F;
  background-color: #fff;
}
.btn-link {
  color: #00759A;
  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;
  -moz-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: #003b4e;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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: #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);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00759A;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00759A;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00759A;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 65px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 22.5px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 65px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 11.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
}
.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);
  -moz-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: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
.navbar-btn.btn-sm {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
.navbar-btn.btn-xs {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-text {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00759A;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #003b4e;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #00759A;
  border-color: #00759A;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #00759A;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #004e67;
}
.label-success {
  background-color: #00AE65;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #007b47;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #F0AB00;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #bd8700;
}
.label-danger {
  background-color: #AA272F;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #811d24;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00759A;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 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: #00759A;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #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: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #00759A;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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: #00AE65;
}
.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: #F0AB00;
}
.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: #AA272F;
}
.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);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00759A;
  border-color: #00759A;
}
.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: #67daff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #00759A;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #00759A;
  border-color: #00759A;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00759A;
}
.panel-primary > .panel-heading .badge {
  color: #00759A;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00759A;
}
.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;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-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);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", 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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", 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: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.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,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-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: 1399px) {
  .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: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .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: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .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: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .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;
  }
}
.ember-cli-g-map {
  height: 500px;
}
.ember-application > .ember-view {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  margin-bottom: -10px;
}
.application-content {
  margin-bottom: 0;
  padding-bottom: 135px;
  background: #FAFAFA;
  min-height: 100vh;
}
.application-content.loading:before {
  display: block;
}
.application-content.loading:after {
  content: 'Loading Portal Details...';
  background-color: white;
  width: 150px;
  margin-left: -75px;
}
div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
div::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #CCCCCC;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.inline-logo {
  background-color: #B2B4B3;
  border-radius: 4px;
  /* padding: 10px; */
  box-sizing: content-box;
}
.fun-rotate p,
.fun-rotate h1,
.fun-rotate h2,
.fun-rotate h3,
.fun-rotate h4,
.fun-rotate h5,
.fun-rotate h6,
.fun-rotate span,
.fun-rotate .growl-message,
.fun-rotate a,
.fun-rotate ul,
.fun-rotate input,
.fun-rotate textarea,
.fun-rotate select,
.fun-rotate label,
.fun-rotate button {
  transform: rotate(-10deg);
  transform-origin: 100px 0;
}
.form-group {
  position: relative;
}
.restricted-height {
  height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
}
.restricted-height li {
  display: block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.fa-404 {
  transition: 0.3s;
}
.fa-404:hover {
  transform: scale(1.5) rotate(35deg);
}
.page-title {
  display: block;
  font-size: 30px;
  margin: 0 -15px;
  padding: 15px;
  margin-bottom: 0;
  font-weight: normal;
}
.page-title .container {
  background-color: transparent!important;
}
.page-title .actions {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.page-title .actions > li {
  float: left;
  margin: 0 5px;
}
.page-title .actions > li .nav {
  font-size: 14px;
}
.page-title .btn-flat {
  border: none;
}
.page-title-merged .form-group {
  display: inline-block;
  float: left;
}
.page-title-merged .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: 0;
  border-right: none;
}
.page-title-merged .form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page-title-merged .btn-default {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -4px;
  border-left: none;
  float: right;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
hr.margin-sm {
  margin: 5px 0;
}
hr.margin-md {
  margin: 10px 0;
}
hr.margin-lg {
  margin: 40px 0;
}
.label > .dropdown > a,
.label > .dropdown > a:link,
.label > .dropdown > a:visited,
.label > .dropdown > a:active,
.label > .dropdown > a:focus,
.label > .dropdown > a:hover {
  color: white;
}
.application-container {
  background-color: white;
}
.application-container .container {
  padding: 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: white;
}
.extended-container {
  width: 100em;
}
textarea {
  resize: none;
}
.input-group .form-control {
  z-index: 0;
}
.white-button {
  color: white;
}
.tooltip {
  z-index: 950!important;
}
.input-help-text {
  min-width: 1px;
  position: relative;
  color: gray;
  flex: 1 1 auto;
  top: 5px;
}
.arrow-base {
  width: 0;
  height: 0;
}
._pointer,
.pointer {
  cursor: pointer;
}
._pointer-inline,
.pointer-inline {
  cursor: pointer;
  display: inline;
}
._move,
.move {
  cursor: move;
}
._help,
.help {
  cursor: help;
}
._req {
  color: red;
  font-weight: bold;
}
._bold {
  font-weight: bold;
}
._color-blue,
.color-blue {
  color: #00759A;
}
._color-red,
.color-red {
  color: #AA272F;
}
._color-gray,
.color-gray {
  color: #B2B4B3;
}
._color-black,
.color-black {
  color: #000000;
}
._color-green,
.color-green {
  color: #00AE65;
}
._color-scrub-gray,
.color-scrub-gray {
  color: #747678;
}
._color-yellow,
.color-yellow {
  color: #F0AB00;
}
._color-purple,
.color-purple {
  color: #693A77;
}
._hover-color-blue:hover {
  color: #00759A !important;
}
._hover-color-red:hover {
  color: #AA272F !important;
}
._hover-color-gray:hover {
  color: #B2B4B3 !important;
}
._hover-color-black:hover {
  color: #000000 !important;
}
._hover-color-green:hover {
  color: #00AE65 !important;
}
._hover-color-scrub-gray:hover {
  color: #747678 !important;
}
._hover-color-yellow:hover {
  color: #F0AB00 !important;
}
._hover-color-purple:hover {
  color: #693A77 !important;
}
._hover-bg-blue:hover {
  background: #00759A;
}
._hover-bg-red:hover {
  background: #AA272F;
}
._hover-bg-gray:hover {
  background: #B2B4B3;
}
._hover-bg-green:hover {
  background: #00AE65;
}
._hover-bg-scrub-gray:hover {
  background: #747678;
}
._hover-bg-yellow:hover {
  background: #F0AB00;
}
._hover-bg-purple:hover {
  background: #693A77;
}
._hover-bg-primary:hover {
  background: #00759A;
}
._hover-bg-success:hover {
  background: #00AE65;
}
._hover-bg-info:hover {
  background: #5bc0de;
}
._hover-bg-warning:hover {
  background: #F0AB00;
}
._hover-bg-danger:hover {
  background: #AA272F;
}
hr {
  border-top: 1px solid #ccc;
}
._center {
  text-align: center;
}
._visa {
  color: #1463A2;
}
._mastercard {
  color: #EEAC02;
}
._amex {
  color: #2878B4;
}
._discover {
  color: #E75C00;
}
._row-border-bottom {
  border-bottom: 1px solid #777777;
}
._row-border-right {
  border-right: 1px solid #777777;
}
._row-border-left {
  border-left: 1px solid #777777;
}
._dotted_underline {
  border-bottom: 1px dotted #555555;
}
._border-radius-sm {
  border-radius: 3px;
}
._border-radius {
  border-radius: 5px;
}
._border-radius-lg {
  border-radius: 15px;
}
._border-radius-xlg {
  border-radius: 25px;
}
._scroll_wrap {
  overflow: hidden;
}
._scroll_h {
  overflow-x: auto;
}
._scroll_y {
  overflow-y: auto;
}
._scroll {
  overflow: auto;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.scroll-wide-panel {
  height: 15em;
  width: auto;
  overflow: scroll;
}
._opacity-08 {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
._opacity-05 {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
._opacity-03 {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
._opacity-04-hover {
  transition: opacity 0.5s ease;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
._opacity-04-hover:hover {
  opacity: 1;
}
._overflow-hidden {
  overflow: hidden;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-clear {
  clear: both;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.text-light {
  color: #B2B4B3;
}
.text-yellow {
  color: #F0AB00;
}
.no-margin {
  padding: 0px;
  margin: 0px;
}
.no-side-margin {
  margin-right: 0;
  margin-left: 0;
}
.border-top-none {
  border: none;
}
._top_border {
  border-top: 1px solid #ddd;
  padding-top: 0.5em;
  margin-top: 0;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-bottom-xs {
  margin-bottom: 5px;
}
.margin-bottom-sm {
  margin-bottom: 10px;
}
.margin-bottom-md {
  margin-bottom: 20px;
}
.margin-bottom-lg {
  margin-bottom: 40px;
}
.margin-top-none {
  margin-top: 0;
}
.margin-top-xs {
  margin-top: 5px;
}
.margin-top-sm {
  margin-top: 10px;
}
.margin-top-md {
  margin-top: 20px;
}
.margin-top-lg {
  margin-top: 40px;
}
.margin-top-xl {
  margin-top: 80px;
}
.margin-top-label {
  margin-top: 25px;
}
.padding-bottom-none {
  padding-bottom: 0;
}
.padding-bottom-xs {
  padding-bottom: 5px;
}
.padding-bottom-sm {
  padding-bottom: 10px;
}
.padding-bottom-md {
  padding-bottom: 20px;
}
.padding-bottom-lg {
  padding-bottom: 40px;
}
.padding-top-none {
  padding-top: 0;
}
.padding-top-xs {
  padding-top: 5px;
}
.padding-top-sm {
  padding-top: 10px;
}
.padding-top-md {
  padding-top: 20px;
}
.padding-top-lg {
  padding-top: 40px;
}
.padding-left-none {
  padding-left: 0;
}
.padding-right-none {
  padding-right: 0;
}
.padding-sides-none {
  padding-right: 0;
  padding-left: 0;
}
.padding-none {
  padding: 0 !important;
}
.padding-xs {
  padding: 5px;
}
.padding-sm {
  padding: 10px;
}
.padding-md {
  padding: 20px;
}
.padding-lg {
  padding: 40px;
}
.dropdown-menu.drop-down-right {
  left: -150px;
}
.ember-google-map {
  width: 100%;
  height: 15em;
}
.ember-google-map .tool-tip {
  background: gray;
  height: 10px;
  width: 10px;
}
.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vertical-spacer {
  display: inline-block;
  height: 30px;
  width: 1px;
  background-color: #777777;
  margin: 0 10px;
  margin-bottom: -10px;
}
.anim-highlight {
  background-color: transparent;
  animation-duration: 1s;
  animation-name: anim-highlight-out;
}
@keyframes anim-highlight-out {
  from {
    background-color: #ffffc0;
  }
  to {
    background-color: transparent;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  background: white;
  -webkit-transition: opacity 0.3s, background 0.3s;
  -moz-transition: opacity 0.3s, background 0.3s;
  -o-transition: opacity 0.3s, background 0.3s;
  transition: opacity 0.3s, background 0.3s;
}
.menu-content-wrap {
  display: none;
}
.show-menu .menu-content-wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4500;
  background: rgba(0, 0, 0, 0.2);
}
.menu-wrap {
  color: white;
  position: fixed;
  right: -150%;
  top: 0;
  height: 100%;
  width: 25%;
  overflow: auto;
  font-weight: normal;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 1s, right 0.3s;
  -moz-transition: opacity 1s, right 0.3s;
  -o-transition: opacity 1s, right 0.3s;
  transition: opacity 1s, right 0.3s;
  -webkit-box-shadow: -3 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -3 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: -3 0 3px rgba(0, 0, 0, 0.5);
  z-index: 5000;
  background: #3c3c3c;
}
.menu-wrap .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-wrap .menu-list .product-icon {
  padding-right: 0.5em;
  margin-top: -0.5em;
}
.menu-wrap a {
  color: #c0c0c0;
}
.menu-wrap a:hover,
.menu-wrap a:focus {
  color: #AA272F;
}
.menu-wrap .menu-list li.active a {
  color: #AA272F;
}
.menu-wrap .menu-list li.platinum a {
  color: white!important;
  background: #E65A54;
}
#manage-users {
  padding: 8px;
  margin: 10px;
  border: solid #D9D4D4;
  border-width: 0.5px;
  border-radius: 2px;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 16px;
  float: right;
  margin-right: 30px;
  clear: right;
}
#manage-users ul {
  list-style: none;
  padding: 10px;
  margin: 0px;
  text-align: left;
}
#manage-users li {
  border-top: 5px solid #eeeeee;
  padding: 5px;
  margin: 5px;
  height: 50px;
  display: block;
}
#manage-users a {
  display: block;
  color: #000;
  text-decoration: none;
  width: 100%;
  border-left: 15px solid #eeeeee;
  padding-left: 2px;
}
#manage-users a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #595959;
  border-left: 15px solid #191919;
}
.menu-button-mobile {
  display: none;
  font-size: 2em;
  width: 40px;
  height: 45px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #555555;
  z-index: 1;
}
.menu-button-mobile:hover {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .menu-button-mobile {
    display: block;
    z-index: 1000;
  }
  .nav > li {
    display: none;
  }
  .menu-wrap {
    width: 80%;
  }
}
.menu-list a,
.menu-list span.menu-seperator {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-list a:first-child,
.menu-list span.menu-seperator:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-list a.active,
.menu-list span.menu-seperator.active {
  color: #AA272F;
}
.menu-list span.menu-seperator {
  padding: 0.5em 1.2em;
  background: #282828;
}
.show-menu .menu-wrap {
  right: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar-default {
  background: white;
  border: none;
  border-bottom: 1px solid #777777;
  border-top: 3px solid #AA272F;
  padding-bottom: 0.5em;
  margin: 0 -15px;
  margin-bottom: 5px;
  z-index: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s;
  -moz-transition: -moz-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.navbar-default .navbar-brand {
  margin-top: -5px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  height: auto;
  padding-bottom: 0;
  padding-top: 0.5em;
}
.navbar-default .navbar-brand img {
  min-height: 40px;
  max-height: 55px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.navbar-default .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  border-color: #eeeeee;
  -webkit-box-shadow: 0 5px 0 #eeeeee;
  -moz-box-shadow: 0 5px 0 #eeeeee;
  box-shadow: 0 5px 0 #eeeeee;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  -webkit-box-shadow: 0 5px 0 #777777;
  -moz-box-shadow: 0 5px 0 #777777;
  box-shadow: 0 5px 0 #777777;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 5px 0 #eeeeee;
  -moz-box-shadow: 0 5px 0 #eeeeee;
  box-shadow: 0 5px 0 #eeeeee;
}
.nav-connxus,
.nav-admin {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.nav-connxus .btn-group .btn,
.nav-admin .btn-group .btn {
  border-bottom: none;
}
.nav-connxus .btn-group > .btn:first-child:not(:last-child),
.nav-admin .btn-group > .btn:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-left-radius: 4px;
}
.nav-connxus .btn-group > .btn:last-child:not(:first-child),
.nav-admin .btn-group > .btn:last-child:not(:first-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: 4px;
}
.nav .notification-nav > a {
  font-size: 1em;
  padding: 1.3em 1em;
}
.menu-button,
li.notification-nav {
  position: relative;
}
.menu-button .fa-circle,
li.notification-nav .fa-circle {
  color: #AA272F;
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 6px;
  text-align: center;
}
.menu-button .fa-circle span,
li.notification-nav .fa-circle span {
  color: white;
  font-weight: bold;
  position: absolute;
  left: 3px;
  top: 2px;
  font-size: 11px;
}
.menu-button .fa-circle {
  position: absolute;
  top: 20px;
  right: 51px;
  font-size: 24px;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.menu-button .fa-circle span {
  left: 2px;
  top: 4px;
  font-size: 16px;
}
.navbar-wrapper {
  height: 7em;
}
.navbar-wrapper.has-update {
  height: 170px;
}
@media (min-width: 768px) {
  .navbar-wrapper.has-update,
  .navbar-wrapper {
    height: 60px;
  }
}
/** navigation affix **/
.navbar-default.affix {
  width: 100%;
  z-index: 3;
  min-height: 40px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.navbar-default.affix .menu-button .fa-circle {
  top: 8px;
}
.navbar-default.affix .navbar-brand {
  height: 40px;
}
.navbar-default.affix .navbar-brand img {
  min-height: inherit;
  height: 35px;
}
.navbar-default.affix .navbar-nav > li > a {
  padding-top: 10px;
}
.btn.btn-orange {
  background-color: #E65A54;
  border-color: #df2f28;
  color: white;
}
.btn.btn-linkedin {
  background-color: #777777;
  border-color: #333333;
  color: white;
  margin-top: 20px;
}
.btn.btn-linkedin:hover {
  background-color: white;
  color: #000;
}
.btn.btn-linkedin:hover .fa-linkedin {
  color: #007bb6;
}
.btn.btn-linkedin .fa-linkedin {
  color: #000;
  margin-left: 3px;
}
.btn-group > .btn.btn-tab:first-child {
  margin-left: 25px;
}
.btn-group > .btn.btn-tab:hover {
  z-index: 1;
}
.btn-group > .btn.btn-tab.active:hover {
  z-index: 2;
}
.btn.btn-tab {
  z-index: 1;
  background: white;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 25px;
  margin-right: 25px;
  border: none;
  border-top: 1px solid #ccc;
}
.btn.btn-tab.active {
  z-index: 2;
  background: #eee;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}
.btn.btn-tab.active:before,
.btn.btn-tab.active:after {
  z-index: 2;
  background: #eee;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}
.btn.btn-tab:focus {
  outline: none!important;
}
.btn.btn-tab:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-tab:before,
.btn.btn-tab:after {
  content: '';
  position: absolute;
  top: -1px;
  width: 23px;
  height: 34px;
  background: white;
}
.btn.btn-tab:before {
  left: -14px;
  border-top-left-radius: 4px;
  border: 1px solid #ccc;
  border-right: none;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
.btn.btn-tab:after {
  right: -14px;
  border-top-right-radius: 4px;
  border: 1px solid #ccc;
  border-left: none;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
}
.btn-group-sm > .btn.btn-tab:first-child {
  margin-left: 15px;
}
.btn-group-sm .btn.btn-tab {
  margin-right: 10px;
  margin-left: 10px;
  padding: 3px 8px;
}
.btn-group-sm .btn.btn-tab:before,
.btn-group-sm .btn.btn-tab:after {
  top: -1px;
  width: 20px;
  height: 26px;
}
.btn-group-xs > .btn.btn-tab:first-child {
  margin-left: 0;
}
.btn-group-xs .btn.btn-tab {
  margin-right: 5px;
  margin-left: 5px;
  padding: 3px 8px;
  font-size: 12px;
}
.btn-group-xs .btn.btn-tab:before,
.btn-group-xs .btn.btn-tab:after {
  top: -1px;
  width: 8px;
  height: 26px;
}
.btn-group-xs .btn.btn-tab:before {
  left: -5px;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.btn-group-xs .btn.btn-tab:after {
  right: -5px;
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  transform: skewX(15deg);
}
.panel.panel-connxus {
  padding: 10px;
  margin-top: 20px;
  background-color: #eeeeee;
  border-color: #333333;
}
.panel.panel-connxus h2,
.panel.panel-connxus h3 {
  margin: 0;
  margin-bottom: 5px;
}
.col-collapse {
  width: 75px;
}
.col-collapse .panel-heading span {
  display: none;
}
.col-collapse .panel-body {
  display: none;
}
.col-collapse ~ div {
  width: 100%;
}
.new-table {
  display: block;
  font-size: 85%;
  overflow: auto;
  width: auto;
  margin-right: 15px;
}
.new-table th {
  font-weight: 600;
  padding: 12px 18px;
  text-align: left;
}
.new-table td {
  background-color: #eeeeee;
  padding: 12px 18px;
  width: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 75px;
  font-size: 12px;
  background-color: #eeeeee;
  padding: 10px;
  margin: 0;
  clear: both;
  font-size: 1em;
}
.footer a.support-email-link {
  text-decoration: underline;
}
.footer ul > li {
  padding-top: 0.5em;
}
.footer .list-development {
  padding: 0.2em;
  background: #333333;
  color: #eeeeee;
  border-radius: 0.2em;
}
.modal.fade .modal-dialog {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.modal-content {
  border: none;
}
.modal-header {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  border-bottom: none;
}
.modal-header .modal-title {
  -webkit-text-shadow: 1px 1px white;
  -moz-text-shadow: 1px 1px white;
  text-shadow: 1px 1px white;
}
.modal-footer {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  border-top: none;
  clear: both;
}
.modal-slide-down {
  position: absolute;
  box-sizing: border-box;
  background: white;
  width: 90%;
  left: 5%;
  top: 0;
  padding: 10px;
  border: 1px solid #dedede;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 20;
}
.modal-slide-down .footer-btns {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.modal-slide-down-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.modal-backdrop {
  z-index: 1030;
}
.bar {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.explain {
  margin: 10px 15px 20px 15px;
  border-bottom: 1em;
}
/*
.form-group.animated {
  position: relative;
  padding: 10px;

  .control-label {
    font-size: 20px;
    position: absolute;
    top: 12px;
    left: 20px;
    pointer-events: none;
    color: #aaa;
    font-weight: normal;
    .lh-transition(font-size 0.5s, transform 0.3s, color 0.5s, font-weight 0.5s);
  }

  input.form-control:focus ~ .control-label,
  textarea.form-control:focus ~ .control-label {
    font-size: inherit;
    color: #333;
    font-weight: bold;
    .lh-translate3d(-10px, 30px, 0);
  }

}
*/
.ember-power-select-trigger {
  min-height: 34px;
}
.ember-power-select-search input {
  position: relative;
}
.label a:link,
.label a:hover,
.label a:active,
.label a:focus,
.label a:visited {
  color: white;
  text-decoration: underline;
}
label.file-upload-label {
  position: relative;
  overflow: hidden;
}
label.file-upload-label input {
  position: absolute;
  top: -500px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.table .table {
  margin-bottom: 0;
}
.table .table thead tr th {
  border-bottom: none;
}
.table .table tbody tr:first-child td {
  border-top: none;
}
#import-table {
  max-width: max-content;
}
.table-chart-wrapper,
.x-chart-wrapper {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}
.table-chart-wrapper .table,
.x-chart-wrapper .table {
  width: 100%;
}
.table-chart-wrapper .table tr td,
.x-chart-wrapper .table tr td,
.table-chart-wrapper .table tr th,
.x-chart-wrapper .table tr th {
  border-bottom: 1px solid #777777;
}
.table-chart-wrapper .table tr th,
.x-chart-wrapper .table tr th {
  text-align: left;
  border-right: 1px solid #777777;
}
.table-chart-wrapper .table tr td,
.x-chart-wrapper .table tr td {
  text-align: left;
}
div.table-chart-wrapper.limit-wrapper {
  max-height: none;
  overflow-y: hidden;
}
div.table-chart-wrapper.limit-wrapper td {
  border-right: 1px solid #777777;
}
div.table-chart-wrapper.limit-wrapper th:last-child {
  border-right: none;
  text-align: right;
}
div.table-chart-wrapper.limit-wrapper td:last-child {
  border-right: none;
  text-align: right;
}
.list-group.DD {
  background: #00759A;
  border-radius: 5px;
  height: 40px;
}
.height-increase {
  min-height: 3em;
}
.column-dropdown {
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
}
.pill {
  border: 1px solid #00759A;
  display: inline-block;
  background-color: #00759A;
  -webkit-border-radius: 2em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2em;
  -moz-background-clip: padding;
  border-radius: 2em;
  background-clip: padding-box;
  padding: 0.5em 0.8em;
  margin: 0.2em;
  color: white;
  margin-bottom: 0.5em;
}
.pill.green {
  border-color: #00AE65;
  background-color: #00AE65;
  color: #00AE65;
}
.pill.blue {
  border-color: #00759A;
  background-color: #00759A;
  color: #00759A;
}
.pill.hollow {
  background-color: transparent;
}
.anim-width {
  -webkit-transition: '0.25s width';
  -moz-transition: '0.25s width';
  -o-transition: '0.25s width';
  transition: '0.25s width';
}
.full-width {
  width: 100%;
}
.display-none {
  display: none;
}
@-webkit-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-container.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.loader {
  cursor: wait;
  background-color: transparent;
  margin: 5% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.loader.large {
  background-image: url('images/loader_large.GIF');
  height: 100px;
}
.loader.medium {
  background-image: url('images/loader_medium.GIF');
  height: 65px;
}
.loader.small {
  background-image: url('images/loader_small.GIF');
  height: 35px;
}
/* ***** Old Loader ********
.cssanimations .loader {
  .lh-opacity(.8);
  margin: 5% auto;
  border-radius: 50px;
  animation: rotate .5s infinite linear;
  -moz-animation: rotate .5s infinite linear;
  -webkit-animation: rotate .5s infinite linear;

  &.large {
    border: 20px solid @connxus-red;
    border-top: 20px solid rgba(0,0,0,0);
    border-left: 20px solid rgba(0,0,0,0);
    width: 100px;
    height: 100px;
    .border-radius(100px);
    background-image: none;
  }

  &.medium {
    border: 10px solid @connxus-red;
    border-top: 10px solid rgba(0,0,0,0);
    border-left: 10px solid rgba(0,0,0,0);
    width: 65px;
    height: 65px;
    .border-radius(65px);
    background-image: none;
  }

  &.small {
    border: 4px solid @connxus-red;
    border-top: 4px solid rgba(0,0,0,0);
    border-left: 4px solid rgba(0,0,0,0);
    width: 30px;
    height: 30px;
    .border-radius(30px);
    background-image: none;
  }

}
*/
.loading {
  position: relative;
}
.loading:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.loading:after {
  content: 'Loading...';
  display: block;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  height: 20px;
  width: 50px;
  margin-left: -25px;
  margin-top: -10px;
}
.application-loading > #initial-loader {
  margin-top: 5%;
  -webkit-transition: -webkit-transform 1.8s;
  -moz-transition: -moz-transform 1.8s;
  -o-transition: -o-transform 1.8s;
  transition: -webkit-transform 1.8s,-moz-transform 1.8s,-o-transform 1.8s,transform 1.8s;
}
.application-loading > .ember-view {
  position: absolute;
  top: 200%;
  height: 100%;
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 1.2s, top 0.8s;
  -moz-transition: opacity 1.2s, top 0.8s;
  -o-transition: opacity 1.2s, top 0.8s;
  transition: opacity 1.2s, top 0.8s;
}
.application-loading.loaded > .ember-view {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.application-loading.loaded > #initial-loader {
  -webkit-transform: translate3d(0, -400px, 0);
  -moz-transform: translate3d(0, -400px, 0);
  -ms-transform: translate3d(0, -400px, 0);
  -o-transform: translate3d(0, -400px, 0);
  transform: translate3d(0, -400px, 0);
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s,-moz-transform 2s,-o-transform 2s,transform 2s;
}
.trumbowyg-font-size {
  font-size: medium;
}
.sweet-rocket {
  position: absolute;
  top: 100%;
  left: 0%;
}
.exclamation-yellow {
  color: #F0AB00;
}
.collapsible-actions-font {
  font-size: 0.5em;
}
.panel-padding-csp {
  padding: 1em;
  margin: 1em;
}
.edit-company-contracts-font {
  font-size: 2em;
}
.company-edit-overview-header {
  font-weight: bold;
}
.edit-company-ownership-btns {
  text-align: center;
}
.edit-honors-actions {
  position: relative;
  font-size: 2em;
}
.remove-marketplace {
  display: inline-block;
}
.index-page {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-color: white;
  margin: 10px -15px 0% -15px;
  position: relative;
  padding-bottom: 80vh;
  margin-bottom: -135px;
  /*.help-overlay {
    .lh-opacity(0);
    .lh-transition(opacity 0.5s);
	}*/
}
.index-page .widget-title {
  display: inline-block;
}
.index-page .hidebox {
  top: 0;
  left: 0;
  list-style: none;
  width: 30em;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  z-index: 100;
  position: absolute;
}
.index-page .hidebox .dashboard-item {
  transform: scale(0.8);
  width: 100%;
}
.index-page .hidebox.slideInLeft {
  animation-duration: 0.5s;
}
.index-page .dashboard-background-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.index-page .dashboard-background-image-wrapper .dashboard-background-image {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.index-page .show-hidden-widgets {
  position: fixed;
  bottom: 35px;
  left: 15px;
}
.index-page .component-hide {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  padding: 25px 0;
  text-align: center;
  border: 1px solid #FF0000;
  background: #FFEEEE;
}
.index-page .dashboard-calendar thead > tr > th {
  text-align: center;
}
.index-page .dashboard-calendar .day {
  height: 60px;
  width: 10%;
  padding-top: 10px;
  position: relative;
  overflow-y: auto;
}
.index-page .dashboard-calendar .day small.day-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px;
  color: #ccc;
}
.index-page .dashboard-calendar .day .label {
  font-size: 10px;
  position: relative;
  z-index: 2;
  color: #333;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s, color 0.2s;
  -moz-transition: opacity 0.3s, color 0.2s;
  -o-transition: opacity 0.3s, color 0.2s;
  transition: opacity 0.3s, color 0.2s;
}
.index-page .dashboard-calendar .day .label:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: white;
}
.index-page .help-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  border-radius: 5px;
  background: #333;
  color: white;
}
.index-page .help-content .content h3 {
  margin-top: 0;
  border-bottom: 1px solid white;
}
.index-page.show-help {
  /*
    .help-overlay {
      position: absolute;
      top: 10em;
      left: 0;
      height: 100%;
      width: 100%;
      background: black;
      z-index: 100;
      .lh-opacity(0.8);
    }
    */
}
.index-page.show-help .panel-listing {
  display: none;
}
.index-page.show-help .help-content {
  display: block;
}
.index-page.show-help .help-content .content {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 15px;
  z-index: 200;
}
.index-page.loading .dashboard-item {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.index-page .enterprise-dashboard .dashboard-item > .panel {
  min-height: 100px;
  padding-bottom: 0;
}
.index-page .grid {
  max-width: 2560px;
}
.index-page .grid.after {
  content: '';
  display: block;
  clear: both;
}
.index-page .shadow {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.13), 0 10px 10px rgba(0, 0, 0, 0.13);
}
.index-page .grid-sizer,
.index-page .dashboard-item {
  width: 25%;
}
.index-page .grid-sizer,
.index-page .dashboard-item.enterprise-item {
  width: 100%;
}
.index-page .dashboard-item {
  border-radius: 5px;
  padding: 0 1em;
  transition: opacity 0.8s;
}
.index-page .dashboard-item .panel-heading .dropup .dropdown .panel-title.dropdown-toggle {
  display: inline;
}
.index-page .dashboard-item .panel-heading .hide-widget {
  color: white;
  background-color: tomato;
  text-align: center;
  padding: 0 0 0 1px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 0;
  transition: opacity 1s;
}
.index-page .dashboard-item.faded {
  opacity: 0.2;
}
.index-page .dashboard-item:hover .panel-heading .hide-widget {
  top: 3px;
  right: 3px;
  opacity: 1;
  transition: opacity 1s;
}
.index-page .dashboard-item > .panel {
  position: relative;
  overflow: hidden;
  border: none;
  padding-bottom: 55px;
  border-radius: 5px;
  border: 1px solid #efefef;
}
.index-page .dashboard-item > .panel > .panel-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: transparent;
  border: none;
  padding: 5px 10px;
}
.index-page .dashboard-item #dashboard-company-suppliers .ember-progress-bar {
  height: 50%;
  width: 50%;
}
.index-page .dashboard-item #dashboard-company-suppliers .ember-progress-bar .progressbar-text {
  color: #333 !important;
  font-size: 3em;
}
.index-page .dashboard-item #dashboard-supplier-payments .progressbar-text {
  color: #333 !important;
  font-size: 2em;
}
.index-page > .ember-view > .row {
  margin: 0 15px;
}
.index-page .page-title {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 0 1em;
}
.index-page .page-title .btn-flat:hover {
  background-color: transparent;
}
.index-page .panel {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 310px;
}
.index-page .panel.portal-my-reports .list-group .list-group-item,
.index-page .panel.portal-resources .list-group .list-group-item {
  border-left: none;
}
.index-page .panel.portal-my-reports .list-group .list-group-item:first-child,
.index-page .panel.portal-resources .list-group .list-group-item:first-child {
  border-top: none;
}
.index-page .panel.portal-my-reports .list-group .list-group-item:last-child,
.index-page .panel.portal-resources .list-group .list-group-item:last-child {
  border-bottom: none;
}
.index-page .panel.portal-my-reports .list-group .list-group-item:first-child,
.index-page .panel.portal-resources .list-group .list-group-item:first-child,
.index-page .panel.portal-my-reports .list-group .list-group-item:last-child,
.index-page .panel.portal-resources .list-group .list-group-item:last-child {
  border-radius: 0;
}
.index-page .panel.database-search .form-control {
  font-size: 3em;
  height: auto;
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
}
.index-page .panel.database-search .form-control:focus {
  outline: none;
}
.index-page .panel.database-search button.btn.btn-default {
  margin-top: 20px;
  font-size: 1.5em;
}
.index-page .panel .table-list .table-row {
  overflow: hidden;
}
.index-page .panel .table-list .table-row div {
  max-height: 20px;
  transition: max-height 0.2s ease-in;
  overflow: hidden;
}
.index-page .panel .table-list .table-row.expandedRow div {
  max-height: 500px;
  transition: max-height 0.2s ease-out;
}
.index-page .panel .table-list td li {
  list-style: none;
}
.index-page .panel .dashboard-custom-field {
  overflow: scroll;
  max-height: 400px;
  overflow-x: hidden;
}
.index-page .panel .panel-heading {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  background-color: white;
  border-bottom: none;
}
.index-page .panel .panel-heading .actions {
  margin: -6px 0 0;
  padding: 0;
  list-style: none;
  float: right;
}
.index-page .panel .panel-heading .actions li {
  float: left;
  margin-left: 5px;
}
.index-page .panel .panel-heading h3 {
  -webkit-text-shadow: 1px 1px white;
  -moz-text-shadow: 1px 1px white;
  text-shadow: 1px 1px white;
}
.index-page .masonry {
  -webkit-column-count: 3;
  -webkit-column-gap: 2em;
  -moz-column-count: 3;
  -moz-column-gap: 2em;
  column-count: 3;
  column-gap: 2em;
  padding: 0 2em;
}
.index-page .dashboard-header-toggle {
  font-size: 14px;
  font-weight: normal;
  width: 14em;
  position: relative;
  display: inline-block;
}
.index-page .dashboard-header-toggle .row.press {
  margin-top: 0;
  margin-bottom: 1em;
  float: left;
  margin-bottom: 26px;
}
.index-page .dashboard-header-toggle center {
  display: inline-block;
}
.index-page .dashboard-header-toggle center > label {
  display: inline-block;
  line-height: 40px;
}
.index-page .dashboard-header-toggle label {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: -4px;
}
.gu-mirror .help-content {
  display: none;
}
.product-icon-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
}
.base-company-logo-container {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: white;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 250px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #242424;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #b70e0a;
  animation: spin-reverse 0.6s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #a3a3a3;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media (min-width: 992px) {
  .index-page .dashboard-background-image-wrapper .dashboard-background-image {
    display: block;
  }
}
@media (max-width: 1920px) {
  .index-page .dashboard-item {
    width: 33%;
  }
}
@media (max-width: 992px) {
  .index-page .show-hidden-widgets {
    position: static;
    width: 100%;
  }
  .index-page .dashboard-item {
    width: 49%;
  }
  .index-page .masonry {
    column-count: 2;
    column-gap: 1em;
  }
  .nav.nav-pills > li {
    width: 100%;
  }
  .nav.nav-pills > li > a {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-page .dashboard-item {
    width: 100%;
  }
  .index-page .masonry {
    column-count: 1;
    column-gap: 1em;
  }
}
@media (min-width: 992px) {
  .col-border {
    border-right: 1px solid black;
  }
}
@media (min-width: 992px) {
  .col-border-left {
    border-left: 1px solid black;
  }
}
.login-container {
  padding-top: 4em;
}
@media (min-width: 992px) {
  .login-container {
    width: auto;
    margin: 2em 4em;
  }
}
.panel-container {
  padding: 1.5em 0;
}
@media (min-width: 992px) {
  .panel-container {
    margin: 2em 6em;
  }
}
.signup-container {
  padding: 0;
}
@media (min-width: 992px) {
  .signup-container {
    margin: 2em 6em;
  }
}
.signup-button,
.login-button {
  height: 2em;
  font-size: 1.5em;
}
.panel-content {
  padding: 1.5em;
}
.login-footer {
  padding-top: 1.5em;
}
.login-footer img {
  display: inline;
}
.or {
  width: 100%;
  text-align: center;
  line-height: 0.1em;
  margin: 1em 0;
}
.or span {
  padding: 0 15px;
}
.or-with-line {
  width: 100%;
  text-align: center;
  line-height: 0.1em;
  margin: 1em 0;
  border-bottom: 1px solid #000;
}
.or-with-line span {
  background: #fff;
  padding: 0 15px;
}
.portal-copy {
  padding: 1.5em 0;
  margin: 0;
}
@media (min-width: 992px) {
  .portal-copy {
    margin: 0 6em;
  }
}
.login-page,
.signup-page {
  margin: none;
}
@media (min-width: 992px) {
  .login-page,
  .signup-page {
    margin: 1em;
  }
}
.login-page .signup-form,
.signup-page .signup-form {
  margin: 0em 6em;
}
@media (max-width: 768px) {
  .login-page .signup-form,
  .signup-page .signup-form {
    margin: 0;
  }
}
.login-page .signup-form .col-lg-4,
.signup-page .signup-form .col-lg-4 {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .login-page .signup-form .col-lg-4,
  .signup-page .signup-form .col-lg-4 {
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
}
.login-page .login-form,
.signup-page .login-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  text-align: center;
  height: 100%;
  margin-top: 10px;
}
.login-page .login-form .portal-text,
.signup-page .login-form .portal-text {
  grid-column: 1;
  grid-row: 1;
  text-align: left;
}
.login-page .login-form .signup-button,
.signup-page .login-form .signup-button,
.login-page .login-form .login-buttons,
.signup-page .login-form .login-buttons {
  grid-column: 2;
  grid-row: 1;
  vertical-align: middle;
}
.login-page .login-form .signup-button .login-buttons-panel,
.signup-page .login-form .signup-button .login-buttons-panel,
.login-page .login-form .login-buttons .login-buttons-panel,
.signup-page .login-form .login-buttons .login-buttons-panel {
  padding: 5em;
  height: 100%;
}
.login-page .login-links,
.signup-page .login-links {
  font-size: 1.2em;
  text-align: center;
}
.login-page .login-btn,
.signup-page .login-btn {
  font-size: 2em;
  padding: 25px 200px;
  margin-top: 25%;
}
.login-page .browser-icons,
.signup-page .browser-icons {
  position: absolute;
  bottom: 160px;
  left: 20px;
  display: inline;
}
.login-page .browser-icons img,
.signup-page .browser-icons img {
  float: left;
  margin-right: 10px;
}
.login-side {
  animation-duration: 0.5s;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#212121', GradientType=1);
  /* IE6-9 */
  height: 100vh;
  width: 35%;
  z-index: 2;
  position: absolute;
  right: 0;
  background: rgba(17, 17, 17, 0.7);
}
.login-side .login-side-content {
  color: white;
  padding: 5em 3em 3em 3em;
  text-align: center;
}
.login-side .login-side-content img {
  max-height: 250px;
  width: auto;
  margin: auto;
  margin-top: 4em;
  margin-bottom: 2em;
}
.login-side .login-side-content h1 {
  font-size: 70px;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.login-side .login-side-content p {
  font-size: 30px;
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .login-side {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    width: 105%;
    position: inherit;
    display: block;
    margin: 0 -1em;
    height: auto;
  }
}
.password-valid-container {
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 5px;
  padding: 1em;
  background: white;
  width: 20em;
  top: -40px;
  left: -300px;
  position: absolute;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.password-valid-container:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  position: absolute;
  width: 1em;
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.2);
  height: 1em;
  left: 19.5em;
  top: 5.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.password-valid-container:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 2em;
  left: 19em;
  top: 5em;
  z-index: 2;
}
.password-valid-container ul {
  padding: 0;
  list-style: none;
}
.password-valid-container ul li {
  padding: 0 1em;
}
.password-valid-container svg {
  z-index: 3;
  padding: 0.15em 0;
  height: 1.5em;
  margin-top: -20px;
}
.grow {
  -webkit-animation: grow 0.25s;
  animation: grow 0.25s;
  animation-direction: alternate;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.shrink {
  -webkit-animation: shrink 0.25s;
  animation: shrink 0.25s;
  animation-direction: alternate;
  -webkit-transform: scale(1);
  transform: scale(1);
}
input#password:focus ~ .password-valid-container {
  -webkit-animation: grow 0.25s;
  animation: grow 0.25s;
  animation-direction: alternate;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes shrink {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
  }
}
@keyframes shrink {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@-webkit-keyframes togglePasswordSlideRight {
  0% {
    right: 0.5em;
  }
  100% {
    right: 2.5em;
  }
}
@-webkit-keyframes togglePasswordSlideLeft {
  0% {
    right: 2.5em;
  }
  100% {
    right: 0.5em;
  }
}
@keyframes togglePasswordSlideRight {
  0% {
    right: 0.5em;
  }
  100% {
    right: 2.5em;
  }
}
@keyframes togglePasswordSlideLeft {
  0% {
    right: 2.5em;
  }
  100% {
    right: 0.5em;
  }
}
.toggle-password {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  right: 0.5em;
}
.toggle-slide-right {
  -webkit-animation: togglePasswordSlideRight 0.5s;
  animation: togglePasswordSlideRight 0.5s;
  right: 2.5em;
}
.toggle-slide-left {
  -webkit-animation: togglePasswordSlideLeft 0.5s;
  animation: togglePasswordSlideLeft 0.5s;
  right: 0.5em;
}
@-webkit-keyframes togglePasswordSlideRight {
  0% {
    right: 0.5em;
  }
  100% {
    right: 2.5em;
  }
}
@-webkit-keyframes togglePasswordSlideLeft {
  0% {
    right: 2.5em;
  }
  100% {
    right: 0.5em;
  }
}
@keyframes togglePasswordSlideRight {
  0% {
    right: 0.5em;
  }
  100% {
    right: 2.5em;
  }
}
@keyframes togglePasswordSlideLeft {
  0% {
    right: 2.5em;
  }
  100% {
    right: 0.5em;
  }
}
.valid-password-svg {
  float: right;
  margin-right: -1px;
  margin-top: -27px;
  clear: both;
  position: relative;
  z-index: 2;
  padding-right: 0.5em;
  display: block;
  width: 2em;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
#background-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.particles {
  margin: -1em;
  position: fixed;
  height: 100vh;
  width: 100%;
  filter: blur(2px);
}
.search-page .my-network-results .row {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}
.search-page .my-network-results .row img {
  margin-top: 20px;
  max-width: 120px;
}
.search-page .my-network-results .row.border-bottom {
  border-bottom: 1px solid #B2B4B3;
}
.search-page .search-results {
  margin: 15px 0;
  border-top: 1px solid #B2B4B3;
}
.search-page .search-results .row {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}
.search-page .search-results .row img {
  margin-top: 20px;
  max-width: 120px;
}
.search-page .search-results .row.border-bottom {
  border-bottom: 1px solid #B2B4B3;
}
.admin-page {
  background-color: white;
  margin-top: 20px;
  margin-bottom: 32px;
}
.admin-page .filter-wrapper .filter-main {
  float: left;
  width: 90%;
}
.admin-page .filter-wrapper .filter-action {
  float: left;
  width: 8%;
  margin-left: 1%;
}
.company-jumbotron {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.company-jumbotron .description {
  background: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 10px;
}
.noSpaceUnder {
  margin-bottom: 0px;
}
.no-panel-overflow {
  overflow-x: hidden;
}
.panel-2018 .paper {
  position: relative;
  margin: 1em;
}
.panel-2018 .top-paper {
  word-break: break-word;
  word-wrap: break-word;
  background: #fff;
  height: 100%;
  padding: 30px;
  position: relative;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #bbb;
  z-index: 3;
  animation-duration: 0.25s;
}
.panel-2018 .middle-paper {
  height: 100%;
  width: 100%;
  right: 15px;
  top: 0;
  transform: rotate(-1deg);
  z-index: 2;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #bbb;
  background-color: #eee;
  position: absolute;
}
.panel-2018 .bottom-paper {
  height: 100%;
  width: 100%;
  top: 5px;
  right: -5px;
  transform: rotate(1deg);
  z-index: 1;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #bbb;
  background-color: #eee;
  position: absolute;
}
.portal-page .font-color-label {
  overflow: hidden;
  position: relative;
}
.portal-page .font-color-label div {
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border: 1px solid #aaa;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.portal-page .font-color-label.white div {
  background-color: #ffffff;
}
.portal-page .font-color-label.black div {
  background-color: #333333;
}
.portal-page .font-color-label input {
  position: absolute;
  left: -50px;
}
.portal-page .font-color-label input:checked ~ div {
  border-color: #00759A;
  border-width: 2px;
}
.spend-progress {
  margin-bottom: 20px;
}
.spend-progress .progress {
  margin-bottom: 0;
}
.four-oh-four {
  position: relative;
}
.four-oh-four h1 {
  font-size: 5000%;
  color: #eeeeee;
}
.four-oh-four .face i.fa {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -4.7%;
  font-size: 1500%;
  margin-top: -3.5%;
}
.four-oh-four p {
  font-size: 3em;
  margin-top: 50px;
  margin-bottom: -150px;
}
.four-oh-four p small {
  display: block;
  font-size: 0.3em;
}
.step {
  font-size: 15em;
  color: #DEDEDE;
  font-weight: bold;
  margin: -0.5em 0 0 -1em;
  padding: 0;
  float: left;
}
.step-or {
  font-size: 3em;
  text-align: center;
  position: relative;
}
.step-or:before,
.step-or:after {
  content: '';
  display: block;
  height: 0;
  width: 45%;
  border-bottom: 1px solid #333;
  margin-top: -0.7em;
  margin-bottom: 1em;
}
.step-or:before {
  margin-left: 55%;
  margin-bottom: -0.75em;
  margin-top: 1em;
}
.step-sidebar {
  background-color: #d9edf7;
  border-radius: 5px;
  padding: 1em;
}
a.step-sidebar:hover,
a.step-sidebar:focus {
  background-color: #afd9ee;
}
.venue-list > div {
  min-height: 10em;
  width: 25%;
  border: 1px solid #777777;
  border-radius: 5px;
  margin: 0.5em;
  position: relative;
  float: left;
  -webkit-transition: height 0.3s, width 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: height 0.3s, width 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: height 0.3s, width 0.3s, background-color 0.3s, border-color 0.3s;
  transition: height 0.3s, width 0.3s, background-color 0.3s, border-color 0.3s;
}
@media (max-width: 1399px) {
  .venue-list > div {
    height: 100%;
    width: 100%;
  }
}
.venue-list > div:hover {
  border-color: #00759A;
}
.venue-list > div.create {
  cursor: pointer;
  background: #aeffdd;
  border: 1px solid #00AE65;
  text-align: center;
}
.venue-list > div.create i.fa {
  margin-top: 10%;
  color: #00AE65;
}
.venue-list > div.large {
  width: 75%;
  height: auto;
}
.venue-list > div.large h4 {
  text-align: left;
  margin-top: 0;
}
.venue-list > div h4 {
  text-align: center;
  font-size: 2em;
  font-weight: normal;
}
.venue-list > div > p {
  padding: 0.6em;
}
.venue-list > div .actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.3em 0.5em;
}
.message-thread {
  height: 40em;
  overflow-y: scroll;
  margin-bottom: 1em;
}
.message-thread .message-wrapper {
  margin: 0 0 1em 2em;
}
.message-thread .message-wrapper .message-bubble {
  position: relative;
  background: #5bc0de;
  color: white;
  padding: 1em;
  -webkit-border-radius: 1em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1em;
  -moz-background-clip: padding;
  border-radius: 1em;
  background-clip: padding-box;
}
.message-thread .message-wrapper .message-bubble:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: none;
  border-right: 10px solid #5bc0de;
  right: auto;
  left: -10px;
}
.message-thread .message-wrapper.mine {
  margin: 0 2em 1em 0;
}
.message-thread .message-wrapper.mine .message-bubble {
  background: #00AE65;
}
.message-thread .message-wrapper.mine .message-bubble:after {
  border-right: none;
  border-left: 10px solid #00AE65;
  left: auto;
  right: -10px;
}
.fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.fill img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.opportunity-card {
  min-height: 15em;
}
.opportunity-card .dot {
  height: 0.5em;
  width: 0.5em;
  margin-bottom: 0.1em;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.opportunity-card .dot.Approved {
  background-color: #38ba45;
}
.opportunity-card .dot.Pending {
  background-color: #f9bd0a;
}
.opportunity-card .dot.Denied {
  background-color: #db2828;
}
.opportunity-card .logo-container {
  border-radius: 50%;
  background: white;
  width: 7em;
  height: 7em;
  overflow: hidden;
  position: initial;
  margin-left: 0;
  left: auto;
  box-shadow: none;
  border: 1px #E0E0E0 solid;
}
@media (min-width: 992px) {
  .opportunity-card .logo-container {
    position: absolute;
    width: 7em;
    height: 7em;
    left: auto;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .opportunity-card .logo-container {
    width: 10em;
    height: 10em;
    left: auto;
  }
}
.opportunity-card .logo-container .company-logo {
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.opportunity-card:hover {
  cursor: pointer;
  border: 2px solid #00759A !important;
}
.opportunity-card.selected {
  background: white;
  border: 0 solid #00759A !important;
  border-width: 2px 2px 2px 10px !important;
}
.opp-attachment-wrapper {
  display: inline-block;
}
.opp-attachment-wrapper .opp-attachment {
  width: 10em;
  margin: 0 2em;
}
.opp-attachment-wrapper .opp-attachment a {
  display: block;
}
.opp-attachment-wrapper .opp-attachment svg {
  height: 3em;
}
.opp-attachment-wrapper .opp-attachment svg path {
  transition: fill 0.1s ease;
}
.opp-attachment-wrapper .opp-attachment:hover .change-fill {
  fill: #d1d1d1;
}
.opp-attachment-wrapper.view-page {
  display: inline-flex;
}
.opp-attachment-wrapper.view-page svg {
  height: 5em;
}
.posted-opportunities-page {
  margin: 0;
}
@media (min-width: 1400px) {
  .posted-opportunities-page {
    margin: 0 4em;
  }
}
.btn-2018.back-button {
  position: absolute;
  top: 6em;
  left: 1em;
}
.opportunity-form .form-group,
.opportunity-form .checkbox {
  position: static;
}
.page .actions {
  top: 200px;
}
@media (min-width: 768px) {
  .page .actions {
    top: 100px;
  }
}
@media (min-width: 992px) {
  .page .actions {
    top: 200px;
  }
}
.container.company-view {
  width: 100%;
  padding-top: 17em;
}
.container.company-view .header-container {
  position: absolute;
  top: -16em;
  left: 0;
  overflow: hidden;
  max-height: 20em;
}
@media (min-width: 992px) {
  .container.company-view .header-container {
    top: -25em;
  }
}
.container.company-view .company-info .logo-container {
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: white;
  width: 20em;
  height: 20em;
  overflow: hidden;
  position: absolute;
  top: -11em;
  left: 50%;
  margin-left: -10em;
}
@media (min-width: 992px) {
  .container.company-view .company-info .logo-container {
    top: -16em;
  }
}
.container.company-view .company-info .company-logo {
  height: 100%;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sidebar {
  margin-top: 1em;
  margin-bottom: 1em;
  background: white;
  padding-right: 1em;
  padding-bottom: 1em;
}
.sidebar .sidebar-content {
  padding: 8em 2em 0 2em;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
}
.sidebar .sidebar-content h1 {
  margin: 0 0 0.5em 0;
}
.sidebar .sidebar-content .commodities {
  font-size: 16px;
}
@media (min-width: 992px) {
  .sidebar .sidebar-content {
    padding: 8em 2em 0 2em;
    text-align: left;
  }
}
.sidebar .second-sidebar-content {
  padding: 0.5em 2em;
}
@media (min-width: 992px) {
  .sidebar {
    margin-top: -5em;
  }
  .sidebar .btn-default {
    font-size: 0.8em;
  }
}
.main .company-nav-bar {
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.main .company-nav-bar .btn-group {
  display: flex;
  flex-direction: column;
  height: 100%;
  /*.no-risk {
          width: 50%;
        }*/
}
@media (min-width: 992px) {
  .main .company-nav-bar .btn-group {
    flex-direction: row;
    height: 40px;
  }
}
@media (min-width: 1400px) {
  .main .company-nav-bar .btn-group {
    flex: 50px;
  }
}
.main .company-nav-bar .btn-group button {
  flex-grow: 1;
  background-color: white;
  border: 1px solid lightgray;
  border-bottom: 0;
  border-left: 0;
  color: black;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
}
@media (min-width: 1400px) {
  .main .company-nav-bar .btn-group button {
    padding: 10px 24px;
  }
}
.main .company-nav-bar .btn-group button.active {
  background-color: #eee;
}
.main .company-nav-bar .btn-group button:last-child {
  border-right: none;
}
.main .company-nav-bar .btn-group:after {
  content: "";
  clear: both;
  display: table;
}
.main .company-nav-bar .btn-group button:hover {
  background-color: #FAFAFA;
}
@media (min-width: 992px) {
  .main .company-nav-bar {
    margin-top: -5em;
    margin-top: -4.5em;
  }
}
.main .main-content {
  margin: 0 auto;
  margin-top: 1em;
}
.main .main-content .company-sizer {
  width: 1%;
}
.main .main-content .company-item {
  width: 99%;
}
.main .main-content .company-item--width2 {
  width: 98%;
}
@media (min-width: 1400px) {
  .main .main-content .company-item {
    width: 47%;
  }
  .main .main-content .company-item.company-item--width2 {
    width: 98%;
  }
}
.packery-loading {
  position: inherit;
  height: 100vh;
  width: inherit;
  background: white;
  z-index: 1000;
  pointer-events: none;
}
.packery-loading svg {
  margin: auto;
  display: block;
}
.list-group-item .badge {
  background: #337ab7;
  color: white;
}
.list-group-item.active .badge {
  background: white;
  color: #337ab7;
}
.my-cbc-overview-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 2em;
}
.my-cbc-overview-wrapper .content {
  width: 50%;
  height: 100%;
}
.my-cbc-overview-wrapper .left-content {
  top: 0;
  left: 0;
  margin-top: 3em;
}
.my-cbc-overview-wrapper .left-content h1 {
  margin: 1em;
  margin-top: 0em;
  font-weight: bold;
  font-size: 2.5em;
}
@media (min-width: 1400px) {
  .my-cbc-overview-wrapper .left-content h1 {
    font-size: 4em;
  }
}
.my-cbc-overview-wrapper .left-content p {
  margin: 2em 3em;
  font-size: 12px;
}
@media (min-width: 1400px) {
  .my-cbc-overview-wrapper .left-content p {
    font-size: 22px;
  }
}
.my-cbc-overview-wrapper .right-content {
  background: #aa242f;
  position: absolute;
  top: 0;
  left: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.my-cbc-overview-wrapper .right-content .img-and-btn {
  justify-content: space-evenly;
  text-align: center;
  margin-right: 15em;
  margin-top: 15em;
}
.my-cbc-overview-wrapper .right-content .img-and-btn .image-wrapper {
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: white;
  width: 25em;
  height: 25em;
  overflow: hidden;
}
.my-cbc-overview-wrapper .right-content .img-and-btn .image-wrapper .mycbc-logo {
  margin: 4em 3em;
}
.my-cbc-overview-wrapper .right-content .img-and-btn .image-wrapper .person {
  align-self: flex-end;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  height: 200px;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
  animation-delay: 5000ms;
  width: 200px;
}
.my-cbc-overview-wrapper .right-content .img-and-btn .image-wrapper .person.person-head {
  animation-delay: 5050ms;
}
.my-cbc-overview-wrapper .right-content .img-and-btn .image-wrapper .bounce {
  animation-name: bounce;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}
@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  2% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  7% {
    transform: scale(0.95, 1.05) translateY(-1px);
  }
  17% {
    transform: scale(1, 1) translateY(0);
  }
  13% {
    transform: scale(1, 1) translateY(1px);
  }
  50% {
    transform: scale(1, 1) translateY(0);
  }
  72% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
.my-cbc-overview-wrapper .right-content .img-and-btn .get-started {
  margin-top: 1em;
}
.my-cbc-overview-wrapper .right-content .arrow-right {
  width: 0px;
  height: 0px;
  transform: rotate(180deg);
  border-top: 70em solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 5em solid #aa242f;
  position: absolute;
  left: -5em;
}
@media (min-width: 1400px) {
  .my-cbc-overview-wrapper .right-content .arrow-right {
    width: 0px;
    height: 0px;
    transform: rotate(180deg);
    border-top: 150em solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 24em solid #aa242f;
    position: absolute;
    left: -15em;
  }
}
.my-cbc-overview-wrapper .accordion {
  color: #444;
  cursor: pointer;
  text-decoration: underline;
  padding: 0 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  transition: 0.4s;
  font-weight: 600;
}
.my-cbc-overview-wrapper .accordion-panel {
  padding: 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.my-cbc-overview-wrapper .accordion-panel h3 {
  margin-top: 15px;
  text-transform: capitalize;
}
.my-cbc-overview-wrapper .accordion-panel p {
  font-weight: 300;
}
.my-cbc-overview-wrapper .accordion-panel.active {
  display: block;
}
.my-cbc-overview-wrapper .add-file-window {
  position: absolute;
  padding: 1em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  height: 15em;
  width: 25em;
  background: white;
  border-radius: 5px;
  z-index: 5;
  display: none;
}
.my-cbc-overview-wrapper .add-file-window.active {
  display: block;
}
.my-cbc-overview-wrapper .txt-err {
  color: red;
}
.my-cbc-global-message.global-message {
  cursor: pointer;
}
.dismiss-file-window {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
}
.mini-logos {
  display: inline;
  position: relative;
  top: 8px;
}
.mini-logos .mini {
  display: inline;
}
#scrub-export-button {
  position: absolute;
  right: 1em;
  top: 6em;
}
.scrub-help {
  color: gray;
  font-size: 16px;
}
.growl-manager {
  position: fixed;
  top: 2em;
  left: 0;
  width: 100%;
  z-index: 999999;
  background-color: transparent;
}
.growl-manager .growl-message-area {
  max-width: auto;
  width: 100%;
}
.growl-manager .growl-message-area .growl-message {
  margin: 0;
}
@media (min-width: 992px) {
  .growl-manager {
    margin-top: 0;
  }
  .growl-manager .growl-instance {
    margin: 0;
    padding: 0;
    border: none;
  }
  .growl-manager .growl-message-area {
    color: white;
  }
  .growl-manager .growl-message-area .alert .growl-icon .fa {
    color: #00AE65;
  }
  .growl-manager .growl-message-area .info .growl-icon .fa {
    color: #5bc0de;
  }
  .growl-manager .growl-message-area .error .growl-icon .fa {
    color: #AA272F;
  }
  .growl-manager .growl-message-area .growl-icon {
    float: left;
  }
  .growl-manager .growl-message-area .growl-message {
    cursor: pointer;
    padding: 10px;
    margin: 0 20%;
    margin-bottom: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  }
  .growl-manager .growl-message-area .growl-message .message-content {
    margin-left: 35px;
  }
}
.x-chart-wrapper {
  overflow-x: scroll;
}
.y-chart-wrapper {
  height: 400px;
  overflow-y: scroll;
}
.print-chart.y-chart-wrapper {
  height: 100%;
  overflow: auto;
}
.print-chart.x-chart-wrapper {
  width: 80%;
  overflow: auto;
}
.y-chart-wrapper.limit-wrapper {
  max-height: none;
  overflow-y: hidden;
}
.commodity-selector {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
}
.commodity-selector aside,
.commodity-selector select {
  float: left;
}
.commodity-selector select {
  width: 95%;
}
.commodity-selector aside {
  text-align: right;
}
.commodity-selector .bottom .restricted-height,
.commodity-selector .top .restricted-height,
.commodity-selector .bottom select,
.commodity-selector .top select {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.commodity-selector input:checked ~ span {
  font-weight: bold;
}
.select2-container.form-control {
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: "none";
  -o-transition: "none";
  transition: "none";
}
.form-group.has-error .select2-choices {
  border-color: #a94442;
}
.form-group .select2-container .select2-choice,
.form-group .select2-container .select2-choices {
  border-radius: 4px;
}
.select2-results .select2-highlighted {
  background: #8EBAFF;
  color: #333;
}
section.grid-wrapper {
  position: relative;
  border: 1px solid #B2B4B3;
  background: #00759A;
  padding-top: 37px;
  overflow: hidden;
  border-radius: 4px;
}
section.grid-wrapper.header-count-2 {
  padding-top: 74px;
}
section.grid-wrapper .grid-container {
  overflow-y: auto;
  max-height: 500px;
}
section.grid-wrapper .grid-container table {
  border-spacing: 0;
  width: 100%;
  background: white;
}
section.grid-wrapper .grid-container table td + td {
  border-left: 1px solid #777777;
}
section.grid-wrapper .grid-container table td,
section.grid-wrapper .grid-container table th {
  border-bottom: 1px solid #777777;
  padding: 10px 25px;
}
section.grid-wrapper .grid-container table tr:last-child td {
  border-bottom: none;
}
section.grid-wrapper .grid-container table tr.header th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}
section.grid-wrapper .grid-container table tr.header th div.inner {
  position: absolute;
  display: block;
  background: transparent;
  color: white;
  padding: 9px 25px;
  top: 0;
  margin-left: -25px;
  line-height: normal;
  border-left: 1px solid #B2B4B3;
}
section.grid-wrapper .grid-container table tr.header th:first-child div {
  border: none;
}
section.grid-wrapper .grid-container table tr.header + tr.header div.inner {
  top: 35px;
}
.popover-icon {
  text-decoration: none;
  display: inline;
  cursor: pointer;
}
.popover-content {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.sp-container {
  z-index: 2040!important;
  border-color: #000;
  background-color: white;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.sp-preview {
  border-radius: 3px;
  border-color: #000;
}
.sp-replacer {
  border: none;
  background-color: transparent;
}
.sp-replacer .sp-preview {
  width: 150px;
}
.sp-preview-inner {
  border-radius: 3px;
}
.sp-demo-box {
  width: 195px;
  height: 20px;
  border: 1px solid #000;
}
.tag {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  cursor: help;
}
a.tag:hover,
a.tag:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tag:empty {
  display: none;
}
.btn .tag {
  position: relative;
  top: -1px;
}
div.commodity-tree {
  position: relative;
}
.commodity-tree-selected {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: -1px;
  padding: 5px;
  height: 100px;
  min-height: 100px;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  resize: vertical;
}
.commodity-tree-selected li {
  display: block;
  padding: 3px;
}
.commodity-tree-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: transparent;
}
.commodity-tree-window {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 4000;
  width: auto;
  max-width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.commodity-tree-window.open-top {
  top: auto;
  bottom: 100%;
}
.commodity-tree-window .commodity-tree-query-table {
  width: 100%;
}
.commodity-tree-window .commodity-tree-query-table .commodity-tree-query-input input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
}
.commodity-tree-window .commodity-tree-query-table .commodity-tree-query-btn {
  width: 38px;
}
.commodity-tree-window .commodity-tree-query-table .commodity-tree-query-btn button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
}
.commodity-tree-window .commodity-tree-inner {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px 15px 0 15px;
  max-height: 250px;
  overflow: auto;
}
.commodity-tree-window .commodity-tree-inner .list-group {
  margin: 0 -10px;
  border: none;
  border-radius: 0;
}
.commodity-tree-window .commodity-tree-inner .list-group .list-group-item {
  border-radius: 0;
  border: none;
  border-top: 1px solid #ccc;
}
.commodity-tree-window .commodity-tree-inner .fa-checkbox-input {
  margin-bottom: 0;
  color: #00759A;
}
.commodity-tree-window .commodity-tree-inner .fa-checkbox-input .fa-check-square-o {
  display: none;
}
.commodity-tree-window .commodity-tree-inner .fa-checkbox-input input:checked ~ .fa-check-square-o {
  display: inline;
}
.commodity-tree-window .commodity-tree-inner .fa-checkbox-input input:checked ~ .fa-square-o {
  display: none;
}
.commodity-tree-window .commodity-tree-inner .commodity-tree-list {
  list-style-type: none;
  padding-left: 0;
}
.commodity-tree-window .commodity-tree-inner .commodity-tree-list li span.commodity-tree-li-span {
  display: block;
  border-radius: 5px;
  padding: 0 5px;
}
.commodity-tree-window .commodity-tree-inner .commodity-tree-list li span.commodity-tree-li-span:hover {
  background: #ddd;
}
.commodity-tree-window .commodity-tree-inner .commodity-tree-list ul,
.commodity-tree-window .commodity-tree-inner .commodity-tree-list ol {
  padding-left: 15px;
}
div.commodity-tree.show-inline .commodity-tree-window {
  box-shadow: none;
}
.connxus-slider {
  font-size: 14px;
}
.connxus-slider .tooltip-slider {
  display: none;
  position: absolute;
  bottom: -27px;
  left: -2.5em;
  height: 25px;
  width: 6em;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 3px;
  border: 1px solid #D9D9D9;
  text-align: center;
  color: #333;
  font-size: 12px;
  background-color: white;
}
.connxus-slider .fa {
  padding: 0 10px;
  font-size: 15px !important;
  cursor: pointer;
}
.connxus-slider .noUi-horizontal {
  height: 10px;
  margin-top: 5px;
}
.connxus-slider .noUi-horizontal:hover .tooltip-slider {
  display: block;
}
.connxus-slider .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -4px;
  cursor: pointer;
}
.connxus-slider .noUi-horizontal .noUi-handle.noUi-active .tooltip-slider {
  display: block;
}
.connxus-slider .noUi-horizontal .noUi-handle:after,
.connxus-slider .noUi-horizontal .noUi-handle:before {
  display: none;
}
.connxus-slider .max-page-select,
.connxus-slider .page-input {
  display: inline;
  width: 4em;
  padding: 0 5px;
  height: 24px;
  font-size: 14px;
}
.connxus-slider .paginate-right {
  text-align: right;
}
@media screen, (min-width: 768px), (min-width: 480px) {
  .connxus-slider {
    font-size: 14px;
  }
  .connxus-slider .paginate-right,
  .connxus-slider .paginate-left {
    width: auto;
  }
  .connxus-slider .paginate-right {
    float: right;
  }
  .connxus-slider .paginate-left {
    float: left;
  }
  .connxus-slider .fa {
    font-size: inherit;
    padding: 0 15px;
  }
  .connxus-slider .max-page-select,
  .connxus-slider .page-input {
    height: 32px;
  }
  .connxus-slider .paginate-slider {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1402px) {
  .connxus-slider {
    font-size: 14px;
  }
  .connxus-slider .paginate-right,
  .connxus-slider .paginate-left {
    width: 35%;
  }
  .connxus-slider .paginate-slider {
    display: block;
    width: 30%;
  }
  .connxus-slider.mini .paginate-left,
  .connxus-slider.mini .paginate-right {
    width: 50%;
  }
  .connxus-slider .max-page-select,
  .connxus-slider .page-input {
    height: 24px;
    font-size: 14px;
  }
  .connxus-slider .fa {
    padding: 0 10px;
  }
}
@media (max-width: 1000px) {
  .connxus-slider .paginate-right,
  .connxus-slider .paginate-left {
    width: 50%;
  }
  .connxus-slider .paginate-slider {
    display: none;
  }
}
@media (min-width: 1400px) {
  .connxus-slider {
    font-size: 14px;
  }
  .connxus-slider .paginate-right,
  .connxus-slider .paginate-left {
    width: 35%;
  }
  .connxus-slider .paginate-slider {
    display: block;
    width: 30%;
  }
  .connxus-slider.mini .paginate-left,
  .connxus-slider.mini .paginate-right {
    width: 50%;
  }
  .connxus-slider .max-page-select,
  .connxus-slider .page-input {
    height: 24px;
    font-size: 14px;
  }
  .connxus-slider .fa {
    padding: 0 10px;
  }
}
.scroll-box {
  height: 200px;
  overflow-y: auto;
}
.user-table.hide-user-not-member .user-not-member,
.user-table.hide-user-is-member .user-is-member {
  display: none;
}
.selection-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  max-height: 300px;
  overflow-y: auto;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.selection-list li label {
  display: block;
  margin: 0;
}
.selection-list li label > input {
  display: none;
}
.selection-list li div {
  background: transparent;
  cursor: pointer;
  padding: 5px;
  border-top: 1px solid #ccc;
  color: #555555;
}
.selection-list li input:checked ~ div {
  background: #00759A;
  color: white;
}
.selection-list li:first-child div {
  border-top: none;
}
.share-tracker-search {
  font-size: 20px;
  border-radius: 25px;
  padding: 0 30px 0 6px;
  border: 1px solid #ccc;
}
.share-calendar-search input {
  border-radius: 25px !important;
}
.share-tracker-search:focus {
  outline: none;
}
.search-icon {
  font-size: 18px;
  top: 30px;
  left: 239px;
  position: absolute;
}
.view-calendar-icon {
  font-size: 18px;
  top: 33px;
  position: absolute;
  right: 27px;
}
.view-well {
  margin-top: 4em;
}
.trumbowyg-box {
  margin: 0 auto;
  width: auto;
}
.tbw-modal-content {
  overflow-y: auto;
  height: 145px;
}
.tbw-modal-content .tbw-resource-image {
  margin: 3px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.tbw-modal-content .tbw-resource-image:hover {
  border-color: #00759A;
}
.pell-editor {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.pell-actionbar {
  background: transparent;
}
.pell-button {
  width: auto;
}
.pell-button .pell-dropdown {
  height: 29px;
  border: none;
}
.pell-button .file-uploader-input {
  height: 12px;
  cursor: pointer;
}
.has-error .pell-editor,
.has-error .pell-actionbar {
  border-color: #a94442;
}
.has-success .trumbowyg-button-pane {
  background-color: #dff0d8;
}
.has-success .trumbowyg-box,
.has-success .trumbowyg-editor {
  border-color: #d6e9c6;
}
.has-warning .trumbowyg-button-pane {
  background-color: #fcf8e3;
}
.has-warning .trumbowyg-box,
.has-warning .trumbowyg-editor {
  border-color: #faebcc;
}
.has-info .trumbowyg-button-pane {
  background-color: #d9edf7;
}
.has-info .trumbowyg-box,
.has-info .trumbowyg-editor {
  border-color: #bce8f1;
}
.has-danger .trumbowyg-button-pane {
  background-color: #f2dede;
}
.has-danger .trumbowyg-box,
.has-danger .trumbowyg-editor {
  border-color: #ebccd1;
}
.trumbowyg-button-pane li button.trumbowyg-fontFace-button {
  background-image: url('/assets/images/icons0-baa78586c0fe67106ba3def8730ccb71.png');
  background-position: 5px -20px;
}
.trumbowyg-button-pane li button.trumbowyg-foreColor-button {
  background-image: url('/assets/images/icons0-baa78586c0fe67106ba3def8730ccb71.png');
  background-position: 5px 3px;
}
.trumbowyg-button-pane li button.trumbowyg-fontSize-button {
  background-position: 5px -195px;
}
.trumbowyg-viewHTML-button:after {
  font-family: FontAwesome;
  content: "\f121";
}
.trumbowyg-undo-button:after {
  font-family: FontAwesome;
  content: "\f0e2";
}
.trumbowyg-redo-button:after {
  font-family: FontAwesome;
  content: "\f01e";
}
.trumbowyg-formatting-button:before {
  font-family: FontAwesome;
  content: "\f1dd";
}
.trumbowyg-strong-button:after {
  font-family: FontAwesome;
  content: "\f032";
}
.trumbowyg-em-button:after {
  font-family: FontAwesome;
  content: "\f033";
}
.trumbowyg-del-button:after {
  font-family: FontAwesome;
  content: "\f0cc";
}
.trumbowyg-superscript-button:after {
  font-family: FontAwesome;
  content: "\f12b";
}
.trumbowyg-subscript-button:after {
  font-family: FontAwesome;
  content: "\f12c";
}
.trumbowyg-link-button:before {
  font-family: FontAwesome;
  content: "\f0c1";
}
.trumbowyg-insertImage-button:after {
  font-family: FontAwesome;
  content: "\f03e";
}
.trumbowyg-justifyLeft-button:after {
  font-family: FontAwesome;
  content: "\f036";
}
.trumbowyg-justifyCenter-button:after {
  font-family: FontAwesome;
  content: "\f037";
}
.trumbowyg-justifyRight-button:after {
  font-family: FontAwesome;
  content: "\f038";
}
.trumbowyg-justifyFull-button:after {
  font-family: FontAwesome;
  content: "\f039";
}
.trumbowyg-unorderedList-button:after {
  font-family: FontAwesome;
  content: "\f03a";
}
.trumbowyg-orderedList-button:after {
  font-family: FontAwesome;
  content: "\f0cb";
}
.trumbowyg-horizontalRule-button:after {
  font-family: FontAwesome;
  content: "\f068";
}
.trumbowyg-removeformat-button:after {
  font-family: FontAwesome;
  content: "\f12d";
}
.trumbowyg-fullscreen-button:after {
  font-family: FontAwesome;
  content: "\f0b2";
}
.trumbowyg-bold-button:after {
  font-family: FontAwesome;
  content: "\f032";
}
.trumbowyg-italic-button:after {
  font-family: FontAwesome;
  content: "\f033";
}
.trumbowyg-underline-button:after {
  font-family: FontAwesome;
  content: "\f0cd";
}
.trumbowyg-strikethrough-button:after {
  font-family: FontAwesome;
  content: "\f0cc";
}
.trumbowyg-foreColor-button:before {
  font-family: FontAwesome;
  content: "\f031";
}
.trumbowyg-backColor-button:before {
  font-family: FontAwesome;
  content: "\f031";
  color: #ecf0f1;
  background-color: #555555;
  padding: 1px;
  font-size: 85%;
  line-height: 200%;
}
/*===== DROPDOWN BUTTONS =====*/
.trumbowyg-p-dropdown-button:before {
  font-family: FontAwesome;
  content: "\f1dd";
  margin-right: 10px;
}
.trumbowyg-blockquote-dropdown-button:before {
  font-family: FontAwesome;
  content: "\f10d";
  margin-right: 10px;
}
.trumbowyg-h1-dropdown-button:before,
.trumbowyg-h2-dropdown-button:before,
.trumbowyg-h3-dropdown-button:before,
.trumbowyg-h4-dropdown-button:before {
  font-family: FontAwesome;
  content: "\f1dc";
  margin-right: 10px;
}
.trumbowyg-createLink-dropdown-button:before {
  font-family: FontAwesome;
  content: "\f0c1";
  margin-right: 10px;
}
.trumbowyg-unlink-dropdown-button:before {
  font-family: FontAwesome;
  content: "\f127";
  margin-right: 10px;
}
.trumbowyg-base64-button:before {
  font-family: FontAwesome;
  content: "\f03e";
  margin-right: 10px;
}
.trumbowyg-fontfamily-button:before {
  font-family: FontAwesome;
  content: "\f031";
}
.trumbowyg-fontsize-button:before {
  font-family: FontAwesome;
  content: "\f034";
}
.image-wrapper img {
  display: none;
}
.image-wrapper .loading-text {
  height: 45px;
  line-height: 45px;
  font-size: 1em;
  text-align: center;
  margin: 10px;
}
.image-wrapper.loaded img {
  display: block;
}
.image-wrapper.loaded .loading-text {
  display: none;
}
img.mycbc-logo {
  height: 50px;
  width: auto;
}
img.mycbc-logo.plat {
  height: auto;
  margin-top: 30px;
}
.tabs-wrapper .btn-group {
  padding: 0 15px;
}
.tabs-wrapper .tabs-scroll {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tabs-wrapper .arrow {
  position: absolute;
  top: 0;
  z-index: 100;
  font-size: 175%;
  background: white;
  padding: 10px 5px;
}
.tabs-wrapper .arrow.fa-caret-right {
  right: 0;
}
.tabs-wrapper.xsmall .arrow,
.tabs-wrapper.small .arrow {
  font-size: 130%;
  padding: 5px;
}
.tabs-wrapper .tabs-inner {
  width: 9000px;
}
.progress {
  position: relative;
}
.progress.widget-progress {
  margin: 0;
  border-radius: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 10px;
}
.progress-text {
  position: relative;
  z-index: 10;
}
.progress-goal {
  height: 30px;
  width: 2px;
  background: red;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.company-widget-progress-text {
  position: absolute;
  bottom: 10px;
  left: 0px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #555555;
}
.speed-up-animation {
  animation-duration: 0.4s;
}
.dashboard-item {
  margin-bottom: 1em;
  border-top: 1px solid transparent;
}
.is-dragging {
  z-index: 10000;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  border: 1px solid #ccc;
  color: black;
}
.btn-flat:hover {
  background-color: #ccc;
}
.dropdown-menu > li {
  margin-left: 0;
}
.dropdown-menu > li .danger:hover {
  background-color: #ff8080;
  min-width: 100%;
}
.dropdown-menu > li .standard:hover {
  background-color: #cccccc;
  min-width: 100%;
}
.up {
  bottom: 100% !important;
  top: auto !important;
}
.level-bar-wrapper {
  margin-top: 1em;
  height: 10px;
  width: 100%;
}
.level-bar-wrapper .level-bar {
  display: inline-block;
  height: 5px;
  width: 17%;
  background: gainsboro;
}
.level-bar-wrapper .level-bar.level-complete-bar {
  background: gray;
}
.scroll-reporting-obligations {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.panel-listing {
  position: relative;
  float: left;
  margin: -15px;
  margin-right: 15px;
  width: 50%;
  height: 200px;
  border-right: 1px solid #eeeeee;
}
.panel-listing .save-resource {
  width: 100%;
}
.panel-listing .list-group {
  overflow-y: scroll;
  height: 200px;
}
.panel-listing .list-group .open-arrow {
  float: left;
  padding-right: 0.5em;
  border-right: 1px solid white;
  margin-right: 0.5em;
}
.panel-listing .list-group .list-group-item {
  border: none;
  border-radius: 0;
}
.panel-listing .list-group .list-group-item.list-group-item-static {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  background: #dff0d8;
  color: #3c763d;
}
.selected {
  overflow: hidden;
}
.selected.panel-listing {
  width: 41px;
  background: #00759A;
  cursor: pointer;
}
.selected .list-group-item {
  display: none;
}
.selected .list-group-item.active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 700%;
  overflow: hidden;
  -webkit-transform: rotate(90deg) translateY(-40px);
  -moz-transform: rotate(90deg) translateY(-40px);
  -ms-transform: rotate(90deg) translateY(-40px);
  -o-transform: rotate(90deg) translateY(-40px);
  transform: rotate(90deg) translateY(-40px);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.selected .list-group-item.list-group-item-static {
  display: block;
}
#dashboard-match-overview .row {
  margin-bottom: 1.5em;
}
#dashboard-match-overview .row .col-md-4 {
  text-align: center;
}
#dashboard-match-overview .row .col-md-4 strong {
  font-size: 2em;
}
.date-list {
  overflow-y: scroll;
  height: 350px;
  overflow-x: hidden;
}
.manage-venue-date {
  padding: 5px 0;
}
.manage-venue-date:nth-child(even) {
  background-color: #EEE;
}
.manage-venue-date:last-child {
  padding-bottom: none;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: inline;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: normal;
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: normal;
}
@media only screen and (max-width: 1490px) {
  .manage-venue-btn {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 960px) {
  .manage-venue-btn {
    margin-left: 0;
  }
}
#dashboard-search-view .search-input {
  border: none;
  box-shadow: none;
  font-size: 3em;
  height: 3.5em;
  position: relative;
}
.range-selector-wrapper {
  padding: 50px 0 0 0;
}
.range-selector-wrapper .range-selector {
  position: relative;
  border: 1px solid #ccc;
  width: 100%;
  height: 20px;
  border-radius: 3px;
  background: #ff0000;
  background: linear-gradient(to right, #ff0000 0%, #ffff00 50%, #00ff00 100%);
}
.range-selector-wrapper .range-selector .value-bubble {
  position: absolute;
  top: -45px;
  margin-left: -15px;
  padding: 3px 11px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.range-selector-wrapper .range-selector .value-bubble:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 5px;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
}
.global-messages {
  width: 100%;
  padding: 0;
  margin: 0;
}
.global-messages div.global-message {
  margin: -16px;
  padding: 2em 1.5em;
  color: white;
  display: inline-block;
}
.global-messages div.global-message p {
  font-size: 1.2em;
  font-weight: 600;
}
.global-messages div.global-message.alert-success {
  margin-top: 0;
  background: #4caf50;
  width: 100vw;
}
.global-messages div.global-message.alert-danger {
  margin-top: 0;
  background: #aa242f;
  width: 100vw;
}
.global-messages div.global-message.alert-info {
  margin-top: 0;
  background: #29b6f6;
  width: 100vw;
}
.global-messages div.global-message.alert-warning {
  margin-top: 0;
  background: #ffc957;
  width: 100vw;
}
.dashboard-center-image {
  height: 70%;
  width: 70%;
  margin: 0px auto;
}
.div-mar-image {
  margin: -4em 0 0 0;
  pointer-events: none;
}
.buyer-quest-text {
  margin: 1em 0em;
}
.div-mar-text {
  margin: 1em 0;
  font-weight: 300;
  line-height: 1.4;
  font-size: 18px;
}
.buyer-quest-login {
  background: #f58220;
  color: white;
  margin: 1em 0em;
}
.div-mar-login {
  background: #b62d3d;
  color: white;
  margin: 1em 0em;
}
.agiloft-login {
  background: #0180de;
  color: white;
  margin: 1em 0em;
}
.smaller-font input {
  padding: 4px;
}
.smaller-font button {
  padding: 4px;
}
.smaller-font span input {
  padding: 4px;
}
.ember-basic-dropdown-content {
  position: static;
}
.ember-power-select-selected-item,
.ember-power-select-placeholder {
  line-height: 34px;
  color: #999;
}
.ember-power-select-selected-item {
  color: #555555;
}
.ember-power-select-trigger {
  border: 1px solid #ccc;
  color: #555555;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ember-power-select-trigger input {
  line-height: 34px;
  margin-left: 8px;
}
div.ember-power-select-multiple-trigger.ember-power-select-multiple-options.ember-power-select-multiple-option {
  margin: 0.4em 0.2em;
}
.cxs-power-select {
  position: relative;
}
.cxs-power-select .close {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 10;
  padding: 0.2em 0.3em;
  border-radius: 5px;
  color: white;
  background-color: #a0a0a0;
  font-size: 0.8em;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.cxs-power-select.round .ember-power-select-trigger {
  border-radius: 25px;
  min-height: 31px;
}
.panel-padding {
  padding: 1em;
}
.panel-padding-sm {
  padding: 0.5em;
}
.panel-padding-lg {
  padding: 1.5em;
}
.panel-2018-action:hover {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  box-shadow: 0 4px 8px 0 rgba(36, 117, 154, 0.2);
}
.panel-2018 {
  margin: 0.5em;
  text-align: left;
  padding: 1em;
  border-radius: 5px;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.panel-2018.overflow {
  overflow: hidden;
}
.panel-2018 .panel-heading.no-border {
  border-bottom: none;
}
.panel-2018 .panel-heading {
  font-weight: bold;
  border-bottom: 2px solid black;
  padding: 10px 0px;
  margin-top: -10px;
}
.panel-2018 .panel-heading h2 {
  margin: 0.5em 0;
  font-weight: 600;
}
.panel-2018 .cxs-table {
  margin: -1em;
  width: 103%;
}
.panel-2018 .panel-body p {
  font-weight: 400;
}
.panel-2018 .panel-body div.lead {
  font-weight: 100;
  font-size: 16px;
}
.panel-2018 .panel-body .portal-copy {
  margin: 0;
}
.panel-2018 .panel-sides {
  padding: 0 15px;
}
.panel-2018 button {
  z-index: 5;
}
.panel-2018 .bottom-button {
  margin-top: 10em;
}
.panel-2018.margin-top-lg {
  margin-top: 40px;
}
.panel-2018.margin-top-xl {
  margin-top: 80px;
}
.panel-2018.panel-2018-tabs {
  border-radius: 0 0 5px 5px;
  margin-top: -10px;
}
body {
  background: #efefef;
}
.paper-nav {
  position: relative;
  bottom: -1em;
  padding: 0 0.5em;
  display: block;
  display: flex;
  list-style: none;
  text-align: center;
}
.paper-nav li {
  width: 100%;
  padding: 1em;
  display: list-item;
  background: #ddd;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.paper-nav li.active {
  z-index: 10;
  background: #fff;
  cursor: default;
}
.paper-nav li.active:hover {
  background-color: #fff;
}
.paper-nav li:hover {
  background-color: #eee;
}
.hide-shadow {
  display: flex;
  position: relative;
  margin: 0 0.5em;
  background: white;
  height: 10px;
  z-index: 15;
}
.panel-2018.panel-border-2018 {
  box-shadow: none;
  border: 1px #E0E0E0 solid;
}
.unselected-element {
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.unselected-element.selected-element {
  transform: scale(1.1, 1.1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.sub-text {
  font-weight: lighter;
  font-size: 1.2em;
}
.panel-muted {
  border-radius: 5px;
  background-color: Gainsboro;
  color: #777777;
  cursor: not-allowed;
}
.btn-2018 {
  border-radius: 100px;
  border-style: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  word-wrap: break-word;
  text-decoration: none;
  transition: background-color 0.2s linear;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.btn-2018:link {
  text-decoration: none;
}
.btn-2018:visited {
  text-decoration: none;
}
.btn-2018:hover {
  text-decoration: none;
}
.btn-2018:focus {
  outline: none!important;
}
.btn-2018.btn-loading {
  border-color: #777777;
  color: #777777;
  cursor: wait;
}
.btn-2018.btn-loading:hover {
  background: transparent;
  color: #777777;
  border-color: #777777;
}
.btn-2018.btn-2018-lg {
  font-size: 24px;
  line-height: initial;
  padding: 0.3em 1em;
}
.btn-2018.btn-2018-sm {
  font-size: 18px;
  line-height: initial;
  padding: 0.3em 1em;
}
.btn-2018:disabled,
.btn-2018 button[disabled] {
  cursor: not-allowed;
  opacity: 0.2;
}
.btn-2018-sm {
  font-size: 12px;
  line-height: 1.5;
  padding: 0.3em 1em;
}
.btn-2018-xs {
  font-size: 8px;
  white-space: normal;
  line-height: 1.5;
  padding: 0.3em 1em;
}
.btn-2018-light {
  background-color: white;
  border: 2px solid transparent;
  color: #212121;
}
.btn-2018-light:link {
  color: #212121;
}
.btn-2018-light:visited {
  color: #212121;
}
.btn-2018-light:hover {
  color: white;
  background: #212121;
  border: 2px solid white;
}
.stroked-primary {
  background-color: transparent;
  border: 2px solid #00759A;
  color: #00759A;
}
.stroked-primary:link {
  color: #00759A;
}
.stroked-primary:visited {
  color: #00759A;
}
.stroked-primary:hover {
  color: #00759A;
  background: rgba(0, 117, 154, 0.2);
}
.stroked-success {
  background-color: transparent;
  border: 2px solid #00AE65;
  color: #00AE65;
}
.stroked-success:link {
  color: #00AE65;
}
.stroked-success:visited {
  color: #00AE65;
}
.stroked-success:hover {
  color: #00AE65;
  background: rgba(0, 174, 101, 0.2);
}
.stroked-info {
  background-color: transparent;
  border: 2px solid #5bc0de;
  color: #5bc0de;
}
.stroked-info:link {
  color: #5bc0de;
}
.stroked-info:visited {
  color: #5bc0de;
}
.stroked-info:hover {
  color: #5bc0de;
  background: rgba(91, 192, 222, 0.2);
}
.stroked-warning {
  background-color: transparent;
  border: 2px solid #F0AB00;
  color: #F0AB00;
}
.stroked-warning:link {
  color: #F0AB00;
}
.stroked-warning:visited {
  color: #F0AB00;
}
.stroked-warning:hover {
  color: #F0AB00;
  background: rgba(240, 171, 0, 0.2);
}
.stroked-danger {
  background-color: transparent;
  border: 2px solid #AA272F;
  color: #AA272F;
}
.stroked-danger:link {
  color: #AA272F;
}
.stroked-danger:visited {
  color: #AA272F;
}
.stroked-danger:hover {
  color: #AA272F;
  background: rgba(170, 39, 47, 0.2);
}
.stroked-light {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.stroked-light:link {
  color: white;
}
.stroked-light:visited {
  color: white;
}
.stroked-light:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.stroked-dark {
  background-color: transparent;
  border: 2px solid #212121;
  color: #212121;
}
.stroked-dark:link {
  color: #212121;
}
.stroked-dark:visited {
  color: #212121;
}
.stroked-dark:hover {
  color: #212121;
  background-color: rgba(0, 0, 0, 0.2);
}
.stroked-muted {
  background-color: transparent;
  border: 2px solid Gainsboro;
  color: Gainsboro;
  cursor: not-allowed;
}
.client-image-cont {
  white-space: nowrap;
  padding: 0;
  text-align: center;
  margin: 1em 0;
}
.client-img {
  vertical-align: middle;
}
.client-h2 {
  margin-top: 10px !important;
  word-break: break-word;
}
.collapsible-container {
  background: white;
  border: 1px solid #eeeeee;
  margin-bottom: 1em;
  position: relative;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
}
.collapsible-container .collapsible-area {
  margin: 0 0.7em;
  font-weight: lighter;
}
.collapsible-container .collapsible-footer {
  padding: 0;
  margin: 0;
}
.collapsible-container .collapsible-actions {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
.collapsible-container .collapsible-actions li {
  display: inline-block;
  padding: 0 0.2em;
}
.collapsible-container .collapsible-title,
.collapsible-container .collapsible-sub-title {
  margin: 0;
  padding: 0.2em 0;
  margin: 0 0.7em;
  font-weight: bolder;
}
.collapsible-container .collapsible-sub-title {
  margin: 0 1em;
  font-weight: normal;
}
.collapsible-container .collapsible-comp-button-group {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
}
.collapsible-container .collapsible-comp-button-group ul {
  top: 50px;
  right: 1em;
  left: auto;
}
.green-dot {
  height: 0.25em;
  width: 0.25em;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -5px;
}
.red-dot {
  color: red;
  font-size: 0.6em;
  font-weight: 900;
  position: relative;
  top: -5px;
}
.grodal {
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  animation-duration: 0.25s;
  padding: 100px 0;
}
.grodal-no-overlay {
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  animation-duration: 0.25s;
  pointer-events: none;
}
.grodal-no-overlay button {
  pointer-events: all;
}
.grodal-no-overlay span {
  pointer-events: all;
}
.grodal-icon {
  font-size: 8em;
  display: block;
  margin: auto;
}
.grodal-wrapper {
  margin: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 992px) {
  .grodal-wrapper {
    width: 90% !important;
  }
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
.grodal-header {
  color: white;
  height: 150px;
  margin: auto;
  padding: 20px;
  width: auto;
  border-radius: 5px 5px 0 0;
}
.grodal-header.plain {
  height: 5px;
  background: white;
  padding: 0;
  margin: 0;
}
.grodal-header.plain .grodal-close {
  color: #AA272F;
}
.grodal-header.blank {
  height: 2em;
  background: white;
}
.grodal-header.cookie {
  background: white;
  height: 250px;
}
.grodal-header.cookie img {
  height: 100%;
  margin: auto;
}
.grodal-header.info {
  background: #29b6f6;
}
.grodal-header.danger {
  background: #ff3823;
}
.grodal-header.success {
  background: #4caf50;
}
.grodal-header.warning {
  background: #ffc957;
}
.grodal-content-plain {
  margin-top: 0;
  padding-top: 0;
}
.grodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: auto;
  border-radius: 0 0 5px 5px;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.grodal-content .grodal-text {
  color: black;
  font-size: 1.3em;
  font-weight: lighter;
}
.grodal-content .grodal-text .text-info {
  font-style: italic;
  font-size: 0.9em;
  color: gray;
}
.grodal-content .grodal-text input {
  border-radius: 2em;
  font-weight: 500;
}
.grodal-content .grodal-text p {
  text-align: center;
}
.grodal-content .btn-2018 {
  display: block;
  margin: auto;
  font-size: 1.5em;
  padding: 15px;
  font-weight: lighter;
  margin-top: 0.5em;
}
.grodal-content label.control-label {
  text-align: left;
}
.grodal-content .commodity-tree .btn {
  font-size: 1em;
  padding: 10px;
}
.grodal-content .commodity-tree .commodity-tree-list,
.grodal-content .commodity-tree .commodity-tree-selected {
  text-align: left;
}
.grodal-close {
  right: 6px;
  color: white;
  position: absolute;
  top: -6px;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.owner-collapse {
  border: none;
}
.create-owner-btn {
  margin-bottom: 2em;
  float: none;
}
.form-close-btn {
  position: relative;
  top: -1em;
  font-size: 2em;
}
.btn-2018.edit-grodal-btn {
  display: inline-block;
}
.content-tip {
  cursor: pointer;
  position: relative;
}
/*== common styles for both parts of content-tip tip ==*/
.content-tip::before,
.content-tip::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}
.content-tip:hover::before,
.content-tip:focus::before,
.content-tip:hover::after,
.content-tip:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}
/*== pointer tip ==*/
.content-tip::before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #3E474F transparent transparent transparent;
  bottom: 100%;
  content: "";
  margin-left: -0.5em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26), opacity 0.65s 0.5s;
  transform: scale(0.6) translateY(-90%);
}
.content-tip:hover::before,
.content-tip:focus::before {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}
/*== speech bubble ==*/
.content-tip::after {
  background: #3E474F;
  border-radius: 0.25em;
  bottom: 178%;
  color: #EDEFF0;
  content: attr(data-tip);
  font-size: 1em;
  line-height: 1.2;
  margin-left: -8.75em;
  padding: 1em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  transform: scale(0.6) translateY(50%);
  width: 17.5em;
}
.content-tip:hover::after,
.content-tip:focus::after {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}
.accomplishments-drop {
  border: none !important;
}
.create-record-btn {
  margin-top: 1em;
  margin-bottom: 2em;
  float: none;
}
.modal-dialog {
  margin-top: 13em;
}
.company-category {
  border: 1px solid #eeeeee;
  padding-left: 0.5em;
  font-size: 18px;
}
.company-category:hover {
  background-color: #cccccc;
}
.tool {
  cursor: pointer;
  position: relative;
}
/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}
.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}
/*== pointer tip ==*/
.tool::before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #3E474F transparent transparent transparent;
  bottom: 125%;
  content: "";
  margin-left: -0.5em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26), opacity 0.65s 0.5s;
  transform: scale(0.6) translateY(-90%);
}
.tool:hover::before,
.tool:focus::before {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}
/*== speech bubble ==*/
.tool::after {
  background: #3E474F;
  border-radius: 0.25em;
  bottom: 178%;
  color: #EDEFF0;
  content: attr(data-tip);
  font-size: 1em;
  line-height: 1.2;
  margin-left: -8.75em;
  padding: 1em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  transform: scale(0.6) translateY(50%);
  width: 17.5em;
}
.tool:hover::after,
.tool:focus::after {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}
.ssn-inputs input {
  display: inline-block;
}
.ssn-inputs input.ssn1 {
  width: 4em;
}
.ssn-inputs input.ssn2 {
  width: 3em;
}
.ssn-inputs input.ssn3 {
  width: 5em;
}
.smart-search-add-columns {
  position: absolute;
  right: 2em;
  top: 5px;
}
.smart-search-table {
  width: 102% !important;
}
.first-landed {
  margin-top: 2em;
  color: #ccc;
}
.first-landed svg {
  height: 200px;
}
.first-landed.loaded-icon {
  position: absolute;
  top: 5.5em;
  left: 43%;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
#logo-wrapper {
  transform-origin: 50% 50%;
  transform: rotate(-60deg);
  animation: spin-reverse 1.7s ease infinite;
}
@keyframes spin-reverse {
  0% {
    transform: rotate(-60deg);
  }
  10% {
    transform: rotate(-50deg);
  }
  55% {
    transform: rotate(-430deg);
  }
  100% {
    transform: rotate(-420deg);
  }
}
.smart-search-form-border {
  border-bottom: 1px solid #ddd;
}
.matches-checkbox {
  margin: 1em 0 0 1em;
}
.smart-search-tab-content {
  padding: 1em;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.ember-google-map {
  height: 20em;
}
.cxs-slider {
  margin-top: 2em;
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.cxs-slider:hover {
  opacity: 1;
}
.cxs-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #337ab7;
  cursor: pointer;
}
.cxs-slider::-moz-range-thumb {
  margin-top: 1em;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #337ab7;
  cursor: pointer;
}
.smart-search-container {
  margin-top: 1em;
  padding-right: 0;
  padding-left: 0;
}
.company-logo-container img {
  width: 50%;
}
.diversity-popover {
  position: relative;
  bottom: 2px;
}
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.cxs-radio input[type='radio'] {
  display: none;
}
.cxs-radio input[type='radio']:checked + label:before {
  border-color: #337ab7;
  animation: ripple 0.2s linear forwards;
}
.cxs-radio input[type='radio']:checked + label:after {
  transform: scale(1);
}
.cxs-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.cxs-radio label:before,
.cxs-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.cxs-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
.cxs-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #337ab7;
}
.smart-search-pagination-wrapper {
  padding: 0em 0.5em;
  position: relative;
  top: 15px;
  left: 25px;
  width: 96%;
  z-index: 29;
}
.wrapper1,
.wrapper2 {
  width: 100%;
  border: none 0px RED;
  overflow-x: scroll;
  overflow-y: hidden;
}
.wrapper1 {
  position: relative;
  top: 6px;
  left: 8px;
}
.div1 {
  height: 1px;
}
.duns-inputs label {
  display: block;
  margin-bottom: 0;
}
.duns-inputs input {
  display: inline-block;
}
.duns-inputs input.duns1 {
  width: 8em;
}
.duns-inputs input.duns2 {
  width: 5em;
}
.input-group.date {
  display: block;
}
.input-group.date input[type=text].cxs-date-picker.form-control {
  background: white;
  display: block;
  border-radius: 4px;
}
.cxs-address input,
.cxs-address textarea,
.cxs-address .ember-power-select-selected-item {
  text-transform: uppercase;
}
.cxs-address-body {
  border: 1px #E0E0E0 solid;
  border-top: 0;
  padding: 1em;
  border-radius: 0px 0px 5px 5px;
}
.not-required {
  border-color: #ccc !important;
  color: black !important;
}
.badge-wrapper {
  height: 115vh;
  width: 100%;
  margin: -1em;
  margin-top: -5em;
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.3;
}
.badge-wrapper .whole-badge {
  pointer-events: all;
}
.badge-wrapper .badge {
  display: block;
  position: relative;
  background: transparent;
  font-family: 'Eurostile', Helvetica, Arial, sans-serif;
  text-align: center;
  height: 30em;
  width: 30em;
  margin: auto;
  margin-top: 10em;
}
.badge-wrapper .badge.level-0 .badge-background {
  opacity: 0;
}
.badge-wrapper .badge.level-0 .badge-forground {
  opacity: 0;
}
.badge-wrapper .badge.level-2 .badge-background {
  position: absolute;
  top: 0;
  left: 0;
  background: #a3a3a3;
  height: 100%;
  width: 100%;
  z-index: 5;
  transform: rotate(45deg) scale(1.1, 1.1);
}
.badge-wrapper .badge.level-3 .badge-background {
  border-radius: 10%;
  transform: rotate(0) scale(1, 1);
}
.badge-wrapper .badge.level-3 .badge-forground {
  border-radius: 10%;
}
.badge-wrapper .badge.level-4 .badge-background {
  border-radius: 20%;
  transform: rotate(0) scale(1, 1);
}
.badge-wrapper .badge.level-4 .badge-forground {
  border-radius: 20%;
}
.badge-wrapper .badge.level-5 .badge-background {
  border-radius: 100%;
  transform: rotate(0) scale(1.1, 1.1);
}
.badge-wrapper .badge.level-5 .badge-forground {
  transform: rotate(0);
  border-radius: 100%;
  background-image: url('');
  background-attachment: local;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.badge-wrapper .badge .world {
  top: -26.9em;
  left: -9em;
  width: 33em;
  height: 33.5em;
  max-width: inherit;
  opacity: 0.1;
  position: relative;
}
.badge-wrapper .badge .badge-x {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70%;
  width: 50%;
  z-index: 20;
  transform: translateX(-50%) translateY(-50%);
  background-image: url('https://files.slack.com/files-pri/T02CA3WB6-FBB5SFGSU/trans_x.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.badge-wrapper .badge .badge-forground,
.badge-wrapper .badge .badge-background {
  position: absolute;
  top: 0;
  left: 0;
  background: #232323;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  z-index: 10;
  transition: rotate, border-radius, scale, 0.5s;
}
.badge-wrapper .badge .badge-background {
  background: #a3a3a3;
  z-index: 5;
}
.badge-wrapper .badge .ribbon .ribbon-text {
  font-size: 3em;
  font-weight: bold;
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  background: #b70f0a;
  font-family: "eurostile", sans-serif;
  height: 2em;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 2em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.badge-wrapper .badge .ribbon-left {
  height: 4em;
  width: 5em;
  background: #9f0d09;
  position: absolute;
  bottom: -45px;
  left: -45px;
  border-bottom-right-radius: 10px;
  z-index: 5;
}
.badge-wrapper .badge .ribbon-left::after {
  content: '';
  position: absolute;
  right: 4em;
  top: -8px;
  background: transparent;
  height: 0px;
  width: 0px;
  border-right: 3em solid #9f0d09;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate(23deg);
}
.badge-wrapper .badge .ribbon-left::before {
  content: '';
  position: absolute;
  left: -2em;
  top: 26px;
  background: transparent;
  height: 0px;
  width: 0px;
  border-left: 3em solid #9f0d09;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate(-203deg);
}
.badge-wrapper .badge .ribbon-right {
  height: 4em;
  width: 5em;
  background: #9f0d09;
  position: absolute;
  bottom: -45px;
  right: -45px;
  border-bottom-left-radius: 10px;
  z-index: 5;
}
.badge-wrapper .badge .ribbon-right::after {
  content: '';
  position: absolute;
  right: -28px;
  top: 26px;
  background: transparent;
  height: 0px;
  width: 0px;
  border-right: 3em solid #9f0d09;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate(-157deg);
}
.badge-wrapper .badge .ribbon-right::before {
  content: '';
  position: absolute;
  right: -29px;
  top: -8px;
  background: transparent;
  height: 0px;
  width: 0px;
  border-right: 3em solid #9f0d09;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate(-203deg);
}
.badge-wrapper .level-up-message {
  margin-top: 2em;
  font-size: 4em;
  color: white;
}
.badge-wrapper-small {
  margin: 3em 4em;
}
.badge-wrapper-small .whole-badge {
  pointer-events: all;
}
.badge-wrapper-small .badge {
  display: block;
  position: relative;
  background: transparent;
  font-family: 'Eurostile', Helvetica, Arial, sans-serif;
  text-align: center;
  height: 10em;
  width: 10em;
  margin: auto;
}
.badge-wrapper-small .badge.level-0 .badge-background {
  opacity: 0;
}
.badge-wrapper-small .badge.level-0 .badge-forground {
  opacity: 0;
}
.badge-wrapper-small .badge.level-2 .badge-background {
  position: absolute;
  top: 0;
  left: 0;
  background: #a3a3a3;
  height: 100%;
  width: 100%;
  z-index: 5;
  transform: rotate(45deg) scale(1.1, 1.1);
}
.badge-wrapper-small .badge.level-3 .badge-background {
  border-radius: 10%;
  transform: rotate(0) scale(1, 1);
}
.badge-wrapper-small .badge.level-3 .badge-forground {
  border-radius: 10%;
}
.badge-wrapper-small .badge.level-4 .badge-background {
  border-radius: 20%;
  transform: rotate(0) scale(1, 1);
}
.badge-wrapper-small .badge.level-4 .badge-forground {
  border-radius: 20%;
}
.badge-wrapper-small .badge.level-5 .badge-background {
  border-radius: 100%;
  transform: rotate(0) scale(1.1, 1.1);
}
.badge-wrapper-small .badge.level-5 .badge-forground {
  transform: rotate(0);
  border-radius: 100%;
  background-attachment: local;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.badge-wrapper-small .badge .badge-x {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70%;
  width: 50%;
  z-index: 20;
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}
.badge-wrapper-small .badge .world {
  top: -6px;
  left: -12px;
  width: 12em;
  height: 11em;
  max-width: inherit;
  opacity: 0.1;
  position: absolute;
  z-index: 20;
}
.badge-wrapper-small .badge .world-company-view {
  top: -24px;
  left: -42px;
  width: 12em;
  height: 11em;
  max-width: inherit;
  opacity: 0.1;
  position: absolute;
  z-index: 20;
}
.badge-wrapper-small .badge .badge-forground,
.badge-wrapper-small .badge .badge-background {
  position: absolute;
  top: 0;
  left: 0;
  background: #232323;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  z-index: 10;
  transition: rotate, border-radius, scale, 0.5s;
}
.badge-wrapper-small .badge .badge-background {
  background: #a3a3a3;
  z-index: 5;
}
.badge-wrapper-small .badge .ribbon .ribbon-text {
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  background: #b70f0a;
  font-family: "eurostile", sans-serif;
  height: 2em;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 2em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.badge-wrapper-small .badge .ribbon-left {
  height: 2em;
  width: 3em;
  background: #9f0d09;
  position: absolute;
  bottom: -25px;
  left: -20px;
  border-bottom-right-radius: 10px;
  z-index: 5;
}
.badge-wrapper-small .badge .ribbon-left::after {
  content: '';
  position: absolute;
  right: 28px;
  top: -8px;
  background: transparent;
  height: 0px;
  width: 0px;
  border-right: 14px solid #9f0d09;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate(-90deg);
}
.badge-wrapper-small .badge .ribbon-left::before {
  content: '';
  position: absolute;
  right: 28px;
  top: 2px;
  background: transparent;
  height: 0px;
  width: 0px;
  border-right: 14px solid #9f0d09;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate(90deg);
}
.badge-wrapper-small .badge .ribbon-right {
  height: 2em;
  width: 3em;
  background: #9f0d09;
  position: absolute;
  bottom: -25px;
  right: -20px;
  border-bottom-left-radius: 10px;
  z-index: 5;
}
.badge-wrapper-small .badge .ribbon-right::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 2px;
  background: transparent;
  height: 0px;
  width: 0px;
  border-right: 14px solid #9f0d09;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate(90deg);
}
.badge-wrapper-small .badge .ribbon-right::before {
  content: '';
  position: absolute;
  right: -6px;
  top: -8px;
  background: transparent;
  height: 0px;
  width: 0px;
  border-right: 14px solid #9f0d09;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate(-90deg);
}
.level-chip {
  padding: 0 12px;
  background-color: lightgray;
  border-radius: 100px;
  display: inline-flex;
  margin: 4px;
  color: rgba(0, 0, 0, 0.87);
  align-items: center;
  height: 32px;
  font-size: 18px;
  border: none;
  font-family: eurostile;
  font-weight: bold;
}
.level-chip .icon {
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
}
.lbl {
  position: relative;
  display: block;
  height: 20px;
  width: 44px;
  background: #898989;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.lbl:after {
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  content: '';
  transition: all 0.3s ease;
}
.cbx:checked ~ label {
  background: rgba(0, 174, 101, 0.5);
}
.cbx:checked ~ label:after {
  left: 20px;
  background: #00AE65;
}
.cbx:disabled ~ label {
  background: #d5d5d5;
  pointer-events: none;
}
.cbx:disabled ~ label:after {
  background: #bcbdbc;
}
.cntr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.press {
  margin-top: 2em;
}
.hidden {
  display: none;
}
.my-supplier-filter-toggle label {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: -4px;
}
.my-supplier-filter-toggle center {
  display: inline-block;
  line-height: 40px;
}
.cxs-table {
  width: 100%;
  border: none;
}
.cxs-table .cxs-table-thead {
  box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.2);
}
.cxs-table.no-min-width td {
  min-width: auto;
}
.cxs-table.no-min-width th {
  min-width: auto;
}
.cxs-table td,
.cxs-table th {
  padding: 1em;
  border-bottom: 1px solid #eeeeee;
  min-width: 200px;
}
.dropdown-menu.dropdown-menu-comp {
  position: absolute;
}
.switcharoo-list {
  list-style-type: none;
  height: 30em;
  overflow: hidden;
  overflow-y: auto;
}
.switcharoo-btn-group {
  margin-top: 2em;
  list-style-type: none;
  font-size: 2em;
  padding: 0;
}
.switcharoo-btn {
  margin-bottom: 1em;
}
.switcharoo-fa {
  font-weight: bold;
  font-size: 1.2em;
}
.list-item {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  font-size: 1.6em;
  border-radius: 5px;
  padding-bottom: 7px;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.list-item-muted {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  font-size: 1.6em;
  border-radius: 5px;
  padding-bottom: 7px;
  color: Gainsboro;
}
.list-item:hover {
  background-color: lightblue;
}
.list-item-remove:hover {
  background: rgba(170, 39, 47, 0.2);
}
.selected {
  background-color: lightblue;
}
.unselected {
  background: rgba(170, 39, 47, 0.2);
}
.close-preview {
  position: fixed;
  padding: 0 2em;
  right: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background: white;
  overflow: auto;
  z-index: 30;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  animation-duration: 0.25s;
  background: transparent;
}
.cxs-company-preview-body {
  position: fixed;
  padding: 0 2em;
  right: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background: white;
  overflow: auto;
  z-index: 30;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  animation-duration: 0.25s;
}
.cxs-company-preview-body .fa-close {
  position: absolute;
  left: 0;
  font-size: 2em;
}
.cxs-company-preview-body hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.cxs-company-preview-body:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.cxs-company-preview-body .company-name {
  margin-top: 10.5em;
}
@media (min-width: 992px) {
  .cxs-company-preview-body .company-name {
    margin-top: 6.5em;
  }
}
@media (min-width: 1400px) {
  .cxs-company-preview-body .company-name {
    margin-top: 10.5em;
  }
}
@media (min-width: 992px) {
  .cxs-company-preview-body {
    width: 33%;
  }
}
@media (min-width: 1400px) {
  .cxs-company-preview-body {
    width: 25%;
  }
}
.logo-container {
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: white;
  width: 20em;
  height: 20em;
  overflow: hidden;
  position: absolute;
  top: 1em;
  left: 50%;
  margin-left: -10em;
}
.logo-container .company-logo {
  height: 100%;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 992px) {
  .logo-container {
    width: 10em;
    height: 10em;
    left: 68%;
  }
}
@media (min-width: 1400px) {
  .logo-container {
    width: 20em;
    height: 20em;
    left: 50%;
  }
}
.cxs-stepper-header-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin: 1em 15%;
  text-align: center;
}
.cxs-stepper-header-wrapper .item {
  margin: 0 auto;
}
.cxs-stepper-header-wrapper .cxs-step-dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  color: white;
  border-radius: 50%;
  display: inline-block;
}
.cxs-stepper-header-wrapper .cxs-step-dot.active {
  background-color: #aa242f;
}
.cxs-step {
  display: none;
  min-height: 100px;
  width: auto;
  animation-duration: 0.5s;
}
.cxs-step.active-cxs-step {
  display: block;
}
.cxs-stepper-footer .next {
  margin-left: 1em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .valid-password-svg {
    margin-top: -92px;
  }
}
