.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: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -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; } }

.text-right {
  text-align: right; }

@media only screen and (max-width: 600px) {
  .text-left-xs {
    text-align: left; } }

.underline {
  text-decoration: underline; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.lh-100 {
  line-height: 1; }

.lh-125 {
  line-height: 1.25; }

.lh-150 {
  line-height: 1.5; }

.fz-12 {
  font-size: 12px !important; }

.fz-14 {
  font-size: 14px !important; }

.fz-16 {
  font-size: 16px !important; }

.fz-18 {
  font-size: 18px !important; }

.fz-20 {
  font-size: 20px !important; }

.fz-24 {
  font-size: 24px !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.m-0 {
  margin: 0px !important; }

.p-0 {
  padding: 0px !important; }

.m-1 {
  margin: 10px !important; }

.p-1 {
  padding: 10px !important; }

.m-2 {
  margin: 20px !important; }

.p-2 {
  padding: 20px !important; }

.m-3 {
  margin: 30px !important; }

.p-3 {
  padding: 30px !important; }

.m-4 {
  margin: 40px !important; }

.p-4 {
  padding: 40px !important; }

.m-5 {
  margin: 50px !important; }

.p-5 {
  padding: 50px !important; }

.m-6 {
  margin: 60px !important; }

.p-6 {
  padding: 60px !important; }

.m-7 {
  margin: 70px !important; }

.p-7 {
  padding: 70px !important; }

.m-8 {
  margin: 80px !important; }

.p-8 {
  padding: 80px !important; }

.m-9 {
  margin: 90px !important; }

.p-9 {
  padding: 90px !important; }

.m-10 {
  margin: 100px !important; }

.p-10 {
  padding: 100px !important; }

.mt-0 {
  margin-top: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.mt-1 {
  margin-top: 10px !important; }

.pt-1 {
  padding-top: 10px !important; }

.mt-2 {
  margin-top: 20px !important; }

.pt-2 {
  padding-top: 20px !important; }

.mt-3 {
  margin-top: 30px !important; }

.pt-3 {
  padding-top: 30px !important; }

.mt-4 {
  margin-top: 40px !important; }

.pt-4 {
  padding-top: 40px !important; }

.mt-5 {
  margin-top: 50px !important; }

.pt-5 {
  padding-top: 50px !important; }

.mt-6 {
  margin-top: 60px !important; }

.pt-6 {
  padding-top: 60px !important; }

.mt-7 {
  margin-top: 70px !important; }

.pt-7 {
  padding-top: 70px !important; }

.mt-8 {
  margin-top: 80px !important; }

.pt-8 {
  padding-top: 80px !important; }

.mt-9 {
  margin-top: 90px !important; }

.pt-9 {
  padding-top: 90px !important; }

.mt-10 {
  margin-top: 100px !important; }

.pt-10 {
  padding-top: 100px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.pb-3 {
  padding-bottom: 30px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.pb-4 {
  padding-bottom: 40px !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.pb-5 {
  padding-bottom: 50px !important; }

.mb-6 {
  margin-bottom: 60px !important; }

.pb-6 {
  padding-bottom: 60px !important; }

.mb-7 {
  margin-bottom: 70px !important; }

.pb-7 {
  padding-bottom: 70px !important; }

.mb-8 {
  margin-bottom: 80px !important; }

.pb-8 {
  padding-bottom: 80px !important; }

.mb-9 {
  margin-bottom: 90px !important; }

.pb-9 {
  padding-bottom: 90px !important; }

.mb-10 {
  margin-bottom: 100px !important; }

.pb-10 {
  padding-bottom: 100px !important; }

.ml-0 {
  margin-left: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.ml-1 {
  margin-left: 10px !important; }

.pl-1 {
  padding-left: 10px !important; }

.ml-2 {
  margin-left: 20px !important; }

.pl-2 {
  padding-left: 20px !important; }

.ml-3 {
  margin-left: 30px !important; }

.pl-3 {
  padding-left: 30px !important; }

.ml-4 {
  margin-left: 40px !important; }

.pl-4 {
  padding-left: 40px !important; }

.ml-5 {
  margin-left: 50px !important; }

.pl-5 {
  padding-left: 50px !important; }

.ml-6 {
  margin-left: 60px !important; }

.pl-6 {
  padding-left: 60px !important; }

.ml-7 {
  margin-left: 70px !important; }

.pl-7 {
  padding-left: 70px !important; }

.ml-8 {
  margin-left: 80px !important; }

.pl-8 {
  padding-left: 80px !important; }

.ml-9 {
  margin-left: 90px !important; }

.pl-9 {
  padding-left: 90px !important; }

.ml-10 {
  margin-left: 100px !important; }

.pl-10 {
  padding-left: 100px !important; }

.mr-0 {
  margin-right: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.mr-1 {
  margin-right: 10px !important; }

.pr-1 {
  padding-right: 10px !important; }

.mr-2 {
  margin-right: 20px !important; }

.pr-2 {
  padding-right: 20px !important; }

.mr-3 {
  margin-right: 30px !important; }

.pr-3 {
  padding-right: 30px !important; }

.mr-4 {
  margin-right: 40px !important; }

.pr-4 {
  padding-right: 40px !important; }

.mr-5 {
  margin-right: 50px !important; }

.pr-5 {
  padding-right: 50px !important; }

.mr-6 {
  margin-right: 60px !important; }

.pr-6 {
  padding-right: 60px !important; }

.mr-7 {
  margin-right: 70px !important; }

.pr-7 {
  padding-right: 70px !important; }

.mr-8 {
  margin-right: 80px !important; }

.pr-8 {
  padding-right: 80px !important; }

.mr-9 {
  margin-right: 90px !important; }

.pr-9 {
  padding-right: 90px !important; }

.mr-10 {
  margin-right: 100px !important; }

.pr-10 {
  padding-right: 100px !important; }

@media (min-width: 576px) {
  .m-xs-0 {
    margin: 0px !important; }
  .p-xs-0 {
    padding: 0px !important; } }

@media (min-width: 576px) {
  .m-xs-1 {
    margin: 10px !important; }
  .p-xs-1 {
    padding: 10px !important; } }

@media (min-width: 576px) {
  .m-xs-2 {
    margin: 20px !important; }
  .p-xs-2 {
    padding: 20px !important; } }

@media (min-width: 576px) {
  .m-xs-3 {
    margin: 30px !important; }
  .p-xs-3 {
    padding: 30px !important; } }

@media (min-width: 576px) {
  .m-xs-4 {
    margin: 40px !important; }
  .p-xs-4 {
    padding: 40px !important; } }

@media (min-width: 576px) {
  .m-xs-5 {
    margin: 50px !important; }
  .p-xs-5 {
    padding: 50px !important; } }

@media (min-width: 576px) {
  .m-xs-6 {
    margin: 60px !important; }
  .p-xs-6 {
    padding: 60px !important; } }

@media (min-width: 576px) {
  .m-xs-7 {
    margin: 70px !important; }
  .p-xs-7 {
    padding: 70px !important; } }

@media (min-width: 576px) {
  .m-xs-8 {
    margin: 80px !important; }
  .p-xs-8 {
    padding: 80px !important; } }

@media (min-width: 576px) {
  .m-xs-9 {
    margin: 90px !important; }
  .p-xs-9 {
    padding: 90px !important; } }

@media (min-width: 576px) {
  .m-xs-10 {
    margin: 100px !important; }
  .p-xs-10 {
    padding: 100px !important; } }

@media (min-width: 576px) {
  .mt-xs-0 {
    margin-top: 0px !important; }
  .pt-xs-0 {
    padding-top: 0px !important; } }

@media (min-width: 576px) {
  .mt-xs-1 {
    margin-top: 10px !important; }
  .pt-xs-1 {
    padding-top: 10px !important; } }

@media (min-width: 576px) {
  .mt-xs-2 {
    margin-top: 20px !important; }
  .pt-xs-2 {
    padding-top: 20px !important; } }

@media (min-width: 576px) {
  .mt-xs-3 {
    margin-top: 30px !important; }
  .pt-xs-3 {
    padding-top: 30px !important; } }

@media (min-width: 576px) {
  .mt-xs-4 {
    margin-top: 40px !important; }
  .pt-xs-4 {
    padding-top: 40px !important; } }

@media (min-width: 576px) {
  .mt-xs-5 {
    margin-top: 50px !important; }
  .pt-xs-5 {
    padding-top: 50px !important; } }

@media (min-width: 576px) {
  .mt-xs-6 {
    margin-top: 60px !important; }
  .pt-xs-6 {
    padding-top: 60px !important; } }

@media (min-width: 576px) {
  .mt-xs-7 {
    margin-top: 70px !important; }
  .pt-xs-7 {
    padding-top: 70px !important; } }

@media (min-width: 576px) {
  .mt-xs-8 {
    margin-top: 80px !important; }
  .pt-xs-8 {
    padding-top: 80px !important; } }

@media (min-width: 576px) {
  .mt-xs-9 {
    margin-top: 90px !important; }
  .pt-xs-9 {
    padding-top: 90px !important; } }

@media (min-width: 576px) {
  .mt-xs-10 {
    margin-top: 100px !important; }
  .pt-xs-10 {
    padding-top: 100px !important; } }

@media (min-width: 576px) {
  .mb-xs-0 {
    margin-bottom: 0px !important; }
  .pb-xs-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 576px) {
  .mb-xs-1 {
    margin-bottom: 10px !important; }
  .pb-xs-1 {
    padding-bottom: 10px !important; } }

@media (min-width: 576px) {
  .mb-xs-2 {
    margin-bottom: 20px !important; }
  .pb-xs-2 {
    padding-bottom: 20px !important; } }

@media (min-width: 576px) {
  .mb-xs-3 {
    margin-bottom: 30px !important; }
  .pb-xs-3 {
    padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .mb-xs-4 {
    margin-bottom: 40px !important; }
  .pb-xs-4 {
    padding-bottom: 40px !important; } }

@media (min-width: 576px) {
  .mb-xs-5 {
    margin-bottom: 50px !important; }
  .pb-xs-5 {
    padding-bottom: 50px !important; } }

@media (min-width: 576px) {
  .mb-xs-6 {
    margin-bottom: 60px !important; }
  .pb-xs-6 {
    padding-bottom: 60px !important; } }

@media (min-width: 576px) {
  .mb-xs-7 {
    margin-bottom: 70px !important; }
  .pb-xs-7 {
    padding-bottom: 70px !important; } }

@media (min-width: 576px) {
  .mb-xs-8 {
    margin-bottom: 80px !important; }
  .pb-xs-8 {
    padding-bottom: 80px !important; } }

@media (min-width: 576px) {
  .mb-xs-9 {
    margin-bottom: 90px !important; }
  .pb-xs-9 {
    padding-bottom: 90px !important; } }

@media (min-width: 576px) {
  .mb-xs-10 {
    margin-bottom: 100px !important; }
  .pb-xs-10 {
    padding-bottom: 100px !important; } }

@media (min-width: 576px) {
  .ml-xs-0 {
    margin-left: 0px !important; }
  .pl-xs-0 {
    padding-left: 0px !important; } }

@media (min-width: 576px) {
  .ml-xs-1 {
    margin-left: 10px !important; }
  .pl-xs-1 {
    padding-left: 10px !important; } }

@media (min-width: 576px) {
  .ml-xs-2 {
    margin-left: 20px !important; }
  .pl-xs-2 {
    padding-left: 20px !important; } }

@media (min-width: 576px) {
  .ml-xs-3 {
    margin-left: 30px !important; }
  .pl-xs-3 {
    padding-left: 30px !important; } }

@media (min-width: 576px) {
  .ml-xs-4 {
    margin-left: 40px !important; }
  .pl-xs-4 {
    padding-left: 40px !important; } }

@media (min-width: 576px) {
  .ml-xs-5 {
    margin-left: 50px !important; }
  .pl-xs-5 {
    padding-left: 50px !important; } }

@media (min-width: 576px) {
  .ml-xs-6 {
    margin-left: 60px !important; }
  .pl-xs-6 {
    padding-left: 60px !important; } }

@media (min-width: 576px) {
  .ml-xs-7 {
    margin-left: 70px !important; }
  .pl-xs-7 {
    padding-left: 70px !important; } }

@media (min-width: 576px) {
  .ml-xs-8 {
    margin-left: 80px !important; }
  .pl-xs-8 {
    padding-left: 80px !important; } }

@media (min-width: 576px) {
  .ml-xs-9 {
    margin-left: 90px !important; }
  .pl-xs-9 {
    padding-left: 90px !important; } }

@media (min-width: 576px) {
  .ml-xs-10 {
    margin-left: 100px !important; }
  .pl-xs-10 {
    padding-left: 100px !important; } }

@media (min-width: 576px) {
  .mr-xs-0 {
    margin-right: 0px !important; }
  .pr-xs-0 {
    padding-right: 0px !important; } }

@media (min-width: 576px) {
  .mr-xs-1 {
    margin-right: 10px !important; }
  .pr-xs-1 {
    padding-right: 10px !important; } }

@media (min-width: 576px) {
  .mr-xs-2 {
    margin-right: 20px !important; }
  .pr-xs-2 {
    padding-right: 20px !important; } }

@media (min-width: 576px) {
  .mr-xs-3 {
    margin-right: 30px !important; }
  .pr-xs-3 {
    padding-right: 30px !important; } }

@media (min-width: 576px) {
  .mr-xs-4 {
    margin-right: 40px !important; }
  .pr-xs-4 {
    padding-right: 40px !important; } }

@media (min-width: 576px) {
  .mr-xs-5 {
    margin-right: 50px !important; }
  .pr-xs-5 {
    padding-right: 50px !important; } }

@media (min-width: 576px) {
  .mr-xs-6 {
    margin-right: 60px !important; }
  .pr-xs-6 {
    padding-right: 60px !important; } }

@media (min-width: 576px) {
  .mr-xs-7 {
    margin-right: 70px !important; }
  .pr-xs-7 {
    padding-right: 70px !important; } }

@media (min-width: 576px) {
  .mr-xs-8 {
    margin-right: 80px !important; }
  .pr-xs-8 {
    padding-right: 80px !important; } }

@media (min-width: 576px) {
  .mr-xs-9 {
    margin-right: 90px !important; }
  .pr-xs-9 {
    padding-right: 90px !important; } }

@media (min-width: 576px) {
  .mr-xs-10 {
    margin-right: 100px !important; }
  .pr-xs-10 {
    padding-right: 100px !important; } }

@media (min-width: 768pxm) {
  .m-sm-0 {
    margin: 0px !important; }
  .p-sm-0 {
    padding: 0px !important; } }

@media (min-width: 768pxm) {
  .m-sm-1 {
    margin: 10px !important; }
  .p-sm-1 {
    padding: 10px !important; } }

@media (min-width: 768pxm) {
  .m-sm-2 {
    margin: 20px !important; }
  .p-sm-2 {
    padding: 20px !important; } }

@media (min-width: 768pxm) {
  .m-sm-3 {
    margin: 30px !important; }
  .p-sm-3 {
    padding: 30px !important; } }

@media (min-width: 768pxm) {
  .m-sm-4 {
    margin: 40px !important; }
  .p-sm-4 {
    padding: 40px !important; } }

@media (min-width: 768pxm) {
  .m-sm-5 {
    margin: 50px !important; }
  .p-sm-5 {
    padding: 50px !important; } }

@media (min-width: 768pxm) {
  .m-sm-6 {
    margin: 60px !important; }
  .p-sm-6 {
    padding: 60px !important; } }

@media (min-width: 768pxm) {
  .m-sm-7 {
    margin: 70px !important; }
  .p-sm-7 {
    padding: 70px !important; } }

@media (min-width: 768pxm) {
  .m-sm-8 {
    margin: 80px !important; }
  .p-sm-8 {
    padding: 80px !important; } }

@media (min-width: 768pxm) {
  .m-sm-9 {
    margin: 90px !important; }
  .p-sm-9 {
    padding: 90px !important; } }

@media (min-width: 768pxm) {
  .m-sm-10 {
    margin: 100px !important; }
  .p-sm-10 {
    padding: 100px !important; } }

@media (min-width: 768pxm) {
  .mt-sm-0 {
    margin-top: 0px !important; }
  .pt-sm-0 {
    padding-top: 0px !important; } }

@media (min-width: 768pxm) {
  .mt-sm-1 {
    margin-top: 10px !important; }
  .pt-sm-1 {
    padding-top: 10px !important; } }

@media (min-width: 768pxm) {
  .mt-sm-2 {
    margin-top: 20px !important; }
  .pt-sm-2 {
    padding-top: 20px !important; } }

@media (min-width: 768pxm) {
  .mt-sm-3 {
    margin-top: 30px !important; }
  .pt-sm-3 {
    padding-top: 30px !important; } }

@media (min-width: 768pxm) {
  .mt-sm-4 {
    margin-top: 40px !important; }
  .pt-sm-4 {
    padding-top: 40px !important; } }

@media (min-width: 768pxm) {
  .mt-sm-5 {
    margin-top: 50px !important; }
  .pt-sm-5 {
    padding-top: 50px !important; } }

@media (min-width: 768pxm) {
  .mt-sm-6 {
    margin-top: 60px !important; }
  .pt-sm-6 {
    padding-top: 60px !important; } }

@media (min-width: 768pxm) {
  .mt-sm-7 {
    margin-top: 70px !important; }
  .pt-sm-7 {
    padding-top: 70px !important; } }

@media (min-width: 768pxm) {
  .mt-sm-8 {
    margin-top: 80px !important; }
  .pt-sm-8 {
    padding-top: 80px !important; } }

@media (min-width: 768pxm) {
  .mt-sm-9 {
    margin-top: 90px !important; }
  .pt-sm-9 {
    padding-top: 90px !important; } }

@media (min-width: 768pxm) {
  .mt-sm-10 {
    margin-top: 100px !important; }
  .pt-sm-10 {
    padding-top: 100px !important; } }

@media (min-width: 768pxm) {
  .mb-sm-0 {
    margin-bottom: 0px !important; }
  .pb-sm-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 768pxm) {
  .mb-sm-1 {
    margin-bottom: 10px !important; }
  .pb-sm-1 {
    padding-bottom: 10px !important; } }

@media (min-width: 768pxm) {
  .mb-sm-2 {
    margin-bottom: 20px !important; }
  .pb-sm-2 {
    padding-bottom: 20px !important; } }

@media (min-width: 768pxm) {
  .mb-sm-3 {
    margin-bottom: 30px !important; }
  .pb-sm-3 {
    padding-bottom: 30px !important; } }

@media (min-width: 768pxm) {
  .mb-sm-4 {
    margin-bottom: 40px !important; }
  .pb-sm-4 {
    padding-bottom: 40px !important; } }

@media (min-width: 768pxm) {
  .mb-sm-5 {
    margin-bottom: 50px !important; }
  .pb-sm-5 {
    padding-bottom: 50px !important; } }

@media (min-width: 768pxm) {
  .mb-sm-6 {
    margin-bottom: 60px !important; }
  .pb-sm-6 {
    padding-bottom: 60px !important; } }

@media (min-width: 768pxm) {
  .mb-sm-7 {
    margin-bottom: 70px !important; }
  .pb-sm-7 {
    padding-bottom: 70px !important; } }

@media (min-width: 768pxm) {
  .mb-sm-8 {
    margin-bottom: 80px !important; }
  .pb-sm-8 {
    padding-bottom: 80px !important; } }

@media (min-width: 768pxm) {
  .mb-sm-9 {
    margin-bottom: 90px !important; }
  .pb-sm-9 {
    padding-bottom: 90px !important; } }

@media (min-width: 768pxm) {
  .mb-sm-10 {
    margin-bottom: 100px !important; }
  .pb-sm-10 {
    padding-bottom: 100px !important; } }

@media (min-width: 768pxm) {
  .ml-sm-0 {
    margin-left: 0px !important; }
  .pl-sm-0 {
    padding-left: 0px !important; } }

@media (min-width: 768pxm) {
  .ml-sm-1 {
    margin-left: 10px !important; }
  .pl-sm-1 {
    padding-left: 10px !important; } }

@media (min-width: 768pxm) {
  .ml-sm-2 {
    margin-left: 20px !important; }
  .pl-sm-2 {
    padding-left: 20px !important; } }

@media (min-width: 768pxm) {
  .ml-sm-3 {
    margin-left: 30px !important; }
  .pl-sm-3 {
    padding-left: 30px !important; } }

@media (min-width: 768pxm) {
  .ml-sm-4 {
    margin-left: 40px !important; }
  .pl-sm-4 {
    padding-left: 40px !important; } }

@media (min-width: 768pxm) {
  .ml-sm-5 {
    margin-left: 50px !important; }
  .pl-sm-5 {
    padding-left: 50px !important; } }

@media (min-width: 768pxm) {
  .ml-sm-6 {
    margin-left: 60px !important; }
  .pl-sm-6 {
    padding-left: 60px !important; } }

@media (min-width: 768pxm) {
  .ml-sm-7 {
    margin-left: 70px !important; }
  .pl-sm-7 {
    padding-left: 70px !important; } }

@media (min-width: 768pxm) {
  .ml-sm-8 {
    margin-left: 80px !important; }
  .pl-sm-8 {
    padding-left: 80px !important; } }

@media (min-width: 768pxm) {
  .ml-sm-9 {
    margin-left: 90px !important; }
  .pl-sm-9 {
    padding-left: 90px !important; } }

@media (min-width: 768pxm) {
  .ml-sm-10 {
    margin-left: 100px !important; }
  .pl-sm-10 {
    padding-left: 100px !important; } }

@media (min-width: 768pxm) {
  .mr-sm-0 {
    margin-right: 0px !important; }
  .pr-sm-0 {
    padding-right: 0px !important; } }

@media (min-width: 768pxm) {
  .mr-sm-1 {
    margin-right: 10px !important; }
  .pr-sm-1 {
    padding-right: 10px !important; } }

@media (min-width: 768pxm) {
  .mr-sm-2 {
    margin-right: 20px !important; }
  .pr-sm-2 {
    padding-right: 20px !important; } }

@media (min-width: 768pxm) {
  .mr-sm-3 {
    margin-right: 30px !important; }
  .pr-sm-3 {
    padding-right: 30px !important; } }

@media (min-width: 768pxm) {
  .mr-sm-4 {
    margin-right: 40px !important; }
  .pr-sm-4 {
    padding-right: 40px !important; } }

@media (min-width: 768pxm) {
  .mr-sm-5 {
    margin-right: 50px !important; }
  .pr-sm-5 {
    padding-right: 50px !important; } }

@media (min-width: 768pxm) {
  .mr-sm-6 {
    margin-right: 60px !important; }
  .pr-sm-6 {
    padding-right: 60px !important; } }

@media (min-width: 768pxm) {
  .mr-sm-7 {
    margin-right: 70px !important; }
  .pr-sm-7 {
    padding-right: 70px !important; } }

@media (min-width: 768pxm) {
  .mr-sm-8 {
    margin-right: 80px !important; }
  .pr-sm-8 {
    padding-right: 80px !important; } }

@media (min-width: 768pxm) {
  .mr-sm-9 {
    margin-right: 90px !important; }
  .pr-sm-9 {
    padding-right: 90px !important; } }

@media (min-width: 768pxm) {
  .mr-sm-10 {
    margin-right: 100px !important; }
  .pr-sm-10 {
    padding-right: 100px !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0px !important; }
  .p-md-0 {
    padding: 0px !important; } }

@media (min-width: 992px) {
  .m-md-1 {
    margin: 10px !important; }
  .p-md-1 {
    padding: 10px !important; } }

@media (min-width: 992px) {
  .m-md-2 {
    margin: 20px !important; }
  .p-md-2 {
    padding: 20px !important; } }

@media (min-width: 992px) {
  .m-md-3 {
    margin: 30px !important; }
  .p-md-3 {
    padding: 30px !important; } }

@media (min-width: 992px) {
  .m-md-4 {
    margin: 40px !important; }
  .p-md-4 {
    padding: 40px !important; } }

@media (min-width: 992px) {
  .m-md-5 {
    margin: 50px !important; }
  .p-md-5 {
    padding: 50px !important; } }

@media (min-width: 992px) {
  .m-md-6 {
    margin: 60px !important; }
  .p-md-6 {
    padding: 60px !important; } }

@media (min-width: 992px) {
  .m-md-7 {
    margin: 70px !important; }
  .p-md-7 {
    padding: 70px !important; } }

@media (min-width: 992px) {
  .m-md-8 {
    margin: 80px !important; }
  .p-md-8 {
    padding: 80px !important; } }

@media (min-width: 992px) {
  .m-md-9 {
    margin: 90px !important; }
  .p-md-9 {
    padding: 90px !important; } }

@media (min-width: 992px) {
  .m-md-10 {
    margin: 100px !important; }
  .p-md-10 {
    padding: 100px !important; } }

@media (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0px !important; }
  .pt-md-0 {
    padding-top: 0px !important; } }

@media (min-width: 992px) {
  .mt-md-1 {
    margin-top: 10px !important; }
  .pt-md-1 {
    padding-top: 10px !important; } }

@media (min-width: 992px) {
  .mt-md-2 {
    margin-top: 20px !important; }
  .pt-md-2 {
    padding-top: 20px !important; } }

@media (min-width: 992px) {
  .mt-md-3 {
    margin-top: 30px !important; }
  .pt-md-3 {
    padding-top: 30px !important; } }

@media (min-width: 992px) {
  .mt-md-4 {
    margin-top: 40px !important; }
  .pt-md-4 {
    padding-top: 40px !important; } }

@media (min-width: 992px) {
  .mt-md-5 {
    margin-top: 50px !important; }
  .pt-md-5 {
    padding-top: 50px !important; } }

@media (min-width: 992px) {
  .mt-md-6 {
    margin-top: 60px !important; }
  .pt-md-6 {
    padding-top: 60px !important; } }

@media (min-width: 992px) {
  .mt-md-7 {
    margin-top: 70px !important; }
  .pt-md-7 {
    padding-top: 70px !important; } }

@media (min-width: 992px) {
  .mt-md-8 {
    margin-top: 80px !important; }
  .pt-md-8 {
    padding-top: 80px !important; } }

@media (min-width: 992px) {
  .mt-md-9 {
    margin-top: 90px !important; }
  .pt-md-9 {
    padding-top: 90px !important; } }

@media (min-width: 992px) {
  .mt-md-10 {
    margin-top: 100px !important; }
  .pt-md-10 {
    padding-top: 100px !important; } }

@media (min-width: 992px) {
  .mb-md-0 {
    margin-bottom: 0px !important; }
  .pb-md-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 992px) {
  .mb-md-1 {
    margin-bottom: 10px !important; }
  .pb-md-1 {
    padding-bottom: 10px !important; } }

@media (min-width: 992px) {
  .mb-md-2 {
    margin-bottom: 20px !important; }
  .pb-md-2 {
    padding-bottom: 20px !important; } }

@media (min-width: 992px) {
  .mb-md-3 {
    margin-bottom: 30px !important; }
  .pb-md-3 {
    padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .mb-md-4 {
    margin-bottom: 40px !important; }
  .pb-md-4 {
    padding-bottom: 40px !important; } }

@media (min-width: 992px) {
  .mb-md-5 {
    margin-bottom: 50px !important; }
  .pb-md-5 {
    padding-bottom: 50px !important; } }

@media (min-width: 992px) {
  .mb-md-6 {
    margin-bottom: 60px !important; }
  .pb-md-6 {
    padding-bottom: 60px !important; } }

@media (min-width: 992px) {
  .mb-md-7 {
    margin-bottom: 70px !important; }
  .pb-md-7 {
    padding-bottom: 70px !important; } }

@media (min-width: 992px) {
  .mb-md-8 {
    margin-bottom: 80px !important; }
  .pb-md-8 {
    padding-bottom: 80px !important; } }

@media (min-width: 992px) {
  .mb-md-9 {
    margin-bottom: 90px !important; }
  .pb-md-9 {
    padding-bottom: 90px !important; } }

@media (min-width: 992px) {
  .mb-md-10 {
    margin-bottom: 100px !important; }
  .pb-md-10 {
    padding-bottom: 100px !important; } }

@media (min-width: 992px) {
  .ml-md-0 {
    margin-left: 0px !important; }
  .pl-md-0 {
    padding-left: 0px !important; } }

@media (min-width: 992px) {
  .ml-md-1 {
    margin-left: 10px !important; }
  .pl-md-1 {
    padding-left: 10px !important; } }

@media (min-width: 992px) {
  .ml-md-2 {
    margin-left: 20px !important; }
  .pl-md-2 {
    padding-left: 20px !important; } }

@media (min-width: 992px) {
  .ml-md-3 {
    margin-left: 30px !important; }
  .pl-md-3 {
    padding-left: 30px !important; } }

@media (min-width: 992px) {
  .ml-md-4 {
    margin-left: 40px !important; }
  .pl-md-4 {
    padding-left: 40px !important; } }

@media (min-width: 992px) {
  .ml-md-5 {
    margin-left: 50px !important; }
  .pl-md-5 {
    padding-left: 50px !important; } }

@media (min-width: 992px) {
  .ml-md-6 {
    margin-left: 60px !important; }
  .pl-md-6 {
    padding-left: 60px !important; } }

@media (min-width: 992px) {
  .ml-md-7 {
    margin-left: 70px !important; }
  .pl-md-7 {
    padding-left: 70px !important; } }

@media (min-width: 992px) {
  .ml-md-8 {
    margin-left: 80px !important; }
  .pl-md-8 {
    padding-left: 80px !important; } }

@media (min-width: 992px) {
  .ml-md-9 {
    margin-left: 90px !important; }
  .pl-md-9 {
    padding-left: 90px !important; } }

@media (min-width: 992px) {
  .ml-md-10 {
    margin-left: 100px !important; }
  .pl-md-10 {
    padding-left: 100px !important; } }

@media (min-width: 992px) {
  .mr-md-0 {
    margin-right: 0px !important; }
  .pr-md-0 {
    padding-right: 0px !important; } }

@media (min-width: 992px) {
  .mr-md-1 {
    margin-right: 10px !important; }
  .pr-md-1 {
    padding-right: 10px !important; } }

@media (min-width: 992px) {
  .mr-md-2 {
    margin-right: 20px !important; }
  .pr-md-2 {
    padding-right: 20px !important; } }

@media (min-width: 992px) {
  .mr-md-3 {
    margin-right: 30px !important; }
  .pr-md-3 {
    padding-right: 30px !important; } }

@media (min-width: 992px) {
  .mr-md-4 {
    margin-right: 40px !important; }
  .pr-md-4 {
    padding-right: 40px !important; } }

@media (min-width: 992px) {
  .mr-md-5 {
    margin-right: 50px !important; }
  .pr-md-5 {
    padding-right: 50px !important; } }

@media (min-width: 992px) {
  .mr-md-6 {
    margin-right: 60px !important; }
  .pr-md-6 {
    padding-right: 60px !important; } }

@media (min-width: 992px) {
  .mr-md-7 {
    margin-right: 70px !important; }
  .pr-md-7 {
    padding-right: 70px !important; } }

@media (min-width: 992px) {
  .mr-md-8 {
    margin-right: 80px !important; }
  .pr-md-8 {
    padding-right: 80px !important; } }

@media (min-width: 992px) {
  .mr-md-9 {
    margin-right: 90px !important; }
  .pr-md-9 {
    padding-right: 90px !important; } }

@media (min-width: 992px) {
  .mr-md-10 {
    margin-right: 100px !important; }
  .pr-md-10 {
    padding-right: 100px !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0px !important; }
  .p-lg-0 {
    padding: 0px !important; } }

@media (min-width: 1200px) {
  .m-lg-1 {
    margin: 10px !important; }
  .p-lg-1 {
    padding: 10px !important; } }

@media (min-width: 1200px) {
  .m-lg-2 {
    margin: 20px !important; }
  .p-lg-2 {
    padding: 20px !important; } }

@media (min-width: 1200px) {
  .m-lg-3 {
    margin: 30px !important; }
  .p-lg-3 {
    padding: 30px !important; } }

@media (min-width: 1200px) {
  .m-lg-4 {
    margin: 40px !important; }
  .p-lg-4 {
    padding: 40px !important; } }

@media (min-width: 1200px) {
  .m-lg-5 {
    margin: 50px !important; }
  .p-lg-5 {
    padding: 50px !important; } }

@media (min-width: 1200px) {
  .m-lg-6 {
    margin: 60px !important; }
  .p-lg-6 {
    padding: 60px !important; } }

@media (min-width: 1200px) {
  .m-lg-7 {
    margin: 70px !important; }
  .p-lg-7 {
    padding: 70px !important; } }

@media (min-width: 1200px) {
  .m-lg-8 {
    margin: 80px !important; }
  .p-lg-8 {
    padding: 80px !important; } }

@media (min-width: 1200px) {
  .m-lg-9 {
    margin: 90px !important; }
  .p-lg-9 {
    padding: 90px !important; } }

@media (min-width: 1200px) {
  .m-lg-10 {
    margin: 100px !important; }
  .p-lg-10 {
    padding: 100px !important; } }

@media (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0px !important; }
  .pt-lg-0 {
    padding-top: 0px !important; } }

@media (min-width: 1200px) {
  .mt-lg-1 {
    margin-top: 10px !important; }
  .pt-lg-1 {
    padding-top: 10px !important; } }

@media (min-width: 1200px) {
  .mt-lg-2 {
    margin-top: 20px !important; }
  .pt-lg-2 {
    padding-top: 20px !important; } }

@media (min-width: 1200px) {
  .mt-lg-3 {
    margin-top: 30px !important; }
  .pt-lg-3 {
    padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .mt-lg-4 {
    margin-top: 40px !important; }
  .pt-lg-4 {
    padding-top: 40px !important; } }

@media (min-width: 1200px) {
  .mt-lg-5 {
    margin-top: 50px !important; }
  .pt-lg-5 {
    padding-top: 50px !important; } }

@media (min-width: 1200px) {
  .mt-lg-6 {
    margin-top: 60px !important; }
  .pt-lg-6 {
    padding-top: 60px !important; } }

@media (min-width: 1200px) {
  .mt-lg-7 {
    margin-top: 70px !important; }
  .pt-lg-7 {
    padding-top: 70px !important; } }

@media (min-width: 1200px) {
  .mt-lg-8 {
    margin-top: 80px !important; }
  .pt-lg-8 {
    padding-top: 80px !important; } }

@media (min-width: 1200px) {
  .mt-lg-9 {
    margin-top: 90px !important; }
  .pt-lg-9 {
    padding-top: 90px !important; } }

@media (min-width: 1200px) {
  .mt-lg-10 {
    margin-top: 100px !important; }
  .pt-lg-10 {
    padding-top: 100px !important; } }

@media (min-width: 1200px) {
  .mb-lg-0 {
    margin-bottom: 0px !important; }
  .pb-lg-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 1200px) {
  .mb-lg-1 {
    margin-bottom: 10px !important; }
  .pb-lg-1 {
    padding-bottom: 10px !important; } }

@media (min-width: 1200px) {
  .mb-lg-2 {
    margin-bottom: 20px !important; }
  .pb-lg-2 {
    padding-bottom: 20px !important; } }

@media (min-width: 1200px) {
  .mb-lg-3 {
    margin-bottom: 30px !important; }
  .pb-lg-3 {
    padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .mb-lg-4 {
    margin-bottom: 40px !important; }
  .pb-lg-4 {
    padding-bottom: 40px !important; } }

@media (min-width: 1200px) {
  .mb-lg-5 {
    margin-bottom: 50px !important; }
  .pb-lg-5 {
    padding-bottom: 50px !important; } }

@media (min-width: 1200px) {
  .mb-lg-6 {
    margin-bottom: 60px !important; }
  .pb-lg-6 {
    padding-bottom: 60px !important; } }

@media (min-width: 1200px) {
  .mb-lg-7 {
    margin-bottom: 70px !important; }
  .pb-lg-7 {
    padding-bottom: 70px !important; } }

@media (min-width: 1200px) {
  .mb-lg-8 {
    margin-bottom: 80px !important; }
  .pb-lg-8 {
    padding-bottom: 80px !important; } }

@media (min-width: 1200px) {
  .mb-lg-9 {
    margin-bottom: 90px !important; }
  .pb-lg-9 {
    padding-bottom: 90px !important; } }

@media (min-width: 1200px) {
  .mb-lg-10 {
    margin-bottom: 100px !important; }
  .pb-lg-10 {
    padding-bottom: 100px !important; } }

@media (min-width: 1200px) {
  .ml-lg-0 {
    margin-left: 0px !important; }
  .pl-lg-0 {
    padding-left: 0px !important; } }

@media (min-width: 1200px) {
  .ml-lg-1 {
    margin-left: 10px !important; }
  .pl-lg-1 {
    padding-left: 10px !important; } }

@media (min-width: 1200px) {
  .ml-lg-2 {
    margin-left: 20px !important; }
  .pl-lg-2 {
    padding-left: 20px !important; } }

@media (min-width: 1200px) {
  .ml-lg-3 {
    margin-left: 30px !important; }
  .pl-lg-3 {
    padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .ml-lg-4 {
    margin-left: 40px !important; }
  .pl-lg-4 {
    padding-left: 40px !important; } }

@media (min-width: 1200px) {
  .ml-lg-5 {
    margin-left: 50px !important; }
  .pl-lg-5 {
    padding-left: 50px !important; } }

@media (min-width: 1200px) {
  .ml-lg-6 {
    margin-left: 60px !important; }
  .pl-lg-6 {
    padding-left: 60px !important; } }

@media (min-width: 1200px) {
  .ml-lg-7 {
    margin-left: 70px !important; }
  .pl-lg-7 {
    padding-left: 70px !important; } }

@media (min-width: 1200px) {
  .ml-lg-8 {
    margin-left: 80px !important; }
  .pl-lg-8 {
    padding-left: 80px !important; } }

@media (min-width: 1200px) {
  .ml-lg-9 {
    margin-left: 90px !important; }
  .pl-lg-9 {
    padding-left: 90px !important; } }

@media (min-width: 1200px) {
  .ml-lg-10 {
    margin-left: 100px !important; }
  .pl-lg-10 {
    padding-left: 100px !important; } }

@media (min-width: 1200px) {
  .mr-lg-0 {
    margin-right: 0px !important; }
  .pr-lg-0 {
    padding-right: 0px !important; } }

@media (min-width: 1200px) {
  .mr-lg-1 {
    margin-right: 10px !important; }
  .pr-lg-1 {
    padding-right: 10px !important; } }

@media (min-width: 1200px) {
  .mr-lg-2 {
    margin-right: 20px !important; }
  .pr-lg-2 {
    padding-right: 20px !important; } }

@media (min-width: 1200px) {
  .mr-lg-3 {
    margin-right: 30px !important; }
  .pr-lg-3 {
    padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .mr-lg-4 {
    margin-right: 40px !important; }
  .pr-lg-4 {
    padding-right: 40px !important; } }

@media (min-width: 1200px) {
  .mr-lg-5 {
    margin-right: 50px !important; }
  .pr-lg-5 {
    padding-right: 50px !important; } }

@media (min-width: 1200px) {
  .mr-lg-6 {
    margin-right: 60px !important; }
  .pr-lg-6 {
    padding-right: 60px !important; } }

@media (min-width: 1200px) {
  .mr-lg-7 {
    margin-right: 70px !important; }
  .pr-lg-7 {
    padding-right: 70px !important; } }

@media (min-width: 1200px) {
  .mr-lg-8 {
    margin-right: 80px !important; }
  .pr-lg-8 {
    padding-right: 80px !important; } }

@media (min-width: 1200px) {
  .mr-lg-9 {
    margin-right: 90px !important; }
  .pr-lg-9 {
    padding-right: 90px !important; } }

@media (min-width: 1200px) {
  .mr-lg-10 {
    margin-right: 100px !important; }
  .pr-lg-10 {
    padding-right: 100px !important; } }

.text-primary {
  color: #0079EA; }

a.text-primary:hover,
a.text-primary:focus {
  color: #005fb7; }

.text-accent {
  color: #FFC019; }

a.text-accent:hover,
a.text-accent:focus {
  color: #e5a600; }

.text-base {
  color: #6A7284; }

a.text-base:hover,
a.text-base:focus {
  color: #535a68; }

.text-p-light {
  color: #81a2e7; }

a.text-p-light:hover,
a.text-p-light:focus {
  color: #5682df; }

.text-gray-thin {
  color: #bbb; }

a.text-gray-thin:hover,
a.text-gray-thin:focus {
  color: #a2a2a2; }

.text-gray-light {
  color: #8d8d8d; }

a.text-gray-light:hover,
a.text-gray-light:focus {
  color: #747474; }

.text-333 {
  color: #333; }

a.text-333:hover,
a.text-333:focus {
  color: #1a1a1a; }

.text-555 {
  color: #555; }

a.text-555:hover,
a.text-555:focus {
  color: #3c3c3c; }

.text-888 {
  color: #888; }

a.text-888:hover,
a.text-888:focus {
  color: #6f6f6f; }

.bg-s1 {
  background-color: #EAEAEA; }

a.bg-s1:hover,
a.bg-s1:focus {
  background-color: #d1d1d1; }

.bg-s2 {
  background-color: #FAF5DF; }

a.bg-s2:hover,
a.bg-s2:focus {
  background-color: #f3e7b3; }

.bg-s3 {
  background-color: #FAE0E0; }

a.bg-s3:hover,
a.bg-s3:focus {
  background-color: #f3b4b4; }

.bg-s4 {
  background-color: #E8EFFC; }

a.bg-s4:hover,
a.bg-s4:focus {
  background-color: #bbd0f6; }

.bg-s5 {
  background-color: #D6F5F5; }

a.bg-s5:hover,
a.bg-s5:focus {
  background-color: #adebeb; }

.bg-s6 {
  background-color: #FDECDF; }

a.bg-s6:hover,
a.bg-s6:focus {
  background-color: #fad0af; }

.bg-s7 {
  background-color: #D8F2D4; }

a.bg-s7:hover,
a.bg-s7:focus {
  background-color: #b4e6ad; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5); }

.bg-white {
  background: white; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.background-round {
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.18); }

* {
  box-sizing: border-box; }

html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */ }

body {
  padding-top: 63px;
  background: #F8F9FA;
  color: #6A7284; }

main {
  padding-top: 10px; }

@media only screen and (min-width: 993px) {
  #main {
    padding-left: 200px; } }

@media only screen and (min-width: 993px) {
  .container {
    width: 100%;
    max-width: calc(100vw - 20%); } }

@media only screen and (max-width: 600px) {
  .container {
    width: 100%; } }

.page-header {
  border-bottom: 2px solid #ECEEF2;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #8D94A3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .page-header a {
    color: #8D94A3;
    height: 70px;
    line-height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 10px; }

.page-content {
  padding-left: 3rem;
  padding-right: 3rem; }
  @media only screen and (max-width: 600px) {
    .page-content {
      padding-left: 0;
      padding-right: 0; } }

ul.list-inline > li {
  display: inline-block;
  margin-right: .5rem; }

.btn-border {
  color: #6A7284;
  border: 1px solid #D8DDEA;
  background-color: transparent !important; }
  .btn-border:hover {
    background-color: #d5dae8 !important; }

.btn-border-red {
  color: red;
  border: 1px solid red;
  background-color: transparent !important; }
  .btn-border-red:hover {
    background-color: #f2f2f2 !important; }

.btn-border-blue {
  color: #0079EA;
  border: 1px solid #0079EA;
  background-color: transparent !important; }
  .btn-border-blue:hover {
    background-color: #f2f2f2 !important; }

.btn-clean:hover {
  background-color: transparent !important; }

input.input-noline, select.select-noline, textarea.textarea-noline {
  border-bottom: none !important; }

.input-label {
  font-size: 12px;
  color: #6A7284;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  vertical-align: middle; }

.input-field {
  color: #000000;
  font-size: 16px; }
  .input-field.text-primary {
    color: #0079EA; }

.input-static {
  margin-top: 15px;
  margin-bottom: 15px; }
  .input-static .input-field {
    margin: 0; }
  .input-static .input-label {
    padding-right: 15px; }

.input-icon-wrap {
  position: relative; }
  .input-icon-wrap input {
    position: relative;
    z-index: 1;
    width: 100%; }
    .input-icon-wrap input.browser-default {
      background: transparent;
      border: 1px solid #D2D4D8;
      line-height: 2.2rem;
      border-radius: 3px;
      padding: 0 5px; }
      .input-icon-wrap input.browser-default + i {
        top: 7px;
        right: 5px; }
  .input-icon-wrap i {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 0; }

.fill-minus input, .fill-minus textarea {
  color: red; }

.fill-minus .select-wrapper .caret {
  fill: red; }

.fill-add input, .fill-add textarea {
  color: #0079EA; }

.fill-add .select-wrapper .caret {
  fill: #0079EA; }

.flex-input > .input-label {
  display: inline-block;
  min-width: 65px; }

@media only screen and (max-width: 600px) {
  .flex-input {
    display: -ms-flexbox;
    display: flex; }
    .flex-input > .input-label {
      min-width: 65px; } }

.select-wrapper input.select-dropdown {
  min-width: 100px; }

.select-custom {
  background: #E5E7EB; }

.select-custom input.select-dropdown {
  max-width: 90px;
  border-bottom: none;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  color: #49525D; }
  .select-custom input.select-dropdown:focus {
    border-bottom: 0; }

.status-dropdown-content {
  width: 150px !important;
  padding: 5px 15px; }
  .status-dropdown-content label {
    display: block;
    margin: 10px 0; }

.border {
  border: 1px solid #eee; }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.bt-0 {
  border-top: none !important; }

.factory-border-1 .card {
  border: 2px solid #ffec8e; }

.factory-border-2 .card {
  border: 2px solid #6fc3ff; }

.tabs {
  background: none;
  border-bottom: 2px solid #ECEEF2; }

@media (min-width: 900px) {
  .tabs > .tab {
    width: 100px !important; }
    .tabs > .tab a {
      padding: 0; } }

.tab-content {
  padding-top: 20px !important; }

.timeline ul {
  padding: 0;
  margin: 20px 0 0  0;
  list-style: none;
  position: relative; }
  .timeline ul::before {
    content: ' ';
    height: 100%;
    width: 1px;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 0; }

.timeline li {
  z-index: 1;
  position: relative; }
  .timeline li:last-child {
    background: #fff; }

.timeline li div {
  display: inline-block;
  margin: 0 0 1em 0;
  vertical-align: top; }

.timeline .bullet {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1;
  margin-right: 1em; }
  .timeline .bullet span {
    text-align: center;
    color: #000;
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 20px;
    transform: scale(0.8); }
  .timeline .bullet.pink {
    border: 2px solid pink; }
  .timeline .bullet.green {
    border: 2px solid green; }
  .timeline .bullet.orange {
    border: 2px solid orange; }

.timeline .time {
  font-size: 0.75em;
  padding-top: 0.25em;
  color: #999; }

.timeline .desc {
  width: calc(100% - 40px); }

.timeline h3 {
  color: #333333;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 10px; }

.timeline h4 {
  margin: 0;
  font-size: 0.7em;
  font-weight: 400;
  color: #333; }

.card .card-title {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 10px 20px;
  color: #6A7284; }

.card .card-content {
  padding-bottom: 0;
  padding-top: 0; }

.table th, .table td {
  padding-left: 10px;
  padding-right: 10px;
  word-break: keep-all;
  white-space: nowrap;
  min-width: 100px; }

.table-thin th {
  padding: 10px 8px; }

.table-thin td {
  padding: 0 8px; }

.table-scroll-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

table.table-customer td {
  height: 80px; }

.table-print thead {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999; }

.table-print tbody {
  border-bottom: 1px solid #999; }

.table-print tr {
  border: none; }

table.custom-striped tr {
  border: none; }

table.custom-striped > tbody > tr:nth-child(4n+1) {
  background: rgba(242, 242, 242, 0.5); }

table.custom-striped > tbody > tr.tr-sub {
  background: #f1f1f1; }
  table.custom-striped > tbody > tr.tr-sub td {
    padding-top: 5px;
    padding-bottom: 5px; }
    table.custom-striped > tbody > tr.tr-sub td > div {
      line-height: 30px; }

.navbar nav {
  background: #fff; }

.navbar-fixed, .navbar-fixed nav {
  top: 0;
  position: fixed; }
  @media only screen and (max-width: 992px) {
    .navbar-fixed, .navbar-fixed nav {
      box-shadow: 1px 1px 10px #aaa; } }

nav .sidenav-trigger {
  color: #bbb; }

.header-search-wrapper {
  margin: 0 auto;
  width: 340px;
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.header-search-left {
  background: #E5E7EB;
  width: 120px;
  height: 40px; }
  .header-search-left .select-wrapper input.select-dropdown {
    border-bottom: none;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    color: #49525D; }
  .header-search-left .select-wrapper .caret {
    fill: #49525D; }

.header-search-input {
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 250px;
  padding-left: 10px;
  background: #F5F5F5; }
  .header-search-input input[type=text]:not(.browser-default) {
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    width: 100%; }
  .header-search-input input[type=text]:not(.browser-default):focus:not([readonly]) {
    border-bottom: none;
    box-shadow: none; }

.header-search-btn {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0; }
  .header-search-btn i {
    color: #8B92A2;
    height: 40px;
    line-height: 40px !important; }

.navbar-user {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
  .navbar-user i {
    float: right;
    line-height: unset !important;
    height: auto !important; }

.navbar-shadow {
  box-shadow: 1px 6px 4px rgba(0, 0, 0, 0.1); }

.navbar-search-mob {
  height: 60px;
  padding: 0 10px;
  background: #fff; }
  .navbar-search-mob .header-search-wrapper {
    width: 100%; }
  .navbar-search-mob .header-search-input {
    width: 100%; }

.sidenav-main {
  width: 60%;
  position: fixed;
  top: 0;
  left: 0; }
  @media only screen and (min-width: 993px) {
    .sidenav-main {
      width: 200px;
      top: 60px;
      transform: none;
      box-shadow: none;
      background: none; } }

.sidenav-list > li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 58px;
  line-height: 58px;
  padding: 0 16px 0 50px;
  border-left: 5px solid transparent; }
  .sidenav-list > li > a:hover {
    background: rgba(73, 129, 253, 0.05); }
  .sidenav-list > li > a i.material-icons {
    float: left;
    height: 58px;
    line-height: 58px;
    margin: 0 24px 0 0;
    width: 24px;
    color: rgba(0, 0, 0, 0.54); }

.sidenav-list a.active {
  border-left: 5px solid #4981FD; }

.sidenav-list .collapsible-body > ul > li > a {
  padding-left: 80px; }

.sidenav .collapsible-body {
  background: none; }

.sidenav li > a > i.material-icons {
  margin-right: 15px; }

.sidenav-trigger-placer {
  position: relative;
  z-index: 1; }

.material-icons.md-18 {
  font-size: 18px; }

.modal-pay, .modal-customer {
  width: 70%;
  max-height: 90vh;
  top: 5% !important; }
  @media only screen and (max-width: 600px) {
    .modal-pay, .modal-customer {
      width: 100%;
      top: 0 !important;
      max-height: 100vh; } }

.modal-pay.modal-fixed-footer {
  height: 90vh; }
  .modal-pay.modal-fixed-footer .modal-footer {
    border-top: none; }

.customer-search-wrapper {
  margin: 0 auto;
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.customer-search-input {
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 300px;
  background: #F5F5F5; }
  @media only screen and (max-width: 600px) {
    .customer-search-input {
      width: 100%; } }
  .customer-search-input input[type=text] {
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #eee; }
  .customer-search-input input[type=text]:focus:not([readonly]) {
    border-bottom: none;
    box-shadow: none; }

.customer-search-btn {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0; }
  .customer-search-btn i {
    color: #8B92A2;
    height: 40px;
    line-height: 40px !important; }

.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.pagenav-top {
  width: 300px;
  display: block;
  margin-top: 30px; }
  @media only screen and (max-width: 600px) {
    .pagenav-top {
      width: 100%; } }

.badge-wrapper {
  width: 90px; }

.order-summary {
  padding: 0 40px; }
  @media only screen and (max-width: 600px) {
    .order-summary {
      padding: 0 20px; } }
  @media only screen and (max-width: 600px) {
    .order-summary-number .chip {
      float: right !important;
      display: inline-block; } }
  @media only screen and (max-width: 600px) {
    .order-summary-contact {
      margin: 15px 0; }
      .order-summary-contact i {
        font-size: 18px !important; } }
  .order-summary-side {
    margin-top: -25px;
    float: right; }
    @media only screen and (max-width: 600px) {
      .order-summary-side {
        float: none;
        margin: 15px 0;
        -ms-flex-pack: start;
            justify-content: flex-start;
        transform-origin: top left; }
        .order-summary-side .fz-24 {
          font-size: 20px !important; } }

@media only screen and (max-width: 600px) {
  .order-tab {
    padding: 0; } }

.order-factory-title > div {
  padding: 0 10px; }

.order-note-list .col {
  position: relative; }
  .order-note-list .col:hover .action {
    opacity: 1; }
  .order-note-list .col .action {
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 5px; }
    @media only screen and (max-width: 992px) {
      .order-note-list .col .action {
        opacity: 1; } }

.order-note-list .col:last-child .divider {
  height: 0; }

@media only screen and (max-width: 992px) {
  .order-note-list .note-date {
    display: block;
    margin: 10px 0; } }

.order-note-list .note-message {
  padding-right: 60px; }
  @media only screen and (max-width: 992px) {
    .order-note-list .note-message {
      margin-top: 0;
      margin-left: 0;
      padding-right: 10px; } }

.order-img-list li {
  width: 19%;
  margin-bottom: 1rem;
  margin-right: .5% !important; }
  @media only screen and (max-width: 992px) {
    .order-img-list li {
      width: 23.5%;
      margin-right: .5% !important; } }
  @media only screen and (max-width: 600px) {
    .order-img-list li {
      width: 48%;
      margin-right: 1% !important;
      box-sizing: border-box; } }

.img-container {
  border: 1px solid #DEE1E8;
  background-color: #fff;
  width: 100%;
  padding-top: 74%;
  /* 4:3 Aspect Ratio */
  position: relative; }
  .img-container > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }
  .img-container .overlay {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    text-align: right;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(0, 0, 0, 0.4) 90%); }
  .img-container:hover .overlay {
    opacity: 1; }

@media only screen and (max-width: 600px) {
  .panel-wrapper {
    position: relative;
    padding-bottom: 30px; }
  .show, .hide {
    position: absolute;
    bottom: 1em;
    z-index: 100;
    text-align: center;
    width: 100%; }
  .hide {
    display: none; }
  .show:target {
    display: none; }
  .show:target ~ .hide {
    display: block !important; }
  .show:target ~ .panel {
    max-height: 2000px; }
  .show:target ~ .fade {
    margin-top: 0;
    display: none; }
  .panel {
    position: relative;
    width: 70%;
    max-height: 150px;
    overflow: hidden;
    transition: max-height .5s ease; }
  .fade {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
    height: 100px;
    margin-top: -100px;
    position: relative;
    z-index: 1; } }

.order-filter {
  background: #fff;
  border-top: 1px solid #ECEEF2;
  border-left: 1px solid #ECEEF2;
  position: fixed;
  top: 64px;
  right: 0;
  width: 260px;
  height: 100%;
  transition: .3s ease all; }
  .order-filter.sidenav {
    top: 0;
    transition: inherit; }
  .order-filter-wrapper {
    width: 100%;
    height: calc(100% - 130px);
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 600px) {
      .order-filter-wrapper {
        height: 100%; } }
  .order-filter-main {
    padding-right: 260px; }
  .order-filter-heading {
    padding: 10px 15px 0 30px; }
  .order-filter-section {
    margin-bottom: 20px;
    padding: 0 15px 10px;
    border-bottom: 1px solid #eceff1; }
    .order-filter-section-title {
      margin-bottom: 20px;
      color: #444; }
    .order-filter-section label {
      margin: 6px 0;
      color: #444444; }

.main-full {
  padding-right: 0; }

.period-space {
  width: 300px;
  margin-top: 30px;
  font-size: 16px; }
  @media only screen and (max-width: 600px) {
    .period-space {
      width: 100%;
      font-size: 12px;
      margin-top: -35px; } }

.login-brand {
  margin-top: 20%; }
  .login-brand h5 {
    font-weight: 300;
    letter-spacing: 2px;
    color: #898989;
    font-size: 22px; }

.login-btn {
  width: 220px;
  margin: 20% 0; }

.login-cover {
  background: url("../images/login.jpg") no-repeat;
  background-size: cover;
  padding-top: 70% !important; }

@media only screen and (max-width: 992px) {
  .login-bg {
    background-image: url("../images/login.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100vw 100vh;
    background-color: #E1E2E6; } }

.dz-error-mark svg {
  width: 20px;
  height: 20px; }

/*# sourceMappingURL=style.css.map */
