@charset "UTF-8";
/*
* Pure CSS Framework V1.0 (http://purecssframework.com)
* Copyright 2017 Pure CSS Framework.
* By Lowell Hausman
* Licensed under MIT 
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, img, fieldset, form, label, legend,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  overflow-y: scroll;
}

input[type=hidden] {
  display: none;
}

input, select {
  vertical-align: middle;
}

button {
  width: auto;
  overflow: visible;
}

table {
  border: 0;
  padding: 0;
  border-spacing: 0;
}

/*15px;*/
/* Contextual Colors */
/* rgba(28,107,228,1); */
/* Grey Colors */
/*** Global Helpers ***/
.clear {
  clear: both;
  height: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none !important;
}

.show-inline-block {
  display: inline-block !important;
}

.show-flex {
  display: flex !important;
}

.inline {
  display: inline;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
  display: block;
}

.bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

button, textarea, input, select, label,
button:focus, textarea:focus, input:focus, select:focus, label:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/*** Global Helpers END ***/
body {
  font-size: calc(14px + 0.1vw);
  font-family: "Open Sans", sans-serif, helvetica;
  color: #222;
  line-height: 1.2em;
  background-color: rgba(200, 200, 200, 0.05);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

table {
  border: 0;
  padding: 0;
  border-spacing: 0;
}

a {
  text-decoration: underline;
  color: #4cc2f1;
}

a:hover {
  outline: none;
  text-decoration: none;
}

.layer-highest {
  z-index: 100;
}

.layer-high {
  z-index: 50;
}

.layer-med {
  z-index: 25;
}

.layer-low {
  z-index: 5;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-0 {
  opacity: 0;
}

.height-full {
  height: 100%;
}

.rounded-corners {
  border-radius: 1.3em;
}

.rounded-more-corners {
  border-radius: 4px !important;
}

.rounded-corners-top {
  border-radius: 1.3em 1.3em 0 0;
}

.rounded-corners-bottom {
  border-radius: 0 0 1.3em 1.3em;
}

.rounded-more-corners-top {
  border-radius: 4px 4px 0 0;
}

.rounded-more-corners-bottom {
  border-radius: 0 0 4px 4px;
}

.rounded,
.circle {
  border-radius: 50%;
}

.no-rounded {
  border-radius: 0 !important;
}

.no-wrap {
  white-space: nowrap;
}

small {
  font-size: calc(0.5em + 0.1vw);
}

.no-decoration {
  text-decoration: none !important;
}

.no-border {
  border: 0 !important;
}

/*grey colors*/
.grey {
  background-color: rgb(41, 43, 44);
  color: rgb(255, 255, 255);
}

.grey-25 {
  background-color: rgba(41, 43, 44, 0.25) !important;
}

.grey-50 {
  background-color: rgba(41, 43, 44, 0.5) !important;
}

/* Contextual Colors */
.primary {
  background-color: #4cc2f1;
  color: rgb(255, 255, 255);
}

.secondary {
  background-color: rgb(232, 72, 26);
  color: rgb(255, 255, 255);
}

.info2 {
 /* background-color: rgb(206, 237, 252);*/
  color: rgb(7, 120, 173);
}

.success {
  background-color: rgb(57, 181, 74);
  color: rgb(255, 255, 255);
}

.warning {
  background-color: rgb(248, 185, 87);
  color: rgb(92, 39, 3);
}

.danger {
  background-color: rgb(154, 22, 12);
  color: rgb(255, 255, 255);
}

.vip-bg {
  background: linear-gradient(to bottom, rgb(206, 187, 20) 27%, rgb(251, 223, 147) 100%);
  color: #222;
}

.primary-25,
.primary-25 td,
.primary-25 th {
  background-color: rgba(28, 107, 228, 0.25) !important;
}

.primary-50,
.primary-50 td,
.primary-50 th {
  background-color: rgba(28, 107, 228, 0.5) !important;
}

tr.primary-25 {
  background-color: transparent !important;
}

tr.primary-50 {
  background-color: transparent !important;
}

.secondary-25,
.secondary-25 td,
.secondary-25 th {
  background-color: rgba(232, 72, 26, 0.25) !important;
}

.secondary-50,
.secondary-50 td,
.secondary-50 th {
  background-color: rgba(232, 72, 26, 0.5) !important;
}

tr.secondary-25 {
  background-color: transparent !important;
}

tr.secondary-50 {
  background-color: transparent !important;
}

.info-25,
.info-25 td,
.info-25 th {
  background-color: rgba(206, 237, 252, 0.25) !important;
}

.info-50,
.info-50 td,
.info-50 th {
  background-color: rgba(206, 237, 252, 0.5) !important;
}

tr.info-25 {
  background-color: transparent !important;
}

tr.info-50 {
  background-color: transparent !important;
}

.success-25,
.success-25 td,
.success-25 th {
  background-color: rgba(57, 181, 74, 0.25) !important;
}

.success-50,
.success-50 td,
.success-50 th {
  background-color: rgba(57, 181, 74, 0.5) !important;
}

tr.success-25 {
  background-color: transparent !important;
}

tr.success-50 {
  background-color: transparent !important;
}

.warning-25,
.warning-25 td,
.warning-25 th {
  background-color: rgba(248, 185, 87, 0.25) !important;
}

.warning-50,
.warning-50 td,
.warning-50 th {
  background-color: rgba(248, 185, 87, 0.5) !important;
}

tr.warning-25 {
  background-color: transparent !important;
}

tr.warning-50 {
  background-color: transparent !important;
}

.danger-25,
.danger-25 td,
.danger-25 th {
  background-color: rgba(154, 22, 12, 0.25) !important;
}

.danger-50,
.danger-50 td,
.danger-50 th {
  background-color: rgba(154, 22, 12, 0.5) !important;
}

tr.danger-25 {
  background-color: transparent !important;
}

tr.danger-50 {
  background-color: transparent !important;
}

.text-primary {
  color: #4cc2f1 !important;
}

.text-secondary {
  color: rgb(232, 72, 26) !important;
}

.text-info {
  color: rgb(206, 237, 252) !important;
}

.text-success {
  color: rgb(57, 181, 74) !important;
}

.text-warning {
  color: rgb(248, 185, 87) !important;
}

.text-danger {
  color: rgb(154, 22, 12) !important;
}

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

.text-black {
  color: #000 !important;
}

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

.text-black-white {
  color: rgba(0, 0, 0, 0.8) !important;
}

.text-muted {
  color: rgba(150, 150, 150, 0.75) !important;
}

.text-vip {
  color: #cead14 !important;
}

/* Border Colors */
.border-primary {
  border: 1px solid #4cc2f1 !important;
}

.border-secondary {
  border: 1px solid rgb(232, 72, 26) !important;
}

.border-info {
  border: 1px solid rgb(206, 237, 252) !important;
}

.border-success {
  border: 1px solid rgb(57, 181, 74) !important;
}

.border-warning {
  border: 1px solid rgb(248, 185, 87) !important;
}

.border-danger {
  border: 1px solid rgb(154, 22, 12) !important;
}

.border-vip {
  border: 1px solid #cead14 !important;
}

.border-white {
  border: 1px solid #fff !important;
}

.border-black {
  border: 1px solid #000 !important;
}

.border-muted {
  border: 1px solid rgba(150, 150, 150, 0.75) !important;
}

/* Blockquotes */
blockquote.main-section,
.call-out {
  margin: 0px 0px 20px 0px;
}

blockquote {
  padding: 20px;
  margin: 20px 0px 20px 0px;
  border-left: 4px solid #4cc2f1;
  color: inherit;
}

.call-out {
  padding: 20px;
  margin: 20px 0px 20px 0px;
  background-color: rgba(150, 150, 150, 0.3);
  border-left: 4px solid #4cc2f1;
  color: inherit;
  background-color: #f5f5f5;

}


blockquote h1,
.call-out h1 {
  display: block;
  font-size: 26px;
  margin: 0px 0px 10px 0px;
}

.call-out.primary {
  /*color: #000;*/
  background-color: #f5f5f5;
  border-color: #4cc2f1;
}

.call-out.secondary {
  color: #fff;
  background-color: rgba(232, 72, 26, 0.5);
  border-color: rgb(232, 72, 26);
}

.call-out.info {
  color: #444444;
  background-color:#f5f5f5;
  border-color: rgb(206, 237, 252);
}

.call-out.success {
  color: #fff;
  background-color: rgba(57, 181, 74, 0.5);
  border-color: rgb(57, 181, 74);
}

.call-out.warning {
  color: #5c2703;
  background-color: rgba(248, 185, 87, 0.5);
  border-color: rgb(248, 185, 87);
}

.call-out.danger {
  color: #fff;
  background-color: rgba(154, 22, 12, 0.5);
  border-color: rgb(154, 22, 12);
}

/* Lines */
.line {
  height: 1px;
  border-top: 1px solid rgba(150, 150, 150, 0.3);
  margin: 10px 0px 10px 0px;
}

.line-dotted {
  height: 1px;
  border-top: 1px dotted rgba(150, 150, 150, 0.3);
  margin: 10px 0px 10px 0px;
}

.line-dashed {
  height: 1px;
  border-top: 1px dashed rgba(150, 150, 150, 0.3);
  margin: 10px 0px 10px 0px;
}

/* spacers */
.spacer-xxs {
  height: 2px;
  display: block;
}

.spacer-xs {
  height: 10px;
  display: block;
}

.spacer-sm {
  height: 20px;
  display: block;
}

.spacer-md {
  height: 40px;
  display: block;
}

.spacer-lg {
  height: 60px;
  display: block;
}

.spacer-xl {
  height: 80px;
  display: block;
}

/* margins */
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.mt-xs, .my-xs {
  margin-top: 4px !important;
}

.mr-xs, .mx-xs {
  margin-right: 4px !important;
}

.mb-xs, .my-xs {
  margin-bottom: 4px !important;
}

.ml-xs, .mx-xs {
  margin-left: 4px !important;
}

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

.mt-sm, .my-sm {
  margin-top: 8px !important;
}

.mr-sm, .mx-sm {
  margin-right: 8px !important;
}

.mb-sm, .my-sm {
  margin-bottom: 8px !important;
}

.ml-sm, .mx-sm {
  margin-left: 8px !important;
}

.m-md {
  margin: 16px !important;
}

.mt-md, .my-md {
  margin-top: 16px !important;
}

.mr-md, .mx-md {
  margin-right: 16px !important;
}

.mb-md, .my-md {
  margin-bottom: 16px !important;
}

.ml-md, .mx-md {
  margin-left: 16px !important;
}

.m-lg {
  margin: 32px !important;
}

.mt-lg, .my-lg {
  margin-top: 32px !important;
}

.mr-lg, .mx-lg {
  margin-right: 32px !important;
}

.mb-lg, .my-lg {
  margin-bottom: 32px !important;
}

.ml-lg, .mx-lg {
  margin-left: 32px !important;
}

.m-xl {
  margin: 64px !important;
}

.mt-xl, .my-xl {
  margin-top: 64px !important;
}

.mr-xl, .mx-xl {
  margin-right: 64px !important;
}

.mb-xl, .my-xl {
  margin-bottom: 64px !important;
}

.ml-xl, .mx-xl {
  margin-left: 64px !important;
}

/* paddings */
.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

.pt-xs, .py-xs {
  padding-top: 4px !important;
}

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

.pb-xs, .py-xs {
  padding-bottom: 4px !important;
}

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

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

.pt-sm, .py-sm {
  padding-top: 8px !important;
}

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

.pb-sm, .py-sm {
  padding-bottom: 8px !important;
}

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

.p-md {
  padding: 16px !important;
}

.pt-md, .py-md {
  padding-top: 16px !important;
}

.pr-md, .px-md {
  padding-right: 16px !important;
}

.pb-md, .py-md {
  padding-bottom: 16px !important;
}

.pl-md, .px-md {
  padding-left: 16px !important;
}

.p-lg {
  padding: 32px !important;
}

.pt-lg, .py-lg {
  padding-top: 32px !important;
}

.pr-lg, .px-lg {
  padding-right: 32px !important;
}

.pb-lg, .py-lg {
  padding-bottom: 32px !important;
}

.pl-lg, .px-lg {
  padding-left: 32px !important;
}

.p-xl {
  padding: 64px !important;
}

.pt-xl, .py-xl {
  padding-top: 64px !important;
}

.pr-xl, .px-xl {
  padding-right: 64px !important;
}

.pb-xl, .py-xl {
  padding-bottom: 64px !important;
}

.pl-xl, .px-xl {
  padding-left: 64px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

/* padding */
.padding-xs {
  padding: 4px;
}

.padding-sm {
  padding: 8px;
}

.padding-md {
  padding: 16px;
}

.padding-lg {
  padding: 32px;
}

.padding-xl {
  padding: 64px;
}

/* Text helpers */
.text-left {
  text-align: left !important;
}

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

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

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-smaller {
  font-size: 80% !important;
}

.text-bigger {
  font-size: 120% !important;
}

.text-20 {
  font-size: calc(20px + 0.1vw);
}

.text-24 {
  font-size: calc(24px + 0.1vw);
}

.text-32 {
  font-size: calc(32px + 0.1vw);
}

/* List helpers */
.plain-list {
  list-style-type: none !important;
}

/*** Containers ***/
.main-container {
  padding: 0 1% 0 1%;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.main-container.max-1170 {
  max-width: 1170px;
}

.main-container.max-1400 {
  max-width: 1400px;
}

.main-container.max-1600 {
  max-width: 1600px;
}

.main-container.max-1800 {
  max-width: 1800px;
}

.main-container.header {
  background-color: #fff; /*rgba(255,255,255,.9);*/
  border-color: #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.main-container.header .navbar {
  background-color: transparent;
  border: 0;
}

/* Positions */
.fixed {
  position: fixed;
  z-index: 50;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

/* Titles */
h1 {
  font-size: calc(23px + 0.4vw);
  margin: 25px 0px 25px 0px;
  font-weight: normal;
}

h2 {
  font-size: calc(19px + 0.4vw);
  margin: 20px 0px 20px 0px;
  font-weight: normal;
}

h3 {
  font-size: calc(18px + 0.4vw);
  margin: 15px 0px 15px 0px;
  font-weight: normal;
}

h4 {
  font-size: calc(17px + 0.3vw);
  margin: 10px 0px 10px 0px;
  font-weight: normal;
}

h5 {
  font-size: calc(13px + 0.2vw);
  margin: 8px 0px 8px 0px;
  font-weight: normal;
}

h6 {
  font-size: calc(11px + 0.2vw);
  margin: 8px 0px 8px 0px;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  h1 {
    font-size: calc(21px + 0.4vw);
    margin: 20px 0px 20px 0px;
  }
  h2 {
    font-size: calc(19px + 0.3vw);
    margin: 10px 0px 10px 0px;
  }
  h3 {
    font-size: calc(16px + 0.2vw);
    margin: 10px 0px 10px 0px;
  }
  h4 {
    font-size: calc(15px + 0.1vw);
    margin: 8px 0px 8px 0px;
  }
  h5 {
    font-size: calc(13px + 0.1vw);
    margin: 8px 0px 8px 0px;
  }
  h6 {
    font-size: calc(11px + 0.1vw);
    margin: 8px 0px 8px 0px;
  }
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #4cc2f1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: inline-block;
  opacity: 0.8;
}
/*
h1 small {
  font-size: calc(13px + 0.1vw);
}

h2 small {
  font-size: calc(12px + 0.1vw);
}

h3 small {
  font-size: calc(11px + 0.1vw);
}

h4 small {
  font-size: calc(10px + 0.1vw);
}

h5 small {
  font-size: calc(9px + 0.1vw);
}

h6 small {
  font-size: calc(8px + 0.1vw);
}
*/
/* Double Lined Headers */
.dbl-lined-header h1,
.dbl-lined-header h2 {
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.dbl-lined-header h2 {
  padding-bottom: 0px;
  margin-bottom: 3px;
}

.dbl-lined-header h3,
.dbl-lined-header h4 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.dbl-lined-header small {
  display: block;
  opacity: 0.7;
  margin: 12px 0px 20px 0px;
}

.dbl-lined-header h1 + small {
  font-size: calc(16px + 0.1vw);
}

.dbl-lined-header h2 + small {
  font-size: calc(13px + 0.1vw);
}

.dbl-lined-header h3 + small {
  font-size: calc(10px + 0.1vw);
}

.dbl-lined-header h4 + small {
  font-size: calc(9px + 0.1vw);
}

code {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  display: inline-block;
  background: #f5f2f0;
  white-space: normal;
  padding: 2px 5px 2px 5px;
  color: #905;
  color: #690;
  font-weight: 700;
  font-size: 12px;
}

code span {
  color: #905;
  color: #07a;
}

code A.code-text {
  color: #000;
}

.xs, .sm, .md, .lg, .xl {
  display: none;
}

.indent-xs {
  padding-left: 5px;
  box-sizing: border-box;
}

.indent-sm {
  padding-left: 15px;
  box-sizing: border-box;
}

.indent-md {
  padding-left: 30px;
  box-sizing: border-box;
}

.indent-lg {
  padding-left: 60px;
  box-sizing: border-box;
}

.indent-xl {
  padding-left: 100px;
  box-sizing: border-box;
}

/*** Full Screen ***/
.drop-click-area {
  display: none;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}

/*** Even Height Background Colors ***/
.flex-1 {
  display: flex;
  flex: 1;
}

/*** Flex Classes ***/
.d-flex {
  display: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-1 {
  flex-grow: 1 !important;
}

/*** Icons ***/
i.arrow-down {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}

.has-drop-menu:hover i.arrow-down {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.primary i.arrow-down,
.has-drop-menu:hover .primary i.arrow-down,
.secondary i.arrow-down,
.has-drop-menu:hover .secondary i.arrow-down,
.success i.arrow-down,
.has-drop-menu:hover .success i.arrow-down,
.warning i.arrow-down,
.has-drop-menu:hover .warning i.arrow-down,
.danger i.arrow-down,
.has-drop-menu:hover .danger i.arrow-down {
  border-left-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
}

@media all and (min-width: 1601px) {
  .xs, .sm, .md, .lg, .xl {
    display: none;
  }
  .xl {
    display: block;
  }
  .xl-hide {
    display: none;
  }
}
@media all and (max-width: 1600px) {
  .xs, .sm, .md, .lg, .xl {
    display: none;
  }
  .lg {
    display: block;
  }
  .lg-hide {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .xs, .sm, .md, .lg, .xl {
    display: none;
  }
  .md {
    display: block;
  }
  .md-hide {
    display: none;
  }
  .main-container {
    padding: 0 1%;
  }
  /* spacers */
  .spacer-xs {
    height: 5px;
  }
  .spacer-sm {
    height: 10px;
  }
  .spacer-md {
    height: 20px;
  }
  .spacer-lg {
    height: 30px;
  }
  .spacer-xl {
    height: 40px;
  }
  /* padding */
  .padding-xs {
    padding: 2px;
  }
  .padding-sm {
    padding: 4px;
  }
  .padding-md {
    padding: 8px;
  }
  .padding-lg {
    padding: 16px;
  }
  .padding-xl {
    padding: 32px;
  }
}
@media all and (max-width: 767px) {
  .xs, .sm, .md, .lg, .xl {
    display: none;
  }
  .sm {
    display: block;
  }
  .sm-hide {
    display: none;
  }
  .indent-xs {
    padding-left: 2px;
  }
  .indent-sm {
    padding-left: 5px;
  }
  .indent-md {
    padding-left: 10px;
  }
  .indent-lg {
    padding-left: 20px;
  }
  .indent-xl {
    padding-left: 40px;
  }
  .panel-body {
    min-height: 0px;
  }
}
@media all and (max-width: 375px) {
  .xs, .sm, .md, .lg, .xl {
    display: none;
  }
  .xs {
    display: block;
  }
  .xs-hide {
    display: none;
  }
  blockquote h1,
  .call-out h1 {
    font-size: 17px;
  }
}
/* CSS Common Imports */
.btn {
  display: inline-block;
  padding: 0.55em 1.5em;
  border: 0;
  font-size: calc(0.85em + 0.2vw);
  color: #333;
  background-color: #ccc;
  text-decoration: none;
  transition: background-color 0.3s;
  text-align: center;
  margin: 3px 0 3px 0px;
  box-sizing: border-box;
  border-radius: 2em;
  line-height: normal;
  -webkit-appearance: none;
}

.btn:hover,
.btn.active {
  cursor: pointer;
  background-color: #eee;
  transition: background-color 0.1s;
}

.btn-ghost {
  display: inline-block;
  padding: 0.55em 1.5em;
  font-size: calc(0.85em + 0.2vw);
  color: #666;
  border: 1px solid #888;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s;
  margin: 3px 0 3px 0px;
  box-sizing: border-box;
  border-radius: 2em;
  transition: background-color 0.3s;
}

.btn-ghost:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.1s;
}

.dark .btn-ghost {
  border: 1px solid #fff;
}

.dark .btn-ghost:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.dark .btn-ghost.dynamic,
.btn-ghost.inverted {
  color: rgb(170, 170, 170);
  border: 1px solid #666;
  background-color: rgba(255, 255, 255, 0.05);
}

.dark .btn-ghost.dynamic:hover,
.btn-ghost.inverted:hover {
  border-color: #999;
  color: #eee;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.25);
}

.dark .btn-ghost.dynamic i.arrow-down {
  border-left: 1px solid rgb(151, 151, 151);
  border-bottom: 1px solid rgb(151, 151, 151);
}

.btn.rounded-more-corners {
  border-radius: 12px;
}

.btn.rounded-corners {
  border-radius: 5px;
}

.btn.btn-xs {
  padding: 4px 10px 4px 10px;
  font-size: calc(0.6em + 0.2vw);
}

.btn.btn-sm {
  padding: 8px 12px 8px 12px;
  font-size: calc(0.7em + 0.2vw);
}

.btn.btn-lg {
  padding: 16px 24px 16px 24px;
  font-size: calc(1em + 0.2vw);
}

.btn.btn-xl {
  padding: 30px 40px 30px 40px;
  font-size: calc(1.2em + 0.2vw);
}

.btn-nav-search {
  height: 28px;
  line-height: calc(0.85em + 0.2vw);
  font-size: calc(0.85em + 0.2vw);
}

.btn.primary {
  color: #fff;
  background-color: #4cc2f1;
}

.btn.primary:hover,
.btn.primary.active {
  background-color: rgba(66, 191, 240, 0.7725490196);
}

.btn.secondary {
  color: #fff;
  background-color: rgb(232, 72, 26);
}

.btn.secondary:hover,
.btn.secondary.active {
  background-color: rgba(232, 72, 26, 0.8);
}

.btn.info {
  color: rgb(7, 120, 173);
  background-color: rgb(206, 237, 252);
}

.btn.info:hover,
.btn.info.active {
  background-color: rgba(206, 237, 252, 0.8);
}

.btn.success {
  color: #fff;
  background-color: rgb(57, 181, 74);
}

.btn.success:hover,
.btn.success.active {
  background-color: rgba(57, 181, 74, 0.8);
}

.btn.vip {
  color: #333;
  background: linear-gradient(to bottom, rgb(206, 187, 20) 27%, rgb(251, 223, 147) 100%);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
}

.btn.vip:hover,
.btn.vip.active {
  background-color: #E8CE3E;
  transition: all 0.3s ease-in-out;
}

.btn.warning,
a.btn.warning,
label.btn.warning,
input.btn.warning,
button.btn.warning,
.form-elements input[type=submit].btn.warning,
.form-elements input[type=reset].btn.warning {
  color: #fff;
  background-color: rgb(248, 185, 87);
}

.btn.warning:hover,
a.btn.warning:hover,
label.btn.warning:hover,
input.btn.warning:hover,
button.btn.warning:hover,
.form-elements input[type=submit].btn.warning:hover,
.form-elements input[type=reset].btn.warning:hover,
.btn.warning.active {
  background-color: rgba(248, 185, 87, 0.8);
}

.btn.danger,
a.btn.danger,
label.btn.danger,
input.btn.danger,
button.btn.danger,
.form-elements input[type=submit].btn.danger,
.form-elements input[type=reset].btn.danger {
  color: #fff;
  background-color: rgb(154, 22, 12);
}

.btn.danger:hover,
.btn.danger.active {
  background-color: rgba(154, 22, 12, 0.8);
}

.btn.black {
  color: #fff;
  background-color: rgb(0, 0, 0);
}

.btn.black:hover,
.btn.black.active {
  background-color: rgba(0, 0, 0, 0.7);
}

.btn.white {
  color: #000;
  background-color: rgb(255, 255, 255);
  border: 1px solid #efefef;
}

.btn.white:hover,
.btn.white.active {
  background-color: rgba(255, 255, 255, 0.7);
}

.btn.trans {
  color: inherit;
  background-color: transparent;
  color: #4cc2f1;
  text-decoration: underline;
}

.btn.trans:hover {
  color: rgba(66, 191, 240, 0.7725490196);
  text-decoration: none;
}

.full-width {
  width: 100%;
}

/* Button Components */
.has-drop-menu {
  position: relative;
  cursor: pointer;
}

.has-drop-menu label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
  display: block;
  /* padding: 0px 12px 0px 12px; */
}

.drop-menu {
  display: none;
  box-sizing: border-box;
  padding: 4px;
  margin: 0;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 91;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  min-width: 100%;
  line-height: 30px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  cursor: default;
}

.navbar-links .drop-menu {
  border-radius: 0 0 2px 2px;
}

@media all and (min-width: 1025px) {
  .drop-menu.auto-scroll {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 150px;
  }
  .drop-menu.auto-scroll::-webkit-scrollbar {
    width: 0.8em;
  }
  .drop-menu.auto-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
  }
  .drop-menu.auto-scroll::-webkit-scrollbar-track {
    background: rgba(150, 150, 150, 0.6);
  }
  .drop-menu.auto-scroll::-webkit-scrollbar-button {
    background: rgba(150, 150, 150, 0.2);
    height: 10px;
  }
}
/* Dropmenu locations on different sizes */
.btn .drop-menu {
  top: 100%;
}

.drop-menu.drop-menu-left {
  left: auto;
  right: 0px;
}

.drop-menu-top .drop-menu {
  bottom: 100%;
  top: auto;
}

.drop-menu-input {
  display: none;
}

.drop-menu-input ~ .full-screen {
  display: none;
  cursor: default;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.drop-menu-input:checked ~ .drop-menu {
  display: inline-block;
}

.drop-menu-input:checked ~ .full-screen {
  display: block;
}

.drop-menu li.sep {
  height: 1px;
  background-color: #666;
}

/* Hover menu settings */
.hover-menu .drop-menu-input:checked ~ .menu-label {
  background-color: transparent;
}

.hover-menu .drop-menu-input:checked ~ .full-screen {
  display: none;
}

.hover-menu .drop-menu-input:checked ~ .drop-menu {
  display: none;
}

.hover-menu:hover .drop-menu-input:checked ~ .drop-menu {
  display: inline-block;
}

.drop-menu-input:checked ~ i.arrow-down {
  transform: rotate(135deg);
  margin-bottom: 3px;
  transition: all 0.1s ease-in-out;
}

.hover-menu .drop-menu-input:checked ~ i.arrow-down {
  transform: rotate(-45deg);
  transition: all 0.1s ease-in-out;
}

.drop-menu-input:checked ~ i.arrow-down.no-animation,
.drop-menu-input ~ i.arrow-down.no-animation {
  transform: rotate(-45deg) !important;
  margin-bottom: 3px !important;
}

.hover-menu:hover i.arrow-down.no-animation,
.hover-menu:hover .drop-menu-input:checked i.arrow-down.no-animation {
  transform: rotate(-45deg) !important;
  margin-bottom: 3px !important;
}

.drop-menu-input:checked ~ i.arrow-down {
  transform: rotate(135deg);
  margin-bottom: 3px;
  transition: all 0.1s ease-in-out;
}

.hover-menu:hover .drop-menu {
  display: inline-block;
}

.drop-menu li {
  padding: 0px;
  margin: 0;
  list-style: none;
}

.drop-menu a:not(.btn) {
  display: block;
  text-align: left;
  padding: 1px;
  white-space: nowrap;
  text-decoration: none;
  color: #666;
}

.navbar-links > .has-drop-menu label a {
  text-decoration: none;
}

.navbar-links > .has-drop-menu:hover:after {
  display: none;
}

.drop-menu a:not(.btn):hover {
  color: #4cc2f1;
  background-color: rgba(255, 255, 255, 0.3);
}

.drop-menu-input:checked ~ .menu-label:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #fff;
  pointer-events: none;
  z-index: -1;
  bottom: -10px;
  left: 0;
  width: 100%;
}

.navbar-links .drop-menu-input:checked ~ .menu-label:before {
  display: none;
}

/* icons */
i.arrow-down {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-left: 1px solid rgb(51, 51, 51);
  border-bottom: 1px solid rgb(51, 51, 51);
  transform: rotate(-45deg);
  margin-bottom: 3px;
  margin-left: 3px;
  transition: all 0.1s ease-in-out;
}

.btn.btn-sm.has-drop-menu i.arrow-down,
.btn.btn-xs.has-drop-menu i.arrow-down {
  margin-bottom: 2px;
}

.btn.btn-sm.has-drop-menu:hover i.arrow-down,
.btn.btn-xs.has-drop-menu:hover i.arrow-down {
  margin-bottom: 2px;
}

i.arrow-up {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid rgb(51, 51, 51);
  border-left: 1px solid rgb(51, 51, 51);
  transform: rotate(45deg);
  margin-left: 3px;
  margin-bottom: 3px;
  transition: all 0.1s ease-in-out;
}

i.arrow-right {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid rgb(51, 51, 51);
  border-left: 1px solid rgb(51, 51, 51);
  transform: rotate(135deg);
  margin-left: 3px;
  margin-bottom: 2px;
  transition: all 0.1s ease-in-out;
}

i.arrow-left {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid rgb(51, 51, 51);
  border-left: 1px solid rgb(51, 51, 51);
  transform: rotate(-45deg);
  margin-right: 3px;
  margin-bottom: 2px;
  transition: all 0.1s ease-in-out;
}

.has-drop-menu.hover-menu:hover i.arrow-down.no-animation {
  transform: rotate(-45deg);
}

.has-drop-menu:hover i.arrow-down {
  border-left: 1px solid rgb(51, 51, 51);
  border-bottom: 1px solid rgb(51, 51, 51);
}

.primary i.arrow-down,
.has-drop-menu.primary:hover i.arrow-down {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.primary i.arrow-up,
.has-drop-menu.primary:hover i.arrow-up,
.primary i.arrow-left,
.has-drop-menu.primary:hover i.arrow-left,
.primary i.arrow-right,
.has-drop-menu.primary:hover i.arrow-right {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.secondary i.arrow-down,
.has-drop-menu.secondary:hover i.arrow-down {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.secondary i.arrow-up,
.has-drop-menu.secondary:hover i.arrow-up,
.secondary i.arrow-left,
.has-drop-menu.secondary:hover i.arrow-left,
.secondary i.arrow-right,
.has-drop-menu.secondary:hover i.arrow-right {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.info i.arrow-down,
.has-drop-menu.info:hover i.arrow-down {
  border-left: 1px solid rgb(7, 120, 173);
  border-bottom: 1px solid rgb(7, 120, 173);
}

.info i.arrow-up,
.has-drop-menu.info:hover i.arrow-up,
.info i.arrow-left,
.has-drop-menu.info:hover i.arrow-left,
.info i.arrow-right,
.has-drop-menu.info:hover i.arrow-right {
  border-left: 1px solid rgb(7, 120, 173);
  border-top: 1px solid rgb(7, 120, 173);
}

.success i.arrow-down,
.has-drop-menu.success:hover i.arrow-down {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.success i.arrow-up,
.has-drop-menu.success:hover i.arrow-up,
.success i.arrow-left,
.has-drop-menu.success:hover i.arrow-left,
.success i.arrow-right,
.has-drop-menu.success:hover i.arrow-right {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.warning i.arrow-down i.arrow-down,
.has-drop-menu.warning:hover i.arrow-down {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.warning i.arrow-up,
.has-drop-menu.warning:hover i.arrow-up,
.warning i.arrow-left,
.has-drop-menu.warning:hover i.arrow-left,
.warning i.arrow-right,
.has-drop-menu.warning:hover i.arrow-right {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.danger i.arrow-down i.arrow-down,
.has-drop-menu.danger:hover i.arrow-down {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.danger i.arrow-up,
.has-drop-menu.danger:hover i.arrow-up,
.danger i.arrow-left,
.has-drop-menu.danger:hover i.arrow-left,
.danger i.arrow-right,
.has-drop-menu.danger:hover i.arrow-right {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.has-drop-menu.hover-menu:hover i.arrow-down {
  transform: rotate(135deg);
  transition: all 0.1s ease-in-out;
}

.has-drop-menu.hover-menu:hover .drop-menu-input:checked ~ i.arrow-down {
  transform: rotate(135deg);
  transition: all 0.1s ease-in-out;
}

/* Drop arrow top menu */
.has-drop-menu.hover-menu.drop-menu-top i.arrow-down,
.has-drop-menu.drop-menu-top i.arrow-down,
.has-drop-menu.drop-menu-top:hover i.arrow-down {
  transform: rotate(135deg);
  margin-bottom: 1px;
}

.has-drop-menu.hover-menu.drop-menu-top:hover i.arrow-down {
  transform: rotate(-45deg);
  margin-bottom: 1px;
}

.has-drop-menu.hover-menu.drop-menu-top:hover .drop-menu-input:checked ~ i.arrow-down,
.has-drop-menu.drop-menu-top:hover .drop-menu-input:checked ~ i.arrow-down {
  transform: rotate(-45deg);
  margin-bottom: 3px;
}

.hover-menu.drop-menu-top .drop-menu-input:checked ~ i.arrow-down {
  transform: rotate(135deg);
  transition: all 0.1s ease-in-out;
  margin-bottom: 3px;
}

.drop-menu-top .drop-menu-input:checked ~ i.arrow-down.no-animation,
.drop-menu-top .drop-menu-input ~ i.arrow-down.no-animation {
  transform: rotate(135deg) !important;
  margin-bottom: 3px;
}

.drop-menu-top .hover-menu:hover i.arrow-down.no-animation,
.drop-menu-top .hover-menu:hover .drop-menu-input:checked i.arrow-down.no-animation {
  transform: rotate(135deg) !important;
  margin-bottom: 1px;
}

/* Top drop menu locations on different sizes */
.btn.drop-menu-top .drop-menu {
  bottom: 100%;
  top: auto;
}

.btn.drop-menu-top.btn-xl .drop-menu {
  bottom: 90px;
  top: auto;
}

.btn.drop-menu-top.btn-xl .drop-menu {
  bottom: 90px;
  top: auto;
}

.btn-xl.drop-menu-top.hover-menu i.arrow-down,
.btn-xl.drop-menu-top.hover-menu:hover i.arrow-down {
  margin-bottom: 3px;
}

.btn.drop-menu-top.btn-sm .drop-menu {
  bottom: 32px;
  top: auto;
}

.btn.drop-menu-top.btn-xs .drop-menu {
  bottom: 21px;
  top: auto;
}

/* Button Groups */
.responsive-btn-group {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  webkit-overflow-scrolling: touch;
}

.responsive-btn-group .btn-group {
  display: table;
  border-collapse: separate;
  border-spacing: 1px;
}

.responsive-btn-group .btn-group:after {
  display: none;
}

.btn-group {
  display: block;
}

.btn-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.btn-group a.btn,
.btn-group .btn {
  display: inline-block;
  float: left;
  white-space: nowrap;
  margin-right: 1px;
  border-radius: 0;
}

.btn-group.rounded-sides .btn:first-child,
.btn-group.rounded-sides a.btn:first-child {
  border-radius: 2em 0 0 2em;
}

.btn-group.rounded-sides .btn:last-child,
.btn-group.rounded-sides a.btn:last-child {
  border-radius: 0 2em 2em 0;
}

.responsive-btn-group {
  -webkit-overflow-scrolling: touch;
}

.responsive-btn-group .btn-group a.btn,
.responsive-btn-group .btn-group .btn {
  display: table-cell;
  margin-right: 0;
  float: none;
}

/* Glowing Buttons */
.glow {
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.primary.glow {
  animation-name: primaryGlow;
}

.secondary.glow {
  animation-name: secondaryGlow;
}

.info.glow {
  animation-name: infoGlow;
}

.success.glow {
  animation-name: successGlow;
}

.warning.glow {
  animation-name: warningGlow;
}

.danger.glow {
  animation-name: dangerGlow;
}

@keyframes primaryGlow {
  0% {
    background-color: #4cc2f1;
  }
  50% {
    background-color: rgba(28, 107, 228, 0.25);
  }
  100% {
    background-color: #4cc2f1;
  }
}
@keyframes secondaryGlow {
  0% {
    background-color: rgb(232, 72, 26);
  }
  50% {
    background-color: rgba(232, 72, 26, 0.25);
  }
  100% {
    background-color: rgb(232, 72, 26);
  }
}
@keyframes infoGlow {
  0% {
    background-color: rgb(206, 237, 252);
  }
  50% {
    background-color: rgba(206, 237, 252, 0.25);
  }
  100% {
    background-color: rgb(206, 237, 252);
  }
}
@keyframes successGlow {
  0% {
    background-color: rgb(57, 181, 74);
  }
  50% {
    background-color: rgba(57, 181, 74, 0.25);
  }
  100% {
    background-color: rgb(57, 181, 74);
  }
}
@keyframes warningGlow {
  0% {
    background-color: rgb(248, 185, 87);
  }
  50% {
    background-color: rgba(248, 185, 87, 0.25);
  }
  100% {
    background-color: rgb(248, 185, 87);
  }
}
@keyframes dangerGlow {
  0% {
    background-color: rgb(154, 22, 12);
  }
  50% {
    background-color: rgba(154, 22, 12, 0.25);
  }
  100% {
    background-color: rgb(154, 22, 12);
  }
}
@media all and (max-width: 1024px) {
  .has-drop-menu:hover i.arrow-down {
    transform: rotate(-45deg);
    transition: all 0.1s ease-in-out;
  }
  .has-drop-menu.drop-menu-top:hover i.arrow-down {
    transform: rotate(135deg);
  }
  .drop-menu {
    margin: 0 0 0 0;
  }
  .drop-menu.auto-scroll {
    max-height: 200px;
    overflow-y: auto;
  }
  .drop-menu li {
    padding-left: 20px;
    box-sizing: border-box;
  }
  .btn .drop-menu li {
    padding-left: 0px;
  }
  .navbar div.has-drop-menu > a {
    height: 40px;
    min-height: 40px;
    line-height: 30px;
    box-sizing: border-box;
  }
  /* Hover menu settings */
  .hover-menu .drop-menu-input:checked ~ .menu-label {
    background-color: transparent;
  }
  .hover-menu .drop-menu-input:checked ~ .full-screen {
    display: inline-block;
  }
  .btn.hover-menu .drop-menu-input:checked ~ .full-screen {
    display: block;
    position: fixed;
    height: 100%;
  }
  .hover-menu .drop-menu-input:checked ~ .drop-menu {
    display: inline-block;
  }
  .hover-menu:hover .drop-menu-input ~ .drop-menu {
    display: none;
  }
  .hover-menu .drop-menu-input ~ .drop-menu {
    display: none;
  }
  .hover-menu:hover .drop-menu-input:checked ~ .drop-menu {
    display: inline-block;
  }
  .has-drop-menu.hover-menu:hover i.arrow-down {
    transform: rotate(-45deg);
  }
  .drop-menu-input:checked ~ .menu-label {
    background-color: transparent;
  }
  .has-drop-menu.hover-menu.drop-menu-top:hover i.arrow-down,
  .has-drop-menu.drop-menu-top:hover i.arrow-down {
    transform: rotate(135deg);
  }
  .has-drop-menu.hover-menu.drop-menu-top:hover .drop-menu-input:checked ~ i.arrow-down,
  .has-drop-menu.drop-menu-top:hover .drop-menu-input:checked ~ i.arrow-down {
    transform: rotate(-45deg);
  }
  .has-drop-menu:hover .drop-menu-input:checked ~ i.arrow-down {
    transform: rotate(135deg);
  }
  .has-drop-menu.hover-menu i.arrow-down {
    margin-bottom: 2px;
  }
  .btn,
  a.btn,
  input.btn,
  label.btn,
  button.btn,
  .form-elements input[type=submit],
  .form-elements input[type=reset] {
    font-size: calc(1em + 0.2vw);
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
}

.flex-grid.reverse {
  flex-direction: row-reverse;
}

.flex-grid.column {
  flex-direction: column;
}

.flex-grid.column-reverse {
  flex-direction: column-reverse;
}

.flex-grid > div,
.flex-grid .col {
  padding: 12px;
  box-sizing: border-box;
}

.flex-grid .flex-grid {
  float: none;
  box-sizing: border-box;
  padding: 0px;
  margin-left: -12px;
  margin-right: -12px;
  width: calc(100% + 24px);
}

/* Center Content in a column */
.flex-center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*** 12 Col Grid ***/
.col-1,
.col {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3%;
}

.col-5 {
  width: 41.65%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.31%;
}

.col-8 {
  width: 66.6%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-12 {
  width: 100%;
}

/*  12 Col Grid Offsets */
.col-offset-1 {
  margin-left: 8.33%;
}

.col-offset-2 {
  margin-left: 16.66%;
}

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

.col-offset-4 {
  margin-left: 33.3%;
}

.col-offset-5 {
  margin-left: 45.65%;
}

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

.col-offset-8 {
  margin-left: 66.6%;
}

.col-offset-9 {
  margin-left: 74.9%;
}

.col-offset-10 {
  margin-left: 83.33%;
}

.col-offset-12 {
  margin-left: 100%;
}

/*** 10 Col Grid ***/
.tenths .col-1,
.tenths .col {
  width: 10%;
}

.tenths .col-2 {
  width: 20%;
}

.tenths .col-3 {
  width: 30%;
}

.tenths .col-4 {
  width: 40%;
}

.tenths .col-5 {
  width: 50%;
}

.tenths .col-6 {
  width: 60%;
}

.tenths .col-7 {
  width: 70%;
}

.tenths .col-8 {
  width: 80%;
}

.tenths .col-9 {
  width: 90%;
}

.tenths .col-10 {
  width: 100%;
}

/* 10 Col Grid Offsets */
.tenths .col-offset-1 {
  margin-left: 10%;
}

.tenths .col-offset-2 {
  margin-left: 20%;
}

.tenths .col-offset-3 {
  margin-left: 30%;
}

.tenths .col-offset-4 {
  margin-left: 40%;
}

.tenths .col-offset-5 {
  margin-left: 50%;
}

.tenths .col-offset-6 {
  margin-left: 60%;
}

.tenths .col-offset-7 {
  margin-left: 70%;
}

.tenths .col-offset-8 {
  margin-left: 80%;
}

.tenths .col-offset-9 {
  margin-left: 90%;
}

.tenths .col-offset-10 {
  margin-left: 100%;
}

/*** Grid Orders ***/
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

/* XL Extra large Desktops */
@media all and (min-width: 1601px) {
  /* 12 Col Grid */
  .flex-grid .col-1-xl {
    width: 8.33%;
  }
  .flex-grid .col-2-xl {
    width: 16.66%;
  }
  .flex-grid .col-3-xl {
    width: 25%;
  }
  .flex-grid .col-4-xl {
    width: 33.3%;
  }
  .flex-grid .col-5-xl {
    width: 41.65%;
  }
  .flex-grid .col-6-xl {
    width: 50%;
  }
  .flex-grid .col-7-xl {
    width: 58.31%;
  }
  .flex-grid .col-8-xl {
    width: 66.64%;
  }
  .flex-grid .col-9-xl {
    width: 74.97%;
  }
  .flex-grid .col-10-xl {
    width: 83.3%;
  }
  .flex-grid .col-11-xl {
    width: 91.63%;
  }
  .flex-grid .col-12-xl {
    width: 100%;
  }
  /* 12 Col Grid Offsets */
  .flex-grid .col-offset-1-xl {
    margin-left: 8.33%;
  }
  .flex-grid .col-offset-2-xl {
    margin-left: 16.66%;
  }
  .flex-grid .col-offset-3-xl {
    margin-left: 25%;
  }
  .flex-grid .col-offset-4-xl {
    margin-left: 33.3%;
  }
  .flex-grid .col-offset-5-xl {
    margin-left: 41.65%;
  }
  .flex-grid .col-offset-6-xl {
    margin-left: 50%;
  }
  .flex-grid .col-offset-7-xl {
    margin-left: 58.31%;
  }
  .flex-grid .col-offset-8-xl {
    margin-left: 66.64%;
  }
  .flex-grid .col-offset-9-xl {
    margin-left: 74.97%;
  }
  .flex-grid .col-offset-10-xl {
    margin-left: 83.3%;
  }
  .flex-grid .col-offset-11-xl {
    margin-left: 91.63%;
  }
  .flex-grid .col-offset-12r-xl {
    margin-left: 100%;
  }
  /* 10 Col Grid */
  .flex-grid.tenths .col-1-xl {
    width: 10%;
  }
  .flex-grid.tenths .col-2-xl {
    width: 20%;
  }
  .flex-grid.tenths .col-3-xl {
    width: 30%;
  }
  .flex-grid.tenths .col-4-xl {
    width: 40%;
  }
  .flex-grid.tenths .col-5-xl {
    width: 50%;
  }
  .flex-grid.tenths .col-6-xl {
    width: 60%;
  }
  .flex-grid.tenths .col-7-xl {
    width: 70%;
  }
  .flex-grid.tenths .col-8-xl {
    width: 80%;
  }
  .flex-grid.tenths .col-9-xl {
    width: 90%;
  }
  .flex-grid.tenths .col-10-xl {
    width: 100%;
  }
  /* 10 Col Grid Offsets */
  .flex-grid.tenths .col-offset-1-xl {
    margin-left: 10%;
  }
  .flex-grid.tenths .col-offset-2-xl {
    margin-left: 20%;
  }
  .flex-grid.tenths .col-offset-3-xl {
    margin-left: 30%;
  }
  .flex-grid.tenths .col-offset-4-xl {
    margin-left: 40%;
  }
  .flex-grid.tenths .col-offset-5-xl {
    margin-left: 50%;
  }
  .flex-grid.tenths .col-offset-6-xl {
    margin-left: 60%;
  }
  .flex-grid.tenths .col-offset-7-xl {
    margin-left: 70%;
  }
  .flex-grid.tenths .col-offset-8-xl {
    margin-left: 80%;
  }
  .flex-grid.tenths .col-offset-9-xl {
    margin-left: 90%;
  }
  .flex-grid.tenths .col-offset-10-xl {
    margin-left: 100%;
  }
  .flex-grid .col-offset-clear-xl,
  .flex-grid.tenths .col-offset-clear-xl {
    margin-left: 0;
  }
  /*** XL Grid Orders ***/
  .order-1-xl {
    order: 1;
  }
  .order-2-xl {
    order: 2;
  }
  .order-3-xl {
    order: 3;
  }
  .order-4-xl {
    order: 4;
  }
  .order-5-xl {
    order: 5;
  }
  .order-6-xl {
    order: 6;
  }
  .order-7-xl {
    order: 7;
  }
  .order-8-xl {
    order: 8;
  }
  .order-9-xl {
    order: 9;
  }
  .order-10-xl {
    order: 10;
  }
  .order-11-xl {
    order: 11;
  }
  .order-12-xl {
    order: 12;
  }
}
/* large Desktops */
@media all and (max-width: 1600px) {
  /* 12 Col Grid */
  .flex-grid .col-1-lg {
    width: 8.33%;
  }
  .flex-grid .col-2-lg {
    width: 16.66%;
  }
  .flex-grid .col-3-lg {
    width: 25%;
  }
  .flex-grid .col-4-lg {
    width: 33.3%;
  }
  .flex-grid .col-5-lg {
    width: 41.65%;
  }
  .flex-grid .col-6-lg {
    width: 50%;
  }
  .flex-grid .col-7-lg {
    width: 58.31%;
  }
  .flex-grid .col-8-lg {
    width: 66.64%;
  }
  .flex-grid .col-9-lg {
    width: 74.97%;
  }
  .flex-grid .col-10-lg {
    width: 83.3%;
  }
  .flex-grid .col-11-lg {
    width: 91.63%;
  }
  .flex-grid .col-12-lg {
    width: 100%;
  }
  /* 12 Col Grid Offsets */
  .flex-grid .col-offset-1-lg {
    margin-left: 8.33%;
  }
  .flex-grid .col-offset-2-lg {
    margin-left: 16.66%;
  }
  .flex-grid .col-offset-3-lg {
    margin-left: 25%;
  }
  .flex-grid .col-offset-4-lg {
    margin-left: 33.3%;
  }
  .flex-grid .col-offset-5-lg {
    margin-left: 41.65%;
  }
  .flex-grid .col-offset-6-lg {
    margin-left: 50%;
  }
  .flex-grid .col-offset-7-lg {
    margin-left: 58.31%;
  }
  .flex-grid .col-offset-8-lg {
    margin-left: 66.64%;
  }
  .flex-grid .col-offset-9-lg {
    margin-left: 74.97%;
  }
  .flex-grid .col-offset-10-lg {
    margin-left: 83.3%;
  }
  .flex-grid .col-offset-11-lg {
    margin-left: 91.63%;
  }
  .flex-grid .col-offset-12-lg {
    margin-left: 100%;
  }
  /* 10 Col Grid */
  .flex-grid.tenths .col-1-lg {
    width: 10%;
  }
  .flex-grid.tenths .col-2-lg {
    width: 20%;
  }
  .flex-grid.tenths .col-3-lg {
    width: 30%;
  }
  .flex-grid.tenths .col-4-lg {
    width: 40%;
  }
  .flex-grid.tenths .col-5-lg {
    width: 50%;
  }
  .flex-grid.tenths .col-6-lg {
    width: 60%;
  }
  .flex-grid.tenths .col-7-lg {
    width: 70%;
  }
  .flex-grid.tenths .col-8-lg {
    width: 80%;
  }
  .flex-grid.tenths .col-9-lg {
    width: 90%;
  }
  .flex-grid.tenths .col-10-lg {
    width: 100%;
  }
  /* 10 Col Grid Offsets */
  .flex-grid.tenths .col-offset-1-lg {
    margin-left: 10%;
  }
  .flex-grid.tenths .col-offset-2-lg {
    margin-left: 20%;
  }
  .flex-grid.tenths .col-offset-3-lg {
    margin-left: 30%;
  }
  .flex-grid.tenths .col-offset-4-lg {
    margin-left: 40%;
  }
  .flex-grid.tenths .col-offset-5-lg {
    margin-left: 50%;
  }
  .flex-grid.tenths .col-offset-6-lg {
    margin-left: 60%;
  }
  .flex-grid.tenths .col-offset-7-lg {
    margin-left: 70%;
  }
  .flex-grid.tenths .col-offset-8-lg {
    margin-left: 80%;
  }
  .flex-grid.tenths .col-offset-9-lg {
    margin-left: 90%;
  }
  .flex-grid.tenths .col-offset-10-lg {
    margin-left: 100%;
  }
  .flex-grid .col-offset-clear-lg,
  .flex-grid.tenths .col-offset-clear-lg {
    margin-left: 0;
  }
  /*** LG Grid Orders ***/
  .order-1-lg {
    order: 1;
  }
  .order-2-lg {
    order: 2;
  }
  .order-3-lg {
    order: 3;
  }
  .order-4-lg {
    order: 4;
  }
  .order-5-lg {
    order: 5;
  }
  .order-6-lg {
    order: 6;
  }
  .order-7-lg {
    order: 7;
  }
  .order-8-lg {
    order: 8;
  }
  .order-9-lg {
    order: 9;
  }
  .order-10-lg {
    order: 10;
  }
  .order-11-lg {
    order: 11;
  }
  .order-12-lg {
    order: 12;
  }
}
/* Tablets and small desktop screens */
@media all and (max-width: 1024px) {
  /* 12 Col Grid */
  .flex-grid .col-1-md {
    width: 8.33%;
  }
  .flex-grid .col-2-md {
    width: 16.66%;
  }
  .flex-grid .col-3-md {
    width: 25%;
  }
  .flex-grid .col-4-md {
    width: 33.3%;
  }
  .flex-grid .col-5-md {
    width: 41.65%;
  }
  .flex-grid .col-6-md {
    width: 50%;
  }
  .flex-grid .col-7-md {
    width: 58.31%;
  }
  .flex-grid .col-8-md {
    width: 66.64%;
  }
  .flex-grid .col-9-md {
    width: 74.97%;
  }
  .flex-grid .col-10-md {
    width: 83.3%;
  }
  .flex-grid .col-11-md {
    width: 91.63%;
  }
  .flex-grid .col-12-md {
    width: 100%;
  }
  /* 12 Col Grid Offsets */
  .flex-grid .col-offset-1-md {
    margin-left: 8.33%;
  }
  .flex-grid .col-offset-2-md {
    margin-left: 16.66%;
  }
  .flex-grid .col-offset-3-md {
    margin-left: 25%;
  }
  .flex-grid .col-offset-4-md {
    margin-left: 33.3%;
  }
  .flex-grid .col-offset-5-md {
    margin-left: 41.65%;
  }
  .flex-grid .col-offset-6-md {
    margin-left: 50%;
  }
  .flex-grid .col-offset-7-md {
    margin-left: 58.31%;
  }
  .flex-grid .col-offset-8-md {
    margin-left: 66.64%;
  }
  .flex-grid .col-offset-9-md {
    margin-left: 74.97%;
  }
  .flex-grid .col-offset-10-md {
    margin-left: 83.3%;
  }
  .flex-grid .col-offset-11-md {
    margin-left: 91.63%;
  }
  .flex-grid .col-offset-12-md {
    margin-left: 100%;
  }
  /* 10 Col Grid */
  .flex-grid.tenths .col-1-md {
    width: 10%;
  }
  .flex-grid.tenths .col-2-md {
    width: 20%;
  }
  .flex-grid.tenths .col-3-md {
    width: 30%;
  }
  .flex-grid.tenths .col-4-md {
    width: 40%;
  }
  .flex-grid.tenths .col-5-md {
    width: 50%;
  }
  .flex-grid.tenths .col-6-md {
    width: 60%;
  }
  .flex-grid.tenths .col-7-md {
    width: 70%;
  }
  .flex-grid.tenths .col-8-md {
    width: 80%;
  }
  .flex-grid.tenths .col-9-md {
    width: 90%;
  }
  .flex-grid.tenths .col-10-md {
    width: 100%;
  }
  /* 10 Col Grid Offsets */
  .flex-grid.tenths .col-offset-1-md {
    margin-left: 10%;
  }
  .flex-grid.tenths .col-offset-2-md {
    margin-left: 20%;
  }
  .flex-grid.tenths .col-offset-3-md {
    margin-left: 30%;
  }
  .flex-grid.tenths .col-offset-4-md {
    margin-left: 40%;
  }
  .flex-grid.tenths .col-offset-5-md {
    margin-left: 50%;
  }
  .flex-grid.tenths .col-offset-6-md {
    margin-left: 60%;
  }
  .flex-grid.tenths .col-offset-7-md {
    margin-left: 70%;
  }
  .flex-grid.tenths .col-offset-8-md {
    margin-left: 80%;
  }
  .flex-grid.tenths .col-offset-9-md {
    margin-left: 90%;
  }
  .flex-grid.tenths .col-offset-10-md {
    margin-left: 100%;
  }
  .flex-grid .col-offset-clear-md,
  .flex-grid.tenths .col-offset-clear-md {
    margin-left: 0;
  }
  /*** MD Grid Orders ***/
  .order-1-md {
    order: 1;
  }
  .order-2-md {
    order: 2;
  }
  .order-3-md {
    order: 3;
  }
  .order-4-md {
    order: 4;
  }
  .order-5-md {
    order: 5;
  }
  .order-6-md {
    order: 6;
  }
  .order-7-md {
    order: 7;
  }
  .order-8-md {
    order: 8;
  }
  .order-9-md {
    order: 9;
  }
  .order-10-md {
    order: 10;
  }
  .order-11-md {
    order: 11;
  }
  .order-12-md {
    order: 12;
  }
}
/* Large Phones */
@media all and (max-width: 767px) {
  /* 12 Col Grid */
  .flex-grid .col-1-sm {
    width: 8.33%;
  }
  .flex-grid .col-2-sm {
    width: 16.66%;
  }
  .flex-grid .col-3-sm {
    width: 25%;
  }
  .flex-grid .col-4-sm {
    width: 33.3%;
  }
  .flex-grid .col-5-sm {
    width: 41.65%;
  }
  .flex-grid .col-6-sm {
    width: 50%;
  }
  .flex-grid .col-7-sm {
    width: 58.31%;
  }
  .flex-grid .col-8-sm {
    width: 66.64%;
  }
  .flex-grid .col-9-sm {
    width: 74.97%;
  }
  .flex-grid .col-10-sm {
    width: 83.3%;
  }
  .flex-grid .col-11-sm {
    width: 91.63%;
  }
  .flex-grid .col-12-sm {
    width: 100%;
  }
  /* 12 Col Grid Offsets */
  .flex-grid .col-offset-1-sm {
    margin-left: 8.33%;
  }
  .flex-grid .col-offset-2-sm {
    margin-left: 16.66%;
  }
  .flex-grid .col-offset-3-sm {
    margin-left: 25%;
  }
  .flex-grid .col-offset-4-sm {
    margin-left: 33.3%;
  }
  .flex-grid .col-offset-5-sm {
    margin-left: 41.65%;
  }
  .flex-grid .col-offset-6-sm {
    margin-left: 50%;
  }
  .flex-grid .col-offset-7-sm {
    margin-left: 58.31%;
  }
  .flex-grid .col-offset-8-sm {
    margin-left: 66.64%;
  }
  .flex-grid .col-offset-9-sm {
    margin-left: 74.97%;
  }
  .flex-grid .col-offset-10-sm {
    margin-left: 83.3%;
  }
  .flex-grid .col-offset-11-sm {
    margin-left: 91.63%;
  }
  .flex-grid .col-offset-12-sm {
    margin-left: 100%;
  }
  /* 10 Col Grid */
  .flex-grid.tenths .col-1-sm {
    width: 10%;
  }
  .flex-grid.tenths .col-2-sm {
    width: 20%;
  }
  .flex-grid.tenths .col-3-sm {
    width: 30%;
  }
  .flex-grid.tenths .col-4-sm {
    width: 40%;
  }
  .flex-grid.tenths .col-5-sm {
    width: 50%;
  }
  .flex-grid.tenths .col-6-sm {
    width: 60%;
  }
  .flex-grid.tenths .col-7-sm {
    width: 70%;
  }
  .flex-grid.tenths .col-8-sm {
    width: 80%;
  }
  .flex-grid.tenths .col-9-sm {
    width: 90%;
  }
  .flex-grid.tenths .col-10-sm {
    width: 100%;
  }
  /* 10 Col Grid Offsets */
  .flex-grid.tenths .col-offset-1-sm {
    margin-left: 10%;
  }
  .flex-grid.tenths .col-offset-2-sm {
    margin-left: 20%;
  }
  .flex-grid.tenths .col-offset-3-sm {
    margin-left: 30%;
  }
  .flex-grid.tenths .col-offset-4-sm {
    margin-left: 40%;
  }
  .flex-grid.tenths .col-offset-5-sm {
    margin-left: 50%;
  }
  .flex-grid.tenths .col-offset-6-sm {
    margin-left: 60%;
  }
  .flex-grid.tenths .col-offset-7-sm {
    margin-left: 70%;
  }
  .flex-grid.tenths .col-offset-8-sm {
    margin-left: 80%;
  }
  .flex-grid.tenths .col-offset-9-sm {
    margin-left: 90%;
  }
  .flex-grid.tenths .col-offset-10-sm {
    margin-left: 100%;
  }
  .flex-grid > div, .flex-grid .col {
    padding: 4px;
  }
  .flex-grid {
    padding: 4px;
  }
  .flex-grid .flex-grid {
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
  }
  .flex-grid .col-offset-clear-sm,
  .flex-grid.tenths .col-offset-clear-sm {
    margin-left: 0;
  }
  .col-1,
  .col,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-1,
  .tenths .col,
  .tenths .col-1,
  .tenths .col-2,
  .tenths .col-3,
  .tenths .col-4,
  .tenths .col-5,
  .tenths .col-6,
  .tenths .col-7,
  .tenths .col-8,
  .tenths .col-9,
  .tenths .col-10 {
    width: 100%;
  }
  /*** SM Grid Orders ***/
  .order-1-sm {
    order: 1;
  }
  .order-2-sm {
    order: 2;
  }
  .order-3-sm {
    order: 3;
  }
  .order-4-sm {
    order: 4;
  }
  .order-5-sm {
    order: 5;
  }
  .order-6-sm {
    order: 6;
  }
  .order-7-sm {
    order: 7;
  }
  .order-8-sm {
    order: 8;
  }
  .order-9-sm {
    order: 9;
  }
  .order-10-sm {
    order: 10;
  }
  .order-11-sm {
    order: 11;
  }
  .order-12-sm {
    order: 12;
  }
}
/* smaller Phones */
@media all and (max-width: 375px) {
  /* 12 Col Grid */
  .flex-grid .col-1-xs {
    width: 8.33%;
  }
  .flex-grid .col-2-xs {
    width: 16.66%;
  }
  .flex-grid .col-3-xs {
    width: 25%;
  }
  .flex-grid .col-4-xs {
    width: 33.3%;
  }
  .flex-grid .col-5-xs {
    width: 41.65%;
  }
  .flex-grid .col-6-xs {
    width: 50%;
  }
  .flex-grid .col-7-xs {
    width: 58.31%;
  }
  .flex-grid .col-8-xs {
    width: 66.64%;
  }
  .flex-grid .col-9-xs {
    width: 74.97%;
  }
  .flex-grid .col-10-xs {
    width: 83.3%;
  }
  .flex-grid .col-11-xs {
    width: 91.63%;
  }
  .flex-grid .col-12-xs {
    width: 100%;
  }
  /* 12 Col Grid Offsets */
  .flex-grid .col-offset-1-xs {
    margin-left: 8.33%;
  }
  .flex-grid .col-offset-2-xs {
    margin-left: 16.66%;
  }
  .flex-grid .col-offset-3-xs {
    margin-left: 25%;
  }
  .flex-grid .col-offset-4-xs {
    margin-left: 33.3%;
  }
  .flex-grid .col-offset-5-xs {
    margin-left: 41.65%;
  }
  .flex-grid .col-offset-6-xs {
    margin-left: 50%;
  }
  .flex-grid .col-offset-7-xs {
    margin-left: 58.31%;
  }
  .flex-grid .col-offset-8-xs {
    margin-left: 66.64%;
  }
  .flex-grid .col-offset-9-xs {
    margin-left: 74.97%;
  }
  .flex-grid .col-offset-10-xs {
    margin-left: 83.3%;
  }
  .flex-grid .col-offset-11-xs {
    margin-left: 91.63%;
  }
  .flex-grid .col-offset-12-xs {
    margin-left: 100%;
  }
  /* 10 Col Grid */
  .flex-grid.tenths .col-1-xs {
    width: 10%;
  }
  .flex-grid.tenths .col-2-xs {
    width: 20%;
  }
  .flex-grid.tenths .col-3-xs {
    width: 30%;
  }
  .flex-grid.tenths .col-4-xs {
    width: 40%;
  }
  .flex-grid.tenths .col-5-xs {
    width: 50%;
  }
  .flex-grid.tenths .col-6-xs {
    width: 60%;
  }
  .flex-grid.tenths .col-7-xs {
    width: 70%;
  }
  .flex-grid.tenths .col-8-xs {
    width: 80%;
  }
  .flex-grid.tenths .col-9-xs {
    width: 90%;
  }
  .flex-grid.tenths .col-10-xs {
    width: 100%;
  }
  /* 10 Col Grid Offsets */
  .flex-grid.tenths .col-offset-1-xs {
    margin-left: 10%;
  }
  .flex-grid.tenths .col-offset-2-xs {
    margin-left: 20%;
  }
  .flex-grid.tenths .col-offset-3-xs {
    margin-left: 30%;
  }
  .flex-grid.tenths .col-offset-4-xs {
    margin-left: 40%;
  }
  .flex-grid.tenths .col-offset-5-xs {
    margin-left: 50%;
  }
  .flex-grid.tenths .col-offset-6-xs {
    margin-left: 60%;
  }
  .flex-grid.tenths .col-offset-7-xs {
    margin-left: 70%;
  }
  .flex-grid.tenths .col-offset-8-xs {
    margin-left: 80%;
  }
  .flex-grid.tenths .col-offset-9-xs {
    margin-left: 90%;
  }
  .flex-grid.tenths .col-offset-10-xs {
    margin-left: 100%;
  }
  .flex-grid .col-offset-clear-xs,
  .flex-grid.tenths .col-offset-clear-xs {
    margin-left: 0;
  }
  /*** XS Grid Orders ***/
  .order-1-xs {
    order: 1;
  }
  .order-2-xs {
    order: 2;
  }
  .order-3-xs {
    order: 3;
  }
  .order-4-xs {
    order: 4;
  }
  .order-5-xs {
    order: 5;
  }
  .order-6-xs {
    order: 6;
  }
  .order-7-xs {
    order: 7;
  }
  .order-8-xs {
    order: 8;
  }
  .order-9-xs {
    order: 9;
  }
  .order-10-xs {
    order: 10;
  }
  .order-11-xs {
    order: 11;
  }
  .order-12-xs {
    order: 12;
  }
}
.tbl {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: calc(14px + 0.1vw);
}

.tbl td,
.tbl th {
  padding: 14px;
  text-align: left;
  /* background-color: #fff; */
  border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}

.tbl thead,
.tbl thead {
  border-bottom: 2px solid rgba(150, 150, 150, 0.1);
}

s .tbl tr:last-child td,
.tbl tr:last-child th {
  border-bottom: 0;
}

.tbl.bordered {
  border-spacing: 1px;
  background-color: rgba(150, 150, 150, 0.3);
  border-collapse: separate;
}

.tbl.bordered td {
  background-color: #fff;
}

.tbl.bordered td,
.tbl.bordered th {
  border-bottom: 0;
}

.tbl.th-bg th {
  background-color: rgba(255, 255, 255, 0.3);
}

.tbl.striped-even tr:nth-child(even) td {
  background-color: rgba(150, 150, 150, 0.1);
}

.tbl.striped-odd tr:nth-child(odd) td {
  background-color: rgba(150, 150, 150, 0.1);
}

.tbl.row-hover tr:hover > td,
.tbl.row-hover tr:hover > th {
  background-color: #eee;
}

.tbl.row-hover thead tr:hover > td,
.tbl.row-hover thead tr:hover > th {
  background-color: rgba(150, 150, 150, 0.1);
}

.tbl.th-bg.row-hover thead tr:hover > td,
.tbl.th-bg.row-hover thead tr:hover > th {
  background-color: #eee;
}

.tbl td align-t,
.tbl th align-t {
  vertical-align: top;
}

.tbl td align-m,
.tbl th align-m {
  vertical-align: middle;
}

.tbl td align-b,
.tbl th align-b {
  vertical-align: bottom;
}

table td h1,
table td h2 table td h3 table td h4 table td h5 table td h6 {
  color: green;
}

@media all and (max-width: 1024px) {
  .tbl-responsive {
    width: 100%;
    max-width: 100%;
    overflow: auto;
  }
  .tbl-responsive td,
  .tbl-responsive th {
    white-space: nowrap;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .tbl-responsive {
    background-color: rgba(150, 150, 150, 0.3);
  }
  .tbl.bordered {
    background-color: transparent;
  }
}
tbody td::before {
  display: none;
}

@media screen and (max-width: 880px) {
  thead {
    display: none;
  }
  table,
  tbody,
  tbody tr,
  tbody td,
  caption {
    display: flex;
    flex-direction: column;
    width: 100%;
    word-break: break-all;
  }
  .tbl-responsive-reduced {
    background-color: transparent;
    border-width: 0;
  }
  tbody {
    border: 2px solid var(--color-tertiary);
    background-color: rgba(255, 255, 255, 0.2);
  }
  .tbl-responsive-reduced tr {
    padding-bottom: 1rem;
  }
  .tbl-responsive-reduced tr td:first-child {
    margin-bottom: calc(-1 * var(--step-0));
    flex-direction: row;
    align-items: center;
  }
  .tbl-responsive-reduced tr td:not(:first-child) {
    padding-left: 6rem;
    padding-top: 0;
  }
  .table-wrapper {
    max-width: 568px;
  }
  .tbl-responsive-reduced tbody tr td:not(:first-child)::before {
    font-weight: 600;
    font-size: var(--step--1);
    display: block;
  }
  .tbl-responsive-reduced tr td:nth-child(n+5) {
    display: none;
  }
}
.form-elements {
  margin-bottom: 10px;
}

.form-elements input:not(.btn),
.form-elements select,
.form-elements textarea {
  width: 100%;
  margin: 0;
  padding: 4px 15px;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* appearance: none; */
  height: 2.5em;
  line-height: 2.5em;
  color: rgb(68, 68, 68);
  border: 1px solid #ccc;
  transition: border-color 0.3s;
  border-radius: 1.3em;
}

.form-elements textarea {
  height: 100px;
  font-family: "Open Sans", sans-serif, helvetica;
  padding-top: 3px;
  color: rgb(68, 68, 68);
}

.form-elements input:not(.btn):focus,
.form-elements select:focus,
.form-elements textarea:focus {
  border: 1px solid #999;
  transition: border-color 0.3s;
}

.form-elements input[type=file] {
  border: 0;
  padding-left: 0;
  width: auto;
  display: block;
  line-height: 20px;
  color: #999;
}

.form-elements label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 4px 2px 0px;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-appearance: none;
  font-size: calc(0.2em + 12px);
  height: 2.5em;
  line-height: 1.3em;
}

.form-check-radio input[type=checkbox],
.form-check-radio input[type=radio] {
  width: 1.2em;
  margin: 0px 4px 0 0px;
  padding: 4px;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-appearance: checkbox;
  height: 1.2em;
  border: 1px solid #ccc;
  color: #111;
}

.form-elements label.form-check-radio {
  display: inline-block;
  width: auto;
  font-size: calc(0.7em + 0.2vw);
  cursor: pointer;
}

.form-horizontal .form-elements label {
  text-align: right;
}

.form-elements select {
  line-height: 20px;
  margin-bottom: 0px;
  color: rgb(68, 68, 68);
}

/* Condensed */
.form-condensed .flex-grid > div,
.form-condensed .flex-grid .col {
  padding: 0;
}

.form-condensed .form-elements input:not(.btn),
.form-condensed .form-elements label,
.form-condensed .form-elements select,
.form-condensed .form-elements textarea {
  padding: 2px 2px 2px 15px;
}

.form-condensed .grid.form-elements > div {
  padding: 0;
  margin-bottom: 1px;
}

.form-condensed .grid.form-elements > div textarea {
  margin-top: 0px;
}

.form-horizontal .form-elements label.form-check-radio {
  line-height: 10px;
  padding: 6px 6px 6px 0px;
  text-align: left;
  font-size: calc(0.7em + 0.2vw);
}

/* Inline */
.form-inline.form-elements input:not(.btn),
.form-inline.form-elements label,
.form-inline.form-elements select {
  float: left;
  width: auto;
  margin: 0 4px 0px 0px;
}

.form-inline .btn.form-inline-btn {
  padding: 0.59em;
  margin: 0 0 0 10px;
}

/* Readonly */
.form-elements input:not(.btn).form-read-only,
.form-elements select.form-read-only,
.form-elements textarea.form-read-only {
  background-color: #eee;
  opacity: 1;
}

/* disabled */
fieldset[disabled] .form-elements input,
fieldset[disabled] .form-elements textarea,
fieldset[disabled] .form-elements .btn,
fieldset[disabled] .form-elements .btn:hover,
.form-elements input.disabled,
.form-elements input[type=text].disabled,
.form-elements input[type=email].disabled,
.form-elements input[type=password].disabled,
.form-elements input[type=number].disabled,
.form-elements input[type=address].disabled,
.form-elements select.disabled,
.form-elements textarea.disabled,
.btn.disabled,
.btn.disabled:hover {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #eee;
}

/* Element Sizes */
/* Extra Large */
.form-elements.elements-xl {
  margin-bottom: 10px;
}

.form-elements.elements-xl input:not(.btn),
.form-elements.elements-xl select,
.form-elements.elements-xl textarea {
  height: 2.5em;
  line-height: 2.5em;
  font-size: calc(16px + 0.2vw);
}

.form-elements.elements-xl label {
  height: 2.5em;
  line-height: 1.5em;
  font-size: calc(16px + 0.2vw);
  display: inline-block;
}

.form-elements.elements-xl textarea {
  height: 5em;
  line-height: calc(28px + 0.2vw);
  font-size: calc(16px + 0.2vw);
}

/* Large */
.form-elements.elements-lg {
  margin-bottom: 10px;
}

.form-elements.elements-lg input:not(.btn),
.form-elements.elements-lg select,
.form-elements.elements-lg textarea {
  font-size: calc(14px + 0.2vw);
}

.form-elements.elements-lg label {
  display: inline-block;
  height: 2em;
  line-height: 1.5em;
  font-size: calc(14px + 0.2vw);
}

.form-elements.elements-lg textarea {
  height: 4em;
  line-height: calc(25px + 0.2vw);
  font-size: calc(14px + 0.2vw);
}

/* Small */
.form-elements.elements-sm {
  margin-bottom: 10px;
}

.form-elements.elements-sm input:not(.btn),
.form-elements.elements-sm select {
  height: 2em;
  line-height: 2em;
  font-size: calc(11px + 0.1vw);
}

.form-elements.elements-sm label {
  height: 2em;
  line-height: 1.5em;
  font-size: calc(11px + 0.1vw);
}

.form-elements.elements-sm textarea {
  height: 5em;
  line-height: calc(14px + 0.1vw);
  font-size: calc(11px + 0.1vw);
}

/* Extra Small */
.form-elements.elements-xs {
  margin-bottom: 10px;
}

.form-elements.elements-xs input:not(.btn),
.form-elements.elements-xs select,
.form-elements.elements-xs textarea {
  height: 1.8em;
  font-size: calc(9px + 0.1vw);
  line-height: normal;
}

.form-elements.elements-xs label {
  display: block;
  height: 1.8em;
  line-height: normal;
  font-size: calc(9px + 0.1vw);
  padding-top: 3px;
}

.form-elements.elements-xs textarea {
  height: 1em;
  line-height: calc(18px + 0.1vw);
  font-size: calc(9px + 0.1vw);
}

/* checkbox:slidebox */
.form-elements label.form-check-radio.toggle-check {
  display: flex;
  align-items: center;
}

.toggle-check .toggle-check-text {
  margin-left: 6px;
}

.toggle-check input {
  display: none;
}

.toggle-check-box {
  padding: 2px;
  width: 2.5em;
  height: 1.5em;
  background-color: rgba(150, 150, 150, 0.6);
  border-radius: 2.5em;
  position: relative;
  cursor: pointer;
}

.toggle-check-box:hover:before {
  background-color: rgba(150, 150, 150, 0.6);
}

.toggle-check-box:hover {
  background-color: rgba(150, 150, 150, 0.8);
}

.toggle-check-box:before {
  right: 1px;
  background-color: rgba(150, 150, 150, 0.4);
  border-radius: 2.5em;
  transition: background 0.2s;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
  box-sizing: border-box;
}

.toggle-check-box:after {
  width: 1.6em;
  background-color: #fff;
  border-radius: 100%;
  transition: right 0.2s;
  display: block;
  position: absolute;
  top: 1px;
  right: calc(100% - 1.65em);
  bottom: 1px;
  content: "";
}

.toggle-check input:checked ~ .toggle-check-box:before {
  background-color: #4cc2f1;
  transition: background 0.2s;
}

.toggle-check input:checked ~ .toggle-check-box:after {
  border-radius: 100%;
  transition: right 0.2s;
  right: 1px;
}

.toggle-check input:disabled ~ .toggle-check-box {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-line-design .form-elements input:not(.btn),
.form-line-design .form-elements select,
.form-line-design .form-elements textarea {
  border: 0;
  border-bottom: 1px solid rgba(150, 150, 150, 0.7);
  border-radius: 0 !important;
  transition: border 0.3s, background-color 0.3s;
  background-color: transparent;
}

.form-line-design .form-elements input:not(.btn):focus,
.form-line-design .form-elements select:focus,
.form-line-design .form-elements textarea:focus {
  border-bottom: 1px solid #4cc2f1;
  transition: border 0.3s, background-color 0.3s;
  /* background-color: rgba(150,150,150,.05); */
}

.select-element {
  position: relative;
}

.select-element .select-arrow {
  position: absolute;
  width: 20px;
  height: 80%;
  border-left: 1px solid rgba(150, 150, 150, 0.5);
  top: 10%;
  right: 12px;
  pointer-events: none;
}

.select-element .select-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid rgba(150, 150, 150, 0.9);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: calc(50% - 2px);
  right: 0px;
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.select-element select:focus ~ .select-arrow:after {
  transform: rotate(180deg);
  transition: transform 0.3s;
  border-top: 5px solid rgb(150, 150, 150);
}

@media all and (max-width: 1024px) {
  .toggle-check-box {
    width: 4.5em;
    height: 2.5em;
    border-radius: 3.5em;
  }
  .toggle-check-box:before {
    background-color: rgba(150, 150, 150, 0.4);
    border-radius: 3.5em;
  }
  .toggle-check-box:after {
    width: 2.6em;
    right: calc(100% - 2.7em);
  }
}
@media all and (max-width: 767px) {
  /* Horizontal */
  .form-horizontal .form-elements label {
    text-align: left;
  }
  /* Inline */
  .form-inline.form-elements input:not(.btn),
  .form-inline.form-elements input,
  .form-inline.form-elements select {
    float: none;
    width: 100%;
    margin: 0 0 10px 0px;
  }
  .form-inline .btn.form-inline-btn {
    margin: 0px;
  }
  .form-elements.elements-xl label {
    height: 40px;
  }
  .form-elements.elements-xs label,
  .form-elements.elements-sm label {
    line-height: 0;
  }
}
/* CSS Component Imports */
/*** Main Nav ***/
.navbar {
  height: 70px;
  background-color: #fff;
  color: #222;
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
}

.navbar > div {
  position: relative;
  padding: 0px;
  height: 100%;
}

.navbar .logo {
  line-height: 70px;
  height: 100%;
  display: inline-block;
  float: none;
  padding-bottom: 1px;
  text-align: center;
  font-size: calc(12px + 0.6vw);
}

.navbar .logo a {
  text-decoration: none;
  /*color: #333;*/
  line-height: 70px;
  height: 100%;
  display: inline-block;
}

.navbar-links {
  display: inline-block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.navbar-search {
  display: inline-block;
  height: 100%;
}

.navbar-links > a,
.navbar-search,
.navbar-links > .has-drop-menu {
  display: inline-block;
  float: left;
  box-sizing: border-box;
  padding: 0px 12px 0px 12px;
  text-align: center;
  text-decoration: none;
  height: 68px;
  line-height: 68px;
}

.navbar-links:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.navbar .text-right > .navbar-links {
  width: auto;
}

.navbar-links > a,
.navbar-links > .has-drop-menu,
.has-drop-menu label a {
  color: #222;
  transition: color 0.3s;
}

.navbar-links > a:hover,
.navbar-links > .has-drop-menu:hover {
  color: #000;
  background-color: #fff;
  transition: color 0.3s;
}

.navbar-links > a.active,
.navbar-links > .has-drop-menu.active {
  border-bottom: 2px solid #4cc2f1;
}

.navbar i.arrow-down {
  margin-bottom: 2px;
}

.navbar .has-drop-menu:hover i.arrow-down {
  margin-bottom: 2px;
}

.mobile-menu .hamburger,
.mobile-menu .hamburger:before,
.mobile-menu .hamburger:after {
  background-color: #555;
}

.mobile-menu i.profile {
  background-color: #555;
}

.mobile-menu i.profile:after {
  background-color: #555;
}

.navbar-search {
  margin-top: -2px;
}

.navbar-search input[type=search] {
  width: 160px;
  height: 30px;
  padding-left: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
}

.navbar-btn-link.right {
  float: right;
}

.navbar-links > a.navbar-btn-link {
  border: 0px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 10px 0px 10px;
  color: #fff;
  background-color: #1C6BE4;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s;
  margin: 4px;
  font-size: 14px;
  text-align: center;
}

.navbar-links > a.navbar-btn-link:hover {
  opacity: 1;
  transition: opacity 0.3s;
  background-color: #1C6BE4;
  color: #fff;
}

.navbar-links {
  width: auto;
}

.fixed ~ .fixed-nav-space {
  height: 100px;
}

.nav-side-item input:checked ~ label .arrow-down {
  top: 18px;
}

/*** Main Nav Dark Version ***/
.main-container.header.dark,
.dark .main-container.header {
  background-color: rgba(20, 20, 20, 0.9);
  color: #ccc;
  border-top: 1px solid rgb(20, 20, 20);
  border-bottom: 1px solid rgb(20, 20, 20);
}

.dark .navbar .logo a {
  color: #fff;
}

.dark .navbar .navbar-links > a,
.dark .navbar .navbar-links > .has-drop-menu,
.dark .navbar .has-drop-menu label a {
  color: #ccc;
}

.dark .navbar-links > a:hover,
.dark .navbar-links > .has-drop-menu:hover,
.dark .navbar-links > a:hover, .navbar-links > A.has-drop-menu:hover {
  color: #ccc;
  background-color: #333;
}

.dark .navbar-links .has-drop-menu:hover i.arrow-down,
.dark .navbar-links .has-drop-menu i.arrow-down {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.dark .navbar .mobile-menu {
  background-color: #fff; /*rgba(255,255,255,.05);*/
}

.dark .navbar .mobile-menu .hamburger,
.dark .navbar .mobile-menu .hamburger:before,
.dark .navbar .mobile-menu .hamburger:after,
.dark .navbar .mobile-menu i.profile,
.dark .navbar .mobile-menu i.profile:after {
  background-color: #fff;
}

/* Show Mobile Menu */
@media all and (max-width: 1024px) {
  .navbar {
    text-align: center;
  }
  .navbar.rounded-corners {
    border-radius: 0;
  }
  .navbar .logo {
    display: inline-block;
    float: none;
    margin: auto;
    padding: 0;
    text-align: center;
  }
  .mobile-menu {
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 51;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #fff; /*rgba(255,255,255,.2);*/
  }
  .mobile-menu.left-side {
    left: 0;
  }
  .mobile-menu.right-side {
    left: auto;
    right: 0;
  }
  .mobile-menu i.hamburger {
    display: block;
    height: 2px;
    width: 30px;
    margin-top: 23px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu i.hamburger:before {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 30px;
    margin-top: -6px;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu i.hamburger:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 30px;
    margin-top: 6px;
    transition: all 0.3s ease-in-out;
  }
  #mobileMenu:checked ~ .mobile-menu i.hamburger {
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    width: 0;
  }
  #mobileMenu:checked ~ .mobile-menu i.hamburger:before {
    transform: rotate(45deg);
    margin-top: 0;
    transition: all 0.3s ease-in-out;
    width: 16px;
    margin-left: 7px;
  }
  #mobileMenu:checked ~ .mobile-menu i.hamburger:after {
    transform: rotate(-45deg);
    margin-top: 0;
    transition: all 0.3s ease-in-out;
    width: 16px;
    margin-left: 7px;
  }
  .mobile-menu i.profile {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin-top: 18px;
    margin-left: 22px;
  }
  .mobile-menu i.profile:after {
    content: "";
    position: absolute;
    display: block;
    height: 8px;
    width: 12px;
    border-radius: 50% 50% 0 0;
    margin-top: 6px;
    margin-left: -3px;
  }
  .drop-menu-input:checked ~ .navbar a,
  .drop-menu-input:checked ~ .navbar div.has-drop-menu {
    min-height: 40px;
  }
  .navbar-links > a:hover,
  .navbar-links > .has-drop-menu:hover {
    color: #333;
    background-color: transparent;
    transition: color 0.3s;
  }
  #mobileMenu:checked ~ .left-side ~ #topMenuNav {
    left: 0;
    transition: left 0.3s;
  }
  #mobileMenu:checked ~ .right-side ~ #topMenuNav {
    right: 0;
    transition: right 0.3s;
  }
  #mobileMenu:checked ~ #mobileMenuLabel,
  #mobileMenu2:checked ~ #mobileMenuLabel2 {
    background-color: #eee;
  }
  #mobileMenu2:checked ~ #mobileMenuLabel2.left-side ~ #topMenuNav2 {
    left: 0;
    transition: left 0.3s;
  }
  #mobileMenu2:checked ~ #mobileMenuLabel2.right-side ~ #topMenuNav2 {
    right: 0;
    transition: right 0.3s;
  }
  #mobileMenu:checked ~ .full-screen[for=mobileMenu],
  #mobileMenu2:checked ~ .full-screen[for=mobileMenu2] {
    position: fixed;
    z-index: 79;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
  }
  .navbar .drop-menu-input:checked ~ .full-screen[for=mobileMenu],
  .navbar .drop-menu-input:checked ~ .full-screen[for=mobileMenu2] {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    height: 60px;
    cursor: pointer;
  }
  .navbar {
    position: fixed;
    z-index: 80;
    top: 51px;
    left: -110%;
    width: 33.3%;
    background-color: #eee;
    height: 100%;
    height: calc(100% - 51px);
    transition: left 0.3s;
    box-shadow: 3px 1px 2px rgba(0, 0, 0, 0.3);
  }
  .navbar .right-side ~ {
    left: auto;
    right: -110%;
    transition: right 0.3s;
    box-shadow: -3px 1px 2px rgba(0, 0, 0, 0.3);
  }
  header .navbar nav#topMenuNav,
  header .navbar nav#topMenuNav2 {
    width: 33.3%;
  }
  .navbar a,
  .navbar div.has-drop-menu {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    float: none;
    text-align: left;
    border-bottom: 1px solid rgba(150, 150, 150, 0.2);
  }
  .navbar a,
  .navbar > label,
  .navbar div.has-drop-menu {
    width: 100%;
    min-height: 60px;
    line-height: 60px;
    position: relative;
    box-sizing: border-box;
  }
  .navbar a:last-child {
    border-bottom: 0px;
  }
  .navbar-links {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
  }
  .navbar .drop-menu {
    box-shadow: none;
    background-color: transparent;
    position: relative;
    z-index: 90;
    padding: 0;
  }
  .navbar-links .drop-menu-input ~ .full-screen {
    position: absolute;
  }
  .navbar ul.drop-menu {
    /*background-color: rgba(0,0,0,.05);*/
  }
  .navbar ul.drop-menu a:hover {
    background-color: transparent;
  }
  nav.text-right {
    text-align: left;
  }
  .navbar-links {
    width: 100%;
  }
  .navbar-btn-link.right {
    float: none;
  }
  .navbar-btn-link {
    max-width: 80%;
  }
  .navbar .text-right > .navbar-links {
    width: 100%;
  }
  /* Dark Header */
  .dark .navbar #mobileMenu:checked ~ #mobileMenuLabel,
  .dark .navbar #mobileMenu2:checked ~ #mobileMenuLabel2 {
    background-color: #444;
  }
  .dark .navbar {
    background-color: #444;
  }
  .dark .navbar div.has-drop-menu a {
    color: #ccc;
  }
  .navbar i.arrow-down {
    margin-bottom: 2px;
  }
  .navbar .has-drop-menu.hover-menu:hover i.arrow-down,
  .navbar .has-drop-menu.hover-menu:hover i.arrow-down {
    transform: rotate(-45deg);
    margin-bottom: 2px;
  }
  .navbar .hover-menu.drop-menu-input:checked ~ i.arrow-down,
  .navbar .hover-menu.drop-menu-input:checked:hover i.arrow-down,
  .navbar .has-drop-menu .drop-menu-input:checked ~ i.arrow-down,
  .navbar .has-drop-menu .drop-menu-input:checked:hover i.arrow-down {
    transform: rotate(135deg);
    margin-bottom: 2px;
  }
  .dark .navbar .drop-menu li.sep {
    height: 1px;
    background-color: #555;
  }
  .navbar .drop-menu,
  .dark .navbar .drop-menu {
    border: 0;
  }
  .navbar-links > a.active,
  .navbar-links > .has-drop-menu.active {
    border-bottom: 1px solid rgba(150, 150, 150, 0.2);
    border-left: 4px solid #4cc2f1;
  }
}
@media all and (max-width: 767px) {
  header .navbar nav#topMenuNav,
  header .navbar nav#topMenuNav2 {
    width: 49.5%;
  }
}
@media all and (max-width: 375px) {
  header .navbar nav#topMenuNav,
  header .navbar nav#topMenuNav2 {
    width: 100%;
  }
  #mobileMenu:checked ~ .full-screen[for=mobileMenu],
  #mobileMenu2:checked ~ .full-screen[for=mobileMenu2] {
    top: 0px;
    height: 100%;
  }
}
.nav-side {
  display: block;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #eee;
  border-bottom: 0;
  background-color: #fff;
}

.nav-side a {
  color: #000;
}

.nav-side .nav-side-item label > span.underlined:hover {
  text-decoration: underline;
}

.nav-side-section {
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 14px;
}

.nav-side-item {
  position: relative;
}

.nav-side-item > a {
  height: 40px;
  line-height: 40px;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 0 0 0 14px;
  position: relative;
  margin: 0;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

.nav-side-item a:hover {
  text-decoration: none;
  color: #000;
  background-color: rgba(0, 0, 0, 0.1); /*#eee;*/
}

.nav-side-item > a:hover.disabled {
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
}

.nav-side-item label {
  height: 40px;
  line-height: 40px;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 0 0 0 14px;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.nav-side-item label:hover {
  background-color: #eee;
  cursor: pointer;
}

.nav-side-item label > span,
.nav-side-item label > a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #333;
  text-decoration: none;
}

.nav-side-item label > span:hover,
.nav-side-item label > a:hover {
  text-decoration: none;
  color: #000;
}

.nav-side-item label > i {
  margin: 0;
  width: 24px;
}

.nav-side-item label > i.arrow-down {
  position: absolute;
  right: 15px;
  top: 16px;
  width: 4px;
  height: 4px;
  transition: all 0.2s ease-in-out;
}

.nav-side-item ul {
  max-height: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  /*background-color: #eee;*/
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.nav-side-item li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-side-item li a {
  height: 30px;
  line-height: 30px;
  display: block;
  padding: 0 0 0 14px;
  position: relative;
  margin: 0;
  color: #000;
  text-decoration: none;
  font-size: calc(14px + 0.1vw);
}

.nav-side-item li a:hover,
.nav-side-item li a.active {
  color: #000;
  text-decoration: none;
  /*background-color: #ddd;*/
}

.nav-side-item > a.active {
  color: #000;
  text-decoration: none;
  background-color: rgba(150, 150, 150, 0.1);
  border-left: 2px solid #4cc2f1;
  padding-left: 12px;
}

.nav-side-item input:checked ~ label {
  /* Saved for active effects */
}

.nav-side-item input:checked ~ label .arrow-down {
  top: 18px;
  transform: rotate(135deg);
  transition: all 0.1s ease-in-out;
}

.nav-side-item input:checked ~ label {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-side-item input:checked ~ ul {
  max-height: 800px;
  transition: all 0.3s ease-in-out;
}

/* Dark version */
.nav-side.dark,
.dark .nav-side {
  background-color: #111;
  color: #eee;
  border: 1px solid #222;
}

.nav-side.dark a,
.dark .nav-side a {
  color: #eee;
}

.nav-side.dark .nav-side-item label > span,
.nav-side.dark .nav-side-item label > a,
.dark .nav-side-item label > span,
.dark .nav-side-item label > a {
  color: #eee;
}

.nav-side.dark .nav-side-item a:hover,
.dark .nav-side-item a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-side.dark .nav-side-item a:hover.disabled,
.dark .nav-side-item a:hover.disabled {
  color: #fff;
  background-color: #111;
}

.nav-side.dark .nav-side-item label,
.dark .nav-side-item label {
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}

.nav-side.dark .nav-side-item label:hover,
.dark .nav-side-item label:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-side.dark .nav-side-item label > span,
.nav-side.dark .nav-side-item label > a,
.dark .nav-side-item label > span,
.dark .nav-side-item label > a {
  color: #eee;
}

.nav-side.dark .nav-side-item label > span:hover,
.nav-side.dark .nav-side-item label > a:hover,
.dark .nav-side-item label > span:hover,
.dark .nav-side-item label > a:hover {
  color: #fff;
}

.nav-side.dark .nav-side-item > a,
.dark .nav-side-item > a {
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
  color: #eee;
}

.nav-side.dark .nav-side-item ul,
.dark .nav-side-item ul {
  background-color: #333;
}

.dark .nav-side-item i.arrow-down {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.side-nav-responsive .side-menu-options {
  display: none;
}

.nav-side.fixed {
  z-index: 5;
}

.side-menu-control {
  display: none;
}

@media all and (min-width: 1025px) {
  /* Miniumize .nav-sidebar to just Icons | Only for above 1025px widths */
  .nav-side_menu:checked ~ .content.showSide.nav-side {
    border-left: 50px solid #1c1c1c;
  }
  .nav-side_menu:checked ~ .nav-side_hamburger {
    background-color: #1c1c1c;
  }
  .nav-side_menu:checked ~ .nav-side {
    width: 50px;
  }
  .nav-side_menu:checked ~ .nav-side .nav-side-item label {
    padding: 0 0 0 19px;
  }
  .nav-side_menu:checked ~ .nav-side .nav-side-item:hover label {
    background-color: #2c2c2c;
  }
  .nav-side_menu:checked ~ .nav-side .nav-side-section,
  .nav-side_menu:checked ~ .nav-side label .arrow-down {
    display: none;
  }
  .nav-side_menu:checked ~ .nav-side .nav-side-item label > span,
  .nav-side_menu:checked ~ .nav-side .nav-side-item label > a {
    position: absolute;
    left: 50px;
    top: 0;
    display: none;
    width: 200px;
    background-color: #2c2c2c;
    padding-left: 10px;
    padding-left: 20px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .nav-side_menu:checked ~ .nav-side .nav-side-item:hover label > span,
  .nav-side_menu:checked ~ .nav-side .nav-side-item:hover label > a {
    display: block;
  }
  .nav-side_menu:checked ~ .nav-side .nav-side-item ul {
    position: absolute;
    top: 40px;
    left: 52px;
    width: 196px;
    background-color: #1c1c1c;
    max-height: 800px;
    display: none;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0s ease-in-out;
  }
  .nav-side_menu:checked ~ .nav-side .nav-side-item:hover ul {
    display: block;
  }
  .nav-side_menu:checked ~ .nav-side .nav-side-item li a {
    padding-left: 20px;
  }
  .nav-side_menu:checked ~ .content #main_breadcrumb {
    margin-left: -50px;
    padding-left: 45px;
  }
}
@media all and (max-width: 1024px) {
  /* .nav-side to become slide out */
  .mobile-side-menu .nav-side_menu:checked ~ .content #main_breadcrumb {
    margin-left: 0px;
    padding-left: 5px;
    position: static;
  }
  .mobile-side-menu .content.showSide.nav-side,
  .mobile-side-menu .nav-side_menu:checked ~ .content.showSide.nav-side {
    border-left: 0px;
  }
  .mobile-side-menu .nav-side_menu:checked ~ .nav-side_hamburger {
    background-color: #1c1c1c;
  }
  .mobile-side-menu .nav-side_menu:checked ~ .nav-side_menu_close {
    display: block;
  }
  .mobile-side-menu .nav-side {
    position: fixed;
    top: 50px;
    left: -105%;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 0;
    height: calc(100% - 50px);
    z-index: 91;
    transition: all 0.3s ease-in-out;
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  }
  .mobile-side-menu .nav-side_menu:checked ~ .nav-side {
    left: 0%;
    transition: all 0.3s ease-in-out;
  }
  .mobile-side-menu .content.showSide.nav-side {
    padding: 50px 15px 0px 15px;
  }
  .side-nav-responsive .side-menu-options {
    display: block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    font-size: calc(1em + 0.1vw);
    padding-left: 10px;
  }
  .side-nav-responsive .side-menu-options span {
    margin: 0px 10px 0px 10px;
    font-size: calc(16px + 0.1vw);
  }
  .side-menu-items {
    max-height: 0px;
    transition: max-height 0.3s ease-in-out;
  }
  .nav-side.side-nav-responsive > input[type=checkbox]:checked ~ .side-menu-items {
    max-height: 200px;
    transition: max-height 0.3s ease-in-out;
  }
  .nav-side.side-nav-responsive > input[type=checkbox]:checked ~ .side-menu-options i.arrow-down {
    margin-bottom: 0px;
    transform: rotate(135deg);
    transition: all 0.1s ease-in-out;
  }
  .nav-side.fixed {
    z-index: 25;
  }
  .side-menu-items {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.3);
  }
  #responsive_options:checked ~ .side-menu-control {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 500px) {
  .mobile-side-menu .nav-side {
    width: 66.6%;
  }
  .mobile-side-menu .content.showSide.nav-side {
    padding: 50px 15px 0px 15px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 374px) {
  .mobile-side-menu .nav-side {
    width: 100%;
  }
}
.tab-elements {
  margin-bottom: 20px;
}

.tab-elements > input[type=radio] {
  display: none;
}

.tab-btns {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.responsive-tabs {
  z-index: 2;
  overflow: hidden;
}

.responsive-tabs label {
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  white-space: nowrap;
  margin-right: 3px;
  border-radius: 0.3em 0.3em 0 0;
}

.tab-info {
  display: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
  margin: -1px 0px 20px 0px;
}

.tab-elements input[type=radio]:nth-child(1):checked ~ .responsive-tabs label:nth-child(1),
.tab-elements input[type=radio]:nth-child(2):checked ~ .responsive-tabs label:nth-child(2),
.tab-elements input[type=radio]:nth-child(3):checked ~ .responsive-tabs label:nth-child(3),
.tab-elements input[type=radio]:nth-child(4):checked ~ .responsive-tabs label:nth-child(4),
.tab-elements input[type=radio]:nth-child(5):checked ~ .responsive-tabs label:nth-child(5),
.tab-elements input[type=radio]:nth-child(6):checked ~ .responsive-tabs label:nth-child(6),
.tab-elements input[type=radio]:nth-child(7):checked ~ .responsive-tabs label:nth-child(7),
.tab-elements input[type=radio]:nth-child(8):checked ~ .responsive-tabs label:nth-child(8),
.tab-elements input[type=radio]:nth-child(9):checked ~ .responsive-tabs label:nth-child(9),
.tab-elements input[type=radio]:nth-child(10):checked ~ .responsive-tabs label:nth-child(10),
.tab-elements input[type=radio]:nth-child(11):checked ~ .responsive-tabs label:nth-child(11),
.tab-elements input[type=radio]:nth-child(12):checked ~ .responsive-tabs label:nth-child(12),
.tab-elements input[type=radio]:nth-child(13):checked ~ .responsive-tabs label:nth-child(13),
.tab-elements input[type=radio]:nth-child(14):checked ~ .responsive-tabs label:nth-child(14),
.tab-elements input[type=radio]:nth-child(15):checked ~ .responsive-tabs label:nth-child(15),
.tab-elements input[type=radio]:nth-child(16):checked ~ .responsive-tabs label:nth-child(16),
.tab-elements input[type=radio]:nth-child(17):checked ~ .responsive-tabs label:nth-child(17),
.tab-elements input[type=radio]:nth-child(18):checked ~ .responsive-tabs label:nth-child(18),
.tab-elements input[type=radio]:nth-child(19):checked ~ .responsive-tabs label:nth-child(19),
.tab-elements input[type=radio]:nth-child(20):checked ~ .responsive-tabs label:nth-child(20) {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 2px solid #fff;
  color: inherit;
}

.tab-elements input[type=radio]:nth-child(1):checked ~ .tab-info-wrap > .tab-info:nth-child(1),
.tab-elements input[type=radio]:nth-child(2):checked ~ .tab-info-wrap > .tab-info:nth-child(2),
.tab-elements input[type=radio]:nth-child(3):checked ~ .tab-info-wrap > .tab-info:nth-child(3),
.tab-elements input[type=radio]:nth-child(4):checked ~ .tab-info-wrap > .tab-info:nth-child(4),
.tab-elements input[type=radio]:nth-child(5):checked ~ .tab-info-wrap > .tab-info:nth-child(5),
.tab-elements input[type=radio]:nth-child(6):checked ~ .tab-info-wrap > .tab-info:nth-child(6),
.tab-elements input[type=radio]:nth-child(7):checked ~ .tab-info-wrap > .tab-info:nth-child(7),
.tab-elements input[type=radio]:nth-child(8):checked ~ .tab-info-wrap > .tab-info:nth-child(8),
.tab-elements input[type=radio]:nth-child(9):checked ~ .tab-info-wrap > .tab-info:nth-child(9),
.tab-elements input[type=radio]:nth-child(10):checked ~ .tab-info-wrap > .tab-info:nth-child(10),
.tab-elements input[type=radio]:nth-child(11):checked ~ .tab-info-wrap > .tab-info:nth-child(11),
.tab-elements input[type=radio]:nth-child(12):checked ~ .tab-info-wrap > .tab-info:nth-child(12),
.tab-elements input[type=radio]:nth-child(13):checked ~ .tab-info-wrap > .tab-info:nth-child(13),
.tab-elements input[type=radio]:nth-child(14):checked ~ .tab-info-wrap > .tab-info:nth-child(14),
.tab-elements input[type=radio]:nth-child(15):checked ~ .tab-info-wrap > .tab-info:nth-child(15),
.tab-elements input[type=radio]:nth-child(16):checked ~ .tab-info-wrap > .tab-info:nth-child(16),
.tab-elements input[type=radio]:nth-child(17):checked ~ .tab-info-wrap > .tab-info:nth-child(17),
.tab-elements input[type=radio]:nth-child(18):checked ~ .tab-info-wrap > .tab-info:nth-child(18),
.tab-elements input[type=radio]:nth-child(19):checked ~ .tab-info-wrap > .tab-info:nth-child(19),
.tab-elements input[type=radio]:nth-child(20):checked ~ .tab-info-wrap > .tab-info:nth-child(20) {
  display: block;
}

/* Vertical Tabs */
.tabs-vertical {
  position: relative;
  width: 100%;
  display: table;
}

.tabs-vertical > div {
  display: block;
  display: table-cell;
  width: 150px;
  box-sizing: border-box;
  vertical-align: top;
  z-index: 2;
  position: relative;
  margin: 0 0 0 -3px;
  border: 0;
}

.tabs-vertical .tab-info-wrap {
  display: block;
  display: table-cell;
  box-sizing: border-box;
  width: calc(100% - 150px);
  vertical-align: top;
  min-height: 100%;
  position: relative;
  z-index: 1;
  border: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-top: 0;
}

.tabs-vertical .tab-info-wrap .tab-info {
  padding: 10px 10px 10px 25px;
}

.tabs-vertical .tab-btns label {
  float: none;
  display: block;
  border-radius: 0.3em 0 0 0.3em;
}

.tabs-vertical .tab-btns {
  position: static;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}

.tabs-vertical .tab-btns .btn {
  margin: 0 0 3px 0;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  border-right: 0;
  text-align: left;
  position: relative;
}

.tabs-vertical .tab-btns .btn:last-child {
  margin: 0;
}

.tabs-vertical .tab-info {
  margin: 0px 0px 0px 0px;
  height: 100%;
  border: 0;
}

.tabs-vertical.tab-elements input[type=radio]:nth-child(1):checked ~ div label:nth-child(1),
.tabs-vertical.tab-elements input[type=radio]:nth-child(2):checked ~ div label:nth-child(2),
.tabs-vertical.tab-elements input[type=radio]:nth-child(3):checked ~ div label:nth-child(3),
.tabs-vertical.tab-elements input[type=radio]:nth-child(4):checked ~ div label:nth-child(4),
.tabs-vertical.tab-elements input[type=radio]:nth-child(5):checked ~ div label:nth-child(5),
.tabs-vertical.tab-elements input[type=radio]:nth-child(6):checked ~ div label:nth-child(6),
.tabs-vertical.tab-elements input[type=radio]:nth-child(7):checked ~ div label:nth-child(7),
.tabs-vertical.tab-elements input[type=radio]:nth-child(8):checked ~ div label:nth-child(8),
.tabs-vertical.tab-elements input[type=radio]:nth-child(9):checked ~ div label:nth-child(9),
.tabs-vertical.tab-elements input[type=radio]:nth-child(10):checked ~ div label:nth-child(10) {
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: 0;
  color: inherit;
}

.tabs-vertical.tab-elements input[type=radio]:nth-child(1):checked ~ div label:nth-child(1):after,
.tabs-vertical.tab-elements input[type=radio]:nth-child(2):checked ~ div label:nth-child(2):after,
.tabs-vertical.tab-elements input[type=radio]:nth-child(3):checked ~ div label:nth-child(3):after,
.tabs-vertical.tab-elements input[type=radio]:nth-child(4):checked ~ div label:nth-child(4):after,
.tabs-vertical.tab-elements input[type=radio]:nth-child(5):checked ~ div label:nth-child(5):after,
.tabs-vertical.tab-elements input[type=radio]:nth-child(6):checked ~ div label:nth-child(6):after,
.tabs-vertical.tab-elements input[type=radio]:nth-child(7):checked ~ div label:nth-child(7):after,
.tabs-vertical.tab-elements input[type=radio]:nth-child(8):checked ~ div label:nth-child(8):after,
.tabs-vertical.tab-elements input[type=radio]:nth-child(9):checked ~ div label:nth-child(9):after,
.tabs-vertical.tab-elements input[type=radio]:nth-child(10):checked ~ div label:nth-child(10):after {
  content: "";
  width: 2px;
  background-color: #fff;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  right: -2px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

/* Line Tabs */
.line-tabs .tab-info {
  border: none;
}

.line-tabs .responsive-tabs label {
  border: none;
  border-bottom: 2px solid #ccc;
  margin-right: 1px;
}

.line-tabs .btn, .line-tabs a.btn,
.line-tabs input.btn,
.line-tabs label.btn,
.line-tabs button.btn,
.line-tabs .form-elements input[type=submit],
.line-tabs .form-elements input[type=reset] {
  background: none;
}

.tab-elements.line-tabs input[type=radio]:nth-child(1):checked ~ .responsive-tabs label:nth-child(1),
.tab-elements.line-tabs input[type=radio]:nth-child(2):checked ~ .responsive-tabs label:nth-child(2),
.tab-elements.line-tabs input[type=radio]:nth-child(3):checked ~ .responsive-tabs label:nth-child(3),
.tab-elements.line-tabs input[type=radio]:nth-child(4):checked ~ .responsive-tabs label:nth-child(4),
.tab-elements.line-tabs input[type=radio]:nth-child(5):checked ~ .responsive-tabs label:nth-child(5),
.tab-elements.line-tabs input[type=radio]:nth-child(6):checked ~ .responsive-tabs label:nth-child(6),
.tab-elements.line-tabs input[type=radio]:nth-child(7):checked ~ .responsive-tabs label:nth-child(7),
.tab-elements.line-tabs input[type=radio]:nth-child(8):checked ~ .responsive-tabs label:nth-child(8),
.tab-elements.line-tabs input[type=radio]:nth-child(9):checked ~ .responsive-tabs label:nth-child(9),
.tab-elements.line-tabs input[type=radio]:nth-child(10):checked ~ .responsive-tabs label:nth-child(10),
.tab-elements.line-tabs input[type=radio]:nth-child(11):checked ~ .responsive-tabs label:nth-child(11),
.tab-elements.line-tabs input[type=radio]:nth-child(12):checked ~ .responsive-tabs label:nth-child(12),
.tab-elements.line-tabs input[type=radio]:nth-child(13):checked ~ .responsive-tabs label:nth-child(13),
.tab-elements.line-tabs input[type=radio]:nth-child(14):checked ~ .responsive-tabs label:nth-child(14),
.tab-elements.line-tabs input[type=radio]:nth-child(15):checked ~ .responsive-tabs label:nth-child(15),
.tab-elements.line-tabs input[type=radio]:nth-child(16):checked ~ .responsive-tabs label:nth-child(16),
.tab-elements.line-tabs input[type=radio]:nth-child(17):checked ~ .responsive-tabs label:nth-child(17),
.tab-elements.line-tabs input[type=radio]:nth-child(18):checked ~ .responsive-tabs label:nth-child(18),
.tab-elements.line-tabs input[type=radio]:nth-child(19):checked ~ .responsive-tabs label:nth-child(19),
.tab-elements.line-tabs input[type=radio]:nth-child(20):checked ~ .responsive-tabs label:nth-child(20) {
  background: none;
  border: 0;
  border-bottom: 2px solid #4cc2f1;
  color: inherit;
}

@media all and (max-width: 1024px) {
  .responsive-tabs {
    width: auto;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    webkit-overflow-scrolling: touch;
  }
  .responsive-tabs {
    margin-bottom: -1px;
  }
  .tabs-vertical .tab-btns .btn {
    font-size: 12px;
  }
  .tabs-vertical > div {
    width: 100px;
  }
  .tabs-vertical .tab-info-wrap {
    width: calc(100% - 98px);
    margin-left: 98px;
  }
  .tab-btns label.btn,
  .tabs-vertical .tab-btns .btn {
    font-size: calc(1em + 0.2vw);
  }
}
@media all and (max-width: 500px) {
  .tabs-vertical > div {
    width: 80px;
  }
  .tabs-vertical .tab-info-wrap {
    width: calc(100% - 78px);
    margin-left: 78px;
  }
}
.modal-shadow {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 110vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal-wrap {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.modal-wrap .modal {
  display: inline-block;
  background-color: #fff;
  text-align: left;
  min-height: 100px;
  min-width: 100px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  pointer-events: all;
  border: 1px solid transparent;
  min-width: 300px;
  max-width: 90%;
  border-radius: 0.3em;
  padding: 1px;
}

.modal-control:checked ~ .modal-shadow,
.animate-from-top .modal-control:checked ~ .modal-shadow,
.modal-control:checked ~ .modal-wrap {
  display: flex;
}

.modal-header {
  padding: 0 10px 0px 10px;
  background: #eee;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: calc(1em + 0.2vw);
  border-radius: 0.3em 0.3em 0 0;
}

.close-modal {
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.close-modal:hover {
  opacity: 0.8;
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 0px 2px 0px 2px;
  box-sizing: border-box;
  text-align: center;
}

.modal-footer .btn {
  margin-bottom: 0px;
  margin-top: 0px;
}

/* Modal Top */
.modal-top .modal-wrap {
  align-items: flex-start;
}

.animate-from-top .modal-control ~ .modal-wrap {
  margin-top: -100%;
  transition: margin 0.3s ease-out;
  display: flex;
}

.animate-from-top .modal-control:checked ~ .modal-wrap {
  margin-top: 0%;
  transition: margin 0.3s ease-out;
  display: flex;
}

/* Modal Zoom */
.animate-zoom .modal-control ~ .modal-wrap {
  transition: transform 0.3s ease-out;
  transform: scale(0);
  display: flex;
}

.animate-zoom .modal-control:checked ~ .modal-wrap {
  transition: transform 0.3s ease-in;
  transform: scale(1);
}

@media all and (max-width: 1024px) {
  .modal-shadow { /* For IOS bottom bar coverage */
    height: 120%;
  }
}
.panel {
  border: 1px solid rgba(100, 100, 100, 0.3);
  position: relative;
  padding: 1px;
  border-radius: 0.3em;
  margin-bottom: 20px;
}

.panel.shadow-border {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border: 0;
}

.panel-header {
  padding: 0 10px 0px 10px;
  background-color: rgba(150, 150, 150, 0.2);
  min-height: 40px;
  line-height: 40px;
  position: relative;
  font-size: calc(1em + 0.2vw);
  border-radius: 0.3em 0.3em 0 0;
}

.panel-header small {
  font-size: calc(10px + 0.1vw);
  padding-left: 10px;
  opacity: 0.8;
}

.panel-footer {
  border-top: 1px solid rgba(150, 150, 150, 0.2);
  padding: 10px;
  text-align: center;
}

.panel-header .btn,
.panel-header a.btn,
.panel-header input.btn,
.panel-header label.btn,
.panel-header input[type=submit],
.panel-header input[type=reset],
.panel-header button {
  padding: 0px 12px 0px 12px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 1px;
}

.panel-btn-area {
  position: absolute;
  right: 4px;
  top: 3px;
}

.panel-btn-area .btn .drop-menu {
  top: 30px;
}

.panel-btn-area .has-drop-menu label {
  padding: 0;
}

label.panel-close {
  display: inline-block;
  padding: 0px 12px 0px 12px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin: 3px 0px 0px 1px;
  cursor: pointer;
}

label.panel-close i.arrow-down {
  margin-bottom: 2px;
  margin-left: 2px;
  transition: all 0.1s ease-in-out;
}

label.panel-close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.panel-close-checkbox:checked ~ .panel-body,
.panel-close-checkbox:checked ~ .panel-footer {
  display: none;
}

.panel-close-checkbox:checked ~ .panel-header label.panel-close .arrow-down {
  transform: rotate(-45deg);
  transform: rotate(135deg);
  transition: all 0.1s ease-in-out;
}

@media all and (max-width: 400px) {
  .panel-header small {
    display: block;
    margin-top: -20px;
    padding-left: 0px;
  }
}
.paging {
  margin: 10px 0 10px 0px;
  padding: 0;
  text-align: center;
}

.paging li {
  display: inline-block;
  border: 1px solid rgba(150, 150, 150, 0.4);
}

.paging li a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
  opacity: 0.8;
}

.paging li a:not(.active):hover {
  opacity: 1;
  background-color: rgba(150, 150, 150, 0.3);
}

.paging li a.active,
.paging li a.active:hover {
  opacity: 1;
  font-weight: bold;
  color: #fff;
  cursor: default;
}

.paging.condensed li {
  float: left;
}

.paging:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.paging.condensed li {
  border-right: 0;
}

.paging.condensed li:last-child {
  border-right: 1px solid rgba(150, 150, 150, 0.4);
}

.paging-right {
  display: block;
  text-align: right;
}

.paging-center {
  display: block;
  text-align: center;
}

.paging li a.disabled,
.paging-full li a.disabled {
  opacity: 0.3;
}

.paging li a.disabled:hover,
.paging-full li a.disabled:hover {
  background-color: transparent;
  cursor: default;
  opacity: 0.3;
}

/* Paging Full Width */
.paging-full {
  margin: 10px 0 10px 0px;
  padding: 0;
  width: 100%;
  border-top: 1px solid green;
}

.paging-full li {
  width: 33.3%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.paging-right .paging,
.paging-center .paging {
  display: inline-block;
}

.paging .drop-menu li {
  border: 0;
}

select.paging-select {
  display: inline-block;
  padding: 8px 8px 8px 8px;
  border: 0;
  font-size: calc(0.7em + 0.2vw);
  color: #333;
  background-color: #ccc;
  text-decoration: none;
  transition: background-color 0.3s;
  text-align: center;
  margin: 3px 0px 3px 0px;
  box-sizing: border-box;
  border-radius: 0.3em;
  line-height: normal;
  -webkit-appearance: none;
}

.breadcrumbs {
  margin: 10px 0px 20px 0px;
  color: rgba(100, 100, 100, 0.9);
}

.breadcrumbs span {
  color: rgba(100, 100, 100, 0.5);
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.alert {
  margin: 10px 0px 20px 0px;
  padding: 8px;
  border-radius: 1.3em;
}

i.alert-icon {
  position: relative;
  width: 24px;
  height: 20px;
  display: inline-block;
  font-style: normal;
  font-size: 11px;
}

i.alert-icon:after {
  content: "i";
  color: #fff;
  width: 0;
  height: 0;
  text-align: left;
  border-bottom: 15px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 2px;
  left: 2px;
  font-family: "serif";
  line-height: 18px;
  text-indent: -2px;
  font-weight: bold;
}

i.alert-icon.alert-tri-white:after {
  border-bottom: 15px solid #fff;
  color: inherit;
}

.alert-title {
  margin-bottom: 8px;
}

.alert-title i.alert-icon {
  float: left;
  margin-right: 4px;
}

.alert-title span {
  float: left;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 20px;
}

.primary-light i.alert-icon:after {
  content: "i";
  color: #fff;
  width: 0;
  height: 0;
  text-align: left;
  border-bottom: 15px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 2px;
  left: 2px;
  font-family: "serif";
  line-height: 18px;
  text-indent: -2px;
  font-weight: bold;
}

.flag {
  display: inline;
  white-space: nowrap;
  padding: 2px 8px 2px 8px;
  font-size: 80%;
  border-radius: 5px;
}

.flag.default,
.flag-amount.default {
  background-color: #ccc;
  color: #333;
}

.flag-amount {
  padding: 0px 5px 0px 5px;
  font-size: 9px;
  margin: -3px 0 0 0px;
  position: absolute;
  border-radius: 10px;
  height: 16px;
  line-height: 16px;
}

.flag-item {
  position: relative;
}

.flag-item .flag-amount {
  position: absolute;
  top: -5px;
  right: -5px;
  margin: 0;
  border-radius: 10px;
  border: 2px solid #fff;
}

.navbar-links .flag-item .flag-amount {
  margin: 0;
  top: 0px;
  right: 0px;
}

@media all and (max-width: 1024px) {
  .navbar-links .flag-item .flag-amount {
    margin: 20px 0 0 0;
    top: 0;
    right: 10px;
  }
}
.hero-area {
  background-color: rgba(150, 150, 150, 0.2);
  padding: 10px;
  text-align: center;
}

.hero-area h1 {
  font-weight: normal;
  margin-bottom: 0;
}

.hero-area h4 {
  font-weight: normal;
}

.loading {
  width: 0.8em;
  height: 0.8em;
  position: relative;
  display: inline-block;
}

.loading:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 2px solid #fff;
  position: absolute;
  content: "";
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.loading:before {
  width: 110%;
  height: 110%;
  top: 0px;
  left: 0px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  content: "";
  border-radius: 50%;
  box-sizing: border-box;
}

.loading-wrap .loading:before {
  border: 2px solid rgba(0, 0, 0, 0.7);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-text span {
  content: "Loading";
  animation-name: loading-text;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: inline-block;
  width: 0em;
  overflow: hidden;
  line-height: normal;
  text-align: left;
  line-height: 1em;
}

@keyframes loading-text {
  0% {
    width: 0em;
  }
  80% {
    width: 1em;
  }
  81% {
    width: 0em;
  }
  100% {
    width: 0em;
  }
}
.loading-v2 {
  display: inline-block;
  border: 1px solid rgba(150, 150, 150, 0.2);
  border-radius: 50%;
  border-top: 1px solid #4cc2f1;
  width: 16px;
  height: 16px;
  margin-bottom: -0.1em;
  animation: loaderv2 0.5s linear infinite;
}

.loading-v2.lg {
  border: 2px solid rgba(150, 150, 150, 0.2);
  border-top: 2px solid #4cc2f1;
  width: 30px;
  height: 30px;
}

.btn .loading-v2 {
  border-color: #fff rgba(150, 150, 150, 0.3) rgba(150, 150, 150, 0.3) rgba(150, 150, 150, 0.3);
}

@keyframes loaderv2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-bar {
  width: 100%;
  border: 2px solid #ccc;
  background-color: #555;
  box-sizing: border-box;
}

.loading-bar .bar {
  background-color: rgb(57, 181, 74);
  box-sizing: border-box;
  height: 8px;
  transition: width 0.5s ease-in;
}

.loading-bar .bar.primary {
  background-color: #4cc2f1;
}

.loading-bar .bar.secondary {
  background-color: rgb(232, 72, 26);
}

.loading-bar .bar.info {
  background-color: rgb(206, 237, 252);
}

.loading-bar .bar.success {
  background-color: rgb(57, 181, 74);
}

.loading-bar .bar.warning {
  background-color: rgb(248, 185, 87);
}

.loading-bar .bar.danger {
  background-color: rgb(154, 22, 12);
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip:hover .tip {
  opacity: 1;
  left: calc(100% + 10px);
  transition: all 0.3s ease-in-out;
}

.tooltip .tip {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: #222;
  color: #fff;
  pointer-events: none;
  right: auto;
  left: 0;
  padding: 4px 8px 4px 8px;
  border-radius: 1.3em;
  white-space: nowrap;
  z-index: 50;
  box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.2);
  font-size: 80%;
  top: 50%;
  transform: translate(0%, -50%);
}

.tooltip .tip:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 7px solid #222;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  left: -7px;
  top: calc(50% - 7px);
}

/* Tool Tip Left */
.tooltip.tip-left:hover .tip,
.tooltip.tip-left:focus .tip {
  left: auto;
  right: calc(100% + 10px);
}

.tooltip.tip-left .tip {
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.tooltip.tip-left .tip:after {
  border-right: 0;
  border-left: 7px solid #222;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  left: auto;
  right: -7px;
}

/* Tool Tip Top */
.tooltip.tip-top:hover .tip,
.tooltip.tip-top:focus .tip {
  top: auto;
  bottom: calc(100% + 8px);
}

.tooltip.tip-top .tip {
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0%);
}

.tooltip.tip-top .tip:after {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 0;
  border-top: 7px solid #222;
  left: 50%;
  margin-left: -7px;
  right: auto;
  top: 100%;
  margin-top: -1px;
}

/* Tool Tip Bottom */
.tooltip.tip-bottom:hover .tip,
.tooltip.tip-bottom:focus .tip {
  left: 50%;
  top: calc(100% + 8px);
}

.tooltip.tip-bottom .tip {
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
}

.tooltip.tip-bottom .tip:after {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 0;
  border-bottom: 7px solid #222;
  left: 50%;
  margin-left: -7px;
  right: auto;
  top: -7px;
}

/* simple sidebar navigation */
.sidebar {
  padding: 0;
  height: 100%;
  width: 45px;
  position: fixed;
}

.with-sidebar-main-content {
  margin-left: 40px;
}

@font-face {
  font-family: "IcoMoon-Free";
  src: url("./IcoMoon-Free.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "IcoMoon-Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}

.icon-home2:before {
  content: "\e901";
}

.icon-home3:before {
  content: "\e902";
}

.icon-office:before {
  content: "\e903";
}

.icon-newspaper:before {
  content: "\e904";
}

.icon-pencil:before {
  content: "\e905";
}

.icon-pencil2:before {
  content: "\e906";
}

.icon-quill:before {
  content: "\e907";
}

.icon-pen:before {
  content: "\e908";
}

.icon-blog:before {
  content: "\e909";
}

.icon-eyedropper:before {
  content: "\e90a";
}

.icon-droplet:before {
  content: "\e90b";
}

.icon-paint-format:before {
  content: "\e90c";
}

.icon-image:before {
  content: "\e90d";
}

.icon-images:before {
  content: "\e90e";
}

.icon-camera:before {
  content: "\e90f";
}

.icon-headphones:before {
  content: "\e910";
}

.icon-music:before {
  content: "\e911";
}

.icon-play:before {
  content: "\e912";
}

.icon-film:before {
  content: "\e913";
}

.icon-video-camera:before {
  content: "\e914";
}

.icon-dice:before {
  content: "\e915";
}

.icon-pacman:before {
  content: "\e916";
}

.icon-spades:before {
  content: "\e917";
}

.icon-clubs:before {
  content: "\e918";
}

.icon-diamonds:before {
  content: "\e919";
}

.icon-bullhorn:before {
  content: "\e91a";
}

.icon-connection:before {
  content: "\e91b";
}

.icon-podcast:before {
  content: "\e91c";
}

.icon-feed:before {
  content: "\e91d";
}

.icon-mic:before {
  content: "\e91e";
}

.icon-book:before {
  content: "\e91f";
}

.icon-books:before {
  content: "\e920";
}

.icon-library:before {
  content: "\e921";
}

.icon-file-text:before {
  content: "\e922";
}

.icon-profile:before {
  content: "\e923";
}

.icon-file-empty:before {
  content: "\e924";
}

.icon-files-empty:before {
  content: "\e925";
}

.icon-file-text2:before {
  content: "\e926";
}

.icon-file-picture:before {
  content: "\e927";
}

.icon-file-music:before {
  content: "\e928";
}

.icon-file-play:before {
  content: "\e929";
}

.icon-file-video:before {
  content: "\e92a";
}

.icon-file-zip:before {
  content: "\e92b";
}

.icon-copy:before {
  content: "\e92c";
}

.icon-paste:before {
  content: "\e92d";
}

.icon-stack:before {
  content: "\e92e";
}

.icon-folder:before {
  content: "\e92f";
}

.icon-folder-open:before {
  content: "\e930";
}

.icon-folder-plus:before {
  content: "\e931";
}

.icon-folder-minus:before {
  content: "\e932";
}

.icon-folder-download:before {
  content: "\e933";
}

.icon-folder-upload:before {
  content: "\e934";
}

.icon-price-tag:before {
  content: "\e935";
}

.icon-price-tags:before {
  content: "\e936";
}

.icon-barcode:before {
  content: "\e937";
}

.icon-qrcode:before {
  content: "\e938";
}

.icon-ticket:before {
  content: "\e939";
}

.icon-cart:before {
  content: "\e93a";
}

.icon-coin-dollar:before {
  content: "\e93b";
}

.icon-coin-euro:before {
  content: "\e93c";
}

.icon-coin-pound:before {
  content: "\e93d";
}

.icon-coin-yen:before {
  content: "\e93e";
}

.icon-credit-card:before {
  content: "\e93f";
}

.icon-calculator:before {
  content: "\e940";
}

.icon-lifebuoy:before {
  content: "\e941";
}

.icon-phone:before {
  content: "\e942";
}

.icon-phone-hang-up:before {
  content: "\e943";
}

.icon-address-book:before {
  content: "\e944";
}

.icon-envelop:before {
  content: "\e945";
}

.icon-pushpin:before {
  content: "\e946";
}

.icon-location:before {
  content: "\e947";
}

.icon-location2:before {
  content: "\e948";
}

.icon-compass:before {
  content: "\e949";
}

.icon-compass2:before {
  content: "\e94a";
}

.icon-map:before {
  content: "\e94b";
}

.icon-map2:before {
  content: "\e94c";
}

.icon-history:before {
  content: "\e94d";
}

.icon-clock:before {
  content: "\e94e";
}

.icon-clock2:before {
  content: "\e94f";
}

.icon-alarm:before {
  content: "\e950";
}

.icon-bell:before {
  content: "\e951";
}

.icon-stopwatch:before {
  content: "\e952";
}

.icon-calendar:before {
  content: "\e953";
}

.icon-printer:before {
  content: "\e954";
}

.icon-keyboard:before {
  content: "\e955";
}

.icon-display:before {
  content: "\e956";
}

.icon-laptop:before {
  content: "\e957";
}

.icon-mobile:before {
  content: "\e958";
}

.icon-mobile2:before {
  content: "\e959";
}

.icon-tablet:before {
  content: "\e95a";
}

.icon-tv:before {
  content: "\e95b";
}

.icon-drawer:before {
  content: "\e95c";
}

.icon-drawer2:before {
  content: "\e95d";
}

.icon-box-add:before {
  content: "\e95e";
}

.icon-box-remove:before {
  content: "\e95f";
}

.icon-download:before {
  content: "\e960";
}

.icon-upload:before {
  content: "\e961";
}

.icon-floppy-disk:before {
  content: "\e962";
}

.icon-drive:before {
  content: "\e963";
}

.icon-database:before {
  content: "\e964";
}

.icon-undo:before {
  content: "\e965";
}

.icon-redo:before {
  content: "\e966";
}

.icon-undo2:before {
  content: "\e967";
}

.icon-redo2:before {
  content: "\e968";
}

.icon-forward:before {
  content: "\e969";
}

.icon-reply:before {
  content: "\e96a";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-bubbles:before {
  content: "\e96c";
}

.icon-bubbles2:before {
  content: "\e96d";
}

.icon-bubble2:before {
  content: "\e96e";
}

.icon-bubbles3:before {
  content: "\e96f";
}

.icon-bubbles4:before {
  content: "\e970";
}

.icon-user:before {
  content: "\e971";
}

.icon-users:before {
  content: "\e972";
}

.icon-user-plus:before {
  content: "\e973";
}

.icon-user-minus:before {
  content: "\e974";
}

.icon-user-check:before {
  content: "\e975";
}

.icon-user-tie:before {
  content: "\e976";
}

.icon-quotes-left:before {
  content: "\e977";
}

.icon-quotes-right:before {
  content: "\e978";
}

.icon-hour-glass:before {
  content: "\e979";
}

.icon-spinner:before {
  content: "\e97a";
}

.icon-spinner2:before {
  content: "\e97b";
}

.icon-spinner3:before {
  content: "\e97c";
}

.icon-spinner4:before {
  content: "\e97d";
}

.icon-spinner5:before {
  content: "\e97e";
}

.icon-spinner6:before {
  content: "\e97f";
}

.icon-spinner7:before {
  content: "\e980";
}

.icon-spinner8:before {
  content: "\e981";
}

.icon-spinner9:before {
  content: "\e982";
}

.icon-spinner10:before {
  content: "\e983";
}

.icon-spinner11:before {
  content: "\e984";
}

.icon-binoculars:before {
  content: "\e985";
}

.icon-search:before {
  content: "\e986";
}

.icon-zoom-in:before {
  content: "\e987";
}

.icon-zoom-out:before {
  content: "\e988";
}

.icon-enlarge:before {
  content: "\e989";
}

.icon-shrink:before {
  content: "\e98a";
}

.icon-enlarge2:before {
  content: "\e98b";
}

.icon-shrink2:before {
  content: "\e98c";
}

.icon-key:before {
  content: "\e98d";
}

.icon-key2:before {
  content: "\e98e";
}

.icon-lock:before {
  content: "\e98f";
}

.icon-unlocked:before {
  content: "\e990";
}

.icon-wrench:before {
  content: "\e991";
}

.icon-equalizer:before {
  content: "\e992";
}

.icon-equalizer2:before {
  content: "\e993";
}

.icon-cog:before {
  content: "\e994";
}

.icon-cogs:before {
  content: "\e995";
}

.icon-hammer:before {
  content: "\e996";
}

.icon-magic-wand:before {
  content: "\e997";
}

.icon-aid-kit:before {
  content: "\e998";
}

.icon-bug:before {
  content: "\e999";
}

.icon-pie-chart:before {
  content: "\e99a";
}

.icon-stats-dots:before {
  content: "\e99b";
}

.icon-stats-bars:before {
  content: "\e99c";
}

.icon-stats-bars2:before {
  content: "\e99d";
}

.icon-trophy:before {
  content: "\e99e";
}

.icon-gift:before {
  content: "\e99f";
}

.icon-glass:before {
  content: "\e9a0";
}

.icon-glass2:before {
  content: "\e9a1";
}

.icon-mug:before {
  content: "\e9a2";
}

.icon-spoon-knife:before {
  content: "\e9a3";
}

.icon-leaf:before {
  content: "\e9a4";
}

.icon-rocket:before {
  content: "\e9a5";
}

.icon-meter:before {
  content: "\e9a6";
}

.icon-meter2:before {
  content: "\e9a7";
}

.icon-hammer2:before {
  content: "\e9a8";
}

.icon-fire:before {
  content: "\e9a9";
}

.icon-lab:before {
  content: "\e9aa";
}

.icon-magnet:before {
  content: "\e9ab";
}

.icon-bin:before {
  content: "\e9ac";
}

.icon-bin2:before {
  content: "\e9ad";
}

.icon-briefcase:before {
  content: "\e9ae";
}

.icon-airplane:before {
  content: "\e9af";
}

.icon-truck:before {
  content: "\e9b0";
}

.icon-road:before {
  content: "\e9b1";
}

.icon-accessibility:before {
  content: "\e9b2";
}

.icon-target:before {
  content: "\e9b3";
}

.icon-shield:before {
  content: "\e9b4";
}

.icon-power:before {
  content: "\e9b5";
}

.icon-switch:before {
  content: "\e9b6";
}

.icon-power-cord:before {
  content: "\e9b7";
}

.icon-clipboard:before {
  content: "\e9b8";
}

.icon-list-numbered:before {
  content: "\e9b9";
}

.icon-list:before {
  content: "\e9ba";
}

.icon-list2:before {
  content: "\e9bb";
}

.icon-tree:before {
  content: "\e9bc";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-menu2:before {
  content: "\e9be";
}

.icon-menu3:before {
  content: "\e9bf";
}

.icon-menu4:before {
  content: "\e9c0";
}

.icon-cloud:before {
  content: "\e9c1";
}

.icon-cloud-download:before {
  content: "\e9c2";
}

.icon-cloud-upload:before {
  content: "\e9c3";
}

.icon-cloud-check:before {
  content: "\e9c4";
}

.icon-download2:before {
  content: "\e9c5";
}

.icon-upload2:before {
  content: "\e9c6";
}

.icon-download3:before {
  content: "\e9c7";
}

.icon-upload3:before {
  content: "\e9c8";
}

.icon-sphere:before {
  content: "\e9c9";
}

.icon-earth:before {
  content: "\e9ca";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-flag:before {
  content: "\e9cc";
}

.icon-attachment:before {
  content: "\e9cd";
}

.icon-eye:before {
  content: "\e9ce";
}

.icon-eye-plus:before {
  content: "\e9cf";
}

.icon-eye-minus:before {
  content: "\e9d0";
}

.icon-eye-blocked:before {
  content: "\e9d1";
}

.icon-bookmark:before {
  content: "\e9d2";
}

.icon-bookmarks:before {
  content: "\e9d3";
}

.icon-sun:before {
  content: "\e9d4";
}

.icon-contrast:before {
  content: "\e9d5";
}

.icon-brightness-contrast:before {
  content: "\e9d6";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-half:before {
  content: "\e9d8";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-heart-broken:before {
  content: "\e9db";
}

.icon-man:before {
  content: "\e9dc";
}

.icon-woman:before {
  content: "\e9dd";
}

.icon-man-woman:before {
  content: "\e9de";
}

.icon-happy:before {
  content: "\e9df";
}

.icon-happy2:before {
  content: "\e9e0";
}

.icon-smile:before {
  content: "\e9e1";
}

.icon-smile2:before {
  content: "\e9e2";
}

.icon-tongue:before {
  content: "\e9e3";
}

.icon-tongue2:before {
  content: "\e9e4";
}

.icon-sad:before {
  content: "\e9e5";
}

.icon-sad2:before {
  content: "\e9e6";
}

.icon-wink:before {
  content: "\e9e7";
}

.icon-wink2:before {
  content: "\e9e8";
}

.icon-grin:before {
  content: "\e9e9";
}

.icon-grin2:before {
  content: "\e9ea";
}

.icon-cool:before {
  content: "\e9eb";
}

.icon-cool2:before {
  content: "\e9ec";
}

.icon-angry:before {
  content: "\e9ed";
}

.icon-angry2:before {
  content: "\e9ee";
}

.icon-evil:before {
  content: "\e9ef";
}

.icon-evil2:before {
  content: "\e9f0";
}

.icon-shocked:before {
  content: "\e9f1";
}

.icon-shocked2:before {
  content: "\e9f2";
}

.icon-baffled:before {
  content: "\e9f3";
}

.icon-baffled2:before {
  content: "\e9f4";
}

.icon-confused:before {
  content: "\e9f5";
}

.icon-confused2:before {
  content: "\e9f6";
}

.icon-neutral:before {
  content: "\e9f7";
}

.icon-neutral2:before {
  content: "\e9f8";
}

.icon-hipster:before {
  content: "\e9f9";
}

.icon-hipster2:before {
  content: "\e9fa";
}

.icon-wondering:before {
  content: "\e9fb";
}

.icon-wondering2:before {
  content: "\e9fc";
}

.icon-sleepy:before {
  content: "\e9fd";
}

.icon-sleepy2:before {
  content: "\e9fe";
}

.icon-frustrated:before {
  content: "\e9ff";
}

.icon-frustrated2:before {
  content: "\ea00";
}

.icon-crying:before {
  content: "\ea01";
}

.icon-crying2:before {
  content: "\ea02";
}

.icon-point-up:before {
  content: "\ea03";
}

.icon-point-right:before {
  content: "\ea04";
}

.icon-point-down:before {
  content: "\ea05";
}

.icon-point-left:before {
  content: "\ea06";
}

.icon-warning:before {
  content: "\ea07";
}

.icon-notification:before {
  content: "\ea08";
}

.icon-question:before {
  content: "\ea09";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-blocked:before {
  content: "\ea0e";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-checkmark2:before {
  content: "\ea11";
}

.icon-spell-check:before {
  content: "\ea12";
}

.icon-enter:before {
  content: "\ea13";
}

.icon-exit:before {
  content: "\ea14";
}

.icon-play2:before {
  content: "\ea15";
}

.icon-pause:before {
  content: "\ea16";
}

.icon-stop:before {
  content: "\ea17";
}

.icon-previous:before {
  content: "\ea18";
}

.icon-next:before {
  content: "\ea19";
}

.icon-backward:before {
  content: "\ea1a";
}

.icon-forward2:before {
  content: "\ea1b";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-pause2:before {
  content: "\ea1d";
}

.icon-stop2:before {
  content: "\ea1e";
}

.icon-backward2:before {
  content: "\ea1f";
}

.icon-forward3:before {
  content: "\ea20";
}

.icon-first:before {
  content: "\ea21";
}

.icon-last:before {
  content: "\ea22";
}

.icon-previous2:before {
  content: "\ea23";
}

.icon-next2:before {
  content: "\ea24";
}

.icon-eject:before {
  content: "\ea25";
}

.icon-volume-high:before {
  content: "\ea26";
}

.icon-volume-medium:before {
  content: "\ea27";
}

.icon-volume-low:before {
  content: "\ea28";
}

.icon-volume-mute:before {
  content: "\ea29";
}

.icon-volume-mute2:before {
  content: "\ea2a";
}

.icon-volume-increase:before {
  content: "\ea2b";
}

.icon-volume-decrease:before {
  content: "\ea2c";
}

.icon-loop:before {
  content: "\ea2d";
}

.icon-loop2:before {
  content: "\ea2e";
}

.icon-infinite:before {
  content: "\ea2f";
}

.icon-shuffle:before {
  content: "\ea30";
}

.icon-arrow-up-left:before {
  content: "\ea31";
}

.icon-arrow-up:before {
  content: "\ea32";
}

.icon-arrow-up-right:before {
  content: "\ea33";
}

.icon-arrow-right:before {
  content: "\ea34";
}

.icon-arrow-down-right:before {
  content: "\ea35";
}

.icon-arrow-down:before {
  content: "\ea36";
}

.icon-arrow-down-left:before {
  content: "\ea37";
}

.icon-arrow-left:before {
  content: "\ea38";
}

.icon-arrow-up-left2:before {
  content: "\ea39";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-down-right2:before {
  content: "\ea3d";
}

.icon-arrow-down2:before {
  content: "\ea3e";
}

.icon-arrow-down-left2:before {
  content: "\ea3f";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-tab:before {
  content: "\ea45";
}

.icon-move-up:before {
  content: "\ea46";
}

.icon-move-down:before {
  content: "\ea47";
}

.icon-sort-alpha-asc:before {
  content: "\ea48";
}

.icon-sort-alpha-desc:before {
  content: "\ea49";
}

.icon-sort-numeric-asc:before {
  content: "\ea4a";
}

.icon-sort-numberic-desc:before {
  content: "\ea4b";
}

.icon-sort-amount-asc:before {
  content: "\ea4c";
}

.icon-sort-amount-desc:before {
  content: "\ea4d";
}

.icon-command:before {
  content: "\ea4e";
}

.icon-shift:before {
  content: "\ea4f";
}

.icon-ctrl:before {
  content: "\ea50";
}

.icon-opt:before {
  content: "\ea51";
}

.icon-checkbox-checked:before {
  content: "\ea52";
}

.icon-checkbox-unchecked:before {
  content: "\ea53";
}

.icon-radio-checked:before {
  content: "\ea54";
}

.icon-radio-checked2:before {
  content: "\ea55";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-crop:before {
  content: "\ea57";
}

.icon-make-group:before {
  content: "\ea58";
}

.icon-ungroup:before {
  content: "\ea59";
}

.icon-scissors:before {
  content: "\ea5a";
}

.icon-filter:before {
  content: "\ea5b";
}

.icon-font:before {
  content: "\ea5c";
}

.icon-ligature:before {
  content: "\ea5d";
}

.icon-ligature2:before {
  content: "\ea5e";
}

.icon-text-height:before {
  content: "\ea5f";
}

.icon-text-width:before {
  content: "\ea60";
}

.icon-font-size:before {
  content: "\ea61";
}

.icon-bold:before {
  content: "\ea62";
}

.icon-underline:before {
  content: "\ea63";
}

.icon-italic:before {
  content: "\ea64";
}

.icon-strikethrough:before {
  content: "\ea65";
}

.icon-omega:before {
  content: "\ea66";
}

.icon-sigma:before {
  content: "\ea67";
}

.icon-page-break:before {
  content: "\ea68";
}

.icon-superscript:before {
  content: "\ea69";
}

.icon-subscript:before {
  content: "\ea6a";
}

.icon-superscript2:before {
  content: "\ea6b";
}

.icon-subscript2:before {
  content: "\ea6c";
}

.icon-text-color:before {
  content: "\ea6d";
}

.icon-pagebreak:before {
  content: "\ea6e";
}

.icon-clear-formatting:before {
  content: "\ea6f";
}

.icon-table:before {
  content: "\ea70";
}

.icon-table2:before {
  content: "\ea71";
}

.icon-insert-template:before {
  content: "\ea72";
}

.icon-pilcrow:before {
  content: "\ea73";
}

.icon-ltr:before {
  content: "\ea74";
}

.icon-rtl:before {
  content: "\ea75";
}

.icon-section:before {
  content: "\ea76";
}

.icon-paragraph-left:before {
  content: "\ea77";
}

.icon-paragraph-center:before {
  content: "\ea78";
}

.icon-paragraph-right:before {
  content: "\ea79";
}

.icon-paragraph-justify:before {
  content: "\ea7a";
}

.icon-indent-increase:before {
  content: "\ea7b";
}

.icon-indent-decrease:before {
  content: "\ea7c";
}

.icon-share:before {
  content: "\ea7d";
}

.icon-new-tab:before {
  content: "\ea7e";
}

.icon-embed:before {
  content: "\ea7f";
}

.icon-embed2:before {
  content: "\ea80";
}

.icon-terminal:before {
  content: "\ea81";
}

.icon-share2:before {
  content: "\ea82";
}

.icon-mail:before {
  content: "\ea83";
}

.icon-mail2:before {
  content: "\ea84";
}

.icon-mail3:before {
  content: "\ea85";
}

.icon-mail4:before {
  content: "\ea86";
}

.icon-amazon:before {
  content: "\ea87";
}

.icon-google:before {
  content: "\ea88";
}

.icon-google2:before {
  content: "\ea89";
}

.icon-google3:before {
  content: "\ea8a";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-google-plus2:before {
  content: "\ea8c";
}

.icon-google-plus3:before {
  content: "\ea8d";
}

.icon-hangouts:before {
  content: "\ea8e";
}

.icon-google-drive:before {
  content: "\ea8f";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-spotify:before {
  content: "\ea94";
}

.icon-telegram:before {
  content: "\ea95";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-vine:before {
  content: "\ea97";
}

.icon-vk:before {
  content: "\ea98";
}

.icon-renren:before {
  content: "\ea99";
}

.icon-sina-weibo:before {
  content: "\ea9a";
}

.icon-rss:before {
  content: "\ea9b";
}

.icon-rss2:before {
  content: "\ea9c";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-youtube2:before {
  content: "\ea9e";
}

.icon-twitch:before {
  content: "\ea9f";
}

.icon-vimeo:before {
  content: "\eaa0";
}

.icon-vimeo2:before {
  content: "\eaa1";
}

.icon-lanyrd:before {
  content: "\eaa2";
}

.icon-flickr:before {
  content: "\eaa3";
}

.icon-flickr2:before {
  content: "\eaa4";
}

.icon-flickr3:before {
  content: "\eaa5";
}

.icon-flickr4:before {
  content: "\eaa6";
}

.icon-dribbble:before {
  content: "\eaa7";
}

.icon-behance:before {
  content: "\eaa8";
}

.icon-behance2:before {
  content: "\eaa9";
}

.icon-deviantart:before {
  content: "\eaaa";
}

.icon-500px:before {
  content: "\eaab";
}

.icon-steam:before {
  content: "\eaac";
}

.icon-steam2:before {
  content: "\eaad";
}

.icon-dropbox:before {
  content: "\eaae";
}

.icon-onedrive:before {
  content: "\eaaf";
}

.icon-github:before {
  content: "\eab0";
}

.icon-npm:before {
  content: "\eab1";
}

.icon-basecamp:before {
  content: "\eab2";
}

.icon-trello:before {
  content: "\eab3";
}

.icon-wordpress:before {
  content: "\eab4";
}

.icon-joomla:before {
  content: "\eab5";
}

.icon-ello:before {
  content: "\eab6";
}

.icon-blogger:before {
  content: "\eab7";
}

.icon-blogger2:before {
  content: "\eab8";
}

.icon-tumblr:before {
  content: "\eab9";
}

.icon-tumblr2:before {
  content: "\eaba";
}

.icon-yahoo:before {
  content: "\eabb";
}

.icon-yahoo2:before {
  content: "\eabc";
}

.icon-tux:before {
  content: "\eabd";
}

.icon-appleinc:before {
  content: "\eabe";
}

.icon-finder:before {
  content: "\eabf";
}

.icon-android:before {
  content: "\eac0";
}

.icon-windows:before {
  content: "\eac1";
}

.icon-windows8:before {
  content: "\eac2";
}

.icon-soundcloud:before {
  content: "\eac3";
}

.icon-soundcloud2:before {
  content: "\eac4";
}

.icon-skype:before {
  content: "\eac5";
}

.icon-reddit:before {
  content: "\eac6";
}

.icon-hackernews:before {
  content: "\eac7";
}

.icon-wikipedia:before {
  content: "\eac8";
}

.icon-linkedin:before {
  content: "\eac9";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-lastfm:before {
  content: "\eacb";
}

.icon-lastfm2:before {
  content: "\eacc";
}

.icon-delicious:before {
  content: "\eacd";
}

.icon-stumbleupon:before {
  content: "\eace";
}

.icon-stumbleupon2:before {
  content: "\eacf";
}

.icon-stackoverflow:before {
  content: "\ead0";
}

.icon-pinterest:before {
  content: "\ead1";
}

.icon-pinterest2:before {
  content: "\ead2";
}

.icon-xing:before {
  content: "\ead3";
}

.icon-xing2:before {
  content: "\ead4";
}

.icon-flattr:before {
  content: "\ead5";
}

.icon-foursquare:before {
  content: "\ead6";
}

.icon-yelp:before {
  content: "\ead7";
}

.icon-paypal:before {
  content: "\ead8";
}

.icon-chrome:before {
  content: "\ead9";
}

.icon-firefox:before {
  content: "\eada";
}

.icon-IE:before {
  content: "\eadb";
}

.icon-edge:before {
  content: "\eadc";
}

.icon-safari:before {
  content: "\eadd";
}

.icon-opera:before {
  content: "\eade";
}

.icon-file-pdf:before {
  content: "\eadf";
}

.icon-file-openoffice:before {
  content: "\eae0";
}

.icon-file-word:before {
  content: "\eae1";
}

.icon-file-excel:before {
  content: "\eae2";
}

.icon-libreoffice:before {
  content: "\eae3";
}

.icon-html-five:before {
  content: "\eae4";
}

.icon-html-five2:before {
  content: "\eae5";
}

.icon-css3:before {
  content: "\eae6";
}

.icon-git:before {
  content: "\eae7";
}

.icon-codepen:before {
  content: "\eae8";
}

.icon-svg:before {
  content: "\eae9";
}

.icon-IcoMoon:before {
  content: "\eaea";
}

.icon-uni21:before {
  content: "!";
}

.icon-uni22:before {
  content: '"';
}

.icon-uni23:before {
  content: "#";
}

.icon-uni24:before {
  content: "$";
}

.icon-uni25:before {
  content: "%";
}

.icon-uni26:before {
  content: "&";
}

.icon-uni27:before {
  content: "'";
}

.icon-uni28:before {
  content: "(";
}

.icon-uni29:before {
  content: ")";
}

.icon-uni2A:before {
  content: "*";
}

.icon-uni2B:before {
  content: "+";
}

.icon-uni2C:before {
  content: ",";
}

.icon-uni2D:before {
  content: "-";
}

.icon-uni2E:before {
  content: ".";
}

.icon-uni2F:before {
  content: "/";
}

.icon-uni30:before {
  content: "0";
}

.icon-uni31:before {
  content: "1";
}

.icon-uni32:before {
  content: "2";
}

.icon-uni33:before {
  content: "3";
}

.icon-uni34:before {
  content: "4";
}

.icon-uni35:before {
  content: "5";
}

.icon-uni36:before {
  content: "6";
}

.icon-uni37:before {
  content: "7";
}

.icon-uni38:before {
  content: "8";
}

.icon-uni39:before {
  content: "9";
}

.icon-uni3A:before {
  content: ":";
}

.icon-uni3B:before {
  content: ";";
}

.icon-uni3C:before {
  content: "<";
}

.icon-uni3D:before {
  content: "=";
}

.icon-uni3E:before {
  content: ">";
}

.icon-uni3F:before {
  content: "?";
}

.icon-uni40:before {
  content: "@";
}

.icon-uni41:before {
  content: "A";
}

.icon-uni42:before {
  content: "B";
}

.icon-uni43:before {
  content: "C";
}

.icon-uni44:before {
  content: "D";
}

.icon-uni45:before {
  content: "E";
}

.icon-uni46:before {
  content: "F";
}

.icon-uni47:before {
  content: "G";
}

.icon-uni48:before {
  content: "H";
}

.icon-uni49:before {
  content: "I";
}

.icon-uni4A:before {
  content: "J";
}

.icon-uni4B:before {
  content: "K";
}

.icon-uni4C:before {
  content: "L";
}

.icon-uni4D:before {
  content: "M";
}

.icon-uni4E:before {
  content: "N";
}

.icon-uni4F:before {
  content: "O";
}

.icon-uni50:before {
  content: "P";
}

.icon-uni51:before {
  content: "Q";
}

.icon-uni52:before {
  content: "R";
}

.icon-uni53:before {
  content: "S";
}

.icon-uni54:before {
  content: "T";
}

.icon-uni55:before {
  content: "U";
}

.icon-uni56:before {
  content: "V";
}

.icon-uni57:before {
  content: "W";
}

.icon-uni58:before {
  content: "X";
}

.icon-uni59:before {
  content: "Y";
}

.icon-uni5A:before {
  content: "Z";
}

.icon-uni5B:before {
  content: "[";
}

.icon-uni5C:before {
  content: "\\";
}

.icon-uni5D:before {
  content: "]";
}

.icon-uni5E:before {
  content: "^";
}

.icon-uni5F:before {
  content: "_";
}

.icon-uni60:before {
  content: "`";
}

.icon-uni61:before {
  content: "a";
}

.icon-uni62:before {
  content: "b";
}

.icon-uni63:before {
  content: "c";
}

.icon-uni64:before {
  content: "d";
}

.icon-uni65:before {
  content: "e";
}

.icon-uni66:before {
  content: "f";
}

.icon-uni67:before {
  content: "g";
}

.icon-uni68:before {
  content: "h";
}

.icon-uni69:before {
  content: "i";
}

.icon-uni6A:before {
  content: "j";
}

.icon-uni6B:before {
  content: "k";
}

.icon-uni6C:before {
  content: "l";
}

.icon-uni6D:before {
  content: "m";
}

.icon-uni6E:before {
  content: "n";
}

.icon-uni6F:before {
  content: "o";
}

.icon-uni70:before {
  content: "p";
}

.icon-uni71:before {
  content: "q";
}

.icon-uni72:before {
  content: "r";
}

.icon-uni73:before {
  content: "s";
}

.icon-uni74:before {
  content: "t";
}

.icon-uni75:before {
  content: "u";
}

.icon-uni76:before {
  content: "v";
}

.icon-uni77:before {
  content: "w";
}

.icon-uni78:before {
  content: "x";
}

.icon-uni79:before {
  content: "y";
}

.icon-uni7A:before {
  content: "z";
}

.icon-uni7B:before {
  content: "{";
}

.icon-uni7C:before {
  content: "|";
}

.icon-uni7D:before {
  content: "}";
}

.icon-uni7E:before {
  content: "~";
}

.icon-uniA9:before {
  content: "©";
}

.sortable th {
  cursor: pointer;
}

.sortable th.no-sort {
  pointer-events: none;
}

.sortable th::after, .sortable th::before {
  transition: color 0.1s ease-in-out;
  font-size: 1.2em;
  color: transparent;
}

.sortable th::after {
  margin-left: 3px;
  content: "▸";
}

.sortable th:hover::after {
  color: inherit;
}

.sortable th.dir-d::after {
  color: inherit;
  content: "▾";
}

.sortable th.dir-u::after {
  color: inherit;
  content: "▴";
}

.sortable th.indicator-left::after {
  content: "";
}

.sortable th.indicator-left::before {
  margin-right: 3px;
  content: "▸";
}

.sortable th.indicator-left:hover::before {
  color: inherit;
}

.sortable th.indicator-left.dir-d::before {
  color: inherit;
  content: "▾";
}

.sortable th.indicator-left.dir-u::before {
  color: inherit;
  content: "▴";
} 

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