:root {
  --blue: #2489c5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d9534f;
  --orange: #f0ad4e;
  --yellow: #ffc107;
  --green: #4a934d;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --nda: #FFA300;
  --default: #e7e7e7;
  --nda2: #fff;
  --primary: #443603;
  --secondary: #6c757d;
  --success: #4a934d;
  --info: #2489c5;
  --warning: #f0ad4e;
  --danger: #d9534f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Lato", sans-serif;
  --font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
@-ms-viewport {
  width: device-width
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}
body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}
[tabindex="-1"]:focus {
  outline: 0 !important
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
dfn {
  font-style: italic
}
b, strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #443603;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:hover {
  color: black;
  text-decoration: underline
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):focus {
  outline: 0
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
table {
  border-collapse: collapse
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit
}
label {
  display: inline-block;
  margin-bottom: 0.5rem
}
button {
  border-radius: 0
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}
.h1, h1 {
  font-size: 1.394rem
}
.h2, h2 {
  font-size: 1.23rem
}
.h3, h3 {
  font-size: 1.148rem
}
.h4, h4 {
  font-size: 0.984rem
}
.h5, h5 {
  font-size: 0.82rem
}
.h6, h6 {
  font-size: 0.82rem
}
.lead {
  font-size: 1.025rem;
  font-weight: 300
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}
.small, small {
  font-size: 92%;
  font-weight: 400
}
.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline {
  padding-left: 0;
  list-style: none
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem
}
.initialism {
  font-size: 90%;
  text-transform: uppercase
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.025rem
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}
.blockquote-footer:before {
  content: "\2014 \00A0"
}
.img-fluid {
  max-width: 100%;
  height: auto
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto
}
.figure {
  display: inline-block
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1
}
.figure-caption {
  font-size: 90%;
  color: #6c757d
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word
}
a > code {
  color: inherit
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}
.container {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 768px
  }
}
@media (min-width:992px) {
  .container {
    max-width: 988px
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1148px
  }
}
.container-fluid {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-right: auto;
  margin-left: auto
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 4px;
  padding-left: 4px
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5.55556%;
  flex: 0 0 5.55556%;
  max-width: 5.55556%
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.11111%;
  flex: 0 0 11.11111%;
  max-width: 11.11111%
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.22222%;
  flex: 0 0 22.22222%;
  max-width: 22.22222%
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.77778%;
  flex: 0 0 27.77778%;
  max-width: 27.77778%
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38.88889%;
  flex: 0 0 38.88889%;
  max-width: 38.88889%
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.44444%;
  flex: 0 0 44.44444%;
  max-width: 44.44444%
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55.55556%;
  flex: 0 0 55.55556%;
  max-width: 55.55556%
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 61.11111%;
  flex: 0 0 61.11111%;
  max-width: 61.11111%
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}
.col-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72.22222%;
  flex: 0 0 72.22222%;
  max-width: 72.22222%
}
.col-14 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 77.77778%;
  flex: 0 0 77.77778%;
  max-width: 77.77778%
}
.col-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}
.col-16 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88.88889%;
  flex: 0 0 88.88889%;
  max-width: 88.88889%
}
.col-17 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94.44444%;
  flex: 0 0 94.44444%;
  max-width: 94.44444%
}
.col-18 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}
.order-last {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 19;
  order: 19
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}
.order-13 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}
.order-14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14
}
.order-15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15
}
.order-16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16
}
.order-17 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 17;
  order: 17
}
.order-18 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 18;
  order: 18
}
.offset-1 {
  margin-left: 5.55556%
}
.offset-2 {
  margin-left: 11.11111%
}
.offset-3 {
  margin-left: 16.66667%
}
.offset-4 {
  margin-left: 22.22222%
}
.offset-5 {
  margin-left: 27.77778%
}
.offset-6 {
  margin-left: 33.33333%
}
.offset-7 {
  margin-left: 38.88889%
}
.offset-8 {
  margin-left: 44.44444%
}
.offset-9 {
  margin-left: 50%
}
.offset-10 {
  margin-left: 55.55556%
}
.offset-11 {
  margin-left: 61.11111%
}
.offset-12 {
  margin-left: 66.66667%
}
.offset-13 {
  margin-left: 72.22222%
}
.offset-14 {
  margin-left: 77.77778%
}
.offset-15 {
  margin-left: 83.33333%
}
.offset-16 {
  margin-left: 88.88889%
}
.offset-17 {
  margin-left: 94.44444%
}
@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-sm-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%
  }
  .col-sm-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%
  }
  .col-sm-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-sm-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%
  }
  .col-sm-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%
  }
  .col-sm-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14
  }
  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
  }
  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16
  }
  .order-sm-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17
  }
  .order-sm-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 5.55556%
  }
  .offset-sm-2 {
    margin-left: 11.11111%
  }
  .offset-sm-3 {
    margin-left: 16.66667%
  }
  .offset-sm-4 {
    margin-left: 22.22222%
  }
  .offset-sm-5 {
    margin-left: 27.77778%
  }
  .offset-sm-6 {
    margin-left: 33.33333%
  }
  .offset-sm-7 {
    margin-left: 38.88889%
  }
  .offset-sm-8 {
    margin-left: 44.44444%
  }
  .offset-sm-9 {
    margin-left: 50%
  }
  .offset-sm-10 {
    margin-left: 55.55556%
  }
  .offset-sm-11 {
    margin-left: 61.11111%
  }
  .offset-sm-12 {
    margin-left: 66.66667%
  }
  .offset-sm-13 {
    margin-left: 72.22222%
  }
  .offset-sm-14 {
    margin-left: 77.77778%
  }
  .offset-sm-15 {
    margin-left: 83.33333%
  }
  .offset-sm-16 {
    margin-left: 88.88889%
  }
  .offset-sm-17 {
    margin-left: 94.44444%
  }
}
@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-md-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%
  }
  .col-md-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%
  }
  .col-md-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-md-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%
  }
  .col-md-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%
  }
  .col-md-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .order-md-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14
  }
  .order-md-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
  }
  .order-md-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16
  }
  .order-md-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17
  }
  .order-md-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 5.55556%
  }
  .offset-md-2 {
    margin-left: 11.11111%
  }
  .offset-md-3 {
    margin-left: 16.66667%
  }
  .offset-md-4 {
    margin-left: 22.22222%
  }
  .offset-md-5 {
    margin-left: 27.77778%
  }
  .offset-md-6 {
    margin-left: 33.33333%
  }
  .offset-md-7 {
    margin-left: 38.88889%
  }
  .offset-md-8 {
    margin-left: 44.44444%
  }
  .offset-md-9 {
    margin-left: 50%
  }
  .offset-md-10 {
    margin-left: 55.55556%
  }
  .offset-md-11 {
    margin-left: 61.11111%
  }
  .offset-md-12 {
    margin-left: 66.66667%
  }
  .offset-md-13 {
    margin-left: 72.22222%
  }
  .offset-md-14 {
    margin-left: 77.77778%
  }
  .offset-md-15 {
    margin-left: 83.33333%
  }
  .offset-md-16 {
    margin-left: 88.88889%
  }
  .offset-md-17 {
    margin-left: 94.44444%
  }
}
@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-lg-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%
  }
  .col-lg-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%
  }
  .col-lg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-lg-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%
  }
  .col-lg-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%
  }
  .col-lg-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14
  }
  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
  }
  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16
  }
  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17
  }
  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 5.55556%
  }
  .offset-lg-2 {
    margin-left: 11.11111%
  }
  .offset-lg-3 {
    margin-left: 16.66667%
  }
  .offset-lg-4 {
    margin-left: 22.22222%
  }
  .offset-lg-5 {
    margin-left: 27.77778%
  }
  .offset-lg-6 {
    margin-left: 33.33333%
  }
  .offset-lg-7 {
    margin-left: 38.88889%
  }
  .offset-lg-8 {
    margin-left: 44.44444%
  }
  .offset-lg-9 {
    margin-left: 50%
  }
  .offset-lg-10 {
    margin-left: 55.55556%
  }
  .offset-lg-11 {
    margin-left: 61.11111%
  }
  .offset-lg-12 {
    margin-left: 66.66667%
  }
  .offset-lg-13 {
    margin-left: 72.22222%
  }
  .offset-lg-14 {
    margin-left: 77.77778%
  }
  .offset-lg-15 {
    margin-left: 83.33333%
  }
  .offset-lg-16 {
    margin-left: 88.88889%
  }
  .offset-lg-17 {
    margin-left: 94.44444%
  }
}
@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-xl-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%
  }
  .col-xl-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%
  }
  .col-xl-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-xl-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%
  }
  .col-xl-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%
  }
  .col-xl-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14
  }
  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
  }
  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16
  }
  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17
  }
  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 5.55556%
  }
  .offset-xl-2 {
    margin-left: 11.11111%
  }
  .offset-xl-3 {
    margin-left: 16.66667%
  }
  .offset-xl-4 {
    margin-left: 22.22222%
  }
  .offset-xl-5 {
    margin-left: 27.77778%
  }
  .offset-xl-6 {
    margin-left: 33.33333%
  }
  .offset-xl-7 {
    margin-left: 38.88889%
  }
  .offset-xl-8 {
    margin-left: 44.44444%
  }
  .offset-xl-9 {
    margin-left: 50%
  }
  .offset-xl-10 {
    margin-left: 55.55556%
  }
  .offset-xl-11 {
    margin-left: 61.11111%
  }
  .offset-xl-12 {
    margin-left: 66.66667%
  }
  .offset-xl-13 {
    margin-left: 72.22222%
  }
  .offset-xl-14 {
    margin-left: 77.77778%
  }
  .offset-xl-15 {
    margin-left: 83.33333%
  }
  .offset-xl-16 {
    margin-left: 88.88889%
  }
  .offset-xl-17 {
    margin-left: 94.44444%
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}
.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6
}
.table .table {
  background-color: #fff
}
.table-sm td, .table-sm th {
  padding: 0.3rem
}
.table-bordered {
  border: 1px solid #dee2e6
}
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px
}
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05)
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075)
}
.table-nda, .table-nda > td, .table-nda > th {
  background-color: #ffe5b8
}
.table-hover .table-nda:hover {
  background-color: #ffdc9f
}
.table-hover .table-nda:hover > td, .table-hover .table-nda:hover > th {
  background-color: #ffdc9f
}
.table-default, .table-default > td, .table-default > th {
  background-color: #f8f8f8
}
.table-hover .table-default:hover {
  background-color: #ebebeb
}
.table-hover .table-default:hover > td, .table-hover .table-default:hover > th {
  background-color: #ebebeb
}
.table-nda2, .table-nda2 > td, .table-nda2 > th {
  background-color: white
}
.table-hover .table-nda2:hover {
  background-color: #f2f2f2
}
.table-hover .table-nda2:hover > td, .table-hover .table-nda2:hover > th {
  background-color: #f2f2f2
}
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #cbc7b8
}
.table-hover .table-primary:hover {
  background-color: #c0bba9
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #c0bba9
}
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf
}
.table-success, .table-success > td, .table-success > th {
  background-color: #cce1cd
}
.table-hover .table-success:hover {
  background-color: #bcd8bd
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #bcd8bd
}
.table-info, .table-info > td, .table-info > th {
  background-color: #c2deef
}
.table-hover .table-info:hover {
  background-color: #aed3ea
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #aed3ea
}
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #fbe8cd
}
.table-hover .table-warning:hover {
  background-color: #f9ddb5
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #f9ddb5
}
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f4cfce
}
.table-hover .table-danger:hover {
  background-color: #efbbb9
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #efbbb9
}
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe
}
.table-hover .table-light:hover {
  background-color: #ececf6
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6
}
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe
}
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075)
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.table-dark {
  color: #fff;
  background-color: #212529
}
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e
}
.table-dark.table-bordered {
  border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05)
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075)
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .table-responsive-sm > .table-bordered {
    border: 0
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .table-responsive-md > .table-bordered {
    border: 0
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .table-responsive-lg > .table-bordered {
    border: 0
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .table-responsive-xl > .table-bordered {
    border: 0
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive > .table-bordered {
  border: 0
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #FFA300;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px #FFA300, 0 0 8px #FFA300;
  box-shadow: inset 0 0px 0px #FFA300, 0 0 8px #FFA300
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}
select.form-control:not([size]):not([multiple]) {
  height: calc(1.98rem + 2px)
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.025rem;
  line-height: 1.5
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7175rem;
  line-height: 1.5
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.7175rem;
  line-height: 1.5;
  border-radius: 0.2rem
}
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.57625rem + 2px)
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.025rem;
  line-height: 1.5;
  border-radius: 0.3rem
}
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.5375rem + 2px)
}
.form-group {
  margin-bottom: 1rem
}
.form-text {
  display: block;
  margin-top: 0.25rem
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d
}
.form-check-label {
  margin-bottom: 0
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 92%;
  color: #4a934d
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(74, 147, 77, 0.8);
  border-radius: .2rem
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #4a934d
}
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #4a934d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 147, 77, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(74, 147, 77, 0.25)
}
.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block
}
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #4a934d
}
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block
}
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #4a934d
}
.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
  background-color: #94c996
}
.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  background-color: #61af64
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(74, 147, 77, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(74, 147, 77, 0.25)
}
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #4a934d
}
.custom-file-input.is-valid ~ .custom-file-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label:before {
  border-color: inherit
}
.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block
}
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 147, 77, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(74, 147, 77, 0.25)
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 92%;
  color: #d9534f
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(217, 83, 79, 0.8);
  border-radius: .2rem
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #d9534f
}
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #d9534f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25)
}
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block
}
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #d9534f
}
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block
}
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #d9534f
}
.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  background-color: #f0b9b8
}
.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  background-color: #e27c79
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(217, 83, 79, 0.25)
}
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #d9534f
}
.custom-file-input.is-invalid ~ .custom-file-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label:before {
  border-color: inherit
}
.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block
}
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25)
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.form-inline .form-check {
  width: 100%
}
@media (min-width:576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}
.label a[href]:focus, .label a[href]:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer
}
.label:empty {
  display: none
}
.btn .label {
  position: relative;
  top: -1px
}
.label-default {
  background-color: #2489c5
}
.label-default[href]:focus, .label-default[href]:hover {
  background-color: #1c6b9a
}
.label-primary {
  background-color: #2489c5
}
.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #1c6b9a
}
.label-success {
  background-color: #4a934d
}
.label-success[href]:focus, .label-success[href]:hover {
  background-color: #39713b
}
.label-info {
  background-color: #2489c5
}
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #1c6b9a
}
.label-warning {
  background-color: #f0ad4e
}
.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f
}
.label-danger {
  background-color: #d9534f
}
.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c
}
.label-gray {
  background-color: #aaaaaa
}
.label-gray[href]:focus, .label-gray[href]:hover {
  background-color: #919191
}
.label-custom {
  background-color: #d8d8d8
}
.label-custom[href]:focus, .label-custom[href]:hover {
  background-color: #bfbfbf
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.82rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}
.btn:focus, .btn:hover {
  text-decoration: none
}
.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.25)
}
.btn.disabled, .btn:disabled {
  opacity: 0.65
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}
.btn-nda {
  color: #212529;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb533), to(#FFA300));
  background: linear-gradient(to bottom, #ffb533 0%, #FFA300 100%);
  background: -moz-linear-gradient(top, #ffb533 0%, #FFA300 100%);
  background: -webkit-linear-gradient(top, #ffb533 0%, #FFA300 100%);
  background: -o-linear-gradient(top, #ffb533 0%, #FFA300 100%);
  background: -ms-linear-gradient(top, #ffb533 0%, #FFA300 100%);
  border-color: #cc8200
}
.btn-nda:hover {
  color: #fff;
  background-color: #d98b00;
  border-color: #cc8200
}
.btn-nda.focus, .btn-nda:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 163, 0, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(255, 163, 0, 0.1)
}
.btn-nda.disabled, .btn-nda:disabled {
  color: #212529;
  background-color: #FFA300;
  border-color: #FFA300
}
.btn-nda:not(:disabled):not(.disabled).active, .btn-nda:not(:disabled):not(.disabled):active, .show > .btn-nda.dropdown-toggle {
  color: #fff;
  background-color: #cc8200;
  border-color: #bf7a00
}
.btn-nda:not(:disabled):not(.disabled).active:focus, .btn-nda:not(:disabled):not(.disabled):active:focus, .show > .btn-nda.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 163, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 163, 0, 0.5)
}
.btn-default {
  color: #212529;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
  background: linear-gradient(to bottom, white 0%, #e7e7e7 100%);
  background: -moz-linear-gradient(top, white 0%, #e7e7e7 100%);
  background: -webkit-linear-gradient(top, white 0%, #e7e7e7 100%);
  background: -o-linear-gradient(top, white 0%, #e7e7e7 100%);
  background: -ms-linear-gradient(top, white 0%, #e7e7e7 100%);
  border-color: #cecece
}
.btn-default:hover {
  color: #212529;
  background-color: #d4d4d4;
  border-color: #cecece
}
.btn-default.focus, .btn-default:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.1)
}
.btn-default.disabled, .btn-default:disabled {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e7e7e7
}
.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle {
  color: #212529;
  background-color: #cecece;
  border-color: #c7c7c7
}
.btn-default:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .show > .btn-default.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5)
}
.btn-nda2 {
  color: #212529;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fff));
  background: linear-gradient(to bottom, white 0%, #fff 100%);
  background: -moz-linear-gradient(top, white 0%, #fff 100%);
  background: -webkit-linear-gradient(top, white 0%, #fff 100%);
  background: -o-linear-gradient(top, white 0%, #fff 100%);
  background: -ms-linear-gradient(top, white 0%, #fff 100%);
  border-color: #e6e6e6
}
.btn-nda2:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6
}
.btn-nda2.focus, .btn-nda2:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1)
}
.btn-nda2.disabled, .btn-nda2:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}
.btn-nda2:not(:disabled):not(.disabled).active, .btn-nda2:not(:disabled):not(.disabled):active, .show > .btn-nda2.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf
}
.btn-nda2:not(:disabled):not(.disabled).active:focus, .btn-nda2:not(:disabled):not(.disabled):active:focus, .show > .btn-nda2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-primary {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#755d05), to(#443603));
  background: linear-gradient(to bottom, #755d05 0%, #443603 100%);
  background: -moz-linear-gradient(top, #755d05 0%, #443603 100%);
  background: -webkit-linear-gradient(top, #755d05 0%, #443603 100%);
  background: -o-linear-gradient(top, #755d05 0%, #443603 100%);
  background: -ms-linear-gradient(top, #755d05 0%, #443603 100%);
  border-color: #130f01
}
.btn-primary:hover {
  color: #fff;
  background-color: #1f1901;
  border-color: #130f01
}
.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.1)
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #443603;
  border-color: #443603
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #130f01;
  border-color: #070600
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.5)
}
.btn-secondary {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#868e96), to(#6c757d));
  background: linear-gradient(to bottom, #868e96 0%, #6c757d 100%);
  background: -moz-linear-gradient(top, #868e96 0%, #6c757d 100%);
  background: -webkit-linear-gradient(top, #868e96 0%, #6c757d 100%);
  background: -o-linear-gradient(top, #868e96 0%, #6c757d 100%);
  background: -ms-linear-gradient(top, #868e96 0%, #6c757d 100%);
  border-color: #545b62
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}
.btn-secondary.focus, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.1)
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
}
.btn-success {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#61af64), to(#4a934d));
  background: linear-gradient(to bottom, #61af64 0%, #4a934d 100%);
  background: -moz-linear-gradient(top, #61af64 0%, #4a934d 100%);
  background: -webkit-linear-gradient(top, #61af64 0%, #4a934d 100%);
  background: -o-linear-gradient(top, #61af64 0%, #4a934d 100%);
  background: -ms-linear-gradient(top, #61af64 0%, #4a934d 100%);
  border-color: #39713b
}
.btn-success:hover {
  color: #fff;
  background-color: #3d7a40;
  border-color: #39713b
}
.btn-success.focus, .btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 147, 77, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(74, 147, 77, 0.1)
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #4a934d;
  border-color: #4a934d
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #39713b;
  border-color: #356937
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 147, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(74, 147, 77, 0.5)
}
.btn-info {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#40a2dc), to(#2489c5));
  background: linear-gradient(to bottom, #40a2dc 0%, #2489c5 100%);
  background: -moz-linear-gradient(top, #40a2dc 0%, #2489c5 100%);
  background: -webkit-linear-gradient(top, #40a2dc 0%, #2489c5 100%);
  background: -o-linear-gradient(top, #40a2dc 0%, #2489c5 100%);
  background: -ms-linear-gradient(top, #40a2dc 0%, #2489c5 100%);
  border-color: #1c6b9a
}
.btn-info:hover {
  color: #fff;
  background-color: #1e73a5;
  border-color: #1c6b9a
}
.btn-info.focus, .btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 137, 197, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(36, 137, 197, 0.1)
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #2489c5;
  border-color: #2489c5
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1c6b9a;
  border-color: #1a648f
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 137, 197, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(36, 137, 197, 0.5)
}
.btn-warning {
  color: #212529;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4c37d), to(#f0ad4e));
  background: linear-gradient(to bottom, #f4c37d 0%, #f0ad4e 100%);
  background: -moz-linear-gradient(top, #f4c37d 0%, #f0ad4e 100%);
  background: -webkit-linear-gradient(top, #f4c37d 0%, #f0ad4e 100%);
  background: -o-linear-gradient(top, #f4c37d 0%, #f0ad4e 100%);
  background: -ms-linear-gradient(top, #f4c37d 0%, #f0ad4e 100%);
  border-color: #ec971f
}
.btn-warning:hover {
  color: #212529;
  background-color: #ed9d2b;
  border-color: #ec971f
}
.btn-warning.focus, .btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.1)
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f0ad4e;
  border-color: #f0ad4e
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ec971f;
  border-color: #ea9214
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5)
}
.btn-danger {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#e27c79), to(#d9534f));
  background: linear-gradient(to bottom, #e27c79 0%, #d9534f 100%);
  background: -moz-linear-gradient(top, #e27c79 0%, #d9534f 100%);
  background: -webkit-linear-gradient(top, #e27c79 0%, #d9534f 100%);
  background: -o-linear-gradient(top, #e27c79 0%, #d9534f 100%);
  background: -ms-linear-gradient(top, #e27c79 0%, #d9534f 100%);
  border-color: #c9302c
}
.btn-danger:hover {
  color: #fff;
  background-color: #d23430;
  border-color: #c9302c
}
.btn-danger.focus, .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.1)
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #bf2e29
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5)
}
.btn-light {
  color: #212529;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f8f9fa));
  background: linear-gradient(to bottom, white 0%, #f8f9fa 100%);
  background: -moz-linear-gradient(top, white 0%, #f8f9fa 100%);
  background: -webkit-linear-gradient(top, white 0%, #f8f9fa 100%);
  background: -o-linear-gradient(top, white 0%, #f8f9fa 100%);
  background: -ms-linear-gradient(top, white 0%, #f8f9fa 100%);
  border-color: #dae0e5
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}
.btn-light.focus, .btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.1)
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}
.btn-dark {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4b545c), to(#343a40));
  background: linear-gradient(to bottom, #4b545c 0%, #343a40 100%);
  background: -moz-linear-gradient(top, #4b545c 0%, #343a40 100%);
  background: -webkit-linear-gradient(top, #4b545c 0%, #343a40 100%);
  background: -o-linear-gradient(top, #4b545c 0%, #343a40 100%);
  background: -ms-linear-gradient(top, #4b545c 0%, #343a40 100%);
  border-color: #1d2124
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}
.btn-dark.focus, .btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.1)
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}
.btn-outline-nda {
  color: #FFA300;
  background-color: transparent;
  background-image: none;
  border-color: #FFA300
}
.btn-outline-nda:hover {
  color: #212529;
  background-color: #FFA300;
  border-color: #FFA300
}
.btn-outline-nda.focus, .btn-outline-nda:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 163, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 163, 0, 0.5)
}
.btn-outline-nda.disabled, .btn-outline-nda:disabled {
  color: #FFA300;
  background-color: transparent
}
.btn-outline-nda:not(:disabled):not(.disabled).active, .btn-outline-nda:not(:disabled):not(.disabled):active, .show > .btn-outline-nda.dropdown-toggle {
  color: #212529;
  background-color: #FFA300;
  border-color: #FFA300
}
.btn-outline-nda:not(:disabled):not(.disabled).active:focus, .btn-outline-nda:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-nda.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 163, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 163, 0, 0.5)
}
.btn-outline-default {
  color: #e7e7e7;
  background-color: transparent;
  background-image: none;
  border-color: #e7e7e7
}
.btn-outline-default:hover {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e7e7e7
}
.btn-outline-default.focus, .btn-outline-default:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5)
}
.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #e7e7e7;
  background-color: transparent
}
.btn-outline-default:not(:disabled):not(.disabled).active, .btn-outline-default:not(:disabled):not(.disabled):active, .show > .btn-outline-default.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e7e7e7
}
.btn-outline-default:not(:disabled):not(.disabled).active:focus, .btn-outline-default:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-default.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5)
}
.btn-outline-nda2 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff
}
.btn-outline-nda2:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}
.btn-outline-nda2.focus, .btn-outline-nda2:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-outline-nda2.disabled, .btn-outline-nda2:disabled {
  color: #fff;
  background-color: transparent
}
.btn-outline-nda2:not(:disabled):not(.disabled).active, .btn-outline-nda2:not(:disabled):not(.disabled):active, .show > .btn-outline-nda2.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}
.btn-outline-nda2:not(:disabled):not(.disabled).active:focus, .btn-outline-nda2:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-nda2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-outline-primary {
  color: #443603;
  background-color: transparent;
  background-image: none;
  border-color: #443603
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #443603;
  border-color: #443603
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #443603;
  background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #443603;
  border-color: #443603
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.5)
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
}
.btn-outline-success {
  color: #4a934d;
  background-color: transparent;
  background-image: none;
  border-color: #4a934d
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #4a934d;
  border-color: #4a934d
}
.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 147, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(74, 147, 77, 0.5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4a934d;
  background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4a934d;
  border-color: #4a934d
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 147, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(74, 147, 77, 0.5)
}
.btn-outline-info {
  color: #2489c5;
  background-color: transparent;
  background-image: none;
  border-color: #2489c5
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #2489c5;
  border-color: #2489c5
}
.btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 137, 197, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(36, 137, 197, 0.5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2489c5;
  background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #2489c5;
  border-color: #2489c5
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 137, 197, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(36, 137, 197, 0.5)
}
.btn-outline-warning {
  color: #f0ad4e;
  background-color: transparent;
  background-image: none;
  border-color: #f0ad4e
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #f0ad4e;
  border-color: #f0ad4e
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f0ad4e;
  border-color: #f0ad4e
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5)
}
.btn-outline-danger {
  color: #d9534f;
  background-color: transparent;
  background-image: none;
  border-color: #d9534f
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5)
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}
.btn-link {
  font-weight: 400;
  color: #443603;
  background-color: transparent
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent
}
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}
.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.025rem;
  line-height: 1.5;
  border-radius: 0.3rem
}
.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7175rem;
  line-height: 1.5;
  border-radius: 0.2rem
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: 0.5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative
}
.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent
}
.dropdown-toggle:empty:after {
  margin-left: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.82rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem
}
.dropdown-menu-right {
  right: 0;
  left: auto
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}
.dropright .dropdown-toggle:after {
  vertical-align: 0
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""
}
.dropleft .dropdown-toggle:after {
  display: none
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
  color: #212529;
  text-decoration: none;
  background-color: #f8f9fa
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent
}
.dropdown-menu.show {
  display: block
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7175rem;
  color: #6c757d;
  white-space: nowrap
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1
}
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1
}
.btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group, .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.btn-toolbar .input-group {
  width: auto
}
.btn-group > .btn:first-child {
  margin-left: 0
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem
}
.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0
}
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem
}
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%
}
.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-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0
}
.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}
.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3
}
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label:after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group-append, .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2
}
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px
}
.input-group-prepend {
  margin-right: -1px
}
.input-group-append {
  margin-left: -1px
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #443603
}
.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(68, 54, 3, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(68, 54, 3, 0.25)
}
.custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: #efbe0b
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef
}
.custom-control-label {
  margin-bottom: 0
}
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6
}
.custom-control-label:after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #443603
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #443603
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(68, 54, 3, 0.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(68, 54, 3, 0.5)
}
.custom-radio .custom-control-label:before {
  border-radius: 50%
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #443603
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(68, 54, 3, 0.5)
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.98rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.custom-select:focus {
  border-color: #be9708;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(190, 151, 8, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(190, 151, 8, 0.5)
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}
.custom-select::-ms-expand {
  opacity: 0
}
.custom-select-sm {
  height: calc(1.57625rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%
}
.custom-select-lg {
  height: calc(2.5375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.98rem + 2px);
  margin-bottom: 0
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.98rem + 2px);
  margin: 0;
  opacity: 0
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #be9708;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.25)
}
.custom-file-input:focus ~ .custom-file-label:after {
  border-color: #be9708
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse"
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.98rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem
}
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(1.98rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.custom-range:focus {
  outline: none
}
.custom-range::-moz-focus-outer {
  border: 0
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #443603;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(68, 54, 3, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(68, 54, 3, 0.25)
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #efbe0b
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #443603;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(68, 54, 3, 0.25)
}
.custom-range::-moz-range-thumb:active {
  background-color: #efbe0b
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #443603;
  border: 0;
  border-radius: 1rem;
  appearance: none
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(68, 54, 3, 0.25)
}
.custom-range::-ms-thumb:active {
  background-color: #efbe0b
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none
}
.nav-link.disabled {
  color: #6c757d
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
  margin-bottom: -1px
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.nav-pills .nav-link {
  border-radius: 0.25rem
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #443603
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem
}
.navbar > .container, .navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.34625rem;
  padding-bottom: 0.34625rem;
  margin-right: 1rem;
  font-size: 1.025rem;
  line-height: inherit;
  white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.025rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}
@media (max-width:575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}
@media (max-width:767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}
@media (max-width:1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}
.navbar-expand .navbar-toggler {
  display: none
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3)
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1)
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-dark .navbar-brand {
  color: #fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25)
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1)
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-text a {
  color: #fff
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}
.card-title {
  margin-bottom: 0.75rem
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0
}
.card-text:last-child {
  margin-bottom: 0
}
.card-link:hover {
  text-decoration: none
}
.card-link + .card-link {
  margin-left: 1.25rem
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125)
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px)
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px)
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px)
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.card-deck .card {
  margin-bottom: 4px
}
@media (min-width:576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -4px;
    margin-left: -4px
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 4px
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.card-group > .card {
  margin-bottom: 4px
}
@media (min-width:576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0
  }
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0
  }
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem
  }
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
  }
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0
  }
}
.card-columns .card {
  margin-bottom: 0.75rem
}
@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }
  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/"
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none
}
.breadcrumb-item.active {
  color: #6c757d
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #443603;
  background-color: #fff;
  border: 1px solid #dee2e6
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(68, 54, 3, 0.25)
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #443603;
  border-color: #443603
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.025rem;
  line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7175rem;
  line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem
}
.badge:empty {
  display: none
}
.btn .badge {
  position: relative;
  top: -1px
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 5rem
}
.badge-nda {
  color: #212529;
  background-color: #FFA300
}
.badge-nda[href]:focus, .badge-nda[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #cc8200
}
.badge-default {
  color: #212529;
  background-color: #e7e7e7
}
.badge-default[href]:focus, .badge-default[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #cecece
}
.badge-nda2 {
  color: #212529;
  background-color: #fff
}
.badge-nda2[href]:focus, .badge-nda2[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6
}
.badge-primary {
  color: #fff;
  background-color: #443603
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #130f01
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62
}
.badge-success {
  color: #fff;
  background-color: #4a934d
}
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #39713b
}
.badge-info {
  color: #fff;
  background-color: #2489c5
}
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1c6b9a
}
.badge-warning {
  color: #212529;
  background-color: #f0ad4e
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #ec971f
}
.badge-danger {
  color: #fff;
  background-color: #d9534f
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c9302c
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa
}
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5
}
.badge-dark {
  color: #fff;
  background-color: #343a40
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem
}
.alert-heading {
  color: inherit
}
.alert-link {
  font-weight: 700
}
.alert-dismissible {
  padding-right: 3.73rem
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit
}
.alert-nda {
  color: #855500;
  background-color: #ffedcc;
  border-color: #ffe5b8
}
.alert-nda hr {
  border-top-color: #ffdc9f
}
.alert-nda .alert-link {
  color: #523400
}
.alert-default {
  color: #787878;
  background-color: #fafafa;
  border-color: #f8f8f8
}
.alert-default hr {
  border-top-color: #ebebeb
}
.alert-default .alert-link {
  color: #5f5f5f
}
.alert-nda2 {
  color: #858585;
  background-color: white;
  border-color: white
}
.alert-nda2 hr {
  border-top-color: #f2f2f2
}
.alert-nda2 .alert-link {
  color: #6c6c6c
}
.alert-primary {
  color: #231c02;
  background-color: #dad7cd;
  border-color: #cbc7b8
}
.alert-primary hr {
  border-top-color: #c0bba9
}
.alert-primary .alert-link {
  color: black
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}
.alert-secondary hr {
  border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
  color: #202326
}
.alert-success {
  color: #264c28;
  background-color: #dbe9db;
  border-color: #cce1cd
}
.alert-success hr {
  border-top-color: #bcd8bd
}
.alert-success .alert-link {
  color: #152a16
}
.alert-info {
  color: #134766;
  background-color: #d3e7f3;
  border-color: #c2deef
}
.alert-info hr {
  border-top-color: #aed3ea
}
.alert-info .alert-link {
  color: #0b293b
}
.alert-warning {
  color: #7d5a29;
  background-color: #fcefdc;
  border-color: #fbe8cd
}
.alert-warning hr {
  border-top-color: #f9ddb5
}
.alert-warning .alert-link {
  color: #573e1c
}
.alert-danger {
  color: #712b29;
  background-color: #f7dddc;
  border-color: #f4cfce
}
.alert-danger hr {
  border-top-color: #efbbb9
}
.alert-danger .alert-link {
  color: #4c1d1b
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}
.alert-light hr {
  border-top-color: #ececf6
}
.alert-light .alert-link {
  color: #686868
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}
.alert-dark hr {
  border-top-color: #b9bbbe
}
.alert-dark .alert-link {
  color: #040505
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.615rem;
  background-color: #e9ecef;
  border-radius: 0.25rem
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #443603;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease
}
.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: 1rem 1rem
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125)
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}
.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #443603;
  border-color: #443603
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0
}
.list-group-item-nda {
  color: #855500;
  background-color: #ffe5b8
}
.list-group-item-nda.list-group-item-action:focus, .list-group-item-nda.list-group-item-action:hover {
  color: #855500;
  background-color: #ffdc9f
}
.list-group-item-nda.list-group-item-action.active {
  color: #fff;
  background-color: #855500;
  border-color: #855500
}
.list-group-item-default {
  color: #787878;
  background-color: #f8f8f8
}
.list-group-item-default.list-group-item-action:focus, .list-group-item-default.list-group-item-action:hover {
  color: #787878;
  background-color: #ebebeb
}
.list-group-item-default.list-group-item-action.active {
  color: #fff;
  background-color: #787878;
  border-color: #787878
}
.list-group-item-nda2 {
  color: #858585;
  background-color: white
}
.list-group-item-nda2.list-group-item-action:focus, .list-group-item-nda2.list-group-item-action:hover {
  color: #858585;
  background-color: #f2f2f2
}
.list-group-item-nda2.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585
}
.list-group-item-primary {
  color: #231c02;
  background-color: #cbc7b8
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #231c02;
  background-color: #c0bba9
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #231c02;
  border-color: #231c02
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}
.list-group-item-success {
  color: #264c28;
  background-color: #cce1cd
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #264c28;
  background-color: #bcd8bd
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #264c28;
  border-color: #264c28
}
.list-group-item-info {
  color: #134766;
  background-color: #c2deef
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #134766;
  background-color: #aed3ea
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #134766;
  border-color: #134766
}
.list-group-item-warning {
  color: #7d5a29;
  background-color: #fbe8cd
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #7d5a29;
  background-color: #f9ddb5
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7d5a29;
  border-color: #7d5a29
}
.list-group-item-danger {
  color: #712b29;
  background-color: #f4cfce
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #712b29;
  background-color: #efbbb9
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #712b29;
  border-color: #712b29
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}
.close {
  float: right;
  font-size: 1.23rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none
}
.modal-open {
  overflow: hidden
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%)
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2))
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.show {
  opacity: 0.5
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2))
  }
  .modal-sm {
    max-width: 300px
  }
}
@media (min-width:992px) {
  .modal-lg {
    max-width: 900px
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7175rem;
  word-wrap: break-word;
  opacity: 0
}
.tooltip.show {
  opacity: 0.9
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7175rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem
}
.popover .arrow:after, .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem
}
.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:after, .bs-popover-top .arrow:before {
  border-width: 0.5rem 0.5rem 0
}
.bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-top .arrow:after {
  bottom: 1px;
  border-top-color: #fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem
}
.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0
}
.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:after, .bs-popover-right .arrow:before {
  border-width: 0.5rem 0.5rem 0.5rem 0
}
.bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-right .arrow:after {
  left: 1px;
  border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:after, .bs-popover-bottom .arrow:before {
  border-width: 0 0.5rem 0.5rem 0.5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-bottom .arrow:after {
  top: 1px;
  border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem
}
.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0
}
.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:after, .bs-popover-left .arrow:before {
  border-width: 0.5rem 0 0.5rem 0.5rem
}
.bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-left .arrow:after {
  right: 1px;
  border-left-color: #fff
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.82rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px)
}
.popover-header:empty {
  display: none
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529
}
.carousel {
  position: relative
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block
}
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5)
}
.carousel-indicators li:before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}
.carousel-indicators li:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}
.carousel-indicators .active {
  background-color: #fff
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}
.align-baseline {
  vertical-align: baseline !important
}
.align-top {
  vertical-align: top !important
}
.align-middle {
  vertical-align: middle !important
}
.align-bottom {
  vertical-align: bottom !important
}
.align-text-bottom {
  vertical-align: text-bottom !important
}
.align-text-top {
  vertical-align: text-top !important
}
.bg-nda {
  background-color: #FFA300 !important
}
a.bg-nda:focus, a.bg-nda:hover, button.bg-nda:focus, button.bg-nda:hover {
  background-color: #cc8200 !important
}
.bg-default {
  background-color: #e7e7e7 !important
}
a.bg-default:focus, a.bg-default:hover, button.bg-default:focus, button.bg-default:hover {
  background-color: #cecece !important
}
.bg-nda2 {
  background-color: #fff !important
}
a.bg-nda2:focus, a.bg-nda2:hover, button.bg-nda2:focus, button.bg-nda2:hover {
  background-color: #e6e6e6 !important
}
.bg-primary {
  background-color: #443603 !important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #130f01 !important
}
.bg-secondary {
  background-color: #6c757d !important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important
}
.bg-success {
  background-color: #4a934d !important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #39713b !important
}
.bg-info {
  background-color: #2489c5 !important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #1c6b9a !important
}
.bg-warning {
  background-color: #f0ad4e !important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #ec971f !important
}
.bg-danger {
  background-color: #d9534f !important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #c9302c !important
}
.bg-light {
  background-color: #f8f9fa !important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important
}
.bg-dark {
  background-color: #343a40 !important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important
}
.bg-white {
  background-color: #fff !important
}
.bg-transparent {
  background-color: transparent !important
}
.border {
  border: 1px solid #dee2e6 !important
}
.border-top {
  border-top: 1px solid #dee2e6 !important
}
.border-right {
  border-right: 1px solid #dee2e6 !important
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}
.border-left {
  border-left: 1px solid #dee2e6 !important
}
.border-0 {
  border: 0 !important
}
.border-top-0 {
  border-top: 0 !important
}
.border-right-0 {
  border-right: 0 !important
}
.border-bottom-0 {
  border-bottom: 0 !important
}
.border-left-0 {
  border-left: 0 !important
}
.border-nda {
  border-color: #FFA300 !important
}
.border-default {
  border-color: #e7e7e7 !important
}
.border-nda2 {
  border-color: #fff !important
}
.border-primary {
  border-color: #443603 !important
}
.border-secondary {
  border-color: #6c757d !important
}
.border-success {
  border-color: #4a934d !important
}
.border-info {
  border-color: #2489c5 !important
}
.border-warning {
  border-color: #f0ad4e !important
}
.border-danger {
  border-color: #d9534f !important
}
.border-light {
  border-color: #f8f9fa !important
}
.border-dark {
  border-color: #343a40 !important
}
.border-white {
  border-color: #fff !important
}
.rounded {
  border-radius: 0.25rem !important
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important
}
.rounded-circle {
  border-radius: 50% !important
}
.rounded-0 {
  border-radius: 0 !important
}
.clearfix:after {
  display: block;
  clear: both;
  content: ""
}
.d-none {
  display: none !important
}
.d-inline {
  display: inline !important
}
.d-inline-block {
  display: inline-block !important
}
.d-block {
  display: block !important
}
.d-table {
  display: table !important
}
.d-table-row {
  display: table-row !important
}
.d-table-cell {
  display: table-cell !important
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}
@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }
  .d-sm-inline {
    display: inline !important
  }
  .d-sm-inline-block {
    display: inline-block !important
  }
  .d-sm-block {
    display: block !important
  }
  .d-sm-table {
    display: table !important
  }
  .d-sm-table-row {
    display: table-row !important
  }
  .d-sm-table-cell {
    display: table-cell !important
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }
  .d-md-inline {
    display: inline !important
  }
  .d-md-inline-block {
    display: inline-block !important
  }
  .d-md-block {
    display: block !important
  }
  .d-md-table {
    display: table !important
  }
  .d-md-table-row {
    display: table-row !important
  }
  .d-md-table-cell {
    display: table-cell !important
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }
  .d-lg-inline {
    display: inline !important
  }
  .d-lg-inline-block {
    display: inline-block !important
  }
  .d-lg-block {
    display: block !important
  }
  .d-lg-table {
    display: table !important
  }
  .d-lg-table-row {
    display: table-row !important
  }
  .d-lg-table-cell {
    display: table-cell !important
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }
  .d-xl-inline {
    display: inline !important
  }
  .d-xl-inline-block {
    display: inline-block !important
  }
  .d-xl-block {
    display: block !important
  }
  .d-xl-table {
    display: table !important
  }
  .d-xl-table-row {
    display: table-row !important
  }
  .d-xl-table-cell {
    display: table-cell !important
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media print {
  .d-print-none {
    display: none !important
  }
  .d-print-inline {
    display: inline !important
  }
  .d-print-inline-block {
    display: inline-block !important
  }
  .d-print-block {
    display: block !important
  }
  .d-print-table {
    display: table !important
  }
  .d-print-table-row {
    display: table-row !important
  }
  .d-print-table-cell {
    display: table-cell !important
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}
.embed-responsive:before {
  display: block;
  content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-21by9:before {
  padding-top: 42.85714%
}
.embed-responsive-16by9:before {
  padding-top: 56.25%
}
.embed-responsive-4by3:before {
  padding-top: 75%
}
.embed-responsive-1by1:before {
  padding-top: 100%
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important
}
@media (min-width:576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}
@media (min-width:768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}
@media (min-width:1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}
.float-left {
  float: left !important
}
.float-right {
  float: right !important
}
.float-none {
  float: none !important
}
@media (min-width:576px) {
  .float-sm-left {
    float: left !important
  }
  .float-sm-right {
    float: right !important
  }
  .float-sm-none {
    float: none !important
  }
}
@media (min-width:768px) {
  .float-md-left {
    float: left !important
  }
  .float-md-right {
    float: right !important
  }
  .float-md-none {
    float: none !important
  }
}
@media (min-width:992px) {
  .float-lg-left {
    float: left !important
  }
  .float-lg-right {
    float: right !important
  }
  .float-lg-none {
    float: none !important
  }
}
@media (min-width:1200px) {
  .float-xl-left {
    float: left !important
  }
  .float-xl-right {
    float: right !important
  }
  .float-xl-none {
    float: none !important
  }
}
.position-static {
  position: static !important
}
.position-relative {
  position: relative !important
}
.position-absolute {
  position: absolute !important
}
.position-fixed {
  position: fixed !important
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
.w-25 {
  width: 25% !important
}
.w-50 {
  width: 50% !important
}
.w-75 {
  width: 75% !important
}
.w-100 {
  width: 100% !important
}
.w-auto {
  width: auto !important
}
.h-25 {
  height: 25% !important
}
.h-50 {
  height: 50% !important
}
.h-75 {
  height: 75% !important
}
.h-100 {
  height: 100% !important
}
.h-auto {
  height: auto !important
}
.mw-100 {
  max-width: 100% !important
}
.mh-100 {
  max-height: 100% !important
}
.m-0 {
  margin: 0 !important
}
.mt-0, .my-0 {
  margin-top: 0 !important
}
.mr-0, .mx-0 {
  margin-right: 0 !important
}
.mb-0, .my-0 {
  margin-bottom: 0 !important
}
.ml-0, .mx-0 {
  margin-left: 0 !important
}
.m-1 {
  margin: 0.25rem !important
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important
}
.m-2 {
  margin: 0.5rem !important
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important
}
.m-3 {
  margin: 1rem !important
}
.mt-3, .my-3 {
  margin-top: 1rem !important
}
.mr-3, .mx-3 {
  margin-right: 1rem !important
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important
}
.ml-3, .mx-3 {
  margin-left: 1rem !important
}
.m-4 {
  margin: 1.5rem !important
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important
}
.m-5 {
  margin: 3rem !important
}
.mt-5, .my-5 {
  margin-top: 3rem !important
}
.mr-5, .mx-5 {
  margin-right: 3rem !important
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important
}
.ml-5, .mx-5 {
  margin-left: 3rem !important
}
.p-0 {
  padding: 0 !important
}
.pt-0, .py-0 {
  padding-top: 0 !important
}
.pr-0, .px-0 {
  padding-right: 0 !important
}
.pb-0, .py-0 {
  padding-bottom: 0 !important
}
.pl-0, .px-0 {
  padding-left: 0 !important
}
.p-1 {
  padding: 0.25rem !important
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important
}
.p-2 {
  padding: 0.5rem !important
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important
}
.p-3 {
  padding: 1rem !important
}
.pt-3, .py-3 {
  padding-top: 1rem !important
}
.pr-3, .px-3 {
  padding-right: 1rem !important
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important
}
.pl-3, .px-3 {
  padding-left: 1rem !important
}
.p-4 {
  padding: 1.5rem !important
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important
}
.p-5 {
  padding: 3rem !important
}
.pt-5, .py-5 {
  padding-top: 3rem !important
}
.pr-5, .px-5 {
  padding-right: 3rem !important
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important
}
.pl-5, .px-5 {
  padding-left: 3rem !important
}
.m-auto {
  margin: auto !important
}
.mt-auto, .my-auto {
  margin-top: auto !important
}
.mr-auto, .mx-auto {
  margin-right: auto !important
}
.mb-auto, .my-auto {
  margin-bottom: auto !important
}
.ml-auto, .mx-auto {
  margin-left: auto !important
}
@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important
  }
  .m-sm-1 {
    margin: 0.25rem !important
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important
  }
  .m-sm-2 {
    margin: 0.5rem !important
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important
  }
  .m-sm-3 {
    margin: 1rem !important
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important
  }
  .m-sm-4 {
    margin: 1.5rem !important
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important
  }
  .m-sm-5 {
    margin: 3rem !important
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important
  }
  .p-sm-0 {
    padding: 0 !important
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important
  }
  .p-sm-1 {
    padding: 0.25rem !important
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important
  }
  .p-sm-2 {
    padding: 0.5rem !important
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important
  }
  .p-sm-3 {
    padding: 1rem !important
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important
  }
  .p-sm-4 {
    padding: 1.5rem !important
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important
  }
  .p-sm-5 {
    padding: 3rem !important
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important
  }
  .m-sm-auto {
    margin: auto !important
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important
  }
}
@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important
  }
  .m-md-1 {
    margin: 0.25rem !important
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important
  }
  .m-md-2 {
    margin: 0.5rem !important
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important
  }
  .m-md-3 {
    margin: 1rem !important
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important
  }
  .m-md-4 {
    margin: 1.5rem !important
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important
  }
  .m-md-5 {
    margin: 3rem !important
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important
  }
  .p-md-0 {
    padding: 0 !important
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important
  }
  .p-md-1 {
    padding: 0.25rem !important
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important
  }
  .p-md-2 {
    padding: 0.5rem !important
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important
  }
  .p-md-3 {
    padding: 1rem !important
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important
  }
  .p-md-4 {
    padding: 1.5rem !important
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important
  }
  .p-md-5 {
    padding: 3rem !important
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important
  }
  .m-md-auto {
    margin: auto !important
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important
  }
  .m-lg-1 {
    margin: 0.25rem !important
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important
  }
  .m-lg-2 {
    margin: 0.5rem !important
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important
  }
  .m-lg-3 {
    margin: 1rem !important
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important
  }
  .m-lg-4 {
    margin: 1.5rem !important
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important
  }
  .m-lg-5 {
    margin: 3rem !important
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important
  }
  .p-lg-0 {
    padding: 0 !important
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important
  }
  .p-lg-1 {
    padding: 0.25rem !important
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important
  }
  .p-lg-2 {
    padding: 0.5rem !important
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important
  }
  .p-lg-3 {
    padding: 1rem !important
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important
  }
  .p-lg-4 {
    padding: 1.5rem !important
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important
  }
  .p-lg-5 {
    padding: 3rem !important
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important
  }
  .m-lg-auto {
    margin: auto !important
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important
  }
}
@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important
  }
  .m-xl-1 {
    margin: 0.25rem !important
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important
  }
  .m-xl-2 {
    margin: 0.5rem !important
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important
  }
  .m-xl-3 {
    margin: 1rem !important
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important
  }
  .m-xl-4 {
    margin: 1.5rem !important
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important
  }
  .m-xl-5 {
    margin: 3rem !important
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important
  }
  .p-xl-0 {
    padding: 0 !important
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important
  }
  .p-xl-1 {
    padding: 0.25rem !important
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important
  }
  .p-xl-2 {
    padding: 0.5rem !important
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important
  }
  .p-xl-3 {
    padding: 1rem !important
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important
  }
  .p-xl-4 {
    padding: 1.5rem !important
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important
  }
  .p-xl-5 {
    padding: 3rem !important
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important
  }
  .m-xl-auto {
    margin: auto !important
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important
  }
}
.text-monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
.text-justify {
  text-align: justify !important
}
.text-nowrap {
  white-space: nowrap !important
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}
.text-left {
  text-align: left !important
}
.text-right {
  text-align: right !important
}
.text-center {
  text-align: center !important
}
@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important
  }
  .text-sm-right {
    text-align: right !important
  }
  .text-sm-center {
    text-align: center !important
  }
}
@media (min-width:768px) {
  .text-md-left {
    text-align: left !important
  }
  .text-md-right {
    text-align: right !important
  }
  .text-md-center {
    text-align: center !important
  }
}
@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }
  .text-lg-right {
    text-align: right !important
  }
  .text-lg-center {
    text-align: center !important
  }
}
@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important
  }
  .text-xl-right {
    text-align: right !important
  }
  .text-xl-center {
    text-align: center !important
  }
}
.text-lowercase {
  text-transform: lowercase !important
}
.text-uppercase {
  text-transform: uppercase !important
}
.text-capitalize {
  text-transform: capitalize !important
}
.font-weight-light {
  font-weight: 300 !important
}
.font-weight-normal {
  font-weight: 400 !important
}
.font-weight-bold {
  font-weight: 700 !important
}
.font-italic {
  font-style: italic !important
}
.text-white {
  color: #fff !important
}
.text-nda {
  color: #FFA300 !important
}
a.text-nda:focus, a.text-nda:hover {
  color: #cc8200 !important
}
.text-default {
  color: #e7e7e7 !important
}
a.text-default:focus, a.text-default:hover {
  color: #cecece !important
}
.text-nda2 {
  color: #fff !important
}
a.text-nda2:focus, a.text-nda2:hover {
  color: #e6e6e6 !important
}
.text-primary {
  color: #443603 !important
}
a.text-primary:focus, a.text-primary:hover {
  color: #130f01 !important
}
.text-secondary {
  color: #6c757d !important
}
a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important
}
.text-success {
  color: #4a934d !important
}
a.text-success:focus, a.text-success:hover {
  color: #39713b !important
}
.text-info {
  color: #2489c5 !important
}
a.text-info:focus, a.text-info:hover {
  color: #1c6b9a !important
}
.text-warning {
  color: #f0ad4e !important
}
a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important
}
.text-danger {
  color: #d9534f !important
}
a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important
}
.text-light {
  color: #f8f9fa !important
}
a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important
}
.text-dark {
  color: #343a40 !important
}
a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important
}
.text-body {
  color: #212529 !important
}
.text-muted {
  color: #6c757d !important
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.visible {
  visibility: visible !important
}
.invisible {
  visibility: hidden !important
}
@media print {
  *, :after, :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  abbr[title]:after {
    content: " ("attr(title) ")"
  }
  pre {
    white-space: pre-wrap !important
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img, tr {
    page-break-inside: avoid
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  body {
    min-width: 992px !important
  }
  .container {
    min-width: 992px !important
  }
  .navbar {
    display: none
  }
  .badge {
    border: 1px solid #000
  }
  .table {
    border-collapse: collapse !important
  }
  .table td, .table th {
    background-color: #fff !important
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important
  }
}
p {
  font-size: 15px
}
a:hover {
  text-decoration: none
}
body {
  background-image: url("/images/layout/bg/nda_main_bg.png");
  overflow-x: hidden;
  font-size: .8rem
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold
}
.site-country {
  border: 2px solid #bebebe;
  background-color: #fff;
  padding: 0 15px;
  display: inline-block;
  margin-right: 5px
}
.site-country a {
  text-decoration: none;
  font-weight: bold
}
.site-country i {
  color: #ff0000
}
.main-area {
  background-image: url("/images/layout/bg/content-bg.png");
  background-repeat: repeat-y;
  width: 1210px;
  margin: 0 auto 0 auto
}
.container .main-area:before {
  display: none
}
@media (min-width:992px) and (max-width:1199.98px) {
  .main-area {
    background-image: url("/images/layout/bg/content-bg-md.png");
    width: 1040px
  }
}
@media (max-width:991.98px) {
  .main-area {
    background-image: none;
    background-color: #fff;
    width: 100%
  }
}
.main-area-no-bg {
  background-image: none
}
.main-area-top-bar {
  background-image: url("/images/layout/bg/top-bar-shadow.png");
  background-repeat: repeat-y;
  width: 1210px;
  margin: 0 auto 0 auto
}
.main-area-top-bar .container:before {
  display: none
}
@media (max-width:1199.98px) {
  .main-area-top-bar {
    background-image: url("/images/layout/bg/top-bar-shadow-md.png");
    width: 1040px
  }
}
@media (max-width:991.98px) {
  .main-area-top-bar {
    background-image: none;
    width: 100%;
    background-color: #fff
  }
}
.top-most-bar {
  margin: 10px 0;
  padding: 0 10px
}
@media (min-width:992px) and (max-width:1199.98px) {
  .top-most-bar {
    padding: 0
  }
}
.logo-search-bar-new {
  padding: 30px
}
@media (max-width:1199.98px) {
  .logo-search-bar-new {
    padding: 30px 10px
  }
}
.main-nav-bar-div-new {
  z-index: 1000;
  position: absolute;
  top: 120px
}
.main-nav-bar-div-new .category-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 45px;
  border: none
}
.main-nav-bar-div-new .category-menu > ul {
  background-color: #666563;
  display: table-row;
  margin: 0;
  padding: 0;
  list-style-type: none
}
.main-nav-bar-div-new .category-menu > ul > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-top: 3px solid #ffffff
}
.main-nav-bar-div-new .category-menu > ul > li > a {
  padding: 8px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase
}
@media (max-width:1199.98px) {
  .main-nav-bar-div-new .category-menu > ul > li > a {
    padding: 5px;
    font-size: 14px
  }
}
.main-nav-bar-div-new .category-menu > ul > li:hover {
  border-top: 3px solid #FFA300
}
.main-nav-bar-div-new .category-menu > ul .divider-new {
  color: #979795
}
.main-nav-bar-div-new .category-menu > ul .active {
  border-top: 3px solid #FFA300
}
.main-nav-bar-div-new .category-menu .menu-width {
  width: 210px;
  float: left
}
.main-nav-bar-div-new .category-menu .menu-border-right {
  border-right: 1px solid #bebebe
}
.main-nav-bar-div-new .category-menu .dropdown-menu {
  background-color: #f7f7f7 !important;
  top: 42px;
  border: 1px solid #bebebe;
  border-top: 1px solid #ddd;
  border-bottom: 3px solid #bebebe;
  border-radius: 0;
  list-style-type: none
}
.main-nav-bar-div-new .category-menu .menu-content {
  padding: 10px 20px 10px 20px;
  z-index: 1000
}
.main-nav-bar-div-new .category-menu .menu-content a {
  color: #000;
  text-decoration: none;
  padding: 5px;
  display: block;
  font-size: 14px;
  border-left: 3px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent
}
.main-nav-bar-div-new .category-menu .collapse, .main-nav-bar-div-new .category-menu .dropdown, .main-nav-bar-div-new .category-menu .dropup, .main-nav-bar-div-new .category-menu .nav {
  position: static
}
.main-nav-bar-div-new .category-menu .container {
  position: relative
}
.main-nav-bar-div-new .category-menu .dropdown-menu {
  left: auto
}
.top-nav-bar-new {
  padding: 11px;
  text-align: center;
  background-color: #fff
}
@media (max-width:1199.98px) {
  .top-nav-bar-new {
    padding: 10px
  }
}
.top-nav-bar-new a {
  padding: 10px 9px;
  text-decoration: none;
  text-transform: uppercase
}
@media (max-width:1199.98px) {
  .top-nav-bar-new a {
    padding: 9px 2px
  }
}
.top-nav-bar-new a:hover {
  border-top: 3px solid #FFA300
}
.top-nav-bar-new .divider {
  color: #bebebe;
  display: inline-block
}
.expanded-nav-bar, .hover-effect, .main-nav-bar-div-new .category-menu .menu-content a:hover, .offcanvas-navbar li ul li a:active, .offcanvas-navbar li ul li a:focus, .offcanvas-navbar li ul li a:hover, .offcanvas-navbar li ul li ul li a:active, .offcanvas-navbar li ul li ul li a:focus, .offcanvas-navbar li ul li ul li a:hover, .products-search-result li:hover {
  background: -moz-linear-gradient(left, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ededed), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ededed), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#00ffffff', GradientType=1)
}
.no-display {
  display: none
}
.certification-logos {
  padding: 15px 0;
  background-color: #f2f2f2
}
.certification-logos div {
  width: 95%;
  margin: auto
}
@media (min-width:992px) {
  .certification-logos div {
    width: 80%
  }
}
.certification-logos table {
  width: 100%
}
.certification-logos table td {
  padding: 0 10px
}
.carousel-div-home {
  height: 425px;
  background-color: #fff
}
@media (max-width:1199.98px) {
  .carousel-div-home {
    height: 400px
  }
}
@media (max-width:991.98px) {
  .carousel-div-home {
    height: 286px !important
  }
}
@media (max-width:767.98px) {
  .carousel-div-home {
    height: 286px !important
  }
}
.carousel-div-home .owl-controls {
  position: relative;
  margin-top: -40px !important
}
@media (max-width:991.98px) {
  .carousel-div-home .owl-controls {
    display: none
  }
}
.carousel-div-category {
  height: 400px;
  background-color: #fff
}
@media (max-width:1199.98px) {
  .carousel-div-category {
    height: 414px
  }
}
@media (max-width:991.98px) {
  .carousel-div-category {
    height: 325px
  }
}
.carousel-controls {
  font-size: 20px;
  color: #000;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2
}
@media (max-width:991.98px) {
  .carousel-controls {
    top: 10px
  }
}
.carousel-controls table tr td {
  padding: 5px;
  width: 40px;
  text-align: center;
  vertical-align: middle
}
@media (max-width:991.98px) {
  .carousel-controls table tr td {
    width: 30px
  }
}
.navbar-custom {
  margin-bottom: 0;
  background-color: #333;
  border-color: #333;
  border-radius: 0;
  border-top: 3px solid #fff
}
@media (max-width:991.98px) {
  .navbar-custom {
    background-color: #FFA300;
    border-color: #FFA300
  }
}
.navbar-custom .navbar-brand {
  color: #fff
}
.navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover {
  color: #e6e6e6;
  background-color: transparent
}
.navbar-custom .navbar-collapse {
  border: none
}
.navbar-custom .navbar-text {
  color: #000
}
.navbar-custom .navbar-nav {
  display: table;
  padding: 0;
  float: none;
  width: 100%
}
.navbar-custom .navbar-nav > li {
  display: table-cell;
  float: none;
  text-align: center;
  border-style: none
}
@media (min-width:768px) {
  .navbar-custom .navbar-nav > li {
    border-right: 1px solid #fff
  }
  .navbar-custom .navbar-nav > li:last-child {
    border-right: none
  }
}
.navbar-custom .navbar-nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  border-top: 3px solid #fff;
  margin-top: -3px;
  color: #fff
}
.navbar-custom .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #222222;
  border-top-color: #FFA300
}
.navbar-custom .navbar-nav > li > a:focus {
  background-color: #333;
  border-color: #fff
}
.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #222222
}
.navbar-custom .navbar-nav > .disabled > a, .navbar-custom .navbar-nav > .disabled > a:focus, .navbar-custom .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent
}
@media (max-width:991.98px) {
  .navbar-custom .navbar-nav > li > a {
    margin: 0;
    padding-left: 20px;
    padding-right: 40px;
    border-top: none;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: bold
  }
  .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #cc8200;
    border-top: 1px solid #fff
  }
  .navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #cc8200
  }
  .navbar-custom .navbar-nav > .disabled > a, .navbar-custom .navbar-nav > .disabled > a:focus, .navbar-custom .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
  }
  .navbar-custom .navbar-nav .caret {
    float: right;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border: none;
    font-weight: bold;
    font-size: 15px
  }
  .navbar-custom .navbar-nav .caret:before {
    content: '\2b'
  }
}
.navbar-custom .navbar-toggle {
  color: #fff;
  border-color: #FFA300
}
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
  background-color: #cc8200
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px
}
.navbar-custom .navbar-toggle .text {
  font-weight: 700;
  font-size: 17px;
  margin-left: 10px;
  line-height: 17px
}
.navbar-custom .navbar-collapse, .navbar-custom .navbar-form {
  border-color: #333
}
.navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:focus, .navbar-custom .navbar-nav > .open > a:hover {
  background-color: #222222;
  color: #fff
}
.navbar-custom .navbar-nav .dropdown-menu, .navbar-custom .navbar-nav .open {
  border: none;
  background-color: #222222
}
.navbar-custom .navbar-nav .dropdown-menu > li, .navbar-custom .navbar-nav .open > li {
  border-bottom: 1px solid #454545;
  padding-top: 3px;
  padding-bottom: 3px
}
.navbar-custom .navbar-nav .dropdown-menu > li:last-child, .navbar-custom .navbar-nav .open > li:last-child {
  border-bottom: none
}
.navbar-custom .navbar-nav .dropdown-menu > li > a, .navbar-custom .navbar-nav .open > li > a {
  color: #fff
}
.navbar-custom .navbar-nav .dropdown-menu > li > a:focus, .navbar-custom .navbar-nav .dropdown-menu > li > a:hover, .navbar-custom .navbar-nav .open > li > a:focus, .navbar-custom .navbar-nav .open > li > a:hover {
  color: #000;
  background-color: #FFA300
}
@media (max-width:991.98px) {
  .navbar-custom .navbar-nav > .open > a {
    border-bottom: 1px solid #e69300
  }
  .navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:focus, .navbar-custom .navbar-nav > .open > a:hover {
    background-color: #cc8200;
    color: #fff
  }
  .navbar-custom .navbar-nav > .open > a .caret {
    float: right;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border: none;
    font-weight: bold;
    font-size: 18px
  }
  .navbar-custom .navbar-nav > .open > a .caret:before {
    content: '\2212'
  }
  .navbar-custom .navbar-nav .open .dropdown-menu {
    background-color: #cc8200
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li {
    border-bottom: 1px solid #e69300
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li:last-child {
    border-bottom: none
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    font-weight: bold;
    color: #fff
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000;
    background-color: #FFA300
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #cc8200
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
  }
}
@media (min-width:576px) {
  .navbar-custom .main-nav-menu-item li.dropdown:hover {
    background-color: #222222
  }
  .navbar-custom .main-nav-menu-item li.dropdown:hover a {
    color: #fff;
    border-top-color: #FFA300
  }
  .navbar-custom .main-nav-menu-item li.dropdown:hover ul.dropdown-menu {
    display: block
  }
}
.margintop10 {
  margin-top: 10px
}
.marginbottom10 {
  margin-bottom: 10px
}
.marginbottom10 {
  margin-bottom: 10px
}
.marginbottom10 {
  margin-bottom: 10px
}
.margintop20 {
  margin-top: 20px
}
.marginbottom20 {
  margin-bottom: 20px
}
.marginbottom20 {
  margin-bottom: 20px
}
.margin5 {
  margin: 5px
}
.margin10 {
  margin: 10px
}
.marginbottom20 {
  margin-bottom: 20px
}
.nopadding {
  padding: 0
}
.paddingleft15 {
  padding-left: 15px
}
.padding10 {
  padding: 10px
}
.padding5 {
  padding: 5px
}
.nomargin {
  margin: 0
}
.paddingleftright10 {
  padding-left: 10px;
  padding-right: 10px
}
.no-border {
  border: none !important
}
.box-shadow {
  -webkit-box-shadow: 0 0 4px #B4B4B4;
  box-shadow: 0 0 4px #B4B4B4
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0
}
.videoWrapper img {
  cursor: pointer
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.top-ten-reasons {
  padding-left: 18px;
  line-height: 26px
}
@media (max-width:991.98px) {
  .top-ten-reasons {
    list-style-type: none;
    padding-left: 0
  }
  .top-ten-reasons li {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #ddd
  }
  .top-ten-reasons li:first-child {
    border-top: 1px solid #ddd
  }
  .top-ten-reasons li:last-child {
    border-bottom: none
  }
}
.logo-responsive {
  background: url("/images/layout/logos/logo-responsive.png") no-repeat center center #FFA300;
  width: 100%;
  height: 76px;
  padding-top: 10px
}
.owl-responsive-600 img, .owl-responsive-992 img, .owl-responsive-1000 img {
  height: 135px;
  width: 220px
}
.search-box {
  height: 50px;
  padding: 5px 40px 5px 20px
}
.gray-footer {
  background: #323232;
  padding: 20px 80px 20px 80px;
  color: #f7f7f7
}
@media (max-width:1199.98px) {
  .gray-footer {
    padding: 20px
  }
}
.gray-footer hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #595959
}
.gray-footer .links ul {
  display: table;
  padding: 0;
  margin: 0 auto 0 auto
}
.gray-footer .links ul li {
  display: table-cell;
  float: left
}
@media (max-width:767.98px) {
  .gray-footer .links ul li {
    width: 33%
  }
}
.gray-footer .links ul li a {
  color: #f7f7f7;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  text-align: left
}
@media (max-width:991.98px) {
  .gray-footer .links ul li a {
    padding: 10px 8px 10px 8px
  }
}
@media (max-width:767.98px) {
  .gray-footer .links ul li a {
    padding: 10px 5px 10px 5px
  }
}
@media (max-width:991.98px) {
  .responsive-padding-top10 {
    padding-top: 10px
  }
}
@media (max-width:767.98px) {
  .responsive-padding-top10 {
    padding-top: 0
  }
}
.box-shadow-bottom {
  -webkit-box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.69);
  -moz-box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.69);
  box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.69)
}
.fa-nav-menu {
  margin-top: 5px;
  padding-left: 10px
}
.mobile-nav {
  height: 50px;
  padding-top: 5px
}
.ui.divider {
  margin: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  line-height: 1;
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}
.ui.horizontal.divider, .ui.vertical.divider {
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8)
}
.ui.vertical.divider {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -3%;
  width: 6%;
  height: 50%;
  line-height: 0;
  padding: 0
}
.ui.vertical.divider:after, .ui.vertical.divider:before {
  position: absolute;
  left: 50%;
  content: " ";
  z-index: 3;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  width: 0;
  height: 80%
}
.ui.vertical.divider:before {
  top: -100%
}
.ui.vertical.divider:after {
  top: auto;
  bottom: 0
}
.ui.horizontal.divider {
  position: relative;
  top: 0;
  left: 0;
  margin: 1rem 1.5rem;
  height: auto;
  padding: 0;
  line-height: 1
}
.ui.horizontal.divider:after, .ui.horizontal.divider:before {
  position: absolute;
  content: " ";
  z-index: 3;
  width: 50%;
  top: 50%;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8)
}
.ui.horizontal.divider:before {
  left: 0;
  margin-left: -1.5rem
}
.ui.horizontal.divider:after {
  left: auto;
  right: 0;
  margin-right: -1.5rem
}
.ui.divider > .icon {
  margin: 0;
  font-size: 1rem;
  vertical-align: middle
}
.divider-text {
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 50%;
  padding: 6px 5px
}
.content {
  padding: 0 15px 15px 15px
}
.content:after {
  display: block;
  clear: both;
  content: ""
}
.content-box {
  padding-left: 30px;
  padding-right: 10px
}
@media (max-width:991.98px) {
  .content-box {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px
  }
}
@media (max-width:767.98px) {
  .content-box {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px
  }
}
@media (max-width:991.98px) {
  .no-padding-sm-xs {
    margin-left: -4px;
    margin-right: -4px
  }
}
#product-categories {
  background-color: #f3f3f3;
  z-index: 1000
}
@media (max-width:991.98px) {
  #product-categories {
    margin-right: -8px
  }
}
#product-categories .categories-heading {
  font-weight: bold;
  background-color: #bebebe;
  color: #fff;
  text-shadow: 2px 1px #999;
  font-size: 17px;
  padding: 13px 0 13px 10px;
  width: 100%;
  display: block
}
#product-categories .categories-heading a {
  text-shadow: none;
  margin-right: 10px;
  margin-top: -10px;
  height: 44px;
  width: 44px;
  display: inline-block;
  padding-top: 10px;
  text-align: center
}
#product-categories strong {
  font-size: 16px;
  line-height: 40px
}
#product-categories strong > i {
  color: #bebebe
}
#product-categories ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0
}
#product-categories .products-group {
  background-color: #d8d8d8;
  color: #000;
  font-weight: bold;
  font-size: 15px
}
#product-categories .products-group a {
  display: block;
  padding: 10px 10px 8px 20px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  border: none;
  text-decoration: none;
  border-left: 3px solid #d8d8d8
}
#product-categories .products-group a:hover {
  background: none
}
#product-categories .products-group a i {
  color: #999
}
#product-categories .products-list {
  background-color: #f3f3f3;
  padding-top: 5px;
  list-style-type: none
}
#product-categories .products-list .products-variety-group {
  font-size: 16px;
  font-weight: bold;
  background: -moz-linear-gradient(left, white 42%, rgba(255, 255, 255, 0.98) 43%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 42%, rgba(255, 255, 255, 0.98) 43%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(42%, white), color-stop(43%, rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, white 42%, rgba(255, 255, 255, 0.98) 43%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 42%, rgba(255, 255, 255, 0.98) 43%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)
}
#product-categories .products-list li {
  margin-left: 0;
  padding-left: 5px;
  border-bottom: 1px solid #E6E6E6
}
@media (max-width:991.98px) {
  #product-categories .products-list li {
    border-bottom: 1px solid #bebebe
  }
  #product-categories .products-list li:last-child {
    border-bottom: none
  }
}
#product-categories .products-list li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #666;
  font-size: 14px;
  border-left: 3px solid #f3f3f3;
  font-weight: normal
}
@media (max-width:991.98px) {
  #product-categories .products-list li a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold
  }
}
#product-categories .products-list li a:hover {
  border-left: 3px solid #FFA300;
  text-decoration: none;
  background: -moz-linear-gradient(left, white 33%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(33%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 33%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 33%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, white 33%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(33%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)
}
.main-heading, .product-heading {
  margin: 10px 0 20px 5px;
  font-size: 24px;
  color: #000
}
.sub-heading {
  font-size: 20px
}
@media (max-width:767.98px) {
  .sub-heading {
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 20px;
    font-size: 24px
  }
}
@media (max-width:767.98px) {
  .main-heading {
    text-transform: uppercase;
    text-align: center;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 20px
  }
}
@media (min-width:576px) {
  .product-heading {
    margin-top: 10px
  }
}
.category-box {
  margin-top: -8px;
  background-color: #f2f2f2;
  padding-right: 10px
}
.hrdivider {
  border-top: 1px solid #dedede;
  margin: 0
}
.hrdivider1 {
  border-top: 1px solid #dedede;
  margin-top: 10px;
  margin-bottom: 10px
}
.hrdivider1-dashed {
  border-top: 1px dashed #c4c4c4;
  margin-top: 1px;
  margin-bottom: 1px
}
#product_pricing_content_area .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0
}
.price-radio-buttons {
  background-color: #fff;
  padding: 5px 10px 4px 10px;
  cursor: pointer;
  display: block
}
.price-radio-buttons:hover {
  background: -moz-linear-gradient(left, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ededed), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ededed), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#00ffffff', GradientType=1)
}
.price-radio-buttons .radio-btn {
  display: inline-block;
  float: left
}
.price-radio-buttons .radio-label-text {
  display: inline-block;
  font-weight: normal;
  float: left;
  padding-top: 2px;
  padding-left: 5px
}
.price-radio-buttons .radio-price {
  padding-top: 1px;
  display: inline-block;
  font-weight: bold;
  font-size: 15px
}
.review-star-rating > label > img {
  cursor: pointer
}
.txt_special {
  color: #ff0000
}
.txt_organics {
  color: #00a400
}
#product-selection-error {
  display: none;
  padding: 5px
}
input.parsley-success, select.parsley-success, textarea.parsley-success {
  color: #468847;
  background-color: #eef7ea;
  border: 1px solid #bcdba1
}
input.my-parsley-error, input.parsley-error, select.parsley-error, textarea.parsley-error {
  color: #B94A48;
  background-color: #f9f0f0;
  border: 1px solid #e0aeb6
}
.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in
}
.parsley-errors-list.filled {
  opacity: 1
}
.parsley-custom-error-message, .parsley-equalto, .parsley-length, .parsley-minlength, .parsley-remote, .parsley-required, .parsley-type {
  color: #d9534f;
  padding-top: 4px
}
.callout_box {
  position: relative;
  background: #f7f7f7;
  border: 1px solid #ddd;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 13px 15px 20px -19px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: 13px 15px 20px -19px rgba(0, 0, 0, 0.69);
  box-shadow: 13px 15px 20px -19px rgba(0, 0, 0, 0.69)
}
.callout_box:after, .callout_box:before {
  top: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}
.callout_box:after {
  border-color: rgba(247, 247, 247, 0);
  border-top-color: #f7f7f7;
  border-width: 20px;
  margin-left: -20px
}
.callout_box:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 21px;
  margin-left: -21px
}
.reviewer_details {
  padding-top: 5px;
  padding-left: 30px
}
.member-dropdown-menu > li > a > span {
  padding-right: 5px
}
#main_content_GP {
  padding: 20px;
  padding-top: 0
}
#policy_links {
  border: 0 solid #ff0000
}
#policy_links > .card {
  padding: 10px
}
#policy_links > .affix {
  top: 0;
  position: relative;
  width: 235px;
  position: fixed;
  top: 20px
}
@media (max-width:991.98px) {
  #policy_links > .affix {
    width: 183px;
    position: fixed;
    top: 80px
  }
}
@media (max-width:1199.98px) {
  #policy_links > .affix {
    width: 190px;
    position: fixed;
    top: 20px
  }
}
#policy_links > div > ul {
  padding: 10px;
  list-style-type: none;
  margin: 0
}
#policy_links > div > ul > li {
  border-bottom: 1px solid #bebebe;
  display: block;
  width: 100%
}
#policy_links > div > ul > li:last-child {
  border-bottom: none
}
#policy_links > div > ul > li > a {
  padding: 7px 2px;
  display: block
}
#policy_links > .affix-bottom {
  position: relative
}
#myaccount-links {
  padding: 5px
}
#myaccount-links > ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}
#myaccount-links > ul > li {
  border-bottom: 1px solid #ddd;
  padding-left: 10px
}
#myaccount-links > ul > li:last-child {
  border-bottom: none
}
#myaccount-links > ul > li > a {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 2px;
  font-size: 16px
}
#myaccount-links > ul > li > a span {
  color: #999;
  margin-right: 5px
}
.img-center {
  margin: 0 auto
}
.deadlink:active, .deadlink:focus, .deadlink:hover, .deadlink:link, .deadlink:visited {
  text-decoration: none
}
.info-box {
  line-height: 30px
}
#hot-products .products {
  list-style-type: none;
  padding: 0
}
#hot-products .products li {
  border: 0 solid #ff0000;
  padding: 10px;
  width: 49%;
  float: left
}
#hot-products .products li .product-name {
  margin-top: 10px;
  margin-bottom: 10px
}
#hot-products .products li .short-description {
  font-size: 12px
}
#hot-products .products li .short-description p {
  font-size: 12px;
  text-align: justify
}
@media (min-width:576px) and (max-width:767.98px) {
  #hot-products .products li {
    float: left;
    width: 33%
  }
}
@media (max-width:1199.98px) {
  #hot-products .products li {
    float: left;
    width: 33%
  }
}
#hot-products .products li .product-description {
  font-size: 12px;
  text-align: justify
}
@media (max-width:767.98px) {
  #hot-products .products li .product-description {
    display: none
  }
}
#hot-products .products .lidivider-sm {
  display: none
}
#hot-products .products .lidivider-sm hr {
  border-top: 1px dashed #c4c4c4;
  margin-top: 1px;
  margin-bottom: 1px
}
@media (min-width:768px) and (max-width:991.98px) {
  #hot-products .products .lidivider-sm {
    display: block;
    width: 100%;
    border: none;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
  }
}
#hot-products .products .lidivider-md {
  display: none
}
#hot-products .products .lidivider-md hr {
  border-top: 1px dashed #c4c4c4;
  margin-top: 1px;
  margin-bottom: 1px
}
@media (min-width:992px) {
  #hot-products .products .lidivider-md {
    display: block;
    width: 100%;
    border: none;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
  }
}
#liquidation-products .total-products, #new-arrivals .total-products {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #8b8b8b;
  padding: 15px;
  margin-right: 5px;
  float: left;
  width: 65px;
  text-align: center
}
#liquidation-products .category-name, #new-arrivals .category-name {
  font-weight: bold;
  font-size: 18px;
  float: left
}
#liquidation-products .category-description, #new-arrivals .category-description {
  font-size: 15px;
  color: #666
}
#liquidation-products .header-row, #new-arrivals .header-row {
  padding: 10px
}
#liquidation-products .header-row-liquidation, #new-arrivals .header-row-liquidation {
  padding: 20px
}
#liquidation-products .header-row-liquidation .category-name, #new-arrivals .header-row-liquidation .category-name {
  font-size: 30px;
  background-color: #bebebe;
  color: #666;
  width: 100%;
  padding: 15px;
  margin-top: 15px
}
#liquidation-products .header-row-liquidation .category-description, #new-arrivals .header-row-liquidation .category-description {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  height: 100%
}
#liquidation-products .category-products .products, #new-arrivals .category-products .products {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  overflow: auto;
  background-color: #ffffff
}
#liquidation-products .category-products .products .product-name, #new-arrivals .category-products .products .product-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold
}
#liquidation-products .category-products .products .short-description, #new-arrivals .category-products .products .short-description {
  font-size: 12px
}
#liquidation-products .category-products .products .short-description p, #new-arrivals .category-products .products .short-description p {
  font-size: 12px;
  text-align: justify
}
@media (min-width:768px) and (max-width:991.98px) {
  #liquidation-products .category-products .products, #new-arrivals .category-products .products {
    background-image: url("/images/layout/bg/lidivider-sm2.gif")
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  #liquidation-products .category-products .products, #new-arrivals .category-products .products {
    background-image: url("/images/layout/bg/lidivider-md2.gif")
  }
}
@media (min-width:1200px) {
  #liquidation-products .category-products .products, #new-arrivals .category-products .products {
    background-image: url("/images/layout/bg/lidivider-lg2.gif")
  }
}
#liquidation-products .category-products .products li, #new-arrivals .category-products .products li {
  border: 0 solid #ff0000;
  padding: 15px;
  width: 100%;
  float: left
}
@media (min-width:768px) {
  #liquidation-products .category-products .products li, #new-arrivals .category-products .products li {
    float: left;
    width: 25%
  }
}
@media (max-width:1199.98px) {
  #liquidation-products .category-products .products li, #new-arrivals .category-products .products li {
    float: left;
    width: 25%
  }
}
@media (max-width:991.98px) {
  #liquidation-products .category-products .products li, #new-arrivals .category-products .products li {
    float: left;
    width: 33%
  }
}
@media (max-width:767.98px) {
  #liquidation-products .category-products .products li, #new-arrivals .category-products .products li {
    float: left;
    width: 100%
  }
}
#liquidation-products .category-products .products li div, #new-arrivals .category-products .products li div {
  text-align: center
}
#liquidation-products .category-products .products li .product-description, #new-arrivals .category-products .products li .product-description {
  font-size: 12px;
  text-align: justify
}
@media (max-width:767.98px) {
  #liquidation-products .category-products .products li .product-description, #new-arrivals .category-products .products li .product-description {
    display: none
  }
}
#liquidation-products .category-products .products .lidivider-sm, #new-arrivals .category-products .products .lidivider-sm {
  display: none
}
#liquidation-products .category-products .products .lidivider-sm hr, #new-arrivals .category-products .products .lidivider-sm hr {
  border-top: 1px dashed #c4c4c4;
  margin-top: 1px;
  margin-bottom: 1px
}
@media (min-width:576px) and (max-width:767.98px) {
  #liquidation-products .category-products .products .lidivider-sm, #new-arrivals .category-products .products .lidivider-sm {
    display: block;
    width: 100%;
    border: none;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
  }
}
#liquidation-products .category-products .products .lidivider-md, #new-arrivals .category-products .products .lidivider-md {
  display: none
}
#liquidation-products .category-products .products .lidivider-md hr, #new-arrivals .category-products .products .lidivider-md hr {
  border-top: 1px dashed #c4c4c4;
  margin-top: 1px;
  margin-bottom: 1px
}
@media (min-width:992px) {
  #liquidation-products .category-products .products .lidivider-md, #new-arrivals .category-products .products .lidivider-md {
    display: block;
    width: 100%;
    border: none;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
  }
}
.category-heading {
  font-size: 40px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 0
}
@media (min-width:768px) and (max-width:991.98px) {
  #category-main-page {
    background-image: url("/images/layout/bg/lidivider-sm.gif")
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  #category-main-page {
    background-image: url("/images/layout/bg/lidivider-md.gif")
  }
}
@media (min-width:1200px) {
  #category-main-page {
    background-image: url("/images/layout/bg/lidivider-lg.gif")
  }
}
#category-main-page .product-description {
  color: #666;
  font-size: 13px;
  text-align: justify;
  margin-bottom: 10px
}
#category-main-page .product-description p {
  font-size: 13px;
  color: #666;
  text-align: justify
}
#category-main-page .products {
  border: 0 solid #ff9900;
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  overflow: auto;
  display: table;
  width: 100%
}
#category-main-page .products li {
  border: 0 solid #ff0000;
  padding: 20px;
  width: 33.3%;
  float: left;
  text-align: left;
  display: table-cell
}
#category-main-page .products li .data {
  margin: 0 auto 0 auto;
  margin-top: 10px;
  margin-bottom: 10px
}
#category-main-page .products li .product-name {
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-decoration: none;
  margin-top: 5px
}
#category-main-page .products li .variety {
  color: #996200;
  font-size: 13px;
  margin: 2px 0 2px 0;
  display: inline-block
}
@media (max-width:991.98px) {
  #category-main-page .products li .variety {
    padding: 5px 0 5px 0;
    font-size: 14px
  }
}
@media (max-width:767.98px) {
  #category-main-page .products li {
    float: left;
    width: 100%;
    padding-top: 10px;
    border-bottom: 1px solid #ddd
  }
  #category-main-page .products li:last-child {
    border-bottom: none
  }
}
#category-main-page .products .lidivider-sm {
  display: none
}
#category-main-page .products .lidivider-sm hr {
  border-top: 1px dashed #c4c4c4;
  margin-top: 1px;
  margin-bottom: 1px
}
@media (min-width:768px) and (max-width:991.98px) {
  #category-main-page .products .lidivider-sm {
    display: block;
    width: 100%;
    border: none;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
  }
}
#category-main-page .products .lidivider-md {
  display: none
}
#category-main-page .products .lidivider-md hr {
  border-top: 1px dashed #c4c4c4;
  margin-top: 1px;
  margin-bottom: 1px
}
@media (min-width:992px) {
  #category-main-page .products .lidivider-md {
    display: block;
    width: 100%;
    border: none;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
  }
}
.table-cell-padding5 tr td {
  padding: 5px
}
.clr {
  clear: both;
  height: 5px;
  font-size: 5px
}
.clr-only {
  clear: both;
  height: 0;
  font-size: 0
}
.text-gray {
  color: #bebebe
}
.asterisk {
  font-size: 14px;
  height: 12px;
  width: 10px;
  overflow: hidden;
  display: inline-block;
  color: #cc8200;
  font-family: verdana sans-serif
}
.box-counter {
  background-color: #FFA300;
  color: #fff;
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  font-size: 15px;
  margin-right: 5px;
  border-radius: 4px
}
.cursor-pointer {
  cursor: pointer
}
.bwizard {
  position: relative
}
.bwizard .well {
  margin: 3px 0
}
.bwizard-steps {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 100%
}
.bwizard-steps li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  line-height: 18px;
  list-style: none;
  padding: 12px 17px 10px 30px;
  background: #e2e2e2;
  zoom: 1;
  *display: inline;
  *padding-left: 17px;
  font-size: 16px;
  width: 360px
}
@media (max-width:1199.98px) {
  .bwizard-steps li {
    width: 307px
  }
}
@media (max-width:991.98px) {
  .bwizard-steps li {
    width: 243px
  }
}
@media (max-width:767.98px) {
  .bwizard-steps li {
    line-height: 16px;
    padding: 6px 8px 5px 15px;
    margin-top: 10px;
    width: 100px
  }
}
.bwizard-steps li span {
  float: left
}
.bwizard-steps li:first-child {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding-left: 10px
}
.bwizard-steps li:first-child:before {
  border: none
}
.bwizard-steps li:last-child {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  margin-right: 0
}
.bwizard-steps li:last-child:after {
  border: none
}
.bwizard-steps li:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  border-top: 20px inset transparent;
  content: ""
}
@media (max-width:767.98px) {
  .bwizard-steps li:before {
    border-bottom: 13px inset transparent;
    border-left: 13px solid #fff;
    border-top: 13px inset transparent
  }
}
.bwizard-steps li:after {
  position: absolute;
  right: -20px;
  top: 0;
  height: 0;
  width: 0;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #e2e2e2;
  border-top: 20px inset transparent;
  content: "";
  z-index: 2
}
@media (max-width:767.98px) {
  .bwizard-steps li:after {
    right: -13px;
    top: 0;
    border-bottom: 13px inset transparent;
    border-left: 13px solid #e2e2e2;
    border-top: 13px inset transparent
  }
}
.bwizard-steps .label {
  margin: 0 5px 0 0;
  padding: 1px 5px 1px 5px;
  position: relative;
  top: -1px;
  color: #333;
  background-color: #fff;
  font-size: 16px;
  border-radius: 0
}
@media (max-width:767.98px) {
  .bwizard-steps .label {
    display: none
  }
}
.bwizard-steps .active {
  color: #fff;
  background: #FFA300
}
.bwizard-steps .active .label {
  position: relative;
  top: -1px;
  color: #FFA300;
  background-color: #fff;
  font-size: 15px;
  border-radius: 0
}
.bwizard-steps .active:after {
  border-left-color: #FFA300
}
.bwizard-steps a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  width: 80%
}
.bwizard-steps .active a {
  color: #fff;
  cursor: default
}
.bwizard-steps a:hover {
  text-decoration: none
}
.bwizard-steps.clickable li:not(.active) {
  cursor: pointer
}
.bwizard-steps.clickable li:hover:not(.active) {
  background: #ccc
}
.bwizard-steps.clickable li:hover:not(.active) a {
  color: #08c
}
.bwizard-steps.clickable li:hover:not(.active):after {
  border-left-color: #ccc
}
#shipping-methods {
  list-style-type: none;
  margin: 0;
  padding: 0
}
#shipping-methods li {
  padding: 0
}
#shipping-methods li:hover {
  background-color: #f7f7f7
}
#shipping-methods li label {
  cursor: pointer;
  padding: 20px;
  width: 100%;
  margin-bottom: 0
}
#shipping-methods li label .radio-button {
  padding: 0 10px 0 0;
  display: inline-block;
  float: left
}
#shipping-methods li label .shipping-option {
  display: inline-block;
  float: left
}
@media (max-width:767.98px) {
  #shipping-methods li label .shipping-option img {
    width: 50%;
    height: 50%
  }
}
#shipping-methods li label .amount {
  font-weight: bold;
  font-size: 16px;
  float: right;
  padding-right: 10px
}
#shipping-methods li label .message {
  width: 90%;
  margin: 0 auto 0 auto;
  font-weight: normal
}
.favorite-list-view .header-row, .shopping-cart-view .header-row {
  padding: 0 5px 5px 3px;
  margin-bottom: 10px;
  font-weight: bold
}
.favorite-list-view .header-row .product-total, .shopping-cart-view .header-row .product-total {
  padding: 0;
  font-size: 14px
}
.favorite-list-view .product-image, .shopping-cart-view .product-image {
  float: left;
  margin: 5px
}
.favorite-list-view .product-description, .shopping-cart-view .product-description {
  float: left;
  width: 57%
}
.favorite-list-view .product-name-txt, .shopping-cart-view .product-name-txt {
  padding-top: 5px;
  padding-left: 20px;
  margin-bottom: 5px
}
.favorite-list-view .product-delete, .shopping-cart-view .product-delete {
  float: left;
  width: 12%;
  text-align: center
}
.favorite-list-view .product-qty, .shopping-cart-view .product-qty {
  float: left;
  width: 16%;
  text-align: center
}
.favorite-list-view .product-total, .shopping-cart-view .product-total {
  float: left;
  width: 15%;
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px
}
.favorite-list-view .product-title, .shopping-cart-view .product-title {
  color: #000;
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: bold
}
.favorite-list-view .add-to-wishlist, .shopping-cart-view .add-to-wishlist {
  color: #cc8200;
  font-size: 12px
}
.favorite-list-view .trash-product, .shopping-cart-view .trash-product {
  cursor: pointer
}
@media (max-width:1199.98px) {
  .favorite-list-view .product-description, .shopping-cart-view .product-description {
    width: 50%
  }
  .favorite-list-view .product-qty, .shopping-cart-view .product-qty {
    width: 19%
  }
  .favorite-list-view .product-delete, .shopping-cart-view .product-delete {
    width: 15%
  }
  .favorite-list-view .product-total, .shopping-cart-view .product-total {
    width: 16%
  }
}
@media (max-width:767.98px) {
  .favorite-list-view .product-description, .shopping-cart-view .product-description {
    width: 100%
  }
  .favorite-list-view .list-group-item, .shopping-cart-view .list-group-item {
    padding-left: 20px;
    padding-right: 20px
  }
  .favorite-list-view .product-qty, .shopping-cart-view .product-qty {
    width: 45%;
    padding-top: 10px;
    padding-left: 10%
  }
  .favorite-list-view .product-delete, .shopping-cart-view .product-delete {
    width: 24%;
    padding-top: 10px;
    text-align: left;
    padding-right: 10px
  }
  .favorite-list-view .product-total, .shopping-cart-view .product-total {
    width: 30%;
    padding-left: 10px;
    padding-top: 15px
  }
  .favorite-list-view .header-row .product-delete, .favorite-list-view .header-row .product-qty, .favorite-list-view .header-row .product-total, .shopping-cart-view .header-row .product-delete, .shopping-cart-view .header-row .product-qty, .shopping-cart-view .header-row .product-total {
    display: none
  }
}
@media (max-width:991.98px) {
  .shipping-estimate {
    background-color: #f7f7f7;
    padding: 15px;
    border: 1px solid #dedede
  }
}
.wishlist-view .header-row {
  padding: 0 5px 5px 3px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: -5px
}
.wishlist-view .header-row .product-total {
  font-size: 14px;
  padding: 0
}
.wishlist-view .product-image {
  float: left;
  margin: 5px;
  margin-right: 10px
}
.wishlist-view .product-description {
  float: left;
  width: 59%;
  line-height: 24px
}
.wishlist-view .product-qty {
  float: left;
  width: 10%;
  text-align: center
}
.wishlist-view .product-actions {
  float: left;
  width: 26%;
  text-align: center
}
.wishlist-view .product-total {
  float: left;
  width: 15%;
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px
}
.wishlist-view .product-title {
  color: #000;
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: bold
}
@media (max-width:1199.98px) {
  .wishlist-view .product-description {
    width: 53%
  }
  .wishlist-view .product-actions {
    width: 35%
  }
  .wishlist-view .product-total {
    width: 12%
  }
}
@media (max-width:767.98px) {
  .wishlist-view .product-description {
    width: 100%
  }
  .wishlist-view .product-total {
    padding-top: 20px
  }
  .wishlist-view .header-row .product-total {
    display: none
  }
  .wishlist-view .header-row .product-actions {
    display: none
  }
  .wishlist-view .product-actions {
    width: 70%;
    padding-top: 15px;
    text-align: left
  }
  .wishlist-view .product-total {
    width: 30%
  }
}
.shipping-quotes li {
  background-color: #f7f7f7
}
@media (min-width:576px) {
  .shipping-quotes li {
    background-color: #fff
  }
}
.shipping-quotes .quote-type {
  float: left;
  font-weight: bold
}
.shipping-quotes .quote-price {
  font-weight: bold;
  float: right
}
.negative-margin {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 0;
  margin-bottom: 0
}
@media (max-width:767.98px) {
  .negative-margin-xs {
    margin-left: -4px !important;
    margin-right: -4px !important
  }
}
@media (max-width:991.98px) {
  .negative-margin-sm-xs {
    margin-left: -4px !important;
    margin-right: -4px !important
  }
}
@media (max-width:767.98px) {
  .negative-margin-sm-xs {
    margin-left: -4px !important;
    margin-right: -4px !important
  }
}
.no-border {
  border: none;
  border-radius: 0
}
@media (max-width:767.98px) {
  .no-border-xs {
    border: none;
    border-radius: 0
  }
}
.no-radius {
  border-radius: 0;
  border-right: none;
  border-left: none
}
@media (max-width:767.98px) {
  .no-radius-xs {
    border-radius: 0;
    border-right: none;
    border-left: none
  }
}
.cart-qty-input {
  padding-left: 3px;
  padding-right: 3px;
  text-align: center
}
.cart-update-btn {
  margin-top: 10px
}
.data-overlay {
  background-color: #fff;
  width: 0;
  height: 0;
  position: absolute;
  text-align: center;
  overflow: hidden;
  z-index: 3
}
.opacity-50 {
  -moz-opacity: 0.50;
  opacity: 0.50;
  filter: alpha(opacity=50)
}
.product-message-box2 {
  min-height: 15px;
  overflow: auto;
  text-align: center;
  font-size: 12px;
  padding: 3px;
  font-weight: bold;
  display: none;
  border-bottom: 1px solid #e7e7e7
}
.product-message-box-margin2 {
  margin: -10px -15px 10px 15px
}
.product-message-box {
  min-height: 15px;
  text-align: center;
  font-size: 12px;
  padding: 3px;
  font-weight: bold;
  margin: -12px -20px 10px -20px;
  display: none
}
.table-order-summary {
  width: 100%
}
.table-order-summary td {
  padding: 5px;
  font-weight: bold
}
.customer-service-table {
  width: 100%;
  background-color: #f3f3f3;
  border: 1px solid #e7e7e7
}
.customer-service-table td {
  padding: 5px
}
.customer-service-table td hr {
  width: 90%;
  border-top: 1px solid #fff;
  margin: 0 auto 0 auto
}
@media (max-width:1199.98px) {
  .customer-service-table td strong {
    font-size: 14px
  }
}
.text-nda {
  color: #FFA300
}
.no-display {
  display: none
}
#ajax-debug-box {
  width: 850px;
  border: 1px solid #bebebe;
  background-color: #fff;
  padding: 10px;
  margin: 0 auto 0 auto;
  display: none
}
#cart-sub-total .affix {
  top: 0;
  position: relative
}
@media (min-width:576px) {
  #cart-sub-total .affix {
    width: 293px;
    position: fixed;
    top: 20px
  }
}
@media (min-width:768px) {
  #cart-sub-total .affix {
    width: 359px;
    position: fixed;
    top: 20px
  }
}
#cart-sub-total > .affix-bottom {
  position: relative
}
#message-box-bottom {
  position: fixed;
  width: 100%;
  z-index: 1000
}
#message-box-bottom .message-txt {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0.98;
  filter: alpha(opacity=98);
  color: #fff;
  min-height: 40px;
  text-align: center;
  font-size: 15px;
  text-shadow: 0 1px 1px black
}
#message-box-bottom .message-success {
  border: none;
  border-top: 3px solid #39713b;
  background-color: #4a934d;
  background-size: 40px 40px;
  background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4)
}
#message-box-bottom .message-info {
  border: none;
  border-top: 3px solid #1c6b9a;
  background-color: #2489c5;
  background-size: 40px 40px;
  background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4)
}
#message-box-bottom .message-error {
  border: none;
  border-top: 3px solid #c9302c;
  background-color: #d9534f;
  background-size: 40px 40px;
  background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4)
}
.btn-txt {
  color: #996200;
  background-color: #fff;
  border: none;
  padding: 0;
  margin-top: 5px
}
.btn-txt:hover {
  text-decoration: underline
}
.btn-txt:disabled {
  text-decoration: none;
  color: #a5a5a5;
  cursor: default
}
#order-summary .sub-total {
  font-weight: bold;
  padding: 5px;
  font-size: 15px;
  line-height: 30px
}
#order-summary .grand-total {
  color: #d9534f;
  font-weight: bold;
  font-size: 16px;
  padding: 5px
}
#order-summary .saving-money {
  text-align: center;
  font-weight: bold;
  color: #d9534f
}
#shipping-address-box {
  font-size: 16px
}
.caps-message {
  background-color: white;
  padding: 2px;
  margin: -15px;
  margin-top: 5px;
  padding-left: 20px
}
#products-caps-list-items {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0
}
#products-caps-list-items li {
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5
}
#products-caps-list-items li .serial-no {
  background-color: #bfbfbf;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-right: 10px
}
@media (max-width:767.98px) {
  #products-caps-list-items li .serial-no {
    display: none
  }
}
#products-caps-list-items li .product-info {
  padding-top: 80px
}
@media (max-width:767.98px) {
  #products-caps-list-items li .product-info {
    padding-top: 0
  }
}
#products-caps-list-items li .product-name {
  padding-bottom: 10px;
  font-size: 15px
}
#products-caps-list-items li:last-child {
  border-bottom: none
}
@media (min-width:576px) {
  .modal-scroll-caps-taps {
    overflow: auto;
    height: 500px
  }
}
@media (min-width:576px) {
  .modal-scroll-500 {
    overflow: auto;
    height: 500px
  }
}
@media (min-width:576px) {
  .modal-scroll-600 {
    overflow: auto;
    height: 600px
  }
}
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px
}
.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal
}
.total-price-field {
  border: none;
  color: #4a934d;
  font-weight: bold
}
.caps-xs-btn {
  padding: 0 2px 0 2px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 0;
  margin-left: 5px
}
.caps-in-cart, .taps-in-cart {
  color: #4a934d;
  font-weight: bold;
  margin-top: 5px
}
.order-history .order-header {
  background-color: white;
  font-size: 16px;
  font-weight: bold
}
.order-history .order-no {
  width: 15%;
  float: left
}
.order-history .order-date {
  width: 30%;
  float: left
}
.order-history .order-status {
  width: 20%;
  float: left
}
.order-history .order-amount {
  width: 20%;
  float: left;
  font-weight: bold
}
.order-history .order-details {
  width: 15%;
  float: left
}
.order-history .order-row {
  font-size: 15px
}
@media (max-width:767.98px) {
  .order-history span span {
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 10px
  }
  .order-history .order-amount, .order-history .order-date, .order-history .order-details, .order-history .order-no, .order-history .order-status {
    width: 100%;
    padding-bottom: 2px
  }
  .order-history .order-header {
    display: none;
    border: none
  }
}
.blue-bg {
  background-color: #ecf6fc
}
.gray-bg {
  background-color: #fff;
  background-image: url("/images/layout/bg/grey_bck.png")
}
.payment-options-panel {
  cursor: pointer
}
.payment-options-panel li {
  cursor: pointer;
  padding: 0
}
.payment-options-panel li:active, .payment-options-panel li:hover {
  background-color: rgba(0, 0, 0, 0.03)
}
.payment-options-panel li > label {
  padding: 25px;
  font-weight: normal;
  cursor: pointer;
  width: 100%;
  margin: 0
}
.payment-options-panel li label {
  cursor: pointer
}
.payment-options-panel .payment-radio-button {
  padding-right: 10px;
  float: left
}
.payment-options-panel .payment-option {
  cursor: pointer
}
.payment-options-panel .payment-info {
  cursor: pointer;
  padding-left: 30px
}
@media (max-width:991.98px) {
  .payment-options-panel .payment-info {
    overflow: auto;
    padding-left: 0
  }
}
.product-list-items .header-row {
  font-weight: bold;
  background-color: white
}
.product-list-items .product-name {
  width: 50%;
  float: left;
  font-weight: bold
}
.product-list-items .product-qty {
  width: 20%;
  float: left;
  text-align: right
}
.product-list-items .product-price {
  width: 30%;
  font-weight: bold;
  text-align: right;
  float: right
}
@media (max-width:767.98px) {
  .h2, h2 {
    font-size: 15px;
    font-weight: bold
  }
  .h4, h4 {
    font-size: 14px;
    font-weight: bold
  }
}
.text-red {
  color: #C10808
}
.cc-note {
  padding: 5px 0;
  margin: 0 0 10px 70px
}
@media (max-width:767.98px) {
  .cc-note {
    padding: 5px 0;
    margin: 0 0 10px 0
  }
}
.text-right-responsive {
  text-align: right
}
@media (max-width:991.98px) {
  .text-right-responsive {
    text-align: center
  }
}
@media (max-width:767.98px) {
  .text-right-responsive {
    text-align: center
  }
}
.text-left-responsive {
  text-align: left
}
@media (max-width:767.98px) {
  .text-left-responsive {
    text-align: center
  }
}
.pull-right-responsive {
  float: right
}
@media (max-width:767.98px) {
  .pull-right-responsive {
    margin: 0 auto 0 auto;
    float: none
  }
}
.pull-left-responsive {
  float: left
}
@media (max-width:767.98px) {
  .pull-left-responsive {
    margin: 0 auto 0 auto;
    float: none
  }
}
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
}
.modal-header > .close {
  float: right;
  font-size: 2.46rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  margin-top: -15px;
  margin-right: -15px;
  padding: 5px 10px 12px 10px;
  color: #d9534f
}
.modal-header > .close:focus, .modal-header > .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}
.modal-header > .close button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none
}
#shipping-method-error-box .parsley-required {
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 12px;
  background-color: #f2dede;
  border: 1px solid #ebcccc;
  padding: 10px;
  margin-bottom: 10px
}
#address-book-list {
  margin-bottom: 0
}
#address-book-list .radio-btn {
  width: 5%;
  float: left
}
#address-book-list li {
  border-left: none;
  border-right: none
}
#address-book-list li:hover {
  background-color: #f7f7f7
}
#address-book-list .address {
  width: 95%;
  float: left
}
@media (max-width:767.98px) {
  #address-book-list .radio-btn {
    width: 10%
  }
  #address-book-list .address {
    width: 90%
  }
}
@media (max-width:991.98px) {
  .content-box {
    background-color: #fff
  }
  .all-products-btn {
    position: fixed;
    left: 0;
    width: 40px;
    height: 50px;
    z-index: 10;
    top: 250px;
    cursor: pointer;
    background-image: url("/images/layout/nda_web_left_rail.png");
    background-repeat: no-repeat
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
  }
  .row-offcanvas-left {
    left: 0
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -100%;
    display: none
  }
  .active .sidebar-offcanvas {
    display: block;
    margin-left: -4px;
    z-index: 5
  }
  .row-offcanvas-left.active {
    left: 100%
  }
  .row-offcanvas-left.active .all-products-btn {
    right: 0;
    left: auto;
    background-image: url("/images/layout/nda_web_right_rail.png");
    background-position: 14px
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 100%
  }
}
.top-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bebebe transparent;
  margin: 0 auto
}
.autocomplete-suggestion {
  border-bottom: 1px solid #ddd;
  padding: 5px 15px
}
.autocomplete-suggestion img {
  border: 1px solid #ddd;
  padding: 2px
}
.autocomplete-suggestion .btn, .autocomplete-suggestion button {
  float: right !important;
  margin-right: 10px
}
.autocomplete-selected {
  background: #F0F0F0
}
.autocomplete-group {
  padding: 4px 5px 4px;
  background-color: #ddd;
  font-weight: bold;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe
}
.autocomplete-suggestion-xs {
  border-bottom: 1px solid #ddd;
  padding: 5px
}
.autocomplete-suggestion-xs img {
  border: 1px solid #ddd;
  padding: 2px;
  margin-right: 5px;
  float: left;
  margin-left: 10px
}
.autocomplete-selected-xs {
  background: #F0F0F0
}
.fixed-overlay {
  background-color: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1009;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50)
}
.fixed-overlay-display {
  display: block
}
@media (max-width:991.98px) {
  .fixed-overlay-display {
    display: none !important
  }
}
.search-products-list .product-image {
  float: left;
  margin: 5px;
  width: 10%
}
.search-products-list .product-image img {
  border: 1px solid #bebebe;
  padding: 2px;
  margin-right: 1%
}
.search-products-list .product-description {
  float: left;
  width: 58%;
  line-height: 24px
}
.search-products-list .product-actions {
  float: left;
  width: 25%;
  text-align: center;
  padding-top: 35px
}
@media (max-width:991.98px) {
  .search-products-list .product-image {
    float: left;
    margin: 1%;
    width: 18%
  }
  .search-products-list .product-description {
    float: left;
    width: 52%;
    line-height: 24px
  }
  .search-products-list .product-actions {
    float: left;
    width: 28%;
    text-align: center;
    padding-top: 15px
  }
}
@media (max-width:767.98px) {
  .search-products-list .product-image {
    float: left;
    margin: 5px;
    width: 20%
  }
  .search-products-list .product-description {
    float: left;
    width: 76%;
    line-height: 24px
  }
  .search-products-list .product-actions {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 15px
  }
}
.product-page-row-margin {
  background-image: url("/images/layout/bg/cat-product-bg-lg.png");
  background-color: #fff;
  margin: 0;
  margin-left: -20px
}
@media (max-width:1199.98px) {
  .product-page-row-margin {
    background-image: url("/images/layout/bg/cat-product-bg-md.png")
  }
}
@media (max-width:991.98px) {
  .product-page-row-margin {
    background: none;
    margin-left: 0;
    margin-right: 0
  }
  .product-page-row-margin #product-categories {
    background-color: #f7f7f7
  }
}
.suggestion-panel-div {
  display: block
}
@media (max-width:991.98px) {
  .suggestion-panel-div {
    display: none
  }
}
.bg-gray {
  background-color: #f2f2f2 !important
}
.bg-white {
  background-color: #fff
}
.sale-ribbon {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px 5px 0
}
.sale-ribbon .text {
  padding-left: 20px
}
.sale-ribbon .arrow-left {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid white;
  position: absolute;
  margin-top: -5px;
  margin-bottom: -5px
}
.sale-ribbon-success {
  background-color: #4a934d
}
.img-no {
  height: 20px;
  width: 15px;
  background-color: #4a934d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  left: 0;
  top: 0;
  position: absolute
}
.sale-ribbon-danger {
  background-color: #d9534f
}
.menuBoxHeading {
  border-bottom: 1px solid #bebebe;
  padding: 5px;
  font-weight: bold
}
.menuBoxHeading a {
  color: #cc8200
}
.menuBoxContent {
  background-color: #f7f7f7;
  padding: 5px;
  line-height: 25px;
  border: 1px solid #bebebe;
  border-top: none
}
.menuBoxContent a {
  font-weight: bold
}
.menuBoxContent a:before {
  content: " - "
}
.img-box {
  width: 140px;
  height: 140px;
  vertical-align: middle !important;
  display: table-cell;
  padding: 8px;
  position: relative
}
.img-box img {
  height: 120px;
  margin: 0 auto 0 auto
}
.fileinput-button {
  position: relative;
  overflow: hidden
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer
}
.category-feature, .product-special, .update-stock, .yes-no-label-btn {
  border: 1px solid #bebebe;
  cursor: pointer;
  font-weight: bold
}
.category-feature:hover, .product-special:hover, .update-stock:hover, .yes-no-label-btn:hover {
  border: 1px solid #4a934d
}
.category-feature .spinner, .product-special .spinner, .update-stock .spinner, .yes-no-label-btn .spinner {
  display: none
}
.product-layout .header-row {
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px
}
.product-layout .header-row .product-edit, .product-layout .header-row .product-features, .product-layout .header-row .product-stock {
  padding-top: 0
}
.product-layout .product-name {
  font-weight: bold;
  width: 50%;
  float: left
}
.product-layout .product-name img {
  margin-right: 10px
}
.product-layout .product-stock {
  width: 15%;
  float: left;
  text-align: center;
  padding-top: 20px
}
.product-layout .product-features {
  width: 20%;
  float: left;
  text-align: center;
  padding-top: 20px
}
.product-layout .product-edit {
  float: left;
  width: 15%;
  text-align: center;
  padding-top: 20px
}
.product-layout small {
  font-size: 10px
}
.cat-list-horizontal {
  width: 33%;
  float: left
}
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
  display: block;
  z-index: 1000
}
.tabs-left:first-child, .tabs-right:first-child {
  margin-top: 10px
}
.tabs-left > .nav-item, .tabs-right > .nav-item {
  float: none;
  margin-bottom: 5px;
  display: block
}
.tabs-left .nav-link {
  margin-right: -2px;
  border-radius: 4px 0 0 4px;
  padding: 10px !important;
  border: 1px solid #ddd
}
.tabs-left .nav-link.active {
  border-color: #ddd;
  border-right: 2px solid #fff
}
.tab-left-content {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -7px;
  min-height: 550px
}
.sideways {
  margin-top: 50px;
  border: none;
  position: relative
}
.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px
}
.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0 0
}
.sideways > li.active > a, .sideways > li.active > a:focus, .sideways > li.active > a:hover {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd
}
.sideways.tabs-left {
  left: -50px
}
.sideways.tabs-right {
  right: -50px
}
.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}
.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.tag-organic, .txt_organics {
  padding: 2px;
  font-weight: bold;
  font-size: 14px;
  color: #4a934d !important;
  text-decoration: none !important
}
.txt_foodgrade {
  display: none
}
.tag-discount, .tag-new, .txt_special {
  padding: 2px;
  color: #cc8200 !important;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important
}
.sub-products-table td input {
  border: 1px solid #ddd;
  padding: 2px
}
@-webkit-keyframes fadeIt {
  0% {
    background-color: #FFFFFF
  }
  20% {
    background-color: #4a934d
  }
  to {
    background-color: #FFFFFF
  }
}
@-moz-keyframes fadeIt {
  0% {
    background-color: #FFFFFF
  }
  20% {
    background-color: #4a934d
  }
  to {
    background-color: #FFFFFF
  }
}
@-o-keyframes fadeIt {
  0% {
    background-color: #FFFFFF
  }
  20% {
    background-color: #4a934d
  }
  to {
    background-color: #FFFFFF
  }
}
@keyframes fadeIt {
  0% {
    background-color: #FFFFFF
  }
  20% {
    background-color: #4a934d
  }
  to {
    background-color: #FFFFFF
  }
}
.animate-background {
  background: none !important;
  -webkit-animation: fadeIt 2s ease-in-out;
  -moz-animation: fadeIt 2s ease-in-out;
  -o-animation: fadeIt 2s ease-in-out;
  animation: fadeIt 2s ease-in-out
}
.not-valid-input {
  border: 1px solid #d9534f !important;
  background-color: #fdf7f7 !important
}
.cap-label-selected {
  background-color: #a5d1a6;
  border: 1px solid #4a934d !important
}
.cap-label-selected img {
  border: 1px solid #4a934d
}
.red-dot {
  height: 5px;
  width: 5px;
  background-color: #d9534f;
  display: inline-block
}
.gray-dot {
  height: 5px;
  width: 5px;
  background-color: #bebebe;
  display: inline-block
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.del-btn {
  height: 5px;
  width: 5px;
  cursor: pointer;
  background-color: #d9534f;
  position: absolute;
  right: 0;
  top: 0
}
.orders-summary-heading {
  width: 100%;
  display: none
}
.orders-summary-heading #total-sale {
  font-size: 20px;
  font-weight: bold;
  text-align: center
}
.orders-summary-heading #total-no-of-orders {
  font-size: 18px;
  font-weight: bold;
  text-align: center
}
.orders-summary-heading #duration-text {
  font-size: 16px;
  font-weight: bold;
  text-align: center
}
.growth-bar {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0;
  border-radius: 4px;
  height: 52px
}
.growth-bar .year {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  height: 26px
}
.growth-bar .change-up {
  background-color: #4a934d;
  color: #fff;
  border-top-right-radius: 4px;
  padding: 4px;
  display: inline-block
}
.growth-bar .change-down {
  background-color: #d9534f;
  color: #fff;
  border-top-right-radius: 4px;
  padding: 4px;
  display: inline-block
}
.growth-bar .total-sale {
  clear: left;
  width: 100%;
  font-size: 12px;
  height: 26px;
  padding-top: 3px;
  border-top: 1px solid #ddd;
  display: block;
  font-weight: bold
}
.growth-bar-arrow {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block
}
.modal-max {
  width: 1200px;
  max-width: 1200px
}
#modal-body-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ddd;
  z-index: 1;
  display: none;
  border-top: 1px solid #bebebe;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
#modal-body-child .close-btn {
  position: absolute;
  right: 10px;
  top: 1px;
  color: #d9534f;
  padding: 0 5px 0 5px;
  font-size: 15px;
  cursor: pointer
}
.loading-now {
  text-align: center;
  line-height: 300px;
  font-weight: bold
}
.loading-now i {
  color: #FFA300
}
.legend-box {
  height: 10px;
  width: 10px;
  display: inline-block
}
.bg1-success {
  background-color: #4a934d
}
.bg1-warning {
  background-color: #f0ad4e
}
.bg1-danger {
  background-color: #d9534f
}
.bg1-info {
  background-color: #2489c5
}
#live-stats {
  background-color: #f7f7f7
}
#live-stats .live {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-writing-mode: lr-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  padding: 8px;
  float: left;
  margin-top: 0;
  text-align: center
}
#live-stats .date {
  font-size: 20px;
  font-weight: bold;
  color: #fff
}
#live-stats .data {
  text-align: center
}
#live-stats .data div {
  font-size: 20px;
  padding: 0;
  font-weight: bold
}
#live-stats .data small {
  font-size: 12px;
  padding: 0;
  font-weight: bold
}
#live-stats .data-table {
  font-size: 13px;
  font-weight: bold
}
#live-stats .refresh {
  font-size: 12px;
  font-weight: bold;
  text-align: center
}
.table-header-row {
  background-color: #aaaaaa !important
}
.table-header-row td, .table-header-row th {
  background-color: #aaaaaa !important;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}
.tr-text-middle td, .tr-text-middle th {
  vertical-align: middle !important
}
.text-middle {
  vertical-align: middle !important
}
.page-tools-box {
  z-index: 1000;
  bottom: 20px;
  right: -270px;
  position: fixed;
  width: 300px
}
.page-tools-box .page-tools {
  height: 30px;
  width: 30px;
  background-color: #FFA300;
  color: #000;
  font-weight: bold;
  padding: 5px 5px 5px 8px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  margin-bottom: 5px
}
.page-tools-box .shadow {
  border: 3px solid #999 !important
}
.chartWithMarkerOverlay {
  position: relative;
  width: 100%
}
.chartWithMarkerOverlay .us-flag {
  position: absolute;
  top: 50px;
  left: 480px;
  background-image: url("/images/layout/icons/flags/48/usa.png");
  height: 48px;
  width: 48px;
  z-index: 0;
  display: none
}
.chartWithMarkerOverlay .ca-flag {
  display: none;
  position: absolute;
  top: 50px;
  left: 140px;
  height: 48px;
  width: 48px;
  z-index: 0;
  background-image: url("/images/layout/icons/flags/48/canada.png")
}
.important-alert {
  padding: 5px;
  font-weight: bold
}
.grey-square-btn, .show-options {
  width: 7px;
  height: 7px;
  background-color: #d8d8d8;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer
}
.options-box {
  padding: 8px;
  width: 350px;
  height: 43px;
  border: 1px solid #c4c4c4;
  display: none;
  background-color: #f7f7f7;
  text-align: center
}
.options-box input {
  border: 1px solid #ddd;
  padding: 2px
}
.website-flow ul {
  list-style-type: none
}
.website-flow .message {
  margin-left: 30px;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  margin-top: 5px
}
.website-flow .after-message {
  margin-left: 30px
}
.website-flow .step {
  margin-bottom: 80px;
  border: 1px solid #ddd;
  padding: 10px;
  position: relative;
  padding-left: 35px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px #888888;
  box-shadow: 2px 2px 2px #888888
}
.website-flow .db-table {
  text-decoration: underline
}
.website-flow .point {
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  position: absolute;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding-left: 8px;
  padding-top: 2px
}
.img-responsive {
  width: 100%
}
.payment-sprite {
  height: 26px;
  width: 40px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: inline-block;
  background-image: url("/images/layout/payment-methods.png");
  background-repeat: no-repeat
}
.payment-method-visa {
  background-position: -1px 0
}
.payment-method-paypal {
  background-position: -44px 0
}
.payment-method-wire {
  background-position: -86px 0
}
.payment-method-email {
  background-position: -128px 0
}
.payment-method-net30 {
  background-position: -170px 0
}
.payment-method-dd {
  background-position: -213px 0
}
.payment-method-chq {
  background-position: -255px 0
}
.payment-method-call {
  background-position: -297px 0
}
.payment-method-ach {
  background-position: -339px 0
}
.payment-method-cc-machine {
  background-position: -381px 0
}
.cc-type-sprite {
  height: 26px;
  width: 40px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: inline-block;
  background-image: url("/images/layout/cc_types.png");
  background-repeat: no-repeat
}
.cc-visa {
  background-position: -1px 0
}
.cc-master {
  background-position: -44px 0
}
.cc-amex {
  background-position: -86px 0
}
.cc-jcb {
  background-position: -128px 0
}
.cc-discover {
  background-position: -170px 0
}
.cc-diners {
  background-position: -212px 0
}
.delivery-sprite {
  height: 26px;
  width: 26px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: inline-block;
  background: url("/images/layout/delivery-methods.png");
  background-repeat: no-repeat
}
.delivery-customer-pickup {
  background-position: -2px 0
}
.delivery-courier-pickup {
  background-position: -29px 0
}
.delivery-fedex {
  background-position: -56px 0
}
.delivery-ups {
  background-position: -83px 0
}
.delivery-fedex-signature {
  background-position: -110px 0
}
.delivery-ups-signature {
  background-position: -137px 0
}
.delivery-fedex-frt {
  background-position: -164px 0
}
.red-triangle {
  top: 0;
  position: absolute;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #d9534f transparent transparent transparent
}
.green-triangle {
  top: 0;
  position: absolute;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #4a934d transparent transparent transparent
}
.blue-triangle {
  top: 0;
  position: absolute;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #2489c5 transparent transparent transparent
}
.category-description {
  padding: 0
}
.category-description p {
  text-align: justify
}
@media (min-width:992px) {
  .show-product-options-btn .product-options-btn {
    display: block
  }
}
.product-options-btn {
  position: absolute;
  z-index: 10;
  right: -160px;
  background-color: #f3f3f3;
  padding: 20px;
  border-left: none;
  top: 0;
  margin-top: -15px;
  display: none;
  -webkit-box-shadow: 26px -3px 40px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 26px -3px 40px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 26px -3px 40px -13px rgba(0, 0, 0, 0.75)
}
.product-options-btn a {
  display: inline-block !important;
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5;
  border-radius: 3px !important;
  border-left: 1px solid #ccc !important
}
.product-grouping {
  list-style-type: none;
  padding: 0;
  margin: 0
}
.product-grouping li {
  float: left;
  width: 20px;
  margin-right: 5px;
  text-align: center
}
.product-grouping li label {
  border: 1px solid #bebebe;
  width: 100%;
  cursor: pointer;
  color: #bebebe
}
.product-grouping li label:hover {
  border: 1px solid #4a934d
}
.product-grouping li .group-label-selected {
  background-color: #4a934d;
  color: #fff
}
.fixed-bar-bottom {
  position: fixed;
  bottom: 0;
  padding: 10px;
  background-color: #e7e7e7;
  border-top: 2px solid #bebebe;
  padding-bottom: 20px;
  z-index: 2;
  margin-left: -24px;
  width: 1140px
}
@media (max-width:1199.98px) {
  .fixed-bar-bottom {
    width: 980px
  }
}
@media (max-width:991.98px) {
  .fixed-bar-bottom {
    width: 768px;
    margin-left: -8px
  }
}
@media (max-width:767.98px) {
  .fixed-bar-bottom {
    width: 100%
  }
}
.product-main-image {
  position: relative;
  border: 1px solid #eee;
  background-color: #f6f6f6;
  padding: 10px;
  display: inline-block
}
.product-main-image img {
  height: 325px;
  width: 330px
}
@media (max-width:1199.98px) {
  .product-main-image img {
    height: 290px;
    width: 295px
  }
}
@media (max-width:991.98px) {
  .product-main-image img {
    height: 290px;
    width: 295px
  }
}
@media (max-width:767.98px) {
  .product-main-image img {
    height: 240px;
    width: 242px
  }
}
@media (max-width:767.98px) {
  .product-main-image {
    background-color: #fff;
    border: 1px solid #fff
  }
}
.product-main-image .zoom {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #959595;
  color: #fff;
  font-size: 20px;
  height: 32px;
  width: 32px;
  text-align: center;
  cursor: pointer
}
@media (max-width:767.98px) {
  .product-main-image .zoom {
    display: none
  }
}
.owl-img-responsive {
  height: 425px !important;
  width: 1140px !important
}
@media (max-width:1199.98px) {
  .owl-img-responsive {
    height: 400px !important;
    width: 980px !important
  }
}
@media (max-width:991.98px) {
  .owl-img-responsive {
    height: 286px !important;
    width: 768px !important
  }
}
.owl-img-responsive2 {
  height: 400px !important;
  width: 1140px !important
}
@media (max-width:1199.98px) {
  .owl-img-responsive2 {
    height: 414px !important;
    width: 980px !important
  }
}
@media (max-width:991.98px) {
  .owl-img-responsive2 {
    height: 325px !important;
    width: 768px !important
  }
}
.astyle1 {
  color: #fff;
  text-decoration: none
}
.astyle1:hover {
  color: #fff;
  text-decoration: none
}
#cart-summary-box-sm {
  font-size: 16px
}
.nav-tabs-custom li {
  margin-right: 3px
}
.nav-tabs-custom li > .nav-link {
  background-color: #f2f4f5;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #dee2e6;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: -1px
}
@media (max-width:767.98px) {
  .nav-tabs-custom li > .nav-link {
    padding: 3px 8px 3px 8px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 54px;
    width: 85px
  }
}
.nav-tabs-custom li:first-child {
  margin-left: 20px
}
@media (max-width:767.98px) {
  .nav-tabs-custom li:first-child {
    margin-left: 5px
  }
}
@media (max-width:767.98px) {
  .nav-tabs-custom li {
    height: 54px
  }
}
.nav-tabs-custom2 li {
  margin-right: 3px
}
.nav-tabs-custom2 li > a {
  background-color: #e9ecef #e9ecef #dee2e6;
  border-bottom: 1px solid #dddddd;
  padding: 10px 20px 10px 10px
}
@media (max-width:767.98px) {
  .nav-tabs-custom2 li > a {
    padding: 5px 8px 5px 8px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 54px;
    width: 85px
  }
}
.nav-tabs-custom2 li:first-child {
  margin-left: 20px
}
@media (max-width:767.98px) {
  .nav-tabs-custom2 li:first-child {
    margin-left: 5px
  }
}
@media (max-width:767.98px) {
  .nav-tabs-custom2 li {
    height: 54px
  }
}
.nav-tabs-custom2 li .active {
  background-color: #fff
}
.nav-justified-3 {
  padding-left: 20px
}
.nav-justified-3 li {
  width: 30% !important
}
@media (min-width:768px) and (max-width:991.98px) {
  .testimonial-logos img {
    width: 191px;
    height: 78px
  }
}
.admin-nav {
  padding: 0;
  margin: 0;
  list-style-type: none
}
.admin-nav .expand-menu {
  cursor: pointer
}
.admin-nav .expand-menu span {
  margin-right: 10px;
  float: right;
  color: #bebebe
}
.admin-nav li {
  padding: 0 0 5px
}
.admin-nav li:last-child {
  border: none;
  padding-bottom: 0
}
.admin-nav li strong {
  background-color: #e7e7e7;
  display: block;
  padding: 10px 0 10px 10px
}
.admin-nav li ul {
  list-style-type: none;
  padding: 5px 0 5px 10px
}
.admin-nav li ul li {
  padding: 4px;
  border: none
}
.admin-nav li ul li a {
  font-weight: bold
}
.nda-response {
  color: #CE6D23
}
.bar-h {
  height: 2px;
  left: 0
}
.danger-bg {
  background-color: #eba5a3
}
.success-bg {
  background-color: #83c085
}
.borderless tr td {
  border: none !important
}
.no-display-p {
  display: none !important
}
#products-group-products {
  list-style-type: none;
  padding: 0
}
#products-group-products .header-row {
  font-weight: bold;
  padding: 5px
}
#products-group-products .header-row select {
  font-weight: normal
}
#products-group-products .header-row div {
  padding: 0 !important
}
#products-group-products .header-row .product-name {
  padding: 5px !important;
  float: left;
  width: 50%;
  background-color: #fff;
  border: none
}
#products-group-products .header-row .product-price {
  width: 50%;
  font-weight: bold;
  text-align: right;
  float: right
}
#products-group-products .header-row .product-price table {
  float: right
}
@media (max-width:767.98px) {
  #products-group-products .header-row .product-name {
    float: none;
    width: 100%
  }
  #products-group-products .header-row .product-price {
    width: 100%;
    font-weight: bold;
    text-align: right;
    padding: 5px !important;
    float: none
  }
  #products-group-products .header-row .product-price table {
    float: none
  }
}
#products-group-products li {
  padding: 20px 5px
}
#products-group-products li .product-name {
  width: 100%;
  font-weight: bold;
  color: #212121;
  font-size: 16px;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}
#products-group-products li .product-name a {
  display: block;
  padding: 10px
}
#products-group-products li .product-name a:hover {
  text-decoration: none
}
#products-group-products li .product-rating {
  font-weight: normal;
  font-size: 14px;
  color: #666
}
#products-group-products li .product-rating-box {
  float: left;
  width: 55%;
  padding: 0 0 20px 10px
}
#products-group-products li .product-features {
  font-size: 15px;
  color: #666;
  padding: 10px;
  font-weight: normal;
  text-align: justify
}
#products-group-products li .product-price-action {
  float: left;
  width: 45%;
  text-align: center;
  padding: 0 10px 20px 0
}
#products-group-products li:last-child {
  border-bottom: 1px solid #ddd
}
@media (max-width:767.98px) {
  #products-group-products li .product-name {
    width: 100%;
    float: none
  }
  #products-group-products li .product-price-action {
    width: 100%;
    padding: 20px 10px 10px 10px
  }
  #products-group-products li .product-price-action button {
    margin: 5px
  }
  #products-group-products li .product-rating-box {
    width: 100%;
    text-align: left;
    font-weight: bold;
    padding-bottom: 0
  }
  #products-group-products li .product-rating-box small {
    font-size: 12px
  }
}
.indent-bullet {
  margin-right: 4px
}
.table-no-border {
  border: none
}
.table-no-border tr {
  border: none
}
.table-no-border tr td {
  border: none
}
.table-no-padding td {
  padding: 0
}
.table-padding5 > tbody > tr > td, .table-padding5 > tr > td {
  padding: .5em
}
.table-row-no-border td, .table-row-no-border th {
  border: none
}
.border1 {
  border: 1px solid #ddd
}
.top-nav-bar-sub-menu {
  z-index: 10000;
  margin-top: 5px;
  border: 1px solid #bebebe;
  padding: 0
}
.top-nav-bar-sub-menu a {
  border: none !important;
  padding: 5px 10px !important
}
.top-nav-bar-sub-menu a:hover {
  background-color: #f7f7f7
}
.common-gradient, .products-range ul li:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 23%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #ffffff), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff 23%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 23%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 23%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #ffffff), to(#f7f7f7));
  background: linear-gradient(to bottom, #ffffff 23%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0)
}
.shadow-divider {
  background-image: url("/images/layout/shadow-divider.png");
  height: 8px;
  z-index: 2
}
@media (max-width:1199.98px) {
  .shadow-divider {
    background-image: url("/images/layout/shadow-divider-md.png")
  }
}
@media (max-width:991.98px) {
  .shadow-divider {
    background-image: url("/images/layout/shadow-divider-sm.png")
  }
}
.divider-pos {
  position: absolute;
  left: 0;
  top: 140px;
  width: 100%;
  z-index: 1
}
.divider-pos2 {
  position: absolute;
  left: 0;
  top: 92px
}
.divider-pos3 {
  position: absolute;
  left: 0;
  top: 572px
}
@media (max-width:1199.98px) {
  .divider-pos3 {
    top: 492px
  }
}
@media (max-width:991.98px) {
  .divider-pos3 {
    top: 382px
  }
}
.shadow-divider-reverse {
  background-image: url("/images/layout/shadow-divider-reverse.png");
  height: 8px;
  z-index: 2;
  width: 100%;
  background-repeat: no-repeat
}
@media (max-width:1199.98px) {
  .shadow-divider-reverse {
    background-image: url("/images/layout/shadow-divider-reverse-md.png")
  }
}
.content-main {
  padding-top: 10px
}
.content-area {
  margin-left: 20px;
  margin-right: 20px
}
@media (max-width:991.98px) {
  .content-area {
    width: 100%;
    margin: 0
  }
}
.content-area-expanded {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 80px
}
@media (max-width:991.98px) {
  .content-area-expanded {
    margin: 0px -4px;
    padding: 20px
  }
}
.content-area-extra-padding {
  text-align: justify;
  padding: 0 60px 0 60px
}
@media (max-width:575.98px) {
  .content-area-extra-padding {
    padding: 20px
  }
}
.extra-padding-right {
  padding-right: 50px
}
@media (max-width:991.98px) {
  .extra-padding-right {
    padding-right: 0
  }
}
.extra-padding-left {
  padding-left: 50px
}
@media (max-width:991.98px) {
  .extra-padding-left {
    padding-left: 0
  }
}
.content-cols3 {
  padding: 0;
  list-style-type: none;
  width: 100%
}
.content-cols3 li {
  width: 33%;
  float: left;
  padding-left: 10px;
  padding-right: 10px
}
.content-cols3 li .txt-heading {
  padding: 10px 0 10px 0
}
.content-cols3 li p {
  padding: 10px
}
@media (max-width:991.98px) {
  .content-cols3 li {
    width: 50%;
    padding-top: 10px
  }
  .content-cols3 li:first-child {
    padding-top: 0
  }
}
@media (max-width:575.98px) {
  .content-cols3 li {
    padding-top: 30px;
    width: 100%
  }
  .content-cols3 li:first-child {
    padding-top: 0
  }
}
.content-cols4 {
  padding: 0;
  list-style-type: none;
  width: 100%
}
.content-cols4 li {
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px
}
.content-cols4 li .txt-heading {
  padding: 10px 0 10px 0
}
.content-cols4 li p {
  padding: 10px
}
@media (max-width:991.98px) {
  .content-cols4 li {
    width: 50%;
    padding-top: 10px
  }
  .content-cols4 li:first-child {
    padding-top: 0
  }
}
@media (max-width:575.98px) {
  .content-cols4 li {
    padding-top: 30px;
    width: 100%
  }
  .content-cols4 li:first-child {
    padding-top: 0
  }
}
.logo-search-bar {
  position: absolute;
  top: 20px;
  left: 0
}
.shopping-cart-box {
  background-color: #fff;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 2px 2px 14px 3px #dbdbdb;
  -moz-box-shadow: 2px 2px 14px 3px #dbdbdb;
  box-shadow: 2px 2px 14px 3px #dbdbdb;
  height: 58px;
  overflow: hidden
}
.shopping-cart-box .cart-icon {
  float: left;
  width: 45px;
  height: 45px;
  margin-top: 8px;
  margin-left: 5px;
  background-image: url("/images/layout/shopping-cart.png");
  background-repeat: no-repeat
}
.shopping-cart-box .divider {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url("/images/layout/cart-divider.jpg");
  width: 2px;
  height: 40px;
  float: left
}
.shopping-cart-box .details {
  margin-top: -5px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: left;
  text-align: center;
  width: 180px
}
@media (max-width:1199.98px) {
  .shopping-cart-box .details {
    width: 160px
  }
}
.shopping-cart-box .details .txt {
  margin-top: 5px;
  margin-bottom: 5px
}
.shopping-cart-box .wishlist {
  float: right;
  width: 60px;
  height: 58px;
  margin-top: -5px;
  margin-left: 5px;
  margin-right: -10px;
  background-image: url("/images/layout/favorite-list.png");
  background-repeat: no-repeat;
  background-color: #FFA300;
  background-position: 8px
}
.shopping-cart-box .wishlist:hover {
  background-color: #cc8200
}
.shopping-cart-box .wishlist-gray {
  background-color: #bebebe !important
}
.shopping-cart-box .wishlist-gray:hover {
  background-color: #bebebe !important
}
.empty-div {
  height: 165px;
  background-color: #fff
}
.empty-div2 {
  height: 120px
}
@media (max-width:991.98px) {
  .empty-div2 {
    height: 150px
  }
}
.divider-bar2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}
.half-circle {
  width: 200px;
  height: 100px;
  background-color: gold;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border: 0 solid gray;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.objectives {
  width: 140px;
  margin: 10px;
  border: 1px solid #e4e4e4;
  padding: 6px;
  height: 350px;
  display: inline-table
}
.objectives img {
  margin-bottom: 10px
}
@media (max-width:991.98px) {
  .objectives {
    margin: 30px
  }
}
@media (max-width:767.98px) {
  .objectives {
    margin: 2px
  }
}
.font16 {
  font-size: 16px
}
.font18 {
  font-size: 18px
}
.font20 {
  font-size: 20px
}
.font20 {
  font-size: 26px
}
.heading-bg {
  background-image: url("/images/layout/bg/heading-bg.png");
  margin: 0 10%;
  text-align: center
}
.heading-bg h1, .heading-bg h2, .heading-bg h3 {
  background-color: #fff;
  display: inline-block;
  padding: 0 5%;
  font-size: 30px;
  font-family: 'Lato', sans-serif !important;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin: 0
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading-bg {
    margin: 0 10%
  }
  .heading-bg h1, .heading-bg h2, .heading-bg h3 {
    padding: 0 3%;
    font-size: 28px;
    font-weight: 200;
    text-align: center;
    margin: 0
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .heading-bg {
    background-image: url("/images/layout/bg/heading-bg-sm.png");
    margin: 0 10%
  }
  .heading-bg h1, .heading-bg h2, .heading-bg h3 {
    padding: 0 2% 0 2%;
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    margin: 0
  }
}
@media (max-width:767.98px) {
  .heading-bg {
    background-image: none;
    margin: 2px 2% 2px 2%
  }
  .heading-bg h1, .heading-bg h2, .heading-bg h3 {
    padding: 0;
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    margin: 0
  }
}
.heading-bg1 {
  background-image: url("/images/layout/bg/heading-bg.png");
  margin: 0;
  text-align: center
}
.heading-bg1 h1, .heading-bg1 h2, .heading-bg1 h3 {
  background-color: #fff;
  display: inline-block;
  padding: 0 2% 0 2%;
  font-size: 26px;
  font-family: 'Lato', sans-serif !important;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin: 0
}
@media (max-width:991.98px) {
  .heading-bg1 {
    background-image: url("/images/layout/bg/heading-bg-sm.png");
    margin: 20px 0 2px 0
  }
  .heading-bg1 h1, .heading-bg1 h2, .heading-bg1 h3 {
    padding: 0 2% 0 2%;
    font-size: 22px;
    font-family: 'Lato', sans-serif !important;
    font-style: normal;
    font-weight: 200;
    text-align: center;
    margin: 0
  }
}
@media (max-width:767.98px) {
  .heading-bg1 {
    background-image: none;
    margin: 2px 2% 2px 2%
  }
  .heading-bg1 h1, .heading-bg1 h2, .heading-bg1 h3 {
    padding: 0;
    font-size: 20px;
    font-family: 'Lato', sans-serif !important;
    font-style: normal;
    font-weight: 200;
    text-align: center;
    margin: 0
  }
}
.heading-padding {
  padding: 60px 0 60px 0
}
@media (max-width:991.98px) {
  .heading-padding {
    padding: 40px 0 40px 0
  }
}
@media (max-width:767.98px) {
  .heading-padding {
    padding: 20px 0 20px 0
  }
}
.empty-div-space {
  height: 60px
}
@media (max-width:991.98px) {
  .empty-div-space {
    height: 40px
  }
}
@media (max-width:767.98px) {
  .empty-div-space {
    height: 30px
  }
}
.heading-padding2 {
  margin-top: -10px;
  padding: 20px 0 30px 0
}
@media (max-width:991.98px) {
  .heading-padding2 {
    margin-top: 0;
    padding: 10px 0 20px 0
  }
}
@media (max-width:767.98px) {
  .heading-padding2 {
    margin-top: 0;
    padding: 10px 0 10px 0
  }
}
.heading-padding3 {
  margin-top: -10px;
  padding: 30px 0 30px 0
}
@media (max-width:991.98px) {
  .heading-padding3 {
    margin-top: 0;
    padding: 10px 0 20px 0
  }
}
@media (max-width:767.98px) {
  .heading-padding3 {
    margin-top: 0;
    padding: 10px 0 10px 0
  }
}
.empty-div-space2 {
  height: 30px
}
@media (max-width:991.98px) {
  .empty-div-space2 {
    height: 20px
  }
}
@media (max-width:767.98px) {
  .empty-div-space2 {
    height: 10px
  }
}
.pull-center {
  margin: 0 auto 0 auto
}
.responsive-margin1 {
  margin: 0 auto 0 auto
}
@media (max-width:991.98px) {
  .responsive-margin1 {
    margin: 0 0 0 auto
  }
}
@media (max-width:767.98px) {
  .responsive-margin1 {
    margin: 20px auto 0 auto
  }
}
.responsive-margin-right1 {
  margin: 0 auto 0 auto
}
@media (max-width:991.98px) {
  .responsive-margin-right1 {
    margin: 0 0 0 auto
  }
}
@media (max-width:767.98px) {
  .responsive-margin-right1 {
    margin: 20px auto 0 auto
  }
}
.responsive-margin-left1 {
  margin: 0 auto 0 0
}
@media (max-width:991.98px) {
  .responsive-margin-left1 {
    margin: 0 auto 0 0
  }
}
@media (max-width:767.98px) {
  .responsive-margin-left1 {
    margin: 20px auto 0 auto
  }
}
.slide-animation {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0)
}
#mobile-top-nav {
  position: fixed;
  margin: 0 auto 0 auto;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0
}
.nav-bar-icons {
  height: 30px;
  width: 40px;
  background-image: url("/images/layout/navbar-icons-sm-xs.png");
  background-repeat: no-repeat;
  cursor: pointer
}
@media (max-width:767.98px) {
  .nav-bar-icons {
    height: 30px;
    width: 27px
  }
}
.icon-bars {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-position: -1px 0
}
@media (max-width:767.98px) {
  .icon-bars {
    background-position: -280px 0
  }
}
.icon-cart {
  background-position: -40px 0
}
@media (max-width:767.98px) {
  .icon-cart {
    background-position: -310px 0
  }
}
.icon-search {
  background-position: -80px 0
}
@media (max-width:767.98px) {
  .icon-search {
    background-position: -332px 0
  }
}
.icon-user {
  background-position: -120px 0
}
@media (max-width:767.98px) {
  .icon-user {
    background-position: -362px 0
  }
}
.mobile-tablet-nav-bar {
  background-color: #E6E6E6;
  padding: 0
}
.mobile-tablet-nav-bar .menu-bars {
  display: inline-block;
  height: 70px;
  width: 80px;
  margin: 0;
  position: relative;
  float: left;
  padding: 20px;
  cursor: pointer
}
@media (max-width:767.98px) {
  .mobile-tablet-nav-bar .menu-bars {
    height: 50px;
    width: 40px;
    padding: 10px 5px 0 5px
  }
}
.mobile-tablet-nav-bar .bar-logo {
  display: inline-block;
  float: left;
  padding: 10px 5px 10px 5px
}
@media (max-width:767.98px) {
  .mobile-tablet-nav-bar .bar-logo {
    padding: 10px 5px 10px 5px
  }
}
.mobile-tablet-nav-bar .bar-logo a img {
  height: 45px;
  width: 198px
}
@media (max-width:767.98px) {
  .mobile-tablet-nav-bar .bar-logo a img {
    width: 135px;
    height: 29px
  }
}
.mobile-tablet-nav-bar .bar-icons {
  display: inline-block;
  float: right
}
.mobile-tablet-nav-bar .bar-icons a {
  display: inline-block;
  padding: 20px;
  margin-right: 20px
}
.mobile-tablet-nav-bar .bar-icons a img {
  border: 1px solid #f7f7f7
}
.mobile-tablet-nav-bar .bar-icons a .flag {
  margin-bottom: 3px
}
.mobile-tablet-nav-bar .bar-icons a i {
  display: inline-block
}
@media (max-width:767.98px) {
  .mobile-tablet-nav-bar .bar-icons a {
    margin-right: 0;
    padding: 10px 5px 6px 5px
  }
}
.offcanvas-left {
  top: 118px;
  bottom: 0;
  left: -420px;
  position: fixed;
  width: 420px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: none;
  height: auto !important;
  -webkit-transform: translate3d(-420px, 0, 0);
  transform: translate3d(-420px, 0, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-overflow-scrolling: touch;
  z-index: 110;
  background-color: #fff;
  -webkit-box-shadow: 4px 17px 23px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 17px 23px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 17px 23px -1px rgba(0, 0, 0, 0.75)
}
@media (max-width:767.98px) {
  .offcanvas-left {
    width: 100%;
    top: 90px;
    left: -100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)
  }
}
.offcanvas-right {
  right: 0;
  top: 0;
  position: fixed;
  width: 280px;
  display: none
}
@media (max-width:991.98px) {
  .show-offcanvas-left {
    overflow: hidden
  }
  .show-offcanvas-left .site-content {
    overflow: hidden
  }
  .show-offcanvas-left .offcanvas-left {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@media (max-width:767.98px) {
  .show-offcanvas-left .icon-bars {
    background-position: -390px 0
  }
}
.show-offcanvas-right {
  overflow: hidden
}
@media (max-width:991.98px) {
  .show-offcanvas-right #mobile-top-nav, .show-offcanvas-right .site-content {
    left: -420px
  }
}
@media (max-width:767.98px) {
  .show-offcanvas-right #mobile-top-nav, .show-offcanvas-right .site-content {
    left: -280px
  }
}
@media (max-width:991.98px) {
  .content-overlay-only {
    height: 100%;
    width: 100%;
    z-index: 3;
    position: absolute;
    background-color: #000;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: block;
    top: 0;
    left: 0
  }
}
.site-content {
  width: 100%;
  top: 0;
  left: 0
}
.offcanvas-navbar {
  list-style-type: none;
  margin: 0;
  padding: 0
}
.offcanvas-navbar li {
  margin: 0;
  width: 100%;
  display: block
}
.offcanvas-navbar li a {
  padding: 12px;
  background-color: #d9d9d9;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #fff
}
.offcanvas-navbar li a:active, .offcanvas-navbar li a:focus, .offcanvas-navbar li a:hover {
  background-color: #FFA300
}
.offcanvas-navbar li a i {
  float: right;
  margin-top: 3px
}
.offcanvas-navbar li .active {
  background-color: #FFA300
}
.offcanvas-navbar li .active i {
  color: #666;
  display: inline-block;
  padding: 10px;
  margin-top: -10px;
  margin-right: -10px
}
.offcanvas-navbar li ul {
  padding: 0
}
.offcanvas-navbar li ul li {
  margin-bottom: 0
}
.offcanvas-navbar li ul li a {
  padding: 12px;
  background-color: #fff;
  font-weight: bold;
  text-transform: none;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d8d8d8
}
.offcanvas-navbar li ul li a i {
  float: right;
  font-size: 13px;
  margin-top: 7px;
  color: #bebebe
}
.offcanvas-navbar li ul li ul {
  margin-right: 10px;
  margin-left: 10px;
  display: none;
  padding: 0
}
.offcanvas-navbar li ul li ul li a {
  background-color: #fff;
  font-weight: normal;
  text-transform: none;
  font-size: 15px
}
.offcanvas-navbar li ul li ul li a i {
  float: right;
  font-size: 13px
}
.display-sm-xs {
  display: none
}
@media (max-width:991.98px) {
  .display-sm-xs {
    display: block
  }
}
@media (max-width:767.98px) {
  .display-sm-xs {
    display: block
  }
}
#mobile-search-box {
  position: fixed;
  top: 142px;
  z-index: 5;
  width: 768px;
  padding: 10px 20px 10px 20px;
  background-color: #f7f7f7
}
@media (max-width:767.98px) {
  #mobile-search-box {
    top: 50px;
    width: 100%
  }
}
#i-scroll {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none
}
#i-scroll-wrapper {
  overflow: auto
}
.products-search-result {
  padding: 0;
  list-style-type: none
}
.products-search-result li {
  padding: 5px;
  border-bottom: 1px solid #ddd
}
.products-search-result li a {
  display: block;
  text-decoration: none;
  font-size: 15px
}
.products-search-result li a img {
  margin-right: 5px;
  display: inline-block
}
.products-search-result li a span {
  display: inline-block
}
.quick-cart-bar {
  background-color: #323232;
  height: 44px;
  width: 100%;
  display: block;
  color: #DFDDD9;
  margin: 0 auto 0 auto;
  position: fixed;
  z-index: 100;
  padding: 0 10px 0 10px
}
@media (min-width:768px) and (max-width:991.98px) {
  .quick-cart-bar {
    width: 768px
  }
}
@media (min-width:576px) and (max-width:767.98px) {
  .quick-cart-bar {
    width: 540px
  }
}
@media (max-width:575.98px) {
  .quick-cart-bar {
    height: 40px
  }
}
@media (min-width:992px) {
  .quick-cart-bar {
    display: none
  }
}
.quick-cart-bar table tr td {
  height: 40px;
  vertical-align: middle
}
.quick-cart-bar table tr td .alink {
  display: inline-block;
  padding: 12px 15px 12px 15px
}
@media (max-width:767.98px) {
  .quick-cart-bar table tr td .alink {
    padding: 11px 10px 11px 10px
  }
}
.mobile-top-bar {
  padding: 10px 10px 5px 10px;
  background-color: #fff;
  height: 40px
}
.mobile-top-bar .block1 {
  float: left;
  display: inline-block
}
.mobile-top-bar .block2 {
  float: right;
  display: inline-block
}
@media (min-width:576px) and (max-width:767.98px) {
  .padding-sm-20 {
    padding: 0 20px 20px 20px
  }
}
@media (max-width:767.98px) {
  .quick-buy-img-xs {
    width: 80px;
    height: 80px
  }
}
.m-image-box {
  display: inline-block;
  height: 70px;
  border-top: 5px solid #bebebe;
  width: 100%;
  padding-top: 10px;
  margin-top: 10px
}
.m-image-box img {
  border: 2px solid #bebebe;
  padding: 1px
}
@media (max-width:1199.98px) {
  .certification-img {
    height: 40px;
    width: 200px
  }
}
.faded-layer {
  top: 0;
  position: absolute;
  height: 160px;
  background-image: url("/images/layout/faded-layer.png");
  width: 100%;
  z-index: 2;
  background-repeat: repeat-x
}
.related-products {
  padding: 0;
  margin-right: -1px;
  list-style-type: none
}
.related-products .lidivider {
  width: 100%;
  height: 2px
}
.related-products li {
  width: 33.33%;
  float: left;
  padding: 10px;
  border-right: 1px solid #ddd;
  height: 220px;
  text-align: center
}
.related-products li a img {
  height: 150px;
  width: 150px;
  margin-bottom: 10px
}
@media (max-width:767.98px) {
  .related-products li {
    width: 50%
  }
  .related-products li a img {
    height: 120px;
    width: 120px;
    margin-bottom: 10px
  }
}
.loading-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 19999;
  background: url("/images/layout/loader.gif") center no-repeat #fff;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80)
}
.product-filters {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0
}
.product-filters li {
  display: table-cell;
  width: 20%
}
.product-filters li a {
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #ddd;
  color: #999;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center
}
.product-filters li a:hover {
  background-color: #f7f7f7
}
.product-filters li .active {
  border: 1px solid #FFA300;
  color: #FFA300
}
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50)
}
.grayscale-to-color {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80)
}
.grayscale-to-color:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%)
}
.compare-btn {
  border-top: 3px solid #4a934d;
  border-right: 3px solid #4a934d;
  background-color: #e7e7e7;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  height: 83px;
  width: 350px;
  position: fixed;
  bottom: 0;
  left: -325px;
  padding-top: 15px;
  padding-left: 5px;
  z-index: 100;
  -webkit-box-shadow: 4px -3px 24px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px -3px 24px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 4px -3px 24px -2px rgba(0, 0, 0, 0.75)
}
.compare-btn .total-products {
  font-size: 20px
}
.compare-btn .close-btn {
  cursor: pointer;
  color: #d9534f;
  float: right;
  display: inline-block;
  margin-right: 5px;
  height: 20px;
  width: 15px;
  margin-top: -15px
}
.compare-btn .message {
  color: #4a934d;
  cursor: pointer
}
.compare-btn img {
  margin-top: -15px;
  cursor: pointer
}
.product-comparison td {
  position: relative
}
.product-comparison td .remove-btn {
  position: absolute;
  right: 5px;
  top: 0;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  z-index: 20
}
table.tablesorter {
  background-color: #CDCDCD;
  margin: 10px 0 15px;
  font-size: 10pt;
  width: 100%;
  text-align: left
}
table.tablesorter tfoot tr th, table.tablesorter thead tr th {
  background-color: #e6EEEE;
  border: 1px solid #FFF;
  font-size: 10pt;
  padding: 10px
}
table.tablesorter thead tr .header {
  background-image: url(/images/layout/ascdesc.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer
}
table.tablesorter tbody td {
  color: #3D3D3D;
  padding: 10px;
  background-color: #FFF;
  vertical-align: top
}
table.tablesorter tbody tr.odd td {
  background-color: #F0F0F6
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(/images/layout/asc.gif)
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(/images/layout/desc.gif)
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #ddd
}
.padding-new-customer {
  height: 130px;
  display: table-cell;
  vertical-align: middle
}
.featured-carousel-controls {
  font-size: 20px;
  position: absolute;
  top: 40%;
  cursor: pointer;
  height: 40px;
  width: 30px;
  display: inline-block;
  text-align: center;
  color: #999
}
.featured-carousel-controls:hover {
  color: #000
}
.featured-carousel-right {
  right: 5px
}
.featured-carousel-left {
  left: 5px
}
.payment-shipping-options {
  display: table;
  margin: 0 auto;
  width: 100%
}
@media (max-width:991.98px) {
  .payment-shipping-options {
    margin: 0;
    width: 100%
  }
}
.payment-shipping-options .payment-options {
  padding-top: 8px;
  margin-right: 50px;
  float: left;
  display: inline-block
}
.payment-shipping-options .payment-options span {
  margin: 0 15px
}
@media (max-width:991.98px) {
  .payment-shipping-options .payment-options {
    margin: 0;
    text-align: center;
    display: block;
    float: none
  }
  .payment-shipping-options .payment-options span {
    margin: 0 5px
  }
}
.payment-shipping-options .shipping-options {
  float: left;
  display: inline-block
}
.payment-shipping-options .shipping-options span {
  margin: 0 15px
}
@media (max-width:991.98px) {
  .payment-shipping-options .shipping-options {
    margin-top: 0;
    text-align: center;
    display: block;
    float: none
  }
}
.payment-shipping-options .bb {
  display: inline-block
}
.payment-shipping-options .bb span {
  margin: 10px
}
@media (max-width:767.98px) {
  .videoWrapper {
    margin-left: -20px;
    margin-right: -19px;
    margin-bottom: -15px
  }
}
@media (min-width:576px) and (max-width:767.98px) {
  .padding-extra-sm {
    padding: 0 50px
  }
}
.text-right-except-xs {
  text-align: right
}
@media (max-width:767.98px) {
  .text-right-except-xs {
    text-align: center
  }
}
.btn-gray {
  background-color: #f7f7f7 !important;
  color: #333;
  padding: 0 3px;
  font-size: 12px;
  border: 1px solid #999;
  border-radius: 4px
}
.bottom-logos {
  background-image: url("/images/layout/logos-bottom.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 41px
}
.logo-paypal {
  background-position: 0 0;
  width: 90px
}
.logo-mastercard {
  background-position: -92px 0;
  width: 50px
}
.logo-visa {
  background-position: -142px 0;
  width: 80px
}
.logo-discover {
  background-position: -222px 0;
  width: 135px
}
.logo-amex {
  background-position: -357px 0;
  width: 50px
}
.logo-fedex {
  background-position: -407px 5px;
  width: 95px
}
.logo-ups {
  background-position: -500px 5px;
  width: 40px
}
.logo-bb {
  background-position: -540px -3px;
  width: 80px
}
.logo-facebook {
  background-position: -630px 2px;
  width: 30px
}
.logo-twitter {
  background-position: -665px 2px;
  width: 30px
}
.logo-share {
  background-position: -700px 2px;
  width: 30px
}
.biz-rate {
  padding-right: 50px
}
@media (max-width:991.98px) {
  .biz-rate {
    padding-right: 20px
  }
}
.bottom-social-icons {
  padding: 5px;
  border: 1px solid #E7E7E7;
  background-color: #fff;
  width: 30px;
  text-align: center;
  display: inline-block;
  margin: 4px;
  font-size: 15px;
  color: #333
}
.products-range {
  list-style-type: none;
  padding: 0
}
.products-range li {
  margin-bottom: 20px
}
.products-range .categories {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  text-align: center;
  display: block
}
.products-range .categories span {
  padding: 10px;
  display: block
}
.products-range ul {
  list-style-type: none;
  padding: 0
}
.products-range ul li {
  width: 32.3%;
  float: left;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #f7f7f7;
  margin-right: 10px;
  border: 1px solid #d8d8d8
}
.products-range ul li:last-child {
  margin-right: 0
}
@media (max-width:991.98px) {
  .products-range ul li {
    width: 48%
  }
}
@media (max-width:767.98px) {
  .products-range ul li {
    width: 100%
  }
}
.products-range ul li a {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  display: block
}
.products-range ul li a:hover {
  text-decoration: none !important
}
.organic-products-link {
  display: block;
  padding: 10px 10px 8px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: none;
  text-decoration: none;
  border-left: 3px solid #d8d8d8;
  background-color: #4a934d
}
.organic-products-link:hover {
  text-decoration: none
}
.product-filter-btn a {
  border: 1px solid #bebebe;
  padding: 10px;
  width: 150px;
  float: left;
  margin: 5px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  color: #bebebe;
  text-decoration: none !important
}
.product-filter-btn .active {
  border: 1px solid #cc8200;
  color: #cc8200
}
.content-tags {
  padding: 0;
  margin: 0;
  list-style-type: none
}
.content-tags li {
  padding: 0;
  background-color: #f7f7ee;
  float: left;
  margin: 0 10px 15px 0
}
.content-tags li .on-off-tag {
  height: 8px;
  width: 8px;
  display: inline-block;
  padding: 0;
  margin-right: 5px;
  margin-left: 15px;
  cursor: pointer
}
.content-tags li .on-tag {
  background-color: #4a934d
}
.content-tags li .off-tag {
  background-color: #d9534f
}
.content-tags li a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 12px;
  display: inline-block
}
.tagged-products {
  padding: 0;
  margin: 0;
  list-style-type: none
}
.tagged-products .product-header {
  font-size: 14px;
  font-weight: bold;
  border-bottom: none;
  background-color: #e7e7e7;
  padding: 5px 10px
}
.tagged-products > li {
  margin-bottom: 20px;
  padding: 0
}
.tagged-products > li .product-image {
  float: left;
  border: 1px solid #bebebe;
  padding: 4px
}
.tagged-products > li .product-info {
  padding: 0 10px;
  display: inline-block;
  float: left
}
.tagged-products > li .product-category {
  font-size: 10px;
  padding: 10px 0
}
.tagged-products > li .product-tags {
  margin-top: 10px
}
.tagged-products > li .product-price {
  font-size: 11px;
  color: #333
}
.tagged-products > li .buy-options {
  margin-top: 10px;
  display: inline-block
}
.tagged-products > li .content-tags li a {
  padding: 2px 5px
}
.products-on-price-drop {
  padding: 0;
  margin: 0;
  list-style-type: none
}
.products-on-price-drop .product-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
  background-color: #e7e7e7;
  padding: 5px 10px;
  margin: 0
}
.products-on-price-drop > li {
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 1px solid #e5e5e5
}
.products-on-price-drop > li .product {
  padding: 10px
}
.products-on-price-drop > li .product .product-info {
  width: 50%;
  float: left
}
.products-on-price-drop > li .product .product-info .product-image {
  float: left;
  border: 1px solid #bebebe;
  padding: 4px;
  margin-right: 10px
}
.products-on-price-drop > li .product .product-info .product-name {
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0 10px 10px
}
.products-on-price-drop > li .product .product-info .product-price {
  font-size: 11px;
  color: #333
}
.products-on-price-drop > li .product .product-discount {
  float: left;
  width: 20%;
  margin-top: 10px;
  text-align: center;
  font-size: 17px
}
.products-on-price-drop > li .product .buy-options {
  margin-top: 10px;
  float: left;
  width: 30%;
  text-align: right
}
.products-on-price-drop > li:last-child {
  border-bottom: none
}
.home-page-options {
  list-style-type: none;
  background-color: #e5e5e5;
  text-align: center;
  padding: 0 40px;
  color: #4C4C4C;
  font-size: 18px
}
.home-page-options li {
  padding: 28px 0;
  border-bottom: 1px solid #989898
}
.home-page-options li:last-child {
  border-bottom: none
}
.logo-search-bar-new {
  padding: 30px
}
@media (max-width:1199.98px) {
  .logo-search-bar-new {
    padding: 30px 10px
  }
}
@media (max-width:991.98px) {
  .owl-controls {
    display: none
  }
}
.task-details {
  list-style-type: none;
  padding: 0
}
.task-details .hidden-note .note {
  background-color: #fff5f5
}
.task-details .deleted-note .note {
  background-color: #e8f3ff;
  text-decoration: line-through
}
.task-details .call-log .note {
  background-color: #FFFFEC
}
.task-details .call-log .note .call-log-icon {
  color: #bebebe;
  position: absolute;
  top: 2px;
  left: 5px
}
.task-details > li .task-by {
  width: 6%;
  float: left;
  margin: 20px 0
}
.task-details > li .task-by .avatar {
  border-radius: 50%;
  background-color: #bebebe;
  font-size: 20px;
  height: 35px;
  width: 35px;
  color: #ffffff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: bold
}
.task-details > li .note {
  float: left;
  width: 94%;
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #f7f7f7;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  position: relative
}
.task-details > li .note .info-by {
  font-size: 11px;
  text-align: right;
  color: #999999;
  width: 50%;
  float: right;
  height: 22px
}
.task-details > li .note .quick-icons {
  width: 20%;
  float: left;
  visibility: hidden
}
.task-details > li .note .task-files {
  padding: 0;
  list-style-type: none
}
.task-details > li .note .task-files .file-error {
  background-color: #f9e2e2;
  border: 1px solid #f4cecd
}
.task-details > li .note .task-files li {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #fafafa;
  width: 49%;
  margin-bottom: 10px;
  margin-right: 1%;
  float: left
}
.task-details > li .note .task-files li .file-thumb {
  height: 60px;
  width: 60px;
  float: left;
  background-color: #f7f7f7;
  border: 1px solid #e2e2e2
}
.task-details > li .note .task-files li .file-thumb table td {
  height: 58px;
  width: 58px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle
}
.task-details > li .note .task-files li .file-info {
  float: left;
  padding-left: 10px
}
.task-details > li .note .task-files li .remove-file {
  float: right;
  color: #bebebe;
  cursor: pointer
}
.task-details > li .note .task-files li .remove-file:hover {
  color: #d9534f
}
.task-details > li .note .progress {
  margin-top: 10px;
  width: 30%;
  float: left;
  height: 5px;
  border-radius: 0 !important;
  display: none
}
.data-info-box {
  display: none;
  border: 1px solid #bebebe;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  z-index: 1000;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}
.task-important-info {
  list-style-type: none;
  padding: 0
}
.task-important-info li {
  float: left;
  margin: 0 10px 15px 0
}
.task-important-info .clr-only {
  margin: 0;
  padding: 0;
  clear: both
}
.task-important-info .task-alerts {
  background-color: #f9e2e2;
  border: 1px solid #f4cecd
}
.task-important-info .task-alerts a {
  color: #d9534f;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  display: inline-block
}
.task-important-info .task-by-medium {
  background-color: #f7f7f7;
  border: 1px solid #ebebeb
}
.task-important-info .task-by-medium a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  display: inline-block
}
.table-calendar td {
  height: 100px;
  width: 100px;
  position: relative
}
.table-calendar td .day {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  float: left
}
.table-calendar td .tasks {
  float: right
}
.table-calendar td .tasks strong {
  margin: 5px
}
.table-calendar .inactive-day {
  background-color: #f7f7f7;
  color: #bebebe
}
.table-calendar .active-day {
  color: #666;
  font-weight: bold;
  font-size: 14px
}
.table-calendar .current-day {
  background-color: #e8f4e9;
  font-size: 14px;
  font-weight: bold;
  color: #4a934d
}
.table-calendar .holiday {
  background-color: #f7f7f7;
  font-size: 12px;
  font-weight: bold;
  color: #d9534f
}
.quick-messages {
  background-color: #ffffff;
  border: 1px solid #bebebe;
  position: fixed;
  bottom: 5px;
  right: 5px;
  max-height: 300px;
  width: 350px;
  overflow: auto
}
.quick-messages ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}
.quick-messages ul li {
  background-color: #ecf6fc;
  padding: 10px;
  border-bottom: 1px solid #bebebe
}
.quick-messages ul li div, .quick-messages ul li img {
  float: left
}
.quick-messages ul li div {
  display: inline-block
}
.quick-messages ul li:last-child {
  border-bottom: none
}
.quick-messages ul li .close-message {
  cursor: pointer;
  color: #d9534f;
  font-weight: bold;
  float: right;
  font-size: 16px
}
.label-red {
  background-color: #d9534f;
  color: #fff;
  padding: 2px;
  border-radius: 3px
}
.dropdown-menu-right {
  right: 0;
  left: auto
}
.dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}
.form-horizontal .control-label {
  font-weight: bold
}
@media (min-width:992px) {
  .form-horizontal .control-label {
    text-align: right !important
  }
}
.badge-gray {
  color: #ffffff;
  background-color: #aaaaaa
}
.badge-gray[href]:focus, .badge-gray[href]:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #919191
}
.btn-text {
  color: #212529;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fff));
  background: linear-gradient(to bottom, white 0%, #fff 100%);
  background: -moz-linear-gradient(top, white 0%, #fff 100%);
  background: -webkit-linear-gradient(top, white 0%, #fff 100%);
  background: -o-linear-gradient(top, white 0%, #fff 100%);
  background: -ms-linear-gradient(top, white 0%, #fff 100%);
  border-color: #e6e6e6
}
.btn-text:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6
}
.btn-text.focus, .btn-text:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1)
}
.btn-text.disabled, .btn-text:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}
.btn-text:not(:disabled):not(.disabled).active, .btn-text:not(:disabled):not(.disabled):active, .show > .btn-text.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf
}
.btn-text:not(:disabled):not(.disabled).active:focus, .btn-text:not(:disabled):not(.disabled):active:focus, .show > .btn-text.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}
.btn-xs {
  padding: 0.0625rem 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  font-weight: bold
}
label {
  font-weight: bold
}
.nav-link {
  font-weight: bold
}
.dropdown-item a {
  display: block
}
.datepicker-days table, .datepicker-days td, .datepicker-days th, .timepicker-picker table, .timepicker-picker td, .timepicker-picker th {
  border: none !important;
  border-bottom: none !important;
  border-top: none !important
}
.timepicker-picker td, .timepicker-picker th {
  padding: 0
}
.well {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}
.wrapper-demo {
  margin: 60px 0 0 0;
  *zoom: 1;
  font-weight: 400
}
.wrapper-demo:after {
  clear: both;
  content: "";
  display: table
}
.wrapper-dropdown-3 {
  position: relative;
  padding: 8px;
  z-index: 1060;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #000;
  margin-left: -3px;
  margin-right: -3px
}
.wrapper-dropdown-3:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #666 transparent
}
.wrapper-dropdown-3 .dropdown {
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  background: white;
  border-radius: inherit;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: 0 0 5px #F5F5F5;
  box-shadow: 0 0 5px #F5F5F5;
  font-weight: normal;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  padding: 0;
  margin: 0;
  display: none
}
.wrapper-dropdown-3 .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent
}
.wrapper-dropdown-3 .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent
}
.wrapper-dropdown-3 .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #e6e8ea;
  -webkit-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out
}
.wrapper-dropdown-3 .dropdown li a .product-price {
  float: right;
  color: #2489c5;
  font-weight: bold
}
.wrapper-dropdown-3 .dropdown li i {
  float: right;
  color: inherit
}
.wrapper-dropdown-3 .dropdown li:first-of-type a {
  border-radius: 7px 7px 0 0
}
.wrapper-dropdown-3 .dropdown li:last-of-type a {
  border: none;
  border-radius: 0 0 7px 7px
}
.wrapper-dropdown-3 .dropdown li:hover a {
  background: #e3efef
}
.wrapper-dropdown-3.active .dropdown {
  opacity: 1;
  pointer-events: auto;
  display: block
}
.no-opacity .wrapper-dropdown-3 .dropdown, .no-pointerevents .wrapper-dropdown-3 .dropdown {
  display: none;
  opacity: 1;
  pointer-events: auto
}
.no-opacity .wrapper-dropdown-3.active .dropdown, .no-pointerevents .wrapper-dropdown-3.active .dropdown {
  display: block
}
.wrapper-dropdown-3:focus .dropdown {
  opacity: 1;
  pointer-events: auto
}
.wrapper-dropdown-5 {
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 12px 15px;
  z-index: 1060;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}
.wrapper-dropdown-5:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #4cbeff transparent
}
.wrapper-dropdown-5 .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0;
  overflow: hidden
}
.wrapper-dropdown-5 .dropdown li {
  padding: 0 10px
}
.wrapper-dropdown-5 .dropdown li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea
}
.wrapper-dropdown-5 .dropdown li:last-of-type a {
  border: none
}
.wrapper-dropdown-5 .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle
}
.wrapper-dropdown-5 .dropdown li:hover a {
  color: #57a9d9
}
.wrapper-dropdown-5.active {
  border-radius: 5px 5px 0 0;
  background: #4cbeff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
  color: white
}
.wrapper-dropdown-5.active:after {
  border-color: #82d1ff transparent
}
.wrapper-dropdown-5.active .dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px
}
.wrapper-dropdown-5:focus {
  border-radius: 5px 5px 0 0;
  background: #4cbeff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
  color: white
}
.wrapper-dropdown-5:focus:after {
  border-color: #82d1ff transparent
}
.wrapper-dropdown-5:focus .dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px
}
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px
}
.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
  text-align: center;
  z-index: 1
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #fff;
  background: #4a934d
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  color: #fff;
  background: #2489c5
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #fff;
  background: #4a934d
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  color: #fff;
  background: #d9534f
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}
.bootstrap-switch input[type=checkbox], .bootstrap-switch input[type=radio] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}
.bootstrap-switch input[type=checkbox].form-control, .bootstrap-switch input[type=radio].form-control {
  height: auto
}
.bootstrap-switch.bootstrap-switch-micro .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-micro .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-micro .bootstrap-switch-label {
  padding: 1px 2px;
  font-size: 9px;
  line-height: 1.7
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33
}
.bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-indeterminate, .bootstrap-switch.bootstrap-switch-readonly {
  cursor: default !important
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #bebebe;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FFA300;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FFA300
}
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}
body.dragging, body.dragging * {
  cursor: move !important
}
.show-preview .preview {
  display: block !important
}
.show-preview .product-group {
  background-color: #fff !important;
  border: none !important
}
.show-preview .product {
  font-weight: bold;
  text-align: center;
  margin-top: 10px !important
}
#products-list-dragable {
  list-style-type: none;
  padding: 0;
  margin: 0
}
#products-list-dragable .preview {
  display: none
}
#products-list-dragable .product-image {
  text-align: center;
  clear: both;
  height: 280px;
  width: 250px;
  margin: 0 auto 0 auto
}
#products-list-dragable .product {
  width: 32.8%;
  margin: 2px;
  padding: 3px;
  padding-top: 8px;
  border: 1px solid #bebebe;
  float: left;
  min-height: 38px
}
#products-list-dragable .product .product-name {
  height: 30px;
  overflow: hidden;
  position: relative
}
#products-list-dragable .product .product-name .remove-product {
  cursor: pointer;
  z-index: 100;
  position: absolute;
  right: -193px;
  top: 0;
  margin-bottom: -30px;
  padding-top: 0;
  background-color: #bebebe
}
#products-list-dragable .product .product-name .remove-product a:hover {
  color: #000
}
#products-list-dragable .product-group {
  width: 100%;
  margin: 5px;
  padding: 5px;
  border: 1px solid #bebebe;
  float: left;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 11px 27px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 11px 27px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 11px 27px -18px rgba(0, 0, 0, 0.75)
}
#products-list-dragable .product-group ol {
  padding: 10px;
  list-style-type: none
}
#products-list-dragable .product-group ol li {
  background-color: #fff;
  font-size: 13px;
  color: #000;
  padding-top: 3px
}
#products-list-dragable .placeholder {
  width: 32.8%;
  margin: 2px;
  padding: 3px;
  border: 2px dashed #ff0000;
  float: left;
  overflow: hidden;
  height: 38px
}
#products-list-dragable .dragged {
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 2000;
  cursor: move;
  padding: 5px;
  background-color: #d9534f
}
#products-list-dragable .icon-move {
  color: #999;
  cursor: pointer
}
#products-list-dragable .icon-move:hover {
  color: #d9534f
}
.sortable-table .icon-move {
  color: #bebebe;
  cursor: pointer
}
.sortable-table .icon-move:hover {
  color: #ff0000
}
.sortable-table .dragged {
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 2000
}
.sortable-table .placeholder {
  display: block;
  background: red;
  position: relative;
  margin: 0;
  padding: 0;
  border: none
}
.sortable-table .placeholder:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: red;
  margin-top: -5px;
  left: -5px;
  border-right: none
}
.bg-nda-light {
  background-color: #ffe3b3 !important
}
.bg-default-light {
  background-color: white !important
}
.bg-nda2-light {
  background-color: white !important
}
.bg-primary-light {
  background-color: #efbe0b !important
}
.bg-secondary-light {
  background-color: #caced1 !important
}
.bg-success-light {
  background-color: #b6dab7 !important
}
.bg-info-light {
  background-color: #acd6f0 !important
}
.bg-warning-light {
  background-color: #fef9f3 !important
}
.bg-danger-light {
  background-color: #f9e2e2 !important
}
.bg-light-light {
  background-color: white !important
}
.bg-dark-light {
  background-color: #88939e !important
}