﻿@charset "UTF-8";
/*=============================================
>>> TABLE OF CONTENTS:
===============================================

1.0 Bootstarp
2.0 Base layout
3.0 Theme Style

==============================================*/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*=============================================
1.0 Bootstarp
==============================================*/
.square-15 {
  display: inline-block;
  font-size: 7px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  width: 15px;
  vertical-align: middle;
}
.square-30 {
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  vertical-align: middle;
}
.square-40 {
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  vertical-align: middle;
}
.square-50 {
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  vertical-align: middle;
}
.square-85 {
  display: inline-block;
  font-size: 42px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  width: 85px;
  vertical-align: middle;
}
.square-100 {
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 100px;
  vertical-align: middle;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 3px;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.428571;
  color: #444444;
  background-color: #f9fafc;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #444444;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571;
  background-color: #f9fafc;
  border: 1px solid #eff4f8;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eff4f8;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #c1c8d0;
}
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 32px;
}
h2, .h2 {
  font-size: 26px;
}
h3, .h3 {
  font-size: 21px;
}
h4, .h4 {
  font-size: 16px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 100%;
}
mark,
.mark {
  background-color: #f17316;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #444444;
}
.text-primary {
  color: var(--theme-color);
}
a.text-primary:hover,
a.text-primary:focus {
  color: #475597;
}
.text-success {
  color: #43A047;
}
a.text-success:hover,
a.text-success:focus {
  color: #388E3C;
}
.text-info {
  color: #31cff9;
}
a.text-info:hover,
a.text-info:focus {
  color: #07bff0;
}
.text-warning {
  color: #f17316;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c85c0c;
}
.text-danger {
  color: #d24636;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ae3527;
}
.bg-primary, .file-field-label:hover {
  color: #fff;
}
.bg-primary, .file-field-label:hover {
  background-color: var(--theme-color);
}
a.bg-primary:hover, a.file-field-label:hover,
a.bg-primary:focus,
a.file-field-label:focus:hover {
  background-color: #475597;
}
.bg-success {
  background-color: #43A047;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #388E3C;
}
.bg-info {
  background-color: #31cff9;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #07bff0;
}
.bg-warning {
  background-color: #f17316;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #c85c0c;
}
.bg-danger {
  background-color: #d24636;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ae3527;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eff4f8;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #c1c8d0;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eff4f8;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571;
  color: #c1c8d0;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right,
.prtm-header .dropdown .dropdown-menu blockquote.caret,
.hover-drop .dropdown .dropdown-menu blockquote.caret {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eff4f8;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before, .prtm-header .dropdown .dropdown-menu blockquote.caret footer:before,
.hover-drop .dropdown .dropdown-menu blockquote.caret footer:before,
blockquote.pull-right small:before, .prtm-header .dropdown .dropdown-menu blockquote.caret small:before,
.hover-drop .dropdown .dropdown-menu blockquote.caret small:before,
blockquote.pull-right .small:before, .prtm-header .dropdown .dropdown-menu blockquote.caret .small:before,
.hover-drop .dropdown .dropdown-menu blockquote.caret .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after, .prtm-header .dropdown .dropdown-menu blockquote.caret footer:after,
.hover-drop .dropdown .dropdown-menu blockquote.caret footer:after,
blockquote.pull-right small:after, .prtm-header .dropdown .dropdown-menu blockquote.caret small:after,
.hover-drop .dropdown .dropdown-menu blockquote.caret small:after,
blockquote.pull-right .small:after, .prtm-header .dropdown .dropdown-menu blockquote.caret .small:after,
.hover-drop .dropdown .dropdown-menu blockquote.caret .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #d9230f;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571;
  word-break: break-all;
  word-wrap: break-word;
  color: #444;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.333333%;
}
.col-xs-2 {
  width: 16.666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.333333%;
}
.col-xs-5 {
  width: 41.666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333%;
}
.col-xs-8 {
  width: 66.666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.333333%;
}
.col-xs-11 {
  width: 91.666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.333333%;
}
.col-xs-pull-2 {
  right: 16.666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.333333%;
}
.col-xs-pull-5 {
  right: 41.666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.333333%;
}
.col-xs-pull-8 {
  right: 66.666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.333333%;
}
.col-xs-pull-11 {
  right: 91.666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.333333%;
}
.col-xs-push-2 {
  left: 16.666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.333333%;
}
.col-xs-push-5 {
  left: 41.666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.333333%;
}
.col-xs-push-8 {
  left: 66.666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.333333%;
}
.col-xs-push-11 {
  left: 91.666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.333333%;
}
.col-xs-offset-2 {
  margin-left: 16.666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333333%;
}
.col-xs-offset-5 {
  margin-left: 41.666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333333%;
}
.col-xs-offset-8 {
  margin-left: 66.666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333333%;
}
.col-xs-offset-11 {
  margin-left: 91.666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.333333%;
  }
  .col-sm-pull-2 {
    right: 16.666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333%;
  }
  .col-sm-pull-5 {
    right: 41.666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333%;
  }
  .col-sm-pull-8 {
    right: 66.666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333%;
  }
  .col-sm-pull-11 {
    right: 91.666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.333333%;
  }
  .col-sm-push-2 {
    left: 16.666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333%;
  }
  .col-sm-push-5 {
    left: 41.666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333%;
  }
  .col-sm-push-8 {
    left: 66.666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333%;
  }
  .col-sm-push-11 {
    left: 91.666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333%;
  }
  .col-md-pull-2 {
    right: 16.666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333%;
  }
  .col-md-pull-5 {
    right: 41.666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333%;
  }
  .col-md-pull-8 {
    right: 66.666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333%;
  }
  .col-md-pull-11 {
    right: 91.666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333%;
  }
  .col-md-push-2 {
    left: 16.666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333%;
  }
  .col-md-push-5 {
    left: 41.666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333%;
  }
  .col-md-push-8 {
    left: 66.666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333%;
  }
  .col-md-push-11 {
    left: 91.666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333%;
  }
  .col-lg-pull-2 {
    right: 16.666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333%;
  }
  .col-lg-pull-5 {
    right: 41.666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333%;
  }
  .col-lg-pull-8 {
    right: 66.666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333%;
  }
  .col-lg-pull-11 {
    right: 91.666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333%;
  }
  .col-lg-push-2 {
    left: 16.666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333%;
  }
  .col-lg-push-5 {
    left: 41.666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333%;
  }
  .col-lg-push-8 {
    left: 66.666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333%;
  }
  .col-lg-push-11 {
    left: 91.666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px 12px;
  padding-bottom: 8px 12px;
  color: #444444;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px 12px;
  line-height: 1.428571;
  vertical-align: top;
  border-top: 1px solid #eff4f8;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #eff4f8;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #eff4f8;
}
.table .table {
  background-color: #f9fafc;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #eff4f8;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eff4f8;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9fafc;
}
.table-hover > tbody > tr:hover {
  background-color: #f4f5f9;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f4f5f9;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e4e6f0;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #43A047;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #00b182;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #31cff9;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #18c9f8;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #f17316;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #e0670d;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #d24636;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #c33b2c;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eff4f8;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #444444;
  border: 0;
  border-bottom: 1px solid #eff4f8;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571;
  color: #444444;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571;
  color: #444444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c1c8d0;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(94, 109, 179, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(94, 109, 179, 0.6);
}
.form-control::-moz-placeholder {
  color: #c1c8d0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c1c8d0;
}
.form-control::-webkit-input-placeholder {
  color: #c1c8d0;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eff4f8;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 44px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 4px 9px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 4px 9px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 5px 9px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.333333;
  border-radius: 0px;
}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 44px;
  line-height: 44px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 44px;
  min-height: 36px;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 1.333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #43A047;
}
.has-success .form-control {
  border-color: #43A047;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #388E3C;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #31ffc9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #31ffc9;
}
.has-success .input-group-addon {
  color: #43A047;
  border-color: #43A047;
  background-color: #43A047;
}
.has-success .form-control-feedback {
  color: #43A047;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f17316;
}
.has-warning .form-control {
  border-color: #f17316;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #c85c0c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7ad76;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7ad76;
}
.has-warning .input-group-addon {
  color: #f17316;
  border-color: #f17316;
  background-color: #f17316;
}
.has-warning .form-control-feedback {
  color: #f17316;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d24636;
}
.has-error .form-control {
  border-color: #d24636;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #ae3527;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e59389;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e59389;
}
.has-error .input-group-addon {
  color: #d24636;
  border-color: #d24636;
  background-color: #d24636;
}
.has-error .form-control-feedback {
  color: #d24636;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bdc4cc;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571;
  border-radius: 0px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #414658;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #414658;
  background-color: #eff4f8;
  border-color: #eff4f8;
}
.btn-default:focus, .btn-default.focus {
  color: #414658;
  background-color: #ccdce8;
  border-color: #96b7d1;
}
.btn-default:hover {
  color: #414658;
  background-color: #ccdce8;
  border-color: #c4d7e5;
}
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #414658;
  background-color: #ccdce8;
  border-color: #c4d7e5;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #414658;
  background-color: #b3cbde;
  border-color: #96b7d1;
}
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #eff4f8;
  border-color: #eff4f8;
}
.btn-default .badge {
  color: #eff4f8;
  background-color: #414658;
}
.btn-primary, .input-group-addon.btn-file {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.btn-primary:focus, .input-group-addon.btn-file:focus, .btn-primary.focus, .focus.input-group-addon.btn-file {
  color: #fff;
  background-color: #475597;
  border-color: #2f3863;
}
.btn-primary:hover, .input-group-addon.btn-file:hover {
  color: #fff;
  background-color: #475597;
  border-color: #445190;
}
.btn-primary:active, .input-group-addon.btn-file:active, .btn-primary.active, .active.input-group-addon.btn-file,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.input-group-addon.btn-file {
  color: #fff;
  background-color: #475597;
  border-color: #445190;
}
.btn-primary:active:hover, .input-group-addon.btn-file:active:hover, .btn-primary:active:focus, .input-group-addon.btn-file:active:focus, .btn-primary:active.focus, .input-group-addon.btn-file:active.focus, .btn-primary.active:hover, .active.input-group-addon.btn-file:hover, .btn-primary.active:focus, .active.input-group-addon.btn-file:focus, .btn-primary.active.focus, .active.focus.input-group-addon.btn-file,
.open > .btn-primary.dropdown-toggle:hover,
.open > .dropdown-toggle.input-group-addon.btn-file:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .dropdown-toggle.input-group-addon.btn-file:focus,
.open > .btn-primary.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.input-group-addon.btn-file {
  color: #fff;
  background-color: var(--theme-color)f;
  border-color: #2f3863;
}
.btn-primary:active, .input-group-addon.btn-file:active, .btn-primary.active, .active.input-group-addon.btn-file,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.input-group-addon.btn-file {
  background-image: none;
}
.btn-primary.disabled:hover, .disabled.input-group-addon.btn-file:hover, .btn-primary.disabled:focus, .disabled.input-group-addon.btn-file:focus, .btn-primary.disabled.focus, .disabled.focus.input-group-addon.btn-file, .btn-primary[disabled]:hover, [disabled].input-group-addon.btn-file:hover, .btn-primary[disabled]:focus, [disabled].input-group-addon.btn-file:focus, .btn-primary[disabled].focus, [disabled].focus.input-group-addon.btn-file,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .input-group-addon.btn-file:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .input-group-addon.btn-file:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .focus.input-group-addon.btn-file {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.btn-primary .badge, .input-group-addon.btn-file .badge {
  color: var(--theme-color);
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #388E3C;
  border-color: #004b37;
}
.btn-success:hover {
  color: #fff;
  background-color: #388E3C;
  border-color: #008d68;
}
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #388E3C;
  border-color: #008d68;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #007355;
  border-color: #004b37;
}
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #43A047;
  border-color: #43A047;
}
.btn-success .badge {
  color: #43A047;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #31cff9;
  border-color: #31cff9;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #07bff0;
  border-color: #0584a6;
}
.btn-info:hover {
  color: #fff;
  background-color: #07bff0;
  border-color: #07b7e6;
}
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #07bff0;
  border-color: #07b7e6;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #06a3cd;
  border-color: #0584a6;
}
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #31cff9;
  border-color: #31cff9;
}
.btn-info .badge {
  color: #31cff9;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f17316;
  border-color: #f17316;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #c85c0c;
  border-color: #803b08;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c85c0c;
  border-color: #be570b;
}
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c85c0c;
  border-color: #be570b;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a64c0a;
  border-color: #803b08;
}
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f17316;
  border-color: #f17316;
}
.btn-warning .badge {
  color: #f17316;
  background-color: #fff;
}
.btn-danger, .input-group-addon.fileinput-exists {
  color: #fff;
  background-color: #d24636;
  border-color: #d24636;
}
.btn-danger:focus, .input-group-addon.fileinput-exists:focus, .btn-danger.focus, .focus.input-group-addon.fileinput-exists {
  color: #fff;
  background-color: #ae3527;
  border-color: #702219;
}
.btn-danger:hover, .input-group-addon.fileinput-exists:hover {
  color: #fff;
  background-color: #ae3527;
  border-color: #a63225;
}
.btn-danger:active, .input-group-addon.fileinput-exists:active, .btn-danger.active, .active.input-group-addon.fileinput-exists,
.open > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.input-group-addon.fileinput-exists {
  color: #fff;
  background-color: #ae3527;
  border-color: #a63225;
}
.btn-danger:active:hover, .input-group-addon.fileinput-exists:active:hover, .btn-danger:active:focus, .input-group-addon.fileinput-exists:active:focus, .btn-danger:active.focus, .input-group-addon.fileinput-exists:active.focus, .btn-danger.active:hover, .active.input-group-addon.fileinput-exists:hover, .btn-danger.active:focus, .active.input-group-addon.fileinput-exists:focus, .btn-danger.active.focus, .active.focus.input-group-addon.fileinput-exists,
.open > .btn-danger.dropdown-toggle:hover,
.open > .dropdown-toggle.input-group-addon.fileinput-exists:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .dropdown-toggle.input-group-addon.fileinput-exists:focus,
.open > .btn-danger.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.input-group-addon.fileinput-exists {
  color: #fff;
  background-color: #912c20;
  border-color: #702219;
}
.btn-danger:active, .input-group-addon.fileinput-exists:active, .btn-danger.active, .active.input-group-addon.fileinput-exists,
.open > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.input-group-addon.fileinput-exists {
  background-image: none;
}
.btn-danger.disabled:hover, .disabled.input-group-addon.fileinput-exists:hover, .btn-danger.disabled:focus, .disabled.input-group-addon.fileinput-exists:focus, .btn-danger.disabled.focus, .disabled.focus.input-group-addon.fileinput-exists, .btn-danger[disabled]:hover, [disabled].input-group-addon.fileinput-exists:hover, .btn-danger[disabled]:focus, [disabled].input-group-addon.fileinput-exists:focus, .btn-danger[disabled].focus, [disabled].focus.input-group-addon.fileinput-exists,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .input-group-addon.fileinput-exists:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .input-group-addon.fileinput-exists:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .focus.input-group-addon.fileinput-exists {
  background-color: #d24636;
  border-color: #d24636;
}
.btn-danger .badge, .input-group-addon.fileinput-exists .badge {
  color: #d24636;
  background-color: #fff;
}
.btn-link {
  color: var(--theme-color);
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: var(--theme-color);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #c1c8d0;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.333333;
  border-radius: 0px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 4px 9px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/fonts/glyphicons-halflings-regular.eot");
  src: url("/assets/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/assets/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/assets/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/assets/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: normal;
  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";
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eff4f8;
  border: 1px solid #eff4f8;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right, .prtm-header .dropdown .dropdown-menu .dropdown-menu.caret,
.hover-drop .dropdown .dropdown-menu .dropdown-menu.caret {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eff4f8;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 32px;
  color: #444;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #c1c8d0;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571;
  color: inherit;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu, .prtm-header .dropdown .dropdown-menu .caret > .dropdown-menu,
.hover-drop .dropdown .dropdown-menu .caret > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.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 {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn 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: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #444444;
  text-align: center;
  background-color: #eff4f8;
  border: 1px solid #c1c8d0;
  border-radius: 0px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 4px 9px;
  font-size: 14px;
  border-radius: 0px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eff4f8;
}
.nav > li.disabled > a {
  color: #c1c8d0;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #c1c8d0;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eff4f8;
  border-color: var(--theme-color);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #eff4f8;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #eff4f8;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #414658;
  background-color: #f9fafc;
  border: 1px solid #eff4f8;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: var(--theme-color);
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #eff4f8;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #eff4f8;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f9fafc;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #f6f6f6;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #444444;
}
.navbar-default .navbar-nav > li > a {
  color: #444444;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: var(--theme-color);
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #414658;
  background-color: #eff4f8;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #eff4f8;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #414658;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f6f6f6;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #eff4f8;
  color: #414658;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #444444;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: var(--theme-color);
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #414658;
    background-color: #eff4f8;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #444444;
}
.navbar-default .navbar-link:hover {
  color: var(--theme-color);
}
.navbar-default .btn-link {
  color: #444444;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: var(--theme-color);
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: var(--theme-color);
  border-color: #5262ad;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #6a78b9;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #6a78b9;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #6a78b9;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #4c5ba1;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #6a78b9;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #5262ad;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #5262ad;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #6a78b9;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #6a78b9;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #ccc;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #444444;
}
.breadcrumb > .active {
  color: var(--theme-color);
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #eff4f8;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: var(--theme-color);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #eff4f8;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #444444;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5d6b79;
}
.label-primary {
  background-color: var(--theme-color);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #475597;
}
.label-success {
  background-color: #43A047;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #388E3C;
}
.label-info {
  background-color: #31cff9;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #07bff0;
}
.label-warning {
  background-color: #f17316;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #c85c0c;
}
.label-danger {
  background-color: #d24636;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #ae3527;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: var(--theme-color);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: var(--theme-color);
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #edf0f6;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #cbd4e5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571;
  background-color: #f9fafc;
  border: 1px solid #eff4f8;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #444444;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: var(--theme-color);
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #43A047;
  border-color: #43A047;
  color: #fff;
}
.alert-success hr {
  border-top-color: #00b182;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #31cff9;
  border-color: #31cff9;
  color: #fff;
}
.alert-info hr {
  border-top-color: #18c9f8;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #f17316;
  border-color: #f17316;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #e0670d;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #d24636;
  border-color: #d24636;
  color: #fff;
}
.alert-danger hr {
  border-top-color: #c33b2c;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #e6ebf0;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: var(--theme-color);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #43A047;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #31cff9;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f17316;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d24636;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right, .prtm-header .dropdown .dropdown-menu
.media > .caret,
.hover-drop .dropdown .dropdown-menu
.media > .caret {
  padding-left: 10px;
}
.media-left,
.media > .pull-left,
.media > .prtm-logo, .prtm-chat-wrap
.media > .msg-box, .prtm-chat-wrap
.media > input.send-msg-btn[type="submit"] {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eff4f8;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #444444;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #414658;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eff4f8;
  color: #c1c8d0;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #c1c8d0;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #444444;
}
.list-group-item-success {
  color: #43A047;
  background-color: #43A047;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #43A047;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #43A047;
  background-color: #00b182;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.list-group-item-info {
  color: #31cff9;
  background-color: #31cff9;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31cff9;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31cff9;
  background-color: #18c9f8;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31cff9;
  border-color: #31cff9;
}
.list-group-item-warning {
  color: #f17316;
  background-color: #f17316;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #f17316;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #f17316;
  background-color: #e0670d;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f17316;
  border-color: #f17316;
}
.list-group-item-danger {
  color: #d24636;
  background-color: #d24636;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #d24636;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #d24636;
  background-color: #c33b2c;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d24636;
  border-color: #d24636;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 20px 20px 20px 20px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 20px 20px 20px 20px;
  background-color: #ebebeb;
  border-top: 1px solid #eff4f8;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 20px 20px 20px 20px;
  padding-right: 20px 20px 20px 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #eff4f8;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #eff4f8;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #eff4f8;
}
.panel-default {
  border-color: #eff4f8;
}
.panel-default > .panel-heading {
  color: #414658;
  background-color: #eff4f8;
  border-color: #eff4f8;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eff4f8;
}
.panel-default > .panel-heading .badge {
  color: #eff4f8;
  background-color: #414658;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eff4f8;
}
.panel-primary {
  border-color: var(--theme-color);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: var(--theme-color);
}
.panel-primary > .panel-heading .badge {
  color: var(--theme-color);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: var(--theme-color);
}
.panel-success {
  border-color: #43A047;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #43A047;
}
.panel-success > .panel-heading .badge {
  color: #43A047;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #43A047;
}
.panel-info {
  border-color: #31cff9;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #31cff9;
  border-color: #31cff9;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #31cff9;
}
.panel-info > .panel-heading .badge {
  color: #31cff9;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #31cff9;
}
.panel-warning {
  border-color: #f17316;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #f17316;
  border-color: #f17316;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f17316;
}
.panel-warning > .panel-heading .badge {
  color: #f17316;
  background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f17316;
}
.panel-danger {
  border-color: #d24636;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #d24636;
  border-color: #d24636;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d24636;
}
.panel-danger > .panel-heading .badge {
  color: #d24636;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d24636;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #edf0f6;
  border: 1px solid #e1e6f0;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #eff4f8;
  border: 1px solid #eff4f8;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 60, 0.7) none repeat scroll 0 0;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #eff4f8;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #eff4f8;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #eff4f8;
  border: 1px solid #eff4f8;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #bbbbbb;
  border-top-color: fadein(#eee, 5%);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #bbbbbb;
  border-right-color: fadein(#eee, 5%);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #bbbbbb;
  border-bottom-color: fadein(#eee, 5%);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #bbbbbb;
  border-left-color: fadein(#eee, 5%);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .prtm-main .prtm-content-wrapper:before, .chart-warpper:before,
.prtm-content:before, .example:before, .clearfix:after, .prtm-main .prtm-content-wrapper:after, .chart-warpper:after,
.prtm-content:after, .example:after {
  content: " ";
  display: table;
}
.clearfix:after, .prtm-main .prtm-content-wrapper:after, .chart-warpper:after,
.prtm-content:after, .example:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right, .prtm-header .dropdown .dropdown-menu .caret,
.hover-drop .dropdown .dropdown-menu .caret {
  float: right !important;
}
.pull-left, .prtm-logo, .prtm-chat-wrap .msg-box, .prtm-chat-wrap input.send-msg-btn[type="submit"] {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*================ Global files import ================*/
.rounded {
  border-radius: 10em !important;
}
.circle {
  border-radius: 100%;
}
.no-radius {
  border-radius: 0px;
}
.border-list-xs li {
  border-radius: 5px;
}
/*============ Border radius classes ================*/
.border-rad-none {
  border-radius: 0px;
}
.border-rad-xs {
  border-radius: 5px;
}
.border-rad-sm {
  border-radius: 10px;
}
/*================ Layouts ================*/
.display-b, .prtm-header .nav.navbar-nav .prtm-mega-menu .prtm-mega-menu-wrap ul > li > a, .prtm-header .dropdown-menu.animated:before,
.hover-drop .dropdown-menu.animated:before, .prtm-sidebar, .prtm-sidebar .prtm-sidebar-menu .sub-menu li a, .sidebar-menu > li > a, .sidebar-nav, .chat-list-sidebar ul.nav.nav-tabs.prtm-large-tabs li a, .example #nouislider1-span {
  display: block;
}
.display-i {
  display: inline;
}
.display-ib, .dropdown-icon:after, .dropdown-icon:before, .dropdown-arrow:after, .dropdown-arrow:before, .prtm-to-do li span, .overlay-link, .fixed-btn, .prtm-wheather-widget .city-active, .prtm-wheather-widget .wheather-list-wrap .feature-box-list {
  display: inline-block;
}
.display-tb {
  display: table;
}
.display-tbc {
  display: table-cell;
}
.over-auto {
  overflow: auto;
}
.over-hidden {
  overflow: hidden;
}
.over-scroll {
  overflow: scroll;
}
.clear {
  display: block;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }
  .pull-lg-right {
    float: right;
  }
  .pull-lg-none {
    float: none;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }
  .pull-md-right {
    float: right;
  }
  .pull-md-none {
    float: none;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }
  .pull-sm-right {
    float: right;
  }
  .pull-sm-none {
    float: none;
  }
}
.pull-xs-left {
  float: left;
}
.pull-xs-right {
  float: right;
}
.pull-xs-none {
  float: none;
}
/*============== Position common class ==============*/
.pos-relative, .overlay-wrap, .prtm-sidebar, .sidebar-menu li, .prtm-pie-chart {
  position: relative;
}
.pos-absolute, .prtm-header .dropdown-menu.animated:before,
.hover-drop .dropdown-menu.animated:before, .prtm-sidebar .prtm-sidebar-menu .badge, .prtm-sidebar .prtm-sidebar-menu .has-children > a:after, .dropdown-icon:after, .dropdown-icon:before, .dropdown-arrow:after, .dropdown-arrow:before, .slick-arrow, .sent-msg .arrow-box-right:after, .prtm-pie-chart span {
  position: absolute;
}
.pos-fixed {
  position: fixed;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.overlay-wrap img {
  width: 100%;
}
.hover-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
/*================== Typography common class ==================*/
.nowrap {
  white-space: nowrap;
}
.break-word {
  word-wrap: break-word;
}
.font-xs {
  font-size: 12px !important;
}
.font-lg {
  font-size: 16px;
}
.font-sm {
  font-size: 14px !important;
}
.font-md {
  font-size: 18px;
}
.font-2x {
  font-size: 2em;
}
.font-3x {
  font-size: 3em;
}
.font-4x {
  font-size: 4em !important;
}
.font-5x {
  font-size: 5em;
}
.text-secondary {
  color: #fd7b6c;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.link-muted {
  color: #444444;
}
.link-muted:hover, .link-muted:focus {
  color: var(--theme-color);
  text-decoration: none;
}
.link-inverted {
  color: #fff;
}
.link-inverted:hover, .link-inverted:focus {
  color: #fff;
  text-decoration: none;
}
/*=============== Margin padding classes ==============*/
.mrgn-all-none, .prtm-page-bar h3, .prtm-card-wrapper .graph .progress, .prtm-card-wrapper .order .progress, .prtm-card-wrapper .invoices .progress, .prtm-card-wrapper .tickets .progress, .chat-list-sidebar ul.nav.nav-tabs.prtm-large-tabs li a {
  margin: 0px;
}
.mrgn-b-none {
  margin-bottom: 0px;
}
.mrgn-l-none {
  margin-left: 0px;
}
.mrgn-r-none {
  margin-right: 0px;
}
.mrgn-lr-none {
  margin-left: 0px;
  margin-right: 0px;
}
.mrgn-tb-none {
  margin-bottom: 0px;
  margin-top: 0px;
}
.td-mrgn-all-none td {
  margin: 0px !important;
}
.th-mrgn-all-none th {
  margin: 0px !important;
}
.mrgn-all-xs {
  margin: 10px;
}
.mrgn-b-xs, .example #nouislider1-span {
  margin-bottom: 10px;
}
.mrgn-l-xs {
  margin-left: 10px;
}
.mrgn-r-xs {
  margin-right: 10px;
}
.mrgn-lr-xs {
  margin-left: 10px;
  margin-right: 10px;
}
.mrgn-tb-xs {
  margin-bottom: 10px;
  margin-top: 10px;
}
.td-mrgn-all-xs td {
  margin: 10px !important;
}
.th-mrgn-all-xs th {
  margin: 10px !important;
}
.mrgn-all-sm {
  margin: 15px;
}
.mrgn-b-sm {
  margin-bottom: 15px;
}
.mrgn-l-sm {
  margin-left: 15px;
}
.mrgn-r-sm {
  margin-right: 15px;
}
.mrgn-lr-sm {
  margin-left: 15px;
  margin-right: 15px;
}
.mrgn-tb-sm {
  margin-bottom: 15px;
  margin-top: 15px;
}
.td-mrgn-all-sm td {
  margin: 15px !important;
}
.th-mrgn-all-sm th {
  margin: 15px !important;
}
.mrgn-all-md {
  margin: 20px;
}
.mrgn-b-md, .example #nouislider,
.example #nouislider1,
.example #nouislider2,
.example #nouislider3,
.example #nouislider4, .prtm-wheather-widget .wheather-list-wrap .feature-box-list img {
  margin-bottom: 20px;
}
.mrgn-l-md {
  margin-left: 20px;
}
.mrgn-r-md {
  margin-right: 20px;
}
.mrgn-lr-md {
  margin-left: 20px;
  margin-right: 20px;
}
.mrgn-tb-md {
  margin-bottom: 20px;
  margin-top: 20px;
}
.td-mrgn-all-md td {
  margin: 20px !important;
}
.th-mrgn-all-md th {
  margin: 20px !important;
}
.mrgn-all-lg {
  margin: 30px;
}
.mrgn-b-lg, .prtm-wheather-widget .city-active {
  margin-bottom: 30px;
}
.mrgn-l-lg {
  margin-left: 30px;
}
.mrgn-r-lg {
  margin-right: 30px;
}
.mrgn-lr-lg {
  margin-left: 30px;
  margin-right: 30px;
}
.mrgn-tb-lg {
  margin-bottom: 30px;
  margin-top: 30px;
}
.td-mrgn-all-lg td {
  margin: 30px !important;
}
.th-mrgn-all-lg th {
  margin: 30px !important;
}
.pad-all-none, .square-15, .square-30, .square-40, .square-50, .square-85, .square-100, .prtm-header .nav.navbar-nav .dropdown-menu {
  padding: 0px;
}
.pad-b-none {
  padding-bottom: 0px;
}
.pad-l-none {
  padding-left: 0px;
}
.pad-r-none {
  padding-right: 0px;
}
.pad-lr-none {
  padding-left: 0px;
  padding-right: 0px;
}
.pad-tb-none {
  padding-bottom: 0px;
  padding-top: 0px;
}
.td-pad-all-none td {
  padding: 0px !important;
}
.th-pad-all-none th {
  padding: 0px !important;
}
.pad-all-xs, .prtm-page-bar {
  padding: 10px;
}
.pad-b-xs {
  padding-bottom: 10px;
}
.pad-l-xs {
  padding-left: 10px;
}
.pad-r-xs {
  padding-right: 10px;
}
.pad-lr-xs {
  padding-left: 10px;
  padding-right: 10px;
}
.pad-tb-xs {
  padding-bottom: 10px;
  padding-top: 10px;
}
.td-pad-all-xs td {
  padding: 10px !important;
}
.th-pad-all-xs th {
  padding: 10px !important;
}
.pad-all-sm {
  padding: 15px;
}
.pad-b-sm {
  padding-bottom: 15px;
}
.pad-l-sm {
  padding-left: 15px;
}
.pad-r-sm {
  padding-right: 15px;
}
.pad-lr-sm {
  padding-left: 15px;
  padding-right: 15px;
}
.pad-tb-sm {
  padding-bottom: 15px;
  padding-top: 15px;
}
.td-pad-all-sm td {
  padding: 15px !important;
}
.th-pad-all-sm th {
  padding: 15px !important;
}
.pad-all-md, .custom-accordions .panel-heading {
  padding: 20px;
}
.pad-b-md {
  padding-bottom: 20px;
}
.pad-l-md {
  padding-left: 20px;
}
.pad-r-md {
  padding-right: 20px;
}
.pad-lr-md {
  padding-left: 20px;
  padding-right: 20px;
}
.pad-tb-md {
  padding-bottom: 20px;
  padding-top: 20px;
}
.td-pad-all-md td {
  padding: 20px !important;
}
.th-pad-all-md th {
  padding: 20px !important;
}
.pad-all-lg, .chat-list-sidebar ul.nav.nav-tabs.prtm-large-tabs li a {
  padding: 30px;
}
.pad-b-lg {
  padding-bottom: 30px;
}
.pad-l-lg, .basic-accordions .panel-heading .accordion-toggle .accordion-title {
  padding-left: 30px;
}
.pad-r-lg {
  padding-right: 30px;
}
.pad-lr-lg, .prtm-sidebar .prtm-sidebar-menu .sidebar-title {
  padding-left: 30px;
  padding-right: 30px;
}
.pad-tb-lg {
  padding-bottom: 30px;
  padding-top: 30px;
}
.td-pad-all-lg td {
  padding: 30px !important;
}
.th-pad-all-lg th {
  padding: 30px !important;
}
/*=============== Prtm block no gutter ==============*/
div.prtm-block-no-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 480px) {
  div.prtm-block-no-gutter {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.no-background {
  background-color: transparent;
}
.bg-facebook {
  background: #496dae;
}
.bg-youtube {
  background: #ca1b00;
}
.bg-twitter {
  background: #00bbf1;
}
.bg-google {
  background: #66c376;
}
.bg-secondary {
  background-color: #fd7b6c;
  border-color: #fd7b6c;
  color: #fff;
}
a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: #fc4e3a;
  border-color: #fc4e3a;
  color: #fff;
  text-decoration: none;
}
.bg-inverse {
  background-color: #414658;
  border-color: #414658;
  color: #fff;
}
a.bg-inverse:hover,
a.bg-inverse:focus {
  background-color: #2b2f3b;
  border-color: #2b2f3b;
  color: #fff;
  text-decoration: none;
}
.bg-base {
  background-color: #444444;
  border-color: #444444;
  color: #fff;
}
a.bg-base:hover,
a.bg-base:focus {
  background-color: #5d6b79;
  border-color: #5d6b79;
  color: #fff;
  text-decoration: none;
}
.bg-reverse {
  background-color: #fff;
  border-color: #414658;
  color: #414658;
}
a.bg-reverse:hover,
a.bg-reverse:focus {
  background-color: #e6e6e6;
  border-color: #2b2f3b;
  color: #414658;
  text-decoration: none;
}
.bg-default, .file-field-label {
  background-color: #f9fafc;
  border-color: #eff4f8;
  color: #414658;
}
a.bg-default:hover, a.file-field-label:hover,
a.bg-default:focus,
a.file-field-label:focus {
  background-color: #d7deeb;
  border-color: #ccdce8;
  color: #414658;
  text-decoration: none;
}
/*================= Custom theme files ================*/
/*=============================================
2.0 Base layout
==============================================*/
/*=================== Top bar ========================*/
.desktop .prtm-content-wrapper,
.mobile .prtm-content-wrapper {
  -webkit-transition: margin 0.3s ease 0s;
  -o-transition: margin 0.3s ease 0s;
  transition: margin 0.3s ease 0s;
}
.prtm-main .prtm-content-wrapper {
  position: relative;
}
.prtm-main .prtm-content-wrapper .prtm-content {
  background: #f9fafc;
  float: left;
  padding: 15px 15px 35px;
  visibility: visible;
  width: 100%;
}
.desktop .prtm-content-wrapper {
  margin-left: 280px;
}
.prtm-logo {
  width: 217px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}
.navbar {
  background-color: var(--theme-color);
  border: none;
}
.prtm-search-icon .prtm-navbar-search {
  background: var(--theme-color);
  bottom: 0;
  height: 100vh;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.2, 0.2);
      -ms-transform: scale(0.2, 0.2);
       -o-transform: scale(0.2, 0.2);
          transform: scale(0.2, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
}
.prtm-search-icon .prtm-close-button {
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 1;
}
.prtm-search-icon .prtm-search-form {
  font-size: 40px;
  bottom: 0;
  height: 87px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 100%;
  width: 575px;
}
.prtm-search-icon .prtm-search-form-title {
  color: #fff;
  font-size: 36px;
}
.prtm-search-icon .prtm-search-area {
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg=="), progress;
  height: 100%;
  position: absolute;
  width: 100%;
}
.prtm-search-icon .prtm-search-form-title {
  display: inline-block;
  padding-bottom: 15px;
  padding-right: 20px;
  position: relative;
  vertical-align: middle;
}
.prtm-search-icon .prtm-search-form input[type="text"] {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: inherit;
  height: auto;
  width: 95%;
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  display: inline-block;
  letter-spacing: -0.02em;
  margin-left: -55px;
  max-width: inherit;
  padding: 0 0 15px 55px;
  outline: none;
  position: relative;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
.prtm-search-icon .prtm-search-form input[type="text"] :focus {
  outline: none;
}
.prtm-search-icon .prtm-navbar-search.active {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
  visibility: visible;
}
.prtm-header {
  position: relative;
  z-index: 1040;
}
.prtm-header .navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.prtm-header .nav.navbar-nav > li > a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  height: 61px;
  line-height: 61px;
  padding: 0 6px 0 15px;
  background: transparent;
}
.prtm-header .navbar-default .navbar-nav > .open > a,
.prtm-header .navbar-default .navbar-nav > .open > a:hover,
.prtm-header .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
}
.prtm-header .nav.navbar-nav li + li {
  margin-left: 10px;
}
.prtm-header .nav.navbar-nav .dropdown-menu li + li {
  margin: 0;
}
.prtm-header .nav.navbar-nav:first-child {
  padding-left: 30px;
}
.prtm-header .nav.navbar-nav i {
  font-size: 22px;
  vertical-align: middle;
}

.prtm-header .prtm-search-icon i.fa {
  font-size: 12px;
  border-radius: 5px;
  color: #fff;
  margin-top: 1em;
  padding: 12px 10px;
}

.prtm-header .navbar-header .navbar-brand {
  height: auto;
  padding-left: 15px;
}
.prtm-header .navbar-header .prtm-bars {
  font-size: 33px;
  color: #fff;
  height: 61px;
  line-height: 61px;
}
.prtm-header .nav.navbar-nav .dropdown-menu i {
  font-size: 18px;
  margin-right: 8px;
}
    .prtm-header .nav.navbar-nav .dropdown-menu > li {
        background-color: #fff;
        border-bottom: 1px solid #eeeeee;
    }
.prtm-header .nav.navbar-nav .dropdown-menu > li:last-child {
  border-bottom: none;
}

.prtm-header .nav.navbar-nav .dropdown-menu .progress {
  margin-bottom: 0;
}
.prtm-header .nav.navbar-nav .dropdown-menu .drop-title:hover {
  color: #414658;
}
.prtm-header .nav.navbar-nav .dropdown-custom li:hover p,
.prtm-header .nav.navbar-nav .dropdown-custom li:hover span.notification-icon i,
.prtm-header .nav.navbar-nav .dropdown-custom li:hover h6 {
  color: #fff;
}
.prtm-header .nav.navbar-nav .dropdown-custom li .user-content {
  margin: 0 0 0 10px;
}
.prtm-header .nav.navbar-nav .dropdown-custom li .notification-ago {
  position: absolute;
  right: 15px;
}
.prtm-header .nav.navbar-nav .dropdown-custom li .notification-title {
  font-width: 600;
}
.prtm-header .nav.navbar-nav .dropdown-notifi {
  width: 350px;
}
.prtm-header .nav.navbar-nav .dropdown-notifi .drop-title {
  display: inline-block;
}
.prtm-header .nav.navbar-nav .drop-title {
  display: block;
  padding: 11px 0 16px 20px;
}
.prtm-header .nav.navbar-nav .prtm-mega-menu {
  width: 1000px;
}
.prtm-header .nav.navbar-nav .prtm-mega-menu .prtm-mega-menu-wrap ul > li > a {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  color: #414658;
  -webkit-transition: padding 0.2s linear 0s;
  -o-transition: padding 0.2s linear 0s;
  transition: padding 0.2s linear 0s;
}
.prtm-header .nav.navbar-nav .prtm-mega-menu .prtm-mega-menu-wrap ul > li > a:hover {
  background: var(--theme-color);
  color: #fff;
  padding-left: 15px;
}
.prtm-header .nav.navbar-nav .prtm-mega-menu .prtm-mega-menu-wrap h4 {
  padding: 0;
  color: #414658;
  letter-spacing: 0.1em;
}
.prtm-header span.caret {
  margin-left: 8px;
}
.prtm-header .c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 8px;
  padding: 0;
  width: 38px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.prtm-header .c-hamburger:focus {
  outline: none;
}
.prtm-header .c-hamburger span {
  display: block;
  position: absolute;
  top: 25px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: #fff;
}
.prtm-header .c-hamburger span::before,
.prtm-header .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}
.prtm-header .c-hamburger span::before {
  top: 10px;
}
.prtm-header .c-hamburger span::after {
  bottom: 10px;
}
.prtm-header .c-hamburger--htra {
  background-color: transparent;
}
.prtm-header .c-hamburger--htra span {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
  -moz-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
}
.prtm-header .c-hamburger--htra span::before {
  -webkit-transition: width 0.2s, top 0.2s, -webkit-transform 0.2s;
  transition: width 0.2s, top 0.2s, -webkit-transform 0.2s;
  -o-transition: width 0.2s, top 0.2s, -o-transform 0.2s;
  transition: transform 0.2s, width 0.2s, top 0.2s;
  transition: transform 0.2s, width 0.2s, top 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
  -ms-transition: transform 0.2s, width 0.2s, top 0.2s;
  -webkit-transition: transform 0.2s, width 0.2s, top 0.2s;
  -moz-transition: transform 0.2s, width 0.2s, top 0.2s;
  -o-transition: transform 0.2s, width 0.2s, top 0.2s;
}
.prtm-header .c-hamburger--htra span::after {
  -webkit-transition: width 0.2s, bottom 0.2s, -webkit-transform 0.2s;
  transition: width 0.2s, bottom 0.2s, -webkit-transform 0.2s;
  -o-transition: width 0.2s, bottom 0.2s, -o-transform 0.2s;
  transition: transform 0.2s, width 0.2s, bottom 0.2s;
  transition: transform 0.2s, width 0.2s, bottom 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
  -ms-transition: transform 0.2s, width 0.2s, bottom 0.2s;
  -webkit-transition: transform 0.2s, width 0.3s, bottom 0.2s;
  -moz-transition: transform 0.2s, width 0.3s, bottom 0.2s;
  -o-transition: transform 0.2s, width 0.2s, bottom 0.2s;
}
.prtm-header .c-hamburger--htra.is-active span::before,
.prtm-header .c-hamburger--htra.is-active span::after {
  width: 54%;
}
.prtm-header .c-hamburger--htra.is-active span::before {
  top: 0;
  transform: translateX(20px) translateY(7px) rotate(-45deg);
  -moz-transform: translateX(20px) translateY(7px) rotate(-45deg);
  -o-transform: translateX(20px) translateY(7px) rotate(-45deg);
  -webkit-transform: translateX(20px) translateY(7px) rotate(-45deg);
  -ms-transform: translateX(20px) translateY(7px) rotate(-45deg);
}
.prtm-header .c-hamburger--htra.is-active span::after {
  bottom: 0;
  transform: translateX(20px) translateY(-7px) rotate(45deg);
  -ms-transform: translateX(20px) translateY(-7px) rotate(45deg);
  -o-transform: translateX(20px) translateY(-7px) rotate(45deg);
  -webkit-transform: translateX(20px) translateY(-7px) rotate(45deg);
  -moz-transform: translateX(20px) translateY(-7px) rotate(45deg);
}
.prtm-header .prtm-header .c-hamburger--htra.is-active span {
  right: 1px;
}
.prtm-header .navbar-toggle {
  padding: 0;
}
.prtm-header .navbar-toggle:after {
  color: #fff;
  content: '\f2bd';
  font-family: 'FontAwesome';
  font-size: 27px;
}
.prtm-header .navbar-toggle:hover {
  background-color: transparent;
}
.prtm-header .navbar-toggle span {
  display: none;
}
.prtm-search {
  display: inline-block;
  position: relative;
  height: 15px;
  width: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3px 8px 7px 0px;
  padding: 2px 2px 2px 8px;
  border: 3px solid #444444;
  border-radius: 25px;
  cursor: text;
}
.prtm-search:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 8px;
  right: -5px;
  top: 8px;
  background: #444444;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.prtm-search.active,
.prtm-search:hover {
  width: 170px;
  margin-right: 0px;
  height: 25px;
}
.prtm-search.active:after,
.prtm-search:hover:after {
  height: 0px;
}
.prtm-search input {
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  outline-width: 0px;
}

/*=================== Dropdown Hover ========================*/

.prtm-header .dropdown-menu .dropdown-menu,
.hover-drop .dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0;
  right: auto;
  top: -1px;
}
.prtm-header .dropdown-menu.animated,
.hover-drop .dropdown-menu.animated {
  -webkit-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.prtm-header .dropdown-menu.animated:before,
.hover-drop .dropdown-menu.animated:before {
  content: " ";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.prtm-header .dropdown-menu > li.open > a,
.hover-drop .dropdown-menu > li.open > a {
  text-decoration: none;
}
.prtm-header .dropdownhover-top,
.hover-drop .dropdownhover-top {
  margin-bottom: 2px;
  margin-top: 0;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
       -o-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.prtm-header .dropdownhover-top .dropdown-menu,
.hover-drop .dropdownhover-top .dropdown-menu {
  bottom: -1px;
  top: auto;
}
.prtm-header .dropdownhover-bottom,
.hover-drop .dropdownhover-bottom {
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
       -o-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.prtm-header .dropdownhover-left,
.hover-drop .dropdownhover-left {
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.prtm-header .dropdownhover-right,
.hover-drop .dropdownhover-right {
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.prtm-header .dropdown .dropdown-menu .caret,
.hover-drop .dropdown .dropdown-menu .caret {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-top: 6px;
}
.prtm-header .dropdown-menu-right .dropdown-menu,
.prtm-header .navbar-right .dropdown-menu .dropdown-menu,
.prtm-header .pull-right .dropdown-menu .dropdown-menu, .prtm-header .dropdown .dropdown-menu .caret .dropdown-menu .dropdown-menu,
.hover-drop .dropdown .dropdown-menu
.prtm-header .caret .dropdown-menu .dropdown-menu,
.hover-drop .dropdown-menu-right .dropdown-menu,
.hover-drop .navbar-right .dropdown-menu .dropdown-menu,
.hover-drop .pull-right .dropdown-menu .dropdown-menu, .prtm-header .dropdown .dropdown-menu
.hover-drop .caret .dropdown-menu .dropdown-menu, .hover-drop .dropdown .dropdown-menu .caret .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}
.prtm-header .navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.hover-drop .navbar-fixed-bottom .dropdown-menu .dropdown-menu {
  bottom: -1px;
  top: auto;
}
.prtm-header .navbar-nav > li > .dropdown-menu,
.hover-drop .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
}
.prtm-header .navbar-toggle .icon-bar,
.hover-drop .navbar-toggle .icon-bar {
  background-color: #fff;
}
/*=================== Responsive navbar ========================*/
@media (max-width: 992px) {
  .prtm-sidebar {
    overflow-y: auto;
    position: absolute;
    z-index: 999;
  }
  .prtm-fixed-header.mobile .prtm-sidebar {
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 60px 0 0 0;
    position: fixed;
    right: 0;
    top: 0;
  }
}
@media (min-width: 993px) {
  .prtm-sidebar-closed .prtm-content-wrapper {
    margin-left: 63px;
  }
  .prtm-sidebar-closed .prtm-logo {
    width: 0;
  }
  /*=================== On closed sidebar -- hover effect ========================*/
  .prtm-sidebar.collapse .sidebar-menu li span,
  .prtm-sidebar.collapse .sidenav-heading {
    height: 0;
    left: -300%;
    border: none;
    opacity: 0;
    position: absolute;
  }
  .prtm-sidebar-closed .sidebar-nav {
    text-align: center;
  }
  .prtm-sidebar-closed .sidebar-nav .has-children {
    position: relative;
  }
  .prtm-sidebar-closed .sidebar-nav .has-children:hover > .sub-menu {
    display: block !important;
    width: 250px;
    background-color: var(--theme-color);
    left: 100%;
    z-index: 10005;
    top: 0;
    padding: 0;
    position: absolute;
    text-align: left;
  }
  .prtm-sidebar-closed .sidebar-nav .has-children:hover > .sub-menu a span {
    position: relative;
    color: #c5cae5;
    height: auto;
    left: 0;
    opacity: 1;
  }
  .prtm-sidebar-closed .sidebar-nav .has-children:hover > .sub-menu .badge {
    display: none;
  }
  .prtm-sidebar-closed .sidebar-nav .has-children:hover > .sub-menu a {
    padding: 15px 20px;
  }
  .prtm-sidebar-closed .sidebar-nav .has-children:hover > .sub-menu a:hover {
    background: var(--theme-color);
  }
  .prtm-sidebar-closed .sidebar-nav .has-children:hover > .sub-menu a:hover span {
    color: #fff;
    opacity: 1;
  }
  .prtm-sidebar-closed .sidebar-nav > ul > li {
    border-bottom: 1px solid #eaebed;
  }
  .prtm-sidebar-closed .prtm-sidebar,
  .prtm-sidebar-closed .prtm-sidebar-back {
    width: 63px;
  }
  .prtm-sidebar-closed .prtm-content-wrapper {
    margin-left: 63px;
  }
  .prtm-sidebar-closed .prtm-sidebar .prtm-sparkline,
  .prtm-sidebar-closed .prtm-sidebar .prtm-sidebar-menu .has-children a::after {
    opacity: 0;
    right: 0;
  }
  .prtm-sidebar-closed .sidebar-menu > li > a {
    display: block;
    line-height: 35px;
    padding: 10px 20px;
  }
  .prtm-sidebar-closed .sidebar-menu > li > a i {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3);
    margin: 0;
  }
}
/*======================== Pratham sidebar css =======================*/
.sidebar-menu li span,
.sidenav-heading {
  height: auto;
  position: relative;
}
.prtm-sidebar {
    background-color: #fff;
    float: left;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.prtm-sidebar .prtm-sidebar-menu i {
  margin-right: 20px;
  font-size: 18px;
  min-width: 20px;
}
.prtm-sidebar .prtm-sidebar-menu .badge {
  right: 30px;
  top: 6px;
}
.prtm-sidebar .prtm-sidebar-menu .sub-menu li a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  color: #444444;
  text-decoration: none;
}
.prtm-sidebar .prtm-sidebar-menu .sub-menu li a:hover {
  color: #fff;
}
.prtm-sidebar .prtm-sidebar-menu .sub-menu span {
  text-transform: capitalize;
}

.prtm-sidebar .prtm-sidebar-menu .has-children .has-children > a:after {
  top: 6px;
}
.prtm-sidebar .prtm-sidebar-menu .has-children.opened > a::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.prtm-sidebar .prtm-sidebar-menu .has-children.active > a:after,
.prtm-sidebar .prtm-sidebar-menu .has-children.active > a,
.prtm-sidebar .prtm-sidebar-menu .has-children > a:hover::after {
  color: #fff;
}
.prtm-sidebar .prtm-sidebar-menu .sidebar-title {
  margin-top: 25px;
}
.prtm-sidebar .prtm-sidebar-menu .sidebar-title:first-child {
  margin-top: 0px;
}
.sidenav-heading {
  padding: 10px 30px;
  font-weight: 700;
  margin-top: 10px;
  color: #444444;
}
.sidebar-nav {
  height: auto;
}
    .sidebar-nav .has-children a:hover,
    .sidebar-nav .has-children a:hover svg{
        color: var(--theme-color);
    }
.sidebar-nav .has-children .has-children a:hover::after,
.sidebar-nav .has-children .has-children a.active::after {
  color: inherit;
}
.sidebar-menu li.active > a {
  background-color: var(--theme-color);
  color: #fff;
}
.sidebar-menu li > a.active {
  font-weight: 700;
}
/*======================== Sidebar at right =======================*/
@media (min-width: 993px) {
  .prtm-sidebar-right .prtm-main .prtm-sidebar {
    float: right;
  }
  .prtm-sidebar-right .prtm-main .prtm-sidebar-back {
    right: 0;
    left: inherit;
  }
  .prtm-sidebar-right .prtm-main .prtm-content-wrapper {
    margin-left: 0;
    margin-right: 280px;
  }
  .prtm-sidebar-right .prtm-main .prtm-content {
    float: right;
  }
  .prtm-sidebar-right .prtm-bars {
    position: absolute;
    right: 5px;
  }
  .prtm-sidebar-right #navbar {
    margin-right: 63px;
  }
  .prtm-sidebar-right .prtm-logo {
    width: auto;
  }
  .prtm-sidebar-right .prtm-sidebar.collapse .sidebar-menu li span,
  .prtm-sidebar-right .prtm-sidebar.collapse .sidenav-heading {
    right: -300%;
    left: inherit;
  }
  .prtm-sidebar-right .c-hamburger--htra.is-active span::before {
    -webkit-transform: translateX(-2px) translateY(6px) rotate(41deg);
        -ms-transform: translateX(-2px) translateY(6px) rotate(41deg);
         -o-transform: translateX(-2px) translateY(6px) rotate(41deg);
            transform: translateX(-2px) translateY(6px) rotate(41deg);
  }
  .prtm-sidebar-right .c-hamburger--htra.is-active span::after {
    -webkit-transform: translateX(-2px) translateY(-6px) rotate(-43deg);
        -ms-transform: translateX(-2px) translateY(-6px) rotate(-43deg);
         -o-transform: translateX(-2px) translateY(-6px) rotate(-43deg);
            transform: translateX(-2px) translateY(-6px) rotate(-43deg);
  }
}
.prtm-sidebar-right.prtm-sidebar-closed .prtm-content-wrapper {
  margin-right: 63px;
}
.prtm-sidebar-closed.prtm-sidebar-right .sidebar-nav .has-children:hover > .sub-menu {
  left: inherit;
  right: 100%;
}
@media (max-width: 992px) {
  .navbar-header {
    float: none;
    margin-right: -15px;
  }
  .nav.navbar-left,
  .nav.navbar-right {
    float: none;
    margin: 0;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .collapse.in {
    display: block !important;
  }
  /*================== Responsive Header ==========*/
  .prtm-header .nav.navbar-nav > li > a {
    display: block;
    padding-left: 0;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #fff;
  }
  .prtm-header .nav.navbar-nav > li > a:hover {
    background: transparent;
  }
  .prtm-header .nav.navbar-nav:first-child {
    padding: 0;
  }
  .prtm-header .nav.navbar-nav li + li {
    margin: 0;
  }
  .prtm-header .nav.navbar-nav .dropdown-menu,
  .prtm-header .nav.navbar-nav .prtm-mega-menu {

    width: 100%;
    color: #fff;
  }
  .prtm-header .nav.navbar-nav .dropdown-menu > li > a,
  .prtm-header .nav.navbar-nav .prtm-mega-menu > li > a {
    border: none;
    color: #fff;
  }
  .prtm-header .nav.navbar-nav .dropdown-menu a,
  .prtm-header .nav.navbar-nav .prtm-mega-menu a {
    color: #fff;
  }
  .prtm-header .nav.navbar-nav .dropdown-menu .prtm-mega-menu-wrap ul > li > a,
  .prtm-header .nav.navbar-nav .prtm-mega-menu .prtm-mega-menu-wrap ul > li > a {
    color: #fff;
    background: transparent;
    padding-left: 0;
  }
  .prtm-header .nav.navbar-nav .dropdown-menu .prtm-mega-menu-wrap ul > li > a:hover,
  .prtm-header .nav.navbar-nav .prtm-mega-menu .prtm-mega-menu-wrap ul > li > a:hover {
    padding-left: 0;
  }
  .prtm-header #navbar > ul > li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prtm-header .prtm-search-icon {
    margin-left: 15px;
    padding-left: inherit;
    padding-right: inherit;
  }
  .prtm-header .c-hamburger {
    position: absolute;
  }
  .navbar-toggle {
    background-color: transparent;
  }
  .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    background-color: transparent;
  }
  .prtm-logo {
    margin-left: 60px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width:160px;
  }
  .mobile .prtm-sidebar {
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
  }

  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.dropdown-icon {
  top: 30px;
}
.dropdown-icon:after, .dropdown-icon:before {
  content: '';
}
.dropdown-icon:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  right: 8%;
  top: -7px;
}
.dropdown-icon:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 8.6%;
  top: -6px;
}
.dropdown-arrow {
  right: -11px;
  top: 25px;
}
.dropdown-arrow:after, .dropdown-arrow:before {
  content: '';
}
.dropdown-arrow:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  right: 8%;
  top: -7px;
}
.dropdown-arrow:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 8.6%;
  top: -6px;
}
@media only screen and (max-width: 666px) {
  .prtm-search-icon .prtm-search-form-title,
  .prtm-search-icon .prtm-search-form {
    font-size: 28px;
  }
  .prtm-search-icon .prtm-search-form {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 375px) {
  .prtm-header .prtm-logo {
    margin-left: 30px;
  }
}
@media (max-width: 320px) {
  .prtm-search-icon .prtm-search-form-title,
  .prtm-search-icon .prtm-search-form {
    font-size: 20px;
  }
}
/*================== Search box placeholder ==========*/
.prtm-search-form > input::-moz-placeholder {
  opacity: 1;
}
.prtm-search-form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
/*================== For mobile layout  ==========*/
.prtm-back-icon {
  display: none;
}
@media (max-width: 992px) {
  .right-menu-in .prtm-back-icon,
  .left-menu-in .prtm-back-icon {
    display: block;
  }
  .right-menu-in .prtm-mobile-profile.hide,
  .left-menu-in .prtm-mobile-profile.hide {
    display: block !important;
    padding: 20px 23px 10px 23px;
    border-bottom: 1px solid #eeeeee;
    letter-spacing: 0.1em;
  }
  .right-menu-in .prtm-mobile-profile .notify-wrap,
  .left-menu-in .prtm-mobile-profile .notify-wrap {
    padding: 15px 0 0 0;
  }
  .right-menu-in .notify-wrap i,
  .left-menu-in .notify-wrap i {
    font-size: 14px;
    color: #414658;
  }
  .right-menu-in .notify-wrap a,
  .left-menu-in .notify-wrap a {
    display: inline-block;
    margin: 0 13px;
  }
  .right-menu-in .notify-wrap sup,
  .left-menu-in .notify-wrap sup {
    top: -1em;
    left: -4px;
  }
  .right-menu-in .notify-wrap .badge,
  .left-menu-in .notify-wrap .badge {
    padding: 2px 3px 3px 3px;
    font-size: 9px;
  }
  .right-menu-in .prtm-sidebar {
    right: -250px;
  }
  .right-menu-in .prtm-sidebar,
  .left-menu-in .prtm-sidebar {
    -webkit-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    width: 250px;
    overflow: visible;
    height: 100%;
  }
  .left-menu-in .prtm-sidebar {
    left: -250px;
  }
  .right-menu-in .prtm-sidebar.mobile-menu-in {
    right: 0;
  }
  .left-menu-in .prtm-sidebar.mobile-menu-in {
    left: 0;
  }
  .right-menu-in .sidebar-nav.collapse,
  .left-menu-in .sidebar-nav.collapse {
    opacity: 1;
  }
  .right-menu-in .prtm-header .c-hamburger,
  .left-menu-in .prtm-header .c-hamburger {
    position: relative;
  }
  .right-menu-in .prtm-back-icon,
  .left-menu-in .prtm-back-icon {
    position: absolute;
    left: 15px;
    color: #fff;
    font-size: 45px;
  }
  .right-menu-in .prtm-sidebar-menu .prtm-sparkline,
  .left-menu-in .prtm-sidebar-menu .prtm-sparkline {
    display: none;
  }
  .right-menu-in .navbar-header,
  .left-menu-in .navbar-header {
    text-align: center;
  }
  .right-menu-in .prtm-logo,
  .left-menu-in .prtm-logo {
    float: none;
    display: inline-block;
  }
  .right-menu-in.mobile .prtm-sidebar,
  .left-menu-in.mobile .prtm-sidebar {
    display: block !important;
  }
}
@media (max-width: 992px) {
  #navbar > ul:first-child {
    display: none;
  }
  .prtm-header .nav.navbar-nav > li:first-child > a {
    border-top: medium none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .prtm-logo .navbar-brand img {
    width: 200px;
  }
  .prtm-large-tabs.nav.nav-tabs .display-ib.pos-relative, .prtm-large-tabs.nav.nav-tabs .display-ib.overlay-wrap, .prtm-large-tabs.nav.nav-tabs .overlay-wrap.dropdown-icon:after, .prtm-large-tabs.nav.nav-tabs .overlay-wrap.dropdown-icon:before, .prtm-large-tabs.nav.nav-tabs .overlay-wrap.dropdown-arrow:after, .prtm-large-tabs.nav.nav-tabs .overlay-wrap.dropdown-arrow:before, .prtm-large-tabs.nav.nav-tabs .prtm-to-do li span.overlay-wrap, .prtm-to-do li .prtm-large-tabs.nav.nav-tabs span.overlay-wrap, .prtm-large-tabs.nav.nav-tabs .overlay-wrap.overlay-link, .prtm-large-tabs.nav.nav-tabs .overlay-wrap.fixed-btn, .prtm-large-tabs.nav.nav-tabs .prtm-wheather-widget .overlay-wrap.city-active, .prtm-wheather-widget .prtm-large-tabs.nav.nav-tabs .overlay-wrap.city-active, .prtm-large-tabs.nav.nav-tabs .prtm-wheather-widget .wheather-list-wrap .overlay-wrap.feature-box-list, .prtm-wheather-widget .wheather-list-wrap .prtm-large-tabs.nav.nav-tabs .overlay-wrap.feature-box-list, .prtm-large-tabs.nav.nav-tabs .display-ib.prtm-sidebar, .prtm-large-tabs.nav.nav-tabs .prtm-sidebar.dropdown-icon:after, .prtm-large-tabs.nav.nav-tabs .prtm-sidebar.dropdown-icon:before, .prtm-large-tabs.nav.nav-tabs .prtm-sidebar.dropdown-arrow:after, .prtm-large-tabs.nav.nav-tabs .prtm-sidebar.dropdown-arrow:before, .prtm-large-tabs.nav.nav-tabs .prtm-to-do li span.prtm-sidebar, .prtm-to-do li .prtm-large-tabs.nav.nav-tabs span.prtm-sidebar, .prtm-large-tabs.nav.nav-tabs .prtm-sidebar.overlay-link, .prtm-large-tabs.nav.nav-tabs .prtm-sidebar.fixed-btn, .prtm-large-tabs.nav.nav-tabs .prtm-wheather-widget .prtm-sidebar.city-active, .prtm-wheather-widget .prtm-large-tabs.nav.nav-tabs .prtm-sidebar.city-active, .prtm-large-tabs.nav.nav-tabs .prtm-wheather-widget .wheather-list-wrap .prtm-sidebar.feature-box-list, .prtm-wheather-widget .wheather-list-wrap .prtm-large-tabs.nav.nav-tabs .prtm-sidebar.feature-box-list, .prtm-large-tabs.nav.nav-tabs .sidebar-menu li.display-ib, .sidebar-menu .prtm-large-tabs.nav.nav-tabs li.display-ib, .prtm-large-tabs.nav.nav-tabs .sidebar-menu li.dropdown-icon:after, .sidebar-menu .prtm-large-tabs.nav.nav-tabs li.dropdown-icon:after, .prtm-large-tabs.nav.nav-tabs .sidebar-menu li.dropdown-icon:before, .sidebar-menu .prtm-large-tabs.nav.nav-tabs li.dropdown-icon:before, .prtm-large-tabs.nav.nav-tabs .sidebar-menu li.dropdown-arrow:after, .sidebar-menu .prtm-large-tabs.nav.nav-tabs li.dropdown-arrow:after, .prtm-large-tabs.nav.nav-tabs .sidebar-menu li.dropdown-arrow:before, .sidebar-menu .prtm-large-tabs.nav.nav-tabs li.dropdown-arrow:before, .prtm-large-tabs.nav.nav-tabs .sidebar-menu li.overlay-link, .sidebar-menu .prtm-large-tabs.nav.nav-tabs li.overlay-link, .prtm-large-tabs.nav.nav-tabs .sidebar-menu li.fixed-btn, .sidebar-menu .prtm-large-tabs.nav.nav-tabs li.fixed-btn, .prtm-large-tabs.nav.nav-tabs .sidebar-menu .prtm-wheather-widget li.city-active, .sidebar-menu .prtm-wheather-widget .prtm-large-tabs.nav.nav-tabs li.city-active, .prtm-large-tabs.nav.nav-tabs .prtm-wheather-widget .sidebar-menu li.city-active, .prtm-wheather-widget .sidebar-menu .prtm-large-tabs.nav.nav-tabs li.city-active, .prtm-large-tabs.nav.nav-tabs .sidebar-menu .prtm-wheather-widget .wheather-list-wrap li.feature-box-list, .sidebar-menu .prtm-wheather-widget .wheather-list-wrap .prtm-large-tabs.nav.nav-tabs li.feature-box-list, .prtm-large-tabs.nav.nav-tabs .prtm-wheather-widget .wheather-list-wrap .sidebar-menu li.feature-box-list, .prtm-wheather-widget .wheather-list-wrap .sidebar-menu .prtm-large-tabs.nav.nav-tabs li.feature-box-list, .prtm-large-tabs.nav.nav-tabs .pos-relative.dropdown-icon:after, .prtm-large-tabs.nav.nav-tabs .dropdown-icon.prtm-pie-chart:after, .prtm-large-tabs.nav.nav-tabs .pos-relative.dropdown-icon:before, .prtm-large-tabs.nav.nav-tabs .dropdown-icon.prtm-pie-chart:before, .prtm-large-tabs.nav.nav-tabs .pos-relative.dropdown-arrow:after, .prtm-large-tabs.nav.nav-tabs .dropdown-arrow.prtm-pie-chart:after, .prtm-large-tabs.nav.nav-tabs .pos-relative.dropdown-arrow:before, .prtm-large-tabs.nav.nav-tabs .dropdown-arrow.prtm-pie-chart:before, .prtm-large-tabs.nav.nav-tabs .prtm-to-do li span.pos-relative, .prtm-to-do li .prtm-large-tabs.nav.nav-tabs span.pos-relative, .prtm-large-tabs.nav.nav-tabs .prtm-to-do li span.prtm-pie-chart, .prtm-to-do li .prtm-large-tabs.nav.nav-tabs span.prtm-pie-chart, .prtm-large-tabs.nav.nav-tabs .pos-relative.overlay-link, .prtm-large-tabs.nav.nav-tabs .overlay-link.prtm-pie-chart, .prtm-large-tabs.nav.nav-tabs .pos-relative.fixed-btn, .prtm-large-tabs.nav.nav-tabs .fixed-btn.prtm-pie-chart, .prtm-large-tabs.nav.nav-tabs .display-ib.prtm-pie-chart, .prtm-large-tabs.nav.nav-tabs .prtm-wheather-widget .prtm-pie-chart.city-active, .prtm-wheather-widget .prtm-large-tabs.nav.nav-tabs .prtm-pie-chart.city-active, .prtm-large-tabs.nav.nav-tabs .prtm-wheather-widget .wheather-list-wrap .prtm-pie-chart.feature-box-list, .prtm-wheather-widget .wheather-list-wrap .prtm-large-tabs.nav.nav-tabs .prtm-pie-chart.feature-box-list, .prtm-large-tabs.nav.nav-tabs .prtm-wheather-widget .pos-relative.city-active, .prtm-wheather-widget .prtm-large-tabs.nav.nav-tabs .pos-relative.city-active, .prtm-large-tabs.nav.nav-tabs .prtm-wheather-widget .wheather-list-wrap .pos-relative.feature-box-list, .prtm-wheather-widget .wheather-list-wrap .prtm-large-tabs.nav.nav-tabs .pos-relative.feature-box-list {
    display: block;
  }
}
.prtm-logo .navbar-brand img {
  width: 200px;
}
/*=============================================
3.0 Theme style
==============================================*/
/*=========== Common structure =============*/
body {
  overflow-x: hidden;
}
a:hover {
  text-decoration: none;
}
img {
  border-radius: 0px;
}
/*=========== Prtm base classes ===========*/
.center-block {
  float: none !important;
}
.responsive-scroll, .prtm-block ul.fancytree-container {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.prtm-card-wrapper .font-counter,
.prtm-card-wrapper .font-counter span {
  font-size: 25px;
}
.base-dark {
  color: #414658;
}
.base-reverse {
  color: #fff !important;
}
.base-reverse-all * {
  color: #fff;
}
.base-secondary {
  color: #fd7b6c;
}
.gray, .chat-list-sidebar ul.nav.nav-tabs.prtm-large-tabs li a {
  color: #444444;
}
.golden {
  color: #f1ae1d;
}
.z-index {
  z-index: 999;
}
input[type="date"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
}
/*=========== Prtm structure ==============*/
.prtm-block {
  background: #fff;
  padding: 30px 30px 30px 30px;
  margin: 0 0 30px 0;
  border-radius: 0px;
  border-bottom: 1px solid #eaebed;
  border-top: 1px solid #eaebed;
  border-left: 1px solid #eaebed;
  border-right: 1px solid #eaebed;
}
.prtm-full-block {
  background: #fff;
  margin: 0 0 30px 0;
  padding: 0px;
  border-bottom: 1px solid #eaebed;
  border-top: 1px solid #eaebed;
  border-left: 1px solid #eaebed;
  border-right: 1px solid #eaebed;
  border-radius: 0px;
}
.prtm-block-title {
  position: relative;
  border-radius: 0px;
}
.prtm-block-title h3 {
  font-family: inherit;
  font-weight: 400;
  color: #414658;
  text-transform: capitalize;
}
.contextual-link {
  position: absolute;
  top: 0;
  right: 0;
}
.contextual-link .dropdown > a i {
  font-size: 20px;
  color: #414658;
}
.contextual-link .dropdown-menu {
  width: 160px;
  border-color: #eff4f8;
  border-radius: 0px;
}
.contextual-link .dropdown-menu a {
  color: #444;
}
.contextual-link .dropdown-menu > li > a:hover,
.contextual-link .dropdown-menu .dropdown-menu > li > a:focus {
  color: #fff;
}
.contextual-link a.more-btn > i {
  font-size: inherit;
}
.prtm-block-content {
  border-radius: 0px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.prtm-page-bar {
  background: #fff;
  margin: 0 0 30px;
  border-radius: 0px;
}
.prtm-page-bar .breadcrumb {
  margin: 0px;
}
.prtm-page-bar .breadcrumb a {
  text-decoration: none;
  color: #444444;
  font-size: 14px;
  text-transform: capitalize;
}
.prtm-page-bar .breadcrumb a:hover, .prtm-page-bar .breadcrumb a.active {
  color: #444444;
}
.prtm-page-bar h3 {
  color: #414658;
  font-weight: 400;
}
.feature-box-thumb {
  border: 0px solid #eff4f8;
  border-radius: 0px;
}
.prtm-card-box {
  border-radius: 0px;
}
.prtm-recent-checklist li,
.prtm-to-do li,
.prtm-user-feeds li {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
}
/*============== Dashborad V3 socail icons ======================*/
.icons-as-bg span {
  font-size: 24px;
}
.icons-as-bg .fa-facebook:before,
.icons-as-bg .fa-twitter:before,
.icons-as-bg .fa-linkedin:before,
.icons-as-bg .fa-google:before {
  font-family: fontawesome;
  font-size: 120px;
  opacity: 0.3;
  position: absolute;
  right: 4%;
  top: -7px;
}
@media (max-width: 1680px) {
  .icons-as-bg span {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .icons-as-bg {
    text-align: center;
  }
  .icons-as-bg .row > div {
    width: 100%;
    margin: 5px 0;
  }
  .full-col-lg-md {
    width: 100%;
  }
  .half-col-lg-md {
    width: 50%;
  }
  .prtm-customer-list .feature-box-thumb {
    margin-bottom: 1em;
  }
}
/*============== Breadcrumb default ======================*/
.breadcrumb li {
  font-size: 14px;
}
.breadcrumb li.active {
  color: var(--theme-color);
}
.breadcrumb li a {
  color: #444444;
  text-decoration: none;
}
.breadcrumb > li {
  line-height: 1.8;
}
.breadcrumb-default .breadcrumb {
  border-bottom: 1px solid #eaebed;
}
.breadcrumb-arrow .breadcrumb {
  border-bottom: 1px solid #eaebed;
}
.breadcrumb-arrow .breadcrumb > li + li::before {
  content: "\f178";
  font-family: fontawesome;
}
.breadcrumb-double-arrow .breadcrumb {
  border-bottom: 1px solid #eaebed;
}
.breadcrumb-double-arrow .breadcrumb > li + li::before {
  content: "\f101";
  font-family: fontawesome;
}
/*============== Sparkline  ======================*/
.prtm-sparkline {
  font-size: 14px;
  font-weight: 500;
}
.prtm-sparkline * {
  color: #fff;
}
.prtm-sparkline .prtm-sparkline-list {
  margin-bottom: 1em;
  padding: 15px 2px;
}
.prtm-sparkline-v2 .spark-v2-counter {
  font-size: 25px;
  font-weight: lighter;
}
.prtm-sparkline-v2 p {
  margin-bottom: 5px;
  font-weight: 500;
}
.prtm-sparkline-v2 .prtm-sparkline-v2-list {
  background-color: #fff;
  border-top: 1px solid #eaebed;
  border-bottom: 1px solid #eaebed;
  border-left: 1px solid #eaebed;
  border-right: 1px solid #eaebed;
}
#dashboard3-email a {
  display: none !important;
}
@media (min-width: 1601px) {
  .custom-sq-class .square-85 {
    font-size: 30px;
  }
}
.element-thumb .thumb-wid {
  width: 95px;
}
.element-thumb .thumb-content {
  width: calc(100% - 128px);
  width: -ms-calc(100% - 128px);
}
.border-sq {
  border-top: 1px solid #eaebed;
  border-right: 1px solid #eaebed;
  border-bottom: 1px solid #eaebed;
  border-left: 1px solid #eaebed;
}
.custom-sq-class .square-85 {
  margin: 20px 0 0;
}
@media (min-width: 1366px) and (max-width: 1600px) {
  .custom-sq-class .square-85 {
    font-size: 20px;
    height: 65px;
    line-height: 65px;
    width: 65px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .full-lg-md > div {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .custom-sq-class .square-85 {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
}
@media (max-width: 991px) {
  .footer-area > div {
    float: none;
    margin: 0 0 15px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .custom-sq-class .square-85 {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .element-thumb .thumb-wid {
    width: 100%;
    text-align: center;
  }
  .element-thumb .thumb-content {
    width: 100%;
  }
}
.choices label {
  margin-left: 5px;
}
@media (max-width: 1199px) {
  .chart-wrapper .demo-container {
    margin-bottom: 1.5em;
  }
}
.user-agent-v2 {
  padding-bottom: 10px;
}
@media (max-width: 374px) {
  .list-custom-width .prtm-11 {
    padding-left: 10px;
  }
}
/*================== Other sections ==================*/
.prtm-to-do li {
  margin-bottom: 20px;
  padding: 12px 20px;
  border-right: 1px solid #eaebed;
  border-left: 1px solid #eaebed;
  border-top: 1px solid #eaebed;
  border-bottom: 1px solid #eaebed;
}
.prtm-to-do li:last-child {
  margin: 0;
}
.prtm-to-do li span {
  font-weight: lighter;
  vertical-align: top;
}
.prtm-to-do .to-do-icon {
  margin-right: 15px;
  width: 11px;
}
.prtm-to-do .list-description {
  width: calc(100% - 32px);
  width: -ms-calc(100% - 32px);
  width: -webkit-calc(100% - 32px);
}
.prtm-to-do .to-do-check-box a {
  display: inline-block;
  margin: 0 2px 10px;
}
/*================== Custom width ==================*/
.prtm-1 {
  width: 8.33333%;
}
.prtm-2 {
  width: 16.66667%;
}
.prtm-3 {
  width: 25%;
}
.prtm-4 {
  width: 33.33333%;
}
.prtm-5 {
  width: 41.66667%;
}
.prtm-6 {
  width: 50%;
}
.prtm-7 {
  width: 58.33333%;
}
.prtm-8 {
  width: 66.66667%;
}
.prtm-9 {
  width: 75%;
}
.prtm-10 {
  width: 83.33333%;
}
.prtm-11 {
  width: 91.66667%;
}
.prtm-12 {
  width: 100%;
}
/*=========== Grid cards ==============*/
.width-full {
  width: 100%;
}
.img-thumbnail.flag {
  border: none;
  background-color: transparent;
}
.table-middle .progress {
  margin: 0;
}
.border-list-bottom > * {
  border-bottom: 1px solid #eaebed;
}
.pad-b-none {
  padding-bottom: 0;
}
.prtm-card-wrapper .progress-bar {
  background: #ffffff;
}
.prtm-card-wrapper .graph {
  background-image: url(".././assets/img/graph.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.prtm-card-wrapper .graph .prtm-card-info {
  font-weight: lighter;
  color: #fff;
}
.prtm-card-wrapper .graph .prtm-card-info [data-counter] {
  font-size: 32px;
}
.prtm-card-wrapper .graph .progress {
  background-color: #4f5fa8;
}
.prtm-card-wrapper .order {
  background-image: url(".././assets/img/order.png");
  background-position: 110% 150%;
  background-repeat: no-repeat;
}
.prtm-card-wrapper .order .prtm-card-info {
  font-weight: lighter;
  color: #fff;
}
.prtm-card-wrapper .order .prtm-card-info [data-counter] {
  font-size: 32px;
}
.prtm-card-wrapper .order .progress {
  background-color: #00b182;
}
.prtm-card-wrapper .invoices {
  background-image: url(".././assets/img/invoices.png");
  background-position: 110% 150%;
  background-repeat: no-repeat;
}
.prtm-card-wrapper .invoices .prtm-card-info {
  font-weight: lighter;
  color: #fff;
}
.prtm-card-wrapper .invoices .prtm-card-info [data-counter] {
  font-size: 32px;
}
.prtm-card-wrapper .invoices .progress {
  background-color: #18c9f8;
}
.prtm-card-wrapper .tickets {
  background-image: url(".././assets/img/tickets.png");
  background-position: 110% 150%;
  background-repeat: no-repeat;
}
.prtm-card-wrapper .tickets .prtm-card-info {
  font-weight: lighter;
  color: #fff;
}
.prtm-card-wrapper .tickets .prtm-card-info [data-counter] {
  font-size: 32px;
}
.prtm-card-wrapper .tickets .progress {
  background-color: #fd6453;
}
/*=================== Social datacard ========================*/
.stock-list {
  position: relative;
  color: #fff;
  font-weight: 300;
  padding: 20px 30px;
}
.stock-list .stock-main {
  margin-bottom: 8px;
}
.stock-list .stock-main i {
  font-size: 42px;
  color: #fff;
}
.stock-list h6 {
  color: #fff;
}
.stock-list .stock-sub-head {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.stock-list .post-meta .test {
  display: block;
}
.stock-list .stk-icon {
  width: 22%;
  text-align: center;
  float: left;
}
.stock-list .prtm-stk-des {
  width: 78%;
  padding-left: 15px;
  float: right;
}
.stock-list .fa-cog {
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (max-width: 1680px) {
  .prtm-stock-list {
    text-align: center;
  }
  .prtm-stock-list .prtm-brand-min {
    float: left;
  }
  .prtm-stock-list .prtm-stk-icon,
  .prtm-stock-list .prtm-stk-des {
    float: none;
    width: 100%;
    padding: 0;
  }
  .prtm-stock-list .prtm-brand-name {
    text-align: center;
  }
}
@media (max-width: 1366px) {
  .prtm-3-md-full .prtm-3 {
    width: 100%;
  }
  .prtm-9-md-full .prtm-9 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .slider-custom .row.slick-slide > * {
    text-align: center;
  }
  .slider-custom .row.slick-slide img {
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .list-custom-width .prtm-1 {
    width: 16.6667%;
  }
  .list-custom-width .prtm-11 {
    width: 83.3333%;
  }
  .usage-info .font-2x {
    font-size: 1.5em;
  }
  #order .col-md-3.hidden-sm.text-center {
    display: none;
  }
  .order-detail .tab-content {
    padding: 0;
  }
}
.prtm-brand-min {
  float: left;
}
.prtm-brand-budget {
  float: right;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .prtm-social-widgets .row > div {
    width: 50%;
  }
}
/*=================== Prtm block dymanic list ========================*/
.prtm-block-primary {
  background-color: var(--theme-color);
}
.prtm-block-primary h3,
.prtm-block-primary * {
  color: #fff;
}
.prtm-block-success {
  background-color: #43A047;
}
.prtm-block-success h3,
.prtm-block-success * {
  color: #fff;
}
.prtm-block-info {
  background-color: #31cff9;
}
.prtm-block-info h3,
.prtm-block-info * {
  color: #fff;
}
/*=================== visitor map ========================*/
.prtm-visitor-map-wrapper {
  position: relative;
}
.visitor-map {
  height: 460px;
}
.visitor-map-content {
  background-color: #43A047;
  padding: 20px 20px;
  border-radius: 0px;
  top: 0;
  right: 0;
  z-index: 5;
  color: #fff;
}
.visitor-map-content h6 {
  color: #fff;
  margin-bottom: 20px;
}
.visitor-map-content .progress {
  background-color: #00a277;
  margin-bottom: 25px;
}
.visitor-map-content .progress-bar {
  background: #fff;
}
.visitor-map-content .progress-list > li .row {
  margin-bottom: 10px;
}
.prtm-block-head {
  padding-bottom: 20px;
}
.prtm-customer-list {
  padding-top: 30px;
}
.prtm-success {
  background-color: #43A047;
}
.prtm-visitor-view-v2 p {
  font-weight: 500;
}
.overlay-1, .prtm-header .navbar-default .navbar-nav > .open > a,
.prtm-header .navbar-default .navbar-nav > .open > a:hover,
.prtm-header .navbar-default .navbar-nav > .open > a:focus {
  background: rgba(0, 0, 0, 0.1);
}
.prtm-counter-email-v2 .prtm-counter-email p {
  font-weight: 500;
}
.profile-badge {
  position: absolute;
  right: 20px;
  top: 2px;
}
/*=================== Bold border ========================*/
.bold-border-primary {
  border-left: 10px solid var(--theme-color);
}
.bold-border-success {
  border-left: 10px solid #43A047;
}
.bold-border-info {
  border-left: 10px solid #31cff9;
}
.bold-border-secondary {
  border-left: 10px solid #fd7b6c;
}
/*=================== Footer ========================*/
.overlay-link {
  padding: 7px 20px;
}
.overlay-link:hover, .overlay-link:active, .overlay-link:focus {
  color: #fff;
}
.footer-wrapper {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footer-wrapper .prtm-footer {
  padding: 24px 0 11px;
  background-color: #fff;
}
.footer-wrapper .prtm-footer p {
  color: #414658;
}
/*=================== Slick slider========================*/
.slick-arrow {
  top: 45%;
  cursor: pointer;
  z-index: 999;
}
.slick-arrow i {
  font-size: 60px;
  opacity: 0.7;
  color: #fff;
}
.slick-arrow i:hover {
  opacity: 1;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slider-custom .slick-arrow {
  top: 14%;
}
.slider-custom .fw-light {
  font-size: 18px;
}
.slider-custom .row.slick-slide {
  margin-left: auto;
  margin-right: auto;
}
.slider-custom span,
.slider-custom a {
  line-height: normal;
  color: #fff;
}
.usage-info > div {
  border-right: 1px solid #eaebed;
}
.usage-info > div:last-child {
  border: none;
}
.border-btm {
  border-bottom: 1px solid #eaebed;
}
.no-border {
  border: none;
}
@media (max-width: 1366px) {
  .inbox-tabs .font-md {
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  .inbox-tabs .prtm-3,
  .inbox-tabs .prtm-9 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .slider-custom .slick-slider {
    padding: 0 60px;
  }
}
@media (max-width: 480px) {
  .usage-info .font-2x {
    font-size: 1em;
  }
  .prtm-customer-list img {
    width: 37px;
  }
}
@media (max-width: 374px) {
  .usage-info .show.font-lg {
    font-size: 11px;
    margin-bottom: 0.5em;
  }
}
/*=============== Back to top arrow css ==============*/
@-webkit-keyframes toTopIconFadeUp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-1.875rem);
            transform: translateY(-1.875rem);
  }
  51% {
    -webkit-transform: translateY(1.875rem);
            transform: translateY(1.875rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-o-keyframes toTopIconFadeUp {
  0% {
    -o-transform: translateY(0px);
       transform: translateY(0px);
  }
  50% {
    -o-transform: translateY(-1.875rem);
       transform: translateY(-1.875rem);
  }
  51% {
    -o-transform: translateY(1.875rem);
       transform: translateY(1.875rem);
  }
  100% {
    -o-transform: translateY(0px);
       transform: translateY(0px);
  }
}
@keyframes toTopIconFadeUp {
  0% {
    -webkit-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-1.875rem);
         -o-transform: translateY(-1.875rem);
            transform: translateY(-1.875rem);
  }
  51% {
    -webkit-transform: translateY(1.875rem);
         -o-transform: translateY(1.875rem);
            transform: translateY(1.875rem);
  }
  100% {
    -webkit-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.to-top,
.to-top:visited,
.to-top:hover {
  background-color: #fff;
  border: 0.0625rem solid #fff;
  border-radius: 5em;
  bottom: 3.75rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 5rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 3.75rem;
  -webkit-transition: background 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: background 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 5rem;
  z-index: 4;
  color: var(--theme-color);
}
.to-top-icon::before {
  display: inline-block;
  height: 100%;
  -webkit-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  width: 100%;
  content: "\e093";
  font-family: 'Glyphicons Halflings';
  line-height: 50px;
  text-align: center;
}
.to-top:hover {
  background: var(--theme-color);
  border-width: 0.125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.to-top:hover .to-top-icon::before {
  -webkit-animation: 0.6s ease-in-out 0s normal none 1 running toTopIconFadeUp;
       -o-animation: 0.6s ease-in-out 0s normal none 1 running toTopIconFadeUp;
          animation: 0.6s ease-in-out 0s normal none 1 running toTopIconFadeUp;
  height: 100%;
  -webkit-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  width: 100%;
  content: "\e093";
  font-family: 'Glyphicons Halflings';
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.to-top.scrolled,
.to-top.scrolled:visited,
.to-top.scrolled:hover {
  opacity: 1;
}
/*=================== Back to home btn ========================*/
.fixed-btn {
  background: #43A047;
  color: #fff;
  left: 5px;
  position: fixed;
  z-index: 999;
  top: 5px;
  border-radius: 0px;
  padding: 11px 25px 11px 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fixed-btn i {
  margin-right: 0.5em;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.fixed-btn:hover {
  color: #fff;
}
.fixed-btn:hover i {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 480px) {
  .fixed-btn {
    padding: 2px 7px 1px 1px;
    font-size: 12px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
  .prtm-header .badge {
    padding: 4px 5px 1px 5px;
  }
}
.prtm-content > :last-child {
  margin-bottom: 3em;
}
.prtm-loader-wrap {
  position: fixed;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 99999;
}
.prtm-loader-wrap .showbox {
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
}
.prtm-loader-wrap .loader {
  position: relative;
  margin: 0 auto;
  width: 75px;
}
.prtm-loader-wrap .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.prtm-loader-wrap .circular {
  -webkit-animation: rotate 2s linear infinite;
  -o-animation: rotate 2s linear infinite;
     animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
   -o-transform-origin: center center;
      transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.prtm-loader-wrap .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  -o-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
     animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: var(--theme-color);
  }
  40% {
    stroke: var(--theme-color);
  }
  66% {
    stroke: var(--theme-color);
  }
  80%,
  90% {
    stroke: var(--theme-color);
  }
}
@-o-keyframes color {
  100%,
  0% {
    stroke: var(--theme-color);
  }
  40% {
    stroke: var(--theme-color);
  }
  66% {
    stroke: var(--theme-color);
  }
  80%,
  90% {
    stroke: var(--theme-color);
  }
}
@keyframes color {
  100%,
  0% {
    stroke: var(--theme-color);
  }
  40% {
    stroke: var(--theme-color);
  }
  66% {
    stroke: var(--theme-color);
  }
  80%,
  90% {
    stroke: var(--theme-color);
  }
}
.overflow-pad {
  padding-left: 1em;
  padding-right: 1em;
}
.prtm-block ul.fancytree-container {
  border-bottom: 1px solid #eaebed;
  border-top: 1px solid #eaebed;
  border-left: 1px solid #eaebed;
  border-right: 1px solid #eaebed;
  padding: 15px;
}
@media (max-width: 992px) {
  .prtm-content > :last-child {
    margin-bottom: 0;
  }
  .footer-wrapper {
    position: relative;
  }
}
@media (max-width: 1199px) {
  .prtm-wrapper {
    overflow-x: hidden;
  }
}
/*=========== Customer support css ==============*/
.prtm-support li {
  padding-top: 30px;
  margin: 30px 0 0 0;
  border-top: 1px solid #eaebed;
}
.prtm-support li:first-child {
  margin: 0;
  padding: 0;
  border-top: none;
}
.prtm-customer-support .prtm-customer-list {
  border-bottom: 1px solid #eaebed;
}
/*============== Chat history css ================*/
.post-meta span {
  font-weight: 300;
  font-size: 0.9em;
}
.prtm-msg-block {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #444444;
  background-color: #fff;
}
.prtm-chat-wrap .col-lg-custom-3 {
  float: left;
  width: 50px;
}
.prtm-chat-wrap .col-lg-custom-9 {
  width: calc(100% - 50px);
  width: -ms-calc(100% - 50px);
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.prtm-chat-wrap .prtm-chat-content {
  padding: 15px 10px 6px 18px;
}
.prtm-chat-wrap .prtm-chat-content p {
  font-size: 12px;
}
.prtm-chat-wrap .post-meta {
  margin: 10px 0;
}
.prtm-chat-wrap .right-side > div:first-child {
  float: right;
}
.prtm-chat-wrap .right-side > div:last-child {
  float: left;
}
.prtm-chat-wrap .right-side h6 {
  text-align: right;
}
.prtm-chat-wrap .right-side .prtm-post-meta {
  float: right;
}
.prtm-chat-wrap .send-msg-wrapper {
  padding-top: 40px;
  width: 100%;
}
.prtm-chat-wrap .msg-box {
  width: calc(100% - 85px);
  width: -ms-calc(100% - 85px);
  height: 46px;
  resize: none;
  padding: 12px;
  -webkit-appearance: none;
  appearance: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.prtm-chat-wrap input.send-msg-btn[type="submit"] {
  width: 85px;
  height: 46px;
  text-transform: capitalize;
  padding: 12px 0;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: 300;
}
.prtm-chat-wrap .prtm-chat-section {
  height: 420px;
}
.prtm-chat-wrap .pre-scrollable {
  background: #f9fafc;
  padding: 20px 30px;
}
.prtm-chat-wrap .pre-scrollable h6 {
  color: var(--theme-color);
}
.prtm-chat-wrap .chat-wrap-list > .clearfix, .prtm-chat-wrap .prtm-main .chat-wrap-list > .prtm-content-wrapper, .prtm-main .prtm-chat-wrap .chat-wrap-list > .prtm-content-wrapper, .prtm-chat-wrap .chat-wrap-list > .chart-warpper, .prtm-chat-wrap .chat-wrap-list >
.prtm-content, .prtm-chat-wrap .chat-wrap-list > .example {
  border-bottom: 1px solid #eaebed;
  padding: 15px 0 4px;
}
@media (max-width: 1366px) {
  .prtm-post-meta span {
    font-size: 12px;
  }
  .prtm-chat-wrap .prtm-chat-content {
    padding: 10px 7px 2px 11px;
  }
}
/*=================== User agent css ========================*/
.agent-list > ul {
  margin-bottom: 30px;
}
.agent-list > ul i {
  margin-right: 8px;
  line-height: normal;
}
.agent-list span {
  text-transform: capitalize;
}
.agent-list h6 {
  letter-spacing: 1.2px;
}
.agent-list li:last-child {
  border: none;
}
.agent-list li i {
  margin-right: 7px;
}
.agent-list .list-summery {
  margin: 0;
}
.agent-list .list-summery li {
  border-right: 1px solid #63dbfa;
  width: 32%;
  text-align: center;
}
.agent-list .list-summery li:last-child {
  border: none;
}
.agent-list .list-summery li i {
  font-size: 2.9em;
  line-height: normal;
}
.user-agent-v2 a {
  padding: 18px 20px 12px;
}
.user-agent-v2 a i.fa-2x {
  margin-top: -5px;
}
@media (max-width: 1680px) {
  .agent-list .list-summery li {
    padding-right: 5px;
  }
}
@media (max-width: 1600px) {
  .agent-list .user-agent > div {
    text-align: center;
  }
  .user-agent-v2 > div {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .prtm-counter-email-list > div {
    width: 50%;
  }
  .wheather-v2 .round-outline {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .counter-email-list > div {
    width: 50%;
    margin: 0 auto;
  }
}
/*================== 404 page css ==================*/
.page-error h2 {
  font-size: 134px;
  font-weight: 800;
}
.page-error {
  padding: 150px 15px;
}
.page-error::before {
  color: #eff4f8;
  content: "";
  font-family: fontawesome;
  font-size: 344px;
  position: absolute;
  right: 21%;
  top: -9%;
}
@media (max-width: 480px) {
  .page-error h2 {
    font-size: 80px;
  }
}
/*================= Buttons style ====================*/
.btn {
  font-size: 14px;
}
.btn-secondary {
  background-color: #fd7b6c;
  border-color: #fd7b6c;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active {
  background-color: #fc4e3a;
  border-color: #fc4e3a;
  color: #fff;
}
.btn-inverse {
  background-color: #414658;
  border-color: #414658;
  color: #fff;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.active {
  background-color: #2b2f3b;
  border-color: #2b2f3b;
  color: #fff;
}
.btn-base {
  background-color: #444444;
  border-color: #444444;
  color: #fff;
}
.btn-base:hover, .btn-base:focus, .btn-base.active {
  background-color: #5d6b79;
  border-color: #5d6b79;
  color: #fff;
}
.btn-white, .standered-table .prtm-block.active .btn-primary, .standered-table .prtm-block.active .input-group-addon.btn-file {
  background-color: #fff;
  border-color: #fff;
  color: #414658;
}
.btn-white:hover, .standered-table .prtm-block.active .btn-primary:hover, .standered-table .prtm-block.active .input-group-addon.btn-file:hover, .btn-white:focus, .standered-table .prtm-block.active .btn-primary:focus, .standered-table .prtm-block.active .input-group-addon.btn-file:focus, .btn-white.active, .standered-table .prtm-block.active .active.btn-primary, .standered-table .prtm-block.active .active.input-group-addon.btn-file {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #414658;
}
.btn-outline-default {
  background-color: transparent;
  border-color: #b3cbde;
  color: #b3cbde;
}
.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default.active {
  background-color: #b3cbde;
  border-color: #b3cbde;
  color: #b3cbde;
}
.btn-outline-default:active, .btn-outline-default.active,
.open > .btn-outline-default.dropdown-toggle {
  background-color: #b3cbde;
  border-color: #b3cbde;
  color: #b3cbde;
}
.btn-outline-default:active:hover, .btn-outline-default:active:focus, .btn-outline-default:active.active, .btn-outline-default.active:hover, .btn-outline-default.active:focus, .btn-outline-default.active.active,
.open > .btn-outline-default.dropdown-toggle:hover,
.open > .btn-outline-default.dropdown-toggle:focus,
.open > .btn-outline-default.dropdown-toggle.active {
  background-color: #7ea7c7;
  border-color: #7ea7c7;
  color: #b3cbde;
}
.btn-outline-default.disabled:hover, .btn-outline-default.disabled:focus, .btn-outline-default.disabled.active, .btn-outline-default[disabled]:hover, .btn-outline-default[disabled]:focus, .btn-outline-default[disabled].active, fieldset[disabled] .btn-outline-default:hover, fieldset[disabled] .btn-outline-default:focus, fieldset[disabled] .btn-outline-default.active {
  background-color: transparent;
  border-color: #b3cbde;
  color: #b3cbde;
}
.btn-outline-default .badge {
  background-color: #b3cbde;
  border-color: transparent;
  color: #b3cbde;
}
.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default.active {
  color: #414658;
}
.btn-outline-primary, .basic-full-calendar .fc-button,
.agenda-full-calendar .fc-button,
.rtl-full-calendar .fc-button,
#external-events .fc-button,
.external-full-calendar .fc-button,
.language-full-calendar .fc-button,
.format-full-calendar .fc-button,
.event-color-full-calendar .fc-button,
.bg-color-full-calendar .fc-button {
  background-color: transparent;
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.btn-outline-primary:hover, .basic-full-calendar .fc-button:hover,
.agenda-full-calendar .fc-button:hover,
.rtl-full-calendar .fc-button:hover,
#external-events .fc-button:hover,
.external-full-calendar .fc-button:hover,
.language-full-calendar .fc-button:hover,
.format-full-calendar .fc-button:hover,
.event-color-full-calendar .fc-button:hover,
.bg-color-full-calendar .fc-button:hover, .btn-outline-primary:focus, .basic-full-calendar .fc-button:focus,
.agenda-full-calendar .fc-button:focus,
.rtl-full-calendar .fc-button:focus,
#external-events .fc-button:focus,
.external-full-calendar .fc-button:focus,
.language-full-calendar .fc-button:focus,
.format-full-calendar .fc-button:focus,
.event-color-full-calendar .fc-button:focus,
.bg-color-full-calendar .fc-button:focus, .btn-outline-primary.active, .basic-full-calendar .active.fc-button,
.agenda-full-calendar .active.fc-button,
.rtl-full-calendar .active.fc-button,
#external-events .active.fc-button,
.external-full-calendar .active.fc-button,
.language-full-calendar .active.fc-button,
.format-full-calendar .active.fc-button,
.event-color-full-calendar .active.fc-button,
.bg-color-full-calendar .active.fc-button {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}
.btn-outline-primary:active, .basic-full-calendar .fc-button:active,
.agenda-full-calendar .fc-button:active,
.rtl-full-calendar .fc-button:active,
#external-events .fc-button:active,
.external-full-calendar .fc-button:active,
.language-full-calendar .fc-button:active,
.format-full-calendar .fc-button:active,
.event-color-full-calendar .fc-button:active,
.bg-color-full-calendar .fc-button:active, .btn-outline-primary.active, .basic-full-calendar .active.fc-button,
.agenda-full-calendar .active.fc-button,
.rtl-full-calendar .active.fc-button,
#external-events .active.fc-button,
.external-full-calendar .active.fc-button,
.language-full-calendar .active.fc-button,
.format-full-calendar .active.fc-button,
.event-color-full-calendar .active.fc-button,
.bg-color-full-calendar .active.fc-button,
.open > .btn-outline-primary.dropdown-toggle, .basic-full-calendar
.open > .dropdown-toggle.fc-button,
.agenda-full-calendar
.open > .dropdown-toggle.fc-button,
.rtl-full-calendar
.open > .dropdown-toggle.fc-button,
#external-events
.open > .dropdown-toggle.fc-button,
.external-full-calendar
.open > .dropdown-toggle.fc-button,
.language-full-calendar
.open > .dropdown-toggle.fc-button,
.format-full-calendar
.open > .dropdown-toggle.fc-button,
.event-color-full-calendar
.open > .dropdown-toggle.fc-button,
.bg-color-full-calendar
.open > .dropdown-toggle.fc-button {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}
    .btn-outline-primary:active:hover, .basic-full-calendar .fc-button:active:hover,
    .agenda-full-calendar .fc-button:active:hover,
    .rtl-full-calendar .fc-button:active:hover,
    #external-events .fc-button:active:hover,
    .external-full-calendar .fc-button:active:hover,
    .language-full-calendar .fc-button:active:hover,
    .format-full-calendar .fc-button:active:hover,
    .event-color-full-calendar .fc-button:active:hover,
    .bg-color-full-calendar .fc-button:active:hover, .btn-outline-primary:active:focus, .basic-full-calendar .fc-button:active:focus,
    .agenda-full-calendar .fc-button:active:focus,
    .rtl-full-calendar .fc-button:active:focus,
    #external-events .fc-button:active:focus,
    .external-full-calendar .fc-button:active:focus,
    .language-full-calendar .fc-button:active:focus,
    .format-full-calendar .fc-button:active:focus,
    .event-color-full-calendar .fc-button:active:focus,
    .bg-color-full-calendar .fc-button:active:focus, .btn-outline-primary:active.active, .basic-full-calendar .fc-button:active.active,
    .agenda-full-calendar .fc-button:active.active,
    .rtl-full-calendar .fc-button:active.active,
    #external-events .fc-button:active.active,
    .external-full-calendar .fc-button:active.active,
    .language-full-calendar .fc-button:active.active,
    .format-full-calendar .fc-button:active.active,
    .event-color-full-calendar .fc-button:active.active,
    .bg-color-full-calendar .fc-button:active.active, .btn-outline-primary.active:hover, .basic-full-calendar .active.fc-button:hover,
    .agenda-full-calendar .active.fc-button:hover,
    .rtl-full-calendar .active.fc-button:hover,
    #external-events .active.fc-button:hover,
    .external-full-calendar .active.fc-button:hover,
    .language-full-calendar .active.fc-button:hover,
    .format-full-calendar .active.fc-button:hover,
    .event-color-full-calendar .active.fc-button:hover,
    .bg-color-full-calendar .active.fc-button:hover, .btn-outline-primary.active:focus, .basic-full-calendar .active.fc-button:focus,
    .agenda-full-calendar .active.fc-button:focus,
    .rtl-full-calendar .active.fc-button:focus,
    #external-events .active.fc-button:focus,
    .external-full-calendar .active.fc-button:focus,
    .language-full-calendar .active.fc-button:focus,
    .format-full-calendar .active.fc-button:focus,
    .event-color-full-calendar .active.fc-button:focus,
    .bg-color-full-calendar .active.fc-button:focus, .btn-outline-primary.active.active, .basic-full-calendar .active.active.fc-button,
    .agenda-full-calendar .active.active.fc-button,
    .rtl-full-calendar .active.active.fc-button,
    #external-events .active.active.fc-button,
    .external-full-calendar .active.active.fc-button,
    .language-full-calendar .active.active.fc-button,
    .format-full-calendar .active.active.fc-button,
    .event-color-full-calendar .active.active.fc-button,
    .bg-color-full-calendar .active.active.fc-button,
    .open > .btn-outline-primary.dropdown-toggle:hover, .basic-full-calendar
    .open > .dropdown-toggle.fc-button:hover,
    .agenda-full-calendar
    .open > .dropdown-toggle.fc-button:hover,
    .rtl-full-calendar
    .open > .dropdown-toggle.fc-button:hover,
    #external-events
    .open > .dropdown-toggle.fc-button:hover,
    .external-full-calendar
    .open > .dropdown-toggle.fc-button:hover,
    .language-full-calendar
    .open > .dropdown-toggle.fc-button:hover,
    .format-full-calendar
    .open > .dropdown-toggle.fc-button:hover,
    .event-color-full-calendar
    .open > .dropdown-toggle.fc-button:hover,
    .bg-color-full-calendar
    .open > .dropdown-toggle.fc-button:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus, .basic-full-calendar
    .open > .dropdown-toggle.fc-button:focus,
    .agenda-full-calendar
    .open > .dropdown-toggle.fc-button:focus,
    .rtl-full-calendar
    .open > .dropdown-toggle.fc-button:focus,
    #external-events
    .open > .dropdown-toggle.fc-button:focus,
    .external-full-calendar
    .open > .dropdown-toggle.fc-button:focus,
    .language-full-calendar
    .open > .dropdown-toggle.fc-button:focus,
    .format-full-calendar
    .open > .dropdown-toggle.fc-button:focus,
    .event-color-full-calendar
    .open > .dropdown-toggle.fc-button:focus,
    .bg-color-full-calendar
    .open > .dropdown-toggle.fc-button:focus,
    .open > .btn-outline-primary.dropdown-toggle.active, .basic-full-calendar
    .open > .dropdown-toggle.active.fc-button,
    .agenda-full-calendar
    .open > .dropdown-toggle.active.fc-button,
    .rtl-full-calendar
    .open > .dropdown-toggle.active.fc-button,
    #external-events
    .open > .dropdown-toggle.active.fc-button,
    .external-full-calendar
    .open > .dropdown-toggle.active.fc-button,
    .language-full-calendar
    .open > .dropdown-toggle.active.fc-button,
    .format-full-calendar
    .open > .dropdown-toggle.active.fc-button,
    .event-color-full-calendar
    .open > .dropdown-toggle.active.fc-button,
    .bg-color-full-calendar
    .open > .dropdown-toggle.active.fc-button {
        background-color: transparent;
        border-color: var(--theme-color);
        color: var(--theme-color);
    }
.btn-outline-primary.disabled:hover, .basic-full-calendar .disabled.fc-button:hover,
.agenda-full-calendar .disabled.fc-button:hover,
.rtl-full-calendar .disabled.fc-button:hover,
#external-events .disabled.fc-button:hover,
.external-full-calendar .disabled.fc-button:hover,
.language-full-calendar .disabled.fc-button:hover,
.format-full-calendar .disabled.fc-button:hover,
.event-color-full-calendar .disabled.fc-button:hover,
.bg-color-full-calendar .disabled.fc-button:hover, .btn-outline-primary.disabled:focus, .basic-full-calendar .disabled.fc-button:focus,
.agenda-full-calendar .disabled.fc-button:focus,
.rtl-full-calendar .disabled.fc-button:focus,
#external-events .disabled.fc-button:focus,
.external-full-calendar .disabled.fc-button:focus,
.language-full-calendar .disabled.fc-button:focus,
.format-full-calendar .disabled.fc-button:focus,
.event-color-full-calendar .disabled.fc-button:focus,
.bg-color-full-calendar .disabled.fc-button:focus, .btn-outline-primary.disabled.active, .basic-full-calendar .disabled.active.fc-button,
.agenda-full-calendar .disabled.active.fc-button,
.rtl-full-calendar .disabled.active.fc-button,
#external-events .disabled.active.fc-button,
.external-full-calendar .disabled.active.fc-button,
.language-full-calendar .disabled.active.fc-button,
.format-full-calendar .disabled.active.fc-button,
.event-color-full-calendar .disabled.active.fc-button,
.bg-color-full-calendar .disabled.active.fc-button, .btn-outline-primary[disabled]:hover, .basic-full-calendar [disabled].fc-button:hover,
.agenda-full-calendar [disabled].fc-button:hover,
.rtl-full-calendar [disabled].fc-button:hover,
#external-events [disabled].fc-button:hover,
.external-full-calendar [disabled].fc-button:hover,
.language-full-calendar [disabled].fc-button:hover,
.format-full-calendar [disabled].fc-button:hover,
.event-color-full-calendar [disabled].fc-button:hover,
.bg-color-full-calendar [disabled].fc-button:hover, .btn-outline-primary[disabled]:focus, .basic-full-calendar [disabled].fc-button:focus,
.agenda-full-calendar [disabled].fc-button:focus,
.rtl-full-calendar [disabled].fc-button:focus,
#external-events [disabled].fc-button:focus,
.external-full-calendar [disabled].fc-button:focus,
.language-full-calendar [disabled].fc-button:focus,
.format-full-calendar [disabled].fc-button:focus,
.event-color-full-calendar [disabled].fc-button:focus,
.bg-color-full-calendar [disabled].fc-button:focus, .btn-outline-primary[disabled].active, .basic-full-calendar [disabled].active.fc-button,
.agenda-full-calendar [disabled].active.fc-button,
.rtl-full-calendar [disabled].active.fc-button,
#external-events [disabled].active.fc-button,
.external-full-calendar [disabled].active.fc-button,
.language-full-calendar [disabled].active.fc-button,
.format-full-calendar [disabled].active.fc-button,
.event-color-full-calendar [disabled].active.fc-button,
.bg-color-full-calendar [disabled].active.fc-button, fieldset[disabled] .btn-outline-primary:hover, fieldset[disabled] .basic-full-calendar .fc-button:hover, .basic-full-calendar fieldset[disabled] .fc-button:hover, fieldset[disabled]
.agenda-full-calendar .fc-button:hover,
.agenda-full-calendar fieldset[disabled] .fc-button:hover, fieldset[disabled]
.rtl-full-calendar .fc-button:hover,
.rtl-full-calendar fieldset[disabled] .fc-button:hover, fieldset[disabled]
#external-events .fc-button:hover,
#external-events fieldset[disabled] .fc-button:hover, fieldset[disabled]
.external-full-calendar .fc-button:hover,
.external-full-calendar fieldset[disabled] .fc-button:hover, fieldset[disabled]
.language-full-calendar .fc-button:hover,
.language-full-calendar fieldset[disabled] .fc-button:hover, fieldset[disabled]
.format-full-calendar .fc-button:hover,
.format-full-calendar fieldset[disabled] .fc-button:hover, fieldset[disabled]
.event-color-full-calendar .fc-button:hover,
.event-color-full-calendar fieldset[disabled] .fc-button:hover, fieldset[disabled]
.bg-color-full-calendar .fc-button:hover,
.bg-color-full-calendar fieldset[disabled] .fc-button:hover, fieldset[disabled] .btn-outline-primary:focus, fieldset[disabled] .basic-full-calendar .fc-button:focus, .basic-full-calendar fieldset[disabled] .fc-button:focus, fieldset[disabled]
.agenda-full-calendar .fc-button:focus,
.agenda-full-calendar fieldset[disabled] .fc-button:focus, fieldset[disabled]
.rtl-full-calendar .fc-button:focus,
.rtl-full-calendar fieldset[disabled] .fc-button:focus, fieldset[disabled]
#external-events .fc-button:focus,
#external-events fieldset[disabled] .fc-button:focus, fieldset[disabled]
.external-full-calendar .fc-button:focus,
.external-full-calendar fieldset[disabled] .fc-button:focus, fieldset[disabled]
.language-full-calendar .fc-button:focus,
.language-full-calendar fieldset[disabled] .fc-button:focus, fieldset[disabled]
.format-full-calendar .fc-button:focus,
.format-full-calendar fieldset[disabled] .fc-button:focus, fieldset[disabled]
.event-color-full-calendar .fc-button:focus,
.event-color-full-calendar fieldset[disabled] .fc-button:focus, fieldset[disabled]
.bg-color-full-calendar .fc-button:focus,
.bg-color-full-calendar fieldset[disabled] .fc-button:focus, fieldset[disabled] .btn-outline-primary.active, fieldset[disabled] .basic-full-calendar .active.fc-button, .basic-full-calendar fieldset[disabled] .active.fc-button, fieldset[disabled]
.agenda-full-calendar .active.fc-button,
.agenda-full-calendar fieldset[disabled] .active.fc-button, fieldset[disabled]
.rtl-full-calendar .active.fc-button,
.rtl-full-calendar fieldset[disabled] .active.fc-button, fieldset[disabled]
#external-events .active.fc-button,
#external-events fieldset[disabled] .active.fc-button, fieldset[disabled]
.external-full-calendar .active.fc-button,
.external-full-calendar fieldset[disabled] .active.fc-button, fieldset[disabled]
.language-full-calendar .active.fc-button,
.language-full-calendar fieldset[disabled] .active.fc-button, fieldset[disabled]
.format-full-calendar .active.fc-button,
.format-full-calendar fieldset[disabled] .active.fc-button, fieldset[disabled]
.event-color-full-calendar .active.fc-button,
.event-color-full-calendar fieldset[disabled] .active.fc-button, fieldset[disabled]
.bg-color-full-calendar .active.fc-button,
.bg-color-full-calendar fieldset[disabled] .active.fc-button {
  background-color: transparent;
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.btn-outline-primary .badge, .basic-full-calendar .fc-button .badge,
.agenda-full-calendar .fc-button .badge,
.rtl-full-calendar .fc-button .badge,
#external-events .fc-button .badge,
.external-full-calendar .fc-button .badge,
.language-full-calendar .fc-button .badge,
.format-full-calendar .fc-button .badge,
.event-color-full-calendar .fc-button .badge,
.bg-color-full-calendar .fc-button .badge {
  background-color: var(--theme-color);
  border-color: transparent;
  color: #fff;
}
.btn-outline-success {
  background-color: transparent;
  border-color: #43A047;
  color: #43A047;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.active {
  background-color: #43A047;
  border-color: #43A047;
  color: #fff;
}
.btn-outline-success:active, .btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
  background-color: #43A047;
  border-color: #43A047;
  color: #fff;
}
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.active, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.active,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.active {
  background-color: #007e5d;
  border-color: #007e5d;
  color: #fff;
}
.btn-outline-success.disabled:hover, .btn-outline-success.disabled:focus, .btn-outline-success.disabled.active, .btn-outline-success[disabled]:hover, .btn-outline-success[disabled]:focus, .btn-outline-success[disabled].active, fieldset[disabled] .btn-outline-success:hover, fieldset[disabled] .btn-outline-success:focus, fieldset[disabled] .btn-outline-success.active {
  background-color: transparent;
  border-color: #43A047;
  color: #43A047;
}
.btn-outline-success .badge {
  background-color: #43A047;
  border-color: transparent;
  color: #fff;
}
.btn-outline-warning {
  background-color: transparent;
  border-color: #f17316;
  color: #f17316;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.active {
  background-color: #f17316;
  border-color: #f17316;
  color: #fff;
}
.btn-outline-warning:active, .btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
  background-color: #f17316;
  border-color: #f17316;
  color: #fff;
}
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.active, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.active,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.active {
  background-color: #b0510b;
  border-color: #b0510b;
  color: #fff;
}
.btn-outline-warning.disabled:hover, .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.active, .btn-outline-warning[disabled]:hover, .btn-outline-warning[disabled]:focus, .btn-outline-warning[disabled].active, fieldset[disabled] .btn-outline-warning:hover, fieldset[disabled] .btn-outline-warning:focus, fieldset[disabled] .btn-outline-warning.active {
  background-color: transparent;
  border-color: #f17316;
  color: #f17316;
}
.btn-outline-warning .badge {
  background-color: #f17316;
  border-color: transparent;
  color: #fff;
}
.btn-outline-danger {
  background-color: transparent;
  border-color: #d24636;
  color: #d24636;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.active {
  background-color: #d24636;
  border-color: #d24636;
  color: #fff;
}
.btn-outline-danger:active, .btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
  background-color: #d24636;
  border-color: #d24636;
  color: #fff;
}
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.active, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.active,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.active {
  background-color: #992e22;
  border-color: #992e22;
  color: #fff;
}
.btn-outline-danger.disabled:hover, .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.active, .btn-outline-danger[disabled]:hover, .btn-outline-danger[disabled]:focus, .btn-outline-danger[disabled].active, fieldset[disabled] .btn-outline-danger:hover, fieldset[disabled] .btn-outline-danger:focus, fieldset[disabled] .btn-outline-danger.active {
  background-color: transparent;
  border-color: #d24636;
  color: #d24636;
}
.btn-outline-danger .badge {
  background-color: #d24636;
  border-color: transparent;
  color: #fff;
}
.btn-outline-info {
  background-color: transparent;
  border-color: #31cff9;
  color: #31cff9;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.active {
  background-color: #31cff9;
  border-color: #31cff9;
  color: #fff;
}
.btn-outline-info:active, .btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
  background-color: #31cff9;
  border-color: #31cff9;
  color: #fff;
}
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.active, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.active,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.active {
  background-color: #06abd7;
  border-color: #06abd7;
  color: #fff;
}
.btn-outline-info.disabled:hover, .btn-outline-info.disabled:focus, .btn-outline-info.disabled.active, .btn-outline-info[disabled]:hover, .btn-outline-info[disabled]:focus, .btn-outline-info[disabled].active, fieldset[disabled] .btn-outline-info:hover, fieldset[disabled] .btn-outline-info:focus, fieldset[disabled] .btn-outline-info.active {
  background-color: transparent;
  border-color: #31cff9;
  color: #31cff9;
}
.btn-outline-info .badge {
  background-color: #31cff9;
  border-color: transparent;
  color: #fff;
}
.btn-outline-inverse {
  background-color: transparent;
  border-color: #414658;
  color: #414658;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.active {
  background-color: #414658;
  border-color: #414658;
  color: #fff;
}
.btn-outline-inverse:active, .btn-outline-inverse.active,
.open > .btn-outline-inverse.dropdown-toggle {
  background-color: #414658;
  border-color: #414658;
  color: #fff;
}
.btn-outline-inverse:active:hover, .btn-outline-inverse:active:focus, .btn-outline-inverse:active.active, .btn-outline-inverse.active:hover, .btn-outline-inverse.active:focus, .btn-outline-inverse.active.active,
.open > .btn-outline-inverse.dropdown-toggle:hover,
.open > .btn-outline-inverse.dropdown-toggle:focus,
.open > .btn-outline-inverse.dropdown-toggle.active {
  background-color: #21232c;
  border-color: #21232c;
  color: #fff;
}
.btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled].active, fieldset[disabled] .btn-outline-inverse:hover, fieldset[disabled] .btn-outline-inverse:focus, fieldset[disabled] .btn-outline-inverse.active {
  background-color: transparent;
  border-color: #414658;
  color: #414658;
}
.btn-outline-inverse .badge {
  background-color: #414658;
  border-color: transparent;
  color: #fff;
}
.btn-outline-base {
  background-color: transparent;
  border-color: #444444;
  color: #444444;
}
.btn-outline-base:hover, .btn-outline-base:focus, .btn-outline-base.active {
  background-color: #444444;
  border-color: #444444;
  color: #fff;
}
.btn-outline-base:active, .btn-outline-base.active,
.open > .btn-outline-base.dropdown-toggle {
  background-color: #444444;
  border-color: #444444;
  color: #fff;
}
.btn-outline-base:active:hover, .btn-outline-base:active:focus, .btn-outline-base:active.active, .btn-outline-base.active:hover, .btn-outline-base.active:focus, .btn-outline-base.active.active,
.open > .btn-outline-base.dropdown-toggle:hover,
.open > .btn-outline-base.dropdown-toggle:focus,
.open > .btn-outline-base.dropdown-toggle.active {
  background-color: #525e6a;
  border-color: #525e6a;
  color: #fff;
}
.btn-outline-base.disabled:hover, .btn-outline-base.disabled:focus, .btn-outline-base.disabled.active, .btn-outline-base[disabled]:hover, .btn-outline-base[disabled]:focus, .btn-outline-base[disabled].active, fieldset[disabled] .btn-outline-base:hover, fieldset[disabled] .btn-outline-base:focus, fieldset[disabled] .btn-outline-base.active {
  background-color: transparent;
  border-color: #444444;
  color: #444444;
}
.btn-outline-base .badge {
  background-color: #444444;
  border-color: transparent;
  color: #fff;
}
.btn-outline-secondary {
  background-color: transparent;
  border-color: #fd7b6c;
  color: #fd7b6c;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.active {
  background-color: #fd7b6c;
  border-color: #fd7b6c;
  color: #fff;
}
.btn-outline-secondary:active, .btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
  background-color: #fd7b6c;
  border-color: #fd7b6c;
  color: #fff;
}
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.active, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.active,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.active {
  background-color: #fc3721;
  border-color: #fc3721;
  color: #fff;
}
.btn-outline-secondary.disabled:hover, .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.active, .btn-outline-secondary[disabled]:hover, .btn-outline-secondary[disabled]:focus, .btn-outline-secondary[disabled].active, fieldset[disabled] .btn-outline-secondary:hover, fieldset[disabled] .btn-outline-secondary:focus, fieldset[disabled] .btn-outline-secondary.active {
  background-color: transparent;
  border-color: #fd7b6c;
  color: #fd7b6c;
}
.btn-outline-secondary .badge {
  background-color: #fd7b6c;
  border-color: transparent;
  color: #fff;
}
.btn-rounded {
  border-radius: 10em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.more-btn {
  background-color: #f9fafc;
  border-bottom: 1px solid #d8e1f2;
  border-top: 1px solid #d8e1f2;
  border-left: 1px solid #d8e1f2;
  border-right: 1px solid #d8e1f2;
  border-radius: 20px;
  color: #444444;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  text-transform: capitalize;
}
.more-btn i {
  margin-left: 5px;
}
.more-btn:hover, .more-btn:focus {
  text-decoration: none;
  color: inherit;
}
.social-icon button i {
  margin: 0 10px 0 0;
}
.prtm-cropper .btn {
  margin: 0 0 10px 0;
}
.hvr-rectangle-out {
  border-radius: 0px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
   -o-transform: scale(0);
      transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out.active {
  color: #fff;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
   -o-transform: scale(1);
      transform: scale(1);
}
.btn-primary.hvr-rectangle-out::before, .hvr-rectangle-out.input-group-addon.btn-file::before,
.btn-outline-primary.hvr-rectangle-out::before,
.basic-full-calendar .hvr-rectangle-out.fc-button::before,
.agenda-full-calendar .hvr-rectangle-out.fc-button::before,
.rtl-full-calendar .hvr-rectangle-out.fc-button::before,
#external-events .hvr-rectangle-out.fc-button::before,
.external-full-calendar .hvr-rectangle-out.fc-button::before,
.language-full-calendar .hvr-rectangle-out.fc-button::before,
.format-full-calendar .hvr-rectangle-out.fc-button::before,
.event-color-full-calendar .hvr-rectangle-out.fc-button::before,
.bg-color-full-calendar .hvr-rectangle-out.fc-button::before {
  background-color: var(--theme-color);
}
.btn-success.hvr-rectangle-out::before,
.btn-outline-success.hvr-rectangle-out::before {
  background-color: #43A047;
}
.btn-info.hvr-rectangle-out::before,
.btn-outline-info.hvr-rectangle-out::before {
  background-color: #31cff9;
}
.btn-secondary.hvr-rectangle-out::before,
.btn-outline-secondary.hvr-rectangle-out::before {
  background-color: #fd7b6c;
}
.btn-outline-primary.hvr-rectangle-out, .basic-full-calendar .hvr-rectangle-out.fc-button,
.agenda-full-calendar .hvr-rectangle-out.fc-button,
.rtl-full-calendar .hvr-rectangle-out.fc-button,
#external-events .hvr-rectangle-out.fc-button,
.external-full-calendar .hvr-rectangle-out.fc-button,
.language-full-calendar .hvr-rectangle-out.fc-button,
.format-full-calendar .hvr-rectangle-out.fc-button,
.event-color-full-calendar .hvr-rectangle-out.fc-button,
.bg-color-full-calendar .hvr-rectangle-out.fc-button,
.btn-outline-success.hvr-rectangle-out,
.btn-outline-info.hvr-rectangle-out,
.btn-outline-secondary.hvr-rectangle-out {
  background-color: #fff;
}
@media (max-width: 1700px) and (min-width: 992px) {
  .custum-lg-device > div {
    width: 100%;
  }
}
/*=============== Comming soom css ================*/
.content {
  line-height: 1.7;
  font-weight: 500;
  color: #414658;
}
.prtm-comming-style {
  background-image: url("../img/comingsoon-banner.png");
  -webkit-background-size: auto auto;
          background-size: auto auto;
  background-position: center bottom;
  padding: 4em 0 33em;
  background-repeat: no-repeat;
  background-color: #f9fafc;
}
@media (max-width: 992px) and (min-width: 320px) {
  .comming-soon-style .font-3x {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .comming-soon-style .font-5x {
    font-size: 35px;
  }
}
/*============== Data table css ================*/
.data-table thead,
.data-table tfoot {
  border-top: 1px solid #dadde4;
}
.data-table thead th,
.data-table thead td,
.data-table tfoot th,
.data-table tfoot td {
  font-weight: 400;
}
.data-table tbody {
  border-bottom: 1px solid #dadde4;
}
.data-table tbody tr:first-child td {
  border-top: none;
}
.data-table th,
.data-table td {
  border-width: 1px;
  vertical-align: middle;
  border-bottom: 1px solid #b9b9b9;
}
.dataTables_filter input {
  border: 1px solid #c1c8d0;
  padding: 10px;
}
.dataTables_paginate {
  border: 1px solid #c1c8d0;
}
div.dataTables_wrapper {
  margin: 0 auto;
}
.dataTables_scrollHeadInner,
.table.table-hover.display.dataTable {
  width: 100%;
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
  opacity: 1;
}
.data-table-style .dataTable tbody tr {
  background-color: transparent;
}
.data-table-style .dataTable tbody tr:hover, .data-table-style .dataTable tbody tr.active, .data-table-style .dataTable tbody tr:focus {
  background-color: #f4f5f9;
}
.dataTables_filter label,
.prtm-block .dataTables_wrapper .dataTables_length,
.prtm-block .dataTables_wrapper .dataTables_info {
  color: #444444;
}
.prtm-block .dataTables_wrapper table.dataTable.stripe tbody tr.odd,
.prtm-block .dataTables_wrapper table.dataTable.display tbody tr.odd {
  background-color: #f9fafc;
}
.prtm-block .dataTables_wrapper table.dataTable.stripe tbody tr:hover, .prtm-block .dataTables_wrapper table.dataTable.stripe tbody tr.active, .prtm-block .dataTables_wrapper table.dataTable.stripe tbody tr:focus,
.prtm-block .dataTables_wrapper table.dataTable.display tbody tr:hover,
.prtm-block .dataTables_wrapper table.dataTable.display tbody tr.active,
.prtm-block .dataTables_wrapper table.dataTable.display tbody tr:focus {
  background-color: #f4f5f9;
}
.prtm-block .dataTables_wrapper table.dataTable.display tbody tr.odd > .sorting_1,
.prtm-block .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: transparent;
}
.prtm-block .dataTables_wrapper table.dataTable.display tbody tr.even > .sorting_1,
.prtm-block .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: transparent;
}
.prtm-block .dataTables_wrapper table.dataTable.row-border tbody th,
.prtm-block .dataTables_wrapper table.dataTable.row-border tbody td,
.prtm-block .dataTables_wrapper table.dataTable.display tbody th,
.prtm-block .dataTables_wrapper table.dataTable.display tbody td {
  border-color: #eff4f8;
}
.prtm-block .dataTables_wrapper .table-responsive {
  border: none;
}
.prtm-block .dataTables_wrapper table.dataTable {
  margin: 0px !important;
}
.prtm-block .dataTables_paginate {
  border-color: transparent;
}
#ZeroClipboard_TableToolsMovie_1 {
  display: none;
}
.prtm-block .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
}
.test thead th,
.test tbody td,
.test tfoot th {
  width: 150px;
}
div.dt-autofill-background,
div.dt-autofill-list {
  z-index: 9999;
}
.dataTable.table > thead > tr > th {
  vertical-align: middle;
}

/*============ Responsive table css ============*/
@media only screen and (max-width: 767px) {
  .unseen table td:nth-child(4), .unseen table td:nth-child(7), .unseen table td:nth-child(8),
  .unseen table th:nth-child(4),
  .unseen table th:nth-child(7),
  .unseen table th:nth-child(8) {
    display: none;
  }
  .dataTables_wrapper .dataTables_filter {
    float: none;
    width: 100%;
    text-align: left !important;
  }

  table.dataTable thead .sorting::after,
  table.dataTable thead .sorting_asc::after,
  table.dataTable thead .sorting_desc::after,
  table.dataTable thead .sorting_asc_disabled::after,
  table.dataTable thead .sorting_desc_disabled::after {
    bottom: 27%;
  }
}
@media only screen and (max-width: 991px) {
  .unseen table td:nth-child(2),
  .unseen table th:nth-child(2) {
    display: none;
  }
  .flip-scroll * html .flip-content {
    zoom: 1;
  }
  .flip-scroll table {
    display: block;
  }
  .flip-scroll thead {
    display: block;
    float: left;
  }
  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .flip-scroll tbody tr {
    display: inline-block;
    margin-left: -5px;
    border-left: 1px solid #ddd;
  }
  .flip-scroll td,
  .flip-scroll th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 13px;
    padding: 5px;
    width: auto;
    display: block;
    text-align: right .flip-scroll td, .flip-scroll th;
  }
  .flip-scroll td :last-child,
  .flip-scroll th :last-child {
    border-bottom: 1px solid #ddd;
  }
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
  }
  .no-more-tables tr {
    border: 1px solid #eff4f8;
  }
  .no-more-tables td {
    border: none;
    border-bottom: 1px solid #eff4f8;
    position: relative;
    padding-left: 40% !important;
    white-space: normal;
    text-align: left;
  }
  .no-more-tables td::before {
    font-weight: 600;
    left: 6px;
    position: absolute;
    top: 6px;
    content: attr(data-title);
  }
}
/*===== Datepicker, Datetimepicker, Daterangepicker css =======*/
.datepicker .day,
.datetimepicker .day,
.daterangepicker .day,
.clockface .day {
  border-radius: 0px;
  height: 35px;
  width: 35px;
}
.datepicker .month,
.datetimepicker .month,
.daterangepicker .month,
.clockface .month {
  border-radius: 0px;
  height: 40px;
}
.datepicker .datepicker-switch,
.datepicker .switch,
.datetimepicker .datepicker-switch,
.datetimepicker .switch,
.daterangepicker .datepicker-switch,
.daterangepicker .switch,
.clockface .datepicker-switch,
.clockface .switch {
  border-radius: 0px;
}
.datepicker .prev,
.datepicker .next,
.datetimepicker .prev,
.datetimepicker .next,
.daterangepicker .prev,
.daterangepicker .next,
.clockface .prev,
.clockface .next {
  border-radius: 0px;
}
.datepicker .prev:hover,
.datepicker .next:hover,
.datetimepicker .prev:hover,
.datetimepicker .next:hover,
.daterangepicker .prev:hover,
.daterangepicker .next:hover,
.clockface .prev:hover,
.clockface .next:hover {
  background-color: var(--theme-color) !important;
  color: #fff;
}
.datepicker .dropdown-menu,
.datetimepicker .dropdown-menu,
.daterangepicker .dropdown-menu,
.clockface .dropdown-menu {
  min-width: 230px;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled.active:hover,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active.active:hover,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled.active:hover,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active.active:hover,
.datetimepicker table tr td span.active:hover:active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: var(--theme-color);
  color: #fff;
}
.datepicker td.day:hover,
.datepicker th.datepicker-switch:hover,
.datepicker td span:hover,
.datepicker thead tr:first-child th:hover,
.datetimepicker table tr td span:hover,
.datetimepicker table tr td.day:hover,
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover,
.daterangepicker td.available:hover,
.clockface .outer:hover,
.clockface .inner:hover {
  background-color: var(--theme-color) !important;
  color: #fff;
}
.daterangepicker td.start-date.end-date {
  border-radius: 0px;
}
.datepicker::before,
[class*=" datetimepicker-dropdown"]::before,
.bootstrap-timepicker-widget.dropdown-menu::before,
.daterangepicker::before {
  border-bottom: 7px solid #fff;
}
.datepicker::after,
[class*=" datetimepicker-dropdown"]::after,
.bootstrap-timepicker-widget.dropdown-menu::after,
.daterangepicker::after {
  border-bottom: 6px solid #fff;
}
.daterangepicker .calendar-table {
  background-color: #fff;
  border-color: #fff;
}
.daterangepicker td.off {
  background-color: #fff;
}
.daterangepicker td.off:hover {
  background-color: var(--theme-color) !important;
}
.daterangepicker .input-mini {
  color: #444444;
  border-color: #c1c8d0 !important;
}
.daterangepicker .calendar-time .hourselect,
.daterangepicker .calendar-time .minuteselect,
.daterangepicker .calendar-time .ampmselect {
  background-color: #fff !important;
  border: 1px solid #c1c8d0 !important;
}
.daterangepicker .ranges li {
  background-color: #fff !important;
  color: #444444;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  border: 1px solid #43A047 !important;
  color: #43A047 !important;
}
.date-picker-style .form-control,
.color-picker-form .form-control {
  color: #444444 !important;
  font-weight: 400 !important;
}
.clockface.dropdown-menu {
  text-align: center !important;
}
.clockface .outer {
  color: #444444;
}
.minicolors-theme-bootstrap .minicolors-swatch, .minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: 0px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .date-picker-style .col-md-4,
  .color-picker-form .col-md-4 {
    width: 100%;
  }
}
/*================ Ecommerce pages css ==========================*/
.order-detail address span {
  margin: 0 0 10px 0;
}
.value,
address {
  color: #414658;
}
.icon {
  font-size: 100px;
  color: #f9fafc;
}
.overlay-wrap:hover .primary-tp-layer {
  display: block;
}
.primary-tp-layer {
  background: var(--theme-color);
  background: rgba(94, 109, 179, 0.8);
  display: none;
}
.primary-tp-layer a {
  margin-bottom: 10px;
}
.pos-center:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.center-holder {
  display: inline-block;
  height: auto;
  padding: 20px;
  vertical-align: middle;
  width: 90%;
}
.wrapper-content h5 {
  color: #414658;
  font-weight: 600;
}
.wrapper-content span {
  color: #414658;
}
.thumb-nail img {
  margin: 0 auto;
}
select {
  -webkit-appearance: none;
  appearance: none;
}
.selectbox, #input-select, .example #input-select {
  overflow: hidden;
  border-radius: 0px;
  position: relative;
  display: block;
  border: 1px solid #c1c8d0;
}
.selectbox:after, #input-select:after, .example #input-select:after {
  content: "\f0dc";
  font-family: FontAwesome;
  color: #fff;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--theme-color);
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gallery_01 > a {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 568px) {
  .ecommerce-page-style .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .prtm-block {
    padding: 10px;
  }
}
/*================= login scss ======================*/
.login-banner {
  background-image: url(".././assets/img/login-banner.jpg");
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 120px 0;
}
.prtm-form-block {
  background: #fff;
  -webkit-box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.5);
  padding: 100px;
}
.login-form-wrapper .prtm-form-block {
  margin: -90px 0 0;
}
.password-style {
  font-size: 18px;
  vertical-align: -15px;
}
.login-bar {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
}
.login-form .form-group .form-control {
  border-radius: 0px;
  height: 50px;
  padding: 5px 15px 5px 50px;
}

.login-form .checkbox input[type="checkbox"] {
  margin-top: 5px;
}
.login-form .checkbox span {
  font-size: 18px;
  margin: 0 0 0 12px;
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .prtm-form-block {
    padding: 50px;
  }
}
@media (max-width: 800px) and (min-width: 479px) {
  .prtm-form-block {
    padding: 40px;
  }
  .login-form-wrapper .prtm-form-block {
    margin: -35px 0 0;
  }
}
@media (max-width: 480px) {
  .prtm-form-block {
    padding: 20px;
  }
  .login-form-wrapper .prtm-form-block {
    margin: -35px 0 0;
  }
  .login-meta .col-xs-6 {
    width: 100%;
  }
}
/*================== Bootstarp model css =============*/
#responsive, #stack1 {
  width: auto;
  margin: 0 auto;
}
.modal-scrollable {
  background: rgba(0, 0, 60, 0.7) none repeat scroll 0 0;
  z-index: 9999;
}
.modal-full.modal-dialog {
  width: 99%;
}
/*================= Notification css =====================*/
.controls h4 {
  color: #414658;
}
.controls .radio,
.controls .checkbox {
  font-weight: 400;
}
.controls label {
  display: block;
  margin: 15px 0 15px 20px;
}
button.close {
  opacity: 1;
}
#toast-container > div {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
.sweet-alert {
  background-color: #fff;
}
.sweet-alert .sa-icon.sa-success .sa-fix,
.sweet-alert .sa-icon.sa-success::after, .sweet-alert .sa-icon.sa-success::before {
  background-color: transparent;
}
.sweet-overlay, .sweet-alert {
  z-index: 9999;
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .alert-block {
    width: 50%;
  }
  .res-block {
    width: 100%;
  }
}
/*=============== Pagination and tooltip css ==================*/
.label {
  border: 0;
  font-weight: 400;
  padding: 0.3em 0.8em;
  border-style: solid;
}
.label-xs {
  padding: 0.01em 0.4em;
}
.label-sm {
  padding: 0.5em 1.4em;
}
.label-md {
  padding: 0.6em 1.5em;
}
.label-lg {
  padding: 0.7em 1.6em;
}
.custom-label .label {
  padding: 0.3em 0.5em;
}
.badge {
  font-weight: 400;
  padding: 4px 7px 3px;
  font-size: 11px;
}
.badge-secondary {
  background-color: #fd7b6c;
}
.label.info-border-label {
  background: #eafbff;
  border: 1px solid #31cff9;
  border-left: 3px solid #31cff9;
  color: #31cff9;
}
.label.success-border-label {
  background: #e3fff8;
  border: 1px solid #43A047;
  border-left: 3px solid #43A047;
  color: #43A047;
}
.label.primary-border-label {
  background: #eceffb;
  border: 1px solid var(--theme-color);
  border-left: 3px solid var(--theme-color);
  color: var(--theme-color);
}
.label.warning-border-label {
  background: #fff6f0;
  border: 1px solid #f17316;
  border-left: 3px solid #f17316;
  color: #f17316;
}
.flat-pagination .pagination li.active a,
.flat-pagination .pagination li:hover a,
.flat-pagination .pagination li:focus a {
  background: #43A047;
}
.flat-pagination .pagination li a {
  border: none;
}
.flat-rounded .pagination li.active a,
.flat-rounded .pagination li:hover a,
.flat-rounded .pagination li:focus a {
  background: #31cff9;
}
.flat-rounded .pagination li a {
  border: none;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}
.separated-pagination .pagination li.active a,
.separated-pagination .pagination li:hover a,
.separated-pagination .pagination li:focus a {
  background: #fd7b6c;
  border-bottom: 1px solid #fd7b6c;
  border-left: 1px solid #fd7b6c;
  border-right: 1px solid #fd7b6c;
  border-top: 1px solid #fd7b6c;
}
.separated-pagination .pagination li a {
  margin: 2px;
  border-bottom: 1px solid #eff4f8;
  border-left: 1px solid #eff4f8;
  border-right: 1px solid #eff4f8;
  border-top: 1px solid #eff4f8;
}
.load-more {
  border-top: 2px solid #eaebed;
}
.load-more a {
  font-size: 20px;
  color: #444444;
}
.load-more span {
  margin: 0 10px 0 0;
}
.full-width .pagination {
  width: 100%;
  background: #eff4f8;
}
.full-width .pagination li.active a,
.full-width .pagination li:hover a,
.full-width .pagination li:focus a {
  color: #43A047;
  border-bottom: 3px solid #43A047;
  background: #eff4f8;
}
.full-width .pagination li a {
  border: none;
  background: #eff4f8;
  padding: 1em 1.5em;
}
.default-pager .pager a:hover, .default-pager .pager a:focus, .default-pager .pager a.active {
  background-color: #444444;
}
.inverse-pager .pager a {
  background-color: #414658;
  border-color: #414658;
  color: #fff;
}
.inverse-pager .pager a:hover, .inverse-pager .pager a:focus, .inverse-pager .pager a.active {
  background-color: transparent;
  color: #414658;
}
.success-pager .pager a {
  border-color: #43A047;
}
.success-pager .pager a:hover, .success-pager .pager a:focus, .success-pager .pager a.active {
  background-color: #43A047;
}
.tooltip-block .btn {
  margin: 0 0 10px 0;
}
/*================ Variants for badge ========================*/
.badge-default {
  background-color: #eff4f8;
}
.badge-default[href]:hover, .badge-default[href]:focus {
  background-color: #ccdce8;
}
.badge-primary {
  background-color: var(--theme-color);
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  background-color: #475597;
}
.badge-success {
  background-color: #43A047;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  background-color: #388E3C;
}
.badge-info {
  background-color: #31cff9;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  background-color: #07bff0;
}
.badge-warning {
  background-color: #f17316;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  background-color: #c85c0c;
}
.badge-danger {
  background-color: #d24636;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  background-color: #ae3527;
}
.badge-inverse {
  background-color: #414658;
}
.badge-inverse[href]:hover, .badge-inverse[href]:focus {
  background-color: #2b2f3b;
}
/*============== Outline variants for label ====================*/
.label-outline-default {
  background-color: transparent;
  border-color: #444444;
  border-style: solid;
  border-width: 1px;
  color: #444444;
}
.label-outline-default[href]:hover, .label-outline-default[href]:focus {
  background-color: #444444;
  color: #fff;
}
.label-outline-primary {
  background-color: transparent;
  border-color: var(--theme-color);
  border-style: solid;
  border-width: 1px;
  color: var(--theme-color);
}
.label-outline-primary[href]:hover, .label-outline-primary[href]:focus {
  background-color: var(--theme-color);
  color: #fff;
}
.label-outline-success {
  background-color: transparent;
  border-color: #43A047;
  border-style: solid;
  border-width: 1px;
  color: #43A047;
}
.label-outline-success[href]:hover, .label-outline-success[href]:focus {
  background-color: #43A047;
  color: #fff;
}
.label-outline-info {
  background-color: transparent;
  border-color: #31cff9;
  border-style: solid;
  border-width: 1px;
  color: #31cff9;
}
.label-outline-info[href]:hover, .label-outline-info[href]:focus {
  background-color: #31cff9;
  color: #fff;
}
.label-outline-warning {
  background-color: transparent;
  border-color: #f17316;
  border-style: solid;
  border-width: 1px;
  color: #f17316;
}
.label-outline-warning[href]:hover, .label-outline-warning[href]:focus {
  background-color: #f17316;
  color: #fff;
}
.label-outline-danger {
  background-color: transparent;
  border-color: #d24636;
  border-style: solid;
  border-width: 1px;
  color: #d24636;
}
.label-outline-danger[href]:hover, .label-outline-danger[href]:focus {
  background-color: #d24636;
  color: #fff;
}
@media (max-width: 1440px) {
  .full-width .pagination li a {
    padding: 1em 1.1em;
  }
  .label-list li,
  .badges-style li {
    margin: 0 0 20px;
  }
  .bordered-label span,
  .custom-label span,
  .colored-label span {
    line-height: 40px;
  }
  .pagination-tooltip-style .prtm-block {
    padding: 10px;
  }
}
@media (max-width: 567px) {
  .flat-rounded .pagination-lg > li > a,
  .flat-rounded .pagination-lg > li > span {
    font-size: 14px;
    padding: 3px 11px;
  }
}
@media (max-width: 374px) {
  .flat-rounded .pagination-lg > li > a,
  .flat-rounded .pagination-lg > li > span {
    padding: 3px 9px;
  }
}
/*================ Pricing page  css =====================*/
.pricing-style .box-border {
  margin: 0 3px;
}
.pricing-title {
  font-size: 80px;
  font-weight: 300;
}
.pricing-title sub,
.pricing-title sup {
  font-size: 35px;
  margin: 0 -20px;
}
.pricing-title sup {
  top: -1.5em;
}
.pricing-content ul li {
  font-size: 16px;
  margin-bottom: 20px;
}
.standered-table .prtm-block.active {
  background-color: #43A047;
  border-color: #43A047;
  -webkit-box-shadow: 0 1px 10px #444444;
          box-shadow: 0 1px 10px #444444;
  -webkit-transform: scale(1.035);
      -ms-transform: scale(1.035);
       -o-transform: scale(1.035);
          transform: scale(1.035);
  z-index: 999;
}
.standered-table .prtm-block.active h2,
.standered-table .prtm-block.active ul li {
  color: #fff;
}
.standered-table .nav-pills {
  display: inline-block;
  border: 1px solid #444444;
  border-radius: 0px;
}
.standered-table .nav-pills a {
  color: #444444;
}
.standered-table .nav-pills > li.active > a {
  background: #444444;
}
.standered-table .prtm-block.primary-active {
  border-bottom: 2px solid var(--theme-color);
  border-left: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  border-top: 2px solid var(--theme-color);
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .standered-table .pricing-title {
    font-size: 36px;
  }
  .standered-table .pricing-title sup {
    top: -0.5em;
  }
  .standered-table .font-3x {
    font-size: 2em;
  }
  .pricing-title sub,
  .pricing-title sup {
    margin: 0 -10px;
    font-size: 25px;
  }
  .pricing-style .prtm-block {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .standered-table .prtm-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/*================== Progress bar page css ======================*/
.progress {
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border: none;
  padding: 0px;
}
.progress-bar-vertical {
  width: 20px;
  min-height: 450px;
  display: inline-block;
  border-radius: 0px;
  margin-right: 40px;
}
.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.progress-bar-vertical:last-child {
  margin-right: 0;
}
.progress-bar-secondary {
  background-color: #fd7b6c;
}
.progress-bar-base {
  background-color: #444444;
}
.progress-xs-height {
  height: 4px;
}
.progress-sm-height {
  height: 8px;
}
.progress-lg-height {
  height: 12px;
}
.progress-xs-width {
  width: 4px;
}
.progress-sm-width {
  width: 8px;
}
.progress-lg-width {
  width: 12px;
}
.bar-wrap h5 {
  color: #414658;
}
.progress-rounded {
  border-radius: 1em;
}
.progress-square {
  height: 24px;
}
.progress-square .progress-bar {
  height: 10px;
  margin: 7px;
}
.title-header h3 {
  color: #444444;
}
.title-header h3,
.title-header .progress-icon a {
  color: #444444;
}
.ver-slide {
  margin: 0 0 0 15px;
}
@media (max-width: 1680px) and (min-width: 360px) {
  .progress-bar-vertical {
    margin-right: 20px;
  }
}
/*================= select box css ====================*/
.multiselect-dropdown-style .btn {
  text-align: left;
}
.multiselect-dropdown-style .dropdown-menu {
  width: 100%;
}
.inverse-select .dropdown-menu > li.active a {
  background-color: #414658;
}
.inverse-select .dropdown-menu > li > a:hover, .inverse-select .dropdown-menu > li > a.active, .inverse-select .dropdown-menu > li > a:focus {
  background-color: #414658;
}
.primary-select .dropdown-menu > li.active a {
  background-color: var(--theme-color);
}
.primary-select .dropdown-menu > li > a:hover, .primary-select .dropdown-menu > li > a.active, .primary-select .dropdown-menu > li > a:focus {
  background-color: var(--theme-color);
}
.success-select .dropdown-menu > li.active a {
  background-color: #43A047;
}
.success-select .dropdown-menu > li > a:hover, .success-select .dropdown-menu > li > a.active, .success-select .dropdown-menu > li > a:focus {
  background-color: #43A047;
}
.warning-select .dropdown-menu > li.active a {
  background-color: #f17316;
}
.warning-select .dropdown-menu > li > a:hover, .warning-select .dropdown-menu > li > a.active, .warning-select .dropdown-menu > li > a:focus {
  background-color: #f17316;
}
.error-select .dropdown-menu > li.active a {
  background-color: #d24636;
}
.error-select .dropdown-menu > li > a:hover, .error-select .dropdown-menu > li > a.active, .error-select .dropdown-menu > li > a:focus {
  background-color: #d24636;
}
.info-select .dropdown-menu > li.active a {
  background-color: #31cff9;
}
.info-select .dropdown-menu > li > a:hover, .info-select .dropdown-menu > li > a.active, .info-select .dropdown-menu > li > a:focus {
  background-color: #31cff9;
}
.multiselect-dropdown-style .btn-outline:hover, .multiselect-dropdown-style .btn-outline.active, .multiselect-dropdown-style .btn-outline:focus {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #414658;
  border-top: 1px solid #414658;
  border-left: 1px solid #414658;
  border-right: 1px solid #414658;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #414658;
}
.selectize-dropdown-content .label {
  background-color: #eeeeee;
  color: #414658;
  margin-right: 5px;
}
.selectize-control.multi .selectize-input [data-value] {
  background-color: var(--theme-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(var(--theme-color)));
  background-image: -webkit-linear-gradient(top, var(--theme-color), var(--theme-color));
  background-image: -o-linear-gradient(top, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to bottom, var(--theme-color), var(--theme-color));
}
.selectize-control.multi .selectize-input > div {
  color: #fff;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 9px 8px 6px;
  border-radius: 0px;
}
.prtm-block .selectize-control.multi .selectize-input .active[data-value] {
  background: var(--theme-color);
  color: #fff;
}
/*================== Tabs and accordions css ===================*/
.nav .open > a {
  border-color: transparent !important;
}
.accordion-toggle::after {
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 800;
  position: absolute;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  margin: 0px;
}
.nav-tabs > li > a .accordion-toggle,
.nav-pills > li > a .accordion-toggle {
  text-transform: capitalize;
}
.nav-tabs > li > a .accordion-toggle:hover, .nav-tabs > li > a .accordion-toggle:focus,
.nav-pills > li > a .accordion-toggle:hover,
.nav-pills > li > a .accordion-toggle:focus {
  outline: 0;
}
.nav-tabs > li > a .panel-heading a:hover, .nav-tabs > li > a .panel-heading a:focus, .nav-tabs > li > a .panel-heading a.active,
.nav-pills > li > a .panel-heading a:hover,
.nav-pills > li > a .panel-heading a:focus,
.nav-pills > li > a .panel-heading a.active {
  text-decoration: none;
}
.nav-tabs > li > a .tab-down li.active a,
.nav-pills > li > a .tab-down li.active a {
  border-bottom: 1px solid #eeeeee;
  border-top-color: transparent;
}
.nav-tabs > li > a .nav-tabs,
.nav-pills > li > a .nav-tabs {
  border-bottom: 0px;
  border-top: 1px solid #c1c8d0;
}
.nav-tabs > li > a .nav-tabs > li,
.nav-pills > li > a .nav-tabs > li {
  margin-bottom: 0;
  margin-top: -1px;
}
.nav-tabs > li > a .nav-tabs > li > a,
.nav-pills > li > a .nav-tabs > li > a {
  margin: 0px;
  border-radius: 0;
}
.basic-accordions .panel-heading {
  border-bottom-color: transparent;
}
.basic-accordions .panel-heading a {
  color: #414658;
}
.basic-accordions .panel-heading .accordion-toggle.collapsed::after {
  content: "\f105";
}
.basic-accordions .panel-heading .accordion-toggle::after {
  content: "\f107";
  top: 15px;
  left: 20px;
}
.custom-accordions .panel-collapse .panel-body {
  border-top-color: transparent;
}
.custom-accordions .panel-collapse .panel-body p {
  color: #fff;
}
.custom-accordions .panel-heading a {
  color: #fff;
}
.custom-accordions .panel-heading .accordion-toggle.collapsed::after {
  content: "\f105";
}
.custom-accordions .panel-heading .accordion-toggle::after {
  content: "\f107";
  right: 20px;
  top: 18px;
}
.line-slide-tab .nav li > a:hover,
.line-slide-tab .nav li > a:focus {
  background: transparent;
  border-color: #fff;
}
.line-slide-tab .nav li:first-child {
  margin: 0 0 0 30px;
}
.line-slide-tab .nav-tabs > li.active > a,
.line-slide-tab .nav-tabs > li.active > a:hover,
.line-slide-tab .nav-tabs li.active > a:focus {
  border-color: transparent transparent #eff4f8;
  border-bottom: 3px solid var(--theme-color);
  color: var(--theme-color);
  background: none;
}
.line-slide-tab .nav-tabs li a:hover {
  border-bottom: none;
}
.tab-wrap-2 .nav-tabs {
  border-bottom: 0px;
  background: #f9fafc;
  padding-top: 10px;
}
.tab-wrap-2 .nav-tabs li a {
  border-bottom: 0px;
}
.tab-wrap-2 .nav-tabs > li.active > a,
.tab-wrap-2 .nav-tabs li.active > a:focus {
  border-color: transparent transparent transparent;
  background: #eff4f8;
}
.tab-wrap-2 .nav-tabs li a:hover {
  border-color: #eff4f8;
}
.left-tab .nav-tabs,
.left-tab .nav-pills {
  border-bottom: none;
}
.left-tab .nav-tabs li,
.left-tab .nav-pills li {
  float: none;
}
.left-tab .nav-tabs li a,
.left-tab .nav-pills li a {
  border-bottom: 0px;
  border: none;
}
.left-tab .nav-tabs li > a:hover,
.left-tab .nav-tabs > li > a:focus,
.left-tab .nav-pills li > a:hover,
.left-tab .nav-pills > li > a:focus {
  border-color: #eff4f8;
}
.left-tab .tabs-left li.active > a,
.left-tab .tabs-left li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color var(--theme-color) -moz-use-text-color -moz-use-text-color;
  border-color: var(--theme-color);
  -o-border-image: none;
     border-image: none;
  border-style: none solid none none;
  border-width: medium 4px medium medium;
}
.tabs-left,
.tabs-right {
  border-bottom: medium none;
}
.tabs-left,
.pills-left {
  border-right: 1px solid #eff4f8;
}
.tabs-left > li {
  margin-right: -5px;
}
.inner-acccordians .panel-heading .accordion-toggle.collapsed::after {
  content: "\f067";
  border-radius: 0;
}
.inner-acccordians .panel-heading .accordion-toggle::after {
  content: "\f068";
  right: 20px;
  top: 20px;
  font-size: 16px;
}
.inner-acccordians .panel-heading .accordion-toggle span {
  color: #c1c8d0;
}
.tab-pane p {
  text-align: justify;
}
@media (min-width: 768px) {
  .tab-wrap-2 .nav li:first-child {
    margin-left: 30px;
  }
}
@media (max-width: 580px) {
  .ticket-style .nav.nav-tabs.mrgn-b-xs, .ticket-style .example .nav.nav-tabs#nouislider1-span, .example .ticket-style .nav.nav-tabs#nouislider1-span,
  .ticket-style .nav.nav-tabs.mrgn-b-xs *,
  .ticket-style .example .nav.nav-tabs#nouislider1-span *, .example
  .ticket-style .nav.nav-tabs#nouislider1-span *,
  .ticket-style .nav.nav-tabs.mrgn-b-xs a,
  .ticket-style .example .nav.nav-tabs#nouislider1-span a, .example
  .ticket-style .nav.nav-tabs#nouislider1-span a {
    font-size: 11px;
  }
  .ticket-style .nav > li > a {
    padding: 5px 4px;
  }
}
@media (max-width: 480px) {
  .tabs-accordions-style .prtm-block {
    padding: 10px;
  }
  .nav > li > a {
    padding: 8px 5px;
  }
  .line-slide-tab .nav li:first-child {
    margin: 0px;
  }
  .line-slide-tab .row > div:last-child {
    margin-top: 1em;
  }
}
/*================= Typography css ====================*/
.headings h1,
.headings h2,
.headings h3,
.headings h4,
.headings h5,
.headings h6 {
  font-weight: 400;
  color: #414658;
  margin: 0 0 20px;
}
.check-list {
  margin-right: 50px;
}
.check-list ul li {
  margin-bottom: 10px;
  color: #414658;
}
.check-list span i {
  margin: 0 10px 0 0;
}
.caption-title h5 {
  letter-spacing: 2px;
}
.contextual-list p {
  margin-bottom: 30px;
}
.unordered-list li,
.ordered-list li {
  color: #414658;
  margin: 0 0 10px;
}
.blockquote-style-1 blockquote {
  border-left-color: var(--theme-color);
}
.blockquote-style-2 blockquote {
  border-bottom: 2px solid #f17316;
  border-top: 2px solid #f17316;
  border-left: 2px solid #f17316;
  border-right: 2px solid #f17316;
}
@media (max-width: 1680px) and (min-width: 320px) {
  .check-list {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .check-list:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .typography-widget {
    width: 100%;
  }
}
/*=================== User activity css ========================*/
.table-border-top {
  border-top: 1px solid #c1c8d0;
}
.table-border-top .data-table th {
  background: transparent;
  color: #444444;
}
.table-border-top .data-table td .badge {
  font-size: 10px;
}
.table-border-top .data-table tr:last-child td {
  border-bottom: none;
}
.table-border-top table > tr {
  border-bottom: 1px solid #eff4f8;
}
/*=================== User feeds css ========================*/
.prtm-user-feeds li {
  margin-bottom: 20px;
  padding: 15px;
}
.prtm-user-feeds li:last-child {
  margin: 0;
}
/*=================== User listing page css ========================*/
.action-links {
  position: absolute;
  right: 5%;
  top: 6%;
}
.action-links .dropdown i {
  color: #444444;
}
.prtm-users-listing p {
  color: #444444;
}
@media (min-width: 480px) {
  .prtm-users-listing .thumb-wid {
    width: 100px;
  }
  .prtm-users-listing .thumb-content {
    width: calc(100% - 120px);
    width: -ms-calc(100% - 120px);
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .prtm-users-listing > .row > div {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .action-links {
    right: 4%;
    top: 1%;
  }
  .tab-content .user-time-wrapper:before {
    width: 0;
  }
}
/*=============== Chat page css ====================*/
.user-chat-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.user-chat-wrap .chat-window {
  padding-top: 30px;
}
.chat-wrap-list .clearfix.right-side h6, .chat-wrap-list .prtm-main .right-side.prtm-content-wrapper h6, .prtm-main .chat-wrap-list .right-side.prtm-content-wrapper h6, .chat-wrap-list .right-side.chart-warpper h6, .chat-wrap-list
.right-side.prtm-content h6, .chat-wrap-list .right-side.example h6 {
  color: #fff;
}
.chat-wrap-list .clearfix.right-side .prtm-chat-content, .chat-wrap-list .prtm-main .right-side.prtm-content-wrapper .prtm-chat-content, .prtm-main .chat-wrap-list .right-side.prtm-content-wrapper .prtm-chat-content, .chat-wrap-list .right-side.chart-warpper .prtm-chat-content, .chat-wrap-list
.right-side.prtm-content .prtm-chat-content, .chat-wrap-list .right-side.example .prtm-chat-content {
  background-color: #fff;
}
.chat-wrap-list .clearfix h6, .chat-wrap-list .prtm-main .prtm-content-wrapper h6, .prtm-main .chat-wrap-list .prtm-content-wrapper h6, .chat-wrap-list .chart-warpper h6, .chat-wrap-list
.prtm-content h6, .chat-wrap-list .example h6 {
  color: #fff;
}
.chat-wrap-list .clearfix .prtm-chat-content, .chat-wrap-list .prtm-main .prtm-content-wrapper .prtm-chat-content, .prtm-main .chat-wrap-list .prtm-content-wrapper .prtm-chat-content, .chat-wrap-list .chart-warpper .prtm-chat-content, .chat-wrap-list
.prtm-content .prtm-chat-content, .chat-wrap-list .example .prtm-chat-content {
  background-color: #fff;
}
.arrow-box {
  position: relative;
  background: #f9fafc;
  border: 1px solid #c1c8d0;
}
.arrow-box p {
  color: #444444;
}
.arrow-box:before, .arrow-box:after {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-box:after {
  border-color: rgba(249, 250, 252, 0);
  border-right-color: #f9fafc;
  border-width: 10px;
  margin-top: -10px;
}
.arrow-box:before {
  border-color: rgba(215, 222, 228, 0);
  border-right-color: #c1c8d0;
  border-width: 11px;
  margin-top: -11px;
}
.sent-msg .arrow-box-right {
  position: relative;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.sent-msg .arrow-box-right:after {
  left: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(94, 109, 179, 0);
  border-left-color: var(--theme-color);
  border-width: 10px;
  margin-top: -10px;
}
.sent-msg .arrow-box-right p {
  color: #fff;
}
.chat-list-sidebar ul.nav.nav-tabs.prtm-large-tabs {
  border: none;
}
.chat-list-sidebar ul.nav.nav-tabs.prtm-large-tabs li {
  margin: 0;
  width: 100%;
}
.chat-list-sidebar ul.nav.nav-tabs.prtm-large-tabs li a {
  border: none;
  border-radius: 0;
  background: #eff4f8;
  border: none;
  border-top: 1px solid #d7dee4;
}
.chat-list-sidebar ul.nav.nav-tabs.prtm-large-tabs li:active a,
.chat-list-sidebar ul.nav.nav-tabs.prtm-large-tabs li:hover a,
.chat-list-sidebar ul.nav.nav-tabs.prtm-large-tabs li:focus a,
.chat-list-sidebar ul.nav.nav-tabs.prtm-large-tabs li.active a {
  background: #f9fafc;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.chat-list-sidebar .search-form input[type="text"] {
  height: 50px;
  border-right: none;
}
.chat-list-sidebar .search-form .input-group-addon {
  background: #fff;
}
.chat-list-sidebar .search-form input[type="submit"] {
  background: Transparent none repeat scroll 0 0;
  border: medium none;
  font-family: fontawesome;
  font-size: 19px;
  padding-left: 11px;
}
.chat-list-sidebar {
  background: #eff4f8;
}
.pos-abs-right-top {
  right: 0;
  top: 0;
}
.send-msg-form textarea {
  border: 1px solid #c1c8d0;
  border-top: 1px solid #c1c8d0;
  border-right: 1px solid #c1c8d0;
  border-bottom: 1px solid #c1c8d0;
  border-left: 1px solid #c1c8d0;
  height: 55px;
  resize: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.send-msg-form textarea:focus {
  border: 1px solid var(--theme-color);
  color: #444444;
}
.send-msg-form input[type="file"] {
  display: none;
}
.send-msg-form input[type="submit"] {
  height: 55px;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.file-field-label {
  padding: 8px 23px;
  border-top: 1px solid #c1c8d0;
  border-right: 1px solid #c1c8d0;
  border-bottom: 1px solid #c1c8d0;
  border-left: 1px solid #c1c8d0;
  border-radius: 0px;
}
.file-field-label:hover {
  color: #fff;
}
.thumb-wid {
  width: 75px;
}
.thumb-content {
  width: calc(100% - 100px);
  width: -ms-calc(100% - 100px);
}
@media (max-width: 992px) {
  .chat-window {
    padding-left: 0;
  }
  .chat-list-sidebar {
    margin-left: -10px;
    margin-right: -10px;
  }
}
/*================ Emails page css ==========================*/
.email-tabs {
  border: none;
}
.email-tabs li {
  float: none;
  margin: 0;
  border-radius: 0;
}
.email-tabs li a {
  color: #444444;
  border-radius: 0;
  border-left: 4px solid #fff;
}
.email-tabs li a:focus {
  display: block;
  margin: 0;
  border-left: 4px solid transparent;
  background: #fff;
}
.email-tabs li.active a,
.email-tabs li.active a:hover,
.email-tabs li.active a:focus {
  background: #f9fafc;
  border: none;
  border-left: 4px solid #43A047;
}
.hover-drop .dropdown-menu {
  padding: 0;
}
.hover-drop .dropdown-menu li a {
  border-bottom: 1px solid #eff4f8;
  padding: 0.7em;
}
.mail-toolbar li a {
  color: #414658;
  padding: 0 15px;
}
.compose-modal .modal-header,
.compose-modal .modal-body,
.compose-modal .modal-footer {
  background: #fff none repeat scroll 0 0;
}
.compose-modal .modal {
  margin: 30px auto;
}
.compose-modal .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.read {
  background-color: #fff;
  color: #414658;
}
.read a {
  color: #414658;
}
.unread {
  background-color: #f9fafc;
}
.mail-inbox-table {
  padding-top: 0;
}
.mail-inbox-table table > thead > tr > th {
  border-width: 1px;
  font-weight: 300;
}
.mailTable th a,
.email-pager a {
  display: inline-block;
  margin: 0 8px;
  color: #444444;
  font-weight: 700;
  font-size: 16px;
}
.mailTable th a:last-child {
  margin: 0;
}
.mailTable th a > i,
.email-pager a i {
  font-weight: 700;
}
.email-pager a i {
  font-size: 20px;
}
.mailTable th a > i.fa-angle-left,
.mailTable th a > i.fa-angle-right {
  font-size: 23px;
  background: #fff;
  padding: 4px;
}
@media (max-width: 1569px) and (min-width: 1200px) {
  .mail-style .mail-inbox {
    width: 30%;
  }
  .mail-style .mail-content {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .compose-modal .modal {
    width: 600px;
  }
}
/*================== Form controls elements ====================*/
.form-group label {
  font-weight: 400;
  margin: 0 0 10px;
  color: #414658;
}
.form-group .form-control-feedback {
  line-height: 34px;
  position: absolute;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
input[type="radio"], input[type="checkbox"] {
  margin-top: 0px !important;
}
.checkbox-btn span {
  color: #414658;
}
.checkbox span {
  vertical-align: top;
}
.check-box .checkbox, .radio label {
  margin: 0 0 20px 0;
}
.success-addon {
  background: #43A047;
}
.primary-addon {
  background: var(--theme-color);
}
.thumb-img img {
  margin: 0 0 20px;
  width: 100%;
}
.note-image-input {
  height: auto;
}
@media (max-width: 480px) {
  .form-style .prtm-block {
    padding: 10px;
  }
  .form-style .thumb-img {
    width: 100%;
  }
  .form-style .thumb-img img {
    width: 100%;
  }
}
/*================== Form Validations ====================*/
#pratham_demo_form1 .alert,
#pratham_demo_form2 .alert,
#pratham_demo_form3 .alert {
  display: none;
}
.pratham-radio > span,
.pratham-checkbox > span {
  vertical-align: top;
}
/*================== Ui slider ==================*/
.example #lockbutton {
  margin-top: 10px;
}
.noUi-connect {
  background-color: var(--theme-color);
}
/*================== Ui slider ==================*/
.example #lockbutton {
  margin-top: 10px;
}
.example #input-number, .example #input-with-keypress-1, .example #input-with-keypress-0, .example #input-select {
  border: 1px solid #c1c8d0;
  border-radius: 0px;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  width: 48%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: transparent;
}
.example .noUi-connect {
  background-color: var(--theme-color);
}
.example .noUi-target,
.example .noUi-handle {
  border-radius: 0px;
}
@media (max-width: 666px) {
  .example #input-select,
  .example #input-with-keypress-1,
  .example #input-with-keypress-0,
  .example #input-number, .example #input-with-keypress-1, .example #input-with-keypress-0, .example #input-select {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
/*=============== Panels css ==================*/
.panel-inverse {
  border-color: #414658;
}
.panel-inverse > .panel-heading {
  color: #fff;
  background-color: #414658;
  border-color: #414658;
}
.panel-inverse > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #414658;
}
.panel-inverse > .panel-heading .badge {
  color: #414658;
  background-color: #fff;
}
.panel-inverse > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #414658;
}
.panel-white {
  border-color: #fff;
}
.panel-white > .panel-heading {
  color: #414658;
  background-color: #fff;
  border-color: #fff;
}
.panel-white > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff;
}
.panel-white > .panel-heading .badge {
  color: #fff;
  background-color: #414658;
}
.panel-white > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fff;
}
.panel-style .panel,
.panel-style .panel-footer {
  border-radius: 0px;
}
.panel-style p {
  color: #414658;
}
.panel-style .panel-heading {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.customize-panels h3 {
  font-size: 23px;
  font-weight: 300;
}
.panel {
  overflow: hidden;
}
.panel-footer.panel-warning {
  background: #f17316;
  color: #414658;
}
.panel .panel-heading-border {
  border-bottom: 1px solid #444444;
}
.panel.panel-white .panel-success-border {
  border-top: 5px solid #43A047;
  border-bottom: 2px solid #43A047;
}
@media (max-width: 480px) {
  .customize-panels h3 {
    font-size: 18px;
  }
}
/*=================== On closed sidebar -- hover effect ========================*/
.custom-btn {
  padding: 12px 15px;
}
.user-social-links ul {
  font-size: 20px;
}
/*=================== Social icon page css ========================*/
.social-icon button, .circle-line-icon a {
  margin-bottom: 10px;
  display: inline-block;
}
.social-icon a {
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0px;
}
.social-icon a:hover {
  opacity: 0.8;
  color: #fff;
}
.base-icon li > a {
  color: #444444;
}
.base-icon li > a:hover, .base-icon li > a.active, .base-icon li > a:focus {
  color: var(--theme-color);
}
.btn-circle {
  border-radius: 100% !important;
}
.btn-facebook {
  background: var(--theme-color);
}
.btn-twitter {
  background: #65bbf2;
}
.btn-google {
  background: #e56148;
}
.btn-linkedin {
  background: #008fc3;
}
.btn-pinterest {
  background: #d73633;
}
.btn-dribble {
  background: #f1679b;
}
.btn-youtube {
  background: #ca1b00;
}
.btn-instagram {
  background: #4e86ab;
}
.btn-stumbleupon {
  background: #da590b;
}
.btn-flickr {
  background: #8916b9;
}
.btn-medium {
  background: #1eb1e8;
}
.btn-modx {
  background: #1a66b8;
}
.btn-reddit {
  background: #e51a53;
}
.btn-skype {
  background: #1477d3;
}
.btn-vimeo {
  background: #699d16;
}
.btn-buysellads {
  background: #ce3a3a;
}
.btn-behance {
  background: #0953a6;
}
.btn-deviantart {
  background: #5b9911;
}
.btn-digg {
  background: #0882d7;
}
.btn-forumbee {
  background: #f4a721;
}
.btn-github {
  background: #691dda;
}
.btn-google-wallet {
  background: #248eff;
}
.btn-share-alt {
  background: #4e86ab;
}
.btn-hashtag {
  background: #606060;
}
.btn-slideshare {
  background: #5773cd;
}
.btn-snapchat {
  background: #e9d252;
}
.btn-soundcloud {
  background: #fc9a00;
}
.btn-tumblr {
  background: #135e89;
}
.btn-wechat {
  background: #53b60b;
}
.btn-whatsapp {
  background: #21eb00;
}
.btn-yahoo {
  background: #8e23c0;
}
.btn-yelp {
  background: #ca1c1c;
}
.btn-gray {
  background: #444444;
}
.btn-app {
  background: #d77b66;
}
.btn-bitbucket {
  background: #215283;
}
.btn-dropbox {
  background: #158ae1;
}
.btn-foursquare {
  background: #f74d78;
}
.btn-windows {
  background: #2476f0;
}
.btn-odnoklassniki {
  background: #f27400;
}
.btn-openid {
  background: #f69300;
}
.btn-vk {
  background: #597fa5;
}
/*============== Btn circle ==================*/
/*=========== Btn outline-circle =============*/
.btn-outline-twitter {
  background-color: transparent;
  border-color: #65bbf2;
  color: #65bbf2;
}
.btn-outline-twitter:hover, .btn-outline-twitter:focus, .btn-outline-twitter.active {
  background-color: #65bbf2;
  border-color: #65bbf2;
  color: #65bbf2;
}
.btn-outline-twitter:active, .btn-outline-twitter.active,
.open > .btn-outline-twitter.dropdown-toggle {
  background-color: #65bbf2;
  border-color: #65bbf2;
  color: #65bbf2;
}
.btn-outline-twitter:active:hover, .btn-outline-twitter:active:focus, .btn-outline-twitter:active.active, .btn-outline-twitter.active:hover, .btn-outline-twitter.active:focus, .btn-outline-twitter.active.active,
.open > .btn-outline-twitter.dropdown-toggle:hover,
.open > .btn-outline-twitter.dropdown-toggle:focus,
.open > .btn-outline-twitter.dropdown-toggle.active {
  background-color: #1e9cec;
  border-color: #1e9cec;
  color: #65bbf2;
}
.btn-outline-twitter.disabled:hover, .btn-outline-twitter.disabled:focus, .btn-outline-twitter.disabled.active, .btn-outline-twitter[disabled]:hover, .btn-outline-twitter[disabled]:focus, .btn-outline-twitter[disabled].active, fieldset[disabled] .btn-outline-twitter:hover, fieldset[disabled] .btn-outline-twitter:focus, fieldset[disabled] .btn-outline-twitter.active {
  background-color: transparent;
  border-color: #65bbf2;
  color: #65bbf2;
}
.btn-outline-twitter .badge {
  background-color: #65bbf2;
  border-color: transparent;
  color: #65bbf2;
}
.btn-outline-facebook {
  background-color: transparent;
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.btn-outline-facebook:hover, .btn-outline-facebook:focus, .btn-outline-facebook.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.btn-outline-facebook:active, .btn-outline-facebook.active,
.open > .btn-outline-facebook.dropdown-toggle {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.btn-outline-facebook:active:hover, .btn-outline-facebook:active:focus, .btn-outline-facebook:active.active, .btn-outline-facebook.active:hover, .btn-outline-facebook.active:focus, .btn-outline-facebook.active.active,
.open > .btn-outline-facebook.dropdown-toggle:hover,
.open > .btn-outline-facebook.dropdown-toggle:focus,
.open > .btn-outline-facebook.dropdown-toggle.active {
  background-color: #3f4b85;
  border-color: #3f4b85;
  color: var(--theme-color);
}
.btn-outline-facebook.disabled:hover, .btn-outline-facebook.disabled:focus, .btn-outline-facebook.disabled.active, .btn-outline-facebook[disabled]:hover, .btn-outline-facebook[disabled]:focus, .btn-outline-facebook[disabled].active, fieldset[disabled] .btn-outline-facebook:hover, fieldset[disabled] .btn-outline-facebook:focus, fieldset[disabled] .btn-outline-facebook.active {
  background-color: transparent;
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.btn-outline-facebook .badge {
  background-color: var(--theme-color);
  border-color: transparent;
  color: var(--theme-color);
}
.btn-outline-google {
  background-color: transparent;
  border-color: #e56148;
  color: #e56148;
}
.btn-outline-google:hover, .btn-outline-google:focus, .btn-outline-google.active {
  background-color: #e56148;
  border-color: #e56148;
  color: #e56148;
}
.btn-outline-google:active, .btn-outline-google.active,
.open > .btn-outline-google.dropdown-toggle {
  background-color: #e56148;
  border-color: #e56148;
  color: #e56148;
}
.btn-outline-google:active:hover, .btn-outline-google:active:focus, .btn-outline-google:active.active, .btn-outline-google.active:hover, .btn-outline-google.active:focus, .btn-outline-google.active.active,
.open > .btn-outline-google.dropdown-toggle:hover,
.open > .btn-outline-google.dropdown-toggle:focus,
.open > .btn-outline-google.dropdown-toggle.active {
  background-color: #c5371c;
  border-color: #c5371c;
  color: #e56148;
}
.btn-outline-google.disabled:hover, .btn-outline-google.disabled:focus, .btn-outline-google.disabled.active, .btn-outline-google[disabled]:hover, .btn-outline-google[disabled]:focus, .btn-outline-google[disabled].active, fieldset[disabled] .btn-outline-google:hover, fieldset[disabled] .btn-outline-google:focus, fieldset[disabled] .btn-outline-google.active {
  background-color: transparent;
  border-color: #e56148;
  color: #e56148;
}
.btn-outline-google .badge {
  background-color: #e56148;
  border-color: transparent;
  color: #e56148;
}
.btn-outline-linkedin {
  background-color: transparent;
  border-color: #008fc3;
  color: #008fc3;
}
.btn-outline-linkedin:hover, .btn-outline-linkedin:focus, .btn-outline-linkedin.active {
  background-color: #008fc3;
  border-color: #008fc3;
  color: #008fc3;
}
.btn-outline-linkedin:active, .btn-outline-linkedin.active,
.open > .btn-outline-linkedin.dropdown-toggle {
  background-color: #008fc3;
  border-color: #008fc3;
  color: #008fc3;
}
.btn-outline-linkedin:active:hover, .btn-outline-linkedin:active:focus, .btn-outline-linkedin:active.active, .btn-outline-linkedin.active:hover, .btn-outline-linkedin.active:focus, .btn-outline-linkedin.active.active,
.open > .btn-outline-linkedin.dropdown-toggle:hover,
.open > .btn-outline-linkedin.dropdown-toggle:focus,
.open > .btn-outline-linkedin.dropdown-toggle.active {
  background-color: #005777;
  border-color: #005777;
  color: #008fc3;
}
.btn-outline-linkedin.disabled:hover, .btn-outline-linkedin.disabled:focus, .btn-outline-linkedin.disabled.active, .btn-outline-linkedin[disabled]:hover, .btn-outline-linkedin[disabled]:focus, .btn-outline-linkedin[disabled].active, fieldset[disabled] .btn-outline-linkedin:hover, fieldset[disabled] .btn-outline-linkedin:focus, fieldset[disabled] .btn-outline-linkedin.active {
  background-color: transparent;
  border-color: #008fc3;
  color: #008fc3;
}
.btn-outline-linkedin .badge {
  background-color: #008fc3;
  border-color: transparent;
  color: #008fc3;
}
.btn-outline-pinterest {
  background-color: transparent;
  border-color: #d73633;
  color: #d73633;
}
.btn-outline-pinterest:hover, .btn-outline-pinterest:focus, .btn-outline-pinterest.active {
  background-color: #d73633;
  border-color: #d73633;
  color: #d73633;
}
.btn-outline-pinterest:active, .btn-outline-pinterest.active,
.open > .btn-outline-pinterest.dropdown-toggle {
  background-color: #d73633;
  border-color: #d73633;
  color: #d73633;
}
.btn-outline-pinterest:active:hover, .btn-outline-pinterest:active:focus, .btn-outline-pinterest:active.active, .btn-outline-pinterest.active:hover, .btn-outline-pinterest.active:focus, .btn-outline-pinterest.active.active,
.open > .btn-outline-pinterest.dropdown-toggle:hover,
.open > .btn-outline-pinterest.dropdown-toggle:focus,
.open > .btn-outline-pinterest.dropdown-toggle.active {
  background-color: #9e211f;
  border-color: #9e211f;
  color: #d73633;
}
.btn-outline-pinterest.disabled:hover, .btn-outline-pinterest.disabled:focus, .btn-outline-pinterest.disabled.active, .btn-outline-pinterest[disabled]:hover, .btn-outline-pinterest[disabled]:focus, .btn-outline-pinterest[disabled].active, fieldset[disabled] .btn-outline-pinterest:hover, fieldset[disabled] .btn-outline-pinterest:focus, fieldset[disabled] .btn-outline-pinterest.active {
  background-color: transparent;
  border-color: #d73633;
  color: #d73633;
}
.btn-outline-pinterest .badge {
  background-color: #d73633;
  border-color: transparent;
  color: #d73633;
}
.btn-outline-dribble {
  background-color: transparent;
  border-color: #f1679b;
  color: #f1679b;
}
.btn-outline-dribble:hover, .btn-outline-dribble:focus, .btn-outline-dribble.active {
  background-color: #f1679b;
  border-color: #f1679b;
  color: #f1679b;
}
.btn-outline-dribble:active, .btn-outline-dribble.active,
.open > .btn-outline-dribble.dropdown-toggle {
  background-color: #f1679b;
  border-color: #f1679b;
  color: #f1679b;
}
.btn-outline-dribble:active:hover, .btn-outline-dribble:active:focus, .btn-outline-dribble:active.active, .btn-outline-dribble.active:hover, .btn-outline-dribble.active:focus, .btn-outline-dribble.active.active,
.open > .btn-outline-dribble.dropdown-toggle:hover,
.open > .btn-outline-dribble.dropdown-toggle:focus,
.open > .btn-outline-dribble.dropdown-toggle.active {
  background-color: #eb216d;
  border-color: #eb216d;
  color: #f1679b;
}
.btn-outline-dribble.disabled:hover, .btn-outline-dribble.disabled:focus, .btn-outline-dribble.disabled.active, .btn-outline-dribble[disabled]:hover, .btn-outline-dribble[disabled]:focus, .btn-outline-dribble[disabled].active, fieldset[disabled] .btn-outline-dribble:hover, fieldset[disabled] .btn-outline-dribble:focus, fieldset[disabled] .btn-outline-dribble.active {
  background-color: transparent;
  border-color: #f1679b;
  color: #f1679b;
}
.btn-outline-dribble .badge {
  background-color: #f1679b;
  border-color: transparent;
  color: #f1679b;
}
.btn-outline-instagram {
  background-color: transparent;
  border-color: #4e86ab;
  color: #4e86ab;
}
.btn-outline-instagram:hover, .btn-outline-instagram:focus, .btn-outline-instagram.active {
  background-color: #4e86ab;
  border-color: #4e86ab;
  color: #4e86ab;
}
.btn-outline-instagram:active, .btn-outline-instagram.active,
.open > .btn-outline-instagram.dropdown-toggle {
  background-color: #4e86ab;
  border-color: #4e86ab;
  color: #4e86ab;
}
.btn-outline-instagram:active:hover, .btn-outline-instagram:active:focus, .btn-outline-instagram:active.active, .btn-outline-instagram.active:hover, .btn-outline-instagram.active:focus, .btn-outline-instagram.active.active,
.open > .btn-outline-instagram.dropdown-toggle:hover,
.open > .btn-outline-instagram.dropdown-toggle:focus,
.open > .btn-outline-instagram.dropdown-toggle.active {
  background-color: #365d76;
  border-color: #365d76;
  color: #4e86ab;
}
.btn-outline-instagram.disabled:hover, .btn-outline-instagram.disabled:focus, .btn-outline-instagram.disabled.active, .btn-outline-instagram[disabled]:hover, .btn-outline-instagram[disabled]:focus, .btn-outline-instagram[disabled].active, fieldset[disabled] .btn-outline-instagram:hover, fieldset[disabled] .btn-outline-instagram:focus, fieldset[disabled] .btn-outline-instagram.active {
  background-color: transparent;
  border-color: #4e86ab;
  color: #4e86ab;
}
.btn-outline-instagram .badge {
  background-color: #4e86ab;
  border-color: transparent;
  color: #4e86ab;
}
.btn-outline-youtube {
  background-color: transparent;
  border-color: #ca1b00;
  color: #ca1b00;
}
.btn-outline-youtube:hover, .btn-outline-youtube:focus, .btn-outline-youtube.active {
  background-color: #ca1b00;
  border-color: #ca1b00;
  color: #ca1b00;
}
.btn-outline-youtube:active, .btn-outline-youtube.active,
.open > .btn-outline-youtube.dropdown-toggle {
  background-color: #ca1b00;
  border-color: #ca1b00;
  color: #ca1b00;
}
.btn-outline-youtube:active:hover, .btn-outline-youtube:active:focus, .btn-outline-youtube:active.active, .btn-outline-youtube.active:hover, .btn-outline-youtube.active:focus, .btn-outline-youtube.active.active,
.open > .btn-outline-youtube.dropdown-toggle:hover,
.open > .btn-outline-youtube.dropdown-toggle:focus,
.open > .btn-outline-youtube.dropdown-toggle.active {
  background-color: #7e1100;
  border-color: #7e1100;
  color: #ca1b00;
}
.btn-outline-youtube.disabled:hover, .btn-outline-youtube.disabled:focus, .btn-outline-youtube.disabled.active, .btn-outline-youtube[disabled]:hover, .btn-outline-youtube[disabled]:focus, .btn-outline-youtube[disabled].active, fieldset[disabled] .btn-outline-youtube:hover, fieldset[disabled] .btn-outline-youtube:focus, fieldset[disabled] .btn-outline-youtube.active {
  background-color: transparent;
  border-color: #ca1b00;
  color: #ca1b00;
}
.btn-outline-youtube .badge {
  background-color: #ca1b00;
  border-color: transparent;
  color: #ca1b00;
}
.button-block-icon ul li {
  vertical-align: top;
}
.btn-outline-twitter, .btn-outline-facebook, .btn-outline-google, .btn-outline-linkedin, .btn-outline-pinterest, .btn-outline-dribble, .btn-outline-instagram, .btn-outline-youtube {
  border-radius: 100%;
}
.btn-outline-twitter:hover, .btn-outline-facebook:hover, .btn-outline-google:hover, .btn-outline-linkedin:hover, .btn-outline-pinterest:hover, .btn-outline-dribble:hover, .btn-outline-instagram:hover, .btn-outline-youtube:hover, .btn-outline-twitter:focus, .btn-outline-facebook:focus, .btn-outline-google:focus, .btn-outline-linkedin:focus, .btn-outline-pinterest:focus, .btn-outline-dribble:focus, .btn-outline-instagram:focus, .btn-outline-youtube:focus, .active.btn-outline-twitter, .active.btn-outline-facebook, .active.btn-outline-google, .active.btn-outline-linkedin, .active.btn-outline-pinterest, .active.btn-outline-dribble, .active.btn-outline-instagram, .active.btn-outline-youtube {
  color: #fff;
}
/*==================== Table css ======================*/
/*table {
  width: 100%;
}
table th {
  padding: 8px 12px;
  color: #444444;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
}
table td {
  padding: 8px 12px;
  color: #414658;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
.table-inverse {
  background: #323643;
}
.table-inverse th {
  color: #c4c8d4;
}
.table-inverse td {
  color: #c4c8d4;
}
.table-middle thead tr td, .table-middle thead tr th, .table-middle tbody tr td, .table-middle tbody tr th, .table-middle tfoot tr td, .table-middle tfoot tr th {
  vertical-align: middle;
}
.table-top thead tr td, .table-top thead tr th, .table-top tbody tr td, .table-top tbody tr th, .table-top tfoot tr td, .table-top tfoot tr th {
  vertical-align: top;
}
.table tr.bg-success th, tr.bg-danger th, tr.bg-warning th, tr.bg-info th, tr.bg-primary th, tr.file-field-label:hover th, tr.bg-inverse th tr.bg-success td, tr.bg-danger td, tr.bg-warning td, tr.bg-info td, tr.bg-primary td, tr.file-field-label:hover td, tr.bg-inverse td {
  color: #ffffff;
}*/
.primary-table .table thead tr > th, .primary-table .table thead tr > td, .primary-table .table tbody tr > th, .primary-table .table tbody tr > td, .primary-table .table tfoot tr > th, .primary-table .table tfoot tr > td {
    border-color: var(--theme-color);
}
.primary-table .table thead > tr.bg-primary:hover, .primary-table .table thead > tr.file-field-label:hover, .primary-table .table thead > tr.bg-primary.active, .primary-table .table thead > tr.active.file-field-label:hover, .primary-table .table thead > tr.bg-primary:focus, .primary-table .table thead > tr.file-field-label:focus:hover, .primary-table .table tbody > tr.bg-primary:hover, .primary-table .table tbody > tr.file-field-label:hover, .primary-table .table tbody > tr.bg-primary.active, .primary-table .table tbody > tr.active.file-field-label:hover, .primary-table .table tbody > tr.bg-primary:focus, .primary-table .table tbody > tr.file-field-label:focus:hover, .primary-table .table tfoot > tr.bg-primary:hover, .primary-table .table tfoot > tr.file-field-label:hover, .primary-table .table tfoot > tr.bg-primary.active, .primary-table .table tfoot > tr.active.file-field-label:hover, .primary-table .table tfoot > tr.bg-primary:focus, .primary-table .table tfoot > tr.file-field-label:focus:hover {
    background-color: var(--theme-color);
}
.info-table .table thead tr > th, .info-table .table thead tr > td, .info-table .table tbody tr > th, .info-table .table tbody tr > td, .info-table .table tfoot tr > th, .info-table .table tfoot tr > td {
  border-color: #06abd7;
}
.info-table .table thead > tr.bg-info:hover, .info-table .table thead > tr.bg-info.active, .info-table .table thead > tr.bg-info:focus, .info-table .table tbody > tr.bg-info:hover, .info-table .table tbody > tr.bg-info.active, .info-table .table tbody > tr.bg-info:focus, .info-table .table tfoot > tr.bg-info:hover, .info-table .table tfoot > tr.bg-info.active, .info-table .table tfoot > tr.bg-info:focus {
  background-color: #06abd7;
}
.col-custom-2 {
  float: left;
  width: 20%;
}
.th-fw-light th {
  font-weight: 300;
}
.legend table {
  width: auto;
}
.legend table td, .legend table th {
  padding: 0;
}
/*==================== Ticket style scss =======================*/
.ticket-style .table > tbody > tr > td {
  padding: 15px 10px;
  color: #444444;
}
.table.table-striped tr th:first-child, .table.table-striped tr td:first-child {
  padding-left: 30px;
}
.pad-left-tab table tr > td, .pad-left-tab table tr > th {
  padding-left: 20px;
}
.pad-right-tab table tr > td, .pad-right-tab table tr > th {
  padding-right: 20px;
}
.primary-table table tr > td, .primary-table table tr > th, .info-table table tr > td, .info-table tr > th, .info-table table tfoot > th {
  padding-left: 30px !important;
}
.info-table .panel {
  margin-bottom: 0;
}
/*==================== Table striped rows ======================*/
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background: #43A047;
  background: rgba(0, 202, 149, 0.09);
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background: #00b182;
  background: rgba(0, 202, 149, 0.09);
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background: #31cff9;
  background: rgba(49, 207, 249, 0.09);
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background: #18c9f8;
  background: rgba(49, 207, 249, 0.09);
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background: #f17316;
  background: rgba(241, 115, 22, 0.09);
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background: #e0670d;
  background: rgba(241, 115, 22, 0.09);
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background: #d24636;
  background: rgba(210, 70, 54, 0.09);
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background: #c33b2c;
  background: rgba(210, 70, 54, 0.09);
}
/*=================== Timeline ========================*/
.timeline-badge {
  background: #fd7b6c;
  font-size: 30px;
  height: 100px;
  width: 100px;
}
.user-time-wrapper {
  overflow: hidden;
}
.user-time-wrapper:before {
  background: #e3e6ea;
  bottom: 0;
  content: "";
  left: 50px;
  position: absolute;
  top: 0;
  width: 1px;
}
.timeline-item .timeline-img {
  position: relative;
  z-index: 2;
  margin: 0 30px 0 0;
}
.timeline-item .timeline-post-details {
  padding-top: 15px;
  width: 87%;
}
.request-action-btn {
  padding: 5px 15px;
}
/*=================== User profile page css ========================*/
.profile-tabs .nav-tabs li {
  display: inline-block;
  float: none;
}
.timeline-layout {
  padding: 0 0 30px 75px;
}
.timeline-layout:before, .timeline-layout:after {
  position: absolute;
  content: "";
}
.timeline-layout:before {
  border-radius: 100%;
  height: 11px;
  left: 32px;
  top: 4px;
  width: 11px;
  background: var(--theme-color);
  z-index: 2;
}
.timeline-layout:after {
  top: 8px;
  width: 1px;
  left: 37px;
  height: 100%;
  background: #c1c8d0;
}
.timeline-layout:last-child {
  padding-bottom: 0;
}
.timeline-layout:last-child:after {
  display: none;
}
.box-type-border > * {
  border-left: 1px solid #c1c8d0;
  border-right: 1px solid #c1c8d0;
  border-top: 1px solid #c1c8d0;
  border-bottom: 1px solid #c1c8d0;
}
.prtm-pie-chart span {
  left: 0;
  right: 0;
  top: 43%;
}
.profile-tabs .nav li:first-child {
  margin: 0;
}
.user-setting .form-group .form-control {
  margin-bottom: 10px;
}
.user-setting .form-group .selectbox .form-control, .user-setting .form-group #input-select .form-control {
  margin-bottom: 10px;
}
.user-setting .selectbox, .user-setting #input-select {
  border: none;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .custom-type-wid .thumb-wid,
  .custom-type-wid .prtm-7 {
    width: 100%;
    margin: 0 auto;
  }
  .custom-type-wid .thumb-wid {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .box-type-border > div {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .timeline-post-details .bg-default .pull-left, .timeline-post-details .file-field-label .pull-left, .timeline-post-details .bg-default .prtm-logo, .timeline-post-details .file-field-label .prtm-logo, .timeline-post-details .bg-default .prtm-chat-wrap .msg-box, .prtm-chat-wrap .timeline-post-details .bg-default .msg-box, .timeline-post-details .file-field-label .prtm-chat-wrap .msg-box, .prtm-chat-wrap .timeline-post-details .file-field-label .msg-box, .timeline-post-details .bg-default .prtm-chat-wrap input.send-msg-btn[type="submit"], .prtm-chat-wrap .timeline-post-details .bg-default input.send-msg-btn[type="submit"], .timeline-post-details .file-field-label .prtm-chat-wrap input.send-msg-btn[type="submit"], .prtm-chat-wrap .timeline-post-details .file-field-label input.send-msg-btn[type="submit"] {
    width: 100%;
  }
}
/*=================== Wheather sections ========================*/
.overflow-wrapper {
  overflow: hidden;
}
.prtm-wheather-widget .city-active {
  border-radius: 50px;
  padding: 14px 46px;
}
.prtm-wheather-widget .city-active h3 {
  margin-bottom: 0;
}
.prtm-wheather-widget .temp-value {
  font-size: 50px;
  font-weight: 300;
}
.prtm-wheather-widget .temp-value i {
  font-size: 22px;
  margin-top: 11px;
  vertical-align: top;
}
.prtm-wheather-widget .temp-status img {
  margin-right: 15px;
  vertical-align: sub;
  width: 19px;
}
.prtm-wheather-widget .wheather-list-wrap {
  border-radius: 5px;
  padding: 17px 0 10px;
}
.prtm-wheather-widget .list-img {
  display: inline-block;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  width: 70px;
}
.round-outline {
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 300;
}
.wheather-v2-list {
  padding-top: 12px;
  padding-bottom: 12px;
}
.wheather-v2-list .thumb-content {
  margin: 7px 0;
  width: calc(100% - 75px);
  width: -ms-calc(100% - 75px);
}
.thumb-content {
  margin: 7px 0;
}
@media (max-width: 1680px) {
  .prtm-wheather-widget .temp-value {
    font-size: 35px;
  }
  .prtm-wheather-widget .temp-value i {
    font-size: 14px;
  }
  .prtm-wheather-widget .temp-status img {
    width: 15px;
  }
  .city-active h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .prtm-main .prtm-wheather-widget .wheather-time-list + .wheather-time-list {
    margin-left: 10px;
  }
}
@media (max-width: 1366px) {
  .prtm-wheather-widget h2 {
    font-size: 21px;
  }
  .prtm-wheather-widget .temp-value {
    font-size: 30px;
  }
  .prtm-wheather-widget .temp-value i {
    font-size: 10px;
  }
  .prtm-wheather-widget .city-active {
    padding: 10px 30px;
    margin-bottom: 15px;
  }
  .prtm-wheather-widget .city-active h3 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .prtm-wheather-widget .temp-status img {
    width: 12px;
  }
  .prtm-wheather-widget .temp-value {
    font-size: 28px;
  }
}
.wheather-type-3 .wheather-future-day,
.wheather-type-3 .current-icon,
.wheather-type-3 .current-wheather-info {
  min-height: 169px;
}
.wheather-type-3 .wheather-future-day,
.wheather-type-3 .current-wheather-info {
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .wheather-v2-list.prtm-block-no-gutter {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*=============== Panels css ==================*/
.panel-inverse {
  border-color: #414658;
}
.panel-inverse > .panel-heading {
  color: #fff;
  background-color: #414658;
  border-color: #414658;
}
.panel-inverse > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #414658;
}
.panel-inverse > .panel-heading .badge {
  color: #414658;
  background-color: #fff;
}
.panel-inverse > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #414658;
}
.panel-white {
  border-color: #fff;
}
.panel-white > .panel-heading {
  color: #414658;
  background-color: #fff;
  border-color: #fff;
}
.panel-white > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff;
}
.panel-white > .panel-heading .badge {
  color: #fff;
  background-color: #414658;
}
.panel-white > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fff;
}
.panel-style .panel,
.panel-style .panel-footer {
  border-radius: 0px;
}
.panel-style p {
  color: #414658;
}
.panel-style .panel-heading {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.customize-panels h3 {
  font-size: 23px;
  font-weight: 300;
}
.panel {
  overflow: hidden;
}
.panel-footer.panel-warning {
  background: #f17316;
  color: #414658;
}
.panel .panel-heading-border {
  border-bottom: 1px solid #444444;
}
.panel.panel-white .panel-success-border {
  border-top: 5px solid #43A047;
  border-bottom: 2px solid #43A047;
}
@media (max-width: 480px) {
  .customize-panels h3 {
    font-size: 18px;
  }
}
/*=============== Vactor map css =======================*/
.overflow-auto .prtm-block {
  overflow: auto;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.chart {
  overflow: hidden;
}
.vector {
  width: 100%;
  height: 300px;
}
.demo-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 400px;
  padding: 20px 15px 15px 15px;
  border: 1px solid #eaebed;
  background: #fff;
  border-radius: 0px;
}
.demo-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #ffffff;
}
.ct-label {
  color: #444444;
}
#dashboard3-amchart {
  height: 500px;
}
#dashboard3-email {
  height: 400px;
}
.gmaps {
  height: 400px;
  width: 100%;
}
.overlay {
  background: #4477aa none repeat scroll 0 0;
  border: 3px solid #336699;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 10px #333;
          box-shadow: 2px 2px 10px #333;
  color: #fff;
  display: block;
  font-size: 60px;
  line-height: 80px;
  opacity: 0.8;
  padding: 0 4px;
  text-align: center;
  text-shadow: 1px 1px 1px #666;
}
.overlay_arrow.above {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #336699;
  bottom: -15px;
}
.overlay_arrow {
  height: 0;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  width: 0;
}
.export-main {
  top: -60px;
}
.chart-peity .prtm-full-block {
  text-align: center;
}
#snazzymap-demo {
  height: 600px;
}
.data-map {
  width: null;
  height: 400px;
}
/*================== Blogs ==================*/
.section-header {
  background: url(../img/blog-add-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 80px;
  padding-top: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.section-header p {
  margin-bottom: 60px;
}
.prtm-btn {
  background: #fff none repeat scroll 0 0;
  color: #414658;
  display: inline-block;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 0.9em 4em;
  text-transform: uppercase;
  border-radius: 0px;
}
.prtm-blog-post-meta > * {
  margin-right: 20px;
}
.prtm-blog-post-meta > *:last-child {
  margin: 0;
}
.prtm-blog-post-meta a {
  color: #444444;
}
.prtm-blog-post-meta i {
  margin-right: 10px;
}
.element-list-content i {
  margin-right: 10px;
  color: #444444;
}
.section-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.section-content .element-list {
  border-bottom: 1px solid #eaebed;
}
.section-content .element-list .edit-post {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.section-content .element-list:hover {
  background: #f4f5f9;
}
.section-content .element-list:hover .edit-post {
  opacity: 1;
}
.section-content .post-list-head {
  font-size: 18px;
}
.blog-wrapper .element-list-content {
  margin: 0;
}
.blog-wrapper .element-list-content p {
  font-size: 18px;
  margin-bottom: 7px;
}
.blog-wrapper .element-list-content span {
  font-weight: 300;
}
@media (max-width: 1366px) {
  .blog-wrapper .element-list-content p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .blog-wrapper .thumb-wid {
    width: 100px;
  }
  .blog-wrapper .thumb-content {
    width: calc(100% - 130px);
    width: -ms-calc(100% - 130px);
  }
}
/*================ Notes file css =================*/
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eff4f8;
  border-radius: 0px;
}
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}
.note h1 .close,
.note h2 .close,
.note h3 .close,
.note h4 .close,
.note h5 .close,
.note h6 .close {
  margin-right: -10px;
}
.note p {
  margin: 0;
  font-size: 13px;
}
.note p:last-child {
  margin-bottom: 0;
}
.note.note-default {
  background-color: #cbd1d7;
  border-color: #444444;
  color: gray;
}
.note.note-default.note-bordered {
  background-color: #728192;
  border-color: #525e6a;
}
.note.note-default.note-shadow {
  background-color: #444444;
  border-color: #5d6b79;
  -webkit-box-shadow: 5px 5px rgba(96, 109, 123, 0.2);
          box-shadow: 5px 5px rgba(96, 109, 123, 0.2);
}
.note.note-success {
  background-color: #64ffd6;
  border-color: #00b165;
  color: black;
}
.note.note-success.note-bordered {
  background-color: #00c591;
  border-color: #006439;
}
.note.note-success.note-shadow {
  background-color: #43A047;
  border-color: #007e48;
  -webkit-box-shadow: 5px 5px rgba(0, 131, 75, 0.2);
          box-shadow: 5px 5px rgba(0, 131, 75, 0.2);
}
.note.note-info {
  background-color: #c6f2fd;
  border-color: #0eeef8;
  color: #01212a;
}
.note.note-info.note-bordered {
  background-color: #2ccef9;
  border-color: #05adb5;
}
.note.note-info.note-shadow {
  background-color: #31cff9;
  border-color: #06c5cd;
  -webkit-box-shadow: 5px 5px rgba(6, 201, 210, 0.2);
          box-shadow: 5px 5px rgba(6, 201, 210, 0.2);
}
.note.note-warning {
  background-color: #facaa6;
  border-color: #e0440d;
  color: #080300;
}
.note.note-warning.note-bordered {
  background-color: #f17011;
  border-color: #982e09;
}
.note.note-warning.note-shadow {
  background-color: #f17316;
  border-color: #b0350b;
  -webkit-box-shadow: 5px 5px rgba(181, 55, 11, 0.2);
          box-shadow: 5px 5px rgba(181, 55, 11, 0.2);
}
.note.note-danger {
  background-color: #eeb9b3;
  border-color: #c32c35;
  color: #070202;
}
.note.note-danger.note-bordered {
  background-color: #d14232;
  border-color: #841e24;
}
.note.note-danger.note-shadow {
  background-color: #d24636;
  border-color: #99222a;
  -webkit-box-shadow: 5px 5px rgba(157, 35, 43, 0.2);
          box-shadow: 5px 5px rgba(157, 35, 43, 0.2);
}
.note-box {
  color: #ffffff;
  display: inline-block;
  margin: 0 10px 6px 0;
  padding: 5px 10px;
}
/*=================== Mail composer ==================*/
.compose {
  background-color: #fff;
  border-bottom: 1px solid #eaebed;
  border-left: 1px solid #eaebed;
  border-right: 1px solid #eaebed;
  border-top: 1px solid #eaebed;
  color: #444444;
}
.compose-label {
  background-color: #fff;
  border-bottom: 1px solid #f9fafc;
  border-left: 1px solid #f9fafc;
  border-right: 1px solid #f9fafc;
  border-top: 1px solid #f9fafc;
  color: #444444;
  font-size: 14px;
}
.compose-editor {
  background-color: #f9fafc;
}
.compose-label:hover,
.compose-label:focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.compose-field ~ .compose-field {
  border-bottom: 1px solid #c1c8d0;
  border-left: 1px solid #c1c8d0;
  border-right: 1px solid #c1c8d0;
  border-top: 1px solid #c1c8d0;
}
.compose-field {
  border-bottom: 1px solid #c1c8d0;
  border-left: 1px solid #c1c8d0;
  border-right: 1px solid #c1c8d0;
  border-top: 1px solid #c1c8d0;
  border-radius: 0px;
}
.compose-input {
  background-color: #f9fafc;
  color: #444444;
}
.compose-body {
  border-radius: 0px;
}
.compose-message {
  background-color: #f9fafc;
  border: 1px solid #c1c8d0;
  border-radius: 0px;
}
.file-upload-input {
  bottom: 0;
  cursor: inherit;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
}
/***
jQuery Slimscroll
***/
.slimscrollbar {
  padding: 0 12px 0 5px;
  margin: 0;
  overflow: hidden;
}
.slimscrollbar-footer {
  margin-top: 10px;
}
.slimscrollbar-footer:before, .slimscrollbar-footer:after {
  content: " ";
  display: table;
}
.slimscrollbar-footer:after {
  clear: both;
}
.prtm-block-content .slimScrollBar {
  margin-right: 0px;
}
#full-clndr .clndr-grid .days .day, #full-clndr .clndr-grid .days .empty {
  background-color: #fd7b6c;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  color: white;
  float: left;
  height: 50px;
  padding: 15px;
  text-align: center;
  width: 14.2857%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#full-clndr {
  background-color: #fd7b6c;
  font-weight: 700;
  width: 100%;
}
#full-clndr .current-month {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#full-clndr .day {
  font-weight: 500;
}
#full-clndr .clndr-controls {
  background-color: #fd7b6c;
  color: white;
  padding: 14px;
  text-align: center;
}
#full-clndr .clndr-controls .clndr-previous-button {
  float: left;
  text-align: left;
  cursor: pointer;
  width: 30px;
}
#full-clndr .clndr-controls .clndr-previous-button:hover {
  opacity: 0.5;
}
#full-clndr .clndr-controls .clndr-next-button {
  float: right;
  text-align: right;
  cursor: pointer;
  width: 30px;
}
#full-clndr .clndr-controls .clndr-next-button:hover {
  opacity: 0.5;
}
#full-clndr .clndr-grid {
  border-right: 2px solid #fd7b6c;
  float: left;
  width: 100%;
}
#full-clndr .clndr-grid .days-of-the-week {
  background-color: #fd7b6c;
  width: 100%;
}
#full-clndr .clndr-grid .days-of-the-week .header-day {
  color: white;
  float: left;
  padding: 14px;
  text-align: center;
  width: 14.2857%;
}
#full-clndr .clndr-grid .days {
  width: 100%;
}
#full-clndr .clndr-grid .days .day.event .day-number {
  border-bottom: 2px solid white;
  padding-bottom: 4px;
}
#full-clndr .clndr-grid .days .day.adjacent-month .day-number {
  opacity: 0.3;
}
#full-clndr .clndr-grid .days .empty.event .day-number {
  border-bottom: 2px solid white;
  padding-bottom: 4px;
}
#full-clndr .clndr-grid .days .empty.adjacent-month .day-number {
  opacity: 0.3;
}
#full-clndr .clndr-grid .days .today {
  background-color: #fd6453;
  background-image: none;
  color: white;
}
#full-clndr .event-listing {
  float: left;
  width: 100%;
}
#full-clndr .event-listing .event-listing-title {
  background-color: #71bbd2;
  color: white;
  letter-spacing: 1px;
  padding: 14px;
  text-align: center;
}
#full-clndr .event-listing .event-item {
  color: white;
  padding: 12px;
  font-weight: 100;
  background-color: #fd6453;
  margin-bottom: 10px;
}
#full-clndr .event-listing .event-item:last-child {
  margin: 0;
}
#full-clndr .event-listing .event-item-location {
  font-weight: 100;
}
#full-clndr .block {
  padding: 80px 0;
  width: 100%;
}
#full-clndr .inner {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
}
#full-clndr .bg-gray {
  background-color: #414141;
}
#full-clndr .bg-red {
  background-color: #ff5a45;
}
#full-clndr .bg-red a {
  color: #ff5a45;
}
#full-clndr .bg-red a:hover {
  background-color: #ffb4ab;
  color: #212121;
}
#full-clndr .bg-blue {
  background-color: #71bbd2;
}
#full-clndr .bg-green {
  background-color: #97ce7f;
}
#full-clndr .bg-yellow {
  background-color: #ddca9a;
}
#full-clndr .center {
  text-align: center;
}
#full-clndr .header {
  padding: 30px 0;
}
#full-clndr .clndr-logo {
  background-image: url(http://kylestetz.github.io/CLNDR/css/./clndr-logo.svg);
  height: 113px;
  margin: 0 auto;
  width: 113px;
}
#full-clndr .banner-text {
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
#full-clndr .banner-text.below {
  margin-top: 30px;
}
#full-clndr .banner-text.below a {
  background-color: transparent;
  color: #97ce7f;
}
#full-clndr .banner-text.below a:hover {
  color: #d3eac9;
}
#full-clndr .more-space {
  margin-top: 3em;
}
#full-clndr span.code {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  padding: 0 2px;
}
@media all and (max-width: 768px) {
  #full-clndr .clndr-grid {
    border: medium none;
    width: 100%;
  }
  #full-clndr .event-listing {
    display: none;
  }
  #full-clndr code[class*="language-"] {
    font-size: 14px;
  }
  #full-clndr h1.banner-text {
    font-size: 28px;
  }
  #full-clndr .banner-text.below {
    font-size: 16px;
    word-wrap: break-word;
  }
  pre[class*="language-"] {
    font-size: 14px;
  }
}
/*=============== Bootstrap input style css ==================*/
.fileinput i {
  color: var(--theme-color);
}
.close.fileinput-exists {
  color: #d24636;
  opacity: 1;
  vertical-align: middle;
  float: none;
}
.fileinput-preview.thumbnail {
  width: 400px;
  height: 200px;
}
.fileinput-new.thumbnail {
  width: 100%;
  height: 100%;
}
/*================ Bootstrap Switch css ================*/
.bootstrap-switch {
  border-radius: 0px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: var(--theme-color);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  background-color: #31cff9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  background-color: #43A047;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background-color: #f17316;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  background-color: #d24636;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background-color: #414658;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-container,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  border-radius: 0px;
}
@media (max-width: 678px) and (min-width: 320px) {
  .bootstrap-switch-wrapper {
    margin: 0 0 10px;
  }
}
/*=============== Bootstrap tags input css =================*/
.bootstrap-tagsinput {
  padding: 9px 6px 5px;
  border-color: #c1c8d0;
  background-color: #fff;
  border-radius: 0px;
}
.tag.label {
  display: inline-block;
  margin: 0 0 5px;
  padding: 7px 10px;
}
/*===================== Icons style ==================*/
.glyph {
  width: 13.667%;
  margin: 0 0 10px 0;
}
.glyph .mega {
  font-size: 3em;
}
.glyph:hover .glyph-item {
  background-color: var(--theme-color);
}
.glyph-item {
  border-radius: 0px;
}
.icon-list ul li {
  background-color: #f1f3f6;
  border: 1px solid #c1c8d0;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 5px;
  min-height: 110px;
  padding: 15px 10px;
  text-align: center;
  width: 11.33%;
  color: #414658;
  border-radius: 0px;
  vertical-align: top;
}
.icon-list ul li:hover {
  background-color: #d24636;
  color: #fff;
}
.icon-list ul li i {
  display: block;
  font-size: 28px;
  margin: 0 auto 10px;
}
.icon-list ul li span {
  display: block;
  overflow-wrap: break-word;
}
@media (max-width: 1080px) {
  .icon-list ul li {
    width: auto;
  }
}
@media (max-width: 480px) {
  .glyph .mega {
    font-size: 2em;
  }
}
.prtm-block .fileinput-preview.thumbnail {
  width: 100%;
  min-height: 120px;
  height: auto;
}
.prtm-block .fileinput.fileinput-new {
  display: block;
}
@media (max-width: 767px) {
  .fileupload-buttonbar .fileupload-progress {
    height: 0;
  }
  .dragula-wrapper .dragula-container {
    width: 100%;
    display: block;
  }
  .fileinput-filename {
    font-size: 10px;
  }
}
/*============= Drag and Drop styleling ==============*/
.dragula-wrapper {
  background-color: #43A047;
  color: #fff;
}
/*=========== Full calender style ============*/
.basic-full-calendar .fc-event,
.basic-full-calendar .fc-event-dot,
.agenda-full-calendar .fc-event,
.agenda-full-calendar .fc-event-dot,
.rtl-full-calendar .fc-event,
.rtl-full-calendar .fc-event-dot,
#external-events .fc-event,
#external-events .fc-event-dot,
.external-full-calendar .fc-event,
.external-full-calendar .fc-event-dot,
.language-full-calendar .fc-event,
.language-full-calendar .fc-event-dot,
.format-full-calendar .fc-event,
.format-full-calendar .fc-event-dot,
.event-color-full-calendar .fc-event,
.event-color-full-calendar .fc-event-dot,
.bg-color-full-calendar .fc-event,
.bg-color-full-calendar .fc-event-dot {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  padding: 6px 10px;
}
.basic-full-calendar .fc td,
.agenda-full-calendar .fc td,
.rtl-full-calendar .fc td,
#external-events .fc td,
.external-full-calendar .fc td,
.language-full-calendar .fc td,
.format-full-calendar .fc td,
.event-color-full-calendar .fc td,
.bg-color-full-calendar .fc td {
  padding: 10px;
}
.basic-full-calendar .fc-button,
.agenda-full-calendar .fc-button,
.rtl-full-calendar .fc-button,
#external-events .fc-button,
.external-full-calendar .fc-button,
.language-full-calendar .fc-button,
.format-full-calendar .fc-button,
.event-color-full-calendar .fc-button,
.bg-color-full-calendar .fc-button {
  background-image: none;
}
.basic-full-calendar .fc-button .fc-state-active,
.agenda-full-calendar .fc-button .fc-state-active,
.rtl-full-calendar .fc-button .fc-state-active,
#external-events .fc-button .fc-state-active,
.external-full-calendar .fc-button .fc-state-active,
.language-full-calendar .fc-button .fc-state-active,
.format-full-calendar .fc-button .fc-state-active,
.event-color-full-calendar .fc-button .fc-state-active,
.bg-color-full-calendar .fc-button .fc-state-active {
  background-color: var(--theme-color);
}
.basic-full-calendar .fc-widget-header th,
.agenda-full-calendar .fc-widget-header th,
.rtl-full-calendar .fc-widget-header th,
#external-events .fc-widget-header th,
.external-full-calendar .fc-widget-header th,
.language-full-calendar .fc-widget-header th,
.format-full-calendar .fc-widget-header th,
.event-color-full-calendar .fc-widget-header th,
.bg-color-full-calendar .fc-widget-header th {
  padding: 15px 5px;
}
@media (max-width: 736px) {
  .fc-toolbar .fc-center {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .fc button {
    font-size: 0.8em;
    padding: 0 0.1em;
  }
}
