/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, ../scss/includes/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../scss/includes/_normalize.scss */
body {
  margin: 0;
}

/* line 32, ../scss/includes/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 52, ../scss/includes/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, ../scss/includes/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 75, ../scss/includes/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, ../scss/includes/_normalize.scss */
a {
  background: transparent;
}

/* line 95, ../scss/includes/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, ../scss/includes/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 115, ../scss/includes/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, ../scss/includes/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, ../scss/includes/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, ../scss/includes/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, ../scss/includes/_normalize.scss */
small {
  font-size: 80%;
}

/* line 159, ../scss/includes/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../scss/includes/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../scss/includes/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, ../scss/includes/_normalize.scss */
img {
  border: 0;
}

/* line 190, ../scss/includes/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, ../scss/includes/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, ../scss/includes/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, ../scss/includes/_normalize.scss */
pre {
  overflow: auto;
}

/* line 227, ../scss/includes/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 250, ../scss/includes/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, ../scss/includes/_normalize.scss */
button {
  overflow: visible;
}

/* line 275, ../scss/includes/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 288, ../scss/includes/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 300, ../scss/includes/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 309, ../scss/includes/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, ../scss/includes/_normalize.scss */
input {
  line-height: normal;
}

/* line 332, ../scss/includes/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-left: 20px;
  margin-right: 5px;
}

/* line 344, ../scss/includes/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, ../scss/includes/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 368, ../scss/includes/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, ../scss/includes/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, ../scss/includes/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, ../scss/includes/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, ../scss/includes/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, ../scss/includes/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../scss/includes/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, ../scss/elements/_general.scss */
body {
  font-family: 'Open Sans', sans-serif;
}
/* line 3, ../scss/elements/_general.scss */
body h2 {
  margin: 0;
  color: #620802;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  padding: 30px 0;
  border-bottom: 1px solid #d8e6ee;
  position: relative;
}
/* line 12, ../scss/elements/_general.scss */
body h2.with_icon {
  padding-left: 60px;
}
body h2.with_icon a {
  margin: 0;
  color: #620802;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  padding: 30px 0;
  position: relative;
}

/* line 14, ../scss/elements/_general.scss */
body h2.with_icon .fas {
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  background-color: #65c9fd;
  display: block;
  width: 45px;
  height: 45px;
  left: 0;
  margin-top: -22.5px;
  top: 50%;
  text-align: center;
  font-size: 26px;
}
/* line 27, ../scss/elements/_general.scss */
body h2.with_icon .fas:before {
  line-height: 45px;
}
/* line 51, ../scss/elements/_general.scss */
body h3 {
  margin: 0;
  color: #620802;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  padding: 50px 0 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  /* line 51, ../scss/elements/_general.scss */
  body h3 {
    font-weight: 400;
  }
}
/* line 62, ../scss/elements/_general.scss */
body h3.with_border {
  border-bottom: 1px solid #d8e6ee;
}
/* line 66, ../scss/elements/_general.scss */
body p {
  font-size: 16px;
}
/* line 68, ../scss/elements/_general.scss */
body p.small {
  font-size: 13px;
}
/* line 72, ../scss/elements/_general.scss */
body a {
  text-decoration: none;
  color: #53bff7;
  font-size: 13px;
  font-weight: 700;
}
/* line 78, ../scss/elements/_general.scss */
body input[type="text"], body input[type="password"], body input[type="number"], body input[type="search"] {
  background-color: #d8e6ee;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border: 0 none;
  font-size: 16px;
  color: #79868f;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  outline: none;
}
/* line 89, ../scss/elements/_general.scss */
body input[type="text"].error, body input[type="password"].error, body input[type="number"].error, body input[type="search"].error {
  border: 1px solid #d60d00;
}
/* line 92, ../scss/elements/_general.scss */
body input[type="text"]:disabled, body input[type="password"]:disabled, body input[type="number"]:disabled, body input[type="search"]:disabled {
  background-color: #f0f0f0;
  color: #c3c3c3;
}
/* line 97, ../scss/elements/_general.scss */
body textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  background-color: #d8e6ee;
  border: 0 none;
  color: #79868f;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  outline: none;
}
/* line 108, ../scss/elements/_general.scss */
body textarea.error {
  border: 1px solid #d60d00;
}
/* line 111, ../scss/elements/_general.scss */
body textarea:disabled {
  background-color: #f0f0f0;
  color: #c3c3c3;
}
/* line 116, ../scss/elements/_general.scss */
body label {
  font-size: 14px;
  font-weight: 400;
  color: #66696a;
}
/* line 120, ../scss/elements/_general.scss */
body label.error {
  color: #d60d00 !important;
}
body span.error {
  color: #d60d00 !important;
}
/* line 125, ../scss/elements/_general.scss */
body ul.ul-list {
  padding-left: 25px;
  margin: 25px 0;
}
/* line 128, ../scss/elements/_general.scss */
body ul.ul-list li {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
}
/* line 134, ../scss/elements/_general.scss */
body ul.ul-list li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #dcdbdb;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 6px;
}
/* line 151, ../scss/elements/_general.scss */
body .btn-group {
  font-size: 0;
  white-space: nowrap;
}
/* line 154, ../scss/elements/_general.scss */
body .btn-group a {
  height: 50px;
  display: inline-block;
  padding: 10px 15px 0 15px;
  font-weight: 400;
  line-height: 40px;
  font-size: 16px;
  color: #620802;
  box-sizing: border-box;
}
/* line 163, ../scss/elements/_general.scss */
body .btn-group a.active {
  background-color: #dae7ef;
}
/* line 168, ../scss/elements/_general.scss */
body .lti-icon {
  display: inline-block;
  height: 37px;
  width: 37px;
  font-size: 20px;
  text-align: center;
  line-height: 37px;
  text-decoration: none;
  color: #00caff;
}
/* line 188, ../scss/elements/_general.scss */
body .lti-icon:hover {
  color: #00a9db;
}
/* line 193, ../scss/elements/_general.scss */
body .topline > div {
  display: table;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* line 193, ../scss/elements/_general.scss */
  body .topline > div {
    display: block;
  }
}
/* line 200, ../scss/elements/_general.scss */
body .topline > div > div {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 200, ../scss/elements/_general.scss */
  body .topline > div > div {
    display: block;
  }
}
/* line 208, ../scss/elements/_general.scss */
body .topline > div > div span {
  display: inline-block;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 700;
  color: #620802;
}
/* line 214, ../scss/elements/_general.scss */
body .topline > div > div:first-child {
  width: 100%;
}
/* line 220, ../scss/elements/_general.scss */
body .btn {
  height: 32px;
  display: inline-block;
  line-height: 32px;
  padding: 0 30px;
  background-color: #7a858b;
  border: 0 none;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
}
body .btn:disabled {
  background-color: #f0f0f0;
  color: #c3c3c3;
  cursor: default;
}
/* line 237, ../scss/elements/_general.scss */
body .btn.btn-gray {
  background: #7a858b;
  background: -moz-linear-gradient(top, #7a858b 0%, #6d787e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d787e), color-stop(100%, #6d787e));
  background: -webkit-linear-gradient(top, #7a858b 0%, #6d787e 100%);
  background: -o-linear-gradient(top, #7a858b 0%, #6d787e 100%);
  background: -ms-linear-gradient(top, #7a858b 0%, #6d787e 100%);
  background: linear-gradient(to bottom, #7a858b 0%, #6d787e 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7a858b, endColorstr=#6d787e, GradientType=0)";
}
/* line 239, ../scss/elements/_general.scss */
body .btn.btn-gray:hover {
  background: #626b70;
  background: -moz-linear-gradient(top, #626b70 0%, #555e63 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555e63), color-stop(100%, #555e63));
  background: -webkit-linear-gradient(top, #626b70 0%, #555e63 100%);
  background: -o-linear-gradient(top, #626b70 0%, #555e63 100%);
  background: -ms-linear-gradient(top, #626b70 0%, #555e63 100%);
  background: linear-gradient(to bottom, #626b70 0%, #555e63 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#626b70, endColorstr=#555e63, GradientType=0)";
}
/* line 243, ../scss/elements/_general.scss */
body .btn.btn-blue {
  background: #6bccfd;
  background: -moz-linear-gradient(top, #6bccfd 0%, #5ec4fd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ec4fd), color-stop(100%, #5ec4fd));
  background: -webkit-linear-gradient(top, #6bccfd 0%, #5ec4fd 100%);
  background: -o-linear-gradient(top, #6bccfd 0%, #5ec4fd 100%);
  background: -ms-linear-gradient(top, #6bccfd 0%, #5ec4fd 100%);
  background: linear-gradient(to bottom, #6bccfd 0%, #5ec4fd 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6bccfd, endColorstr=#5ec4fd, GradientType=0)";
}
/* line 245, ../scss/elements/_general.scss */
body .btn.btn-blue:hover {
  background: #39bbfc;
  background: -moz-linear-gradient(top, #39bbfc 0%, #2cb2fc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2cb2fc), color-stop(100%, #2cb2fc));
  background: -webkit-linear-gradient(top, #39bbfc 0%, #2cb2fc 100%);
  background: -o-linear-gradient(top, #39bbfc 0%, #2cb2fc 100%);
  background: -ms-linear-gradient(top, #39bbfc 0%, #2cb2fc 100%);
  background: linear-gradient(to bottom, #39bbfc 0%, #2cb2fc 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#39bbfc, endColorstr=#2cb2fc, GradientType=0)";
}

/* line 251, ../scss/elements/_general.scss */
.error_message {
  position: fixed;
  padding: 10px 60px 10px 20px;
  background-color: #C7372D;
  color: #ffffff;
  font-size: 14px;
  bottom: 85px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  border-radius: 4px;
  box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.33);
  -webkit-transition: opacity 100ms ease-in-out 0ms;
  -moz-transition: opacity 100ms ease-in-out 0ms;
  -ms-transition: opacity 100ms ease-in-out 0ms;
  -o-transition: opacity 100ms ease-in-out 0ms;
  transition: opacity 100ms ease-in-out 0ms;
}
@media (max-width: 767px) {
  /* line 251, ../scss/elements/_general.scss */
  .error_message {
    bottom: 30px;
    left: 30px;
  }
}
/* line 269, ../scss/elements/_general.scss */
.error_message i {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  right: 10px;
  text-align: center;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
/* line 280, ../scss/elements/_general.scss */
.error_message i:hover {
  color: rgba(0, 0, 0, 0.8);
}
/* line 284, ../scss/elements/_general.scss */
.error_message.visible {
  visibility: visible;
  opacity: 1;
}

/* line 1, ../scss/elements/_layout.scss */
.wrapper {
  height: 100%;
  width: 100%;
  padding-left: 210px;
  box-sizing: border-box;
}
@media (min-width: 896px) and (max-width: 1024px) {
  /* line 1, ../scss/elements/_layout.scss */
  .wrapper {
    padding-left: 165px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../scss/elements/_layout.scss */
  .wrapper {
    padding-left: 0;
    padding-top: 50px;
  }
}
/* line 13, ../scss/elements/_layout.scss */
.wrapper .container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 65px 40px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 13, ../scss/elements/_layout.scss */
  .wrapper .container {
    padding: 0 15px 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 895px) {
  /* line 13, ../scss/elements/_layout.scss */
  .wrapper .container {
    padding: 0 15px 65px 15px;
  }
}
/* line 25, ../scss/elements/_layout.scss */
.wrapper.mobile-menu-open {
  padding-top: 0;
}
@media (max-width: 767px) {
  /* line 27, ../scss/elements/_layout.scss */
  .wrapper.mobile-menu-open .sidebar {
    height: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  /* line 34, ../scss/elements/_layout.scss */
  .wrapper.mobile-menu-open .sidebar .mobile-header .mobile-menu-btn:before {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  /* line 40, ../scss/elements/_layout.scss */
  .wrapper.mobile-menu-open .sidebar .mobile-header .mobile-menu-logo {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  /* line 46, ../scss/elements/_layout.scss */
  .wrapper.mobile-menu-open .sidebar .sb-container {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 52, ../scss/elements/_layout.scss */
  .wrapper.mobile-menu-open .container {
    display: none;
  }
}

/* line 59, ../scss/elements/_layout.scss */
.two-col {
  margin: 0 -20px 0 -40px;
}
@media (max-width: 895px) {
  /* line 59, ../scss/elements/_layout.scss */
  .two-col {
    margin: 0 -15px;
  }
}
/* line 64, ../scss/elements/_layout.scss */
.two-col .tc-container {
  display: table;
  width: 100%;
}
@media (max-width: 895px) {
  /* line 64, ../scss/elements/_layout.scss */
  .two-col .tc-container {
    display: block;
  }
}
/* line 70, ../scss/elements/_layout.scss */
.two-col .tc-container > div {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #d8e6ee;
  box-sizing: border-box;
}
@media (max-width: 895px) {
  /* line 70, ../scss/elements/_layout.scss */
  .two-col .tc-container > div {
    display: block;
  }
}
/* line 78, ../scss/elements/_layout.scss */
.two-col .tc-container > div.tc-left {
  padding: 0 30px 0 40px;
  width: 60%;
}
@media (max-width: 895px) {
  /* line 78, ../scss/elements/_layout.scss */
  .two-col .tc-container > div.tc-left {
    padding: 0 15px;
    width: 70%;
  }
}
@media (max-width: 895px) {
  /* line 78, ../scss/elements/_layout.scss */
  .two-col .tc-container > div.tc-left {
    width: 100%;
    padding: 0 15px;
  }
}
/* line 90, ../scss/elements/_layout.scss */
.two-col .tc-container > div.tc-right {
  border-left: 4px solid #d8e6ee;
  padding: 0 30px;
  width: 40%;
}
@media (min-width: 896px) and (max-width: 1024px) {
  /* line 90, ../scss/elements/_layout.scss */
  .two-col .tc-container > div.tc-right {
    width: 30%;
    padding: 0 15px;
  }
}
@media (max-width: 895px) {
  /* line 90, ../scss/elements/_layout.scss */
  .two-col .tc-container > div.tc-right {
    width: 100%;
    padding: 0 15px;
    border-top: 4px solid #d8e6ee;
    border-left: 0 none;
  }
}

/* line 2, ../scss/elements/_charts.scss */
.chart > div {
  display: table;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* line 2, ../scss/elements/_charts.scss */
  .chart > div {
    display: block;
  }
}
/* line 9, ../scss/elements/_charts.scss */
.chart > div > div {
  display: table-cell;
  vertical-align: top;
  width: 33.3%;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 9, ../scss/elements/_charts.scss */
  .chart > div > div {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 18, ../scss/elements/_charts.scss */
  .chart > div > div > img {
    width: 100%;
  }
}
/* line 23, ../scss/elements/_charts.scss */
.chart > div > div span {
  padding-top: 25px;
  padding-bottom: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 23, ../scss/elements/_charts.scss */
  .chart > div > div span {
    display: block;
    text-align: center;
  }
}

/* line 36, ../scss/elements/_charts.scss */
.faqs > div {
  display: table;
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 36, ../scss/elements/_charts.scss */
  .faqs > div {
    display: block;
  }
}
/* line 42, ../scss/elements/_charts.scss */
.faqs > div > div {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 1024px) {
  /* line 42, ../scss/elements/_charts.scss */
  .faqs > div > div {
    display: block;
  }
}
/* line 48, ../scss/elements/_charts.scss */
.faqs > div > div:first-child {
  padding: 20px;
}
/* line 51, ../scss/elements/_charts.scss */
.faqs > div > div:last-child {
  width: 100%;
}
/* line 56, ../scss/elements/_charts.scss */
.faqs ul {
  padding-left: 25px;
}
/* line 58, ../scss/elements/_charts.scss */
.faqs ul li {
  position: relative;
  font-size: 13px;
  padding-bottom: 15px;
}
/* line 63, ../scss/elements/_charts.scss */
.faqs ul li span {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: -25px;
  top: 7px;
  background-color: #000000;
  border-radius: 50%;
}

/* line 1, ../scss/elements/_sidebar.scss */
.sidebar {
  background-color: #5e6162;
  background-image: url("../images/sidebar_bg.png");
  width: 210px;
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.27);
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 896px) and (max-width: 1024px) {
  /* line 1, ../scss/elements/_sidebar.scss */
  .sidebar {
    width: 165px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../scss/elements/_sidebar.scss */
  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 50px;
  }
}
/* line 23, ../scss/elements/_sidebar.scss */
.sidebar .mobile-header {
  height: 50px;
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  /* line 23, ../scss/elements/_sidebar.scss */
  .sidebar .mobile-header {
    display: block;
  }
}
/* line 30, ../scss/elements/_sidebar.scss */
.sidebar .mobile-header .mobile-menu-btn {
  padding: 0 5px;
  width: 60px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  z-index: 10;
}
/* line 39, ../scss/elements/_sidebar.scss */
.sidebar .mobile-header .mobile-menu-btn:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/mobile-menu-btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
}
/* line 50, ../scss/elements/_sidebar.scss */
.sidebar .mobile-header .mobile-menu-logo {
  background-image: url("../images/logo_mototender.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-size: contain;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
}
@media (max-width: 767px) {
  /* line 59, ../scss/elements/_sidebar.scss */
  .sidebar .sb-container {
    display: none;
  }
}
/* line 63, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-logo {
  background-image: url("../images/logo_mototender.png");
  background-repeat: no-repeat;
  background-position: left center;
  height: 90px;
  padding: 35px 20px 20px 20px;
  box-sizing: border-box;
}
/* line 71, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-description {
  color: #ffffff;
  font-weight: 400;
  padding: 0 20px;
  font-size: 22px;
}
@media (max-width: 767px) {
  /* line 71, ../scss/elements/_sidebar.scss */
  .sidebar .sb-container .sb-description {
    font-size: 20px;
  }
}
/* line 80, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-search {
  padding: 40px 20px 0 20px;
}
@media (max-width: 767px) {
  /* line 80, ../scss/elements/_sidebar.scss */
  .sidebar .sb-container .sb-search {
    padding: 15px 20px 0 20px;
  }
}
/* line 85, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-search .sb-search-input {
  position: relative;
  background-image: url("../images/sb_search_icon.png");
  background-position: right center;
  background-repeat: no-repeat;
}
/* line 90, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-search .sb-search-input:before, .sidebar .sb-container .sb-search .sb-search-input:after {
  content: '';
  display: block;
  width: 1px;
  height: 1px;
  background-color: #999797;
  position: absolute;
  bottom: 1px;
}
/* line 99, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-search .sb-search-input:before {
  left: 0;
}
/* line 102, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-search .sb-search-input:after {
  right: 0;
}
/* line 105, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-search .sb-search-input input[type="text"] {
  background-color: transparent;
  border: 0 none;
  border-bottom: 1px solid #999797;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  box-shadow: none;
  color: #ffffff;
  outline: none;
}
/* line 118, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-menu {
  padding-top: 40px;
}
@media (max-width: 767px) {
  /* line 118, ../scss/elements/_sidebar.scss */
  .sidebar .sb-container .sb-menu {
    padding-top: 25px;
  }
}
/* line 123, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-menu a {
  padding: 0 20px 0 60px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 100ms ease-in-out 0ms;
  -moz-transition: all 100ms ease-in-out 0ms;
  -ms-transition: all 100ms ease-in-out 0ms;
  -o-transition: all 100ms ease-in-out 0ms;
  transition: all 100ms ease-in-out 0ms;
}
@media (min-width: 896px) and (max-width: 1024px) {
  /* line 123, ../scss/elements/_sidebar.scss */
  .sidebar .sb-container .sb-menu a {
    font-size: 14px;
  }
}
/* line 137, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-menu a .fas {
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  color: #ffffff;
  width: 25px;
  text-align: center;
}
/* line 162, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-menu a.icon-0 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 162, ../scss/elements/_sidebar.scss */
  .sidebar .sb-container .sb-menu a.icon-0 {
    margin-bottom: 20px;
  }
}
/* line 168, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-menu a.active {
  background-color: #65c9fd;
}
/* line 171, ../scss/elements/_sidebar.scss */
.sidebar .sb-container .sb-menu a:hover {
  background-color: #999797;
}

/* line 1, ../scss/elements/_footer.scss */
.footer {
  color: #889297;
  background-color: #eef5f9;
  height: 65px;
  padding: 0 20px 0 40px;
  position: fixed;
  left: 210px;
  right: 0;
  bottom: 0;
}
@media (min-width: 896px) and (max-width: 1024px) {
  /* line 1, ../scss/elements/_footer.scss */
  .footer {
    left: 165px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../scss/elements/_footer.scss */
  .footer {
    position: relative;
    left: 0;
    height: auto;
    margin: 0 -15px;
    padding: 0;
    padding-top: 30px;
    text-align: center;
  }
}
/* line 23, ../scss/elements/_footer.scss */
.footer > div {
  display: table;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 23, ../scss/elements/_footer.scss */
  .footer > div {
    display: block;
  }
}
/* line 30, ../scss/elements/_footer.scss */
.footer > div > div {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 767px) {
  /* line 30, ../scss/elements/_footer.scss */
  .footer > div > div {
    display: block;
  }
}
/* line 37, ../scss/elements/_footer.scss */
.footer > div > div.footer-description {
  width: 100%;
}
/* line 39, ../scss/elements/_footer.scss */
.footer > div > div.footer-description span {
  padding-right: 20px;
}
@media (max-width: 767px) {
  /* line 39, ../scss/elements/_footer.scss */
  .footer > div > div.footer-description span {
    padding: 0;
  }
}
/* line 44, ../scss/elements/_footer.scss */
.footer > div > div.footer-description span #logosvg_2 {
  height: 20px;
  width: 45px;
}
/* line 47, ../scss/elements/_footer.scss */
.footer > div > div.footer-description span #logosvg_2 path {
  fill: #b1bbc1;
}
/* line 53, ../scss/elements/_footer.scss */
.footer > div > div.footer-links {
  padding-right: 70px;
}
@media (max-width: 767px) {
  /* line 53, ../scss/elements/_footer.scss */
  .footer > div > div.footer-links {
    padding: 0;
  }
}
/* line 58, ../scss/elements/_footer.scss */
.footer > div > div.footer-links a {
  color: #889297;
  text-decoration: none;
  padding: 0 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  /* line 58, ../scss/elements/_footer.scss */
  .footer > div > div.footer-links a {
    line-height: 60px;
  }
}
/* line 68, ../scss/elements/_footer.scss */
.footer > div > div.copyright {
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 767px) {
  /* line 68, ../scss/elements/_footer.scss */
  .footer > div > div.copyright {
    border-top: 1px solid #d1dde4;
    line-height: 55px;
  }
}

/* line 1, ../scss/elements/_table.scss */
.lti-table-container {
  padding: 0 0 25px 0;
}
/* line 4, ../scss/elements/_table.scss */
.lti-table-container .lti-table-topline > div {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 8, ../scss/elements/_table.scss */
.lti-table-container .lti-table-topline > div > div {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding-bottom: 15px;
}
/* line 13, ../scss/elements/_table.scss */
.lti-table-container .lti-table-topline > div > div span {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  color: #620802;
}
/* line 19, ../scss/elements/_table.scss */
.lti-table-container .lti-table-topline > div > div:first-child {
  width: 100%;
}
/* line 26, ../scss/elements/_table.scss */
.lti-table-container .lti-table-filters > div {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 30, ../scss/elements/_table.scss */
.lti-table-container .lti-table-filters > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  white-space: nowrap;
}
/* line 35, ../scss/elements/_table.scss */
.lti-table-container .lti-table-filters > div > div span {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  color: #620802;
  vertical-align: middle;
}
/* line 42, ../scss/elements/_table.scss */
.lti-table-container .lti-table-filters > div > div:first-child {
  width: 100%;
}
/* line 45, ../scss/elements/_table.scss */
.lti-table-container .lti-table-filters > div > div .hide_show_col + .CaptionCont {
  width: 255px;
}
/* line 48, ../scss/elements/_table.scss */
.lti-table-container .lti-table-filters > div > div input[type="text"] {
  background-image: url("../images/th_search_icon.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
/* line 56, ../scss/elements/_table.scss */
.lti-table-container .lti-table {
  display: table;
  width: 100%;
}
/* line 59, ../scss/elements/_table.scss */
.lti-table-container .lti-table .lti-table-row {
  display: table-row;
}
/* line 61, ../scss/elements/_table.scss */
.lti-table-container .lti-table .lti-table-row .lti-table-cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
  padding: 13px 0;
  text-align: center;
  font-weight: 400;
  position: relative;
}
/* line 72, ../scss/elements/_table.scss */
.lti-table-container .lti-table .lti-table-row:nth-child(odd) .lti-table-cell {
  background-color: #f2f7f9;
  padding: 6px 0;
}
/* line 78, ../scss/elements/_table.scss */
.lti-table-container .lti-table .lti-table-row.lti-table-head .lti-table-cell {
  background-color: #66696a;
  color: #ffffff;
  padding: 15px 20px;
}
/* line 82, ../scss/elements/_table.scss */
.lti-table-container .lti-table .lti-table-row.lti-table-head .lti-table-cell.sorting-up {
  background-color: #65c9fd;
  padding: 15px 45px;
}
/* line 85, ../scss/elements/_table.scss */
.lti-table-container .lti-table .lti-table-row.lti-table-head .lti-table-cell.sorting-up:after {
  content: "\f106";
  font: normal normal normal 28px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px;
}
/* line 98, ../scss/elements/_table.scss */
.lti-table-container .lti-table .lti-table-row.lti-table-head .lti-table-cell.sorting-down {
  background-color: #65c9fd;
  padding: 15px 45px;
}
/* line 101, ../scss/elements/_table.scss */
.lti-table-container .lti-table .lti-table-row.lti-table-head .lti-table-cell.sorting-down:after {
  content: "\f107";
  font: normal normal normal 28px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px;
}
/* line 118, ../scss/elements/_table.scss */
.lti-table-container .lti-table-no-data {
  background-image: url("../images/table_nd_bg.png");
  background-repeat: no-repeat;
  background-position: top 25px center;
  padding-top: 85px;
  padding-bottom: 25px;
  text-align: center;
  color: #bfc9cf;
  font-size: 18px;
}
/* line 128, ../scss/elements/_table.scss */
.lti-table-container .lti-table-pagination {
  padding-top: 15px;
  border-top: 1px solid #d8e6ee;
  margin-top: 25px;
}
/* line 132, ../scss/elements/_table.scss */
.lti-table-container .lti-table-pagination > div {
  display: inline-block;
  color: #bfc9cf;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  padding: 1px;
}
/* line 139, ../scss/elements/_table.scss */
.lti-table-container .lti-table-pagination > div.lti-pag-num {
  color: #373b3e;
  font-size: 20px;
}
/* line 143, ../scss/elements/_table.scss */
.lti-table-container .lti-table-pagination > div.lti-pag-arrow-left {
  cursor: pointer;
  padding: 0 10px;
}
/* line 146, ../scss/elements/_table.scss */
.lti-table-container .lti-table-pagination > div.lti-pag-arrow-left:after {
  content: "\f104";
  font: normal normal normal 28px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: relative;
  top: 3px;
}
/* line 156, ../scss/elements/_table.scss */
.lti-table-container .lti-table-pagination > div.lti-pag-arrow-left.active {
  color: #373b3e;
}
/* line 160, ../scss/elements/_table.scss */
.lti-table-container .lti-table-pagination > div.lti-pag-arrow-right {
  cursor: pointer;
  padding: 0 10px;
}
/* line 163, ../scss/elements/_table.scss */
.lti-table-container .lti-table-pagination > div.lti-pag-arrow-right:after {
  content: "\f105";
  font: normal normal normal 28px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: relative;
  top: 3px;
}
/* line 173, ../scss/elements/_table.scss */
.lti-table-container .lti-table-pagination > div.lti-pag-arrow-right.active {
  color: #373b3e;
}

/* line 1, ../scss/elements/_modals.scss */
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 200;
  overflow: auto;
}
/* line 10, ../scss/elements/_modals.scss */
.modal .modal-wrapper {
  z-index: 300;
  background-color: #d8e6ee;
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
  min-height: 100%;
  padding-bottom: 50px;
  max-width: 550px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.23);
}
/* line 24, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog {
  background-color: #ffffff;
  padding: 0 20px;
}
/* line 28, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-header h2 {
  font-weight: 300;
}
/* line 32, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-body {
  padding: 25px 0;
}
/* line 34, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-body .mb-table {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 34, ../scss/elements/_modals.scss */
  .modal .modal-wrapper .modal-dialog .modal-body .mb-table {
    display: block;
  }
}
/* line 40, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-body .mb-table .mb-table-row {
  display: table-row;
}
.modal .modal-wrapper .modal-dialog .modal-body .mb-table .mb-table-row-span {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 40, ../scss/elements/_modals.scss */
  .modal .modal-wrapper .modal-dialog .modal-body .mb-table .mb-table-row {
    display: block;
    padding-top: 10px;
  }
}

/* line 46, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-body .mb-table .mb-table-row > div {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  /* line 46, ../scss/elements/_modals.scss */
  .modal .modal-wrapper .modal-dialog .modal-body .mb-table .mb-table-row > div {
    display: block;
  }
}
/* line 53, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-body .mb-table .mb-table-row > div:first-child {
  padding-right: 15px;
  width: 40%;
  text-align: right;
}
@media (max-width: 767px) {
  /* line 53, ../scss/elements/_modals.scss */
  .modal .modal-wrapper .modal-dialog .modal-body .mb-table .mb-table-row > div:first-child {
    text-align: left;
  }
}
/* line 61, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-body .mb-table .mb-table-row > div input[type=text] {
  width: 100%;
}
.modal .modal-wrapper .modal-dialog .modal-body .mb-table .mb-table-row > div input[type=radio] {
  margin-left: 0px;
}
.modal .modal-wrapper .modal-dialog .modal-body .mb-table .mb-table-row > div input[type=checkbox] {
  margin-left: 0px;
}
/* line 64, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-body .mb-table .mb-table-row > div .SumoSelect {
  width: 100%;
}
/* line 67, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-body .mb-table .mb-table-row > div label {
  font-size: 14px;
  font-weight: 400;
  color: #66696a;
}
/* line 76, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-footer {
  padding: 20px 0 25px 0;
  border-top: 1px solid #d8e6ee;
}
/* line 79, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-footer .btn {
  width: 100%;
}
/* line 82, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-footer .mf-grid {
  display: table;
  width: 100%;
}
/* line 85, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-footer .mf-grid > div {
  display: table-cell;
}
/* line 87, ../scss/elements/_modals.scss */
.modal .modal-wrapper .modal-dialog .modal-footer .mf-grid > div:first-child {
  padding-right: 15px;
  width: 40%;
}
/* line 96, ../scss/elements/_modals.scss */
.modal .modal-overlay {
  background-color: rgba(94, 97, 98, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
/* line 105, ../scss/elements/_modals.scss */
.modal.posright {
  text-align: right;
}
/* line 108, ../scss/elements/_modals.scss */
.modal.posleft {
  text-align: left;
}
/* line 111, ../scss/elements/_modals.scss */
.modal.poscenter {
  text-align: center;
}

/* line 56, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTable thead tr th {
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  position: relative;
  background-color: #66696a;
  color: #ffffff;
  padding: 15px 20px;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
}
/* line 69, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTable thead tr th.sorting_asc {
  background-color: #65c9fd;
  padding: 15px 45px;
}
@media (max-width: 767px) {
  /* line 69, ../scss/elements/_dataTable.scss */
  .dataTables_wrapper .dataTable thead tr th.sorting_asc {
    padding: 15px 45px 15px 20px;
  }
}
/* line 75, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTable thead tr th.sorting_asc:after {
  content: "\f106";
  font: normal normal normal 28px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px;
}
/* line 88, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTable thead tr th.sorting_desc {
  background-color: #65c9fd;
  padding: 15px 45px;
}
@media (max-width: 767px) {
  /* line 88, ../scss/elements/_dataTable.scss */
  .dataTables_wrapper .dataTable thead tr th.sorting_desc {
    padding: 15px 45px 15px 20px;
  }
}
/* line 94, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTable thead tr th.sorting_desc:after {
  content: "\f107";
  font: normal normal normal 28px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px;
}
/* line 110, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTable tfoot {
  display: none;
}

/* line 115, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTable tbody tr td {
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
  padding: 13px 20px;
  text-align: center;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
}
/* line 126, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTable tbody tr:nth-child(even) td {
  background-color: #f2f7f9;
  padding: 6px 0;
}
/* line 191, ../scss/elements/_dataTable.scss */
.dataTables_wrapper:before, .dataTables_wrapper:after {
  content: '';
  display: block;
  clear: both;
}
/* line 196, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_length {
  float: left;
  padding: 20px 15px;
}
@media (max-width: 767px) {
  /* line 196, ../scss/elements/_dataTable.scss */
  .dataTables_wrapper .dataTables_length {
    float: none;
  }
}
/* line 202, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_length .SumoSelect {
  margin: 0 15px;
}
/* line 205, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_length label {
  color: #620802;
  white-space: nowrap;
}
/* line 210, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_filter {
  float: right;
  padding: 20px 15px;
}
@media (max-width: 767px) {
  /* line 210, ../scss/elements/_dataTable.scss */
  .dataTables_wrapper .dataTables_filter {
    float: none;
  }
}
/* line 216, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_filter input[type="search"] {
  font-size: 13px;
  background-image: url("../images/th_search_icon.png"); 
  background-repeat: no-repeat;
  background-position: right 10px center;
}

@media (max-width: 895px) {
  /* line 216, ../scss/elements/_dataTable.scss */
  .dataTables_wrapper .dataTables_filter input[type="search"] {
    width: 100%;
  }
}
/* line 226, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_info {
  float: left;
  padding-top: 15px;
  margin-top: 25px;
  padding-bottom: 20px;
  color: #bfc9cf;
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 226, ../scss/elements/_dataTable.scss */
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center;
  }
}
/* line 239, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  padding-top: 15px;
  margin-top: 25px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 239, ../scss/elements/_dataTable.scss */
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }
}
/* line 251, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_paginate a {
  font-size: 16px;
  color: #620802;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 10px;
  margin: 0 1px;
}
@media (max-width: 767px) {
  /* line 251, ../scss/elements/_dataTable.scss */
  .dataTables_wrapper .dataTables_paginate a {
    font-size: 14px;
  }
}
/* line 261, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_paginate a.previous {
  font-size: 0;
}
@media (max-width: 767px) {
  /* line 264, ../scss/elements/_dataTable.scss */
  .dataTables_wrapper .dataTables_paginate a.previous:after {
    content: "\f104";
    font: normal normal normal 28px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: relative;
    top: 4px;
  }
}
/* line 276, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_paginate a.next {
  font-size: 0;
}
@media (max-width: 767px) {
  /* line 279, ../scss/elements/_dataTable.scss */
  .dataTables_wrapper .dataTables_paginate a.next:after {
    content: "\f105";
    font: normal normal normal 28px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: relative;
    top: 4px;
  }
}
/* line 291, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_paginate a:hover {
  background-color: #f2f7f9;
}
/* line 294, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_paginate a.current {
  background-color: #f2f7f9;
}
/* line 297, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_paginate a.disabled {
  cursor: default;
  color: #bfc9cf;
  background-color: transparent;
}
/* line 303, ../scss/elements/_dataTable.scss */
.dataTables_wrapper .dataTables_paginate span {
  padding: 0 5px;
}

/* line 22, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple > .options > li span, .SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
  padding: 0;
}

/* line 32, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple > .options > li span i, .SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

/* line 47, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple > .options > li.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
  background-color: #65c9fd;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 57, ../scss/elements/_sumoselect.scss */
.SelectClass {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 70, ../scss/elements/_sumoselect.scss */
.SumoSelect {
  cursor: pointer;
  display: inline-block;
  position: relative;
  outline: none;
  vertical-align: middle;
}
/* line 77, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper {
  font-size: 14px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  z-index: -100;
  top: 100%;
  background-color: #d8e6ee;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  overflow: hidden;
}
/* line 91, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  border-radius: 2px;
  max-height: 250px;
}
/* line 99, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper > .options > li {
  padding: 0 20px;
  border-top: 1px solid #F3F3F3;
  position: relative;
  height: 32px;
  line-height: 32px;
  color: #66696a;
}
/* line 106, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper > .options > li label {
  user-select: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
/* line 114, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper > .options > li:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
/* line 117, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper > .options > li.sel {
  background-color: rgba(0, 0, 0, 0.03);
}
/* line 120, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper > .options > li span {
  display: none;
}
/* line 123, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none;
}
/* line 126, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper > .options > li.disabled * {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* line 131, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
/* line 137, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
/* line 145, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.open {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
/* line 150, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
/* line 159, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
/* line 162, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px;
}
/* line 169, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  cursor: pointer;
}
/* line 182, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
/* line 189, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
/* line 192, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px;
}
/* line 196, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}
/* line 201, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
/* line 204, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 211, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px;
}
/* line 216, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
/* line 218, ../scss/elements/_sumoselect.scss */
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
/* line 224, ../scss/elements/_sumoselect.scss */
.SumoSelect > .CaptionCont {
  user-select: none;
  position: relative;
  margin: 0;
  background-color: #d8e6ee;
  height: 32px;
  line-height: 32px;
  padding: 0 50px 0 20px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  outline: none;
  font-size: 14px;
}
/* line 237, ../scss/elements/_sumoselect.scss */
.SumoSelect > .CaptionCont > span {
  display: block;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  overflow: hidden;
  cursor: default;
  padding: 0;
  color: #66696a;
  font-style: normal;
  height: 32px;
  max-width: 100%;
}
/* line 248, ../scss/elements/_sumoselect.scss */
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
/* line 254, ../scss/elements/_sumoselect.scss */
.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}
/* line 273, ../scss/elements/_sumoselect.scss */
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
}
/* line 282, ../scss/elements/_sumoselect.scss */
.SumoSelect .select-all > span i {
  cursor: pointer;
}
/* line 290, ../scss/elements/_sumoselect.scss */
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
/* line 295, ../scss/elements/_sumoselect.scss */
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
/* line 298, ../scss/elements/_sumoselect.scss */
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

.messages .message {
	padding-bottom: 10px;
}

/* line 3, ../scss/elements/_messages.scss */
.messages .message .text {
  background-color: #65c9fd;
  color: #ffffff;
  padding: 15px;
  position: relative;
}
/* line 8, ../scss/elements/_messages.scss */
.messages .message .text:after {
  top: 100%;
  left: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #65c9fd;
  border-width: 10px;
  margin-left: -10px;
}
/* line 22, ../scss/elements/_messages.scss */
.messages .message .text h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
/* line 27, ../scss/elements/_messages.scss */
.messages .message .text p {
  font-weight: 400;
  margin: 0;
  padding-top: 5px;
}
.messages .message .text a {
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
/* line 33, ../scss/elements/_messages.scss */
.messages .message .info {
  padding: 15px;
}
/* line 35, ../scss/elements/_messages.scss */
.messages .message .info > div {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
/* line 39, ../scss/elements/_messages.scss */
.messages .message .info > div.author {
  font-size: 16px;
  font-weight: 400;
}
/* line 43, ../scss/elements/_messages.scss */
.messages .message .info > div.id {
  color: #66696a;
  font-size: 13px;
  font-weight: 700;
  padding-left: 10px;
}
/* line 49, ../scss/elements/_messages.scss */
.messages .message .info > div.date {
  float: right;
  font-size: 13px;
  font-weight: 400;
}

body .flex-container {
  display: flex;
}

body .fill-width {
  flex: 1;
}

.card {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  width: 290px;
  height: 200px;
  float: left;
}

.card label:not(:first-child) {
  padding-top: 10px;
}

.borderlesscard {
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  width: 450px;
  float: left;
}

.spinner {
   position: absolute;
   left: 50%;
   top: 50%;
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

.body-table {
  display: table;
  width: 100%;
}

.body-table .body-table-row {
  display: table-row;
}

.body-table .body-table-row > div {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 8px;
}

.body-table .body-table-row > div:first-child {
  padding-right: 15px;
  width: 40%;
  text-align: right;
}

.body-table .body-table-row > div input[type=text] {
  width: 100%;
}

/* line 64, ../scss/elements/_modals.scss */
.body-table .body-table-row > div .SumoSelect {
  width: 100%;
}
/* line 67, ../scss/elements/_modals.scss */
.body-table .body-table-row > div label {
  font-size: 14px;
  font-weight: 400;
  color: #66696a;
}

.ar {
	color: black;
	margin-top: 10px;
}

.profile {
  border-radius: 400px;
  border: 2px solid #73AD21;
  padding: 20px; 
  width: 200px;
  height: 200px;
  margin: auto;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.thumbnail {
  border-radius: 100px;
  border: 2px solid #73AD21;
  padding: 10px; 
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.dt-filter {
  background-image: url("../images/th_filter_icon.png") !important;
  background-position: right !important;
}

.capitalize {
	text-transform: capitalize;
}