@charset "UTF-8";
/*!
* Cockpit
* @version v1.0.0
* @link http://www.methodia.com
* Copyright (c) 2017 Methodia LTD
* @license MIT
*/
/* Methodia Gray Scale */
/*Methodia Base Color Pallete*/
/*Methodia Additional Pallete*/
/* Methodia Gray Scale */
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Lato");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ed4c78;
  --orange: #fd7e14;
  --yellow: #f5ca99;
  --green: #28a745;
  --teal: #00c9a7;
  --cyan: #00c9db;
  --white: #fff;
  --gray: #5a5858;
  --gray-dark: #2f2d2d;
  --blue: #084c61;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ed4c78;
  --orange: #fd7e14;
  --yellow: #f5ca99;
  --green: #28a745;
  --teal: #00c9a7;
  --cyan: #00c9db;
  --white: #fff;
  --gray: #5a5858;
  --primary: #087c35;
  --secondary: #71869d;
  --success: #00c9a7;
  --info: #00c9db;
  --warning: #ffcc59;
  --danger: #ed4c78;
  --light: #f9fafc;
  --dark: #191a27;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*::before,
*::after {
  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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1818;
  text-align: left;
  background-color: #e4e5e6;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  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[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  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: #087c35;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #033416;
  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;
}

pre,
code,
kbd,
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;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #5a5858;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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;
}

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: 2.1875rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.53125rem;
}

h4, .h4 {
  font-size: 1.3125rem;
}

h5, .h5 {
  font-size: 1.09375rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.09375rem;
  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: 80%;
  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: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #5a5858;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #e4e5e6;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #5a5858;
}

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f9f9f9;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #1a1818;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #1a1818;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .manual-file div.array-item-list div.col-3, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .manual-file div.array-item-list div.col-9, .col-12, .col,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .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,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1, .manual-file div.array-item-list div.col-3 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11, .manual-file div.array-item-list div.col-9 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1, .manual-file fieldset.field-array-of-object fieldset.field-array-of-object {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e6e6e6;
}

.table tbody + tbody {
  border-top: 2px solid #e6e6e6;
}

.table .table {
  background-color: #e4e5e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e6e6e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e6e6e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.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-primary,
.table-primary > th,
.table-primary > td {
  background-color: #badac6;
}

.table-hover .table-primary:hover {
  background-color: #a9d1b8;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a9d1b8;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d7dde4;
}

.table-hover .table-secondary:hover {
  background-color: #c8d0da;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8d0da;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f0e6;
}

.table-hover .table-success:hover {
  background-color: #a3ecdf;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a3ecdf;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8f0f5;
}

.table-hover .table-info:hover {
  background-color: #a2ebf2;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a2ebf2;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff1d1;
}

.table-hover .table-warning:hover {
  background-color: #ffe9b8;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe9b8;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #facdd9;
}

.table-hover .table-danger:hover {
  background-color: #f8b6c7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f8b6c7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfefe;
}

.table-hover .table-light:hover {
  background-color: #ecf6f6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ecf6f6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bfbfc3;
}

.table-hover .table-dark:hover {
  background-color: #b2b2b7;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b2b2b7;
}

.table-active,
.table-active > th,
.table-active > td {
  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: #e4e5e6;
  background-color: #1a1818;
  border-color: #2e2a2a;
}

.table .thead-light th {
  color: #454343;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.table-dark {
  color: #e4e5e6;
  background-color: #1a1818;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #2e2a2a;
}

.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: 575px) {
  .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: 767px) {
  .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: 991px) {
  .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: 1199px) {
  .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.875rem;
  line-height: 1.5;
  color: #454343;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #454343;
  background-color: #fff;
  border-color: #14f069;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(8, 124, 53, 0.25);
}

.form-control::placeholder {
  color: #5a5858;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e6e6e6;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #454343;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.76562rem;
  line-height: 1.5;
}

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.64844rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.64062rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  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;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #5a5858;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #00c9a7;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 201, 167, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #00c9a7;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control: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,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #00c9a7;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(0, 201, 167, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #00c9a7;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #00c9a7;
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #ed4c78;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(237, 76, 120, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ed4c78;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control: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,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #ed4c78;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(237, 76, 120, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #ed4c78;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #ed4c78;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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 .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 124, 53, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.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-primary {
  color: #fff;
  background-color: #087c35;
  border-color: #087c35;
}

.btn-primary:hover {
  color: #fff;
  background-color: #065826;
  border-color: #054c21;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 124, 53, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #087c35;
  border-color: #087c35;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #054c21;
  border-color: #04401b;
  box-shadow: 0 0 0 0.2rem rgba(8, 124, 53, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #71869d;
  border-color: #71869d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5f7389;
  border-color: #596d82;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 134, 157, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #71869d;
  border-color: #71869d;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #596d82;
  border-color: #54667a;
  box-shadow: 0 0 0 0.2rem rgba(113, 134, 157, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}

.btn-success:hover {
  color: #fff;
  background-color: #00a387;
  border-color: #00967d;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #00c9a7;
  border-color: #00c9a7;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00967d;
  border-color: #008972;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #00c9db;
  border-color: #00c9db;
}

.btn-info:hover {
  color: #fff;
  background-color: #00a6b5;
  border-color: #009aa8;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 219, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #00c9db;
  border-color: #00c9db;
}

.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #009aa8;
  border-color: #008e9b;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 219, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffcc59;
  border-color: #ffcc59;
}

.btn-warning:hover {
  color: #111;
  background-color: #ffc033;
  border-color: #ffbc26;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 89, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffcc59;
  border-color: #ffcc59;
}

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #ffbc26;
  border-color: #ffb819;
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 89, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ed4c78;
  border-color: #ed4c78;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ea295e;
  border-color: #e81e55;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #ed4c78;
  border-color: #ed4c78;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e81e55;
  border-color: #e2174e;
  box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f9fafc;
  border-color: #f9fafc;
}

.btn-light:hover {
  color: #111;
  background-color: #e0e5ef;
  border-color: #d7deeb;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 250, 252, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #f9fafc;
  border-color: #f9fafc;
}

.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #d7deeb;
  border-color: #cfd7e7;
  box-shadow: 0 0 0 0.2rem rgba(249, 250, 252, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #191a27;
  border-color: #191a27;
}

.btn-dark:hover {
  color: #fff;
  background-color: #0a0a10;
  border-color: #050508;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 26, 39, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #191a27;
  border-color: #191a27;
}

.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #050508;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(25, 26, 39, 0.5);
}

.btn-outline-primary {
  color: #087c35;
  background-color: transparent;
  background-image: none;
  border-color: #087c35;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #087c35;
  border-color: #087c35;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 124, 53, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #087c35;
  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: #087c35;
  border-color: #087c35;
  box-shadow: 0 0 0 0.2rem rgba(8, 124, 53, 0.5);
}

.btn-outline-secondary {
  color: #71869d;
  background-color: transparent;
  background-image: none;
  border-color: #71869d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #71869d;
  border-color: #71869d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 134, 157, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #71869d;
  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: #71869d;
  border-color: #71869d;
  box-shadow: 0 0 0 0.2rem rgba(113, 134, 157, 0.5);
}

.btn-outline-success {
  color: #00c9a7;
  background-color: transparent;
  background-image: none;
  border-color: #00c9a7;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00c9a7;
  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: #00c9a7;
  border-color: #00c9a7;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.5);
}

.btn-outline-info {
  color: #00c9db;
  background-color: transparent;
  background-image: none;
  border-color: #00c9db;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #00c9db;
  border-color: #00c9db;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 219, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00c9db;
  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: #00c9db;
  border-color: #00c9db;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 219, 0.5);
}

.btn-outline-warning {
  color: #ffcc59;
  background-color: transparent;
  background-image: none;
  border-color: #ffcc59;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffcc59;
  border-color: #ffcc59;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 89, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffcc59;
  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: #fff;
  background-color: #ffcc59;
  border-color: #ffcc59;
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 89, 0.5);
}

.btn-outline-danger {
  color: #ed4c78;
  background-color: transparent;
  background-image: none;
  border-color: #ed4c78;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ed4c78;
  border-color: #ed4c78;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ed4c78;
  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: #ed4c78;
  border-color: #ed4c78;
  box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.5);
}

.btn-outline-light {
  color: #f9fafc;
  background-color: transparent;
  background-image: none;
  border-color: #f9fafc;
}

.btn-outline-light:hover {
  color: #1a1818;
  background-color: #f9fafc;
  border-color: #f9fafc;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 250, 252, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f9fafc;
  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: #1a1818;
  background-color: #f9fafc;
  border-color: #f9fafc;
  box-shadow: 0 0 0 0.2rem rgba(249, 250, 252, 0.5);
}

.btn-outline-dark {
  color: #191a27;
  background-color: transparent;
  background-image: none;
  border-color: #191a27;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #191a27;
  border-color: #191a27;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 26, 39, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #191a27;
  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: #191a27;
  border-color: #191a27;
  box-shadow: 0 0 0 0.2rem rgba(25, 26, 39, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #087c35;
  background-color: transparent;
}

.btn-link:hover {
  color: #033416;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #5a5858;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  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 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #1a1818;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
}

.dropup .dropdown-menu {
  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;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f9f9f9;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1a1818;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #0d0c0c;
  text-decoration: none;
  background-color: #f9f9f9;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #087c35;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #5a5858;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0 1.5rem;
  margin-bottom: 0;
  font-size: 0.76562rem;
  color: #5a5858;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.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-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  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:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #454343;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}

.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #087c35;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(8, 124, 53, 0.25);
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #44f388;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e6e6e6;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #5a5858;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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-indicator {
  background-color: #087c35;
  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-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  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-controls-stacked {
  display: flex;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #454343;
  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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  appearance: none;
}

.custom-select:focus {
  border-color: #14f069;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #454343;
  background-color: #fff;
}

.custom-select[multiple] {
  height: auto;
  background-image: none;
}

.custom-select:disabled {
  color: #5a5858;
  background-color: #e6e6e6;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.64844rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.0625rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.0625rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #087c35;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #454343;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #454343;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link, .navbar .dropdown-toggle {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .navbar .dropdown-toggle:focus, .nav-link:hover, .navbar .dropdown-toggle:hover {
  text-decoration: none;
}

.nav-link.disabled, .navbar .disabled.dropdown-toggle {
  color: #5a5858;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link, .nav-tabs .navbar .dropdown-toggle, .navbar .nav-tabs .dropdown-toggle {
  border: 1px solid transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .navbar .dropdown-toggle:focus, .navbar .nav-tabs .dropdown-toggle:focus, .nav-tabs .nav-link:hover, .nav-tabs .navbar .dropdown-toggle:hover, .navbar .nav-tabs .dropdown-toggle:hover {
  border-color: #e6e6e6 #e6e6e6 #ddd;
}

.nav-tabs .nav-link.disabled, .nav-tabs .navbar .disabled.dropdown-toggle, .navbar .nav-tabs .disabled.dropdown-toggle {
  color: #5a5858;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .navbar .active.dropdown-toggle, .navbar .nav-tabs .active.dropdown-toggle,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .navbar .dropdown-toggle,
.navbar .nav-tabs .nav-item.show .dropdown-toggle {
  color: #454343;
  background-color: #e4e5e6;
  border-color: #ddd #ddd #e4e5e6;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active, .nav-pills .navbar .active.dropdown-toggle, .navbar .nav-pills .active.dropdown-toggle,
.nav-pills .show > .nav-link,
.nav-pills .navbar .show > .dropdown-toggle,
.navbar .nav-pills .show > .dropdown-toggle {
  color: #fff;
  background-color: #087c35;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-nav .dropdown-toggle {
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.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: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-sm .navbar-nav .dropdown-toggle {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-md .navbar-nav .dropdown-toggle {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-lg .navbar-nav .dropdown-toggle {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-xl .navbar-nav .dropdown-toggle {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand .navbar-nav .dropdown-toggle {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.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, .navbar-light .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-light .navbar-nav .dropdown-toggle {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-light .navbar-nav .dropdown-toggle:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-light .navbar-nav .dropdown-toggle:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .navbar .disabled.dropdown-toggle, .navbar .navbar-light .navbar-nav .disabled.dropdown-toggle {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .navbar .show > .dropdown-toggle, .navbar .navbar-light .navbar-nav .show > .dropdown-toggle,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-light .navbar-nav .active > .dropdown-toggle,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .navbar .show.dropdown-toggle,
.navbar .navbar-light .navbar-nav .show.dropdown-toggle,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-light .navbar-nav .active.dropdown-toggle {
  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, .navbar-dark .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-dark .navbar-nav .dropdown-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-dark .navbar-nav .dropdown-toggle:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-dark .navbar-nav .dropdown-toggle:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .navbar .disabled.dropdown-toggle, .navbar .navbar-dark .navbar-nav .disabled.dropdown-toggle {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .navbar .show > .dropdown-toggle, .navbar .navbar-dark .navbar-nav .show > .dropdown-toggle,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-dark .navbar-nav .active > .dropdown-toggle,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .navbar .show.dropdown-toggle,
.navbar .navbar-dark .navbar-nav .show.dropdown-toggle,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-dark .navbar-nav .active.dropdown-toggle {
  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: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e6e6e6;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body, .card-block {
  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: #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f9f9f9;
  border-top: 1px solid #e6e6e6;
}

.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%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #5a5858;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #5a5858;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-item:first-child .page-link, .pagination-datatables li:first-child .page-link, .pagination li:first-child .page-link, .page-item:first-child .pagination-datatables li a, .pagination-datatables li .page-item:first-child a, .pagination-datatables li:first-child a, .page-item:first-child .pagination li a, .pagination li .page-item:first-child a, .pagination li:first-child a {
  margin-left: 0;
}

.page-item.active .page-link, .pagination-datatables li.active .page-link, .pagination li.active .page-link, .page-item.active .pagination-datatables li a, .pagination-datatables li .page-item.active a, .pagination-datatables li.active a, .page-item.active .pagination li a, .pagination li .page-item.active a, .pagination li.active a {
  z-index: 2;
  color: #fff;
  background-color: #087c35;
  border-color: #087c35;
}

.page-item.disabled .page-link, .pagination-datatables li.disabled .page-link, .pagination li.disabled .page-link, .page-item.disabled .pagination-datatables li a, .pagination-datatables li .page-item.disabled a, .pagination-datatables li.disabled a, .page-item.disabled .pagination li a, .pagination li .page-item.disabled a, .pagination li.disabled a {
  color: #5a5858;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link, .pagination-datatables li a, .pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #087c35;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .pagination-datatables li a:focus, .pagination li a:focus, .page-link:hover, .pagination-datatables li a:hover, .pagination li a:hover {
  color: #033416;
  text-decoration: none;
  background-color: #e6e6e6;
  border-color: #ddd;
}

.pagination-lg .page-link, .pagination-lg .pagination-datatables li a, .pagination-datatables li .pagination-lg a, .pagination-lg .pagination li a, .pagination li .pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

.pagination-sm .page-link, .pagination-sm .pagination-datatables li a, .pagination-datatables li .pagination-sm a, .pagination-sm .pagination li a, .pagination li .pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
}

.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;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #087c35;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #054c21;
}

.badge-secondary {
  color: #fff;
  background-color: #71869d;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #596d82;
}

.badge-success {
  color: #fff;
  background-color: #00c9a7;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00967d;
}

.badge-info {
  color: #fff;
  background-color: #00c9db;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #009aa8;
}

.badge-warning {
  color: #111;
  background-color: #ffcc59;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #ffbc26;
}

.badge-danger {
  color: #fff;
  background-color: #ed4c78;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e81e55;
}

.badge-light {
  color: #111;
  background-color: #f9fafc;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d7deeb;
}

.badge-dark {
  color: #fff;
  background-color: #191a27;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #050508;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e6e6e6;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #04401c;
  background-color: #cee5d7;
  border-color: #badac6;
}

.alert-primary hr {
  border-top-color: #a9d1b8;
}

.alert-primary .alert-link {
  color: #011007;
}

.alert-secondary {
  color: #3b4652;
  background-color: #e3e7eb;
  border-color: #d7dde4;
}

.alert-secondary hr {
  border-top-color: #c8d0da;
}

.alert-secondary .alert-link {
  color: #262d34;
}

.alert-success {
  color: #006957;
  background-color: #ccf4ed;
  border-color: #b8f0e6;
}

.alert-success hr {
  border-top-color: #a3ecdf;
}

.alert-success .alert-link {
  color: #00362d;
}

.alert-info {
  color: #006972;
  background-color: #ccf4f8;
  border-color: #b8f0f5;
}

.alert-info hr {
  border-top-color: #a2ebf2;
}

.alert-info .alert-link {
  color: #003a3f;
}

.alert-warning {
  color: #856a2e;
  background-color: #fff5de;
  border-color: #fff1d1;
}

.alert-warning hr {
  border-top-color: #ffe9b8;
}

.alert-warning .alert-link {
  color: #5f4c21;
}

.alert-danger {
  color: #7b283e;
  background-color: #fbdbe4;
  border-color: #facdd9;
}

.alert-danger hr {
  border-top-color: #f8b6c7;
}

.alert-danger .alert-link {
  color: #551b2b;
}

.alert-light {
  color: #818283;
  background-color: #fefefe;
  border-color: #fdfefe;
}

.alert-light hr {
  border-top-color: #ecf6f6;
}

.alert-light .alert-link {
  color: #686969;
}

.alert-dark {
  color: #0d0e14;
  background-color: #d1d1d4;
  border-color: #bfbfc3;
}

.alert-dark hr {
  border-top-color: #b2b2b7;
}

.alert-dark .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #f9f9f9;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #087c35;
}

.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #454343;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #454343;
  text-decoration: none;
  background-color: #f9f9f9;
}

.list-group-item-action:active {
  color: #1a1818;
  background-color: #e6e6e6;
}

.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:last-child {
  margin-bottom: 0;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #5a5858;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #087c35;
  border-color: #087c35;
}

.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-primary {
  color: #04401c;
  background-color: #badac6;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #04401c;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #04401c;
  background-color: #a9d1b8;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #04401c;
  border-color: #04401c;
}

.list-group-item-secondary {
  color: #3b4652;
  background-color: #d7dde4;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #3b4652;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #3b4652;
  background-color: #c8d0da;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #3b4652;
  border-color: #3b4652;
}

.list-group-item-success {
  color: #006957;
  background-color: #b8f0e6;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #006957;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #006957;
  background-color: #a3ecdf;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #006957;
  border-color: #006957;
}

.list-group-item-info {
  color: #006972;
  background-color: #b8f0f5;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #006972;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #006972;
  background-color: #a2ebf2;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #006972;
  border-color: #006972;
}

.list-group-item-warning {
  color: #856a2e;
  background-color: #fff1d1;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856a2e;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856a2e;
  background-color: #ffe9b8;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856a2e;
  border-color: #856a2e;
}

.list-group-item-danger {
  color: #7b283e;
  background-color: #facdd9;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #7b283e;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #7b283e;
  background-color: #f8b6c7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #7b283e;
  border-color: #7b283e;
}

.list-group-item-light {
  color: #818283;
  background-color: #fdfefe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818283;
}

a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818283;
  background-color: #ecf6f6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818283;
  border-color: #818283;
}

.list-group-item-dark {
  color: #0d0e14;
  background-color: #bfbfc3;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #0d0e14;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #0d0e14;
  background-color: #b2b2b7;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #0d0e14;
  border-color: #0d0e14;
}

.close {
  float: right;
  font-size: 1.3125rem;
  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;
}

button.close {
  padding: 0;
  background: 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.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e6e6e6;
}

.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: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.76562rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.76562rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #1a1818;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  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-primary {
  background-color: #087c35 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #054c21 !important;
}

.bg-secondary {
  background-color: #71869d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #596d82 !important;
}

.bg-success {
  background-color: #00c9a7 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #00967d !important;
}

.bg-info {
  background-color: #00c9db !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #009aa8 !important;
}

.bg-warning {
  background-color: #ffcc59 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ffbc26 !important;
}

.bg-danger {
  background-color: #ed4c78 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e81e55 !important;
}

.bg-light {
  background-color: #f9fafc !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #d7deeb !important;
}

.bg-dark {
  background-color: #191a27 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #050508 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e6e6e6 !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-primary {
  border-color: #087c35 !important;
}

.border-secondary {
  border-color: #71869d !important;
}

.border-success {
  border-color: #00c9a7 !important;
}

.border-info {
  border-color: #00c9db !important;
}

.border-warning {
  border-color: #ffcc59 !important;
}

.border-danger {
  border-color: #ed4c78 !important;
}

.border-light {
  border-color: #f9fafc !important;
}

.border-dark {
  border-color: #191a27 !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: flex !important;
}

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

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-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 {
  flex-direction: row !important;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    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: 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: sticky) {
  .sticky-top {
    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;
  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;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !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-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  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-primary {
  color: #087c35 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #054c21 !important;
}

.text-secondary {
  color: #71869d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #596d82 !important;
}

.text-success {
  color: #00c9a7 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #00967d !important;
}

.text-info {
  color: #00c9db !important;
}

a.text-info:focus, a.text-info:hover {
  color: #009aa8 !important;
}

.text-warning {
  color: #ffcc59 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ffbc26 !important;
}

.text-danger {
  color: #ed4c78 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #e81e55 !important;
}

.text-light {
  color: #f9fafc !important;
}

a.text-light:focus, a.text-light:hover {
  color: #d7deeb !important;
}

.text-dark {
  color: #191a27 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #050508 !important;
}

.text-muted {
  color: #5a5858 !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;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type .page-link:before, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .pagination-datatables li a:before, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a:before, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a:before, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type .page-link:before, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .pagination-datatables li a:before, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a:before, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a:before, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "";
}

.ion-alert-circled:before {
  content: "";
}

.ion-android-add:before {
  content: "";
}

.ion-android-add-circle:before {
  content: "";
}

.ion-android-alarm-clock:before {
  content: "";
}

.ion-android-alert:before {
  content: "";
}

.ion-android-apps:before {
  content: "";
}

.ion-android-archive:before {
  content: "";
}

.ion-android-arrow-back:before {
  content: "";
}

.ion-android-arrow-down:before {
  content: "";
}

.ion-android-arrow-dropdown:before {
  content: "";
}

.ion-android-arrow-dropdown-circle:before {
  content: "";
}

.ion-android-arrow-dropleft:before {
  content: "";
}

.ion-android-arrow-dropleft-circle:before {
  content: "";
}

.ion-android-arrow-dropright:before {
  content: "";
}

.ion-android-arrow-dropright-circle:before {
  content: "";
}

.ion-android-arrow-dropup:before {
  content: "";
}

.ion-android-arrow-dropup-circle:before {
  content: "";
}

.ion-android-arrow-forward:before {
  content: "";
}

.ion-android-arrow-up:before {
  content: "";
}

.ion-android-attach:before {
  content: "";
}

.ion-android-bar:before {
  content: "";
}

.ion-android-bicycle:before {
  content: "";
}

.ion-android-boat:before {
  content: "";
}

.ion-android-bookmark:before {
  content: "";
}

.ion-android-bulb:before {
  content: "";
}

.ion-android-bus:before {
  content: "";
}

.ion-android-calendar:before {
  content: "";
}

.ion-android-call:before {
  content: "";
}

.ion-android-camera:before {
  content: "";
}

.ion-android-cancel:before {
  content: "";
}

.ion-android-car:before {
  content: "";
}

.ion-android-cart:before {
  content: "";
}

.ion-android-chat:before {
  content: "";
}

.ion-android-checkbox:before {
  content: "";
}

.ion-android-checkbox-blank:before {
  content: "";
}

.ion-android-checkbox-outline:before {
  content: "";
}

.ion-android-checkbox-outline-blank:before {
  content: "";
}

.ion-android-checkmark-circle:before {
  content: "";
}

.ion-android-clipboard:before {
  content: "";
}

.ion-android-close:before {
  content: "";
}

.ion-android-cloud:before {
  content: "";
}

.ion-android-cloud-circle:before {
  content: "";
}

.ion-android-cloud-done:before {
  content: "";
}

.ion-android-cloud-outline:before {
  content: "";
}

.ion-android-color-palette:before {
  content: "";
}

.ion-android-compass:before {
  content: "";
}

.ion-android-contact:before {
  content: "";
}

.ion-android-contacts:before {
  content: "";
}

.ion-android-contract:before {
  content: "";
}

.ion-android-create:before {
  content: "";
}

.ion-android-delete:before {
  content: "";
}

.ion-android-desktop:before {
  content: "";
}

.ion-android-document:before {
  content: "";
}

.ion-android-done:before {
  content: "";
}

.ion-android-done-all:before {
  content: "";
}

.ion-android-download:before {
  content: "";
}

.ion-android-drafts:before {
  content: "";
}

.ion-android-exit:before {
  content: "";
}

.ion-android-expand:before {
  content: "";
}

.ion-android-favorite:before {
  content: "";
}

.ion-android-favorite-outline:before {
  content: "";
}

.ion-android-film:before {
  content: "";
}

.ion-android-folder:before {
  content: "";
}

.ion-android-folder-open:before {
  content: "";
}

.ion-android-funnel:before {
  content: "";
}

.ion-android-globe:before {
  content: "";
}

.ion-android-hand:before {
  content: "";
}

.ion-android-hangout:before {
  content: "";
}

.ion-android-happy:before {
  content: "";
}

.ion-android-home:before {
  content: "";
}

.ion-android-image:before {
  content: "";
}

.ion-android-laptop:before {
  content: "";
}

.ion-android-list:before {
  content: "";
}

.ion-android-locate:before {
  content: "";
}

.ion-android-lock:before {
  content: "";
}

.ion-android-mail:before {
  content: "";
}

.ion-android-map:before {
  content: "";
}

.ion-android-menu:before {
  content: "";
}

.ion-android-microphone:before {
  content: "";
}

.ion-android-microphone-off:before {
  content: "";
}

.ion-android-more-horizontal:before {
  content: "";
}

.ion-android-more-vertical:before {
  content: "";
}

.ion-android-navigate:before {
  content: "";
}

.ion-android-notifications:before {
  content: "";
}

.ion-android-notifications-none:before {
  content: "";
}

.ion-android-notifications-off:before {
  content: "";
}

.ion-android-open:before {
  content: "";
}

.ion-android-options:before {
  content: "";
}

.ion-android-people:before {
  content: "";
}

.ion-android-person:before {
  content: "";
}

.ion-android-person-add:before {
  content: "";
}

.ion-android-phone-landscape:before {
  content: "";
}

.ion-android-phone-portrait:before {
  content: "";
}

.ion-android-pin:before {
  content: "";
}

.ion-android-plane:before {
  content: "";
}

.ion-android-playstore:before {
  content: "";
}

.ion-android-print:before {
  content: "";
}

.ion-android-radio-button-off:before {
  content: "";
}

.ion-android-radio-button-on:before {
  content: "";
}

.ion-android-refresh:before {
  content: "";
}

.ion-android-remove:before {
  content: "";
}

.ion-android-remove-circle:before {
  content: "";
}

.ion-android-restaurant:before {
  content: "";
}

.ion-android-sad:before {
  content: "";
}

.ion-android-search:before {
  content: "";
}

.ion-android-send:before {
  content: "";
}

.ion-android-settings:before {
  content: "";
}

.ion-android-share:before {
  content: "";
}

.ion-android-share-alt:before {
  content: "";
}

.ion-android-star:before {
  content: "";
}

.ion-android-star-half:before {
  content: "";
}

.ion-android-star-outline:before {
  content: "";
}

.ion-android-stopwatch:before {
  content: "";
}

.ion-android-subway:before {
  content: "";
}

.ion-android-sunny:before {
  content: "";
}

.ion-android-sync:before {
  content: "";
}

.ion-android-textsms:before {
  content: "";
}

.ion-android-time:before {
  content: "";
}

.ion-android-train:before {
  content: "";
}

.ion-android-unlock:before {
  content: "";
}

.ion-android-upload:before {
  content: "";
}

.ion-android-volume-down:before {
  content: "";
}

.ion-android-volume-mute:before {
  content: "";
}

.ion-android-volume-off:before {
  content: "";
}

.ion-android-volume-up:before {
  content: "";
}

.ion-android-walk:before {
  content: "";
}

.ion-android-warning:before {
  content: "";
}

.ion-android-watch:before {
  content: "";
}

.ion-android-wifi:before {
  content: "";
}

.ion-aperture:before {
  content: "";
}

.ion-archive:before {
  content: "";
}

.ion-arrow-down-a:before {
  content: "";
}

.ion-arrow-down-b:before {
  content: "";
}

.ion-arrow-down-c:before {
  content: "";
}

.ion-arrow-expand:before {
  content: "";
}

.ion-arrow-graph-down-left:before {
  content: "";
}

.ion-arrow-graph-down-right:before {
  content: "";
}

.ion-arrow-graph-up-left:before {
  content: "";
}

.ion-arrow-graph-up-right:before {
  content: "";
}

.ion-arrow-left-a:before {
  content: "";
}

.ion-arrow-left-b:before {
  content: "";
}

.ion-arrow-left-c:before {
  content: "";
}

.ion-arrow-move:before {
  content: "";
}

.ion-arrow-resize:before {
  content: "";
}

.ion-arrow-return-left:before {
  content: "";
}

.ion-arrow-return-right:before {
  content: "";
}

.ion-arrow-right-a:before {
  content: "";
}

.ion-arrow-right-b:before {
  content: "";
}

.ion-arrow-right-c:before {
  content: "";
}

.ion-arrow-shrink:before {
  content: "";
}

.ion-arrow-swap:before {
  content: "";
}

.ion-arrow-up-a:before {
  content: "";
}

.ion-arrow-up-b:before {
  content: "";
}

.ion-arrow-up-c:before {
  content: "";
}

.ion-asterisk:before {
  content: "";
}

.ion-at:before {
  content: "";
}

.ion-backspace:before {
  content: "";
}

.ion-backspace-outline:before {
  content: "";
}

.ion-bag:before {
  content: "";
}

.ion-battery-charging:before {
  content: "";
}

.ion-battery-empty:before {
  content: "";
}

.ion-battery-full:before {
  content: "";
}

.ion-battery-half:before {
  content: "";
}

.ion-battery-low:before {
  content: "";
}

.ion-beaker:before {
  content: "";
}

.ion-beer:before {
  content: "";
}

.ion-bluetooth:before {
  content: "";
}

.ion-bonfire:before {
  content: "";
}

.ion-bookmark:before {
  content: "";
}

.ion-bowtie:before {
  content: "";
}

.ion-briefcase:before {
  content: "";
}

.ion-bug:before {
  content: "";
}

.ion-calculator:before {
  content: "";
}

.ion-calendar:before {
  content: "";
}

.ion-camera:before {
  content: "";
}

.ion-card:before {
  content: "";
}

.ion-cash:before {
  content: "";
}

.ion-chatbox:before {
  content: "";
}

.ion-chatbox-working:before {
  content: "";
}

.ion-chatboxes:before {
  content: "";
}

.ion-chatbubble:before {
  content: "";
}

.ion-chatbubble-working:before {
  content: "";
}

.ion-chatbubbles:before {
  content: "";
}

.ion-checkmark:before {
  content: "";
}

.ion-checkmark-circled:before {
  content: "";
}

.ion-checkmark-round:before {
  content: "";
}

.ion-chevron-down:before {
  content: "";
}

.ion-chevron-left:before {
  content: "";
}

.ion-chevron-right:before {
  content: "";
}

.ion-chevron-up:before {
  content: "";
}

.ion-clipboard:before {
  content: "";
}

.ion-clock:before {
  content: "";
}

.ion-close:before {
  content: "";
}

.ion-close-circled:before {
  content: "";
}

.ion-close-round:before {
  content: "";
}

.ion-closed-captioning:before {
  content: "";
}

.ion-cloud:before {
  content: "";
}

.ion-code:before {
  content: "";
}

.ion-code-download:before {
  content: "";
}

.ion-code-working:before {
  content: "";
}

.ion-coffee:before {
  content: "";
}

.ion-compass:before {
  content: "";
}

.ion-compose:before {
  content: "";
}

.ion-connection-bars:before {
  content: "";
}

.ion-contrast:before {
  content: "";
}

.ion-crop:before {
  content: "";
}

.ion-cube:before {
  content: "";
}

.ion-disc:before {
  content: "";
}

.ion-document:before {
  content: "";
}

.ion-document-text:before {
  content: "";
}

.ion-drag:before {
  content: "";
}

.ion-earth:before {
  content: "";
}

.ion-easel:before {
  content: "";
}

.ion-edit:before {
  content: "";
}

.ion-egg:before {
  content: "";
}

.ion-eject:before {
  content: "";
}

.ion-email:before {
  content: "";
}

.ion-email-unread:before {
  content: "";
}

.ion-erlenmeyer-flask:before {
  content: "";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "";
}

.ion-eye:before {
  content: "";
}

.ion-eye-disabled:before {
  content: "";
}

.ion-female:before {
  content: "";
}

.ion-filing:before {
  content: "";
}

.ion-film-marker:before {
  content: "";
}

.ion-fireball:before {
  content: "";
}

.ion-flag:before {
  content: "";
}

.ion-flame:before {
  content: "";
}

.ion-flash:before {
  content: "";
}

.ion-flash-off:before {
  content: "";
}

.ion-folder:before {
  content: "";
}

.ion-fork:before {
  content: "";
}

.ion-fork-repo:before {
  content: "";
}

.ion-forward:before {
  content: "";
}

.ion-funnel:before {
  content: "";
}

.ion-gear-a:before {
  content: "";
}

.ion-gear-b:before {
  content: "";
}

.ion-grid:before {
  content: "";
}

.ion-hammer:before {
  content: "";
}

.ion-happy:before {
  content: "";
}

.ion-happy-outline:before {
  content: "";
}

.ion-headphone:before {
  content: "";
}

.ion-heart:before {
  content: "";
}

.ion-heart-broken:before {
  content: "";
}

.ion-help:before {
  content: "";
}

.ion-help-buoy:before {
  content: "";
}

.ion-help-circled:before {
  content: "";
}

.ion-home:before {
  content: "";
}

.ion-icecream:before {
  content: "";
}

.ion-image:before {
  content: "";
}

.ion-images:before {
  content: "";
}

.ion-information:before {
  content: "";
}

.ion-information-circled:before {
  content: "";
}

.ion-ionic:before {
  content: "";
}

.ion-ios-alarm:before {
  content: "";
}

.ion-ios-alarm-outline:before {
  content: "";
}

.ion-ios-albums:before {
  content: "";
}

.ion-ios-albums-outline:before {
  content: "";
}

.ion-ios-americanfootball:before {
  content: "";
}

.ion-ios-americanfootball-outline:before {
  content: "";
}

.ion-ios-analytics:before {
  content: "";
}

.ion-ios-analytics-outline:before {
  content: "";
}

.ion-ios-arrow-back:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type .page-link:before, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .pagination-datatables li a:before, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a:before, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a:before, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a:before {
  content: "";
}

.ion-ios-arrow-down:before {
  content: "";
}

.ion-ios-arrow-forward:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type .page-link:before, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .pagination-datatables li a:before, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a:before, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a:before, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a:before {
  content: "";
}

.ion-ios-arrow-left:before {
  content: "";
}

.ion-ios-arrow-right:before {
  content: "";
}

.ion-ios-arrow-thin-down:before {
  content: "";
}

.ion-ios-arrow-thin-left:before {
  content: "";
}

.ion-ios-arrow-thin-right:before {
  content: "";
}

.ion-ios-arrow-thin-up:before {
  content: "";
}

.ion-ios-arrow-up:before {
  content: "";
}

.ion-ios-at:before {
  content: "";
}

.ion-ios-at-outline:before {
  content: "";
}

.ion-ios-barcode:before {
  content: "";
}

.ion-ios-barcode-outline:before {
  content: "";
}

.ion-ios-baseball:before {
  content: "";
}

.ion-ios-baseball-outline:before {
  content: "";
}

.ion-ios-basketball:before {
  content: "";
}

.ion-ios-basketball-outline:before {
  content: "";
}

.ion-ios-bell:before {
  content: "";
}

.ion-ios-bell-outline:before {
  content: "";
}

.ion-ios-body:before {
  content: "";
}

.ion-ios-body-outline:before {
  content: "";
}

.ion-ios-bolt:before {
  content: "";
}

.ion-ios-bolt-outline:before {
  content: "";
}

.ion-ios-book:before {
  content: "";
}

.ion-ios-book-outline:before {
  content: "";
}

.ion-ios-bookmarks:before {
  content: "";
}

.ion-ios-bookmarks-outline:before {
  content: "";
}

.ion-ios-box:before {
  content: "";
}

.ion-ios-box-outline:before {
  content: "";
}

.ion-ios-briefcase:before {
  content: "";
}

.ion-ios-briefcase-outline:before {
  content: "";
}

.ion-ios-browsers:before {
  content: "";
}

.ion-ios-browsers-outline:before {
  content: "";
}

.ion-ios-calculator:before {
  content: "";
}

.ion-ios-calculator-outline:before {
  content: "";
}

.ion-ios-calendar:before {
  content: "";
}

.ion-ios-calendar-outline:before {
  content: "";
}

.ion-ios-camera:before {
  content: "";
}

.ion-ios-camera-outline:before {
  content: "";
}

.ion-ios-cart:before {
  content: "";
}

.ion-ios-cart-outline:before {
  content: "";
}

.ion-ios-chatboxes:before {
  content: "";
}

.ion-ios-chatboxes-outline:before {
  content: "";
}

.ion-ios-chatbubble:before {
  content: "";
}

.ion-ios-chatbubble-outline:before {
  content: "";
}

.ion-ios-checkmark:before {
  content: "";
}

.ion-ios-checkmark-empty:before {
  content: "";
}

.ion-ios-checkmark-outline:before {
  content: "";
}

.ion-ios-circle-filled:before {
  content: "";
}

.ion-ios-circle-outline:before {
  content: "";
}

.ion-ios-clock:before {
  content: "";
}

.ion-ios-clock-outline:before {
  content: "";
}

.ion-ios-close:before {
  content: "";
}

.ion-ios-close-empty:before {
  content: "";
}

.ion-ios-close-outline:before {
  content: "";
}

.ion-ios-cloud:before {
  content: "";
}

.ion-ios-cloud-download:before {
  content: "";
}

.ion-ios-cloud-download-outline:before {
  content: "";
}

.ion-ios-cloud-outline:before {
  content: "";
}

.ion-ios-cloud-upload:before {
  content: "";
}

.ion-ios-cloud-upload-outline:before {
  content: "";
}

.ion-ios-cloudy:before {
  content: "";
}

.ion-ios-cloudy-night:before {
  content: "";
}

.ion-ios-cloudy-night-outline:before {
  content: "";
}

.ion-ios-cloudy-outline:before {
  content: "";
}

.ion-ios-cog:before {
  content: "";
}

.ion-ios-cog-outline:before {
  content: "";
}

.ion-ios-color-filter:before {
  content: "";
}

.ion-ios-color-filter-outline:before {
  content: "";
}

.ion-ios-color-wand:before {
  content: "";
}

.ion-ios-color-wand-outline:before {
  content: "";
}

.ion-ios-compose:before {
  content: "";
}

.ion-ios-compose-outline:before {
  content: "";
}

.ion-ios-contact:before {
  content: "";
}

.ion-ios-contact-outline:before {
  content: "";
}

.ion-ios-copy:before {
  content: "";
}

.ion-ios-copy-outline:before {
  content: "";
}

.ion-ios-crop:before {
  content: "";
}

.ion-ios-crop-strong:before {
  content: "";
}

.ion-ios-download:before {
  content: "";
}

.ion-ios-download-outline:before {
  content: "";
}

.ion-ios-drag:before {
  content: "";
}

.ion-ios-email:before {
  content: "";
}

.ion-ios-email-outline:before {
  content: "";
}

.ion-ios-eye:before {
  content: "";
}

.ion-ios-eye-outline:before {
  content: "";
}

.ion-ios-fastforward:before {
  content: "";
}

.ion-ios-fastforward-outline:before {
  content: "";
}

.ion-ios-filing:before {
  content: "";
}

.ion-ios-filing-outline:before {
  content: "";
}

.ion-ios-film:before {
  content: "";
}

.ion-ios-film-outline:before {
  content: "";
}

.ion-ios-flag:before {
  content: "";
}

.ion-ios-flag-outline:before {
  content: "";
}

.ion-ios-flame:before {
  content: "";
}

.ion-ios-flame-outline:before {
  content: "";
}

.ion-ios-flask:before {
  content: "";
}

.ion-ios-flask-outline:before {
  content: "";
}

.ion-ios-flower:before {
  content: "";
}

.ion-ios-flower-outline:before {
  content: "";
}

.ion-ios-folder:before {
  content: "";
}

.ion-ios-folder-outline:before {
  content: "";
}

.ion-ios-football:before {
  content: "";
}

.ion-ios-football-outline:before {
  content: "";
}

.ion-ios-game-controller-a:before {
  content: "";
}

.ion-ios-game-controller-a-outline:before {
  content: "";
}

.ion-ios-game-controller-b:before {
  content: "";
}

.ion-ios-game-controller-b-outline:before {
  content: "";
}

.ion-ios-gear:before {
  content: "";
}

.ion-ios-gear-outline:before {
  content: "";
}

.ion-ios-glasses:before {
  content: "";
}

.ion-ios-glasses-outline:before {
  content: "";
}

.ion-ios-grid-view:before {
  content: "";
}

.ion-ios-grid-view-outline:before {
  content: "";
}

.ion-ios-heart:before {
  content: "";
}

.ion-ios-heart-outline:before {
  content: "";
}

.ion-ios-help:before {
  content: "";
}

.ion-ios-help-empty:before {
  content: "";
}

.ion-ios-help-outline:before {
  content: "";
}

.ion-ios-home:before {
  content: "";
}

.ion-ios-home-outline:before {
  content: "";
}

.ion-ios-infinite:before {
  content: "";
}

.ion-ios-infinite-outline:before {
  content: "";
}

.ion-ios-information:before {
  content: "";
}

.ion-ios-information-empty:before {
  content: "";
}

.ion-ios-information-outline:before {
  content: "";
}

.ion-ios-ionic-outline:before {
  content: "";
}

.ion-ios-keypad:before {
  content: "";
}

.ion-ios-keypad-outline:before {
  content: "";
}

.ion-ios-lightbulb:before {
  content: "";
}

.ion-ios-lightbulb-outline:before {
  content: "";
}

.ion-ios-list:before {
  content: "";
}

.ion-ios-list-outline:before {
  content: "";
}

.ion-ios-location:before {
  content: "";
}

.ion-ios-location-outline:before {
  content: "";
}

.ion-ios-locked:before {
  content: "";
}

.ion-ios-locked-outline:before {
  content: "";
}

.ion-ios-loop:before {
  content: "";
}

.ion-ios-loop-strong:before {
  content: "";
}

.ion-ios-medical:before {
  content: "";
}

.ion-ios-medical-outline:before {
  content: "";
}

.ion-ios-medkit:before {
  content: "";
}

.ion-ios-medkit-outline:before {
  content: "";
}

.ion-ios-mic:before {
  content: "";
}

.ion-ios-mic-off:before {
  content: "";
}

.ion-ios-mic-outline:before {
  content: "";
}

.ion-ios-minus:before {
  content: "";
}

.ion-ios-minus-empty:before {
  content: "";
}

.ion-ios-minus-outline:before {
  content: "";
}

.ion-ios-monitor:before {
  content: "";
}

.ion-ios-monitor-outline:before {
  content: "";
}

.ion-ios-moon:before {
  content: "";
}

.ion-ios-moon-outline:before {
  content: "";
}

.ion-ios-more:before {
  content: "";
}

.ion-ios-more-outline:before {
  content: "";
}

.ion-ios-musical-note:before {
  content: "";
}

.ion-ios-musical-notes:before {
  content: "";
}

.ion-ios-navigate:before {
  content: "";
}

.ion-ios-navigate-outline:before {
  content: "";
}

.ion-ios-nutrition:before {
  content: "";
}

.ion-ios-nutrition-outline:before {
  content: "";
}

.ion-ios-paper:before {
  content: "";
}

.ion-ios-paper-outline:before {
  content: "";
}

.ion-ios-paperplane:before {
  content: "";
}

.ion-ios-paperplane-outline:before {
  content: "";
}

.ion-ios-partlysunny:before {
  content: "";
}

.ion-ios-partlysunny-outline:before {
  content: "";
}

.ion-ios-pause:before {
  content: "";
}

.ion-ios-pause-outline:before {
  content: "";
}

.ion-ios-paw:before {
  content: "";
}

.ion-ios-paw-outline:before {
  content: "";
}

.ion-ios-people:before {
  content: "";
}

.ion-ios-people-outline:before {
  content: "";
}

.ion-ios-person:before {
  content: "";
}

.ion-ios-person-outline:before {
  content: "";
}

.ion-ios-personadd:before {
  content: "";
}

.ion-ios-personadd-outline:before {
  content: "";
}

.ion-ios-photos:before {
  content: "";
}

.ion-ios-photos-outline:before {
  content: "";
}

.ion-ios-pie:before {
  content: "";
}

.ion-ios-pie-outline:before {
  content: "";
}

.ion-ios-pint:before {
  content: "";
}

.ion-ios-pint-outline:before {
  content: "";
}

.ion-ios-play:before {
  content: "";
}

.ion-ios-play-outline:before {
  content: "";
}

.ion-ios-plus:before {
  content: "";
}

.ion-ios-plus-empty:before {
  content: "";
}

.ion-ios-plus-outline:before {
  content: "";
}

.ion-ios-pricetag:before {
  content: "";
}

.ion-ios-pricetag-outline:before {
  content: "";
}

.ion-ios-pricetags:before {
  content: "";
}

.ion-ios-pricetags-outline:before {
  content: "";
}

.ion-ios-printer:before {
  content: "";
}

.ion-ios-printer-outline:before {
  content: "";
}

.ion-ios-pulse:before {
  content: "";
}

.ion-ios-pulse-strong:before {
  content: "";
}

.ion-ios-rainy:before {
  content: "";
}

.ion-ios-rainy-outline:before {
  content: "";
}

.ion-ios-recording:before {
  content: "";
}

.ion-ios-recording-outline:before {
  content: "";
}

.ion-ios-redo:before {
  content: "";
}

.ion-ios-redo-outline:before {
  content: "";
}

.ion-ios-refresh:before {
  content: "";
}

.ion-ios-refresh-empty:before {
  content: "";
}

.ion-ios-refresh-outline:before {
  content: "";
}

.ion-ios-reload:before {
  content: "";
}

.ion-ios-reverse-camera:before {
  content: "";
}

.ion-ios-reverse-camera-outline:before {
  content: "";
}

.ion-ios-rewind:before {
  content: "";
}

.ion-ios-rewind-outline:before {
  content: "";
}

.ion-ios-rose:before {
  content: "";
}

.ion-ios-rose-outline:before {
  content: "";
}

.ion-ios-search:before {
  content: "";
}

.ion-ios-search-strong:before {
  content: "";
}

.ion-ios-settings:before {
  content: "";
}

.ion-ios-settings-strong:before {
  content: "";
}

.ion-ios-shuffle:before {
  content: "";
}

.ion-ios-shuffle-strong:before {
  content: "";
}

.ion-ios-skipbackward:before {
  content: "";
}

.ion-ios-skipbackward-outline:before {
  content: "";
}

.ion-ios-skipforward:before {
  content: "";
}

.ion-ios-skipforward-outline:before {
  content: "";
}

.ion-ios-snowy:before {
  content: "";
}

.ion-ios-speedometer:before {
  content: "";
}

.ion-ios-speedometer-outline:before {
  content: "";
}

.ion-ios-star:before {
  content: "";
}

.ion-ios-star-half:before {
  content: "";
}

.ion-ios-star-outline:before {
  content: "";
}

.ion-ios-stopwatch:before {
  content: "";
}

.ion-ios-stopwatch-outline:before {
  content: "";
}

.ion-ios-sunny:before {
  content: "";
}

.ion-ios-sunny-outline:before {
  content: "";
}

.ion-ios-telephone:before {
  content: "";
}

.ion-ios-telephone-outline:before {
  content: "";
}

.ion-ios-tennisball:before {
  content: "";
}

.ion-ios-tennisball-outline:before {
  content: "";
}

.ion-ios-thunderstorm:before {
  content: "";
}

.ion-ios-thunderstorm-outline:before {
  content: "";
}

.ion-ios-time:before {
  content: "";
}

.ion-ios-time-outline:before {
  content: "";
}

.ion-ios-timer:before {
  content: "";
}

.ion-ios-timer-outline:before {
  content: "";
}

.ion-ios-toggle:before {
  content: "";
}

.ion-ios-toggle-outline:before {
  content: "";
}

.ion-ios-trash:before {
  content: "";
}

.ion-ios-trash-outline:before {
  content: "";
}

.ion-ios-undo:before {
  content: "";
}

.ion-ios-undo-outline:before {
  content: "";
}

.ion-ios-unlocked:before {
  content: "";
}

.ion-ios-unlocked-outline:before {
  content: "";
}

.ion-ios-upload:before {
  content: "";
}

.ion-ios-upload-outline:before {
  content: "";
}

.ion-ios-videocam:before {
  content: "";
}

.ion-ios-videocam-outline:before {
  content: "";
}

.ion-ios-volume-high:before {
  content: "";
}

.ion-ios-volume-low:before {
  content: "";
}

.ion-ios-wineglass:before {
  content: "";
}

.ion-ios-wineglass-outline:before {
  content: "";
}

.ion-ios-world:before {
  content: "";
}

.ion-ios-world-outline:before {
  content: "";
}

.ion-ipad:before {
  content: "";
}

.ion-iphone:before {
  content: "";
}

.ion-ipod:before {
  content: "";
}

.ion-jet:before {
  content: "";
}

.ion-key:before {
  content: "";
}

.ion-knife:before {
  content: "";
}

.ion-laptop:before {
  content: "";
}

.ion-leaf:before {
  content: "";
}

.ion-levels:before {
  content: "";
}

.ion-lightbulb:before {
  content: "";
}

.ion-link:before {
  content: "";
}

.ion-load-a:before {
  content: "";
}

.ion-load-b:before {
  content: "";
}

.ion-load-c:before {
  content: "";
}

.ion-load-d:before {
  content: "";
}

.ion-location:before {
  content: "";
}

.ion-lock-combination:before {
  content: "";
}

.ion-locked:before {
  content: "";
}

.ion-log-in:before {
  content: "";
}

.ion-log-out:before {
  content: "";
}

.ion-loop:before {
  content: "";
}

.ion-magnet:before {
  content: "";
}

.ion-male:before {
  content: "";
}

.ion-man:before {
  content: "";
}

.ion-map:before {
  content: "";
}

.ion-medkit:before {
  content: "";
}

.ion-merge:before {
  content: "";
}

.ion-mic-a:before {
  content: "";
}

.ion-mic-b:before {
  content: "";
}

.ion-mic-c:before {
  content: "";
}

.ion-minus:before {
  content: "";
}

.ion-minus-circled:before {
  content: "";
}

.ion-minus-round:before {
  content: "";
}

.ion-model-s:before {
  content: "";
}

.ion-monitor:before {
  content: "";
}

.ion-more:before {
  content: "";
}

.ion-mouse:before {
  content: "";
}

.ion-music-note:before {
  content: "";
}

.ion-navicon:before {
  content: "";
}

.ion-navicon-round:before {
  content: "";
}

.ion-navigate:before {
  content: "";
}

.ion-network:before {
  content: "";
}

.ion-no-smoking:before {
  content: "";
}

.ion-nuclear:before {
  content: "";
}

.ion-outlet:before {
  content: "";
}

.ion-paintbrush:before {
  content: "";
}

.ion-paintbucket:before {
  content: "";
}

.ion-paper-airplane:before {
  content: "";
}

.ion-paperclip:before {
  content: "";
}

.ion-pause:before {
  content: "";
}

.ion-person:before {
  content: "";
}

.ion-person-add:before {
  content: "";
}

.ion-person-stalker:before {
  content: "";
}

.ion-pie-graph:before {
  content: "";
}

.ion-pin:before {
  content: "";
}

.ion-pinpoint:before {
  content: "";
}

.ion-pizza:before {
  content: "";
}

.ion-plane:before {
  content: "";
}

.ion-planet:before {
  content: "";
}

.ion-play:before {
  content: "";
}

.ion-playstation:before {
  content: "";
}

.ion-plus:before {
  content: "";
}

.ion-plus-circled:before {
  content: "";
}

.ion-plus-round:before {
  content: "";
}

.ion-podium:before {
  content: "";
}

.ion-pound:before {
  content: "";
}

.ion-power:before {
  content: "";
}

.ion-pricetag:before {
  content: "";
}

.ion-pricetags:before {
  content: "";
}

.ion-printer:before {
  content: "";
}

.ion-pull-request:before {
  content: "";
}

.ion-qr-scanner:before {
  content: "";
}

.ion-quote:before {
  content: "";
}

.ion-radio-waves:before {
  content: "";
}

.ion-record:before {
  content: "";
}

.ion-refresh:before {
  content: "";
}

.ion-reply:before {
  content: "";
}

.ion-reply-all:before {
  content: "";
}

.ion-ribbon-a:before {
  content: "";
}

.ion-ribbon-b:before {
  content: "";
}

.ion-sad:before {
  content: "";
}

.ion-sad-outline:before {
  content: "";
}

.ion-scissors:before {
  content: "";
}

.ion-search:before {
  content: "";
}

.ion-settings:before {
  content: "";
}

.ion-share:before {
  content: "";
}

.ion-shuffle:before {
  content: "";
}

.ion-skip-backward:before {
  content: "";
}

.ion-skip-forward:before {
  content: "";
}

.ion-social-android:before {
  content: "";
}

.ion-social-android-outline:before {
  content: "";
}

.ion-social-angular:before {
  content: "";
}

.ion-social-angular-outline:before {
  content: "";
}

.ion-social-apple:before {
  content: "";
}

.ion-social-apple-outline:before {
  content: "";
}

.ion-social-bitcoin:before {
  content: "";
}

.ion-social-bitcoin-outline:before {
  content: "";
}

.ion-social-buffer:before {
  content: "";
}

.ion-social-buffer-outline:before {
  content: "";
}

.ion-social-chrome:before {
  content: "";
}

.ion-social-chrome-outline:before {
  content: "";
}

.ion-social-codepen:before {
  content: "";
}

.ion-social-codepen-outline:before {
  content: "";
}

.ion-social-css3:before {
  content: "";
}

.ion-social-css3-outline:before {
  content: "";
}

.ion-social-designernews:before {
  content: "";
}

.ion-social-designernews-outline:before {
  content: "";
}

.ion-social-dribbble:before {
  content: "";
}

.ion-social-dribbble-outline:before {
  content: "";
}

.ion-social-dropbox:before {
  content: "";
}

.ion-social-dropbox-outline:before {
  content: "";
}

.ion-social-euro:before {
  content: "";
}

.ion-social-euro-outline:before {
  content: "";
}

.ion-social-facebook:before {
  content: "";
}

.ion-social-facebook-outline:before {
  content: "";
}

.ion-social-foursquare:before {
  content: "";
}

.ion-social-foursquare-outline:before {
  content: "";
}

.ion-social-freebsd-devil:before {
  content: "";
}

.ion-social-github:before {
  content: "";
}

.ion-social-github-outline:before {
  content: "";
}

.ion-social-google:before {
  content: "";
}

.ion-social-google-outline:before {
  content: "";
}

.ion-social-googleplus:before {
  content: "";
}

.ion-social-googleplus-outline:before {
  content: "";
}

.ion-social-hackernews:before {
  content: "";
}

.ion-social-hackernews-outline:before {
  content: "";
}

.ion-social-html5:before {
  content: "";
}

.ion-social-html5-outline:before {
  content: "";
}

.ion-social-instagram:before {
  content: "";
}

.ion-social-instagram-outline:before {
  content: "";
}

.ion-social-javascript:before {
  content: "";
}

.ion-social-javascript-outline:before {
  content: "";
}

.ion-social-linkedin:before {
  content: "";
}

.ion-social-linkedin-outline:before {
  content: "";
}

.ion-social-markdown:before {
  content: "";
}

.ion-social-nodejs:before {
  content: "";
}

.ion-social-octocat:before {
  content: "";
}

.ion-social-pinterest:before {
  content: "";
}

.ion-social-pinterest-outline:before {
  content: "";
}

.ion-social-python:before {
  content: "";
}

.ion-social-reddit:before {
  content: "";
}

.ion-social-reddit-outline:before {
  content: "";
}

.ion-social-rss:before {
  content: "";
}

.ion-social-rss-outline:before {
  content: "";
}

.ion-social-sass:before {
  content: "";
}

.ion-social-skype:before {
  content: "";
}

.ion-social-skype-outline:before {
  content: "";
}

.ion-social-snapchat:before {
  content: "";
}

.ion-social-snapchat-outline:before {
  content: "";
}

.ion-social-tumblr:before {
  content: "";
}

.ion-social-tumblr-outline:before {
  content: "";
}

.ion-social-tux:before {
  content: "";
}

.ion-social-twitch:before {
  content: "";
}

.ion-social-twitch-outline:before {
  content: "";
}

.ion-social-twitter:before {
  content: "";
}

.ion-social-twitter-outline:before {
  content: "";
}

.ion-social-usd:before {
  content: "";
}

.ion-social-usd-outline:before {
  content: "";
}

.ion-social-vimeo:before {
  content: "";
}

.ion-social-vimeo-outline:before {
  content: "";
}

.ion-social-whatsapp:before {
  content: "";
}

.ion-social-whatsapp-outline:before {
  content: "";
}

.ion-social-windows:before {
  content: "";
}

.ion-social-windows-outline:before {
  content: "";
}

.ion-social-wordpress:before {
  content: "";
}

.ion-social-wordpress-outline:before {
  content: "";
}

.ion-social-yahoo:before {
  content: "";
}

.ion-social-yahoo-outline:before {
  content: "";
}

.ion-social-yen:before {
  content: "";
}

.ion-social-yen-outline:before {
  content: "";
}

.ion-social-youtube:before {
  content: "";
}

.ion-social-youtube-outline:before {
  content: "";
}

.ion-soup-can:before {
  content: "";
}

.ion-soup-can-outline:before {
  content: "";
}

.ion-speakerphone:before {
  content: "";
}

.ion-speedometer:before {
  content: "";
}

.ion-spoon:before {
  content: "";
}

.ion-star:before {
  content: "";
}

.ion-stats-bars:before {
  content: "";
}

.ion-steam:before {
  content: "";
}

.ion-stop:before {
  content: "";
}

.ion-thermometer:before {
  content: "";
}

.ion-thumbsdown:before {
  content: "";
}

.ion-thumbsup:before {
  content: "";
}

.ion-toggle:before {
  content: "";
}

.ion-toggle-filled:before {
  content: "";
}

.ion-transgender:before {
  content: "";
}

.ion-trash-a:before {
  content: "";
}

.ion-trash-b:before {
  content: "";
}

.ion-trophy:before {
  content: "";
}

.ion-tshirt:before {
  content: "";
}

.ion-tshirt-outline:before {
  content: "";
}

.ion-umbrella:before {
  content: "";
}

.ion-university:before {
  content: "";
}

.ion-unlocked:before {
  content: "";
}

.ion-upload:before {
  content: "";
}

.ion-usb:before {
  content: "";
}

.ion-videocamera:before {
  content: "";
}

.ion-volume-high:before {
  content: "";
}

.ion-volume-low:before {
  content: "";
}

.ion-volume-medium:before {
  content: "";
}

.ion-volume-mute:before {
  content: "";
}

.ion-wand:before {
  content: "";
}

.ion-waterdrop:before {
  content: "";
}

.ion-wifi:before {
  content: "";
}

.ion-wineglass:before {
  content: "";
}

.ion-woman:before {
  content: "";
}

.ion-wrench:before {
  content: "";
}

.ion-xbox:before {
  content: "";
}

@font-face {
  font-family: "cockpit";
  src: url("../fonts/cockpit.ttf?k8ij4s") format("truetype"), url("../fonts/cockpit.woff?k8ij4s") format("woff"), url("../fonts/cockpit.woff?k8ij4s") format("woff2"), url("../fonts/cockpit.svg?k8ij4s#cockpit") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-atom, .icon-atom:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cockpit" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-organisation-default:before {
  content: "";
}

.ion-Electricity-Gas:before {
  content: "";
}

.ion-Gas:before {
  content: "";
}

.ion-Multiple-Locations:before {
  content: "";
}

.ion-Electricity:before {
  content: "";
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI.ttf") format("truetype"), url("../fonts/SegoeUI.svg#SegoeUI") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI-Semibold';
  src: url("../fonts/SegoeUI-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Semibold.woff") format("woff"), url("../fonts/SegoeUI-Semibold.ttf") format("truetype"), url("../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'SegoeUI-Semilights';
  src: url("../fonts/Segoe_ui_semilight.eot");
  src: local("☺"), url("../fonts/Segoe_ui_semilight.woff") format("woff"), url("../fonts/Segoe_ui_semilight.ttf") format("truetype"), url("../fonts/Segoe_ui_semilight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.input-group,
.form-group {
  margin-bottom: 1.5rem !important;
  border: 0;
}

.input-group select:focus,
.form-group select:focus {
  background-repeat: no-repeat;
  background-position: right center;
  background-color: white;
}

.input-group input,
.input-group select,
.form-group input,
.form-group select {
  font-family: 'SegoeUI';
  border-radius: 4px;
  color: #5a5858;
  caret-color: #087c35;
  border-color: #e6e6e6;
  min-width: 70px;
}

.input-group input:focus,
.input-group select:focus,
.form-group input:focus,
.form-group select:focus {
  box-shadow: none;
  border-color: #087c35;
}

.input-group input::placeholder,
.input-group select::placeholder,
.form-group input::placeholder,
.form-group select::placeholder {
  color: #bebebe;
}

.input-group .invalid-feedback,
.form-group .invalid-feedback {
  position: absolute;
  left: 0;
  top: 2.5em;
}

.input-group .rbt-input,
.form-group .rbt-input {
  border-radius: 4px;
  max-height: 40px;
  overflow: auto;
}

.input-group .rbt,
.form-group .rbt {
  border-radius: 4px;
}

.input-group .rbt .rbt-menu > li a,
.form-group .rbt .rbt-menu > li a {
  font-family: 'Segoe UI';
  font-size: 15px;
  color: #5a5858;
  letter-spacing: 0;
  line-height: 24px;
}

.input-group .rbt .rbt-menu > li a:hover,
.form-group .rbt .rbt-menu > li a:hover {
  background-color: #087c35 !important;
  font-family: 'Segoe UI';
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
}

.input-group .SingleDatePicker,
.form-group .SingleDatePicker {
  display: block;
}

.input-group .SingleDatePicker .SingleDatePickerInput,
.form-group .SingleDatePicker .SingleDatePickerInput {
  border-radius: 4px;
  width: 100%;
}

.input-group .SingleDatePicker .SingleDatePickerInput .DateInput,
.form-group .SingleDatePicker .SingleDatePickerInput .DateInput {
  border-radius: 4px;
  width: 100%;
}

.input-group .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input,
.form-group .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  height: 2.05rem;
  font-size: 14px;
}

.item-typeahead .rbt {
  width: 100%;
  line-height: 24px;
}

.item-typeahead .rbt .rbt-input-hint-container .rbt-input {
  height: 35px;
}

.item-typeahead .rbt .rbt-input-hint-container .rbt-input-hint {
  height: 35px;
}

.SingleDatePickerInput {
  border-radius: 4px;
}

.SingleDatePickerInput .DateInput_input {
  padding: 0 10px;
}

.SingleDatePickerInput .DateInput_input.DateInput_input__focused {
  border-color: #fff !important;
}

.input-group-addon {
  color: white;
}

.input-group-addon.primary {
  background-color: #087c35;
  border-color: #087c35;
}

.input-group-addon.success {
  background-color: #00c9a7;
  border-color: #00c9a7;
}

.input-group-addon.info {
  background-color: #00c9db;
  border-color: #00c9db;
}

.input-group-addon .warning {
  background-color: #ffcc59;
  border-color: #ffcc59;
}

.input-group-addon.danger {
  background-color: #ed4c78;
  border-color: #ed4c78;
}

/* Checkbox hack*/
input[type=checkbox] {
  display: none;
}

input[type=checkbox] ~ label i {
  width: 23px;
  height: 24px;
  font-size: 23px;
  color: transparent;
  line-height: 23px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  margin-top: -4px;
}

input[type=checkbox] ~ label i:before {
  padding: 0;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}

input[type=checkbox]:checked ~ label i {
  color: #087c35;
}

input[type=checkbox]:checked ~ label i:before {
  border: 0;
}

td.jsoneditor-tree input[type=checkbox] {
  display: inline-block;
  margin: 5px 3px;
}

.field-boolean .checkbox label input[type=checkbox], .field-boolean .checkbox label input[type=radio] {
  display: inline-block;
  margin: 5px 3px;
}

.field-radio-group .radio label span input[type=radio] {
  display: inline-block;
  margin: 5px 3px;
}

.field-array-of-object .row {
  margin-left: 0px;
  margin-top: 8px;
}

.array-item {
  margin-bottom: 8px;
  margin-right: 36px;
}

.switching-form-content .jsx-parser div form.rjsf fieldset#root .field, .switching-form-content .jsx-parser div form.rjsf fieldset#root .field-array {
  display: block;
  border-image: none;
}

.switching-form-content .jsx-parser div form.rjsf fieldset#root .field .field-array, .switching-form-content .jsx-parser div form.rjsf fieldset#root .field-array .field-array {
  display: inline;
  border-image: none;
}

.switching-form-content .jsx-parser div form.rjsf fieldset#root .field .field-array .control-label, .switching-form-content .jsx-parser div form.rjsf fieldset#root .field-array .field-array .control-label {
  width: 100%;
}

.switching-form-content .jsx-parser div form.rjsf fieldset#root .field .field-array .form-control, .switching-form-content .jsx-parser div form.rjsf fieldset#root .field-array .field-array .form-control {
  width: 100%;
}

.switching-form-content .jsx-parser div form.rjsf fieldset#root .field .field-array .array-item-list, .switching-form-content .jsx-parser div form.rjsf fieldset#root .field-array .field-array .array-item-list {
  margin: 0;
}

.switching-form-content .jsx-parser div form.rjsf fieldset#root .field .control-label, .switching-form-content .jsx-parser div form.rjsf fieldset#root .field-array .control-label {
  width: 100%;
}

.switching-form-content .jsx-parser div form.rjsf fieldset#root .field .form-control, .switching-form-content .jsx-parser div form.rjsf fieldset#root .field-array .form-control {
  width: 100%;
}

.switching-form-content .jsx-parser div form.rjsf fieldset#root .field fieldset#root_newTenant .field, .switching-form-content .jsx-parser div form.rjsf fieldset#root .field-array fieldset#root_newTenant .field {
  width: 100%;
}

.switching-form-content .jsx-parser div form.rjsf fieldset#root .field fieldset#root_newTenant .field .control-label, .switching-form-content .jsx-parser div form.rjsf fieldset#root .field-array fieldset#root_newTenant .field .control-label {
  width: 100%;
}

.switching-form-content .jsx-parser div form.rjsf fieldset#root .field fieldset#root_newTenant .field .form-control, .switching-form-content .jsx-parser div form.rjsf fieldset#root .field-array fieldset#root_newTenant .field .form-control {
  width: 100%;
}

#root_newTenant_businessPartner .field-string, #root_newTenant_contact .field-string, #root_newTenant_bankAccount .field-string {
  width: 50%;
  display: inline-block;
  padding: 8px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] ~ label .icon, input[type="radio"] ~ label .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type input[type="radio"] ~ label .page-link, input[type="radio"] ~ label .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type input[type="radio"] ~ label .page-link, input[type="radio"] ~ label .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type input[type="radio"] ~ label a, input[type="radio"] ~ label .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type input[type="radio"] ~ label a, input[type="radio"] ~ label .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type input[type="radio"] ~ label a, input[type="radio"] ~ label .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li input[type="radio"] ~ label a, input[type="radio"] ~ label .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type input[type="radio"] ~ label a, input[type="radio"] ~ label .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type input[type="radio"] ~ label a, input[type="radio"] ~ label .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type input[type="radio"] ~ label .page-link, input[type="radio"] ~ label .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type input[type="radio"] ~ label .page-link, input[type="radio"] ~ label .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type input[type="radio"] ~ label a, input[type="radio"] ~ label .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type input[type="radio"] ~ label a, input[type="radio"] ~ label .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type input[type="radio"] ~ label a, input[type="radio"] ~ label .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li input[type="radio"] ~ label a, input[type="radio"] ~ label .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type input[type="radio"] ~ label a, input[type="radio"] ~ label .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type input[type="radio"] ~ label a {
  color: #087c35;
  font-size: 20px;
}

input[type="radio"] ~ label .ion-android-radio-button-on {
  display: none;
}

input[type="radio"]:checked ~ label .ion-android-radio-button-on {
  display: inline-block;
}

input[type="radio"]:checked ~ label .ion-android-radio-button-off {
  display: none;
}

.Select .Select-control {
  border-color: #e6e6e6;
}

.Select:focus {
  box-shadow: none;
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #087c35 !important;
  color: #fff !important;
  border: 1px solid #087c35;
}

.DateInput_input__focused {
  border-color: #087c35 !important;
}

.DayPickerKeyboardShortcuts_show__bottomRight {
  border-right-color: #00c9db !important;
}

.DayPickerKeyboardShortcuts_show__bottomRight:hover {
  border-right-color: #087c35 !important;
}

.CalendarDay__selected_span, .CalendarDay__hovered_span, .CalendarDay__hovered_span:hover {
  background: #00c9db !important;
  color: #fff !important;
  border: 1px solid #087c35;
}

.DateRangePickerInput__withBorder {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding-right: 20px;
  color: #e6e6e6;
}

.DateRangePickerInput_calendarIcon {
  padding: 0;
  color: #e6e6e6;
  margin: -6px 0 0 20px;
  width: 13px;
}

.DateRangePickerInput_calendarIcon svg {
  width: 13px;
  color: #e6e6e6;
}

.DateRangePickerInput_clearDates_default:focus, .DateRangePickerInput_clearDates_default:hover {
  background: #fff;
  border-radius: 0;
}

.mpan {
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
}

.mpan .leadingcol {
  max-width: 60px;
  font-family: "SegoeUI";
  font-size: 48px;
  color: #2F2D2D;
  letter-spacing: 0;
  text-align: center;
}

.mpan .row .col {
  padding: 0;
}

.mpan .row .col:not(.leadingcol) {
  border-left: 1px solid #d2d2d2;
}

.mpan .row:first-of-type .col {
  border-bottom: 1px solid #d2d2d2;
}

.mpan input {
  width: 100%;
  border: none;
  text-align: center;
  border-radius: 0;
  font-family: "SegoeUI";
  font-size: 15px;
  color: #5A5858;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}

.mpan input.more-letterspacing {
  padding-left: 35px;
  letter-spacing: 30px;
}

.input-group {
  border-radius: 5px;
}

.input-group .input-group-addon {
  padding: 0;
}

.input-group input {
  border-radius: 5px 0 0 5px;
}

.input-group .btn {
  border-radius: 0 5px 5px 0;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
  color: #abaaaa;
}

.form-group {
  margin-bottom: 1rem !important;
}

.form-group .form-control-label {
  font-family: "SegoeUI-Semibold";
  font-size: 14px;
  color: #5A5858;
  letter-spacing: 0;
  line-height: 18px;
}

.select-boxes {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.select-boxes > div {
  flex: 1;
  margin-left: 20px;
}

.select-boxes > div:first-of-type {
  margin-left: 0;
}

.select-boxes .select-box {
  width: 100%;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  padding: 6px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-boxes .select-box .box-icon {
  color: #087c35;
}

.select-boxes .select-box:hover {
  box-shadow: inset 0 0 0px 4px rgba(13, 174, 255, 0.35);
}

.select-boxes input {
  display: none;
}

.select-boxes input:checked + .select-box {
  background-color: #087c35;
  color: #fff;
}

.select-boxes input:checked + .select-box .box-icon {
  color: #fff;
}

.select-boxes input:disabled + .select-box .inactive {
  display: block;
}

.tariff-boxes .tariff-box label {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #abaaaa;
  padding: 20px;
  margin-bottom: 20px;
}

.tariff-boxes .tariff-box label .header {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tariff-boxes .tariff-box label .header .icon, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box label .header .page-link, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box label .header .page-link, .tariff-boxes .tariff-box label .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box label .header a, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .tariff-boxes .tariff-box label .header a, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .tariff-boxes .tariff-box label .header a, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box label .header a, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box label .header .page-link, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box label .header .page-link, .tariff-boxes .tariff-box label .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box label .header a, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .tariff-boxes .tariff-box label .header a, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .tariff-boxes .tariff-box label .header a, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box label .header a {
  font-size: 20px;
}

.tariff-boxes .tariff-box label .header .icon.ion-android-radio-button-off, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .ion-android-radio-button-off.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box label .header .ion-android-radio-button-off.page-link, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .ion-android-radio-button-off.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box label .header .ion-android-radio-button-off.page-link, .tariff-boxes .tariff-box label .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.ion-android-radio-button-off, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .tariff-boxes .tariff-box label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .tariff-boxes .tariff-box label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .ion-android-radio-button-off.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box label .header .ion-android-radio-button-off.page-link, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .ion-android-radio-button-off.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box label .header .ion-android-radio-button-off.page-link, .tariff-boxes .tariff-box label .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.ion-android-radio-button-off, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .tariff-boxes .tariff-box label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .tariff-boxes .tariff-box label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box label .header a.ion-android-radio-button-off {
  color: #abaaaa;
  display: inline-block;
}

.tariff-boxes .tariff-box label .header .icon.ion-android-radio-button-on, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .ion-android-radio-button-on.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box label .header .ion-android-radio-button-on.page-link, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .ion-android-radio-button-on.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box label .header .ion-android-radio-button-on.page-link, .tariff-boxes .tariff-box label .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.ion-android-radio-button-on, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .tariff-boxes .tariff-box label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .tariff-boxes .tariff-box label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .ion-android-radio-button-on.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box label .header .ion-android-radio-button-on.page-link, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .ion-android-radio-button-on.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box label .header .ion-android-radio-button-on.page-link, .tariff-boxes .tariff-box label .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.ion-android-radio-button-on, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .tariff-boxes .tariff-box label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .tariff-boxes .tariff-box label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box label .header a.ion-android-radio-button-on {
  display: none;
}

.tariff-boxes .tariff-box label .header h2 {
  display: inline-block;
  font-family: "SegoeUI-Semilights";
  font-size: 24px;
  color: #abaaaa;
  letter-spacing: -0.38px;
  line-height: 24px;
  padding-left: 20px;
  max-width: calc(100% - 30px);
  margin: 0;
}

.tariff-boxes .tariff-box label h4 {
  font-family: "SegoeUI-Semibold";
  font-size: 19px;
  color: #2F2D2D;
  letter-spacing: 0;
  line-height: 22.8px;
  padding-top: 20px;
}

.tariff-boxes .tariff-box label:hover {
  background-color: #fff;
}

.tariff-boxes .tariff-box label:hover .header .icon, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box label:hover .header .page-link, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box label:hover .header .page-link, .tariff-boxes .tariff-box label:hover .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box label:hover .header a, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .tariff-boxes .tariff-box label:hover .header a, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .tariff-boxes .tariff-box label:hover .header a, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box label:hover .header a, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box label:hover .header .page-link, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box label:hover .header .page-link, .tariff-boxes .tariff-box label:hover .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box label:hover .header a, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .tariff-boxes .tariff-box label:hover .header a, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .tariff-boxes .tariff-box label:hover .header a, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box label:hover .header a {
  font-size: 20px;
}

.tariff-boxes .tariff-box label:hover .header .icon.ion-android-radio-button-off, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .ion-android-radio-button-off.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box label:hover .header .ion-android-radio-button-off.page-link, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .ion-android-radio-button-off.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box label:hover .header .ion-android-radio-button-off.page-link, .tariff-boxes .tariff-box label:hover .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.ion-android-radio-button-off, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .ion-android-radio-button-off.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box label:hover .header .ion-android-radio-button-off.page-link, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .ion-android-radio-button-off.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box label:hover .header .ion-android-radio-button-off.page-link, .tariff-boxes .tariff-box label:hover .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.ion-android-radio-button-off, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-off {
  color: #000000;
  display: inline-block;
}

.tariff-boxes .tariff-box label:hover .header .icon.ion-android-radio-button-on, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .ion-android-radio-button-on.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box label:hover .header .ion-android-radio-button-on.page-link, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .ion-android-radio-button-on.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box label:hover .header .ion-android-radio-button-on.page-link, .tariff-boxes .tariff-box label:hover .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.ion-android-radio-button-on, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .ion-android-radio-button-on.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box label:hover .header .ion-android-radio-button-on.page-link, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .ion-android-radio-button-on.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box label:hover .header .ion-android-radio-button-on.page-link, .tariff-boxes .tariff-box label:hover .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.ion-android-radio-button-on, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box label:hover .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box label:hover .header a.ion-android-radio-button-on {
  color: #087c35;
  display: none;
}

.tariff-boxes .tariff-box input:checked + label {
  background-color: #fff;
}

.tariff-boxes .tariff-box input:checked + label .header .icon, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box input:checked + label .header .page-link, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box input:checked + label .header .page-link, .tariff-boxes .tariff-box input:checked + label .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box input:checked + label .header a, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .tariff-boxes .tariff-box input:checked + label .header a, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .tariff-boxes .tariff-box input:checked + label .header a, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box input:checked + label .header a, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box input:checked + label .header .page-link, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box input:checked + label .header .page-link, .tariff-boxes .tariff-box input:checked + label .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box input:checked + label .header a, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .tariff-boxes .tariff-box input:checked + label .header a, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .tariff-boxes .tariff-box input:checked + label .header a, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box input:checked + label .header a {
  font-size: 20px;
}

.tariff-boxes .tariff-box input:checked + label .header .icon.ion-android-radio-button-off, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .ion-android-radio-button-off.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box input:checked + label .header .ion-android-radio-button-off.page-link, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .ion-android-radio-button-off.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box input:checked + label .header .ion-android-radio-button-off.page-link, .tariff-boxes .tariff-box input:checked + label .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.ion-android-radio-button-off, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .ion-android-radio-button-off.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box input:checked + label .header .ion-android-radio-button-off.page-link, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .ion-android-radio-button-off.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box input:checked + label .header .ion-android-radio-button-off.page-link, .tariff-boxes .tariff-box input:checked + label .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.ion-android-radio-button-off, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-off, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.ion-android-radio-button-off, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-off {
  color: #abaaaa;
  display: none;
}

.tariff-boxes .tariff-box input:checked + label .header .icon.ion-android-radio-button-on, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .ion-android-radio-button-on.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box input:checked + label .header .ion-android-radio-button-on.page-link, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .ion-android-radio-button-on.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box input:checked + label .header .ion-android-radio-button-on.page-link, .tariff-boxes .tariff-box input:checked + label .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.ion-android-radio-button-on, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .ion-android-radio-button-on.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box input:checked + label .header .ion-android-radio-button-on.page-link, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .ion-android-radio-button-on.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box input:checked + label .header .ion-android-radio-button-on.page-link, .tariff-boxes .tariff-box input:checked + label .header .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.ion-android-radio-button-on, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-on, .tariff-boxes .tariff-box input:checked + label .header .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.ion-android-radio-button-on, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .tariff-boxes .tariff-box input:checked + label .header a.ion-android-radio-button-on {
  color: #087c35;
  display: inline-block;
}

.Select-menu-outer {
  z-index: 15;
}

/* Header */
.app-header {
  width: calc(100vw - 250px);
  min-height: 60px;
  padding-left: 250px;
}

.app-header .user-menu {
  margin-right: 50px;
}

.app-header .user-menu .nav-link img, .app-header .user-menu .navbar .dropdown-toggle img, .navbar .app-header .user-menu .dropdown-toggle img {
  border: 1px solid #bebebe;
  height: 40px !important;
  width: 40px;
  margin: 0 4px !important;
  max-width: 40px;
  overflow: hidden;
}

.app-header .user-menu .nav-link .ion-android-arrow-dropdown, .app-header .user-menu .navbar .dropdown-toggle .ion-android-arrow-dropdown, .navbar .app-header .user-menu .dropdown-toggle .ion-android-arrow-dropdown {
  color: #bebebe;
  transition: all 0.5s;
  display: inline-block;
}

.app-header .user-menu .show .ion-android-arrow-dropdown {
  transform: rotate(180deg);
}

.app-footer {
  background-color: #fff;
}

@media screen and (max-width: 997px) {
  .app-header {
    width: calc(100vw - 50px) !important;
    min-height: 60px;
    right: 0;
  }
}

.app-header .search-users-header {
  margin-top: 10px;
  margin-left: 46px;
  width: calc(100% - 170px);
}

.app-header .search-users-header .input-group,
.app-header .search-users-header .form-group {
  margin-bottom: 7px !important;
}

.app-header .search-users-header .input-group .icon, .app-header .search-users-header .input-group .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .app-header .search-users-header .input-group .page-link, .app-header .search-users-header .input-group .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .app-header .search-users-header .input-group .page-link, .app-header .search-users-header .input-group .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .app-header .search-users-header .input-group a, .app-header .search-users-header .input-group .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .app-header .search-users-header .input-group a, .app-header .search-users-header .input-group .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .app-header .search-users-header .input-group a, .app-header .search-users-header .input-group .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .app-header .search-users-header .input-group a, .app-header .search-users-header .input-group .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .app-header .search-users-header .input-group .page-link, .app-header .search-users-header .input-group .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .app-header .search-users-header .input-group .page-link, .app-header .search-users-header .input-group .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .app-header .search-users-header .input-group a, .app-header .search-users-header .input-group .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .app-header .search-users-header .input-group a, .app-header .search-users-header .input-group .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .app-header .search-users-header .input-group a, .app-header .search-users-header .input-group .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .app-header .search-users-header .input-group a,
.app-header .search-users-header .form-group .icon,
.app-header .search-users-header .form-group .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .app-header .search-users-header .form-group .page-link,
.app-header .search-users-header .form-group .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .app-header .search-users-header .form-group .page-link,
.app-header .search-users-header .form-group .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .app-header .search-users-header .form-group a,
.app-header .search-users-header .form-group .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .app-header .search-users-header .form-group a,
.app-header .search-users-header .form-group .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .app-header .search-users-header .form-group a,
.app-header .search-users-header .form-group .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .app-header .search-users-header .form-group a,
.app-header .search-users-header .form-group .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .app-header .search-users-header .form-group .page-link,
.app-header .search-users-header .form-group .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .app-header .search-users-header .form-group .page-link,
.app-header .search-users-header .form-group .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .app-header .search-users-header .form-group a,
.app-header .search-users-header .form-group .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .app-header .search-users-header .form-group a,
.app-header .search-users-header .form-group .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .app-header .search-users-header .form-group a,
.app-header .search-users-header .form-group .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .app-header .search-users-header .form-group a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  display: inline-block;
  color: #087c35;
  margin-top: 7px;
}

.app-header .search-users-header .rbt-input.form-control {
  padding-left: 5px;
  border-color: snow !important;
  border: none;
  box-shadow: none;
  width: 300% !important;
  font-size: 15px;
  line-height: 15px;
}

.app-header .search-users-header .rbt-input.form-control.focus {
  outline: none !important;
  border-color: snow !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.app-header .search-users-header .rbt {
  max-height: 30px;
}

.app-header .search-users-header .rbt-menu {
  margin-top: 16px;
  width: auto;
  box-shadow: 0px 2px 13px -2px #d0d0d0ba;
  z-index: 500007;
  position: absolute;
  background-color: #fff;
  max-height: 300px;
  overflow: auto;
}

.app-header .search-users-header .rbt-menu .user-row {
  display: table-row;
}

.app-header .search-users-header .rbt-menu .user-row:hover {
  background-color: #087c35 !important;
}

.app-header .search-users-header .rbt-menu .user-row:hover .user-col {
  color: #fff;
}

.app-header .search-users-header .rbt-menu .user-row:hover .icon, .app-header .search-users-header .rbt-menu .user-row:hover .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .app-header .search-users-header .rbt-menu .user-row:hover .page-link, .app-header .search-users-header .rbt-menu .user-row:hover .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .app-header .search-users-header .rbt-menu .user-row:hover .page-link, .app-header .search-users-header .rbt-menu .user-row:hover .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .app-header .search-users-header .rbt-menu .user-row:hover a, .app-header .search-users-header .rbt-menu .user-row:hover .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .app-header .search-users-header .rbt-menu .user-row:hover a, .app-header .search-users-header .rbt-menu .user-row:hover .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .app-header .search-users-header .rbt-menu .user-row:hover a, .app-header .search-users-header .rbt-menu .user-row:hover .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .app-header .search-users-header .rbt-menu .user-row:hover a, .app-header .search-users-header .rbt-menu .user-row:hover .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .app-header .search-users-header .rbt-menu .user-row:hover .page-link, .app-header .search-users-header .rbt-menu .user-row:hover .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .app-header .search-users-header .rbt-menu .user-row:hover .page-link, .app-header .search-users-header .rbt-menu .user-row:hover .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .app-header .search-users-header .rbt-menu .user-row:hover a, .app-header .search-users-header .rbt-menu .user-row:hover .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .app-header .search-users-header .rbt-menu .user-row:hover a, .app-header .search-users-header .rbt-menu .user-row:hover .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .app-header .search-users-header .rbt-menu .user-row:hover a, .app-header .search-users-header .rbt-menu .user-row:hover .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .app-header .search-users-header .rbt-menu .user-row:hover a {
  color: #fff;
}

.app-header .search-users-header .rbt-menu .user-row .user-col {
  font-family: 'Segoe UI';
  height: 50px;
  font-size: 15px;
  color: #5a5858;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}

.app-header .search-users-header .rbt-menu .user-row .user-col:first-of-type {
  padding-right: 10px;
  padding-left: 20px;
}

.app-header .search-users-header .rbt-menu .user-row .user-col .icon, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col .page-link, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col .page-link, .app-header .search-users-header .rbt-menu .user-row .user-col .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col .page-link, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col .page-link, .app-header .search-users-header .rbt-menu .user-row .user-col .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col a {
  margin-top: 0px;
}

.app-header .search-users-header .rbt-menu .user-row .user-col:hover {
  background-color: #087c35 !important;
  font-family: 'Segoe UI';
  font-size: 15px;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
}

.app-header .search-users-header .rbt-menu .user-row .user-col:hover .icon, .app-header .search-users-header .rbt-menu .user-row .user-col:hover .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col:hover .page-link, .app-header .search-users-header .rbt-menu .user-row .user-col:hover .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col:hover .page-link, .app-header .search-users-header .rbt-menu .user-row .user-col:hover .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col:hover a, .app-header .search-users-header .rbt-menu .user-row .user-col:hover .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .app-header .search-users-header .rbt-menu .user-row .user-col:hover a, .app-header .search-users-header .rbt-menu .user-row .user-col:hover .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col:hover a, .app-header .search-users-header .rbt-menu .user-row .user-col:hover .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col:hover a, .app-header .search-users-header .rbt-menu .user-row .user-col:hover .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col:hover .page-link, .app-header .search-users-header .rbt-menu .user-row .user-col:hover .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col:hover .page-link, .app-header .search-users-header .rbt-menu .user-row .user-col:hover .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col:hover a, .app-header .search-users-header .rbt-menu .user-row .user-col:hover .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .app-header .search-users-header .rbt-menu .user-row .user-col:hover a, .app-header .search-users-header .rbt-menu .user-row .user-col:hover .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col:hover a, .app-header .search-users-header .rbt-menu .user-row .user-col:hover .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col:hover a {
  color: #fff;
}

.app-header .search-users-header .rbt-menu .user-row .user-col .icon, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col .page-link, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col .page-link, .app-header .search-users-header .rbt-menu .user-row .user-col .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col .page-link, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col .page-link, .app-header .search-users-header .rbt-menu .user-row .user-col .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col a, .app-header .search-users-header .rbt-menu .user-row .user-col .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .app-header .search-users-header .rbt-menu .user-row .user-col a {
  color: #d2d2d2;
}

.rbt-menu ~ .rbt-sr-status {
  margin-right: 10px;
  color: #5a5858;
  position: relative;
  width: 300px;
  height: 53px;
  border: 0;
  top: 15px;
  clip-path: none;
  background-color: #fff;
  border: 1px;
  padding: 20px;
  box-shadow: 0px 2px 13px -2px #d0d0d0ba;
}

.rbt-menu ~ .rbt-sr-status:before {
  content: "\f129";
  margin-right: 10px;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  color: #d2d2d2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rbt-menu ~ .rbt-sr-status:hover {
  background-color: #fff !important;
  cursor: default;
}

.rbt .dropdown-menu-justify {
  right: auto !important;
}

.rbt-sr-status {
  display: none !important;
}

.dropdown-menu > li > a.active {
  color: #fff !important;
}

.dropdown-menu > li > a.active .icon, .dropdown-menu > li > a.active .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .dropdown-menu > li > a.active .page-link, .dropdown-menu > li > a.active .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .dropdown-menu > li > a.active .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .pagination-datatables .dropdown-menu > li > a.active a, .pagination-datatables .dropdown-menu > li > a.active .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .dropdown-menu > li > a.active a, .tasks-page .tasks-cnt .tasks-list .pagination .dropdown-menu > li > a.active .page-item:first-of-type a, .dropdown-menu > li > a.active .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .dropdown-menu > li > a.active a, .dropdown-menu > li > a.active .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .dropdown-menu > li > a.active .page-link, .dropdown-menu > li > a.active .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .dropdown-menu > li > a.active .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .pagination-datatables .dropdown-menu > li > a.active a, .pagination-datatables .dropdown-menu > li > a.active .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .dropdown-menu > li > a.active a, .tasks-page .tasks-cnt .tasks-list .pagination .dropdown-menu > li > a.active .page-item:last-of-type a, .dropdown-menu > li > a.active .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .dropdown-menu > li > a.active a {
  color: #fff !important;
}

.dropdown-menu > li > a:hover .icon, .dropdown-menu > li > a:hover .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .dropdown-menu > li > a:hover .page-link, .dropdown-menu > li > a:hover .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .dropdown-menu > li > a:hover .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .pagination-datatables .dropdown-menu > li > a:hover a, .pagination-datatables .dropdown-menu > li > a:hover .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .dropdown-menu > li > a:hover a, .tasks-page .tasks-cnt .tasks-list .pagination .dropdown-menu > li > a:hover .page-item:first-of-type a, .dropdown-menu > li > a:hover .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .dropdown-menu > li > a:hover a, .dropdown-menu > li > a:hover .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .dropdown-menu > li > a:hover .page-link, .dropdown-menu > li > a:hover .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .dropdown-menu > li > a:hover .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .pagination-datatables .dropdown-menu > li > a:hover a, .pagination-datatables .dropdown-menu > li > a:hover .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .dropdown-menu > li > a:hover a, .tasks-page .tasks-cnt .tasks-list .pagination .dropdown-menu > li > a:hover .page-item:last-of-type a, .dropdown-menu > li > a:hover .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .dropdown-menu > li > a:hover a {
  color: #fff !important;
}

body {
  font-family: 'SegoeUI';
}

body .app-body {
  margin-top: 0 !important;
  background-color: #f9f9f9;
}

body .main .container-fluid {
  padding: 60px 0;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}

.subheader {
  padding: 20px 30px 20px 30px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.subheader h1 {
  font-family: 'SegoeUI-Semibold';
  font-size: 24px;
  line-height: 24px;
  color: #2f2d2d;
  margin: 0;
  padding: 12px;
}

.subheader h1 span {
  font-family: 'Segoe UI';
  font-size: 13px;
  color: #abaaaa;
  padding-left: 15px;
}

.subheader .breadcrumb {
  margin-bottom: 0;
  border-bottom: none;
  font-family: 'Segoe UI';
  font-size: 13px;
  color: #abaaaa;
  float: right;
}

.subheader .breadcrumb .breadcrumb-item {
  font-size: 13px;
  color: #abaaaa;
  height: 24px;
  font-family: 'Segoe UI';
  line-height: 24px;
}

.subheader .breadcrumb .breadcrumb-item .icon, .subheader .breadcrumb .breadcrumb-item .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .subheader .breadcrumb .breadcrumb-item .page-link, .subheader .breadcrumb .breadcrumb-item .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .subheader .breadcrumb .breadcrumb-item .page-link, .subheader .breadcrumb .breadcrumb-item .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .subheader .breadcrumb .breadcrumb-item a, .subheader .breadcrumb .breadcrumb-item .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .subheader .breadcrumb .breadcrumb-item a, .subheader .breadcrumb .breadcrumb-item .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .subheader .breadcrumb .breadcrumb-item a, .subheader .breadcrumb .breadcrumb-item .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .subheader .breadcrumb .breadcrumb-item a, .subheader .breadcrumb .breadcrumb-item .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .subheader .breadcrumb .breadcrumb-item .page-link, .subheader .breadcrumb .breadcrumb-item .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .subheader .breadcrumb .breadcrumb-item .page-link, .subheader .breadcrumb .breadcrumb-item .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .subheader .breadcrumb .breadcrumb-item a, .subheader .breadcrumb .breadcrumb-item .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .subheader .breadcrumb .breadcrumb-item a, .subheader .breadcrumb .breadcrumb-item .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .subheader .breadcrumb .breadcrumb-item a, .subheader .breadcrumb .breadcrumb-item .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .subheader .breadcrumb .breadcrumb-item a {
  margin-right: 5px;
}

.subheader .breadcrumb .breadcrumb-item a {
  color: inherit;
}

.subheader .breadcrumb .breadcrumb-item:before {
  color: #abaaaa;
  padding: 0 0.3rem;
}

.subheader ~ .bp-nav-items {
  margin-top: -1px;
}

.page-cnt {
  padding: 26px 46px;
}

.btn {
  border-radius: 5px;
}

.btn.btn-secondary.dropdown-toggle {
  color: #111;
  background-color: #fff;
  border-color: #e6e6e6;
  box-shadow: none;
}

.btn.btn-secondary.dropdown-toggle span {
  padding-right: 10px;
}

.btn.btn-secondary.dropdown-toggle:after {
  color: #e6e6e6;
}

.btn:focus {
  box-shadow: none;
}

.btn-group {
  border-radius: 5px;
  overflow: hidden;
}

.btn-group.show {
  overflow: visible;
}

.btn-group .btn {
  border-radius: 0;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  box-shadow: none;
}

.bp-nav-items .nav-tabs {
  padding-left: 46px;
  background-color: #fff;
}

.bp-nav-items .nav-tabs .nav-item {
  cursor: pointer;
  margin-right: 32px;
}

.bp-nav-items .nav-tabs .nav-item a {
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}

.bp-nav-items .nav-tabs .nav-link, .bp-nav-items .nav-tabs .navbar .dropdown-toggle, .navbar .bp-nav-items .nav-tabs .dropdown-toggle {
  border: none;
  font-family: 'Segoe UI Semibold';
  font-size: 13px;
  color: #ABAAAA;
  letter-spacing: 0;
  line-height: 22px;
}

.bp-nav-items .nav-tabs .nav-link.active, .bp-nav-items .nav-tabs .navbar .active.dropdown-toggle, .navbar .bp-nav-items .nav-tabs .active.dropdown-toggle {
  padding-bottom: 18px;
  color: #2f2d2d;
  background: #fff;
  color: #5a5858;
  border-color: #e6e6e6;
  border-bottom: 4px solid #087c35 !important;
}

.bp-nav-items .nav-tabs .nav-link.active:focus, .bp-nav-items .nav-tabs .navbar .active.dropdown-toggle:focus, .navbar .bp-nav-items .nav-tabs .active.dropdown-toggle:focus {
  background: #fff;
  border-color: #e6e6e6;
  border-bottom-color: #fff;
}

.bp-nav-items .nav-tabs .nav-link:hover, .bp-nav-items .nav-tabs .navbar .dropdown-toggle:hover, .navbar .bp-nav-items .nav-tabs .dropdown-toggle:hover {
  padding-bottom: 18px;
  border-bottom: 4px solid #d2d2d2;
}

.bp-nav-items .bills-search-row {
  margin-right: 2px !important;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tab-content {
  margin-top: 0 !important;
  background: none !important;
  border: none !important;
}

.tab-content .tab-pane {
  padding: 20px 46px;
}

.tab-content .tab-pane .bp-nav-items {
  border: 1px solid #e6e6e6;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  overflow: hidden;
  padding-top: 10px;
  background-color: #fff;
}

.tab-content .tab-pane .bp-nav-items .nav-tabs {
  padding-left: 30px;
}

.tab-content .tab-pane .tab-content .tab-pane {
  padding: 0;
}

.tab-content .tab-pane .tab-content .tab-pane .table-filers-cnt {
  display: flex;
  justify-content: flex-start;
  padding: 0 30px 0;
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.tab-content .tab-pane .tab-content .tab-pane .table-filers-cnt > div {
  padding-top: 30px;
}

.tab-content .tab-pane .tab-content .tab-pane .react-bootstrap-table {
  border-radius: 0 0 4px 4px;
}

.tab-content .tab-pane .tab-content .tab-pane .agreemen-details .header {
  padding: 21px 6px 15px;
}

.card {
  background-color: #fff;
  border-color: #e6e6e6;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(26, 24, 24, 0.05);
  overflow: visible;
}

.card .card-header {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 1px 0 0 rgba(26, 24, 24, 0.05);
}

.card .card-header .card-title {
  font-family: 'Segoe UI Semibold';
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 0;
  padding: 6px 0;
  color: #2f2d2d;
}

.card .card-body .form-group, .card .card-block .form-group {
  margin-bottom: 0.2rem !important;
  border: 0;
}

.card .card-body .form-group small.form-text.text-muted, .card .card-block .form-group small.form-text.text-muted {
  font-family: 'Segoe UI Semibold';
  font-size: 13px;
  color: #abaaaa !important;
  letter-spacing: 0;
  line-height: 18px;
}

.card .card-body .form-group label, .card .card-block .form-group label {
  font-family: 'Segoe UI';
  font-size: 15px;
  color: #5a5858 !important;
  letter-spacing: 0;
  line-height: 22px;
}

.react-bs-table-sizePerPage-dropdown > .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #1a1818;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 0.5em;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}

.querylink .btn {
  margin-bottom: 8px;
  background: transparent;
  border: 0;
  font-family: 'SegoeUI-Semibold';
  font-size: 21px;
}

.querylink .btn .icon, .querylink .btn .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .querylink .btn .page-link, .querylink .btn .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .querylink .btn .page-link, .querylink .btn .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .querylink .btn a, .querylink .btn .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .querylink .btn a, .querylink .btn .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .querylink .btn a, .querylink .btn .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .querylink .btn a, .querylink .btn .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .querylink .btn .page-link, .querylink .btn .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .querylink .btn .page-link, .querylink .btn .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .querylink .btn a, .querylink .btn .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .querylink .btn a, .querylink .btn .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .querylink .btn a, .querylink .btn .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .querylink .btn a {
  color: #abaaaa;
  margin-right: 10px;
}

.querylink .btn:active {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.querylink .btn:focus {
  box-shadow: none !important;
}

.table-with-links td {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/chevron-down-gray.png) !important;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: white;
  padding: 0px 8px;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.loading:after {
  content: "";
  background: rgba(247, 246, 246, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.nosalesagent {
  text-align: center;
  padding-top: 100px;
}

.nosalesagent > .icon, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .nosalesagent > .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .nosalesagent > .page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .nosalesagent > a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type .nosalesagent > a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .nosalesagent > a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .nosalesagent > a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .nosalesagent > a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .nosalesagent > a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .nosalesagent > .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .nosalesagent > .page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .nosalesagent > a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type .nosalesagent > a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .nosalesagent > a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .nosalesagent > a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .nosalesagent > a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .nosalesagent > a, .nosalesagent > .icon-atom {
  font-size: 150px;
  color: #abaaaa;
}

table.rates tr td {
  padding: 0 20px 10px 0;
  font-family: "SegoeUI";
  font-size: 15px;
  color: #5A5858;
  letter-spacing: 0;
  line-height: 22px;
}

table.rates tr td:last-of-type {
  font-family: "SegoeUI-Semibold";
  font-size: 15px;
  color: #5A5858;
  letter-spacing: 0;
  line-height: 22px;
}

.quote-preview-box h4 {
  font-family: "SegoeUI-Semibold";
  font-size: 24px;
  color: #2F2D2D;
  letter-spacing: -0.5px;
  line-height: 28.8px;
}

.quote-preview-box h5 {
  font-family: "SegoeUI-Semibold";
  font-size: 17px;
  color: #2F2D2D;
  letter-spacing: 0;
  line-height: 20.4px;
}

.quote-preview-box .rates {
  width: 100%;
}

.quote-preview-box .rates tr td:last-of-type {
  max-width: 80px;
}

.quote-preview-box .rates tr td .ion-checkmark {
  color: #28a745;
}

.organization .subheader {
  align-items: center;
}

.organization .subheader .icon-atom {
  color: #d2d2d2;
  font-size: 40px;
  vertical-align: middle;
  padding-right: 10px;
}

.organization .avatar {
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.organization .avatar ~ input {
  display: inline-block;
  vertical-align: middle;
}

.organization .info {
  color: #e6e6e6;
  padding-top: 10px;
}

.salaes-agent-details .avatar {
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.salaes-agent-details .avatar ~ input {
  display: inline-block;
  vertical-align: middle;
}

.salaes-agent-details .info {
  color: #d2d2d2;
  padding-top: 10px;
}

.commission-report .filter-bar, .tariffs .filter-bar {
  padding-bottom: 20px;
}

.commission-report .ion-android-download, .tariffs .ion-android-download {
  font-size: 30px;
  color: #087c35;
}

.generate-commision-report .step-header, .upload-Tariffs .step-header {
  padding-bottom: 20px;
}

.generate-commision-report .btn-cnt, .upload-Tariffs .btn-cnt {
  margin-top: 20px;
}

.generate-commision-report h2, .upload-Tariffs h2 {
  font-family: "SegoeUI-Semibold";
  font-size: 21px;
  color: #2F2D2D;
  letter-spacing: 0;
  line-height: 25.2px;
}

.generate-commision-report .SingleDatePicker, .generate-commision-report .SingleDatePickerInput, .upload-Tariffs .SingleDatePicker, .upload-Tariffs .SingleDatePickerInput {
  width: 100%;
}

.generate-commision-report .SingleDatePicker .DateInput, .generate-commision-report .SingleDatePickerInput .DateInput, .upload-Tariffs .SingleDatePicker .DateInput, .upload-Tariffs .SingleDatePickerInput .DateInput {
  width: calc(100% - 60px);
}

.truncate-cell {
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
}

.table-filers-cnt {
  display: flex;
  justify-content: flex-start;
}

.table-filers-cnt .table-filers-title {
  padding-right: 40px;
  font-family: 'Segoe UI Semibold';
  color: #2f2d2d;
  white-space: nowrap;
  font-size: 21px;
  line-height: 21px;
}

.table-filers-cnt .table-filers-elements {
  width: 100%;
}

.table-filers-cnt .table-filers-elements .row {
  margin: 0 -15px;
}

.table-filers-cnt .table-filers-elements .search {
  position: relative;
}

.table-filers-cnt .table-filers-elements .search .icon, .table-filers-cnt .table-filers-elements .search .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .table-filers-cnt .table-filers-elements .search .page-link, .table-filers-cnt .table-filers-elements .search .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .table-filers-cnt .table-filers-elements .search .page-link, .table-filers-cnt .table-filers-elements .search .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .table-filers-cnt .table-filers-elements .search a, .table-filers-cnt .table-filers-elements .search .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .table-filers-cnt .table-filers-elements .search a, .table-filers-cnt .table-filers-elements .search .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .table-filers-cnt .table-filers-elements .search a, .table-filers-cnt .table-filers-elements .search .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .table-filers-cnt .table-filers-elements .search a, .table-filers-cnt .table-filers-elements .search .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .table-filers-cnt .table-filers-elements .search .page-link, .table-filers-cnt .table-filers-elements .search .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .table-filers-cnt .table-filers-elements .search .page-link, .table-filers-cnt .table-filers-elements .search .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .table-filers-cnt .table-filers-elements .search a, .table-filers-cnt .table-filers-elements .search .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .table-filers-cnt .table-filers-elements .search a, .table-filers-cnt .table-filers-elements .search .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .table-filers-cnt .table-filers-elements .search a, .table-filers-cnt .table-filers-elements .search .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .table-filers-cnt .table-filers-elements .search a {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  display: inline-block;
  color: #d2d2d2;
  margin-top: 7px;
  z-index: 11;
}

.table-filers-cnt .table-filers-elements .search input {
  padding-right: 40px;
}

.table-filers-cnt .table-filers-elements .DateRangePicker {
  z-index: 100;
}

.table-filers-cnt .table-filers-buttons {
  padding-left: 30px;
}

div:not(.invoice-table) > .react-bootstrap-table {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-left: 0px;
  background-color: #fff;
  width: 100%;
}

div:not(.invoice-table) > .react-bootstrap-table table {
  margin: 0;
  border: 0;
}

div:not(.invoice-table) > .react-bootstrap-table table thead {
  background-color: #f2f5f7;
}

div:not(.invoice-table) > .react-bootstrap-table table thead tr th {
  padding: 20px 10px;
  border: none;
  font-family: 'SegoeUI-Semibold';
  color: #5a5858;
  font-size: 13px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170px;
  overflow: hidden;
}

div:not(.invoice-table) > .react-bootstrap-table table thead tr th:first-child {
  padding-left: 30px;
}

div:not(.invoice-table) > .react-bootstrap-table table thead tr th:last-child {
  padding-right: 30px;
}

div:not(.invoice-table) > .react-bootstrap-table table thead tr th.sortable .order,
div:not(.invoice-table) > .react-bootstrap-table table thead tr th.sortable .react-bootstrap-table-sort-order {
  padding-left: 10px;
  width: 25px;
  display: inline-block;
}

div:not(.invoice-table) > .react-bootstrap-table table thead tr th.sortable .caret:before {
  content: "\F35F";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  color: #d2d2d2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div:not(.invoice-table) > .react-bootstrap-table table thead tr th.sortable .dropup .caret:before {
  content: "\f365";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  color: #d2d2d2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div:not(.invoice-table) > .react-bootstrap-table table thead tr th.sortable .react-bootstrap-table-sort-order .caret:before {
  color: #5a5858;
}

div:not(.invoice-table) > .react-bootstrap-table table tr td {
  padding: 10px;
  font-family: 'SegoeUI';
  color: #5a5858;
  height: 42px;
}

div:not(.invoice-table) > .react-bootstrap-table table tr td:first-child {
  padding-left: 30px;
}

div:not(.invoice-table) > .react-bootstrap-table table tr td:last-child {
  padding-right: 30px;
}

div:not(.invoice-table) > .react-bootstrap-table table tr td:last-child .btn-group {
  float: right;
}

div:not(.invoice-table) > .react-bootstrap-table table tr td:last-child .btn-group > .btn-secondary {
  background: transparent;
  position: relative;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
}

div:not(.invoice-table) > .react-bootstrap-table table tr td:last-child .btn-group > .btn-secondary:focus {
  box-shadow: none;
}

div:not(.invoice-table) > .react-bootstrap-table table tr td:last-child .btn-group > .btn-secondary:before {
  content: "\f20b";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 30px;
  font-family: "Ionicons";
  speak: none;
  color: #5a5858;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div:not(.invoice-table) > .react-bootstrap-table table tr td:last-child .btn-group > .btn-secondary-loading {
  background: transparent;
  position: relative;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
}

div:not(.invoice-table) > .react-bootstrap-table table tr td:last-child .btn-group > .btn-secondary-loading:focus {
  box-shadow: none;
}

div:not(.invoice-table) > .react-bootstrap-table table tr td:last-child .btn-group > .btn-secondary-loading:before {
  content: "\f1ce";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 30px;
  font-family: "FontAwesome";
  animation: loading-bar-spinner 400ms linear infinite;
  speak: none;
  color: #5a5858;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div:not(.invoice-table) > .react-bootstrap-table table tr:last-of-type td {
  border-bottom: 0;
  border-left: 0;
}

div:not(.invoice-table) > .react-bootstrap-table table.table-hover tbody tr:hover {
  background-color: #f9f9f9;
}

.react-bootstrap-table-pagination {
  padding-top: 20px;
  padding-right: 12px;
}

.react-bootstrap-table-pagination .pagination {
  float: right;
}

.react-bootstrap-table-pagination .pagination.pagination-datatables li a,
.react-bootstrap-table-pagination .pagination li a {
  border: none;
  color: #5a5858;
  background-color: transparent;
}

.react-bootstrap-table-pagination .pagination.pagination-datatables li a:hover,
.react-bootstrap-table-pagination .pagination li a:hover {
  background-color: #e6e6e6;
}

.react-bootstrap-table-pagination .pagination.pagination-datatables li.disabled a,
.react-bootstrap-table-pagination .pagination li.disabled a {
  background-color: transparent;
}

/* Users */
.manage-users .filter-bar .search-user {
  position: relative;
}

.manage-users .filter-bar .search-user input {
  padding-right: 10px;
}

.manage-users .filter-bar .search-user:after {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 5;
  content: "\F4A4";
  margin-right: 10px;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  color: #d2d2d2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.manage-users .filter-bar .create-user-btn .btn {
  padding: 6px 20px;
}

.manage-users .filter-bar col {
  padding-bottom: 10px;
}

.manage-users .jsx-parser .dropdown-item {
  padding: 10px 20px;
}

.manage-users .jsx-parser .dropdown-item a {
  display: inline-block;
  width: 100%;
  margin: -10px -20px;
  padding: 10px 20px;
}

.create-user option:first-child, .edit-users option:first-child, .generate-commision-report option:first-child, .upload-Tariffs option:first-child {
  color: #71869d;
}

.create-user .user-label, .edit-users .user-label, .generate-commision-report .user-label, .upload-Tariffs .user-label {
  min-width: 100px;
  font-family: 'Segoe UI Semibold';
  font-size: 14px;
  color: #5a5858;
  letter-spacing: 0;
  line-height: 18px;
}

.create-user .info-text-label, .edit-users .info-text-label, .generate-commision-report .info-text-label, .upload-Tariffs .info-text-label {
  margin-bottom: 16px;
  font-family: 'Segoe UI';
  font-size: 13px;
  color: #bebebe;
  letter-spacing: 0;
  line-height: 18px;
  padding-top: 5px;
}

.create-user .btn-cnt .spacer, .edit-users .btn-cnt .spacer, .generate-commision-report .btn-cnt .spacer, .upload-Tariffs .btn-cnt .spacer {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
}

.create-user .btn-cnt .btn.form-control, .edit-users .btn-cnt .btn.form-control, .generate-commision-report .btn-cnt .btn.form-control, .upload-Tariffs .btn-cnt .btn.form-control {
  display: inline-block;
  width: auto !important;
  margin-right: 5px;
  padding: 6px 20px;
}

.busines-parnter-cnt .subheader .btn {
  padding: 8px 25px;
  margin-top: 5px;
}

.agreemen-details .header,
.invoice-details .header {
  color: #2f2d2d;
}

.agreemen-details .header .btn,
.invoice-details .header .btn {
  margin-bottom: 8px;
  background: transparent;
  border: 0;
  font-family: 'SegoeUI-Semibold';
  font-size: 21px;
}

.agreemen-details .header .btn .icon, .agreemen-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .agreemen-details .header .btn .page-link, .agreemen-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .agreemen-details .header .btn .page-link, .agreemen-details .header .btn .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .agreemen-details .header .btn a, .agreemen-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .agreemen-details .header .btn a, .agreemen-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .agreemen-details .header .btn a, .agreemen-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .agreemen-details .header .btn a, .agreemen-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .agreemen-details .header .btn .page-link, .agreemen-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .agreemen-details .header .btn .page-link, .agreemen-details .header .btn .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .agreemen-details .header .btn a, .agreemen-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .agreemen-details .header .btn a, .agreemen-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .agreemen-details .header .btn a, .agreemen-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .agreemen-details .header .btn a,
.invoice-details .header .btn .icon,
.invoice-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .invoice-details .header .btn .page-link,
.invoice-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .invoice-details .header .btn .page-link,
.invoice-details .header .btn .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .invoice-details .header .btn a,
.invoice-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .invoice-details .header .btn a,
.invoice-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .invoice-details .header .btn a,
.invoice-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .invoice-details .header .btn a,
.invoice-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .invoice-details .header .btn .page-link,
.invoice-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .invoice-details .header .btn .page-link,
.invoice-details .header .btn .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .invoice-details .header .btn a,
.invoice-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .invoice-details .header .btn a,
.invoice-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .invoice-details .header .btn a,
.invoice-details .header .btn .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .invoice-details .header .btn a {
  color: #abaaaa;
  margin-right: 10px;
}

.agreemen-details .header .btn:active,
.invoice-details .header .btn:active {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.agreemen-details .header .btn:focus,
.invoice-details .header .btn:focus {
  box-shadow: none !important;
}

.agreemen-details .header .user-id,
.invoice-details .header .user-id {
  color: #abaaaa;
  font-family: 'Segoe UI';
  font-size: 13px;
}

.agreemen-details .invoice-table {
  margin: -21px;
}

.agreemen-details .invoice-table tr td:first-of-type,
.agreemen-details .invoice-table tr th:first-of-type {
  padding-left: 20px;
}

.agreemen-details .invoice-table tr td:last-of-type,
.agreemen-details .invoice-table tr th:last-of-type {
  padding-right: 20px;
}

.invoice-details .header {
  padding: 10px;
}

.invoice-details .invoice-stats tr td {
  font-family: 'Segoe UI';
  font-size: 13px;
  color: #5a5858;
  letter-spacing: 0;
  line-height: 22px;
}

.invoice-details .invoice-stats tr td:first-of-type {
  font-family: 'SegoeUI-Semibold';
  font-size: 13px;
  color: #5a5858;
  letter-spacing: 0;
  line-height: 22px;
  padding-right: 20px;
}

.invoice-details .invoice-stats tr td.unpaid {
  color: #ed4c78;
}

.invoice-details .btn.btn-info {
  margin-top: 5px;
  color: #fff;
}

.invoice-details .btn.btn-info .icon, .invoice-details .btn.btn-info .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .invoice-details .btn.btn-info .page-link, .invoice-details .btn.btn-info .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .invoice-details .btn.btn-info .page-link, .invoice-details .btn.btn-info .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .invoice-details .btn.btn-info a, .invoice-details .btn.btn-info .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .invoice-details .btn.btn-info a, .invoice-details .btn.btn-info .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .invoice-details .btn.btn-info a, .invoice-details .btn.btn-info .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .invoice-details .btn.btn-info a, .invoice-details .btn.btn-info .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .invoice-details .btn.btn-info .page-link, .invoice-details .btn.btn-info .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .invoice-details .btn.btn-info .page-link, .invoice-details .btn.btn-info .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .invoice-details .btn.btn-info a, .invoice-details .btn.btn-info .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .invoice-details .btn.btn-info a, .invoice-details .btn.btn-info .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .invoice-details .btn.btn-info a, .invoice-details .btn.btn-info .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .invoice-details .btn.btn-info a {
  margin-right: 5px;
}

.invoice-details .invoice-table {
  width: 100%;
  padding: 20px;
}

.invoice-details .invoice-table .react-bootstrap-table {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.invoice-details .invoice-table .react-bootstrap-table table {
  margin-bottom: 0;
}

.invoice-details .invoice-table .react-bootstrap-table table tr th {
  border: 0;
  color: #5a5858;
  font-family: 'SegoeUI-Semibold';
}

.invoice-details .invoice-table .react-bootstrap-table table tr td,
.invoice-details .invoice-table .react-bootstrap-table table tr th {
  font-family: 'Segoe UI';
}

.invoice-details .invoice-table .react-bootstrap-table table tr td:last-of-type, .invoice-details .invoice-table .react-bootstrap-table table tr td:nth-last-of-type(2),
.invoice-details .invoice-table .react-bootstrap-table table tr th:last-of-type,
.invoice-details .invoice-table .react-bootstrap-table table tr th:nth-last-of-type(2) {
  max-width: 100px;
  width: 100px;
  min-width: 100px;
}

.invoice-details .subtotals {
  float: right;
  text-align: right;
  padding-right: 15px;
}

.invoice-details .subtotals .col {
  font-family: 'Segoe UI';
  font-size: 15px;
  color: #5a5858;
  letter-spacing: 0;
  line-height: 22px;
  padding-bottom: 5px;
  padding: 0 0.75rem;
  max-width: 100px;
  width: 100px;
  min-width: 100px;
}

.invoice-details .subtotals .col:first-of-type {
  color: #2f2d2d;
  font-family: 'SegoeUI-Semibold';
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.invoice-details .subtotals .row:last-of-type .col {
  color: #2f2d2d;
  font-family: 'SegoeUI-Semibold';
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.billing-details .icon-row {
  font-family: 'SegoeUI-Semibold';
  font-size: 21px;
  color: #DC3545;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.billing-details .icon-row .icon, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .billing-details .icon-row .page-link, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .billing-details .icon-row .page-link, .billing-details .icon-row .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .billing-details .icon-row a, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .billing-details .icon-row a, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .billing-details .icon-row a, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .billing-details .icon-row a, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .billing-details .icon-row .page-link, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .billing-details .icon-row .page-link, .billing-details .icon-row .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .billing-details .icon-row a, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .billing-details .icon-row a, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .billing-details .icon-row a, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .billing-details .icon-row a {
  background-color: #DC3545;
  height: 32px;
  width: 32px;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
}

.billing-details .icon-row .icon:before, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .billing-details .icon-row .page-link:before, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .billing-details .icon-row .page-link:before, .billing-details .icon-row .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a:before, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .billing-details .icon-row a:before, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .billing-details .icon-row a:before, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .billing-details .icon-row a:before, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .billing-details .icon-row a:before, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .billing-details .icon-row .page-link:before, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link:before, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .billing-details .icon-row .page-link:before, .billing-details .icon-row .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a:before, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .billing-details .icon-row a:before, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a:before, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .billing-details .icon-row a:before, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .billing-details .icon-row a:before, .billing-details .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a:before, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .billing-details .icon-row a:before {
  color: #fff;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  margin-top: 7px;
}

.billing-details .icon-row.success {
  color: #28a745;
}

.billing-details .icon-row.success .icon, .billing-details .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .billing-details .icon-row.success .page-link, .billing-details .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .billing-details .icon-row.success .page-link, .billing-details .icon-row.success .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .billing-details .icon-row.success a, .billing-details .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .billing-details .icon-row.success a, .billing-details .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .billing-details .icon-row.success a, .billing-details .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .billing-details .icon-row.success a, .billing-details .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .billing-details .icon-row.success .page-link, .billing-details .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .billing-details .icon-row.success .page-link, .billing-details .icon-row.success .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .billing-details .icon-row.success a, .billing-details .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .billing-details .icon-row.success a, .billing-details .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .billing-details .icon-row.success a, .billing-details .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .billing-details .icon-row.success a {
  background-color: #28a745;
}

.billing-details .unpaid-label {
  font-family: 'SegoeUI-Semibold';
  font-size: 12px;
  color: #abaaaa;
  letter-spacing: 0;
  line-height: 18px;
}

.billing-details .unpaid-invoices {
  font-family: 'Segoe UI';
  font-size: 15px;
  color: #DC3545 !important;
  letter-spacing: 0;
  line-height: 22px;
}

.billing-details .unpaid-invoices.success {
  color: #5a5858 !important;
}

.billing-details .unpaid-result {
  font-family: 'Segoe UI';
  font-size: 13px;
  color: #5a5858;
  letter-spacing: 0;
  line-height: 19px;
}

.billing-details .invoiceurl .ion-forward {
  color: #e6e6e6;
}

.billing-details .invoiceurl:hover {
  cursor: pointer;
}

.billing-details .invoiceurl:hover .ion-forward, .billing-details .invoiceurl:hover small {
  color: #087c35;
}

.buttonSpace {
  margin-right: 0.5rem;
}

.buttonSpaceTop {
  margin-top: 0.5rem;
}

.buttonPack {
  margin-bottom: 1rem;
}

.modal .modal-content {
  border-radius: 4px;
  max-width: 800px;
  margin: 0 auto;
}

.modal .modal-header {
  position: relative;
  border-bottom: 0;
  font-family: "SegoeUI-Semibold";
  font-size: 24px;
  color: #2F2D2D;
  letter-spacing: -0.5px;
  line-height: 28.8px;
  padding: 20px 30px;
}

.modal .modal-header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 3px;
  top: -3px;
  right: 0;
  border-radius: 100%;
  background-color: #D93046;
  opacity: 1;
}

.modal .modal-header .close span {
  padding: 0;
  margin: 0;
  line-height: 30px;
  height: 30px;
  font-weight: 100;
  position: absolute;
  top: 2px;
  left: 10px;
}

.modal .modal-header .btn-minimize {
  border-radius: 100%;
  position: absolute;
  top: -19px;
  right: 30px;
  height: 40px;
  width: 40px;
}

.modal .modal-header .btn-minimize .icon, .modal .modal-header .btn-minimize .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .modal .modal-header .btn-minimize .page-link, .modal .modal-header .btn-minimize .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .modal .modal-header .btn-minimize .page-link, .modal .modal-header .btn-minimize .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .modal .modal-header .btn-minimize a, .modal .modal-header .btn-minimize .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .modal .modal-header .btn-minimize a, .modal .modal-header .btn-minimize .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .modal .modal-header .btn-minimize a, .modal .modal-header .btn-minimize .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .modal .modal-header .btn-minimize a, .modal .modal-header .btn-minimize .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .modal .modal-header .btn-minimize .page-link, .modal .modal-header .btn-minimize .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .modal .modal-header .btn-minimize .page-link, .modal .modal-header .btn-minimize .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .modal .modal-header .btn-minimize a, .modal .modal-header .btn-minimize .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .modal .modal-header .btn-minimize a, .modal .modal-header .btn-minimize .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .modal .modal-header .btn-minimize a, .modal .modal-header .btn-minimize .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .modal .modal-header .btn-minimize a {
  font-size: 24px;
  line-height: 24px;
}

.modal .modal-body {
  padding: 30px;
}

.modal.minimized {
  top: calc(100% - 150px);
  max-height: 150px;
  overflow: hidden;
}

.modal.minimized ~ .modal-backdrop {
  display: none !important;
}

.reading-modal .reading-input {
  min-width: 145px;
  padding-right: 5px;
}

.reading-modal .form-group label {
  font-family: "SegoeUI-Semibold";
  font-size: 14px;
  color: #5A5858;
  letter-spacing: 0;
  line-height: 18px;
}

.reading-modal .last-reading p {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #889DAE;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  text-align: left;
  letter-spacing: 8.7px;
  padding-left: 5px;
}

.reading-modal .reading-input {
  font-size: 26px;
  color: #29353D;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  border: 1px solid #d2d2d2;
  text-align: left;
  letter-spacing: 8.7px;
  background-image: url(../img/meter-delimiter.png);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  padding-left: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

.reading-modal .reading-input.Gas {
  max-width: 145px;
}

.reading-modal .reading-input .ElectricitySingle {
  max-width: 121px;
}

.reading-modal button {
  margin-right: 3%;
}

.reading-modal button:disabled {
  cursor: default;
}

.quote-preview-model, .modal-content {
  max-width: 80% !important;
}

.create-taks-modal,
.task-details {
  width: 770px;
  max-width: 90%;
}

.create-taks-modal .modal-body,
.task-details .modal-body {
  padding-top: 0px;
}

.create-taks-modal .task-labels,
.task-details .task-labels {
  font-family: 'SegoeUI-Semibold';
  font-size: 12px;
  color: #abaaaa;
  letter-spacing: 0;
  line-height: 18px;
  padding: 0 15px 15px;
}

.create-taks-modal .form-group,
.task-details .form-group {
  width: auto;
  padding: 0 2%;
}

.create-taks-modal .form-group.field-object,
.task-details .form-group.field-object {
  width: 100%;
  padding: 0;
  margin-bottom: 0 !important;
}

.create-taks-modal .form-group .control-label,
.task-details .form-group .control-label {
  width: 30%;
  font-family: "SegoeUI-Semibold";
  font-size: 14px;
  color: #5a5858;
  letter-spacing: 0;
  line-height: 18px;
  text-align: left;
}

.create-taks-modal .form-group .rbt,
.task-details .form-group .rbt {
  width: 70%;
}

.create-taks-modal .form-group .rbt .form-control,
.task-details .form-group .rbt .form-control {
  width: 100%;
  border-radius: 4px;
}

.create-taks-modal .form-group .rbt .form-control.focus, .create-taks-modal .form-group .rbt .form-control:focus,
.task-details .form-group .rbt .form-control.focus,
.task-details .form-group .rbt .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.create-taks-modal .form-group .form-control,
.task-details .form-group .form-control {
  width: 70%;
  vertical-align: middle;
  font-family: "SegoeUI";
  font-size: 15px;
  color: #5a5858;
  letter-spacing: 0;
  line-height: 20px;
}

.create-taks-modal .form-group .form-control:disabled, .create-taks-modal .form-group .form-control[readonly],
.task-details .form-group .form-control:disabled,
.task-details .form-group .form-control[readonly] {
  background-color: #f3f3f3;
}

.create-taks-modal .form-group.duedate .SingleDatePicker,
.task-details .form-group.duedate .SingleDatePicker {
  width: 70%;
}

.create-taks-modal .form-group.duedate .SingleDatePicker .SingleDatePickerInput_calendarIcon,
.task-details .form-group.duedate .SingleDatePicker .SingleDatePickerInput_calendarIcon {
  position: absolute;
  right: 1px;
  top: -5px;
  z-index: 1;
}

.create-taks-modal .form-group.duedate .SingleDatePickerInput,
.task-details .form-group.duedate .SingleDatePickerInput {
  width: 100%;
  border: none;
}

.create-taks-modal .form-group.duedate .SingleDatePickerInput .DateInput,
.task-details .form-group.duedate .SingleDatePickerInput .DateInput {
  width: 100%;
}

.create-taks-modal .form-group.duedate .SingleDatePickerInput input,
.task-details .form-group.duedate .SingleDatePickerInput input {
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #dbdbdb;
  width: 100%;
  padding: 6px 10px;
}

.create-taks-modal .form-group.duedate .SingleDatePickerInput input:focus,
.task-details .form-group.duedate .SingleDatePickerInput input:focus {
  border: 1px solid #087c35;
}

.create-taks-modal .form-group.task-title,
.task-details .form-group.task-title {
  width: 100%;
  padding: 0;
}

.create-taks-modal .form-group.task-title > div,
.task-details .form-group.task-title > div {
  position: relative;
}

.create-taks-modal .form-group.task-title .task-status,
.task-details .form-group.task-title .task-status {
  width: 26px;
  height: 24px;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 30px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  color: #fff;
}

.create-taks-modal .form-group.task-title .task-status.primary,
.task-details .form-group.task-title .task-status.primary {
  color: #087c35;
}

.create-taks-modal .form-group.task-title .task-status.primary:before,
.task-details .form-group.task-title .task-status.primary:before {
  box-shadow: none;
  border-radius: 3px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  height: 21px;
}

.create-taks-modal .form-group.task-title .task-status:before,
.task-details .form-group.task-title .task-status:before {
  box-shadow: 0 0 5px 1px #d2d2d2;
  border-radius: 3px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  height: 24px;
}

.create-taks-modal .form-group.task-title textarea,
.create-taks-modal .form-group.task-title input,
.task-details .form-group.task-title textarea,
.task-details .form-group.task-title input {
  padding: 10px 15px 10px 55px;
  font-family: "SegoeUI-Semibold";
  font-size: 28px;
  color: #2f2d2d;
  letter-spacing: -0.5px;
  line-height: 33.6px;
  width: 100%;
  border-radius: 4px;
  min-height: 55px;
  border-color: #fff;
  display: inline-block;
  resize: none;
}

.create-taks-modal .form-group.task-title textarea:focus,
.create-taks-modal .form-group.task-title input:focus,
.task-details .form-group.task-title textarea:focus,
.task-details .form-group.task-title input:focus {
  border: 1px solid #087c35;
  outline: none;
}

.create-taks-modal .form-group.task-title textarea:hover,
.create-taks-modal .form-group.task-title input:hover,
.task-details .form-group.task-title textarea:hover,
.task-details .form-group.task-title input:hover {
  border: 1px solid #d2d2d2;
}

.create-taks-modal .form-group.task-title textarea:hover:focus,
.create-taks-modal .form-group.task-title input:hover:focus,
.task-details .form-group.task-title textarea:hover:focus,
.task-details .form-group.task-title input:hover:focus {
  border: 1px solid #087c35;
  outline: none;
}

.create-taks-modal .form-group.task-title textarea:hover:focus::after,
.create-taks-modal .form-group.task-title input:hover:focus::after,
.task-details .form-group.task-title textarea:hover:focus::after,
.task-details .form-group.task-title input:hover:focus::after {
  display: none;
}

.create-taks-modal .form-group.task-title textarea:disabled, .create-taks-modal .form-group.task-title textarea[readonly],
.create-taks-modal .form-group.task-title input:disabled,
.create-taks-modal .form-group.task-title input[readonly],
.task-details .form-group.task-title textarea:disabled,
.task-details .form-group.task-title textarea[readonly],
.task-details .form-group.task-title input:disabled,
.task-details .form-group.task-title input[readonly] {
  background-color: #f3f3f3;
}

.create-taks-modal .form-group.task-title > div,
.task-details .form-group.task-title > div {
  display: block;
}

.create-taks-modal .form-group.task-title .control-label,
.task-details .form-group.task-title .control-label {
  display: none;
}

.create-taks-modal .form-group.task-title::after,
.task-details .form-group.task-title::after {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 0;
  color: #d2d2d2;
  right: 40px !important;
  top: 55px !important;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.create-taks-modal .form-group.description,
.task-details .form-group.description {
  width: 100%;
  padding: 0;
  position: relative;
  min-height: 100px;
}

.create-taks-modal .form-group.description .control-label,
.task-details .form-group.description .control-label {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.create-taks-modal .form-group.description textarea,
.task-details .form-group.description textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e7e6e6;
  border-radius: 4px;
  resize: vertical;
  overflow: hidden;
  background: transparent;
  height: auto;
}

.create-taks-modal .form-group.description textarea:hover,
.task-details .form-group.description textarea:hover {
  border: 1px solid #d2d2d2;
  box-shadow: none;
  min-height: 20px;
}

.create-taks-modal .form-group.description textarea:focus,
.task-details .form-group.description textarea:focus {
  border: 1px solid #087c35;
  box-shadow: none;
  background: #fff;
  z-index: 1;
  position: relative;
  min-height: 80px;
}

.create-taks-modal .form-group.description:focus::after,
.task-details .form-group.description:focus::after {
  display: none !important;
}

.create-taks-modal .form-group.description::after,
.task-details .form-group.description::after {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 0;
  color: #d2d2d2;
  right: 15px !important;
  top: 37px !important;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.create-taks-modal .files,
.task-details .files {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.create-taks-modal .files .control-label,
.task-details .files .control-label {
  text-align: left;
  width: 100% !important;
}

.create-taks-modal .files > div,
.task-details .files > div {
  display: block;
}

.create-taks-modal .files > div > a,
.task-details .files > div > a {
  margin-left: 1%;
}

.create-taks-modal .files > div > button::after,
.task-details .files > div > button::after {
  content: "\00d7";
}

.create-taks-modal .files h6,
.task-details .files h6 {
  display: none;
}

.create-taks-modal .files .droparea,
.task-details .files .droparea {
  height: 50px !important;
  width: 100% !important;
  border: 1px dashed #d2d2d2 !important;
  position: relative;
}

.create-taks-modal .files .droparea:after,
.task-details .files .droparea:after {
  content: attr(data-placeholder);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  height: auto;
  color: #d2d2d2;
  background: url(../src/images/icons/android-download-gray.svg) 0 0 no-repeat;
  background-size: contain;
  padding-left: 30px;
}

.create-taks-modal .buttons,
.task-details .buttons {
  padding: 0 15px;
}

.create-taks-modal .buttons .btn,
.task-details .buttons .btn {
  margin-right: 10px;
}

.create-taks-modal .readonly .form-group::after,
.task-details .readonly .form-group::after {
  display: none !important;
}

.create-taks-modal .form-group:not(.field-object) {
  margin-bottom: 3px !important;
}

.task-details .form-group:not(.field-object) {
  position: relative;
  border: none;
}

.task-details .form-group:not(.field-object) .form-control {
  border-color: #fff;
}

.task-details .form-group:not(.field-object) select {
  background-image: none !important;
}

.task-details .form-group:not(.field-object)::after {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 0;
  color: #d2d2d2;
  right: 20px;
  top: 10px;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.task-details .form-group:not(.field-object):hover .form-control {
  border: 1px solid #d2d2d2;
}

.task-details .form-group:not(.field-object):hover .form-control:focus, .task-details .form-group:not(.field-object):hover .form-control.focus {
  border: 1px solid #087c35;
}

.task-details .form-group:not(.field-object):hover:focus-within::after {
  display: none !important;
}

.task-details .SingleDatePicker .SingleDatePickerInput input {
  border: 1px solid #fff !important;
}

.task-details .SingleDatePicker .SingleDatePickerInput input:hover {
  border: 1px solid #d2d2d2 !important;
}

.task-details .SingleDatePicker .SingleDatePickerInput input:focus {
  border: 1px solid #087c35 !important;
}

.task-details .SingleDatePicker .SingleDatePickerInput_calendarIcon {
  display: none;
}

.tasks-page .filter-bar {
  margin-bottom: 26px;
}

.tasks-page .filter-bar .rbt-input {
  border-radius: 4px;
  max-height: 40px;
  overflow: auto;
}

.tasks-page .filter-bar .filter-label {
  font-family: "SegoeUI-Semibold";
  color: #5a5858;
}

.tasks-page .tasks-cnt {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.tasks-page .tasks-cnt .tasks-list {
  padding: 0 0 25px;
}

.tasks-page .tasks-cnt .tasks-list .task-list-header {
  padding: 8px 10px;
}

.tasks-page .tasks-cnt .tasks-list .task-list-header .task-in-list {
  font-family: "SegoeUI-Semibold";
  font-size: 12px;
  color: #ABAAAA;
  letter-spacing: 0;
  text-align: right;
  line-height: 18px;
}

.tasks-page .tasks-cnt .tasks-list .list-group {
  border: none;
}

.tasks-page .tasks-cnt .tasks-list .list-group li {
  border: 0;
  border-top: 1px solid #e6e6e6;
  color: #5a5858;
  font-size: 15px;
  padding-left: 35px;
  position: relative;
  vertical-align: middle;
}

.tasks-page .tasks-cnt .tasks-list .list-group li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: calc(100% - 35px);
  vertical-align: middle;
}

.tasks-page .tasks-cnt .tasks-list .list-group li.selected {
  background-color: #f2f5f7;
}

.tasks-page .tasks-cnt .tasks-list .list-group li.closed {
  opacity: 0.5;
}

.tasks-page .tasks-cnt .tasks-list .list-group li .icons {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 20px;
  line-height: 18px;
}

.tasks-page .tasks-cnt .tasks-list .list-group li .icons.danger {
  color: #ed4c78;
  font-size: 15px;
  line-height: 15px;
  vertical-align: middle;
}

.tasks-page .tasks-cnt .tasks-list .list-group li .icons.primary {
  color: #087c35;
}

.tasks-page .tasks-cnt .tasks-list .list-group li .icons.leading {
  position: absolute;
  left: 10px;
  margin: 0;
  top: 50%;
  transform: translate(0, -59%);
}

.tasks-page .tasks-cnt .tasks-list .list-group li .icons::before {
  line-height: 26px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.tasks-page .tasks-cnt .tasks-list .pagination {
  margin-bottom: 0;
  border-top: 1px solid #e6e6ee;
  border-bottom: 1px solid #e6e6ee;
  text-align: center;
  width: 100%;
  padding: 0 5px;
  justify-content: center;
}

.tasks-page .tasks-cnt .tasks-list .pagination .page-item, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li, .tasks-page .tasks-cnt .tasks-list .pagination li {
  border: none;
}

.tasks-page .tasks-cnt .tasks-list .pagination .page-item .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li .page-link, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item .pagination-datatables li a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item li a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li a, .tasks-page .tasks-cnt .tasks-list .pagination li a {
  border: none;
  font-family: "SegoeUI-Semibold";
  font-size: 12px;
  color: #ABAAAA;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
}

.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type {
  position: absolute;
  left: 0;
}

.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type span, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type span, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type span, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type span {
  display: none;
}

.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type .page-link, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .pagination-datatables li a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a {
  color: #ABAAAA;
}

.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type {
  position: absolute;
  right: 0;
}

.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type span, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type span, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type span, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type span {
  display: none;
}

.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type .page-link, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .pagination-datatables li a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a {
  color: #ABAAAA;
}

.tasks-page .tasks-cnt .tasks-list .pagination .page-item.active, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li.active, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li.active, .tasks-page .tasks-cnt .tasks-list .pagination li.active, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:hover, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:hover, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:hover, .tasks-page .tasks-cnt .tasks-list .pagination li:hover {
  background: transparent !important;
  color: #000;
}

.tasks-page .tasks-cnt .tasks-list .pagination .page-item.active .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li.active .page-link, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li.active .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li.active .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item.active .pagination-datatables li a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item.active a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li.active a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li.active a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li.active a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li.active a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item.active li a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item.active a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li.active a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li.active a, .tasks-page .tasks-cnt .tasks-list .pagination li.active a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:hover .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:hover .page-link, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:hover .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:hover .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:hover .pagination-datatables li a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:hover a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:hover a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:hover a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:hover a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:hover a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:hover li a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:hover a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:hover a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:hover a, .tasks-page .tasks-cnt .tasks-list .pagination li:hover a {
  background: transparent !important;
  color: #000;
}

.tasks-page .tasks-cnt .task-details-cnt {
  border-left: 1px solid #e6e6ee;
  padding: 0;
}

.tasks-page .tasks-cnt .task-details-cnt .task-details {
  padding: 10px 30px;
  margin: 0;
  width: 100%;
}

.no-tasks {
  padding: 20px;
}

.task-card .card-body, .task-card .card-block {
  padding: 20px;
}

.task-card .card-body .icon-row, .task-card .card-block .icon-row {
  margin: 0 0 20px;
}

.task-card .card-body .icon-row .icon, .task-card .card-block .icon-row .icon, .task-card .card-body .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-body .icon-row .page-link, .task-card .card-block .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-block .icon-row .page-link, .task-card .card-body .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-body .icon-row .page-link, .task-card .card-block .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-block .icon-row .page-link, .task-card .card-body .icon-row .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-body .icon-row a, .task-card .card-block .icon-row .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-block .icon-row a, .task-card .card-body .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .task-card .card-body .icon-row a, .task-card .card-block .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .task-card .card-block .icon-row a, .task-card .card-body .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .task-card .card-body .icon-row a, .task-card .card-block .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .task-card .card-block .icon-row a, .task-card .card-body .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-body .icon-row a, .task-card .card-block .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-block .icon-row a, .task-card .card-body .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-body .icon-row .page-link, .task-card .card-block .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-block .icon-row .page-link, .task-card .card-body .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-body .icon-row .page-link, .task-card .card-block .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-block .icon-row .page-link, .task-card .card-body .icon-row .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-body .icon-row a, .task-card .card-block .icon-row .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-block .icon-row a, .task-card .card-body .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .task-card .card-body .icon-row a, .task-card .card-block .icon-row .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .task-card .card-block .icon-row a, .task-card .card-body .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .task-card .card-body .icon-row a, .task-card .card-block .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .task-card .card-block .icon-row a, .task-card .card-body .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-body .icon-row a, .task-card .card-block .icon-row .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-block .icon-row a {
  background-color: #ed4c78;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 7px;
  width: 35px;
  height: 35px;
  max-width: 35px;
  text-align: center;
}

.task-card .card-body .icon-row.success .icon, .task-card .card-block .icon-row.success .icon, .task-card .card-body .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-body .icon-row.success .page-link, .task-card .card-block .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-block .icon-row.success .page-link, .task-card .card-body .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-body .icon-row.success .page-link, .task-card .card-block .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-block .icon-row.success .page-link, .task-card .card-body .icon-row.success .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-body .icon-row.success a, .task-card .card-block .icon-row.success .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-block .icon-row.success a, .task-card .card-body .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .task-card .card-body .icon-row.success a, .task-card .card-block .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .task-card .card-block .icon-row.success a, .task-card .card-body .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .task-card .card-body .icon-row.success a, .task-card .card-block .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .task-card .card-block .icon-row.success a, .task-card .card-body .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-body .icon-row.success a, .task-card .card-block .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-block .icon-row.success a, .task-card .card-body .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-body .icon-row.success .page-link, .task-card .card-block .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-block .icon-row.success .page-link, .task-card .card-body .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-body .icon-row.success .page-link, .task-card .card-block .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-block .icon-row.success .page-link, .task-card .card-body .icon-row.success .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-body .icon-row.success a, .task-card .card-block .icon-row.success .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-block .icon-row.success a, .task-card .card-body .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .task-card .card-body .icon-row.success a, .task-card .card-block .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .task-card .card-block .icon-row.success a, .task-card .card-body .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .task-card .card-body .icon-row.success a, .task-card .card-block .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .task-card .card-block .icon-row.success a, .task-card .card-body .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-body .icon-row.success a, .task-card .card-block .icon-row.success .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-block .icon-row.success a {
  background-color: #28a745;
}

.task-card .card-body .icon-row .text span, .task-card .card-block .icon-row .text span {
  font-family: "SegoeUI-Semibold";
  font-size: 13px;
  color: #5A5858;
  letter-spacing: 0;
  line-height: 16px;
  padding-top: 2px;
}

.task-card .card-body .icon-row .text span:nth-of-type(2), .task-card .card-block .icon-row .text span:nth-of-type(2) {
  color: #ABAAAA;
}

.task-card .card-body .taskurl .title, .task-card .card-block .taskurl .title {
  font-family: "SegoeUI";
  font-size: 13px;
  color: #5A5858;
  letter-spacing: 0;
  line-height: 19px;
}

.task-card .card-body .taskurl.completed, .task-card .card-block .taskurl.completed {
  opacity: 0.5;
}

.task-card .card-body .taskurl.delayed, .task-card .card-block .taskurl.delayed {
  color: #ed4c78;
}

.task-card .card-body .taskurl.delayed .title, .task-card .card-block .taskurl.delayed .title {
  font-family: "SegoeUI-Semibold";
  color: #ed4c78;
}

.task-card .card-body .taskurl .icons, .task-card .card-block .taskurl .icons,
.task-card .card-body .taskurl .icon,
.task-card .card-block .taskurl .icon,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-body .taskurl .page-link,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-block .taskurl .page-link,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-body .taskurl .page-link,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-block .taskurl .page-link,
.task-card .card-body .taskurl .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-body .taskurl a,
.task-card .card-block .taskurl .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-block .taskurl a,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .task-card .card-body .taskurl a,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .task-card .card-block .taskurl a,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .task-card .card-body .taskurl a,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .task-card .card-block .taskurl a,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-body .taskurl a,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-block .taskurl a,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-body .taskurl .page-link,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-block .taskurl .page-link,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-body .taskurl .page-link,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-block .taskurl .page-link,
.task-card .card-body .taskurl .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-body .taskurl a,
.task-card .card-block .taskurl .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-block .taskurl a,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .task-card .card-body .taskurl a,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .task-card .card-block .taskurl a,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .task-card .card-body .taskurl a,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .task-card .card-block .taskurl a,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-body .taskurl a,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-block .taskurl a {
  margin-left: 3px;
}

.task-card .card-body .taskurl .icons.ion-forward, .task-card .card-block .taskurl .icons.ion-forward,
.task-card .card-body .taskurl .icon.ion-forward,
.task-card .card-block .taskurl .icon.ion-forward,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .ion-forward.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-body .taskurl .ion-forward.page-link,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .ion-forward.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-block .taskurl .ion-forward.page-link,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .ion-forward.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-body .taskurl .ion-forward.page-link,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .ion-forward.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-block .taskurl .ion-forward.page-link,
.task-card .card-body .taskurl .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.ion-forward,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-body .taskurl a.ion-forward,
.task-card .card-block .taskurl .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.ion-forward,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-block .taskurl a.ion-forward,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.ion-forward,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .task-card .card-body .taskurl a.ion-forward,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.ion-forward,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .task-card .card-block .taskurl a.ion-forward,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.ion-forward,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .task-card .card-body .taskurl a.ion-forward,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.ion-forward,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .task-card .card-block .taskurl a.ion-forward,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.ion-forward,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-body .taskurl a.ion-forward,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.ion-forward,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-block .taskurl a.ion-forward,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .ion-forward.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-body .taskurl .ion-forward.page-link,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .ion-forward.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-block .taskurl .ion-forward.page-link,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .ion-forward.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-body .taskurl .ion-forward.page-link,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .ion-forward.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-block .taskurl .ion-forward.page-link,
.task-card .card-body .taskurl .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.ion-forward,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-body .taskurl a.ion-forward,
.task-card .card-block .taskurl .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.ion-forward,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-block .taskurl a.ion-forward,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.ion-forward,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .task-card .card-body .taskurl a.ion-forward,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.ion-forward,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .task-card .card-block .taskurl a.ion-forward,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.ion-forward,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .task-card .card-body .taskurl a.ion-forward,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.ion-forward,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .task-card .card-block .taskurl a.ion-forward,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.ion-forward,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-body .taskurl a.ion-forward,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.ion-forward,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-block .taskurl a.ion-forward {
  color: #5a5858;
}

.task-card .card-body .taskurl .icons.danger, .task-card .card-block .taskurl .icons.danger,
.task-card .card-body .taskurl .icon.danger,
.task-card .card-block .taskurl .icon.danger,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .danger.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-body .taskurl .danger.page-link,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .danger.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-block .taskurl .danger.page-link,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .danger.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-body .taskurl .danger.page-link,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .danger.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-block .taskurl .danger.page-link,
.task-card .card-body .taskurl .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.danger,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-body .taskurl a.danger,
.task-card .card-block .taskurl .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.danger,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .task-card .card-block .taskurl a.danger,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.danger,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .task-card .card-body .taskurl a.danger,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.danger,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .task-card .card-block .taskurl a.danger,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.danger,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .task-card .card-body .taskurl a.danger,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.danger,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .task-card .card-block .taskurl a.danger,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.danger,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-body .taskurl a.danger,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.danger,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .task-card .card-block .taskurl a.danger,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .danger.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-body .taskurl .danger.page-link,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .danger.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-block .taskurl .danger.page-link,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .danger.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-body .taskurl .danger.page-link,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .danger.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-block .taskurl .danger.page-link,
.task-card .card-body .taskurl .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.danger,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-body .taskurl a.danger,
.task-card .card-block .taskurl .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.danger,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .task-card .card-block .taskurl a.danger,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.danger,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .task-card .card-body .taskurl a.danger,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.danger,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .task-card .card-block .taskurl a.danger,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.danger,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .task-card .card-body .taskurl a.danger,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.danger,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .task-card .card-block .taskurl a.danger,
.task-card .card-body .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.danger,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-body .taskurl a.danger,
.task-card .card-block .taskurl .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.danger,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .task-card .card-block .taskurl a.danger {
  color: #ed4c78;
}

.task-card .card-body .addtask, .task-card .card-block .addtask {
  font-family: "SegoeUI-Semibold";
  font-size: 13px;
  color: #087c35;
  letter-spacing: 0;
  line-height: 20px;
  padding-left: 5px;
  margin-top: 20px;
}

.task-comments-cnt h6 {
  padding: 20px 45px 0;
  font-family: "SegoeUI-Semibold";
  font-size: 15px;
  color: #2F2D2D;
  letter-spacing: 0;
  line-height: 22px;
}

.task-comments-cnt .buttons {
  padding-left: 60px;
}

.task-comments-cnt .buttons .btn {
  margin-right: 10px;
}

.task-comments-cnt .comments-list {
  padding: 20px 0px;
  box-sizing: border-box;
  width: calc(100% - 50px);
  margin: 0 25px 10px;
  border-radius: 4px;
  font-family: "SegoeUI-Semibold";
  font-size: 15px;
  color: #5A5858;
  letter-spacing: 0;
  line-height: 32px;
}

.task-comments-cnt .comments-list:hover {
  background: #f2f5f7;
}

.task-comments-cnt .comments-list:hover .moredetails {
  display: inline-block;
  max-width: 32px;
  font-size: 32px;
  line-height: 32px;
  text-align: right;
}

.task-comments-cnt .comments-list .avatar {
  max-width: 80px;
}

.task-comments-cnt .comments-list .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.task-comments-cnt .comments-list .date {
  font-family: "SegoeUI";
  font-size: 13px;
  color: #ABAAAA;
  letter-spacing: 0;
  display: inline-block;
  padding-left: 15px;
}

.task-comments-cnt .comments-list .comment-info {
  width: calc(100% - 32px);
}

.task-comments-cnt .comments-list .moredetails {
  display: none;
  padding: 0 40px 0 0;
}

.task-comments-cnt .comments-list .message {
  font-family: "SegoeUI";
  font-size: 15px;
  color: #5A5858;
  letter-spacing: 0;
  line-height: 22px;
}

.task-comments-cnt .rjsf {
  background: #f2f5f7;
  padding: 40px 40px;
  border-top: 1px solid #e6e6e6;
}

.task-comments-cnt .comments-post-cnt .user {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  border-radius: 100%;
  overflow: hidden;
}

.task-comments-cnt .comments-post-cnt .user img {
  width: 100%;
  height: 100%;
}

.task-comments-cnt .comments-post-cnt textarea {
  border-radius: 4px;
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: top;
  min-height: 40px;
  transition: all 0.5s;
  padding: 10px;
  border: 1px solid #D2D2D2;
}

.task-comments-cnt .comments-post-cnt textarea:focus {
  min-height: 100px;
  border: 1px solid #087c35;
  outline: none;
}

.multi-step .progtrckr {
  list-style-type: none;
  padding: 0;
  background: linear-gradient(90deg, #087c35 50%, #e6e6e6 50%);
  display: flex;
  padding: 0 40px;
  border-width: 0 1px 0 1px;
  border-color: #fff;
  border-style: solid;
  justify-content: stretch;
}

.multi-step .progtrckr li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  flex: 1;
  border-right: 1px solid #fff;
}

.multi-step .progtrckr li:first-of-type {
  border-left: 1px solid #fff;
}

.multi-step .progtrckr li:last-of-type {
  display: none;
}

.multi-step .progtrckr li span {
  padding: 0 10px;
  font-family: 'SegoeUI';
  font-size: 16px;
  color: #454343;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
}

.multi-step .progtrckr li em {
  padding: 0px 7px 2px;
  border-radius: 100%;
  font-family: "SegoeUI";
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  border: solid 1px;
}

.multi-step .progtrckr li.progtrckr-todo {
  color: #5a5858;
  background-color: #e6e6e6;
}

.multi-step .progtrckr li.progtrckr-todo em {
  border-color: #bebebe;
}

.multi-step .progtrckr li.progtrckr-doing {
  position: relative;
  background-color: #087c35;
}

.multi-step .progtrckr li.progtrckr-doing:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 10px solid #087c35;
  border-bottom: 20px solid transparent;
}

.multi-step .progtrckr li.progtrckr-doing em {
  color: #087c35;
  background-color: #fff;
  border-color: #fff;
}

.multi-step .progtrckr li.progtrckr-doing span {
  color: #fff;
}

.multi-step .progtrckr li.progtrckr-done {
  background-color: #087c35;
  color: #fff;
}

.multi-step .progtrckr li.progtrckr-done em {
  color: #087c35;
  background-color: #087c35;
  border-color: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}

.multi-step .progtrckr li.progtrckr-done em:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M186.301 339.893L96 249.461l-32 30.507L186.301 402 448 140.506 416 110z'/%3E%3C/svg%3E");
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

.multi-step .progtrckr li.progtrckr-done span {
  color: #fff;
}

.multi-step .step {
  padding: 40px 40px 0;
}

.multi-step .step .step-header {
  font-family: "SegoeUI-Semibold";
  font-size: 28px;
  color: #2F2D2D;
  letter-spacing: -0.5px;
  line-height: 33.6px;
  padding-bottom: 40px;
}

.multi-step .step .step-body h3 {
  font-family: "SegoeUI-Semibold";
  font-size: 24px;
  color: #2F2D2D;
  letter-spacing: -0.5px;
  line-height: 28.8px;
  padding-bottom: 10px;
}

.multi-step .footer-buttons {
  border-top: 1px solid #d2d2d2;
  margin: 0px 40px;
  padding-toP: 40px;
}

.multi-step .footer-buttons #next-button {
  margin-left: 5px;
  padding-right: 50px;
  position: relative;
}

.multi-step .footer-buttons #next-button:before {
  position: absolute;
  right: 15px;
  content: "\f10b";
  font-family: "Ionicons";
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  width: 20px;
  height: 20px;
  top: 12px;
}

.multi-step .footer-buttons #prev-button {
  padding-left: 50px;
  position: relative;
  color: #fff;
}

.multi-step .footer-buttons #prev-button:before {
  position: absolute;
  left: 15px;
  content: "\f108";
  font-size: 20px;
  font-family: "Ionicons";
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  width: 20px;
  height: 20px;
  top: 12px;
}

.done-step {
  text-align: center;
  margin: 100px auto;
}

.done-step > .icon, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .done-step > .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .done-step > .page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .done-step > a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type .done-step > a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .done-step > a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .done-step > a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .done-step > a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .done-step > a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .done-step > .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .done-step > .page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .done-step > a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type .done-step > a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .done-step > a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .done-step > a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .done-step > a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .done-step > a {
  color: #087c35;
  font-size: 70px;
}

@media (max-width: 768px) {
  .progtrckr em {
    display: inline;
  }
  .progtrckr li span {
    display: none;
  }
}

.accordion {
  border: none;
}

.accordion__item {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.accordion__title {
  background-color: #fff;
  font-family: "SegoeUI-Semibold";
  font-size: 15px;
  color: #2F2D2D;
  letter-spacing: 0;
  line-height: 22px;
  padding: 15px;
}

.accordion__title .icon, .accordion__title .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .accordion__title .page-link, .accordion__title .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .accordion__title .page-link, .accordion__title .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .accordion__title a, .accordion__title .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type .accordion__title a, .accordion__title .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .accordion__title a, .accordion__title .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .accordion__title a, .accordion__title .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .accordion__title a, .accordion__title .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .accordion__title a, .accordion__title .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .accordion__title .page-link, .accordion__title .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .accordion__title .page-link, .accordion__title .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .accordion__title a, .accordion__title .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type .accordion__title a, .accordion__title .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .accordion__title a, .accordion__title .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .accordion__title a, .accordion__title .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .accordion__title a, .accordion__title .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .accordion__title a {
  float: right;
  transition: all 0.5s;
}

.accordion__title[aria-selected=true] .icon, .accordion__title[aria-selected=true] .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .accordion__title[aria-selected=true] .page-link, .accordion__title[aria-selected=true] .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .accordion__title[aria-selected=true] .page-link, .accordion__title[aria-selected=true] .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .accordion__title[aria-selected=true] a, .accordion__title[aria-selected=true] .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .accordion__title[aria-selected=true] a, .accordion__title[aria-selected=true] .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .accordion__title[aria-selected=true] a, .accordion__title[aria-selected=true] .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .accordion__title[aria-selected=true] a, .accordion__title[aria-selected=true] .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .accordion__title[aria-selected=true] .page-link, .accordion__title[aria-selected=true] .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .accordion__title[aria-selected=true] .page-link, .accordion__title[aria-selected=true] .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .accordion__title[aria-selected=true] a, .accordion__title[aria-selected=true] .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .accordion__title[aria-selected=true] a, .accordion__title[aria-selected=true] .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .accordion__title[aria-selected=true] a, .accordion__title[aria-selected=true] .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .accordion__title[aria-selected=true] a {
  transform: rotate(180deg);
}

.accordion__title:focus {
  outline: none;
}

.accordion__title:hover {
  background-color: #f9f9f9;
}

.accordion__body {
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}

.overview label {
  font-family: "SegoeUI-Semibold";
  font-size: 16px;
  color: #737373;
  letter-spacing: 0;
  line-height: 22px;
}

.overview span {
  font-size: 13px;
  color: #abaaaa;
}

.overview p {
  font-family: "SegoeUI";
  font-size: 15px;
  color: #5A5858;
  letter-spacing: 0;
  line-height: 22px;
  border-left: solid thick #d2d2d2;
  padding-left: 6px;
  min-height: 22px;
}

.bpmn-container {
  height: 100%;
  min-height: 100%;
}

.bpmn-container .bpmn-editor {
  position: relative;
  height: 100%;
  min-height: 100%;
}

.bpmn-container .bpmn-editor .content {
  position: relative;
}

.btn-primary {
  color: #087c35;
  background-color: #fff;
  border: 2px solid #087c35;
  font-weight: 600;
}

.btn-primary:disabled {
  color: #fff;
}

.btn-primary.sign-in {
  color: #fff;
}

.btn-primary.sign-in:hover {
  color: #087c35;
  background-color: #fff !important;
}

.btn-secondary {
  color: #71869d;
  background-color: #fff;
  font-weight: 600;
}

.btn-secondary:disabled {
  color: #fff;
}

.btn-secondary:hover {
  color: #fff;
}

.btn-goback {
  color: black;
  background: white;
  font-weight: 600;
  border: none;
  font-size: 21px;
}

.btn-goback:disabled {
  color: #fff;
}

.btn-goback:hover {
  color: #666565;
  background: white;
}

.card-icon {
  background-color: #087c35;
  border: 2px solid #087c35;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -35px;
  right: 20px;
}

.card-icon img {
  position: relative;
  top: 8px;
  left: 8px;
  width: 40px;
  height: 40px;
}

#superset-dashboard-container {
  height: 100vh;
  width: 100vw;
}

#superset-dashboard-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}

/* For labels in header bootstrap table  */
.th-expand th {
  max-width: inherit !important;
}

.th-expand td a div {
  margin: 0 auto;
}

.table th,
.table td {
  vertical-align: middle !important;
}

.row-email-address {
  padding: 2.5em;
}

.row-generated-password {
  padding: 0 2.5em;
}

.col-user-label {
  text-align: right;
}

.gen-coppy {
  margin: 2em 0 0 23%;
}

.gen-coppy .col-clipboard {
  padding-top: 1em;
}

.password-update-msg {
  margin: 1em 0 0 24%;
}

.download-panel {
  text-align: center;
  margin: 5%;
}

.download-btn {
  margin-top: 10px;
}

.downloadResource svg {
  margin-left: 0.5em;
  stroke: #087c35;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.font-xs {
  font-size: .75rem !important;
}

.font-sm {
  font-size: .85rem !important;
}

.font-lg {
  font-size: 1rem !important;
}

.font-xl {
  font-size: 1.25rem !important;
}

.font-2xl {
  font-size: 1.5rem !important;
}

.font-3xl {
  font-size: 1.75rem !important;
}

.font-4xl {
  font-size: 2rem !important;
}

.font-5xl {
  font-size: 2.5rem !important;
}

.animated {
  animation-duration: 1s;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.aside-menu {
  z-index: 1019;
  width: 250px;
  color: #2f2d2d;
  background: #fff;
  border-left: 1px solid #e6e6e6;
}

.aside-menu .nav-tabs {
  border-color: #e6e6e6;
}

.aside-menu .nav-tabs .nav-link, .aside-menu .nav-tabs .navbar .dropdown-toggle, .navbar .aside-menu .nav-tabs .dropdown-toggle {
  padding: 0.75rem 1rem;
  color: #1a1818;
  border-top: 0;
}

.aside-menu .nav-tabs .nav-link.active, .aside-menu .nav-tabs .navbar .active.dropdown-toggle, .navbar .aside-menu .nav-tabs .active.dropdown-toggle {
  color: #087c35;
  border-right-color: #e6e6e6;
  border-left-color: #e6e6e6;
}

.aside-menu .nav-tabs .nav-item:first-child .nav-link, .aside-menu .nav-tabs .nav-item:first-child .navbar .dropdown-toggle, .navbar .aside-menu .nav-tabs .nav-item:first-child .dropdown-toggle {
  border-left: 0;
}

.aside-menu .tab-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-top: 1px solid #e6e6e6;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.aside-menu .tab-content::-webkit-scrollbar {
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
}

.aside-menu .tab-content::-webkit-scrollbar-track {
  background-color: white;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.aside-menu .tab-content::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #e6e6e6;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 2px;
}

.aside-menu .tab-content .tab-pane {
  padding: 0;
}

.img-avatar {
  border-radius: 50em;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
}

.avatar .img-avatar {
  width: 36px;
  height: 36px;
}

.avatar .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.avatar.avatar-xs {
  position: relative;
  display: inline-block;
  width: 20px;
}

.avatar.avatar-xs .img-avatar {
  width: 20px;
  height: 20px;
}

.avatar.avatar-xs .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.avatar.avatar-sm {
  position: relative;
  display: inline-block;
  width: 24px;
}

.avatar.avatar-sm .img-avatar {
  width: 24px;
  height: 24px;
}

.avatar.avatar-sm .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.avatar.avatar-lg {
  position: relative;
  display: inline-block;
  width: 72px;
}

.avatar.avatar-lg .img-avatar {
  width: 72px;
  height: 72px;
}

.avatar.avatar-lg .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50em;
}

.avatars-stack .avatar.avatar-xs {
  margin-right: -10px;
}

.avatars-stack .avatar {
  margin-right: -15px;
  transition: margin-left 0.25s, margin-right 0.25s;
}

.avatars-stack .avatar:hover {
  margin-right: 0 !important;
}

.badge-pill {
  border-radius: 10rem;
}

.breadcrumb-menu {
  margin-left: auto;
}

.breadcrumb-menu::before {
  display: none;
}

.breadcrumb-menu .btn-group {
  vertical-align: top;
}

.breadcrumb-menu .btn {
  padding: 0 0.75rem;
  color: #5a5858;
  vertical-align: top;
  border: 0;
}

.breadcrumb-menu .btn:hover, .breadcrumb-menu .btn.active {
  color: #1a1818;
  background: transparent;
}

.breadcrumb-menu .open .btn {
  color: #1a1818;
  background: transparent;
}

.breadcrumb-menu .dropdown-menu {
  min-width: 180px;
  line-height: 1.5;
}

.breadcrumb {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

button {
  cursor: pointer;
}

.btn .badge {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 9px;
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn [class^="icon-"], .btn [class*=" icon-"] {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}

.btn-facebook,
.btn-twitter,
.btn-linkedin,
.btn-flickr,
.btn-tumblr,
.btn-xing,
.btn-github,
.btn-html5,
.btn-openid,
.btn-stack-overflow,
.btn-youtube,
.btn-css3,
.btn-dribbble,
.btn-google-plus,
.btn-instagram,
.btn-pinterest,
.btn-vk,
.btn-yahoo,
.btn-behance,
.btn-dropbox,
.btn-reddit,
.btn-spotify,
.btn-vine,
.btn-foursquare,
.btn-vimeo {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  text-align: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 0;
}

.btn-facebook::before,
.btn-twitter::before,
.btn-linkedin::before,
.btn-flickr::before,
.btn-tumblr::before,
.btn-xing::before,
.btn-github::before,
.btn-html5::before,
.btn-openid::before,
.btn-stack-overflow::before,
.btn-youtube::before,
.btn-css3::before,
.btn-dribbble::before,
.btn-google-plus::before,
.btn-instagram::before,
.btn-pinterest::before,
.btn-vk::before,
.btn-yahoo::before,
.btn-behance::before,
.btn-dropbox::before,
.btn-reddit::before,
.btn-spotify::before,
.btn-vine::before,
.btn-foursquare::before,
.btn-vimeo::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.btn-facebook:hover,
.btn-twitter:hover,
.btn-linkedin:hover,
.btn-flickr:hover,
.btn-tumblr:hover,
.btn-xing:hover,
.btn-github:hover,
.btn-html5:hover,
.btn-openid:hover,
.btn-stack-overflow:hover,
.btn-youtube:hover,
.btn-css3:hover,
.btn-dribbble:hover,
.btn-google-plus:hover,
.btn-instagram:hover,
.btn-pinterest:hover,
.btn-vk:hover,
.btn-yahoo:hover,
.btn-behance:hover,
.btn-dropbox:hover,
.btn-reddit:hover,
.btn-spotify:hover,
.btn-vine:hover,
.btn-foursquare:hover,
.btn-vimeo:hover {
  color: #fff;
}

.btn-facebook.icon span, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-facebook.page-link span, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-facebook.page-link span, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-facebook span, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-facebook span, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-facebook span, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-facebook span, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-facebook span, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-facebook span, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-facebook.page-link span, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-facebook.page-link span, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-facebook span, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-facebook span, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-facebook span, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-facebook span, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-facebook span, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-facebook span,
.btn-twitter.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-twitter.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-twitter.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-twitter span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-twitter span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-twitter span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-twitter span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-twitter span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-twitter span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-twitter.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-twitter.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-twitter span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-twitter span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-twitter span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-twitter span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-twitter span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-twitter span,
.btn-linkedin.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-linkedin.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-linkedin.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-linkedin span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-linkedin span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-linkedin span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-linkedin span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-linkedin span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-linkedin span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-linkedin.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-linkedin.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-linkedin span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-linkedin span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-linkedin span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-linkedin span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-linkedin span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-linkedin span,
.btn-flickr.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-flickr.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-flickr.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-flickr span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-flickr span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-flickr span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-flickr span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-flickr span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-flickr span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-flickr.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-flickr.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-flickr span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-flickr span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-flickr span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-flickr span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-flickr span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-flickr span,
.btn-tumblr.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-tumblr.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-tumblr.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-tumblr span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-tumblr span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-tumblr span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-tumblr span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-tumblr span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-tumblr span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-tumblr.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-tumblr.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-tumblr span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-tumblr span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-tumblr span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-tumblr span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-tumblr span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-tumblr span,
.btn-xing.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-xing.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-xing.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-xing span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-xing span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-xing span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-xing span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-xing span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-xing span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-xing.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-xing.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-xing span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-xing span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-xing span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-xing span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-xing span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-xing span,
.btn-github.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-github.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-github.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-github span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-github span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-github span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-github span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-github span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-github span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-github.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-github.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-github span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-github span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-github span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-github span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-github span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-github span,
.btn-html5.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-html5.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-html5.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-html5 span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-html5 span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-html5 span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-html5 span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-html5 span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-html5 span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-html5.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-html5.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-html5 span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-html5 span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-html5 span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-html5 span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-html5 span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-html5 span,
.btn-openid.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-openid.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-openid.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-openid span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-openid span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-openid span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-openid span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-openid span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-openid span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-openid.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-openid.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-openid span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-openid span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-openid span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-openid span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-openid span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-openid span,
.btn-stack-overflow.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-stack-overflow.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-stack-overflow.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-stack-overflow span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-stack-overflow span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-stack-overflow span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-stack-overflow span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-stack-overflow span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-stack-overflow span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-stack-overflow.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-stack-overflow.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-stack-overflow span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-stack-overflow span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-stack-overflow span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-stack-overflow span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-stack-overflow span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-stack-overflow span,
.btn-youtube.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-youtube.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-youtube.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-youtube span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-youtube span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-youtube span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-youtube span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-youtube span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-youtube span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-youtube.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-youtube.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-youtube span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-youtube span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-youtube span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-youtube span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-youtube span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-youtube span,
.btn-css3.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-css3.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-css3.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-css3 span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-css3 span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-css3 span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-css3 span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-css3 span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-css3 span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-css3.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-css3.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-css3 span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-css3 span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-css3 span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-css3 span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-css3 span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-css3 span,
.btn-dribbble.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-dribbble.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-dribbble.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-dribbble span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-dribbble span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-dribbble span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-dribbble span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-dribbble span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-dribbble span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-dribbble.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-dribbble.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-dribbble span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-dribbble span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-dribbble span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-dribbble span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-dribbble span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-dribbble span,
.btn-google-plus.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-google-plus.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-google-plus.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-google-plus span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-google-plus span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-google-plus span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-google-plus span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-google-plus span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-google-plus span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-google-plus.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-google-plus.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-google-plus span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-google-plus span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-google-plus span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-google-plus span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-google-plus span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-google-plus span,
.btn-instagram.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-instagram.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-instagram.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-instagram span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-instagram span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-instagram span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-instagram span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-instagram span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-instagram span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-instagram.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-instagram.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-instagram span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-instagram span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-instagram span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-instagram span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-instagram span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-instagram span,
.btn-pinterest.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-pinterest.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-pinterest.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-pinterest span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-pinterest span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-pinterest span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-pinterest span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-pinterest span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-pinterest span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-pinterest.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-pinterest.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-pinterest span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-pinterest span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-pinterest span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-pinterest span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-pinterest span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-pinterest span,
.btn-vk.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-vk.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-vk.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-vk span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-vk span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-vk span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-vk span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vk span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vk span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-vk.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-vk.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-vk span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-vk span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-vk span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-vk span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vk span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vk span,
.btn-yahoo.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-yahoo.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-yahoo.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-yahoo span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-yahoo span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-yahoo span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-yahoo span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-yahoo span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-yahoo span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-yahoo.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-yahoo.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-yahoo span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-yahoo span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-yahoo span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-yahoo span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-yahoo span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-yahoo span,
.btn-behance.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-behance.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-behance.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-behance span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-behance span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-behance span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-behance span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-behance span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-behance span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-behance.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-behance.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-behance span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-behance span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-behance span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-behance span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-behance span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-behance span,
.btn-dropbox.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-dropbox.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-dropbox.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-dropbox span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-dropbox span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-dropbox span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-dropbox span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-dropbox span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-dropbox span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-dropbox.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-dropbox.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-dropbox span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-dropbox span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-dropbox span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-dropbox span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-dropbox span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-dropbox span,
.btn-reddit.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-reddit.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-reddit.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-reddit span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-reddit span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-reddit span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-reddit span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-reddit span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-reddit span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-reddit.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-reddit.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-reddit span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-reddit span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-reddit span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-reddit span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-reddit span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-reddit span,
.btn-spotify.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-spotify.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-spotify.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-spotify span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-spotify span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-spotify span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-spotify span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-spotify span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-spotify span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-spotify.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-spotify.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-spotify span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-spotify span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-spotify span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-spotify span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-spotify span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-spotify span,
.btn-vine.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-vine.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-vine.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-vine span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-vine span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-vine span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-vine span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vine span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vine span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-vine.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-vine.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-vine span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-vine span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-vine span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-vine span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vine span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vine span,
.btn-foursquare.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-foursquare.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-foursquare.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-foursquare span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-foursquare span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-foursquare span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-foursquare span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-foursquare span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-foursquare span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-foursquare.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-foursquare.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-foursquare span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-foursquare span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-foursquare span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-foursquare span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-foursquare span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-foursquare span,
.btn-vimeo.icon span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-vimeo.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-vimeo.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-vimeo span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-vimeo span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-vimeo span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-vimeo span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vimeo span,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vimeo span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-vimeo.page-link span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-vimeo.page-link span,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-vimeo span,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-vimeo span,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-vimeo span,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-vimeo span,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vimeo span,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vimeo span {
  display: none;
}

.btn-facebook.text::before,
.btn-twitter.text::before,
.btn-linkedin.text::before,
.btn-flickr.text::before,
.btn-tumblr.text::before,
.btn-xing.text::before,
.btn-github.text::before,
.btn-html5.text::before,
.btn-openid.text::before,
.btn-stack-overflow.text::before,
.btn-youtube.text::before,
.btn-css3.text::before,
.btn-dribbble.text::before,
.btn-google-plus.text::before,
.btn-instagram.text::before,
.btn-pinterest.text::before,
.btn-vk.text::before,
.btn-yahoo.text::before,
.btn-behance.text::before,
.btn-dropbox.text::before,
.btn-reddit.text::before,
.btn-spotify.text::before,
.btn-vine.text::before,
.btn-foursquare.text::before,
.btn-vimeo.text::before {
  display: none;
}

.btn-facebook.text span,
.btn-twitter.text span,
.btn-linkedin.text span,
.btn-flickr.text span,
.btn-tumblr.text span,
.btn-xing.text span,
.btn-github.text span,
.btn-html5.text span,
.btn-openid.text span,
.btn-stack-overflow.text span,
.btn-youtube.text span,
.btn-css3.text span,
.btn-dribbble.text span,
.btn-google-plus.text span,
.btn-instagram.text span,
.btn-pinterest.text span,
.btn-vk.text span,
.btn-yahoo.text span,
.btn-behance.text span,
.btn-dropbox.text span,
.btn-reddit.text span,
.btn-spotify.text span,
.btn-vine.text span,
.btn-foursquare.text span,
.btn-vimeo.text span {
  margin-left: 0 !important;
}

.btn-facebook::before,
.btn-twitter::before,
.btn-linkedin::before,
.btn-flickr::before,
.btn-tumblr::before,
.btn-xing::before,
.btn-github::before,
.btn-html5::before,
.btn-openid::before,
.btn-stack-overflow::before,
.btn-youtube::before,
.btn-css3::before,
.btn-dribbble::before,
.btn-google-plus::before,
.btn-instagram::before,
.btn-pinterest::before,
.btn-vk::before,
.btn-yahoo::before,
.btn-behance::before,
.btn-dropbox::before,
.btn-reddit::before,
.btn-spotify::before,
.btn-vine::before,
.btn-foursquare::before,
.btn-vimeo::before {
  width: 2.0625rem;
  height: 2.0625rem;
  padding: 0.375rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.btn-facebook span,
.btn-twitter span,
.btn-linkedin span,
.btn-flickr span,
.btn-tumblr span,
.btn-xing span,
.btn-github span,
.btn-html5 span,
.btn-openid span,
.btn-stack-overflow span,
.btn-youtube span,
.btn-css3 span,
.btn-dribbble span,
.btn-google-plus span,
.btn-instagram span,
.btn-pinterest span,
.btn-vk span,
.btn-yahoo span,
.btn-behance span,
.btn-dropbox span,
.btn-reddit span,
.btn-spotify span,
.btn-vine span,
.btn-foursquare span,
.btn-vimeo span {
  margin-left: 2.0625rem;
}

.btn-facebook.icon, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-facebook.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-facebook.page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-facebook, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-facebook, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-facebook, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-facebook, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-facebook, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-facebook, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-facebook.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-facebook.page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-facebook, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-facebook, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-facebook, .tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-facebook, .pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-facebook, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-facebook,
.btn-twitter.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-twitter.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-twitter.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-twitter,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-twitter,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-twitter,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-twitter,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-twitter,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-twitter,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-twitter.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-twitter.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-twitter,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-twitter,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-twitter,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-twitter,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-twitter,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-twitter,
.btn-linkedin.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-linkedin.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-linkedin.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-linkedin,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-linkedin,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-linkedin,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-linkedin,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-linkedin,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-linkedin,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-linkedin.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-linkedin.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-linkedin,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-linkedin,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-linkedin,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-linkedin,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-linkedin,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-linkedin,
.btn-flickr.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-flickr.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-flickr.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-flickr,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-flickr,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-flickr,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-flickr,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-flickr,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-flickr,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-flickr.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-flickr.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-flickr,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-flickr,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-flickr,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-flickr,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-flickr,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-flickr,
.btn-tumblr.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-tumblr.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-tumblr.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-tumblr,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-tumblr,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-tumblr,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-tumblr,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-tumblr,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-tumblr,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-tumblr.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-tumblr.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-tumblr,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-tumblr,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-tumblr,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-tumblr,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-tumblr,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-tumblr,
.btn-xing.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-xing.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-xing.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-xing,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-xing,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-xing,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-xing,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-xing,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-xing,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-xing.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-xing.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-xing,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-xing,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-xing,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-xing,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-xing,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-xing,
.btn-github.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-github.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-github.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-github,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-github,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-github,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-github,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-github,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-github,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-github.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-github.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-github,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-github,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-github,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-github,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-github,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-github,
.btn-html5.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-html5.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-html5.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-html5,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-html5,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-html5,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-html5,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-html5,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-html5,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-html5.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-html5.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-html5,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-html5,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-html5,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-html5,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-html5,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-html5,
.btn-openid.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-openid.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-openid.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-openid,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-openid,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-openid,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-openid,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-openid,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-openid,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-openid.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-openid.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-openid,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-openid,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-openid,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-openid,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-openid,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-openid,
.btn-stack-overflow.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-stack-overflow.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-stack-overflow.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-stack-overflow,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-stack-overflow,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-stack-overflow,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-stack-overflow,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-stack-overflow,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-stack-overflow,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-stack-overflow.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-stack-overflow.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-stack-overflow,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-stack-overflow,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-stack-overflow,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-stack-overflow,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-stack-overflow,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-stack-overflow,
.btn-youtube.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-youtube.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-youtube.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-youtube,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-youtube,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-youtube,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-youtube,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-youtube,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-youtube,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-youtube.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-youtube.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-youtube,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-youtube,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-youtube,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-youtube,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-youtube,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-youtube,
.btn-css3.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-css3.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-css3.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-css3,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-css3,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-css3,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-css3,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-css3,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-css3,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-css3.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-css3.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-css3,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-css3,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-css3,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-css3,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-css3,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-css3,
.btn-dribbble.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-dribbble.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-dribbble.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-dribbble,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-dribbble,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-dribbble,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-dribbble,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-dribbble,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-dribbble,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-dribbble.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-dribbble.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-dribbble,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-dribbble,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-dribbble,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-dribbble,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-dribbble,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-dribbble,
.btn-google-plus.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-google-plus.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-google-plus.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-google-plus,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-google-plus,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-google-plus,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-google-plus,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-google-plus,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-google-plus,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-google-plus.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-google-plus.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-google-plus,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-google-plus,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-google-plus,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-google-plus,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-google-plus,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-google-plus,
.btn-instagram.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-instagram.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-instagram.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-instagram,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-instagram,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-instagram,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-instagram,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-instagram,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-instagram,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-instagram.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-instagram.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-instagram,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-instagram,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-instagram,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-instagram,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-instagram,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-instagram,
.btn-pinterest.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-pinterest.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-pinterest.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-pinterest,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-pinterest,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-pinterest,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-pinterest,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-pinterest,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-pinterest,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-pinterest.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-pinterest.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-pinterest,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-pinterest,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-pinterest,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-pinterest,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-pinterest,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-pinterest,
.btn-vk.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-vk.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-vk.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-vk,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-vk,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-vk,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-vk,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vk,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vk,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-vk.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-vk.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-vk,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-vk,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-vk,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-vk,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vk,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vk,
.btn-yahoo.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-yahoo.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-yahoo.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-yahoo,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-yahoo,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-yahoo,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-yahoo,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-yahoo,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-yahoo,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-yahoo.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-yahoo.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-yahoo,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-yahoo,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-yahoo,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-yahoo,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-yahoo,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-yahoo,
.btn-behance.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-behance.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-behance.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-behance,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-behance,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-behance,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-behance,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-behance,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-behance,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-behance.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-behance.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-behance,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-behance,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-behance,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-behance,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-behance,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-behance,
.btn-dropbox.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-dropbox.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-dropbox.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-dropbox,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-dropbox,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-dropbox,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-dropbox,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-dropbox,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-dropbox,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-dropbox.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-dropbox.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-dropbox,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-dropbox,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-dropbox,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-dropbox,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-dropbox,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-dropbox,
.btn-reddit.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-reddit.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-reddit.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-reddit,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-reddit,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-reddit,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-reddit,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-reddit,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-reddit,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-reddit.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-reddit.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-reddit,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-reddit,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-reddit,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-reddit,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-reddit,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-reddit,
.btn-spotify.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-spotify.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-spotify.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-spotify,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-spotify,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-spotify,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-spotify,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-spotify,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-spotify,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-spotify.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-spotify.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-spotify,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-spotify,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-spotify,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-spotify,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-spotify,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-spotify,
.btn-vine.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-vine.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-vine.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-vine,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-vine,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-vine,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-vine,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vine,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vine,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-vine.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-vine.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-vine,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-vine,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-vine,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-vine,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vine,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vine,
.btn-foursquare.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-foursquare.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-foursquare.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-foursquare,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-foursquare,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-foursquare,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-foursquare,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-foursquare,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-foursquare,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-foursquare.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-foursquare.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-foursquare,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-foursquare,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-foursquare,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-foursquare,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-foursquare,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-foursquare,
.btn-vimeo.icon,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-vimeo.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-vimeo.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-vimeo,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-vimeo,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-vimeo,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:first-of-type a.btn-vimeo,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vimeo,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vimeo,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-vimeo.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-vimeo.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-vimeo,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-vimeo,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-vimeo,
.tasks-page .tasks-cnt .tasks-list .pagination .pagination-datatables li:last-of-type a.btn-vimeo,
.pagination-datatables .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vimeo,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vimeo {
  width: 2.0625rem;
  height: 2.0625rem;
}

.btn-facebook.btn-lg, .btn-group-lg > .btn-facebook.btn,
.btn-twitter.btn-lg,
.btn-group-lg > .btn-twitter.btn,
.btn-linkedin.btn-lg,
.btn-group-lg > .btn-linkedin.btn,
.btn-flickr.btn-lg,
.btn-group-lg > .btn-flickr.btn,
.btn-tumblr.btn-lg,
.btn-group-lg > .btn-tumblr.btn,
.btn-xing.btn-lg,
.btn-group-lg > .btn-xing.btn,
.btn-github.btn-lg,
.btn-group-lg > .btn-github.btn,
.btn-html5.btn-lg,
.btn-group-lg > .btn-html5.btn,
.btn-openid.btn-lg,
.btn-group-lg > .btn-openid.btn,
.btn-stack-overflow.btn-lg,
.btn-group-lg > .btn-stack-overflow.btn,
.btn-youtube.btn-lg,
.btn-group-lg > .btn-youtube.btn,
.btn-css3.btn-lg,
.btn-group-lg > .btn-css3.btn,
.btn-dribbble.btn-lg,
.btn-group-lg > .btn-dribbble.btn,
.btn-google-plus.btn-lg,
.btn-group-lg > .btn-google-plus.btn,
.btn-instagram.btn-lg,
.btn-group-lg > .btn-instagram.btn,
.btn-pinterest.btn-lg,
.btn-group-lg > .btn-pinterest.btn,
.btn-vk.btn-lg,
.btn-group-lg > .btn-vk.btn,
.btn-yahoo.btn-lg,
.btn-group-lg > .btn-yahoo.btn,
.btn-behance.btn-lg,
.btn-group-lg > .btn-behance.btn,
.btn-dropbox.btn-lg,
.btn-group-lg > .btn-dropbox.btn,
.btn-reddit.btn-lg,
.btn-group-lg > .btn-reddit.btn,
.btn-spotify.btn-lg,
.btn-group-lg > .btn-spotify.btn,
.btn-vine.btn-lg,
.btn-group-lg > .btn-vine.btn,
.btn-foursquare.btn-lg,
.btn-group-lg > .btn-foursquare.btn,
.btn-vimeo.btn-lg,
.btn-group-lg > .btn-vimeo.btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border: 0;
}

.btn-facebook.btn-lg::before, .btn-group-lg > .btn-facebook.btn::before,
.btn-twitter.btn-lg::before,
.btn-group-lg > .btn-twitter.btn::before,
.btn-linkedin.btn-lg::before,
.btn-group-lg > .btn-linkedin.btn::before,
.btn-flickr.btn-lg::before,
.btn-group-lg > .btn-flickr.btn::before,
.btn-tumblr.btn-lg::before,
.btn-group-lg > .btn-tumblr.btn::before,
.btn-xing.btn-lg::before,
.btn-group-lg > .btn-xing.btn::before,
.btn-github.btn-lg::before,
.btn-group-lg > .btn-github.btn::before,
.btn-html5.btn-lg::before,
.btn-group-lg > .btn-html5.btn::before,
.btn-openid.btn-lg::before,
.btn-group-lg > .btn-openid.btn::before,
.btn-stack-overflow.btn-lg::before,
.btn-group-lg > .btn-stack-overflow.btn::before,
.btn-youtube.btn-lg::before,
.btn-group-lg > .btn-youtube.btn::before,
.btn-css3.btn-lg::before,
.btn-group-lg > .btn-css3.btn::before,
.btn-dribbble.btn-lg::before,
.btn-group-lg > .btn-dribbble.btn::before,
.btn-google-plus.btn-lg::before,
.btn-group-lg > .btn-google-plus.btn::before,
.btn-instagram.btn-lg::before,
.btn-group-lg > .btn-instagram.btn::before,
.btn-pinterest.btn-lg::before,
.btn-group-lg > .btn-pinterest.btn::before,
.btn-vk.btn-lg::before,
.btn-group-lg > .btn-vk.btn::before,
.btn-yahoo.btn-lg::before,
.btn-group-lg > .btn-yahoo.btn::before,
.btn-behance.btn-lg::before,
.btn-group-lg > .btn-behance.btn::before,
.btn-dropbox.btn-lg::before,
.btn-group-lg > .btn-dropbox.btn::before,
.btn-reddit.btn-lg::before,
.btn-group-lg > .btn-reddit.btn::before,
.btn-spotify.btn-lg::before,
.btn-group-lg > .btn-spotify.btn::before,
.btn-vine.btn-lg::before,
.btn-group-lg > .btn-vine.btn::before,
.btn-foursquare.btn-lg::before,
.btn-group-lg > .btn-foursquare.btn::before,
.btn-vimeo.btn-lg::before,
.btn-group-lg > .btn-vimeo.btn::before {
  width: 2.64062rem;
  height: 2.64062rem;
  padding: 0.5rem 0;
  font-size: 1.09375rem;
  line-height: 1.5;
}

.btn-facebook.btn-lg span, .btn-group-lg > .btn-facebook.btn span,
.btn-twitter.btn-lg span,
.btn-group-lg > .btn-twitter.btn span,
.btn-linkedin.btn-lg span,
.btn-group-lg > .btn-linkedin.btn span,
.btn-flickr.btn-lg span,
.btn-group-lg > .btn-flickr.btn span,
.btn-tumblr.btn-lg span,
.btn-group-lg > .btn-tumblr.btn span,
.btn-xing.btn-lg span,
.btn-group-lg > .btn-xing.btn span,
.btn-github.btn-lg span,
.btn-group-lg > .btn-github.btn span,
.btn-html5.btn-lg span,
.btn-group-lg > .btn-html5.btn span,
.btn-openid.btn-lg span,
.btn-group-lg > .btn-openid.btn span,
.btn-stack-overflow.btn-lg span,
.btn-group-lg > .btn-stack-overflow.btn span,
.btn-youtube.btn-lg span,
.btn-group-lg > .btn-youtube.btn span,
.btn-css3.btn-lg span,
.btn-group-lg > .btn-css3.btn span,
.btn-dribbble.btn-lg span,
.btn-group-lg > .btn-dribbble.btn span,
.btn-google-plus.btn-lg span,
.btn-group-lg > .btn-google-plus.btn span,
.btn-instagram.btn-lg span,
.btn-group-lg > .btn-instagram.btn span,
.btn-pinterest.btn-lg span,
.btn-group-lg > .btn-pinterest.btn span,
.btn-vk.btn-lg span,
.btn-group-lg > .btn-vk.btn span,
.btn-yahoo.btn-lg span,
.btn-group-lg > .btn-yahoo.btn span,
.btn-behance.btn-lg span,
.btn-group-lg > .btn-behance.btn span,
.btn-dropbox.btn-lg span,
.btn-group-lg > .btn-dropbox.btn span,
.btn-reddit.btn-lg span,
.btn-group-lg > .btn-reddit.btn span,
.btn-spotify.btn-lg span,
.btn-group-lg > .btn-spotify.btn span,
.btn-vine.btn-lg span,
.btn-group-lg > .btn-vine.btn span,
.btn-foursquare.btn-lg span,
.btn-group-lg > .btn-foursquare.btn span,
.btn-vimeo.btn-lg span,
.btn-group-lg > .btn-vimeo.btn span {
  margin-left: 2.64062rem;
}

.btn-facebook.btn-lg.icon, .btn-group-lg > .btn-facebook.icon.btn, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-facebook.btn.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-facebook.btn.page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-facebook.btn.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-facebook.btn.page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-facebook.btn-lg.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-facebook.btn-lg.page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-facebook.btn-lg, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-facebook.btn-lg, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-facebook.btn-lg, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-facebook.btn-lg, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-facebook.btn-lg.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-facebook.btn-lg.page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-facebook.btn-lg, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-facebook.btn-lg, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-facebook.btn-lg, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-facebook.btn-lg,
.btn-twitter.btn-lg.icon,
.btn-group-lg > .btn-twitter.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-twitter.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-twitter.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-twitter.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-twitter.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-twitter.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-twitter.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-twitter.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-twitter.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-twitter.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-twitter.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-twitter.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-twitter.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-twitter.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-twitter.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-twitter.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-twitter.btn-lg,
.btn-linkedin.btn-lg.icon,
.btn-group-lg > .btn-linkedin.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-linkedin.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-linkedin.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-linkedin.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-linkedin.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-linkedin.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-linkedin.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-linkedin.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-linkedin.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-linkedin.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-linkedin.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-linkedin.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-linkedin.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-linkedin.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-linkedin.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-linkedin.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-linkedin.btn-lg,
.btn-flickr.btn-lg.icon,
.btn-group-lg > .btn-flickr.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-flickr.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-flickr.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-flickr.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-flickr.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-flickr.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-flickr.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-flickr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-flickr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-flickr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-flickr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-flickr.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-flickr.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-flickr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-flickr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-flickr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-flickr.btn-lg,
.btn-tumblr.btn-lg.icon,
.btn-group-lg > .btn-tumblr.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-tumblr.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-tumblr.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-tumblr.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-tumblr.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-tumblr.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-tumblr.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-tumblr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-tumblr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-tumblr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-tumblr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-tumblr.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-tumblr.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-tumblr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-tumblr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-tumblr.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-tumblr.btn-lg,
.btn-xing.btn-lg.icon,
.btn-group-lg > .btn-xing.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-xing.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-xing.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-xing.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-xing.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-xing.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-xing.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-xing.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-xing.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-xing.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-xing.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-xing.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-xing.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-xing.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-xing.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-xing.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-xing.btn-lg,
.btn-github.btn-lg.icon,
.btn-group-lg > .btn-github.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-github.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-github.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-github.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-github.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-github.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-github.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-github.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-github.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-github.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-github.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-github.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-github.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-github.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-github.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-github.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-github.btn-lg,
.btn-html5.btn-lg.icon,
.btn-group-lg > .btn-html5.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-html5.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-html5.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-html5.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-html5.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-html5.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-html5.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-html5.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-html5.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-html5.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-html5.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-html5.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-html5.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-html5.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-html5.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-html5.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-html5.btn-lg,
.btn-openid.btn-lg.icon,
.btn-group-lg > .btn-openid.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-openid.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-openid.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-openid.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-openid.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-openid.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-openid.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-openid.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-openid.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-openid.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-openid.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-openid.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-openid.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-openid.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-openid.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-openid.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-openid.btn-lg,
.btn-stack-overflow.btn-lg.icon,
.btn-group-lg > .btn-stack-overflow.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-stack-overflow.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-stack-overflow.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-stack-overflow.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-stack-overflow.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-stack-overflow.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-stack-overflow.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-stack-overflow.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-stack-overflow.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-stack-overflow.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-stack-overflow.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-stack-overflow.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-stack-overflow.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-stack-overflow.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-stack-overflow.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-stack-overflow.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-stack-overflow.btn-lg,
.btn-youtube.btn-lg.icon,
.btn-group-lg > .btn-youtube.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-youtube.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-youtube.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-youtube.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-youtube.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-youtube.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-youtube.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-youtube.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-youtube.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-youtube.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-youtube.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-youtube.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-youtube.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-youtube.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-youtube.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-youtube.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-youtube.btn-lg,
.btn-css3.btn-lg.icon,
.btn-group-lg > .btn-css3.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-css3.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-css3.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-css3.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-css3.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-css3.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-css3.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-css3.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-css3.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-css3.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-css3.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-css3.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-css3.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-css3.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-css3.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-css3.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-css3.btn-lg,
.btn-dribbble.btn-lg.icon,
.btn-group-lg > .btn-dribbble.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-dribbble.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-dribbble.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-dribbble.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-dribbble.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-dribbble.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-dribbble.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-dribbble.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-dribbble.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-dribbble.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-dribbble.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-dribbble.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-dribbble.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-dribbble.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-dribbble.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-dribbble.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-dribbble.btn-lg,
.btn-google-plus.btn-lg.icon,
.btn-group-lg > .btn-google-plus.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-google-plus.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-google-plus.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-google-plus.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-google-plus.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-google-plus.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-google-plus.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-google-plus.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-google-plus.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-google-plus.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-google-plus.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-google-plus.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-google-plus.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-google-plus.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-google-plus.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-google-plus.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-google-plus.btn-lg,
.btn-instagram.btn-lg.icon,
.btn-group-lg > .btn-instagram.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-instagram.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-instagram.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-instagram.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-instagram.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-instagram.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-instagram.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-instagram.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-instagram.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-instagram.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-instagram.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-instagram.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-instagram.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-instagram.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-instagram.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-instagram.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-instagram.btn-lg,
.btn-pinterest.btn-lg.icon,
.btn-group-lg > .btn-pinterest.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-pinterest.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-pinterest.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-pinterest.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-pinterest.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-pinterest.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-pinterest.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-pinterest.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-pinterest.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-pinterest.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-pinterest.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-pinterest.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-pinterest.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-pinterest.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-pinterest.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-pinterest.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-pinterest.btn-lg,
.btn-vk.btn-lg.icon,
.btn-group-lg > .btn-vk.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-vk.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-vk.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-vk.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-vk.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-vk.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-vk.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-vk.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-vk.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-vk.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vk.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-vk.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-vk.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-vk.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-vk.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-vk.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vk.btn-lg,
.btn-yahoo.btn-lg.icon,
.btn-group-lg > .btn-yahoo.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-yahoo.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-yahoo.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-yahoo.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-yahoo.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-yahoo.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-yahoo.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-yahoo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-yahoo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-yahoo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-yahoo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-yahoo.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-yahoo.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-yahoo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-yahoo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-yahoo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-yahoo.btn-lg,
.btn-behance.btn-lg.icon,
.btn-group-lg > .btn-behance.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-behance.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-behance.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-behance.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-behance.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-behance.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-behance.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-behance.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-behance.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-behance.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-behance.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-behance.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-behance.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-behance.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-behance.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-behance.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-behance.btn-lg,
.btn-dropbox.btn-lg.icon,
.btn-group-lg > .btn-dropbox.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-dropbox.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-dropbox.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-dropbox.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-dropbox.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-dropbox.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-dropbox.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-dropbox.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-dropbox.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-dropbox.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-dropbox.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-dropbox.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-dropbox.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-dropbox.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-dropbox.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-dropbox.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-dropbox.btn-lg,
.btn-reddit.btn-lg.icon,
.btn-group-lg > .btn-reddit.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-reddit.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-reddit.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-reddit.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-reddit.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-reddit.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-reddit.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-reddit.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-reddit.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-reddit.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-reddit.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-reddit.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-reddit.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-reddit.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-reddit.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-reddit.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-reddit.btn-lg,
.btn-spotify.btn-lg.icon,
.btn-group-lg > .btn-spotify.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-spotify.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-spotify.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-spotify.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-spotify.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-spotify.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-spotify.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-spotify.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-spotify.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-spotify.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-spotify.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-spotify.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-spotify.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-spotify.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-spotify.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-spotify.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-spotify.btn-lg,
.btn-vine.btn-lg.icon,
.btn-group-lg > .btn-vine.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-vine.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-vine.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-vine.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-vine.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-vine.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-vine.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-vine.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-vine.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-vine.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vine.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-vine.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-vine.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-vine.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-vine.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-vine.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vine.btn-lg,
.btn-foursquare.btn-lg.icon,
.btn-group-lg > .btn-foursquare.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-foursquare.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-foursquare.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-foursquare.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-foursquare.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-foursquare.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-foursquare.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-foursquare.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-foursquare.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-foursquare.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-foursquare.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-foursquare.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-foursquare.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-foursquare.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-foursquare.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-foursquare.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-foursquare.btn-lg,
.btn-vimeo.btn-lg.icon,
.btn-group-lg > .btn-vimeo.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > .btn-vimeo.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > .btn-vimeo.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-lg > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-lg > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-lg > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-lg > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > .btn-vimeo.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > .btn-vimeo.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-lg > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-lg > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-lg > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-lg > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-vimeo.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-vimeo.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-vimeo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-vimeo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-vimeo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vimeo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-vimeo.btn-lg.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-vimeo.btn-lg.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-vimeo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-vimeo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-vimeo.btn-lg,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vimeo.btn-lg {
  width: 2.64062rem;
  height: 2.64062rem;
}

.btn-facebook.btn-sm, .btn-group-sm > .btn-facebook.btn,
.btn-twitter.btn-sm,
.btn-group-sm > .btn-twitter.btn,
.btn-linkedin.btn-sm,
.btn-group-sm > .btn-linkedin.btn,
.btn-flickr.btn-sm,
.btn-group-sm > .btn-flickr.btn,
.btn-tumblr.btn-sm,
.btn-group-sm > .btn-tumblr.btn,
.btn-xing.btn-sm,
.btn-group-sm > .btn-xing.btn,
.btn-github.btn-sm,
.btn-group-sm > .btn-github.btn,
.btn-html5.btn-sm,
.btn-group-sm > .btn-html5.btn,
.btn-openid.btn-sm,
.btn-group-sm > .btn-openid.btn,
.btn-stack-overflow.btn-sm,
.btn-group-sm > .btn-stack-overflow.btn,
.btn-youtube.btn-sm,
.btn-group-sm > .btn-youtube.btn,
.btn-css3.btn-sm,
.btn-group-sm > .btn-css3.btn,
.btn-dribbble.btn-sm,
.btn-group-sm > .btn-dribbble.btn,
.btn-google-plus.btn-sm,
.btn-group-sm > .btn-google-plus.btn,
.btn-instagram.btn-sm,
.btn-group-sm > .btn-instagram.btn,
.btn-pinterest.btn-sm,
.btn-group-sm > .btn-pinterest.btn,
.btn-vk.btn-sm,
.btn-group-sm > .btn-vk.btn,
.btn-yahoo.btn-sm,
.btn-group-sm > .btn-yahoo.btn,
.btn-behance.btn-sm,
.btn-group-sm > .btn-behance.btn,
.btn-dropbox.btn-sm,
.btn-group-sm > .btn-dropbox.btn,
.btn-reddit.btn-sm,
.btn-group-sm > .btn-reddit.btn,
.btn-spotify.btn-sm,
.btn-group-sm > .btn-spotify.btn,
.btn-vine.btn-sm,
.btn-group-sm > .btn-vine.btn,
.btn-foursquare.btn-sm,
.btn-group-sm > .btn-foursquare.btn,
.btn-vimeo.btn-sm,
.btn-group-sm > .btn-vimeo.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border: 0;
}

.btn-facebook.btn-sm::before, .btn-group-sm > .btn-facebook.btn::before,
.btn-twitter.btn-sm::before,
.btn-group-sm > .btn-twitter.btn::before,
.btn-linkedin.btn-sm::before,
.btn-group-sm > .btn-linkedin.btn::before,
.btn-flickr.btn-sm::before,
.btn-group-sm > .btn-flickr.btn::before,
.btn-tumblr.btn-sm::before,
.btn-group-sm > .btn-tumblr.btn::before,
.btn-xing.btn-sm::before,
.btn-group-sm > .btn-xing.btn::before,
.btn-github.btn-sm::before,
.btn-group-sm > .btn-github.btn::before,
.btn-html5.btn-sm::before,
.btn-group-sm > .btn-html5.btn::before,
.btn-openid.btn-sm::before,
.btn-group-sm > .btn-openid.btn::before,
.btn-stack-overflow.btn-sm::before,
.btn-group-sm > .btn-stack-overflow.btn::before,
.btn-youtube.btn-sm::before,
.btn-group-sm > .btn-youtube.btn::before,
.btn-css3.btn-sm::before,
.btn-group-sm > .btn-css3.btn::before,
.btn-dribbble.btn-sm::before,
.btn-group-sm > .btn-dribbble.btn::before,
.btn-google-plus.btn-sm::before,
.btn-group-sm > .btn-google-plus.btn::before,
.btn-instagram.btn-sm::before,
.btn-group-sm > .btn-instagram.btn::before,
.btn-pinterest.btn-sm::before,
.btn-group-sm > .btn-pinterest.btn::before,
.btn-vk.btn-sm::before,
.btn-group-sm > .btn-vk.btn::before,
.btn-yahoo.btn-sm::before,
.btn-group-sm > .btn-yahoo.btn::before,
.btn-behance.btn-sm::before,
.btn-group-sm > .btn-behance.btn::before,
.btn-dropbox.btn-sm::before,
.btn-group-sm > .btn-dropbox.btn::before,
.btn-reddit.btn-sm::before,
.btn-group-sm > .btn-reddit.btn::before,
.btn-spotify.btn-sm::before,
.btn-group-sm > .btn-spotify.btn::before,
.btn-vine.btn-sm::before,
.btn-group-sm > .btn-vine.btn::before,
.btn-foursquare.btn-sm::before,
.btn-group-sm > .btn-foursquare.btn::before,
.btn-vimeo.btn-sm::before,
.btn-group-sm > .btn-vimeo.btn::before {
  width: 1.64844rem;
  height: 1.64844rem;
  padding: 0.25rem 0;
  font-size: 0.76562rem;
  line-height: 1.5;
}

.btn-facebook.btn-sm span, .btn-group-sm > .btn-facebook.btn span,
.btn-twitter.btn-sm span,
.btn-group-sm > .btn-twitter.btn span,
.btn-linkedin.btn-sm span,
.btn-group-sm > .btn-linkedin.btn span,
.btn-flickr.btn-sm span,
.btn-group-sm > .btn-flickr.btn span,
.btn-tumblr.btn-sm span,
.btn-group-sm > .btn-tumblr.btn span,
.btn-xing.btn-sm span,
.btn-group-sm > .btn-xing.btn span,
.btn-github.btn-sm span,
.btn-group-sm > .btn-github.btn span,
.btn-html5.btn-sm span,
.btn-group-sm > .btn-html5.btn span,
.btn-openid.btn-sm span,
.btn-group-sm > .btn-openid.btn span,
.btn-stack-overflow.btn-sm span,
.btn-group-sm > .btn-stack-overflow.btn span,
.btn-youtube.btn-sm span,
.btn-group-sm > .btn-youtube.btn span,
.btn-css3.btn-sm span,
.btn-group-sm > .btn-css3.btn span,
.btn-dribbble.btn-sm span,
.btn-group-sm > .btn-dribbble.btn span,
.btn-google-plus.btn-sm span,
.btn-group-sm > .btn-google-plus.btn span,
.btn-instagram.btn-sm span,
.btn-group-sm > .btn-instagram.btn span,
.btn-pinterest.btn-sm span,
.btn-group-sm > .btn-pinterest.btn span,
.btn-vk.btn-sm span,
.btn-group-sm > .btn-vk.btn span,
.btn-yahoo.btn-sm span,
.btn-group-sm > .btn-yahoo.btn span,
.btn-behance.btn-sm span,
.btn-group-sm > .btn-behance.btn span,
.btn-dropbox.btn-sm span,
.btn-group-sm > .btn-dropbox.btn span,
.btn-reddit.btn-sm span,
.btn-group-sm > .btn-reddit.btn span,
.btn-spotify.btn-sm span,
.btn-group-sm > .btn-spotify.btn span,
.btn-vine.btn-sm span,
.btn-group-sm > .btn-vine.btn span,
.btn-foursquare.btn-sm span,
.btn-group-sm > .btn-foursquare.btn span,
.btn-vimeo.btn-sm span,
.btn-group-sm > .btn-vimeo.btn span {
  margin-left: 1.64844rem;
}

.btn-facebook.btn-sm.icon, .btn-group-sm > .btn-facebook.icon.btn, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-facebook.btn.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-facebook.btn.page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-facebook.btn.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-facebook.btn.page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-facebook.btn, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-facebook.btn-sm.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-facebook.btn-sm.page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-facebook.btn-sm, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-facebook.btn-sm, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-facebook.btn-sm, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-facebook.btn-sm, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-facebook.btn-sm.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-facebook.btn-sm.page-link, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-facebook.btn-sm, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-facebook.btn-sm, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-facebook.btn-sm, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-facebook.btn-sm,
.btn-twitter.btn-sm.icon,
.btn-group-sm > .btn-twitter.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-twitter.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-twitter.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-twitter.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-twitter.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-twitter.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-twitter.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-twitter.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-twitter.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-twitter.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-twitter.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-twitter.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-twitter.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-twitter.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-twitter.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-twitter.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-twitter.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-twitter.btn-sm,
.btn-linkedin.btn-sm.icon,
.btn-group-sm > .btn-linkedin.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-linkedin.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-linkedin.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-linkedin.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-linkedin.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-linkedin.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-linkedin.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-linkedin.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-linkedin.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-linkedin.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-linkedin.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-linkedin.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-linkedin.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-linkedin.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-linkedin.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-linkedin.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-linkedin.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-linkedin.btn-sm,
.btn-flickr.btn-sm.icon,
.btn-group-sm > .btn-flickr.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-flickr.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-flickr.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-flickr.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-flickr.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-flickr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-flickr.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-flickr.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-flickr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-flickr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-flickr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-flickr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-flickr.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-flickr.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-flickr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-flickr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-flickr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-flickr.btn-sm,
.btn-tumblr.btn-sm.icon,
.btn-group-sm > .btn-tumblr.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-tumblr.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-tumblr.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-tumblr.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-tumblr.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-tumblr.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-tumblr.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-tumblr.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-tumblr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-tumblr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-tumblr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-tumblr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-tumblr.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-tumblr.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-tumblr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-tumblr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-tumblr.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-tumblr.btn-sm,
.btn-xing.btn-sm.icon,
.btn-group-sm > .btn-xing.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-xing.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-xing.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-xing.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-xing.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-xing.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-xing.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-xing.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-xing.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-xing.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-xing.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-xing.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-xing.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-xing.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-xing.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-xing.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-xing.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-xing.btn-sm,
.btn-github.btn-sm.icon,
.btn-group-sm > .btn-github.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-github.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-github.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-github.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-github.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-github.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-github.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-github.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-github.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-github.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-github.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-github.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-github.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-github.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-github.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-github.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-github.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-github.btn-sm,
.btn-html5.btn-sm.icon,
.btn-group-sm > .btn-html5.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-html5.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-html5.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-html5.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-html5.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-html5.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-html5.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-html5.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-html5.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-html5.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-html5.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-html5.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-html5.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-html5.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-html5.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-html5.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-html5.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-html5.btn-sm,
.btn-openid.btn-sm.icon,
.btn-group-sm > .btn-openid.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-openid.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-openid.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-openid.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-openid.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-openid.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-openid.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-openid.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-openid.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-openid.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-openid.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-openid.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-openid.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-openid.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-openid.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-openid.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-openid.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-openid.btn-sm,
.btn-stack-overflow.btn-sm.icon,
.btn-group-sm > .btn-stack-overflow.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-stack-overflow.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-stack-overflow.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-stack-overflow.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-stack-overflow.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-stack-overflow.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-stack-overflow.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-stack-overflow.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-stack-overflow.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-stack-overflow.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-stack-overflow.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-stack-overflow.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-stack-overflow.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-stack-overflow.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-stack-overflow.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-stack-overflow.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-stack-overflow.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-stack-overflow.btn-sm,
.btn-youtube.btn-sm.icon,
.btn-group-sm > .btn-youtube.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-youtube.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-youtube.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-youtube.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-youtube.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-youtube.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-youtube.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-youtube.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-youtube.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-youtube.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-youtube.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-youtube.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-youtube.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-youtube.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-youtube.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-youtube.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-youtube.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-youtube.btn-sm,
.btn-css3.btn-sm.icon,
.btn-group-sm > .btn-css3.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-css3.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-css3.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-css3.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-css3.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-css3.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-css3.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-css3.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-css3.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-css3.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-css3.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-css3.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-css3.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-css3.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-css3.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-css3.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-css3.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-css3.btn-sm,
.btn-dribbble.btn-sm.icon,
.btn-group-sm > .btn-dribbble.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-dribbble.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-dribbble.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-dribbble.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-dribbble.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-dribbble.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-dribbble.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-dribbble.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-dribbble.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-dribbble.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-dribbble.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-dribbble.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-dribbble.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-dribbble.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-dribbble.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-dribbble.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-dribbble.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-dribbble.btn-sm,
.btn-google-plus.btn-sm.icon,
.btn-group-sm > .btn-google-plus.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-google-plus.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-google-plus.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-google-plus.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-google-plus.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-google-plus.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-google-plus.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-google-plus.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-google-plus.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-google-plus.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-google-plus.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-google-plus.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-google-plus.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-google-plus.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-google-plus.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-google-plus.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-google-plus.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-google-plus.btn-sm,
.btn-instagram.btn-sm.icon,
.btn-group-sm > .btn-instagram.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-instagram.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-instagram.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-instagram.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-instagram.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-instagram.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-instagram.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-instagram.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-instagram.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-instagram.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-instagram.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-instagram.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-instagram.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-instagram.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-instagram.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-instagram.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-instagram.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-instagram.btn-sm,
.btn-pinterest.btn-sm.icon,
.btn-group-sm > .btn-pinterest.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-pinterest.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-pinterest.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-pinterest.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-pinterest.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-pinterest.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-pinterest.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-pinterest.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-pinterest.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-pinterest.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-pinterest.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-pinterest.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-pinterest.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-pinterest.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-pinterest.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-pinterest.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-pinterest.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-pinterest.btn-sm,
.btn-vk.btn-sm.icon,
.btn-group-sm > .btn-vk.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-vk.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-vk.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-vk.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-vk.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-vk.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-vk.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-vk.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-vk.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-vk.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-vk.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vk.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-vk.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-vk.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-vk.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-vk.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-vk.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vk.btn-sm,
.btn-yahoo.btn-sm.icon,
.btn-group-sm > .btn-yahoo.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-yahoo.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-yahoo.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-yahoo.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-yahoo.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-yahoo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-yahoo.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-yahoo.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-yahoo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-yahoo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-yahoo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-yahoo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-yahoo.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-yahoo.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-yahoo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-yahoo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-yahoo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-yahoo.btn-sm,
.btn-behance.btn-sm.icon,
.btn-group-sm > .btn-behance.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-behance.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-behance.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-behance.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-behance.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-behance.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-behance.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-behance.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-behance.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-behance.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-behance.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-behance.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-behance.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-behance.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-behance.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-behance.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-behance.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-behance.btn-sm,
.btn-dropbox.btn-sm.icon,
.btn-group-sm > .btn-dropbox.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-dropbox.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-dropbox.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-dropbox.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-dropbox.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-dropbox.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-dropbox.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-dropbox.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-dropbox.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-dropbox.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-dropbox.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-dropbox.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-dropbox.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-dropbox.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-dropbox.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-dropbox.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-dropbox.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-dropbox.btn-sm,
.btn-reddit.btn-sm.icon,
.btn-group-sm > .btn-reddit.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-reddit.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-reddit.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-reddit.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-reddit.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-reddit.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-reddit.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-reddit.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-reddit.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-reddit.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-reddit.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-reddit.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-reddit.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-reddit.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-reddit.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-reddit.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-reddit.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-reddit.btn-sm,
.btn-spotify.btn-sm.icon,
.btn-group-sm > .btn-spotify.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-spotify.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-spotify.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-spotify.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-spotify.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-spotify.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-spotify.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-spotify.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-spotify.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-spotify.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-spotify.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-spotify.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-spotify.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-spotify.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-spotify.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-spotify.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-spotify.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-spotify.btn-sm,
.btn-vine.btn-sm.icon,
.btn-group-sm > .btn-vine.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-vine.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-vine.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-vine.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-vine.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-vine.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-vine.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-vine.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-vine.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-vine.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-vine.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vine.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-vine.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-vine.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-vine.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-vine.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-vine.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vine.btn-sm,
.btn-foursquare.btn-sm.icon,
.btn-group-sm > .btn-foursquare.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-foursquare.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-foursquare.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-foursquare.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-foursquare.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-foursquare.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-foursquare.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-foursquare.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-foursquare.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-foursquare.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-foursquare.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-foursquare.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-foursquare.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-foursquare.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-foursquare.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-foursquare.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-foursquare.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-foursquare.btn-sm,
.btn-vimeo.btn-sm.icon,
.btn-group-sm > .btn-vimeo.icon.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > .btn-vimeo.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > .btn-vimeo.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-group-sm > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .btn-group-sm > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .btn-group-sm > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-group-sm > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > .btn-vimeo.btn.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > .btn-vimeo.btn.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-group-sm > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .btn-group-sm > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .btn-group-sm > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-group-sm > a.btn-vimeo.btn,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .btn-vimeo.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .btn-vimeo.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.btn-vimeo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.btn-vimeo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.btn-vimeo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.btn-vimeo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .btn-vimeo.btn-sm.page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .btn-vimeo.btn-sm.page-link,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.btn-vimeo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.btn-vimeo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.btn-vimeo.btn-sm,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.btn-vimeo.btn-sm {
  width: 1.64844rem;
  height: 1.64844rem;
}

.btn-facebook {
  background: #3b5998;
}

.btn-facebook::before {
  content: "\f09a";
  background: #344e86;
}

.btn-facebook:hover {
  background: #344e86;
}

.btn-facebook:hover::before {
  background: #2d4373;
}

.btn-twitter {
  background: #00aced;
}

.btn-twitter::before {
  content: "\f099";
  background: #0099d4;
}

.btn-twitter:hover {
  background: #0099d4;
}

.btn-twitter:hover::before {
  background: #0087ba;
}

.btn-linkedin {
  background: #4875b4;
}

.btn-linkedin::before {
  content: "\f0e1";
  background: #4169a2;
}

.btn-linkedin:hover {
  background: #4169a2;
}

.btn-linkedin:hover::before {
  background: #395d90;
}

.btn-flickr {
  background: #ff0084;
}

.btn-flickr::before {
  content: "\f16e";
  background: #e60077;
}

.btn-flickr:hover {
  background: #e60077;
}

.btn-flickr:hover::before {
  background: #cc006a;
}

.btn-tumblr {
  background: #32506d;
}

.btn-tumblr::before {
  content: "\f173";
  background: #2a435c;
}

.btn-tumblr:hover {
  background: #2a435c;
}

.btn-tumblr:hover::before {
  background: #22364a;
}

.btn-xing {
  background: #026466;
}

.btn-xing::before {
  content: "\f168";
  background: #024b4d;
}

.btn-xing:hover {
  background: #024b4d;
}

.btn-xing:hover::before {
  background: #013334;
}

.btn-github {
  background: #4183c4;
}

.btn-github::before {
  content: "\f09b";
  background: #3876b4;
}

.btn-github:hover {
  background: #3876b4;
}

.btn-github:hover::before {
  background: #3269a0;
}

.btn-html5 {
  background: #e34f26;
}

.btn-html5::before {
  content: "\f13b";
  background: #d4431b;
}

.btn-html5:hover {
  background: #d4431b;
}

.btn-html5:hover::before {
  background: #be3c18;
}

.btn-openid {
  background: #f78c40;
}

.btn-openid::before {
  content: "\f19b";
  background: #f67d28;
}

.btn-openid:hover {
  background: #f67d28;
}

.btn-openid:hover::before {
  background: #f56f0f;
}

.btn-stack-overflow {
  background: #fe7a15;
}

.btn-stack-overflow::before {
  content: "\f16c";
  background: #f86c01;
}

.btn-stack-overflow:hover {
  background: #f86c01;
}

.btn-stack-overflow:hover::before {
  background: #df6101;
}

.btn-css3 {
  background: #0170ba;
}

.btn-css3::before {
  content: "\f13c";
  background: #0161a1;
}

.btn-css3:hover {
  background: #0161a1;
}

.btn-css3:hover::before {
  background: #015187;
}

.btn-youtube {
  background: #b00;
}

.btn-youtube::before {
  content: "\f167";
  background: #a20000;
}

.btn-youtube:hover {
  background: #a20000;
}

.btn-youtube:hover::before {
  background: #880000;
}

.btn-dribbble {
  background: #ea4c89;
}

.btn-dribbble::before {
  content: "\f17d";
  background: #e7357a;
}

.btn-dribbble:hover {
  background: #e7357a;
}

.btn-dribbble:hover::before {
  background: #e51e6b;
}

.btn-google-plus {
  background: #d34836;
}

.btn-google-plus::before {
  content: "\f0d5";
  background: #c43d2b;
}

.btn-google-plus:hover {
  background: #c43d2b;
}

.btn-google-plus:hover::before {
  background: #b03626;
}

.btn-instagram {
  background: #517fa4;
}

.btn-instagram::before {
  content: "\f16d";
  background: #497293;
}

.btn-instagram:hover {
  background: #497293;
}

.btn-instagram:hover::before {
  background: #406582;
}

.btn-pinterest {
  background: #cb2027;
}

.btn-pinterest::before {
  content: "\f0d2";
  background: #b51d23;
}

.btn-pinterest:hover {
  background: #b51d23;
}

.btn-pinterest:hover::before {
  background: #9f191f;
}

.btn-vk {
  background: #45668e;
}

.btn-vk::before {
  content: "\f189";
  background: #3d5a7d;
}

.btn-vk:hover {
  background: #3d5a7d;
}

.btn-vk:hover::before {
  background: #344d6c;
}

.btn-yahoo {
  background: #400191;
}

.btn-yahoo::before {
  content: "\f19e";
  background: #350178;
}

.btn-yahoo:hover {
  background: #350178;
}

.btn-yahoo:hover::before {
  background: #2a015e;
}

.btn-behance {
  background: #1769ff;
}

.btn-behance::before {
  content: "\f1b4";
  background: #0059fd;
}

.btn-behance:hover {
  background: #0059fd;
}

.btn-behance:hover::before {
  background: #0050e3;
}

.btn-dropbox {
  background: #007ee5;
}

.btn-dropbox::before {
  content: "\f16b";
  background: #0070cc;
}

.btn-dropbox:hover {
  background: #0070cc;
}

.btn-dropbox:hover::before {
  background: #0062b2;
}

.btn-reddit {
  background: #ff4500;
}

.btn-reddit::before {
  content: "\f1a1";
  background: #e63e00;
}

.btn-reddit:hover {
  background: #e63e00;
}

.btn-reddit:hover::before {
  background: #cc3700;
}

.btn-spotify {
  background: #7ab800;
}

.btn-spotify::before {
  content: "\f1bc";
  background: #699f00;
}

.btn-spotify:hover {
  background: #699f00;
}

.btn-spotify:hover::before {
  background: #588500;
}

.btn-vine {
  background: #00bf8f;
}

.btn-vine::before {
  content: "\f1ca";
  background: #00a67c;
}

.btn-vine:hover {
  background: #00a67c;
}

.btn-vine:hover::before {
  background: #008c69;
}

.btn-foursquare {
  background: #1073af;
}

.btn-foursquare::before {
  content: "\f180";
  background: #0e6498;
}

.btn-foursquare:hover {
  background: #0e6498;
}

.btn-foursquare:hover::before {
  background: #0c5480;
}

.btn-vimeo {
  background: #aad450;
}

.btn-vimeo::before {
  content: "\f194";
  background: #a0cf3c;
}

.btn-vimeo:hover {
  background: #a0cf3c;
}

.btn-vimeo:hover::before {
  background: #93c130;
}

.callout {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
  border: 0 solid #e6e6e6;
  border-left-width: .25rem;
}

.callout .chart-wrapper {
  position: absolute;
  top: 10px;
  left: 50%;
  float: right;
  width: 50%;
}

.callout-bordered {
  border: 1px solid #e6e6e6;
  border-left-width: .25rem;
}

.callout code {
  border-radius: .25rem;
}

.callout h4 {
  margin-top: 0;
  margin-bottom: .25rem;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout + .callout {
  margin-top: -0.25rem;
}

.callout-default {
  border-left-color: #5a5858;
}

.callout-default h4 {
  color: #5a5858;
}

.callout-primary {
  border-left-color: #087c35;
}

.callout-primary h4 {
  color: #087c35;
}

.callout-secondary {
  border-left-color: #71869d;
}

.callout-secondary h4 {
  color: #71869d;
}

.callout-success {
  border-left-color: #00c9a7;
}

.callout-success h4 {
  color: #00c9a7;
}

.callout-info {
  border-left-color: #00c9db;
}

.callout-info h4 {
  color: #00c9db;
}

.callout-warning {
  border-left-color: #ffcc59;
}

.callout-warning h4 {
  color: #ffcc59;
}

.callout-danger {
  border-left-color: #ed4c78;
}

.callout-danger h4 {
  color: #ed4c78;
}

.callout-light {
  border-left-color: #f9fafc;
}

.callout-light h4 {
  color: #f9fafc;
}

.callout-dark {
  border-left-color: #191a27;
}

.callout-dark h4 {
  color: #191a27;
}

.card {
  margin-bottom: 1.5rem;
  height: 100%;
}

.card.bg-primary {
  border-color: #04401b;
}

.card.bg-primary .card-header {
  background-color: #076e2f;
  border-color: #04401b;
}

.card.bg-secondary {
  border-color: #54667a;
}

.card.bg-secondary .card-header {
  background-color: #687e97;
  border-color: #54667a;
}

.card.bg-success {
  border-color: #008972;
}

.card.bg-success .card-header {
  background-color: #00ba9a;
  border-color: #008972;
}

.card.bg-info {
  border-color: #008e9b;
}

.card.bg-info .card-header {
  background-color: #00bbcc;
  border-color: #008e9b;
}

.card.bg-warning {
  border-color: #ffb819;
}

.card.bg-warning .card-header {
  background-color: #ffc74a;
  border-color: #ffb819;
}

.card.bg-danger {
  border-color: #e2174e;
}

.card.bg-danger .card-header {
  background-color: #ec3e6e;
  border-color: #e2174e;
}

.card.bg-light {
  border-color: #cfd7e7;
}

.card.bg-light .card-header {
  background-color: #eff2f7;
  border-color: #cfd7e7;
}

.card.bg-dark {
  border-color: black;
}

.card.bg-dark .card-header {
  background-color: #13141e;
  border-color: black;
}

.text-white .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

.card-header .icon-bg {
  display: inline-body;
  padding: 0.75rem 1.25rem !important;
  margin-top: -0.75rem;
  margin-right: 1.25rem;
  margin-bottom: -0.75rem;
  margin-left: -1.25rem;
  line-height: inherit;
  color: #1a1818;
  vertical-align: bottom;
  background: transparent;
  border-right: 1px solid #e6e6e6;
}

.card-header .nav.nav-tabs {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.card-header .nav.nav-tabs .nav-item {
  border-top: 0;
}

.card-header .nav.nav-tabs .nav-link, .card-header .nav.nav-tabs .navbar .dropdown-toggle, .navbar .card-header .nav.nav-tabs .dropdown-toggle {
  padding: 0.75rem 0.625rem;
  color: #5a5858;
  border-top: 0;
}

.card-header .nav.nav-tabs .nav-link.active, .card-header .nav.nav-tabs .navbar .active.dropdown-toggle, .navbar .card-header .nav.nav-tabs .active.dropdown-toggle {
  color: #1a1818;
  background: #fff;
}

.card-header.card-header-inverse {
  color: #fff;
}

.card-header .btn {
  margin-top: -0.375rem;
}

.card-header .btn-sm, .card-header .btn-group-sm > .btn {
  margin-top: -0.25rem;
}

.card-header .btn-lg, .card-header .btn-group-lg > .btn {
  margin-top: -0.5rem;
}

.card-footer ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  table-layout: fixed;
}

.card-footer ul li {
  display: table-cell;
  padding: 0 1.25rem;
  text-align: center;
}

[class*="card-outline-"] .card-body, [class*="card-outline-"] .card-block {
  background: #fff !important;
}

[class*="card-outline-"].card-outline-top {
  border-top-width: 2px;
  border-right-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
}

.card-accent-primary {
  border-top-width: 2px;
  border-top-color: #087c35;
}

.card-accent-secondary {
  border-top-width: 2px;
  border-top-color: #71869d;
}

.card-accent-success {
  border-top-width: 2px;
  border-top-color: #00c9a7;
}

.card-accent-info {
  border-top-width: 2px;
  border-top-color: #00c9db;
}

.card-accent-warning {
  border-top-width: 2px;
  border-top-color: #ffcc59;
}

.card-accent-danger {
  border-top-width: 2px;
  border-top-color: #ed4c78;
}

.card-accent-light {
  border-top-width: 2px;
  border-top-color: #f9fafc;
}

.card-accent-dark {
  border-top-width: 2px;
  border-top-color: #191a27;
}

.card-header > i {
  margin-right: 0.5rem;
}

.card-header .card-actions {
  position: absolute;
  top: 0;
  right: 0;
}

.card-header .card-actions a, .card-header .card-actions button {
  display: block;
  float: left;
  width: 50px;
  padding: 0.75rem 0;
  margin: 0 !important;
  color: #1a1818;
  text-align: center;
  background: transparent;
  border: 0;
  border-left: 1px solid #e6e6e6;
  box-shadow: 0;
}

.card-header .card-actions a:hover, .card-header .card-actions button:hover {
  text-decoration: none;
}

.card-header .card-actions a [class^="icon-"], .card-header .card-actions a [class*=" icon-"], .card-header .card-actions button [class^="icon-"], .card-header .card-actions button [class*=" icon-"] {
  display: inline-body;
  vertical-align: middle;
}

.card-header .card-actions a i, .card-header .card-actions button i {
  display: inline-body;
  transition: .4s;
}

.card-header .card-actions a .r180, .card-header .card-actions button .r180 {
  transform: rotate(180deg);
}

.card-header .card-actions .input-group {
  width: 230px;
  margin: 6px;
}

.card-header .card-actions .input-group .input-group-addon {
  background: #fff;
}

.card-header .card-actions .input-group input {
  border-left: 0;
}

.card-full {
  margin-top: -1rem;
  margin-right: -15px;
  margin-left: -15px;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 576px) {
  .card-columns.cols-2 {
    column-count: 2;
  }
}

.card.drag, .card .drag {
  cursor: move;
}

.card-placeholder {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed #d2d2d2;
}

.chart-wrapper canvas {
  width: 100% !important;
}

base-chart.chart {
  display: block !important;
}

.dropdown-item {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #e6e6e6;
}

.dropdown-item:last-child {
  border-bottom: 0;
}

.dropdown-item i {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  margin-left: -10px;
  color: #e6e6e6;
  text-align: center;
}

.dropdown-item .badge {
  position: absolute;
  right: 10px;
  margin-top: 2px;
}

.dropdown-header {
  padding: 8px 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
}

.dropdown-header .btn {
  margin-top: -7px;
  color: #5a5858;
}

.dropdown-header .btn:hover {
  color: #1a1818;
}

.dropdown-header .btn.pull-right {
  margin-right: -20px;
}

.dropdown-menu-lg {
  width: 250px;
}

.app-header .navbar-nav .dropdown-menu {
  position: absolute;
}

.app-header .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.app-header .navbar-nav .dropdown-menu-left {
  right: auto;
  left: 0;
}

.app-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1rem;
  color: #abaaaa;
  background: #f9f9f9;
  border-top: 1px solid #e6e6e6;
}

.row.row-equal {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: -15px;
  margin-left: -15px;
}

.row.row-equal [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.main .container-fluid {
  padding: 50px 30px 0;
}

.input-group-addon,
.input-group-btn {
  min-width: 40px;
  white-space: nowrap;
  vertical-align: middle;
}

#loading-bar,
#loading-bar-spinner {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  -webkit-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20002;
  width: 100%;
  height: 2px;
  background: #087c35;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  -webkit-transition: width 350ms;
  transition: width 350ms;
}

#loading-bar .peg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 2px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  opacity: .45;
}

#loading-bar-spinner {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10002;
  display: block;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 2000;
  width: 100%;
  height: 2px;
  background: #087c35;
}

.modal-primary .modal-content {
  border-color: #087c35;
}

.modal-primary .modal-header {
  color: #fff;
  background-color: #087c35;
}

.modal-secondary .modal-content {
  border-color: #71869d;
}

.modal-secondary .modal-header {
  color: #fff;
  background-color: #71869d;
}

.modal-success .modal-content {
  border-color: #00c9a7;
}

.modal-success .modal-header {
  color: #fff;
  background-color: #00c9a7;
}

.modal-info .modal-content {
  border-color: #00c9db;
}

.modal-info .modal-header {
  color: #fff;
  background-color: #00c9db;
}

.modal-warning .modal-content {
  border-color: #ffcc59;
}

.modal-warning .modal-header {
  color: #fff;
  background-color: #ffcc59;
}

.modal-danger .modal-content {
  border-color: #ed4c78;
}

.modal-danger .modal-header {
  color: #fff;
  background-color: #ed4c78;
}

.modal-light .modal-content {
  border-color: #f9fafc;
}

.modal-light .modal-header {
  color: #fff;
  background-color: #f9fafc;
}

.modal-dark .modal-content {
  border-color: #191a27;
}

.modal-dark .modal-header {
  color: #fff;
  background-color: #191a27;
}

.nav-tabs .nav-link, .nav-tabs .navbar .dropdown-toggle, .navbar .nav-tabs .dropdown-toggle {
  color: #5a5858;
}

.nav-tabs .nav-link.active, .nav-tabs .navbar .active.dropdown-toggle, .navbar .nav-tabs .active.dropdown-toggle {
  color: #2f2d2d;
  background: #fff;
  border-color: #e6e6e6;
  border-bottom-color: #fff;
}

.nav-tabs .nav-link.active:focus, .nav-tabs .navbar .active.dropdown-toggle:focus, .navbar .nav-tabs .active.dropdown-toggle:focus {
  background: #fff;
  border-color: #e6e6e6;
  border-bottom-color: #fff;
}

.tab-content {
  margin-top: -1px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.tab-content .tab-pane {
  padding: 1rem;
}

.card-block .tab-content {
  margin-top: 0;
  border: 0;
}

.app-header.navbar {
  position: relative;
  flex-direction: row;
  height: 55px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.app-header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  padding: 0.5rem 1rem;
  margin-right: 0;
  background-color: #fff;
  background-image: url("/public/img/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70px auto;
  border-bottom: 1px solid #e6e6e6;
}

.app-header.navbar .navbar-toggler {
  min-width: 50px;
  padding: 0.25rem 0;
}

.app-header.navbar .navbar-toggler:hover .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='%232f2d2d' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.app-header.navbar .navbar-toggler-icon {
  height: 23px;
  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='%235a5858' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.app-header.navbar .navbar-nav {
  flex-direction: row;
  align-items: center;
}

.app-header.navbar .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0 !important;
  text-align: center;
}

.app-header.navbar .nav-item button {
  margin: 0 auto;
}

.app-header.navbar .nav-item .nav-link, .app-header.navbar .nav-item .dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  background: 0;
  border: 0;
}

.app-header.navbar .nav-item .nav-link .badge, .app-header.navbar .nav-item .dropdown-toggle .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0;
}

.app-header.navbar .nav-item .nav-link > .img-avatar, .app-header.navbar .nav-item .dropdown-toggle > .img-avatar {
  height: 35px;
  margin: 0 10px;
}

.app-header.navbar .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}

.app-header.navbar .dropdown-item {
  min-width: auto;
}

.navbar-brand {
  color: #2f2d2d;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: #2f2d2d;
}

.navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-nav .dropdown-toggle {
  color: #5a5858;
}

.navbar-nav .nav-link:focus, .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-nav .dropdown-toggle:focus, .navbar-nav .nav-link:hover, .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-nav .dropdown-toggle:hover {
  color: #2f2d2d;
}

.navbar-nav .open > .nav-link, .navbar-nav .navbar .open > .dropdown-toggle, .navbar .navbar-nav .open > .dropdown-toggle, .navbar-nav .open > .nav-link:focus, .navbar-nav .navbar .open > .dropdown-toggle:focus, .navbar .navbar-nav .open > .dropdown-toggle:focus, .navbar-nav .open > .nav-link:hover, .navbar-nav .navbar .open > .dropdown-toggle:hover, .navbar .navbar-nav .open > .dropdown-toggle:hover,
.navbar-nav .active > .nav-link,
.navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-nav .active > .dropdown-toggle,
.navbar-nav .active > .nav-link:focus,
.navbar-nav .navbar .active > .dropdown-toggle:focus,
.navbar .navbar-nav .active > .dropdown-toggle:focus,
.navbar-nav .active > .nav-link:hover,
.navbar-nav .navbar .active > .dropdown-toggle:hover,
.navbar .navbar-nav .active > .dropdown-toggle:hover,
.navbar-nav .nav-link.open,
.navbar-nav .navbar .open.dropdown-toggle,
.navbar .navbar-nav .open.dropdown-toggle,
.navbar-nav .nav-link.open:focus,
.navbar-nav .navbar .open.dropdown-toggle:focus,
.navbar .navbar-nav .open.dropdown-toggle:focus,
.navbar-nav .nav-link.open:hover,
.navbar-nav .navbar .open.dropdown-toggle:hover,
.navbar .navbar-nav .open.dropdown-toggle:hover,
.navbar-nav .nav-link.active,
.navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-nav .active.dropdown-toggle,
.navbar-nav .nav-link.active:focus,
.navbar-nav .navbar .active.dropdown-toggle:focus,
.navbar .navbar-nav .active.dropdown-toggle:focus,
.navbar-nav .nav-link.active:hover,
.navbar-nav .navbar .active.dropdown-toggle:hover,
.navbar .navbar-nav .active.dropdown-toggle:hover {
  color: #2f2d2d;
}

.navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

@media (min-width: 992px) {
  .brand-minimized .app-header.navbar .navbar-brand {
    width: 50px;
    background-color: #fff;
    background-image: url("/public/img/logo-symbol.png");
    background-size: 24px;
    border-bottom: 1px solid #e6e6e6;
  }
}

.progress-xs {
  height: 4px;
}

.progress-sm {
  height: 8px;
}

.progress-white {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.progress-white .progress-bar {
  background-color: #fff;
}

.sidebar, .sidebar-config {
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #fff;
  background: #084c61;
}

.sidebar .sidebar-close, .sidebar-config .sidebar-close {
  position: absolute;
  right: 0;
  display: none;
  padding: 0 1rem;
  font-size: 24px;
  font-weight: 800;
  line-height: 55px;
  color: #fff;
  background: 0;
  border: 0;
  opacity: .8;
}

.sidebar .sidebar-close:hover, .sidebar-config .sidebar-close:hover {
  opacity: 1;
}

.sidebar .sidebar-header, .sidebar-config .sidebar-header {
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.2);
}

.sidebar .sidebar-form .form-control, .sidebar-config .sidebar-form .form-control {
  color: #fff;
  background: #042732;
  border: 0;
}

.sidebar .sidebar-form .form-control::placeholder, .sidebar-config .sidebar-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .sidebar-nav, .sidebar-config .sidebar-nav {
  position: relative;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 250px;
}

.sidebar .sidebar-nav::-webkit-scrollbar, .sidebar-config .sidebar-nav::-webkit-scrollbar {
  position: absolute;
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
}

.sidebar .sidebar-nav::-webkit-scrollbar-track, .sidebar-config .sidebar-nav::-webkit-scrollbar-track {
  background-color: #0a5e79;
  border-right: 1px solid #063a49;
  border-left: 1px solid #063a49;
}

.sidebar .sidebar-nav::-webkit-scrollbar-thumb, .sidebar-config .sidebar-nav::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #042732;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 2px;
}

.sidebar .nav, .sidebar-config .nav {
  width: 250px;
  flex-direction: column;
  min-height: 100%;
}

.sidebar .nav-title, .sidebar-config .nav-title {
  padding: 0.75rem 1rem;
  font-size: 11px;
  font-weight: 600;
  color: #e6e6e6;
  text-transform: uppercase;
}

.sidebar .nav-divider, .sidebar .divider, .sidebar-config .nav-divider, .sidebar-config .divider {
  height: 10px;
}

.sidebar .nav-item, .sidebar-config .nav-item {
  position: relative;
  margin: 0;
  transition: background .3s ease-in-out;
}

.sidebar .hidden-sidebar-menu, .sidebar-config .hidden-sidebar-menu {
  display: none;
}

.sidebar .nav-dropdown-items, .sidebar-config .nav-dropdown-items {
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  transition: max-height .3s ease-in-out;
}

.sidebar .nav-dropdown-items .nav-item, .sidebar-config .nav-dropdown-items .nav-item {
  padding: 0;
  list-style: none;
}

.sidebar .nav-link, .sidebar .navbar .dropdown-toggle, .navbar .sidebar .dropdown-toggle, .sidebar-config .nav-link, .sidebar-config .navbar .dropdown-toggle, .navbar .sidebar-config .dropdown-toggle {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
  text-decoration: none;
  background: transparent;
}

.sidebar .nav-link i, .sidebar .navbar .dropdown-toggle i, .navbar .sidebar .dropdown-toggle i, .sidebar-config .nav-link i, .sidebar-config .navbar .dropdown-toggle i, .navbar .sidebar-config .dropdown-toggle i {
  display: inline-block;
  width: 20px;
  margin: 0 0.5rem 0 0;
  font-size: 14px;
  color: #f9f9f9;
  text-align: center;
}

.sidebar .nav-link .badge, .sidebar .navbar .dropdown-toggle .badge, .navbar .sidebar .dropdown-toggle .badge, .sidebar-config .nav-link .badge, .sidebar-config .navbar .dropdown-toggle .badge, .navbar .sidebar-config .dropdown-toggle .badge {
  float: right;
  margin-top: 2px;
}

.sidebar .nav-link.active, .sidebar .navbar .active.dropdown-toggle, .navbar .sidebar .active.dropdown-toggle, .sidebar-config .nav-link.active, .sidebar-config .navbar .active.dropdown-toggle, .navbar .sidebar-config .active.dropdown-toggle {
  color: #fff;
  background: #0a5e79;
}

.sidebar .nav-link.active i, .sidebar .navbar .active.dropdown-toggle i, .navbar .sidebar .active.dropdown-toggle i, .sidebar-config .nav-link.active i, .sidebar-config .navbar .active.dropdown-toggle i, .navbar .sidebar-config .active.dropdown-toggle i {
  color: #087c35;
}

.sidebar .nav-link:hover, .sidebar .navbar .dropdown-toggle:hover, .navbar .sidebar .dropdown-toggle:hover, .sidebar-config .nav-link:hover, .sidebar-config .navbar .dropdown-toggle:hover, .navbar .sidebar-config .dropdown-toggle:hover {
  color: #fff;
  background: #087c35;
}

.sidebar .nav-link:hover i, .sidebar .navbar .dropdown-toggle:hover i, .navbar .sidebar .dropdown-toggle:hover i, .sidebar-config .nav-link:hover i, .sidebar-config .navbar .dropdown-toggle:hover i, .navbar .sidebar-config .dropdown-toggle:hover i {
  color: #fff;
}

.sidebar .nav-link:hover.nav-dropdown-toggle::before, .sidebar .navbar .dropdown-toggle:hover.nav-dropdown-toggle::before, .navbar .sidebar .dropdown-toggle:hover.nav-dropdown-toggle::before, .sidebar-config .nav-link:hover.nav-dropdown-toggle::before, .sidebar-config .navbar .dropdown-toggle:hover.nav-dropdown-toggle::before, .navbar .sidebar-config .dropdown-toggle:hover.nav-dropdown-toggle::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.sidebar .nav-link.nav-link-primary, .sidebar .navbar .nav-link-primary.dropdown-toggle, .navbar .sidebar .nav-link-primary.dropdown-toggle, .sidebar-config .nav-link.nav-link-primary, .sidebar-config .navbar .nav-link-primary.dropdown-toggle, .navbar .sidebar-config .nav-link-primary.dropdown-toggle {
  background: #087c35;
}

.sidebar .nav-link.nav-link-primary i, .sidebar .navbar .nav-link-primary.dropdown-toggle i, .navbar .sidebar .nav-link-primary.dropdown-toggle i, .sidebar-config .nav-link.nav-link-primary i, .sidebar-config .navbar .nav-link-primary.dropdown-toggle i, .navbar .sidebar-config .nav-link-primary.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-primary:hover, .sidebar .navbar .nav-link-primary.dropdown-toggle:hover, .navbar .sidebar .nav-link-primary.dropdown-toggle:hover, .sidebar-config .nav-link.nav-link-primary:hover, .sidebar-config .navbar .nav-link-primary.dropdown-toggle:hover, .navbar .sidebar-config .nav-link-primary.dropdown-toggle:hover {
  background: #06642b !important;
}

.sidebar .nav-link.nav-link-primary:hover i, .sidebar .navbar .nav-link-primary.dropdown-toggle:hover i, .navbar .sidebar .nav-link-primary.dropdown-toggle:hover i, .sidebar-config .nav-link.nav-link-primary:hover i, .sidebar-config .navbar .nav-link-primary.dropdown-toggle:hover i, .navbar .sidebar-config .nav-link-primary.dropdown-toggle:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-secondary, .sidebar .navbar .nav-link-secondary.dropdown-toggle, .navbar .sidebar .nav-link-secondary.dropdown-toggle, .sidebar-config .nav-link.nav-link-secondary, .sidebar-config .navbar .nav-link-secondary.dropdown-toggle, .navbar .sidebar-config .nav-link-secondary.dropdown-toggle {
  background: #71869d;
}

.sidebar .nav-link.nav-link-secondary i, .sidebar .navbar .nav-link-secondary.dropdown-toggle i, .navbar .sidebar .nav-link-secondary.dropdown-toggle i, .sidebar-config .nav-link.nav-link-secondary i, .sidebar-config .navbar .nav-link-secondary.dropdown-toggle i, .navbar .sidebar-config .nav-link-secondary.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-secondary:hover, .sidebar .navbar .nav-link-secondary.dropdown-toggle:hover, .navbar .sidebar .nav-link-secondary.dropdown-toggle:hover, .sidebar-config .nav-link.nav-link-secondary:hover, .sidebar-config .navbar .nav-link-secondary.dropdown-toggle:hover, .navbar .sidebar-config .nav-link-secondary.dropdown-toggle:hover {
  background: #647991 !important;
}

.sidebar .nav-link.nav-link-secondary:hover i, .sidebar .navbar .nav-link-secondary.dropdown-toggle:hover i, .navbar .sidebar .nav-link-secondary.dropdown-toggle:hover i, .sidebar-config .nav-link.nav-link-secondary:hover i, .sidebar-config .navbar .nav-link-secondary.dropdown-toggle:hover i, .navbar .sidebar-config .nav-link-secondary.dropdown-toggle:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-success, .sidebar .navbar .nav-link-success.dropdown-toggle, .navbar .sidebar .nav-link-success.dropdown-toggle, .sidebar-config .nav-link.nav-link-success, .sidebar-config .navbar .nav-link-success.dropdown-toggle, .navbar .sidebar-config .nav-link-success.dropdown-toggle {
  background: #00c9a7;
}

.sidebar .nav-link.nav-link-success i, .sidebar .navbar .nav-link-success.dropdown-toggle i, .navbar .sidebar .nav-link-success.dropdown-toggle i, .sidebar-config .nav-link.nav-link-success i, .sidebar-config .navbar .nav-link-success.dropdown-toggle i, .navbar .sidebar-config .nav-link-success.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-success:hover, .sidebar .navbar .nav-link-success.dropdown-toggle:hover, .navbar .sidebar .nav-link-success.dropdown-toggle:hover, .sidebar-config .nav-link.nav-link-success:hover, .sidebar-config .navbar .nav-link-success.dropdown-toggle:hover, .navbar .sidebar-config .nav-link-success.dropdown-toggle:hover {
  background: #00b092 !important;
}

.sidebar .nav-link.nav-link-success:hover i, .sidebar .navbar .nav-link-success.dropdown-toggle:hover i, .navbar .sidebar .nav-link-success.dropdown-toggle:hover i, .sidebar-config .nav-link.nav-link-success:hover i, .sidebar-config .navbar .nav-link-success.dropdown-toggle:hover i, .navbar .sidebar-config .nav-link-success.dropdown-toggle:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-info, .sidebar .navbar .nav-link-info.dropdown-toggle, .navbar .sidebar .nav-link-info.dropdown-toggle, .sidebar-config .nav-link.nav-link-info, .sidebar-config .navbar .nav-link-info.dropdown-toggle, .navbar .sidebar-config .nav-link-info.dropdown-toggle {
  background: #00c9db;
}

.sidebar .nav-link.nav-link-info i, .sidebar .navbar .nav-link-info.dropdown-toggle i, .navbar .sidebar .nav-link-info.dropdown-toggle i, .sidebar-config .nav-link.nav-link-info i, .sidebar-config .navbar .nav-link-info.dropdown-toggle i, .navbar .sidebar-config .nav-link-info.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-info:hover, .sidebar .navbar .nav-link-info.dropdown-toggle:hover, .navbar .sidebar .nav-link-info.dropdown-toggle:hover, .sidebar-config .nav-link.nav-link-info:hover, .sidebar-config .navbar .nav-link-info.dropdown-toggle:hover, .navbar .sidebar-config .nav-link-info.dropdown-toggle:hover {
  background: #00b2c2 !important;
}

.sidebar .nav-link.nav-link-info:hover i, .sidebar .navbar .nav-link-info.dropdown-toggle:hover i, .navbar .sidebar .nav-link-info.dropdown-toggle:hover i, .sidebar-config .nav-link.nav-link-info:hover i, .sidebar-config .navbar .nav-link-info.dropdown-toggle:hover i, .navbar .sidebar-config .nav-link-info.dropdown-toggle:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-warning, .sidebar .navbar .nav-link-warning.dropdown-toggle, .navbar .sidebar .nav-link-warning.dropdown-toggle, .sidebar-config .nav-link.nav-link-warning, .sidebar-config .navbar .nav-link-warning.dropdown-toggle, .navbar .sidebar-config .nav-link-warning.dropdown-toggle {
  background: #ffcc59;
}

.sidebar .nav-link.nav-link-warning i, .sidebar .navbar .nav-link-warning.dropdown-toggle i, .navbar .sidebar .nav-link-warning.dropdown-toggle i, .sidebar-config .nav-link.nav-link-warning i, .sidebar-config .navbar .nav-link-warning.dropdown-toggle i, .navbar .sidebar-config .nav-link-warning.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-warning:hover, .sidebar .navbar .nav-link-warning.dropdown-toggle:hover, .navbar .sidebar .nav-link-warning.dropdown-toggle:hover, .sidebar-config .nav-link.nav-link-warning:hover, .sidebar-config .navbar .nav-link-warning.dropdown-toggle:hover, .navbar .sidebar-config .nav-link-warning.dropdown-toggle:hover {
  background: #ffc440 !important;
}

.sidebar .nav-link.nav-link-warning:hover i, .sidebar .navbar .nav-link-warning.dropdown-toggle:hover i, .navbar .sidebar .nav-link-warning.dropdown-toggle:hover i, .sidebar-config .nav-link.nav-link-warning:hover i, .sidebar-config .navbar .nav-link-warning.dropdown-toggle:hover i, .navbar .sidebar-config .nav-link-warning.dropdown-toggle:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-danger, .sidebar .navbar .nav-link-danger.dropdown-toggle, .navbar .sidebar .nav-link-danger.dropdown-toggle, .sidebar-config .nav-link.nav-link-danger, .sidebar-config .navbar .nav-link-danger.dropdown-toggle, .navbar .sidebar-config .nav-link-danger.dropdown-toggle {
  background: #ed4c78;
}

.sidebar .nav-link.nav-link-danger i, .sidebar .navbar .nav-link-danger.dropdown-toggle i, .navbar .sidebar .nav-link-danger.dropdown-toggle i, .sidebar-config .nav-link.nav-link-danger i, .sidebar-config .navbar .nav-link-danger.dropdown-toggle i, .navbar .sidebar-config .nav-link-danger.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-danger:hover, .sidebar .navbar .nav-link-danger.dropdown-toggle:hover, .navbar .sidebar .nav-link-danger.dropdown-toggle:hover, .sidebar-config .nav-link.nav-link-danger:hover, .sidebar-config .navbar .nav-link-danger.dropdown-toggle:hover, .navbar .sidebar-config .nav-link-danger.dropdown-toggle:hover {
  background: #eb3567 !important;
}

.sidebar .nav-link.nav-link-danger:hover i, .sidebar .navbar .nav-link-danger.dropdown-toggle:hover i, .navbar .sidebar .nav-link-danger.dropdown-toggle:hover i, .sidebar-config .nav-link.nav-link-danger:hover i, .sidebar-config .navbar .nav-link-danger.dropdown-toggle:hover i, .navbar .sidebar-config .nav-link-danger.dropdown-toggle:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-light, .sidebar .navbar .nav-link-light.dropdown-toggle, .navbar .sidebar .nav-link-light.dropdown-toggle, .sidebar-config .nav-link.nav-link-light, .sidebar-config .navbar .nav-link-light.dropdown-toggle, .navbar .sidebar-config .nav-link-light.dropdown-toggle {
  background: #f9fafc;
}

.sidebar .nav-link.nav-link-light i, .sidebar .navbar .nav-link-light.dropdown-toggle i, .navbar .sidebar .nav-link-light.dropdown-toggle i, .sidebar-config .nav-link.nav-link-light i, .sidebar-config .navbar .nav-link-light.dropdown-toggle i, .navbar .sidebar-config .nav-link-light.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-light:hover, .sidebar .navbar .nav-link-light.dropdown-toggle:hover, .navbar .sidebar .nav-link-light.dropdown-toggle:hover, .sidebar-config .nav-link.nav-link-light:hover, .sidebar-config .navbar .nav-link-light.dropdown-toggle:hover, .navbar .sidebar-config .nav-link-light.dropdown-toggle:hover {
  background: #e8ecf4 !important;
}

.sidebar .nav-link.nav-link-light:hover i, .sidebar .navbar .nav-link-light.dropdown-toggle:hover i, .navbar .sidebar .nav-link-light.dropdown-toggle:hover i, .sidebar-config .nav-link.nav-link-light:hover i, .sidebar-config .navbar .nav-link-light.dropdown-toggle:hover i, .navbar .sidebar-config .nav-link-light.dropdown-toggle:hover i {
  color: #fff;
}

.sidebar .nav-link.nav-link-dark, .sidebar .navbar .nav-link-dark.dropdown-toggle, .navbar .sidebar .nav-link-dark.dropdown-toggle, .sidebar-config .nav-link.nav-link-dark, .sidebar-config .navbar .nav-link-dark.dropdown-toggle, .navbar .sidebar-config .nav-link-dark.dropdown-toggle {
  background: #191a27;
}

.sidebar .nav-link.nav-link-dark i, .sidebar .navbar .nav-link-dark.dropdown-toggle i, .navbar .sidebar .nav-link-dark.dropdown-toggle i, .sidebar-config .nav-link.nav-link-dark i, .sidebar-config .navbar .nav-link-dark.dropdown-toggle i, .navbar .sidebar-config .nav-link-dark.dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav-link.nav-link-dark:hover, .sidebar .navbar .nav-link-dark.dropdown-toggle:hover, .navbar .sidebar .nav-link-dark.dropdown-toggle:hover, .sidebar-config .nav-link.nav-link-dark:hover, .sidebar-config .navbar .nav-link-dark.dropdown-toggle:hover, .navbar .sidebar-config .nav-link-dark.dropdown-toggle:hover {
  background: #0f1017 !important;
}

.sidebar .nav-link.nav-link-dark:hover i, .sidebar .navbar .nav-link-dark.dropdown-toggle:hover i, .navbar .sidebar .nav-link-dark.dropdown-toggle:hover i, .sidebar-config .nav-link.nav-link-dark:hover i, .sidebar-config .navbar .nav-link-dark.dropdown-toggle:hover i, .navbar .sidebar-config .nav-link-dark.dropdown-toggle:hover i {
  color: #fff;
}

.sidebar .nav-dropdown-toggle, .sidebar-config .nav-dropdown-toggle {
  position: relative;
}

.sidebar .nav-dropdown-toggle::before, .sidebar-config .nav-dropdown-toggle::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-top: -4px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%235a5858' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .3s;
}

.sidebar .nav-dropdown.open, .sidebar-config .nav-dropdown.open {
  background: rgba(0, 0, 0, 0.2);
}

.sidebar .nav-dropdown.open > .nav-dropdown-items, .sidebar-config .nav-dropdown.open > .nav-dropdown-items {
  max-height: 1000px;
}

.sidebar .nav-dropdown.open .nav-link, .sidebar .nav-dropdown.open .navbar .dropdown-toggle, .navbar .sidebar .nav-dropdown.open .dropdown-toggle, .sidebar-config .nav-dropdown.open .nav-link, .sidebar-config .nav-dropdown.open .navbar .dropdown-toggle, .navbar .sidebar-config .nav-dropdown.open .dropdown-toggle {
  color: #fff;
  border-left: 0 !important;
}

.sidebar .nav-dropdown.open > .nav-link.nav-dropdown-toggle::before, .sidebar .navbar .nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar .nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before, .sidebar-config .nav-dropdown.open > .nav-link.nav-dropdown-toggle::before, .sidebar-config .navbar .nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar-config .nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before {
  transform: rotate(-90deg);
}

.sidebar .nav-dropdown.open .nav-dropdown.open, .sidebar-config .nav-dropdown.open .nav-dropdown.open {
  border-left: 0;
}

.sidebar .nav-label, .sidebar-config .nav-label {
  display: block;
  padding: 0.09375rem 1rem;
  color: #e6e6e6;
}

.sidebar .nav-label:hover, .sidebar-config .nav-label:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar .nav-label i, .sidebar-config .nav-label i {
  width: 20px;
  margin: -3px 0.5rem 0 0;
  font-size: 10px;
  color: #f9f9f9;
  text-align: center;
  vertical-align: middle;
}

.sidebar .progress, .sidebar-config .progress {
  background-color: #0e83a8 !important;
}

.sidebar .sidebar-footer, .sidebar-config .sidebar-footer {
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.2);
}

.sidebar .sidebar-footer a, .sidebar-config .sidebar-footer a {
  color: #ffffff;
}

.sidebar .sidebar-footer .trustpilot-widget iframe, .sidebar-config .sidebar-footer .trustpilot-widget iframe {
  left: -0.75rem;
}

.sidebar .sidebar-minimizer, .sidebar-config .sidebar-minimizer {
  position: relative;
  flex: 0 0 50px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
}

.sidebar .sidebar-minimizer::before, .sidebar-config .sidebar-minimizer::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%235a5858' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.5px;
  transition: .3s;
}

.sidebar .sidebar-minimizer:focus, .sidebar .sidebar-minimizer.focus, .sidebar-config .sidebar-minimizer:focus, .sidebar-config .sidebar-minimizer.focus {
  outline: 0;
}

.sidebar .sidebar-minimizer:hover, .sidebar-config .sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.sidebar .sidebar-minimizer:hover::before, .sidebar-config .sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  .sidebar-compact .sidebar .sidebar-nav {
    width: 150px;
  }
  .sidebar-compact .sidebar .nav {
    width: 150px;
  }
  .sidebar-compact .sidebar .nav .nav-title {
    text-align: center;
  }
  .sidebar-compact .sidebar .nav .nav-item {
    width: 150px;
    border-left: 0 !important;
  }
  .sidebar-compact .sidebar .nav .nav-item .nav-link, .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle, .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle {
    text-align: center;
  }
  .sidebar-compact .sidebar .nav .nav-item .nav-link i, .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle i, .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle i {
    display: block;
    width: 100%;
    margin: 0.25rem 0;
    font-size: 24px;
  }
  .sidebar-compact .sidebar .nav .nav-item .nav-link .badge, .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle .badge, .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle .badge {
    position: absolute;
    top: 18px;
    right: 10px;
  }
  .sidebar-compact .sidebar .nav .nav-item .nav-link.nav-dropdown-toggle::before, .sidebar-compact .sidebar .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar-compact .sidebar .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before {
    top: 30px;
  }
  .sidebar-minimized .hidden-cn {
    display: none;
  }
  .sidebar-minimized .sidebar {
    z-index: 1019;
  }
  .sidebar-minimized .sidebar .sidebar-nav {
    overflow: visible;
    width: 50px;
  }
  .sidebar-minimized .sidebar .nav {
    width: 50px;
  }
  .sidebar-minimized .sidebar .nav-divider, .sidebar-minimized .sidebar .divider,
  .sidebar-minimized .sidebar .nav-title,
  .sidebar-minimized .sidebar .sidebar-footer,
  .sidebar-minimized .sidebar .sidebar-form,
  .sidebar-minimized .sidebar .sidebar-header {
    display: none;
  }
  .sidebar-minimized .sidebar .sidebar-minimizer::before {
    width: 100%;
    transform: rotate(-180deg);
  }
  .sidebar-minimized .sidebar .nav-item {
    width: 50px;
    overflow: hidden;
    border-left: 0 !important;
  }
  .sidebar-minimized .sidebar .nav-item:hover {
    width: 300px;
    overflow: visible;
  }
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link, .sidebar-minimized .sidebar .navbar .nav-item:hover > .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav-item:hover > .dropdown-toggle {
    background: #087c35;
  }
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link i, .sidebar-minimized .sidebar .navbar .nav-item:hover > .dropdown-toggle i, .navbar .sidebar-minimized .sidebar .nav-item:hover > .dropdown-toggle i {
    color: #fff;
  }
  .sidebar-minimized .sidebar .nav-link, .sidebar-minimized .sidebar .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .dropdown-toggle {
    position: relative;
    padding-left: 0;
    margin: 0;
    white-space: nowrap;
    border-left: 0 !important;
  }
  .sidebar-minimized .sidebar .nav-link i, .sidebar-minimized .sidebar .navbar .dropdown-toggle i, .navbar .sidebar-minimized .sidebar .dropdown-toggle i {
    display: block;
    float: left;
    width: 50px;
    font-size: 18px;
  }
  .sidebar-minimized .sidebar .nav-link .badge, .sidebar-minimized .sidebar .navbar .dropdown-toggle .badge, .navbar .sidebar-minimized .sidebar .dropdown-toggle .badge {
    position: absolute;
    right: 15px;
    display: none;
  }
  .sidebar-minimized .sidebar .nav-link:hover, .sidebar-minimized .sidebar .navbar .dropdown-toggle:hover, .navbar .sidebar-minimized .sidebar .dropdown-toggle:hover {
    width: 300px;
    background: #087c35;
  }
  .sidebar-minimized .sidebar .nav-link:hover .badge, .sidebar-minimized .sidebar .navbar .dropdown-toggle:hover .badge, .navbar .sidebar-minimized .sidebar .dropdown-toggle:hover .badge {
    display: inline;
  }
  .sidebar-minimized .sidebar .nav-link.nav-dropdown-toggle::before, .sidebar-minimized .sidebar .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar-minimized .sidebar .nav-dropdown-toggle.dropdown-toggle::before {
    display: none;
  }
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item {
    width: 250px;
  }
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link, .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .dropdown-toggle {
    width: 250px;
  }
  .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
    display: none;
    max-height: 1000px;
    background: #084c61;
  }
  .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
    background: #087c35;
  }
  .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    position: absolute;
    left: 50px;
    display: inline;
  }
}

.switch.switch-default {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}

.switch.switch-default .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch.switch-default .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  transition: opacity background .15s ease-out;
}

.switch.switch-default .switch-input:checked ~ .switch-label::before {
  opacity: 0;
}

.switch.switch-default .switch-input:checked ~ .switch-label::after {
  opacity: 1;
}

.switch.switch-default .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  transition: left .15s ease-out;
}

.switch.switch-default .switch-input:checked ~ .switch-handle {
  left: 18px;
}

.switch.switch-default.switch-lg {
  width: 48px;
  height: 28px;
}

.switch.switch-default.switch-lg .switch-label {
  font-size: 12px;
}

.switch.switch-default.switch-lg .switch-handle {
  width: 24px;
  height: 24px;
}

.switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
  left: 22px;
}

.switch.switch-default.switch-sm {
  width: 32px;
  height: 20px;
}

.switch.switch-default.switch-sm .switch-label {
  font-size: 8px;
}

.switch.switch-default.switch-sm .switch-handle {
  width: 16px;
  height: 16px;
}

.switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
  left: 14px;
}

.switch.switch-default.switch-xs {
  width: 24px;
  height: 16px;
}

.switch.switch-default.switch-xs .switch-label {
  font-size: 7px;
}

.switch.switch-default.switch-xs .switch-handle {
  width: 12px;
  height: 12px;
}

.switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
  left: 10px;
}

.switch.switch-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}

.switch.switch-text .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch.switch-text .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  transition: opacity background .15s ease-out;
}

.switch.switch-text .switch-label::before,
.switch.switch-text .switch-label::after {
  position: absolute;
  top: 50%;
  width: 50%;
  margin-top: -.5em;
  line-height: 1;
  text-align: center;
  transition: inherit;
}

.switch.switch-text .switch-label::before {
  right: 1px;
  color: #e6e6e6;
  content: attr(data-off);
}

.switch.switch-text .switch-label::after {
  left: 1px;
  color: #fff;
  content: attr(data-on);
  opacity: 0;
}

.switch.switch-text .switch-input:checked ~ .switch-label::before {
  opacity: 0;
}

.switch.switch-text .switch-input:checked ~ .switch-label::after {
  opacity: 1;
}

.switch.switch-text .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  transition: left .15s ease-out;
}

.switch.switch-text .switch-input:checked ~ .switch-handle {
  left: 26px;
}

.switch.switch-text.switch-lg {
  width: 56px;
  height: 28px;
}

.switch.switch-text.switch-lg .switch-label {
  font-size: 12px;
}

.switch.switch-text.switch-lg .switch-handle {
  width: 24px;
  height: 24px;
}

.switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
  left: 30px;
}

.switch.switch-text.switch-sm {
  width: 40px;
  height: 20px;
}

.switch.switch-text.switch-sm .switch-label {
  font-size: 8px;
}

.switch.switch-text.switch-sm .switch-handle {
  width: 16px;
  height: 16px;
}

.switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
  left: 22px;
}

.switch.switch-text.switch-xs {
  width: 32px;
  height: 16px;
}

.switch.switch-text.switch-xs .switch-label {
  font-size: 7px;
}

.switch.switch-text.switch-xs .switch-handle {
  width: 12px;
  height: 12px;
}

.switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
  left: 18px;
}

.switch.switch-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}

.switch.switch-icon .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch.switch-icon .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  transition: opacity background .15s ease-out;
}

.switch.switch-icon .switch-label::before,
.switch.switch-icon .switch-label::after {
  position: absolute;
  top: 50%;
  width: 50%;
  margin-top: -.5em;
  line-height: 1;
  text-align: center;
  transition: inherit;
}

.switch.switch-icon .switch-label::before {
  right: 1px;
  color: #e6e6e6;
  content: attr(data-off);
}

.switch.switch-icon .switch-label::after {
  left: 1px;
  color: #fff;
  content: attr(data-on);
  opacity: 0;
}

.switch.switch-icon .switch-input:checked ~ .switch-label::before {
  opacity: 0;
}

.switch.switch-icon .switch-input:checked ~ .switch-label::after {
  opacity: 1;
}

.switch.switch-icon .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  transition: left .15s ease-out;
}

.switch.switch-icon .switch-input:checked ~ .switch-handle {
  left: 26px;
}

.switch.switch-icon.switch-lg {
  width: 56px;
  height: 28px;
}

.switch.switch-icon.switch-lg .switch-label {
  font-size: 12px;
}

.switch.switch-icon.switch-lg .switch-handle {
  width: 24px;
  height: 24px;
}

.switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
  left: 30px;
}

.switch.switch-icon.switch-sm {
  width: 40px;
  height: 20px;
}

.switch.switch-icon.switch-sm .switch-label {
  font-size: 8px;
}

.switch.switch-icon.switch-sm .switch-handle {
  width: 16px;
  height: 16px;
}

.switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
  left: 22px;
}

.switch.switch-icon.switch-xs {
  width: 32px;
  height: 16px;
}

.switch.switch-icon.switch-xs .switch-label {
  font-size: 7px;
}

.switch.switch-icon.switch-xs .switch-handle {
  width: 12px;
  height: 12px;
}

.switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
  left: 18px;
}

.switch.switch-3d {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}

.switch.switch-3d .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch.switch-3d .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  transition: opacity background .15s ease-out;
}

.switch.switch-3d .switch-input:checked ~ .switch-label::before {
  opacity: 0;
}

.switch.switch-3d .switch-input:checked ~ .switch-label::after {
  opacity: 1;
}

.switch.switch-3d .switch-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  transition: left .15s ease-out;
  border: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.switch.switch-3d .switch-input:checked ~ .switch-handle {
  left: 16px;
}

.switch.switch-3d.switch-lg {
  width: 48px;
  height: 28px;
}

.switch.switch-3d.switch-lg .switch-label {
  font-size: 12px;
}

.switch.switch-3d.switch-lg .switch-handle {
  width: 28px;
  height: 28px;
}

.switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
  left: 20px;
}

.switch.switch-3d.switch-sm {
  width: 32px;
  height: 20px;
}

.switch.switch-3d.switch-sm .switch-label {
  font-size: 8px;
}

.switch.switch-3d.switch-sm .switch-handle {
  width: 20px;
  height: 20px;
}

.switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
  left: 12px;
}

.switch.switch-3d.switch-xs {
  width: 24px;
  height: 16px;
}

.switch.switch-3d.switch-xs .switch-label {
  font-size: 7px;
}

.switch.switch-3d.switch-xs .switch-handle {
  width: 16px;
  height: 16px;
}

.switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
  left: 8px;
}

.switch-pill .switch-label, .switch.switch-3d .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle {
  border-radius: 50em !important;
}

.switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
  right: 2px !important;
}

.switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
  left: 2px !important;
}

.switch-primary > .switch-input:checked ~ .switch-label {
  background: #087c35 !important;
  border-color: #054c21;
}

.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: #054c21;
}

.switch-primary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #087c35;
}

.switch-primary-outline > .switch-input:checked ~ .switch-label::after {
  color: #087c35;
}

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #087c35;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #087c35;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #087c35;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #087c35 !important;
  border-color: #087c35;
}

.switch-secondary > .switch-input:checked ~ .switch-label {
  background: #71869d !important;
  border-color: #596d82;
}

.switch-secondary > .switch-input:checked ~ .switch-handle {
  border-color: #596d82;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #71869d;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
  color: #71869d;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #71869d;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #71869d;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #71869d;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #71869d !important;
  border-color: #71869d;
}

.switch-success > .switch-input:checked ~ .switch-label {
  background: #00c9a7 !important;
  border-color: #00967d;
}

.switch-success > .switch-input:checked ~ .switch-handle {
  border-color: #00967d;
}

.switch-success-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #00c9a7;
}

.switch-success-outline > .switch-input:checked ~ .switch-label::after {
  color: #00c9a7;
}

.switch-success-outline > .switch-input:checked ~ .switch-handle {
  border-color: #00c9a7;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #00c9a7;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #00c9a7;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #00c9a7 !important;
  border-color: #00c9a7;
}

.switch-info > .switch-input:checked ~ .switch-label {
  background: #00c9db !important;
  border-color: #009aa8;
}

.switch-info > .switch-input:checked ~ .switch-handle {
  border-color: #009aa8;
}

.switch-info-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #00c9db;
}

.switch-info-outline > .switch-input:checked ~ .switch-label::after {
  color: #00c9db;
}

.switch-info-outline > .switch-input:checked ~ .switch-handle {
  border-color: #00c9db;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #00c9db;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #00c9db;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #00c9db !important;
  border-color: #00c9db;
}

.switch-warning > .switch-input:checked ~ .switch-label {
  background: #ffcc59 !important;
  border-color: #ffbc26;
}

.switch-warning > .switch-input:checked ~ .switch-handle {
  border-color: #ffbc26;
}

.switch-warning-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ffcc59;
}

.switch-warning-outline > .switch-input:checked ~ .switch-label::after {
  color: #ffcc59;
}

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
  border-color: #ffcc59;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ffcc59;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #ffcc59;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #ffcc59 !important;
  border-color: #ffcc59;
}

.switch-danger > .switch-input:checked ~ .switch-label {
  background: #ed4c78 !important;
  border-color: #e81e55;
}

.switch-danger > .switch-input:checked ~ .switch-handle {
  border-color: #e81e55;
}

.switch-danger-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ed4c78;
}

.switch-danger-outline > .switch-input:checked ~ .switch-label::after {
  color: #ed4c78;
}

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
  border-color: #ed4c78;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ed4c78;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #ed4c78;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #ed4c78 !important;
  border-color: #ed4c78;
}

.switch-light > .switch-input:checked ~ .switch-label {
  background: #f9fafc !important;
  border-color: #d7deeb;
}

.switch-light > .switch-input:checked ~ .switch-handle {
  border-color: #d7deeb;
}

.switch-light-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f9fafc;
}

.switch-light-outline > .switch-input:checked ~ .switch-label::after {
  color: #f9fafc;
}

.switch-light-outline > .switch-input:checked ~ .switch-handle {
  border-color: #f9fafc;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #f9fafc;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #f9fafc;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #f9fafc !important;
  border-color: #f9fafc;
}

.switch-dark > .switch-input:checked ~ .switch-label {
  background: #191a27 !important;
  border-color: #050508;
}

.switch-dark > .switch-input:checked ~ .switch-handle {
  border-color: #050508;
}

.switch-dark-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #191a27;
}

.switch-dark-outline > .switch-input:checked ~ .switch-label::after {
  color: #191a27;
}

.switch-dark-outline > .switch-input:checked ~ .switch-handle {
  border-color: #191a27;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #191a27;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label::after {
  color: #191a27;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #191a27 !important;
  border-color: #191a27;
}

.table-outline {
  border: 1px solid #e6e6e6;
}

.table-outline td {
  vertical-align: middle;
}

.table-align-middle td {
  vertical-align: middle;
}

.table-clear td {
  border: 0;
}

.social-box {
  min-height: 160px;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.social-box i {
  display: block;
  margin: -1px -1px 0;
  font-size: 40px;
  line-height: 90px;
  background: #e6e6e6;
}

.social-box .chart-wrapper {
  height: 90px;
  margin: -90px 0 0;
}

.social-box .chart-wrapper canvas {
  width: 100% !important;
  height: 90px !important;
}

.social-box ul {
  padding: 10px 0;
  list-style: none;
}

.social-box ul li {
  display: block;
  float: left;
  width: 50%;
}

.social-box ul li:first-child {
  border-right: 1px solid #e6e6e6;
}

.social-box ul li strong {
  display: block;
  font-size: 20px;
}

.social-box ul li span {
  font-size: 10px;
  font-weight: 500;
  color: #e6e6e6;
  text-transform: uppercase;
}

.social-box.facebook i {
  color: #fff;
  background: #3b5998;
}

.social-box.twitter i {
  color: #fff;
  background: #00aced;
}

.social-box.linkedin i {
  color: #fff;
  background: #4875b4;
}

.social-box.google-plus i {
  color: #fff;
  background: #d34836;
}

.horizontal-bars {
  padding: 0;
  margin: 0;
  list-style: none;
}

.horizontal-bars li {
  position: relative;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.horizontal-bars li .title {
  width: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #5a5858;
  vertical-align: middle;
}

.horizontal-bars li .bars {
  position: absolute;
  top: 15px;
  width: 100%;
  padding-left: 100px;
}

.horizontal-bars li .bars .progress:first-child {
  margin-bottom: 2px;
}

.horizontal-bars li.legend {
  text-align: center;
}

.horizontal-bars li.legend .badge {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
}

.horizontal-bars li.divider {
  height: 40px;
}

.horizontal-bars li.divider i {
  margin: 0 !important;
}

.horizontal-bars.type-2 li {
  overflow: hidden;
}

.horizontal-bars.type-2 li i {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 5px;
  font-size: 18px;
  line-height: 40px;
}

.horizontal-bars.type-2 li .title {
  display: inline-block;
  width: auto;
  margin-top: -9px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 40px;
  color: #1a1818;
}

.horizontal-bars.type-2 li .value {
  float: right;
  font-weight: 600;
}

.horizontal-bars.type-2 li .bars {
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 0;
}

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

.icons-list li {
  position: relative;
  height: 40px;
  vertical-align: middle;
}

.icons-list li i {
  display: block;
  float: left;
  width: 35px !important;
  height: 35px !important;
  margin: 2px;
  line-height: 35px !important;
  text-align: center;
}

.icons-list li .desc {
  height: 40px;
  margin-left: 50px;
  border-bottom: 1px solid #e6e6e6;
}

.icons-list li .desc .title {
  padding: 2px 0 0;
  margin: 0;
}

.icons-list li .desc small {
  display: block;
  margin-top: -4px;
  color: #5a5858;
}

.icons-list li .value {
  position: absolute;
  top: 2px;
  right: 45px;
  text-align: right;
}

.icons-list li .value strong {
  display: block;
  margin-top: -3px;
}

.icons-list li .actions {
  position: absolute;
  top: -4px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.icons-list li .actions i {
  float: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.icons-list li.divider {
  height: 40px;
}

.icons-list li.divider i {
  width: auto;
  height: auto;
  margin: 2px 0 0;
  font-size: 18px;
}

.report-category-btn {
  background: none;
  border: #F8F8F8;
  border-radius: 0;
  width: 100%;
  text-align: left;
  color: #666666;
  margin-top: 10px;
}

.report-category-btn:focus, .report-category-btn:hover, .report-category-btn.selected {
  background: #0DAEFF;
  border: #0DAEFF;
  border-radius: 0;
  color: #F8F8F8;
}

.card.report-cart-body.card-body, .card.report-cart-body.card-block {
  padding-left: 15px;
  padding-right: 15px;
}

.report-cart {
  font-weight: 400;
  color: #0DAEFF;
}

.report-cart-body {
  border: none;
  box-shadow: none;
  background: #F8F8F8;
}

.report-category-icon {
  width: 21px;
  height: 21px;
  background: none;
  filter: invert(37%) sepia(3%) saturate(5%) hue-rotate(147deg) brightness(102%) contrast(82%);
}

.report-category-btn.selected .report-category-icon {
  filter: none;
}

#configReports .accordion__body {
  background: #F8F8F8;
}

#configReports .accordion__item {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-width: thin;
  color: #5a5858;
}

#configReports .accordion__title {
  color: #5a5858;
}

#configReports .icon.ion-chevron-down, #configReports .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .ion-chevron-down.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type #configReports .ion-chevron-down.page-link, #configReports .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .ion-chevron-down.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type #configReports .ion-chevron-down.page-link, #configReports .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a.ion-chevron-down, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type #configReports a.ion-chevron-down, #configReports .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a.ion-chevron-down, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li #configReports a.ion-chevron-down, #configReports .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a.ion-chevron-down, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type #configReports a.ion-chevron-down, #configReports .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a.ion-chevron-down, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type #configReports a.ion-chevron-down, #configReports .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .ion-chevron-down.page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type #configReports .ion-chevron-down.page-link, #configReports .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .ion-chevron-down.page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type #configReports .ion-chevron-down.page-link, #configReports .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a.ion-chevron-down, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type #configReports a.ion-chevron-down, #configReports .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a.ion-chevron-down, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li #configReports a.ion-chevron-down, #configReports .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a.ion-chevron-down, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type #configReports a.ion-chevron-down, #configReports .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a.ion-chevron-down, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type #configReports a.ion-chevron-down {
  color: #0DAEFF;
}

.report-item .accordion__body {
  padding: 0;
  min-height: 400px;
}

.report-item .react-datepicker-popper {
  top: 237px !important;
}

@media all and (-ms-high-contrast: none) {
  html {
    display: flex;
    flex-direction: column;
  }
}

.app,
app-dashboard,
app-root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.app-header {
  flex: 0 0 55px;
}

.app-footer {
  flex: 0 0 50px;
}

.app-body {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  overflow-x: hidden;
}

.app-body .main {
  flex: 1;
  min-width: 0;
}

.app-body .sidebar {
  flex: 0 0 250px;
  order: -1;
}

.app-body .aside-menu {
  flex: 0 0 250px;
}

.header-fixed .app-header {
  position: fixed;
  z-index: 1020;
}

.header-fixed .app-body {
  margin-top: 55px;
}

.aside-menu-fixed.sidebar-fixed.header-fixed .app-header {
  width: calc(100vw - 250px - 250px);
}

.sidebar-fixed.sidebar-minimized.header-fixed .app-header {
  width: calc(100vw - 50px - 250px);
}

.aside-menu-fixed.aside-menu-hidden.header-fixed .app-header {
  width: calc(100vw - 250px);
}

.aside-menu-fixed.aside-menu-hidden.sidebar-fixed.sidebar-minimized.header-fixed .app-header {
  width: calc(100vw - 50px);
}

.sidebar-hidden .sidebar {
  margin-left: -250px;
}

.sidebar-fixed .sidebar {
  position: fixed;
  z-index: 1019;
  width: 250px;
  height: 100vh;
}

.sidebar-fixed .main, .sidebar-fixed .app-footer {
  margin-left: 250px;
}

.sidebar-fixed.sidebar-hidden .main, .sidebar-fixed.sidebar-hidden .app-footer {
  margin-left: 0;
}

.sidebar-off-canvas .sidebar {
  position: fixed;
  z-index: 1019;
  height: calc(100vh - 55px);
}

@media (min-width: 992px) {
  .sidebar-compact .sidebar {
    flex: 0 0 150px;
  }
  .sidebar-compact.sidebar-hidden .sidebar {
    margin-left: -150px;
  }
  .sidebar-compact.sidebar-fixed .main, .sidebar-compact.sidebar-fixed .app-footer {
    margin-left: 150px;
  }
  .sidebar-compact.sidebar-fixed .sidebar {
    width: 150px;
  }
  .sidebar-compact.sidebar-fixed.sidebar-hidden .main, .sidebar-compact.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0;
  }
  .sidebar-minimized .sidebar {
    flex: 0 0 50px;
  }
  .sidebar-minimized.sidebar-hidden .sidebar {
    margin-left: -50px;
  }
  .sidebar-minimized.sidebar-fixed .main, .sidebar-minimized.sidebar-fixed .app-footer {
    margin-left: 50px;
  }
  .sidebar-minimized.sidebar-fixed .sidebar {
    width: 50px;
  }
  .sidebar-minimized.sidebar-fixed.sidebar-hidden .main, .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0;
  }
}

.aside-menu-hidden .aside-menu {
  margin-right: -250px;
}

.aside-menu-fixed .aside-menu {
  position: fixed;
  right: 0;
  height: 100%;
}

.aside-menu-fixed .aside-menu .tab-content {
  height: calc(100vh - 2.375rem - 55px);
}

.aside-menu-fixed .main, .aside-menu-fixed .app-footer {
  margin-right: 250px;
}

.aside-menu-fixed.aside-menu-hidden .main, .aside-menu-fixed.aside-menu-hidden .app-footer {
  margin-right: 0;
}

.aside-menu-off-canvas .aside-menu {
  position: fixed;
  right: 0;
  z-index: 1019;
  height: 100%;
}

.aside-menu-off-canvas .aside-menu .tab-content {
  height: calc(100vh - 2.375rem - 55px);
}

.breadcrumb-fixed .main {
  padding-top: 3.875rem;
}

.breadcrumb-fixed .breadcrumb {
  position: fixed;
  top: 55px;
  right: 0;
  left: 0;
  z-index: 1018;
}

.breadcrumb-fixed .main:nth-child(2) .breadcrumb {
  right: 250px;
  left: 250px;
}

.breadcrumb-fixed .main:first-child .breadcrumb {
  right: 250px;
  left: 0;
}

.breadcrumb-fixed .main:last-child .breadcrumb {
  right: 0;
}

.breadcrumb-fixed.sidebar-minimized .main .breadcrumb {
  left: 50px;
}

.breadcrumb-fixed.sidebar-hidden .main .breadcrumb, .breadcrumb-fixed.sidebar-off-canvas .main .breadcrumb {
  left: 0;
}

.breadcrumb-fixed.aside-menu-hidden .main .breadcrumb, .breadcrumb-fixed.aside-menu-off-canvas .main .breadcrumb {
  right: 0;
}

.footer-fixed .app-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  height: 50px;
}

.footer-fixed .app-body {
  margin-bottom: 50px;
}

.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;
}

.sidebar-nav {
  transition: width 0.25s;
}

.breadcrumb {
  transition: left 0.25s, right 0.25s, width 0.25s;
}

@media (max-width: 991px) {
  .app-header.navbar {
    position: fixed !important;
    z-index: 1020;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
  .app-header.navbar .navbar-toggler {
    color: #5a5858;
  }
  .app-header.navbar .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -77.5px;
  }
  .app-body {
    margin-top: 55px;
  }
  .breadcrumb-fixed .main:nth-child(2) .breadcrumb {
    right: auto;
    left: auto;
    width: 100%;
  }
  .sidebar {
    position: fixed;
    z-index: 1019;
    width: 220px;
    height: 100vh;
    margin-left: -220px;
  }
  .sidebar .sidebar-nav,
  .sidebar .nav {
    width: 220px;
    min-height: calc(100vh - 55px);
  }
  .main, .app-footer {
    margin-left: 0 !important;
  }
  .sidebar-hidden .sidebar {
    margin-left: -220px;
  }
  .sidebar-mobile-show .sidebar {
    width: 220px;
    margin-left: 0;
  }
  .sidebar-mobile-show .main {
    margin-right: -220px !important;
    margin-left: 220px !important;
  }
}

.manual-file div.row.array-item {
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
}

.manual-file .fas {
  font-family: 'FontAwesome';
}

.manual-file button.array-item-remove, .manual-file button.array-item-move-down, .manual-file button.array-item-move-up, .manual-file button.btn-add {
  width: 100px;
  flex: none !important;
}

.manual-file div.btn-group {
  justify-content: flex-end !important;
}

.manual-file button.btn-add {
  margin-right: 30px;
}

hr.transparent {
  border-top: 1px solid transparent;
}

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-inverse {
  color: #fff;
}

.b-a-0 {
  border: 0 !important;
}

.b-t-0 {
  border-top: 0 !important;
}

.b-r-0 {
  border-right: 0 !important;
}

.b-b-0 {
  border-bottom: 0 !important;
}

.b-l-0 {
  border-left: 0 !important;
}

.b-a-1 {
  border: 1px solid #e6e6e6 !important;
}

.b-t-1 {
  border-top: 1px solid #e6e6e6 !important;
}

.b-r-1 {
  border-right: 1px solid #e6e6e6 !important;
}

.b-b-1 {
  border-bottom: 1px solid #e6e6e6 !important;
}

.b-l-1 {
  border-left: 1px solid #e6e6e6 !important;
}

.b-a-2 {
  border: 2px solid #e6e6e6 !important;
}

.b-t-2 {
  border-top: 2px solid #e6e6e6 !important;
}

.b-r-2 {
  border-right: 2px solid #e6e6e6 !important;
}

.b-b-2 {
  border-bottom: 2px solid #e6e6e6 !important;
}

.b-l-2 {
  border-left: 2px solid #e6e6e6 !important;
}

@media (max-width: 575px) {
  .d-down-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .d-lg-down-none {
    display: none !important;
  }
}

.d-xl-down-none {
  display: none !important;
}

.label-pill {
  border-radius: 1rem !important;
}

.open > a, .show > a {
  outline: 0;
}

.navbar .dropdown-toggle .img-avatar {
  height: 35px;
  margin: 0 10px;
}

*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

*[dir="rtl"] ul {
  -webkit-padding-start: 0;
}

*[dir="rtl"] table tr th {
  text-align: right;
}

*[dir="rtl"] .breadcrumb-item {
  float: right;
}

*[dir="rtl"] .breadcrumb-menu {
  right: auto;
  left: 1rem;
}

*[dir="rtl"] .dropdown-item {
  text-align: right;
}

*[dir="rtl"] .dropdown-item i {
  margin-right: -10px;
  margin-left: 10px;
}

*[dir="rtl"] .dropdown-item .badge {
  right: auto;
  left: 10px;
}

*[dir="rtl"] .sidebar-hidden .sidebar {
  margin-right: -250px;
}

*[dir="rtl"] .sidebar-fixed .main, *[dir="rtl"] .sidebar-fixed .app-footer {
  margin-right: 250px;
}

*[dir="rtl"] .sidebar-fixed.sidebar-hidden .main, *[dir="rtl"] .sidebar-fixed.sidebar-hidden .app-footer {
  margin-right: 0;
}

*[dir="rtl"] .sidebar-minimized .sidebar {
  flex: 0 0 50px;
}

*[dir="rtl"] .sidebar-minimized.sidebar-hidden .sidebar {
  margin-right: -50px;
  margin-left: 0;
}

*[dir="rtl"] .sidebar-minimized.sidebar-fixed .main, *[dir="rtl"] .sidebar-minimized.sidebar-fixed .app-footer {
  margin-right: 50px;
}

*[dir="rtl"] .sidebar-minimized.sidebar-fixed.sidebar-hidden .main, *[dir="rtl"] .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer {
  margin-left: 0;
}

*[dir="rtl"] .aside-menu-hidden .aside-menu {
  margin-right: 0;
  margin-left: -250px;
}

*[dir="rtl"] .aside-menu-fixed .aside-menu {
  right: auto;
  left: 0;
}

*[dir="rtl"] .aside-menu-fixed .main, *[dir="rtl"] .aside-menu-fixed .app-footer {
  margin-left: 250px;
}

*[dir="rtl"] .aside-menu-fixed.aside-menu-hidden .main, *[dir="rtl"] .aside-menu-fixed.aside-menu-hidden .app-footer {
  margin-left: 0;
}

*[dir="rtl"] .aside-menu-off-canvas .aside-menu {
  position: fixed;
  right: 0;
  z-index: 1019;
  height: 100%;
}

*[dir="rtl"] .aside-menu-off-canvas .aside-menu .tab-content {
  height: calc(100vh - 2.375rem - 55px);
}

*[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle {
  direction: rtl;
}

*[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link i, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle i, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle i {
  margin: 0 0 0 0.5rem;
}

*[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link .badge, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle .badge, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle .badge {
  float: left;
  margin-top: 2px;
}

*[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link.nav-dropdown-toggle::before, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before {
  position: absolute;
  right: auto !important;
  left: 1rem;
  transform: rotate(180deg);
}

*[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item.nav-dropdown.open > .nav-link.nav-dropdown-toggle::before, *[dir="rtl"] .sidebar .sidebar-nav .nav .navbar .nav-item.nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item.nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before {
  transform: rotate(270deg);
}

*[dir="rtl"] .sidebar-minimized .sidebar .nav-link, *[dir="rtl"] .sidebar-minimized .sidebar .navbar .dropdown-toggle, .navbar *[dir="rtl"] .sidebar-minimized .sidebar .dropdown-toggle {
  padding-right: 0;
}

*[dir="rtl"] .sidebar-minimized .sidebar .nav-link i, *[dir="rtl"] .sidebar-minimized .sidebar .navbar .dropdown-toggle i, .navbar *[dir="rtl"] .sidebar-minimized .sidebar .dropdown-toggle i {
  float: right;
  padding: 0;
  margin: 0;
}

*[dir="rtl"] .sidebar-minimized .sidebar .nav-link .badge, *[dir="rtl"] .sidebar-minimized .sidebar .navbar .dropdown-toggle .badge, .navbar *[dir="rtl"] .sidebar-minimized .sidebar .dropdown-toggle .badge {
  right: auto;
  left: 15px;
}

*[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
  right: 50px;
  left: 0;
}

*[dir="rtl"] .horizontal-bars li .bars {
  padding-right: 100px;
  padding-left: 0;
}

*[dir="rtl"] .horizontal-bars li .bars .progress:first-child {
  margin-bottom: 2px;
}

*[dir="rtl"] .horizontal-bars.type-2 li i {
  margin-right: 5px;
  margin-left: 1rem;
}

*[dir="rtl"] .horizontal-bars.type-2 li .value {
  float: left;
  font-weight: 600;
}

*[dir="rtl"] .horizontal-bars.type-2 li .bars {
  padding: 0;
}

*[dir="rtl"] .icons-list li {
  position: relative;
  height: 40px;
  vertical-align: middle;
}

*[dir="rtl"] .icons-list li i {
  float: right;
}

*[dir="rtl"] .icons-list li .desc {
  margin-right: 50px;
  margin-left: 0;
}

*[dir="rtl"] .icons-list li .value {
  right: auto;
  left: 45px;
  text-align: left;
}

*[dir="rtl"] .icons-list li .value strong {
  display: block;
  margin-top: -3px;
}

*[dir="rtl"] .icons-list li .actions {
  right: auto;
  left: 10px;
}

*[dir="rtl"] .callout {
  border: 0 solid #e6e6e6;
  border-right-width: .25rem;
}

*[dir="rtl"] .callout.callout-primary {
  border-right-color: #087c35;
}

*[dir="rtl"] .callout.callout-secondary {
  border-right-color: #71869d;
}

*[dir="rtl"] .callout.callout-success {
  border-right-color: #00c9a7;
}

*[dir="rtl"] .callout.callout-info {
  border-right-color: #00c9db;
}

*[dir="rtl"] .callout.callout-warning {
  border-right-color: #ffcc59;
}

*[dir="rtl"] .callout.callout-danger {
  border-right-color: #ed4c78;
}

*[dir="rtl"] .callout.callout-light {
  border-right-color: #f9fafc;
}

*[dir="rtl"] .callout.callout-dark {
  border-right-color: #191a27;
}

*[dir="rtl"] .callout .chart-wrapper {
  left: 0;
  float: left;
}

*[dir="rtl"] .callout-default {
  border-right-color: #5a5858;
}

@media (max-width: 768px) {
  .table-filers-cnt {
    margin-bottom: 1em;
  }
  .table-filers-cnt .table-filers-elements .row {
    display: flex;
  }
  .table-filers-cnt .table-filers-elements .row .col {
    width: 20em;
  }
  .table-filers-cnt .table-filers-elements .row .filter-label {
    width: 20em;
  }
  .table-filers-cnt .table-filers-elements .row .DateRangePicker {
    width: 20em;
  }
  .table-filers-cnt .table-filers-elements .pull-right {
    float: left;
  }
  .page-cnt {
    padding: 26px 15px;
  }
  .tab-content .tab-pane {
    padding: 20px;
  }
  .busines-parnter-cnt .subheader h1 {
    position: relative;
    right: 1.5em;
  }
  .emergency-card {
    margin: 1em;
  }
  .create-taks-modal .files .droparea::after,
  .task-details .files .droparea::after {
    width: 14em;
  }
  .create-taks-modal .form-group .control-label {
    width: 54%;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  textarea {
    font-size: 16px;
  }
  .modal .modal-content {
    margin-top: 50px;
  }
  .modal .modal-body {
    max-height: 80vh !important;
    overflow: overlay;
    padding: 20px;
  }
}

.card-group {
  height: 100vh;
  width: 100%;
}

.card-group .login-panel {
  align-items: center;
}

.card-group .login-panel input[type="checkbox"] ~ label {
  font-size: 13px;
}

.card-group .login-panel .text-right {
  font-size: 13px;
}

.card-group .login-panel .credentials-card {
  padding: 96px 56px 0 56px;
}

.card-group .login-panel .credentials-card form {
  width: 100%;
}

.card-group .login-panel .credentials-card form .text-right button {
  padding-top: 0;
}

.card-group .login-panel .credentials-card form .login-logo {
  width: 100%;
  height: 98px;
  background: url("../img/Energy24_Company_Logo.png") center center no-repeat;
  background-size: contain;
  margin-bottom: 1rem;
}

.card-group .login-panel .credentials-card form .signin-text-muted {
  font-family: 'Segoe UI';
  font-size: 15px;
  color: #5a5858;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 3rem;
}

.card-group .login-panel .credentials-card form .label-name {
  font-family: 'Segoe UI Semibold';
  font-size: 14px;
  color: #5a5858;
  letter-spacing: 0;
  line-height: 18px;
}

.card-group .login-panel .sign-in {
  width: 340px;
  height: 38px;
  background: #087c35;
  border-radius: 4px;
}

.card-group .side-image {
  display: block;
  background: url("../img/cockpit.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .card-group {
    height: 100vh;
    width: 100%;
  }
  .card-group .login-panel {
    min-width: auto;
    max-width: none;
  }
}

.sidebar-fixed .sidebar {
  left: 0;
  top: 0;
  background-color: #084c61;
  width: 250px;
}

.sidebar-fixed .sidebar .sidebar-nav,
.sidebar-fixed .sidebar .nav {
  width: 250px;
}

.sidebar-fixed .sidebar .sidebar-nav .icon, .sidebar-fixed .sidebar .sidebar-nav .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .sidebar-fixed .sidebar .sidebar-nav .page-link, .sidebar-fixed .sidebar .sidebar-nav .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .sidebar-fixed .sidebar .sidebar-nav .page-link, .sidebar-fixed .sidebar .sidebar-nav .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .sidebar-fixed .sidebar .sidebar-nav a, .sidebar-fixed .sidebar .sidebar-nav .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .sidebar-fixed .sidebar .sidebar-nav a, .sidebar-fixed .sidebar .sidebar-nav .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .sidebar-fixed .sidebar .sidebar-nav a, .sidebar-fixed .sidebar .sidebar-nav .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .sidebar-fixed .sidebar .sidebar-nav a, .sidebar-fixed .sidebar .sidebar-nav .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .sidebar-fixed .sidebar .sidebar-nav .page-link, .sidebar-fixed .sidebar .sidebar-nav .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .sidebar-fixed .sidebar .sidebar-nav .page-link, .sidebar-fixed .sidebar .sidebar-nav .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a, .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .sidebar-fixed .sidebar .sidebar-nav a, .sidebar-fixed .sidebar .sidebar-nav .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a, .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .sidebar-fixed .sidebar .sidebar-nav a, .sidebar-fixed .sidebar .sidebar-nav .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .sidebar-fixed .sidebar .sidebar-nav a, .sidebar-fixed .sidebar .sidebar-nav .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a, .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .sidebar-fixed .sidebar .sidebar-nav a,
.sidebar-fixed .sidebar .nav .icon,
.sidebar-fixed .sidebar .nav .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .sidebar-fixed .sidebar .nav .page-link,
.sidebar-fixed .sidebar .nav .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .sidebar-fixed .sidebar .nav .page-link,
.sidebar-fixed .sidebar .nav .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type a,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type .sidebar-fixed .sidebar .nav a,
.sidebar-fixed .sidebar .nav .tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li a,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:first-of-type li .sidebar-fixed .sidebar .nav a,
.sidebar-fixed .sidebar .nav .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:first-of-type .sidebar-fixed .sidebar .nav a,
.sidebar-fixed .sidebar .nav .tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li:first-of-type .sidebar-fixed .sidebar .nav a,
.sidebar-fixed .sidebar .nav .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .sidebar-fixed .sidebar .nav .page-link,
.sidebar-fixed .sidebar .nav .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .page-link,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .sidebar-fixed .sidebar .nav .page-link,
.sidebar-fixed .sidebar .nav .pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type a,
.pagination-datatables li .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type .sidebar-fixed .sidebar .nav a,
.sidebar-fixed .sidebar .nav .tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li a,
.tasks-page .tasks-cnt .tasks-list .pagination .page-item:last-of-type li .sidebar-fixed .sidebar .nav a,
.sidebar-fixed .sidebar .nav .tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li .page-item:last-of-type .sidebar-fixed .sidebar .nav a,
.sidebar-fixed .sidebar .nav .tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type a,
.tasks-page .tasks-cnt .tasks-list .pagination li:last-of-type .sidebar-fixed .sidebar .nav a {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
}

.sidebar-fixed .sidebar .sidebar-header {
  width: 100%;
  background-color: #084c61;
  position: relative;
  min-height: 60px;
}

.sidebar-fixed .sidebar .sidebar-header .sidebar-minimizer {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #abaaaa;
  right: 10px;
  font-size: 31px;
  background-color: transparent;
}

.sidebar-fixed .sidebar .sidebar-header .sidebar-minimizer:before {
  display: none;
}

.sidebar-fixed .main, .sidebar-fixed .app-footer {
  margin-left: 250px;
}

.sidebar-minimized .sidebar-header {
  display: block !important;
}

.sidebar-minimized .sidebar-header .cockpit-logo {
  display: none;
}

.sidebar-minimized .sidebar {
  width: 50px;
}

.sidebar-minimized .sidebar .nav-item {
  width: 50px;
  overflow: hidden;
}

.sidebar-minimized .sidebar .nav-item .nav-link, .sidebar-minimized .sidebar .nav-item .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav-item .dropdown-toggle {
  display: inline-block;
}

.sidebar-minimized .sidebar .nav-link-text {
  display: none;
}

.sidebar-minimized .sidebar-nav {
  width: 50px !important;
}

.sidebar-minimized .sidebar-nav .nav {
  width: 50px !important;
}

@media screen and (max-width: 997px) {
  .sidebar-minimizer {
    display: inline-block;
  }
  .sidebar-fixed .sidebar {
    margin-left: 0px;
    z-index: 9999;
  }
  .sidebar-fixed .sidebar-header {
    display: block;
  }
  .sidebar-fixed .sidebar-header .cockpit-logo {
    display: none;
  }
  .sidebar-fixed .main, .sidebar-fixed .app-footer {
    margin-left: 50px !important;
  }
}

.cockpit-logo {
  width: 180px;
  height: 36px;
  background: url("../img/Energy24_Sidebar_Logo.png") no-repeat;
  background-size: contain;
  margin-left: 12px;
}

.create-nomination-modal .modal-header button {
  z-index: 2;
}

.create-nomination-modal .modal-body {
  padding-top: 0;
}

.create-nomination-modal .modal-body > .loading {
  left: 40%;
}

.create-nomination-modal .modal-body > .loading:after {
  left: 10%;
  max-width: 80%;
}

.create-nomination-modal .modal-body .row {
  padding-bottom: 0.625em;
}

.create-nomination-modal .modal-body .form-control:disabled {
  background-color: #e6e6e6;
}

.create-nomination-modal .modal-body .DateRangePicker #endDate:focus-visible {
  outline: none;
}

.create-nomination-modal .modal-body .nomValuesRow .nomValuesRowCol_1 .col-3, .create-nomination-modal .modal-body .nomValuesRow .nomValuesRowCol_2 .col-3 {
  padding-right: 0;
}

.create-nomination-modal .modal-body .nomValuesRow .nomValuesRowCol_1 .col-3 input, .create-nomination-modal .modal-body .nomValuesRow .nomValuesRowCol_2 .col-3 input {
  font-size: 0.75rem;
  line-height: 1.75;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.create-nomination-modal .modal-body .nomValuesRow .nomValuesRowCol_2 {
  padding-right: 30px;
}

.create-nomination-modal .form-group label {
  font-family: "SegoeUI-Semibold";
  font-size: 14px;
  color: #5A5858;
  letter-spacing: 0;
  line-height: 18px;
}

div.checkbox input[type=checkbox] {
  display: block !important;
}

/* For labels in header bootstrap table  */
.th-expand th {
  max-width: inherit !important;
}

.th-expand th.selection-cell-header div label {
  margin-top: 10px;
}

td.selection-cell div label {
  margin-top: 10px;
}

tbody tr td a div {
  margin: 0 auto;
}

.header-icon {
  background-color: #087c35;
  border: 2px solid #087c35;
  border-radius: 50%;
  width: 60px;
  display: inline-block;
  height: 60px;
}

.header-icon i {
  position: relative;
  top: 11px;
  left: 17px;
  color: white;
  font-size: 200%;
}

.header-icon img {
  position: relative;
  display: inline-block;
  top: 8px;
  left: 8px;
  width: 40px;
  height: 40px;
}

.create-task-modal {
  max-width: 90%;
}

.droparea {
  position: relative;
  height: 50px !important;
  width: 100% !important;
  border: 1px dashed #5a5858 !important;
}

.droparea:after {
  content: attr(data-placeholder);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  height: auto;
  color: #5a5858;
  background: url("http://stagingcockpit-total.methodia.com/636d4ee9d678dde9dc367041e1d73350.svg") 0 0 no-repeat;
  background-size: contain;
  padding-left: 30px;
}

.description div textarea {
  width: 100%;
}

.dropdown-avatar-image {
  border-radius: 100%;
}

.sidebar-nav .nav-item .nav-link[href="#/tariffs"], .sidebar-nav .nav-item .navbar .dropdown-toggle[href="#/tariffs"], .navbar .sidebar-nav .nav-item .dropdown-toggle[href="#/tariffs"] {
  display: none;
}

.helpText {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;
  padding-top: 15px;
}

.final-reading-box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.final-reading {
  margin-right: 15px;
}

@media screen and (max-width: 500px) {
  .dashboard-box {
    margin-top: 50px;
  }
  .sidebar-minimizer {
    padding: 6px;
  }
  .table-filers-elements .row .col {
    flex-basis: 100%;
  }
  .table-filers-elements .row .col .DateRangePickerInput__showClearDates {
    width: 100%;
  }
  .table-with-links > div > .btn {
    margin-top: 20px;
  }
}

.successful-task-message .faq {
  font-weight: bold;
  margin: 0;
}

.successful-task-message .useful-doc {
  margin: 0.5em 0 0 0;
  font-weight: bold;
}

.successful-task-message .thanks-message {
  margin: 1em 0 0 0;
}

#nominations-grid .SingleDatePicker {
  display: block;
}

.form-control-label {
  font-weight: bold;
}
