@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Project:	flintstone
++++ Imports ++++
++++ Reset ++++
++++ Basic ++++

	++Effect 1: YouTube loading++
	++typography++
	++Buttons++
	++Admin Basic++
	++Form++
	++Form-Wizard++
	++Product Deatails*++
	++Product Cart++	
	++Popover++
	++Typerhead++
	++Editors++
	++Accordion++
	++Tabs++
	++Table++
	++Morris Chart++
	++Flot Chart++
	++Chartist++
	++Easy pie chart++
	++Skills Counter++
	++Nestable++
	++Treeview++
	++Modals++
	++sweet-alert++
	++Notification++
	++Tooltop++
	++Icons++
	++File Upload++
	++File Manager++
	++Carousel++
	++Testimonial slider++
	++Twitter slider++
	++Range Slider++
	++Gallery++
	++Typography++
	++Panel++
	++Pricing Table++
	++Dropdown++
	++Weather++
	++Sparkline++
	++Pagination++
	++Pager++
	++Labels++
	++Badge++
	++Task Panel++
	++Vecotor Map++
	++Progressbar++
	++Search Bar++
	++Chat UI++	
	++Widgets++
	++Profile++
	++Followers++
	++Small Graph++
	++Timeline++
	++Caledar++
	++Todo List++
	++Activity++  
	++Message Box++
	++Inbox++
	++Contact Cards++
	++Contact List++
	++Login Form++
	++Error Page++
	++Products++
	++Cropperjs++

++++ Mediaqueries ++++
-------------------------------------------------------------------*/
/****************************/
/** Imports **/
/****************************/
@import url(https://fonts.googleapis.com/css?family=Poppins:400|500|600|700);
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(animate.css);
@import url(simple-line-icons.css);
@import url(material-design-iconic-font.min.css);
@import url(filter.css);
@import url(../../vendors/bower_components/switchery/dist/switchery.min.css);
@import url(../../vendors/bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css);
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, .error-comment, h4, h5, h6, .panel-title {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, .error-comment, h4, h5, h6, .panel-title,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

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

h3, .error-comment, .h3 {
  font-size: 1.75rem; }

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

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

h6, .panel-title, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

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

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

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

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

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

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

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

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

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table, .jsgrid-table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th, .jsgrid-table th,
  .table td,
  .jsgrid-table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th, .jsgrid-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody, .jsgrid-table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table, .jsgrid-table .table, .table .jsgrid-table, .jsgrid-table .jsgrid-table {
    background-color: #fff; }

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th, .jsgrid-table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th, .jsgrid-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .wizard .content > .body input, .mce-floatpanel .mce-textbox, .mce-floatpanel .mce-btn, .jsgrid-cell input, .jsgrid-cell select, .tablesaw-bar .btn-select select, .dd-handle, .dd3-content, .app-search .form-control:focus {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control, .wizard .content > .body input, .mce-floatpanel .mce-textbox, .mce-floatpanel .mce-btn, .jsgrid-cell input, .jsgrid-cell select, .tablesaw-bar .btn-select select, .dd-handle, .dd3-content, .app-search .form-control:focus {
      transition: none; } }
  .form-control::-ms-expand, .wizard .content > .body input::-ms-expand, .mce-floatpanel .mce-textbox::-ms-expand, .mce-floatpanel .mce-btn::-ms-expand, .jsgrid-cell input::-ms-expand, .jsgrid-cell select::-ms-expand, .tablesaw-bar .btn-select select::-ms-expand, .dd-handle::-ms-expand, .dd3-content::-ms-expand, .app-search .form-control:focus::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .wizard .content > .body input:focus, .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .mce-btn:focus, .jsgrid-cell input:focus, .jsgrid-cell select:focus, .tablesaw-bar .btn-select select:focus, .dd-handle:focus, .dd3-content:focus, .app-search .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder, .wizard .content > .body input::placeholder, .mce-floatpanel .mce-textbox::placeholder, .mce-floatpanel .mce-btn::placeholder, .jsgrid-cell input::placeholder, .jsgrid-cell select::placeholder, .tablesaw-bar .btn-select select::placeholder, .dd-handle::placeholder, .dd3-content::placeholder, .app-search .form-control:focus::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .wizard .content > .body input:disabled, .mce-floatpanel .mce-textbox:disabled, .mce-floatpanel .mce-btn:disabled, .jsgrid-cell input:disabled, .jsgrid-cell select:disabled, .tablesaw-bar .btn-select select:disabled, .dd-handle:disabled, .dd3-content:disabled, .app-search .form-control:disabled:focus, .form-control[readonly], .wizard .content > .body input[readonly], .mce-floatpanel .mce-textbox[readonly], .mce-floatpanel .mce-btn[readonly], .jsgrid-cell input[readonly], .jsgrid-cell select[readonly], .tablesaw-bar .btn-select select[readonly], .dd-handle[readonly], .dd3-content[readonly], .app-search .form-control[readonly]:focus {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value, .mce-floatpanel select.mce-textbox:focus::-ms-value, .mce-floatpanel select.mce-btn:focus::-ms-value, .jsgrid-cell select:focus::-ms-value, .tablesaw-bar .btn-select select:focus::-ms-value, select.dd-handle:focus::-ms-value, select.dd3-content:focus::-ms-value, .app-search select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], .mce-floatpanel select.mce-textbox[size], .mce-floatpanel select.mce-btn[size], .jsgrid-cell select[size], .tablesaw-bar .btn-select select[size], select.dd-handle[size], select.dd3-content[size], .app-search select.form-control[size]:focus, select.form-control[multiple], .mce-floatpanel select.mce-textbox[multiple], .mce-floatpanel select.mce-btn[multiple], .jsgrid-cell select[multiple], .tablesaw-bar .btn-select select[multiple], select.dd-handle[multiple], select.dd3-content[multiple], .app-search select.form-control[multiple]:focus {
  height: auto; }

textarea.form-control, .mce-floatpanel textarea.mce-textbox, .mce-floatpanel textarea.mce-btn, textarea.dd-handle, textarea.dd3-content, .app-search textarea.form-control:focus {
  height: auto; }

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .was-validated .wizard .content > .body input:valid, .wizard .content > .body .was-validated input:valid, .was-validated .mce-floatpanel .mce-textbox:valid, .mce-floatpanel .was-validated .mce-textbox:valid, .was-validated .mce-floatpanel .mce-btn:valid, .mce-floatpanel .was-validated .mce-btn:valid, .was-validated .jsgrid-cell input:valid, .jsgrid-cell .was-validated input:valid, .was-validated .jsgrid-cell select:valid, .jsgrid-cell .was-validated select:valid, .was-validated .tablesaw-bar .btn-select select:valid, .tablesaw-bar .btn-select .was-validated select:valid, .was-validated .dd-handle:valid, .was-validated .dd3-content:valid, .form-control.is-valid, .wizard .content > .body input.is-valid, .mce-floatpanel .is-valid.mce-textbox, .mce-floatpanel .is-valid.mce-btn, .jsgrid-cell input.is-valid, .jsgrid-cell select.is-valid, .tablesaw-bar .btn-select select.is-valid, .is-valid.dd-handle, .is-valid.dd3-content, .app-search .is-valid.form-control:focus, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .wizard .content > .body input:valid:focus, .wizard .content > .body .was-validated input:valid:focus, .was-validated .mce-floatpanel .mce-textbox:valid:focus, .mce-floatpanel .was-validated .mce-textbox:valid:focus, .was-validated .mce-floatpanel .mce-btn:valid:focus, .mce-floatpanel .was-validated .mce-btn:valid:focus, .was-validated .jsgrid-cell input:valid:focus, .jsgrid-cell .was-validated input:valid:focus, .was-validated .jsgrid-cell select:valid:focus, .jsgrid-cell .was-validated select:valid:focus, .was-validated .tablesaw-bar .btn-select select:valid:focus, .tablesaw-bar .btn-select .was-validated select:valid:focus, .was-validated .dd-handle:valid:focus, .was-validated .dd3-content:valid:focus, .form-control.is-valid:focus, .wizard .content > .body input.is-valid:focus, .mce-floatpanel .is-valid.mce-textbox:focus, .mce-floatpanel .is-valid.mce-btn:focus, .jsgrid-cell input.is-valid:focus, .jsgrid-cell select.is-valid:focus, .tablesaw-bar .btn-select select.is-valid:focus, .is-valid.dd-handle:focus, .is-valid.dd3-content:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .wizard .content > .body input:valid ~ .valid-feedback, .wizard .content > .body .was-validated input:valid ~ .valid-feedback, .was-validated .mce-floatpanel .mce-textbox:valid ~ .valid-feedback, .mce-floatpanel .was-validated .mce-textbox:valid ~ .valid-feedback, .was-validated .mce-floatpanel .mce-btn:valid ~ .valid-feedback, .mce-floatpanel .was-validated .mce-btn:valid ~ .valid-feedback, .was-validated .jsgrid-cell input:valid ~ .valid-feedback, .jsgrid-cell .was-validated input:valid ~ .valid-feedback, .was-validated .jsgrid-cell select:valid ~ .valid-feedback, .jsgrid-cell .was-validated select:valid ~ .valid-feedback, .was-validated .tablesaw-bar .btn-select select:valid ~ .valid-feedback, .tablesaw-bar .btn-select .was-validated select:valid ~ .valid-feedback, .was-validated .dd-handle:valid ~ .valid-feedback, .was-validated .dd3-content:valid ~ .valid-feedback, .was-validated .app-search .form-control:valid:focus ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .wizard .content > .body input:valid ~ .valid-tooltip,
  .wizard .content > .body .was-validated input:valid ~ .valid-tooltip,
  .was-validated .mce-floatpanel .mce-textbox:valid ~ .valid-tooltip,
  .mce-floatpanel .was-validated .mce-textbox:valid ~ .valid-tooltip,
  .was-validated .mce-floatpanel .mce-btn:valid ~ .valid-tooltip,
  .mce-floatpanel .was-validated .mce-btn:valid ~ .valid-tooltip,
  .was-validated .jsgrid-cell input:valid ~ .valid-tooltip,
  .jsgrid-cell .was-validated input:valid ~ .valid-tooltip,
  .was-validated .jsgrid-cell select:valid ~ .valid-tooltip,
  .jsgrid-cell .was-validated select:valid ~ .valid-tooltip,
  .was-validated .tablesaw-bar .btn-select select:valid ~ .valid-tooltip,
  .tablesaw-bar .btn-select .was-validated select:valid ~ .valid-tooltip,
  .was-validated .dd-handle:valid ~ .valid-tooltip,
  .was-validated .dd3-content:valid ~ .valid-tooltip,
  .was-validated .app-search .form-control:valid:focus ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .wizard .content > .body input.is-valid ~ .valid-feedback, .mce-floatpanel .is-valid.mce-textbox ~ .valid-feedback, .mce-floatpanel .is-valid.mce-btn ~ .valid-feedback, .jsgrid-cell input.is-valid ~ .valid-feedback, .jsgrid-cell select.is-valid ~ .valid-feedback, .tablesaw-bar .btn-select select.is-valid ~ .valid-feedback, .is-valid.dd-handle ~ .valid-feedback, .is-valid.dd3-content ~ .valid-feedback, .app-search .is-valid.form-control:focus ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .wizard .content > .body input.is-valid ~ .valid-tooltip,
  .mce-floatpanel .is-valid.mce-textbox ~ .valid-tooltip,
  .mce-floatpanel .is-valid.mce-btn ~ .valid-tooltip,
  .jsgrid-cell input.is-valid ~ .valid-tooltip,
  .jsgrid-cell select.is-valid ~ .valid-tooltip,
  .tablesaw-bar .btn-select select.is-valid ~ .valid-tooltip,
  .is-valid.dd-handle ~ .valid-tooltip,
  .is-valid.dd3-content ~ .valid-tooltip,
  .app-search .is-valid.form-control:focus ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .was-validated .wizard .content > .body input:invalid, .wizard .content > .body .was-validated input:invalid, .was-validated .mce-floatpanel .mce-textbox:invalid, .mce-floatpanel .was-validated .mce-textbox:invalid, .was-validated .mce-floatpanel .mce-btn:invalid, .mce-floatpanel .was-validated .mce-btn:invalid, .was-validated .jsgrid-cell input:invalid, .jsgrid-cell .was-validated input:invalid, .was-validated .jsgrid-cell select:invalid, .jsgrid-cell .was-validated select:invalid, .was-validated .tablesaw-bar .btn-select select:invalid, .tablesaw-bar .btn-select .was-validated select:invalid, .was-validated .dd-handle:invalid, .was-validated .dd3-content:invalid, .form-control.is-invalid, .wizard .content > .body input.is-invalid, .mce-floatpanel .is-invalid.mce-textbox, .mce-floatpanel .is-invalid.mce-btn, .jsgrid-cell input.is-invalid, .jsgrid-cell select.is-invalid, .tablesaw-bar .btn-select select.is-invalid, .is-invalid.dd-handle, .is-invalid.dd3-content, .app-search .is-invalid.form-control:focus, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .wizard .content > .body input:invalid:focus, .wizard .content > .body .was-validated input:invalid:focus, .was-validated .mce-floatpanel .mce-textbox:invalid:focus, .mce-floatpanel .was-validated .mce-textbox:invalid:focus, .was-validated .mce-floatpanel .mce-btn:invalid:focus, .mce-floatpanel .was-validated .mce-btn:invalid:focus, .was-validated .jsgrid-cell input:invalid:focus, .jsgrid-cell .was-validated input:invalid:focus, .was-validated .jsgrid-cell select:invalid:focus, .jsgrid-cell .was-validated select:invalid:focus, .was-validated .tablesaw-bar .btn-select select:invalid:focus, .tablesaw-bar .btn-select .was-validated select:invalid:focus, .was-validated .dd-handle:invalid:focus, .was-validated .dd3-content:invalid:focus, .form-control.is-invalid:focus, .wizard .content > .body input.is-invalid:focus, .mce-floatpanel .is-invalid.mce-textbox:focus, .mce-floatpanel .is-invalid.mce-btn:focus, .jsgrid-cell input.is-invalid:focus, .jsgrid-cell select.is-invalid:focus, .tablesaw-bar .btn-select select.is-invalid:focus, .is-invalid.dd-handle:focus, .is-invalid.dd3-content:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .wizard .content > .body input:invalid ~ .invalid-feedback, .wizard .content > .body .was-validated input:invalid ~ .invalid-feedback, .was-validated .mce-floatpanel .mce-textbox:invalid ~ .invalid-feedback, .mce-floatpanel .was-validated .mce-textbox:invalid ~ .invalid-feedback, .was-validated .mce-floatpanel .mce-btn:invalid ~ .invalid-feedback, .mce-floatpanel .was-validated .mce-btn:invalid ~ .invalid-feedback, .was-validated .jsgrid-cell input:invalid ~ .invalid-feedback, .jsgrid-cell .was-validated input:invalid ~ .invalid-feedback, .was-validated .jsgrid-cell select:invalid ~ .invalid-feedback, .jsgrid-cell .was-validated select:invalid ~ .invalid-feedback, .was-validated .tablesaw-bar .btn-select select:invalid ~ .invalid-feedback, .tablesaw-bar .btn-select .was-validated select:invalid ~ .invalid-feedback, .was-validated .dd-handle:invalid ~ .invalid-feedback, .was-validated .dd3-content:invalid ~ .invalid-feedback, .was-validated .app-search .form-control:invalid:focus ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .wizard .content > .body input:invalid ~ .invalid-tooltip,
  .wizard .content > .body .was-validated input:invalid ~ .invalid-tooltip,
  .was-validated .mce-floatpanel .mce-textbox:invalid ~ .invalid-tooltip,
  .mce-floatpanel .was-validated .mce-textbox:invalid ~ .invalid-tooltip,
  .was-validated .mce-floatpanel .mce-btn:invalid ~ .invalid-tooltip,
  .mce-floatpanel .was-validated .mce-btn:invalid ~ .invalid-tooltip,
  .was-validated .jsgrid-cell input:invalid ~ .invalid-tooltip,
  .jsgrid-cell .was-validated input:invalid ~ .invalid-tooltip,
  .was-validated .jsgrid-cell select:invalid ~ .invalid-tooltip,
  .jsgrid-cell .was-validated select:invalid ~ .invalid-tooltip,
  .was-validated .tablesaw-bar .btn-select select:invalid ~ .invalid-tooltip,
  .tablesaw-bar .btn-select .was-validated select:invalid ~ .invalid-tooltip,
  .was-validated .dd-handle:invalid ~ .invalid-tooltip,
  .was-validated .dd3-content:invalid ~ .invalid-tooltip,
  .was-validated .app-search .form-control:invalid:focus ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .wizard .content > .body input.is-invalid ~ .invalid-feedback, .mce-floatpanel .is-invalid.mce-textbox ~ .invalid-feedback, .mce-floatpanel .is-invalid.mce-btn ~ .invalid-feedback, .jsgrid-cell input.is-invalid ~ .invalid-feedback, .jsgrid-cell select.is-invalid ~ .invalid-feedback, .tablesaw-bar .btn-select select.is-invalid ~ .invalid-feedback, .is-invalid.dd-handle ~ .invalid-feedback, .is-invalid.dd3-content ~ .invalid-feedback, .app-search .is-invalid.form-control:focus ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .wizard .content > .body input.is-invalid ~ .invalid-tooltip,
  .mce-floatpanel .is-invalid.mce-textbox ~ .invalid-tooltip,
  .mce-floatpanel .is-invalid.mce-btn ~ .invalid-tooltip,
  .jsgrid-cell input.is-invalid ~ .invalid-tooltip,
  .jsgrid-cell select.is-invalid ~ .invalid-tooltip,
  .tablesaw-bar .btn-select select.is-invalid ~ .invalid-tooltip,
  .is-invalid.dd-handle ~ .invalid-tooltip,
  .is-invalid.dd3-content ~ .invalid-tooltip,
  .app-search .is-invalid.form-control:focus ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

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

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .wizard .content > .body input, .wizard .content > .body .form-inline input, .form-inline .mce-floatpanel .mce-textbox, .mce-floatpanel .form-inline .mce-textbox, .form-inline .mce-floatpanel .mce-btn, .mce-floatpanel .form-inline .mce-btn, .form-inline .jsgrid-cell input, .jsgrid-cell .form-inline input, .form-inline .jsgrid-cell select, .jsgrid-cell .form-inline select, .form-inline .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .form-inline select, .form-inline .dd-handle, .form-inline .dd3-content, .form-inline .app-search .form-control:focus, .app-search .form-inline .form-control:focus {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active, .dt-buttons .dt-button, .tablesaw-sortable th.tablesaw-sortable-head button, .sweet-alert button, .owl-theme .owl-nav [class*="owl-"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn, .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active, .dt-buttons .dt-button, .tablesaw-sortable th.tablesaw-sortable-head button, .sweet-alert button, .owl-theme .owl-nav [class*="owl-"] {
      transition: none; } }
  .btn:hover, .wizard > .actions .disabled a:hover, .wizard > .actions a:hover, .dt-buttons .dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button:hover, .sweet-alert button:hover, .owl-theme .owl-nav :hover[class*="owl-"], .btn:focus, .wizard > .actions a:focus, .dt-buttons .dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus, .sweet-alert button:focus, .owl-theme .owl-nav :focus[class*="owl-"] {
    text-decoration: none; }
  .btn:focus, .wizard > .actions a:focus, .dt-buttons .dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus, .sweet-alert button:focus, .owl-theme .owl-nav :focus[class*="owl-"], .btn.focus, .wizard > .actions a.focus, .dt-buttons .focus.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.focus, .sweet-alert button.focus, .owl-theme .owl-nav .focus[class*="owl-"] {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .wizard > .actions a.disabled, .dt-buttons .disabled.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.disabled, .sweet-alert button.disabled, .owl-theme .owl-nav .disabled[class*="owl-"], .btn:disabled, .wizard > .actions a:disabled, .dt-buttons .dt-button:disabled, .tablesaw-sortable th.tablesaw-sortable-head button:disabled, .sweet-alert button:disabled, .owl-theme .owl-nav :disabled[class*="owl-"] {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .wizard > .actions a:not(:disabled):not(.disabled), .dt-buttons .dt-button:not(:disabled):not(.disabled), .tablesaw-sortable th.tablesaw-sortable-head button:not(:disabled):not(.disabled), .sweet-alert button:not(:disabled):not(.disabled), .owl-theme .owl-nav :not(:disabled):not(.disabled)[class*="owl-"] {
    cursor: pointer; }

a.btn.disabled, .wizard > .actions a.disabled, .dt-buttons a.disabled.dt-button, .owl-theme .owl-nav a.disabled[class*="owl-"],
fieldset:disabled a.btn,
fieldset:disabled .wizard > .actions a,
.wizard > .actions fieldset:disabled a,
fieldset:disabled .dt-buttons a.dt-button,
.dt-buttons fieldset:disabled a.dt-button,
fieldset:disabled .owl-theme .owl-nav a[class*="owl-"],
.owl-theme .owl-nav fieldset:disabled a[class*="owl-"] {
  pointer-events: none; }

.btn-primary, .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active, .dt-buttons .dt-button {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover, .wizard > .actions .disabled a:hover, .wizard > .actions a:hover, .dt-buttons .dt-button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .wizard > .actions a:focus, .dt-buttons .dt-button:focus, .btn-primary.focus, .wizard > .actions a.focus, .dt-buttons .focus.dt-button {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .wizard > .actions a.disabled, .dt-buttons .disabled.dt-button, .btn-primary:disabled, .wizard > .actions a:disabled, .dt-buttons .dt-button:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active, .dt-buttons .dt-button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wizard > .actions a:not(:disabled):not(.disabled).active, .dt-buttons .dt-button:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .wizard > .actions .disabled .show > a.dropdown-toggle,
  .wizard > .actions .show > a.dropdown-toggle,
  .dt-buttons .show > .dropdown-toggle.dt-button {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .dt-buttons .dt-button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus, .dt-buttons .dt-button:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .wizard > .actions .disabled .show > a.dropdown-toggle:focus,
    .wizard > .actions .show > a.dropdown-toggle:focus,
    .dt-buttons .show > .dropdown-toggle.dt-button:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .wizard > .actions .disabled .btn-group-lg > a, .wizard > .actions .btn-group-lg > a, .dt-buttons .btn-group-lg > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-lg > button, .sweet-alert .btn-group-lg > button, .owl-theme .owl-nav .btn-group-lg > [class*="owl-"] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .wizard > .actions .disabled .btn-group-sm > a, .wizard > .actions .btn-group-sm > a, .dt-buttons .btn-group-sm > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button, .sweet-alert .btn-group-sm > button, .owl-theme .owl-nav .btn-group-sm > [class*="owl-"] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .wizard > .actions .disabled .btn-group > a, .wizard > .actions .btn-group > a, .dt-buttons .btn-group > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group > button, .sweet-alert .btn-group > button, .owl-theme .owl-nav .btn-group > [class*="owl-"],
  .btn-group-vertical > .btn,
  .wizard > .actions .disabled .btn-group-vertical > a,
  .wizard > .actions .btn-group-vertical > a,
  .dt-buttons .btn-group-vertical > .dt-button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button,
  .sweet-alert .btn-group-vertical > button,
  .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover, .wizard > .actions .disabled .btn-group > a:hover, .wizard > .actions .btn-group > a:hover, .dt-buttons .btn-group > .dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .btn-group > button:hover, .sweet-alert .btn-group > button:hover, .owl-theme .owl-nav .btn-group > :hover[class*="owl-"],
    .btn-group-vertical > .btn:hover,
    .wizard > .actions .disabled .btn-group-vertical > a:hover,
    .wizard > .actions .btn-group-vertical > a:hover,
    .dt-buttons .btn-group-vertical > .dt-button:hover,
    .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button:hover,
    .sweet-alert .btn-group-vertical > button:hover,
    .owl-theme .owl-nav .btn-group-vertical > :hover[class*="owl-"] {
      z-index: 1; }
    .btn-group > .btn:focus, .wizard > .actions .disabled .btn-group > a:focus, .wizard > .actions .btn-group > a:focus, .dt-buttons .btn-group > .dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .btn-group > button:focus, .sweet-alert .btn-group > button:focus, .owl-theme .owl-nav .btn-group > :focus[class*="owl-"], .btn-group > .btn:active, .wizard > .actions .disabled .btn-group > a:active, .wizard > .actions .btn-group > a:active, .dt-buttons .btn-group > .dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .btn-group > button:active, .sweet-alert .btn-group > button:active, .owl-theme .owl-nav .btn-group > :active[class*="owl-"], .btn-group > .btn.active, .wizard > .actions .disabled .btn-group > a.active, .wizard > .actions .btn-group > a.active, .dt-buttons .btn-group > .active.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group > button.active, .sweet-alert .btn-group > button.active, .owl-theme .owl-nav .btn-group > .active[class*="owl-"],
    .btn-group-vertical > .btn:focus,
    .wizard > .actions .disabled .btn-group-vertical > a:focus,
    .wizard > .actions .btn-group-vertical > a:focus,
    .dt-buttons .btn-group-vertical > .dt-button:focus,
    .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button:focus,
    .sweet-alert .btn-group-vertical > button:focus,
    .owl-theme .owl-nav .btn-group-vertical > :focus[class*="owl-"],
    .btn-group-vertical > .btn:active,
    .wizard > .actions .disabled .btn-group-vertical > a:active,
    .wizard > .actions .btn-group-vertical > a:active,
    .dt-buttons .btn-group-vertical > .dt-button:active,
    .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button:active,
    .sweet-alert .btn-group-vertical > button:active,
    .owl-theme .owl-nav .btn-group-vertical > :active[class*="owl-"],
    .btn-group-vertical > .btn.active,
    .wizard > .actions .disabled .btn-group-vertical > a.active,
    .wizard > .actions .btn-group-vertical > a.active,
    .dt-buttons .btn-group-vertical > .active.dt-button,
    .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button.active,
    .sweet-alert .btn-group-vertical > button.active,
    .owl-theme .owl-nav .btn-group-vertical > .active[class*="owl-"] {
      z-index: 1; }
  .btn-group .btn + .btn, .btn-group .wizard > .actions .disabled a + .btn, .wizard > .actions .disabled .btn-group a + .btn, .btn-group .wizard > .actions .disabled a:hover + .btn, .wizard > .actions .disabled .btn-group a:hover + .btn, .btn-group .wizard > .actions .disabled a:active + .btn, .wizard > .actions .disabled .btn-group a:active + .btn, .btn-group .wizard > .actions a + .btn, .wizard > .actions .btn-group a + .btn, .btn-group .wizard > .actions a:hover + .btn, .wizard > .actions .btn-group a:hover + .btn, .btn-group .wizard > .actions a:active + .btn, .wizard > .actions .btn-group a:active + .btn, .btn-group .dt-buttons .dt-button + .btn, .dt-buttons .btn-group .dt-button + .btn, .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + .btn, .tablesaw-sortable th.tablesaw-sortable-head .btn-group button + .btn, .btn-group .sweet-alert button + .btn, .sweet-alert .btn-group button + .btn, .btn-group .owl-theme .owl-nav [class*="owl-"] + .btn, .owl-theme .owl-nav .btn-group [class*="owl-"] + .btn, .btn-group .wizard > .actions .disabled .btn + a, .wizard > .actions .disabled .btn-group .btn + a, .btn-group .wizard > .actions .disabled a + a, .wizard > .actions .disabled .btn-group a + a, .btn-group .wizard > .actions .disabled a:hover + a, .wizard > .actions .disabled .btn-group a:hover + a, .btn-group .wizard > .actions .disabled a:active + a, .wizard > .actions .disabled .btn-group a:active + a, .btn-group .wizard > .actions .disabled a + a, .wizard > .actions .btn-group .disabled a + a, .wizard > .actions .disabled .btn-group a + a, .btn-group .wizard > .actions .disabled a:hover + a, .wizard > .actions .btn-group .disabled a:hover + a, .wizard > .actions .disabled .btn-group a:hover + a, .btn-group .wizard > .actions .disabled a:active + a, .wizard > .actions .btn-group .disabled a:active + a, .wizard > .actions .disabled .btn-group a:active + a, .btn-group .dt-buttons .wizard > .actions .disabled .dt-button + a, .wizard > .actions .disabled .btn-group .dt-buttons .dt-button + a, .dt-buttons .btn-group .wizard > .actions .disabled .dt-button + a, .wizard > .actions .disabled .dt-buttons .btn-group .dt-button + a, .btn-group .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled button + a, .wizard > .actions .disabled .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + a, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .wizard > .actions .disabled button + a, .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .btn-group button + a, .btn-group .sweet-alert .wizard > .actions .disabled button + a, .wizard > .actions .disabled .btn-group .sweet-alert button + a, .sweet-alert .btn-group .wizard > .actions .disabled button + a, .wizard > .actions .disabled .sweet-alert .btn-group button + a, .btn-group .owl-theme .owl-nav .wizard > .actions .disabled [class*="owl-"] + a, .wizard > .actions .disabled .btn-group .owl-theme .owl-nav [class*="owl-"] + a, .owl-theme .owl-nav .btn-group .wizard > .actions .disabled [class*="owl-"] + a, .wizard > .actions .disabled .owl-theme .owl-nav .btn-group [class*="owl-"] + a, .btn-group .wizard > .actions .disabled .btn + a:hover, .wizard > .actions .disabled .btn-group .btn + a:hover, .btn-group .wizard > .actions .disabled a + a:hover, .wizard > .actions .disabled .btn-group a + a:hover, .btn-group .wizard > .actions .disabled a:hover + a:hover, .wizard > .actions .disabled .btn-group a:hover + a:hover, .btn-group .wizard > .actions .disabled a:active + a:hover, .wizard > .actions .disabled .btn-group a:active + a:hover, .btn-group .wizard > .actions .disabled a + a:hover, .wizard > .actions .btn-group .disabled a + a:hover, .wizard > .actions .disabled .btn-group a + a:hover, .btn-group .wizard > .actions .disabled a:hover + a:hover, .wizard > .actions .btn-group .disabled a:hover + a:hover, .wizard > .actions .disabled .btn-group a:hover + a:hover, .btn-group .wizard > .actions .disabled a:active + a:hover, .wizard > .actions .btn-group .disabled a:active + a:hover, .wizard > .actions .disabled .btn-group a:active + a:hover, .btn-group .dt-buttons .wizard > .actions .disabled .dt-button + a:hover, .wizard > .actions .disabled .btn-group .dt-buttons .dt-button + a:hover, .dt-buttons .btn-group .wizard > .actions .disabled .dt-button + a:hover, .wizard > .actions .disabled .dt-buttons .btn-group .dt-button + a:hover, .btn-group .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled button + a:hover, .wizard > .actions .disabled .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + a:hover, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .wizard > .actions .disabled button + a:hover, .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .btn-group button + a:hover, .btn-group .sweet-alert .wizard > .actions .disabled button + a:hover, .wizard > .actions .disabled .btn-group .sweet-alert button + a:hover, .sweet-alert .btn-group .wizard > .actions .disabled button + a:hover, .wizard > .actions .disabled .sweet-alert .btn-group button + a:hover, .btn-group .owl-theme .owl-nav .wizard > .actions .disabled [class*="owl-"] + a:hover, .wizard > .actions .disabled .btn-group .owl-theme .owl-nav [class*="owl-"] + a:hover, .owl-theme .owl-nav .btn-group .wizard > .actions .disabled [class*="owl-"] + a:hover, .wizard > .actions .disabled .owl-theme .owl-nav .btn-group [class*="owl-"] + a:hover, .btn-group .wizard > .actions .disabled .btn + a:active, .wizard > .actions .disabled .btn-group .btn + a:active, .btn-group .wizard > .actions .disabled a + a:active, .wizard > .actions .disabled .btn-group a + a:active, .btn-group .wizard > .actions .disabled a:hover + a:active, .wizard > .actions .disabled .btn-group a:hover + a:active, .btn-group .wizard > .actions .disabled a:active + a:active, .wizard > .actions .disabled .btn-group a:active + a:active, .btn-group .wizard > .actions .disabled a + a:active, .wizard > .actions .btn-group .disabled a + a:active, .wizard > .actions .disabled .btn-group a + a:active, .btn-group .wizard > .actions .disabled a:hover + a:active, .wizard > .actions .btn-group .disabled a:hover + a:active, .wizard > .actions .disabled .btn-group a:hover + a:active, .btn-group .wizard > .actions .disabled a:active + a:active, .wizard > .actions .btn-group .disabled a:active + a:active, .wizard > .actions .disabled .btn-group a:active + a:active, .btn-group .dt-buttons .wizard > .actions .disabled .dt-button + a:active, .wizard > .actions .disabled .btn-group .dt-buttons .dt-button + a:active, .dt-buttons .btn-group .wizard > .actions .disabled .dt-button + a:active, .wizard > .actions .disabled .dt-buttons .btn-group .dt-button + a:active, .btn-group .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled button + a:active, .wizard > .actions .disabled .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + a:active, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .wizard > .actions .disabled button + a:active, .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .btn-group button + a:active, .btn-group .sweet-alert .wizard > .actions .disabled button + a:active, .wizard > .actions .disabled .btn-group .sweet-alert button + a:active, .sweet-alert .btn-group .wizard > .actions .disabled button + a:active, .wizard > .actions .disabled .sweet-alert .btn-group button + a:active, .btn-group .owl-theme .owl-nav .wizard > .actions .disabled [class*="owl-"] + a:active, .wizard > .actions .disabled .btn-group .owl-theme .owl-nav [class*="owl-"] + a:active, .owl-theme .owl-nav .btn-group .wizard > .actions .disabled [class*="owl-"] + a:active, .wizard > .actions .disabled .owl-theme .owl-nav .btn-group [class*="owl-"] + a:active, .btn-group .wizard > .actions .btn + a, .wizard > .actions .btn-group .btn + a, .btn-group .wizard > .actions .disabled a + a, .wizard > .actions .disabled .btn-group a + a, .btn-group .wizard > .actions .disabled a:hover + a, .wizard > .actions .disabled .btn-group a:hover + a, .btn-group .wizard > .actions .disabled a:active + a, .wizard > .actions .disabled .btn-group a:active + a, .btn-group .wizard > .actions a + a, .wizard > .actions .btn-group a + a, .btn-group .wizard > .actions a:hover + a, .wizard > .actions .btn-group a:hover + a, .btn-group .wizard > .actions a:active + a, .wizard > .actions .btn-group a:active + a, .btn-group .dt-buttons .wizard > .actions .dt-button + a, .wizard > .actions .btn-group .dt-buttons .dt-button + a, .dt-buttons .btn-group .wizard > .actions .dt-button + a, .wizard > .actions .dt-buttons .btn-group .dt-button + a, .btn-group .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions button + a, .wizard > .actions .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + a, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .wizard > .actions button + a, .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .btn-group button + a, .btn-group .sweet-alert .wizard > .actions button + a, .wizard > .actions .btn-group .sweet-alert button + a, .sweet-alert .btn-group .wizard > .actions button + a, .wizard > .actions .sweet-alert .btn-group button + a, .btn-group .owl-theme .owl-nav .wizard > .actions [class*="owl-"] + a, .wizard > .actions .btn-group .owl-theme .owl-nav [class*="owl-"] + a, .owl-theme .owl-nav .btn-group .wizard > .actions [class*="owl-"] + a, .wizard > .actions .owl-theme .owl-nav .btn-group [class*="owl-"] + a, .btn-group .wizard > .actions .btn + a:hover, .wizard > .actions .btn-group .btn + a:hover, .btn-group .wizard > .actions .disabled a + a:hover, .wizard > .actions .disabled .btn-group a + a:hover, .btn-group .wizard > .actions .disabled a:hover + a:hover, .wizard > .actions .disabled .btn-group a:hover + a:hover, .btn-group .wizard > .actions .disabled a:active + a:hover, .wizard > .actions .disabled .btn-group a:active + a:hover, .btn-group .wizard > .actions a + a:hover, .wizard > .actions .btn-group a + a:hover, .btn-group .wizard > .actions a:hover + a:hover, .wizard > .actions .btn-group a:hover + a:hover, .btn-group .wizard > .actions a:active + a:hover, .wizard > .actions .btn-group a:active + a:hover, .btn-group .dt-buttons .wizard > .actions .dt-button + a:hover, .wizard > .actions .btn-group .dt-buttons .dt-button + a:hover, .dt-buttons .btn-group .wizard > .actions .dt-button + a:hover, .wizard > .actions .dt-buttons .btn-group .dt-button + a:hover, .btn-group .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions button + a:hover, .wizard > .actions .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + a:hover, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .wizard > .actions button + a:hover, .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .btn-group button + a:hover, .btn-group .sweet-alert .wizard > .actions button + a:hover, .wizard > .actions .btn-group .sweet-alert button + a:hover, .sweet-alert .btn-group .wizard > .actions button + a:hover, .wizard > .actions .sweet-alert .btn-group button + a:hover, .btn-group .owl-theme .owl-nav .wizard > .actions [class*="owl-"] + a:hover, .wizard > .actions .btn-group .owl-theme .owl-nav [class*="owl-"] + a:hover, .owl-theme .owl-nav .btn-group .wizard > .actions [class*="owl-"] + a:hover, .wizard > .actions .owl-theme .owl-nav .btn-group [class*="owl-"] + a:hover, .btn-group .wizard > .actions .btn + a:active, .wizard > .actions .btn-group .btn + a:active, .btn-group .wizard > .actions .disabled a + a:active, .wizard > .actions .disabled .btn-group a + a:active, .btn-group .wizard > .actions .disabled a:hover + a:active, .wizard > .actions .disabled .btn-group a:hover + a:active, .btn-group .wizard > .actions .disabled a:active + a:active, .wizard > .actions .disabled .btn-group a:active + a:active, .btn-group .wizard > .actions a + a:active, .wizard > .actions .btn-group a + a:active, .btn-group .wizard > .actions a:hover + a:active, .wizard > .actions .btn-group a:hover + a:active, .btn-group .wizard > .actions a:active + a:active, .wizard > .actions .btn-group a:active + a:active, .btn-group .dt-buttons .wizard > .actions .dt-button + a:active, .wizard > .actions .btn-group .dt-buttons .dt-button + a:active, .dt-buttons .btn-group .wizard > .actions .dt-button + a:active, .wizard > .actions .dt-buttons .btn-group .dt-button + a:active, .btn-group .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions button + a:active, .wizard > .actions .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + a:active, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .wizard > .actions button + a:active, .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .btn-group button + a:active, .btn-group .sweet-alert .wizard > .actions button + a:active, .wizard > .actions .btn-group .sweet-alert button + a:active, .sweet-alert .btn-group .wizard > .actions button + a:active, .wizard > .actions .sweet-alert .btn-group button + a:active, .btn-group .owl-theme .owl-nav .wizard > .actions [class*="owl-"] + a:active, .wizard > .actions .btn-group .owl-theme .owl-nav [class*="owl-"] + a:active, .owl-theme .owl-nav .btn-group .wizard > .actions [class*="owl-"] + a:active, .wizard > .actions .owl-theme .owl-nav .btn-group [class*="owl-"] + a:active, .btn-group .dt-buttons .btn + .dt-button, .dt-buttons .btn-group .btn + .dt-button, .btn-group .wizard > .actions .disabled .dt-buttons a + .dt-button, .dt-buttons .btn-group .wizard > .actions .disabled a + .dt-button, .wizard > .actions .disabled .btn-group .dt-buttons a + .dt-button, .dt-buttons .wizard > .actions .disabled .btn-group a + .dt-button, .btn-group .wizard > .actions .disabled .dt-buttons a:hover + .dt-button, .dt-buttons .btn-group .wizard > .actions .disabled a:hover + .dt-button, .wizard > .actions .disabled .btn-group .dt-buttons a:hover + .dt-button, .dt-buttons .wizard > .actions .disabled .btn-group a:hover + .dt-button, .btn-group .wizard > .actions .disabled .dt-buttons a:active + .dt-button, .dt-buttons .btn-group .wizard > .actions .disabled a:active + .dt-button, .wizard > .actions .disabled .btn-group .dt-buttons a:active + .dt-button, .dt-buttons .wizard > .actions .disabled .btn-group a:active + .dt-button, .btn-group .wizard > .actions .dt-buttons a + .dt-button, .dt-buttons .btn-group .wizard > .actions a + .dt-button, .wizard > .actions .btn-group .dt-buttons a + .dt-button, .dt-buttons .wizard > .actions .btn-group a + .dt-button, .btn-group .wizard > .actions .dt-buttons a:hover + .dt-button, .dt-buttons .btn-group .wizard > .actions a:hover + .dt-button, .wizard > .actions .btn-group .dt-buttons a:hover + .dt-button, .dt-buttons .wizard > .actions .btn-group a:hover + .dt-button, .btn-group .wizard > .actions .dt-buttons a:active + .dt-button, .dt-buttons .btn-group .wizard > .actions a:active + .dt-button, .wizard > .actions .btn-group .dt-buttons a:active + .dt-button, .dt-buttons .wizard > .actions .btn-group a:active + .dt-button, .btn-group .dt-buttons .dt-button + .dt-button, .dt-buttons .btn-group .dt-button + .dt-button, .btn-group .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button + .dt-button, .dt-buttons .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .dt-buttons button + .dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .btn-group button + .dt-button, .btn-group .sweet-alert .dt-buttons button + .dt-button, .dt-buttons .btn-group .sweet-alert button + .dt-button, .sweet-alert .btn-group .dt-buttons button + .dt-button, .dt-buttons .sweet-alert .btn-group button + .dt-button, .btn-group .owl-theme .owl-nav .dt-buttons [class*="owl-"] + .dt-button, .dt-buttons .btn-group .owl-theme .owl-nav [class*="owl-"] + .dt-button, .owl-theme .owl-nav .btn-group .dt-buttons [class*="owl-"] + .dt-button, .dt-buttons .owl-theme .owl-nav .btn-group [class*="owl-"] + .dt-button, .btn-group .tablesaw-sortable th.tablesaw-sortable-head .btn + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .btn + button, .btn-group .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head a + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .wizard > .actions .disabled a + button, .wizard > .actions .disabled .btn-group .tablesaw-sortable th.tablesaw-sortable-head a + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .btn-group a + button, .btn-group .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head a:hover + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .wizard > .actions .disabled a:hover + button, .wizard > .actions .disabled .btn-group .tablesaw-sortable th.tablesaw-sortable-head a:hover + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .btn-group a:hover + button, .btn-group .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head a:active + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .wizard > .actions .disabled a:active + button, .wizard > .actions .disabled .btn-group .tablesaw-sortable th.tablesaw-sortable-head a:active + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .btn-group a:active + button, .btn-group .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head a + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .wizard > .actions a + button, .wizard > .actions .btn-group .tablesaw-sortable th.tablesaw-sortable-head a + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .btn-group a + button, .btn-group .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head a:hover + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .wizard > .actions a:hover + button, .wizard > .actions .btn-group .tablesaw-sortable th.tablesaw-sortable-head a:hover + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .btn-group a:hover + button, .btn-group .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head a:active + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .wizard > .actions a:active + button, .wizard > .actions .btn-group .tablesaw-sortable th.tablesaw-sortable-head a:active + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .btn-group a:active + button, .btn-group .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .dt-button + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .dt-buttons .dt-button + button, .dt-buttons .btn-group .tablesaw-sortable th.tablesaw-sortable-head .dt-button + button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .btn-group .dt-button + button, .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group button + button, .btn-group .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .sweet-alert button + button, .sweet-alert .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + button, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .btn-group button + button, .btn-group .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head [class*="owl-"] + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .owl-theme .owl-nav [class*="owl-"] + button, .owl-theme .owl-nav .btn-group .tablesaw-sortable th.tablesaw-sortable-head [class*="owl-"] + button, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .btn-group [class*="owl-"] + button, .btn-group .sweet-alert .btn + button, .sweet-alert .btn-group .btn + button, .btn-group .wizard > .actions .disabled .sweet-alert a + button, .sweet-alert .btn-group .wizard > .actions .disabled a + button, .wizard > .actions .disabled .btn-group .sweet-alert a + button, .sweet-alert .wizard > .actions .disabled .btn-group a + button, .btn-group .wizard > .actions .disabled .sweet-alert a:hover + button, .sweet-alert .btn-group .wizard > .actions .disabled a:hover + button, .wizard > .actions .disabled .btn-group .sweet-alert a:hover + button, .sweet-alert .wizard > .actions .disabled .btn-group a:hover + button, .btn-group .wizard > .actions .disabled .sweet-alert a:active + button, .sweet-alert .btn-group .wizard > .actions .disabled a:active + button, .wizard > .actions .disabled .btn-group .sweet-alert a:active + button, .sweet-alert .wizard > .actions .disabled .btn-group a:active + button, .btn-group .wizard > .actions .sweet-alert a + button, .sweet-alert .btn-group .wizard > .actions a + button, .wizard > .actions .btn-group .sweet-alert a + button, .sweet-alert .wizard > .actions .btn-group a + button, .btn-group .wizard > .actions .sweet-alert a:hover + button, .sweet-alert .btn-group .wizard > .actions a:hover + button, .wizard > .actions .btn-group .sweet-alert a:hover + button, .sweet-alert .wizard > .actions .btn-group a:hover + button, .btn-group .wizard > .actions .sweet-alert a:active + button, .sweet-alert .btn-group .wizard > .actions a:active + button, .wizard > .actions .btn-group .sweet-alert a:active + button, .sweet-alert .wizard > .actions .btn-group a:active + button, .btn-group .dt-buttons .sweet-alert .dt-button + button, .sweet-alert .btn-group .dt-buttons .dt-button + button, .dt-buttons .btn-group .sweet-alert .dt-button + button, .sweet-alert .dt-buttons .btn-group .dt-button + button, .btn-group .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button + button, .sweet-alert .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group .sweet-alert button + button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .btn-group button + button, .btn-group .sweet-alert button + button, .sweet-alert .btn-group button + button, .btn-group .owl-theme .owl-nav .sweet-alert [class*="owl-"] + button, .sweet-alert .btn-group .owl-theme .owl-nav [class*="owl-"] + button, .owl-theme .owl-nav .btn-group .sweet-alert [class*="owl-"] + button, .sweet-alert .owl-theme .owl-nav .btn-group [class*="owl-"] + button, .btn-group .owl-theme .owl-nav .btn + [class*="owl-"], .owl-theme .owl-nav .btn-group .btn + [class*="owl-"], .btn-group .wizard > .actions .disabled .owl-theme .owl-nav a + [class*="owl-"], .owl-theme .owl-nav .btn-group .wizard > .actions .disabled a + [class*="owl-"], .wizard > .actions .disabled .btn-group .owl-theme .owl-nav a + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled .btn-group a + [class*="owl-"], .btn-group .wizard > .actions .disabled .owl-theme .owl-nav a:hover + [class*="owl-"], .owl-theme .owl-nav .btn-group .wizard > .actions .disabled a:hover + [class*="owl-"], .wizard > .actions .disabled .btn-group .owl-theme .owl-nav a:hover + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled .btn-group a:hover + [class*="owl-"], .btn-group .wizard > .actions .disabled .owl-theme .owl-nav a:active + [class*="owl-"], .owl-theme .owl-nav .btn-group .wizard > .actions .disabled a:active + [class*="owl-"], .wizard > .actions .disabled .btn-group .owl-theme .owl-nav a:active + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled .btn-group a:active + [class*="owl-"], .btn-group .wizard > .actions .owl-theme .owl-nav a + [class*="owl-"], .owl-theme .owl-nav .btn-group .wizard > .actions a + [class*="owl-"], .wizard > .actions .btn-group .owl-theme .owl-nav a + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .btn-group a + [class*="owl-"], .btn-group .wizard > .actions .owl-theme .owl-nav a:hover + [class*="owl-"], .owl-theme .owl-nav .btn-group .wizard > .actions a:hover + [class*="owl-"], .wizard > .actions .btn-group .owl-theme .owl-nav a:hover + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .btn-group a:hover + [class*="owl-"], .btn-group .wizard > .actions .owl-theme .owl-nav a:active + [class*="owl-"], .owl-theme .owl-nav .btn-group .wizard > .actions a:active + [class*="owl-"], .wizard > .actions .btn-group .owl-theme .owl-nav a:active + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .btn-group a:active + [class*="owl-"], .btn-group .dt-buttons .owl-theme .owl-nav .dt-button + [class*="owl-"], .owl-theme .owl-nav .btn-group .dt-buttons .dt-button + [class*="owl-"], .dt-buttons .btn-group .owl-theme .owl-nav .dt-button + [class*="owl-"], .owl-theme .owl-nav .dt-buttons .btn-group .dt-button + [class*="owl-"], .btn-group .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button + [class*="owl-"], .owl-theme .owl-nav .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + [class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .btn-group .owl-theme .owl-nav button + [class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .btn-group button + [class*="owl-"], .btn-group .sweet-alert .owl-theme .owl-nav button + [class*="owl-"], .owl-theme .owl-nav .btn-group .sweet-alert button + [class*="owl-"], .sweet-alert .btn-group .owl-theme .owl-nav button + [class*="owl-"], .owl-theme .owl-nav .sweet-alert .btn-group button + [class*="owl-"], .btn-group .owl-theme .owl-nav [class*="owl-"] + [class*="owl-"], .owl-theme .owl-nav .btn-group [class*="owl-"] + [class*="owl-"],
  .btn-group .btn + .btn-group,
  .btn-group .wizard > .actions .disabled a + .btn-group,
  .btn-group .wizard > .actions a + .btn-group,
  .wizard > .actions .btn-group a + .btn-group,
  .btn-group .dt-buttons .dt-button + .btn-group,
  .dt-buttons .btn-group .dt-button + .btn-group,
  .btn-group .tablesaw-sortable th.tablesaw-sortable-head button + .btn-group,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group button + .btn-group,
  .btn-group .sweet-alert button + .btn-group,
  .sweet-alert .btn-group button + .btn-group,
  .btn-group .owl-theme .owl-nav [class*="owl-"] + .btn-group,
  .owl-theme .owl-nav .btn-group [class*="owl-"] + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .wizard > .actions .disabled .btn-group + a,
  .btn-group .wizard > .actions .btn-group + a,
  .wizard > .actions .btn-group .btn-group + a,
  .btn-group .dt-buttons .btn-group + .dt-button,
  .dt-buttons .btn-group .btn-group + .dt-button,
  .btn-group .tablesaw-sortable th.tablesaw-sortable-head .btn-group + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group .btn-group + button,
  .btn-group .sweet-alert .btn-group + button,
  .sweet-alert .btn-group .btn-group + button,
  .btn-group .owl-theme .owl-nav .btn-group + [class*="owl-"],
  .owl-theme .owl-nav .btn-group .btn-group + [class*="owl-"],
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .wizard > .actions .disabled a + .btn,
  .wizard > .actions .disabled .btn-group-vertical a + .btn,
  .btn-group-vertical .wizard > .actions .disabled a:hover + .btn,
  .wizard > .actions .disabled .btn-group-vertical a:hover + .btn,
  .btn-group-vertical .wizard > .actions .disabled a:active + .btn,
  .wizard > .actions .disabled .btn-group-vertical a:active + .btn,
  .btn-group-vertical .wizard > .actions a + .btn,
  .wizard > .actions .btn-group-vertical a + .btn,
  .btn-group-vertical .wizard > .actions a:hover + .btn,
  .wizard > .actions .btn-group-vertical a:hover + .btn,
  .btn-group-vertical .wizard > .actions a:active + .btn,
  .wizard > .actions .btn-group-vertical a:active + .btn,
  .btn-group-vertical .dt-buttons .dt-button + .btn,
  .dt-buttons .btn-group-vertical .dt-button + .btn,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + .btn,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button + .btn,
  .btn-group-vertical .sweet-alert button + .btn,
  .sweet-alert .btn-group-vertical button + .btn,
  .btn-group-vertical .owl-theme .owl-nav [class*="owl-"] + .btn,
  .owl-theme .owl-nav .btn-group-vertical [class*="owl-"] + .btn,
  .btn-group-vertical .wizard > .actions .disabled .btn + a,
  .wizard > .actions .disabled .btn-group-vertical .btn + a,
  .btn-group-vertical .wizard > .actions .disabled a + a,
  .wizard > .actions .disabled .btn-group-vertical a + a,
  .btn-group-vertical .wizard > .actions .disabled a:hover + a,
  .wizard > .actions .disabled .btn-group-vertical a:hover + a,
  .btn-group-vertical .wizard > .actions .disabled a:active + a,
  .wizard > .actions .disabled .btn-group-vertical a:active + a,
  .btn-group-vertical .wizard > .actions .disabled a + a,
  .wizard > .actions .btn-group-vertical .disabled a + a,
  .wizard > .actions .disabled .btn-group-vertical a + a,
  .btn-group-vertical .wizard > .actions .disabled a:hover + a,
  .wizard > .actions .btn-group-vertical .disabled a:hover + a,
  .wizard > .actions .disabled .btn-group-vertical a:hover + a,
  .btn-group-vertical .wizard > .actions .disabled a:active + a,
  .wizard > .actions .btn-group-vertical .disabled a:active + a,
  .wizard > .actions .disabled .btn-group-vertical a:active + a,
  .btn-group-vertical .dt-buttons .wizard > .actions .disabled .dt-button + a,
  .wizard > .actions .disabled .btn-group-vertical .dt-buttons .dt-button + a,
  .dt-buttons .btn-group-vertical .wizard > .actions .disabled .dt-button + a,
  .wizard > .actions .disabled .dt-buttons .btn-group-vertical .dt-button + a,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled button + a,
  .wizard > .actions .disabled .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + a,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .wizard > .actions .disabled button + a,
  .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button + a,
  .btn-group-vertical .sweet-alert .wizard > .actions .disabled button + a,
  .wizard > .actions .disabled .btn-group-vertical .sweet-alert button + a,
  .sweet-alert .btn-group-vertical .wizard > .actions .disabled button + a,
  .wizard > .actions .disabled .sweet-alert .btn-group-vertical button + a,
  .btn-group-vertical .owl-theme .owl-nav .wizard > .actions .disabled [class*="owl-"] + a,
  .wizard > .actions .disabled .btn-group-vertical .owl-theme .owl-nav [class*="owl-"] + a,
  .owl-theme .owl-nav .btn-group-vertical .wizard > .actions .disabled [class*="owl-"] + a,
  .wizard > .actions .disabled .owl-theme .owl-nav .btn-group-vertical [class*="owl-"] + a,
  .btn-group-vertical .wizard > .actions .disabled .btn + a:hover,
  .wizard > .actions .disabled .btn-group-vertical .btn + a:hover,
  .btn-group-vertical .wizard > .actions .disabled a + a:hover,
  .wizard > .actions .disabled .btn-group-vertical a + a:hover,
  .btn-group-vertical .wizard > .actions .disabled a:hover + a:hover,
  .wizard > .actions .disabled .btn-group-vertical a:hover + a:hover,
  .btn-group-vertical .wizard > .actions .disabled a:active + a:hover,
  .wizard > .actions .disabled .btn-group-vertical a:active + a:hover,
  .btn-group-vertical .wizard > .actions .disabled a + a:hover,
  .wizard > .actions .btn-group-vertical .disabled a + a:hover,
  .wizard > .actions .disabled .btn-group-vertical a + a:hover,
  .btn-group-vertical .wizard > .actions .disabled a:hover + a:hover,
  .wizard > .actions .btn-group-vertical .disabled a:hover + a:hover,
  .wizard > .actions .disabled .btn-group-vertical a:hover + a:hover,
  .btn-group-vertical .wizard > .actions .disabled a:active + a:hover,
  .wizard > .actions .btn-group-vertical .disabled a:active + a:hover,
  .wizard > .actions .disabled .btn-group-vertical a:active + a:hover,
  .btn-group-vertical .dt-buttons .wizard > .actions .disabled .dt-button + a:hover,
  .wizard > .actions .disabled .btn-group-vertical .dt-buttons .dt-button + a:hover,
  .dt-buttons .btn-group-vertical .wizard > .actions .disabled .dt-button + a:hover,
  .wizard > .actions .disabled .dt-buttons .btn-group-vertical .dt-button + a:hover,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled button + a:hover,
  .wizard > .actions .disabled .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + a:hover,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .wizard > .actions .disabled button + a:hover,
  .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button + a:hover,
  .btn-group-vertical .sweet-alert .wizard > .actions .disabled button + a:hover,
  .wizard > .actions .disabled .btn-group-vertical .sweet-alert button + a:hover,
  .sweet-alert .btn-group-vertical .wizard > .actions .disabled button + a:hover,
  .wizard > .actions .disabled .sweet-alert .btn-group-vertical button + a:hover,
  .btn-group-vertical .owl-theme .owl-nav .wizard > .actions .disabled [class*="owl-"] + a:hover,
  .wizard > .actions .disabled .btn-group-vertical .owl-theme .owl-nav [class*="owl-"] + a:hover,
  .owl-theme .owl-nav .btn-group-vertical .wizard > .actions .disabled [class*="owl-"] + a:hover,
  .wizard > .actions .disabled .owl-theme .owl-nav .btn-group-vertical [class*="owl-"] + a:hover,
  .btn-group-vertical .wizard > .actions .disabled .btn + a:active,
  .wizard > .actions .disabled .btn-group-vertical .btn + a:active,
  .btn-group-vertical .wizard > .actions .disabled a + a:active,
  .wizard > .actions .disabled .btn-group-vertical a + a:active,
  .btn-group-vertical .wizard > .actions .disabled a:hover + a:active,
  .wizard > .actions .disabled .btn-group-vertical a:hover + a:active,
  .btn-group-vertical .wizard > .actions .disabled a:active + a:active,
  .wizard > .actions .disabled .btn-group-vertical a:active + a:active,
  .btn-group-vertical .wizard > .actions .disabled a + a:active,
  .wizard > .actions .btn-group-vertical .disabled a + a:active,
  .wizard > .actions .disabled .btn-group-vertical a + a:active,
  .btn-group-vertical .wizard > .actions .disabled a:hover + a:active,
  .wizard > .actions .btn-group-vertical .disabled a:hover + a:active,
  .wizard > .actions .disabled .btn-group-vertical a:hover + a:active,
  .btn-group-vertical .wizard > .actions .disabled a:active + a:active,
  .wizard > .actions .btn-group-vertical .disabled a:active + a:active,
  .wizard > .actions .disabled .btn-group-vertical a:active + a:active,
  .btn-group-vertical .dt-buttons .wizard > .actions .disabled .dt-button + a:active,
  .wizard > .actions .disabled .btn-group-vertical .dt-buttons .dt-button + a:active,
  .dt-buttons .btn-group-vertical .wizard > .actions .disabled .dt-button + a:active,
  .wizard > .actions .disabled .dt-buttons .btn-group-vertical .dt-button + a:active,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled button + a:active,
  .wizard > .actions .disabled .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + a:active,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .wizard > .actions .disabled button + a:active,
  .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button + a:active,
  .btn-group-vertical .sweet-alert .wizard > .actions .disabled button + a:active,
  .wizard > .actions .disabled .btn-group-vertical .sweet-alert button + a:active,
  .sweet-alert .btn-group-vertical .wizard > .actions .disabled button + a:active,
  .wizard > .actions .disabled .sweet-alert .btn-group-vertical button + a:active,
  .btn-group-vertical .owl-theme .owl-nav .wizard > .actions .disabled [class*="owl-"] + a:active,
  .wizard > .actions .disabled .btn-group-vertical .owl-theme .owl-nav [class*="owl-"] + a:active,
  .owl-theme .owl-nav .btn-group-vertical .wizard > .actions .disabled [class*="owl-"] + a:active,
  .wizard > .actions .disabled .owl-theme .owl-nav .btn-group-vertical [class*="owl-"] + a:active,
  .btn-group-vertical .wizard > .actions .btn + a,
  .wizard > .actions .btn-group-vertical .btn + a,
  .btn-group-vertical .wizard > .actions .disabled a + a,
  .wizard > .actions .disabled .btn-group-vertical a + a,
  .btn-group-vertical .wizard > .actions .disabled a:hover + a,
  .wizard > .actions .disabled .btn-group-vertical a:hover + a,
  .btn-group-vertical .wizard > .actions .disabled a:active + a,
  .wizard > .actions .disabled .btn-group-vertical a:active + a,
  .btn-group-vertical .wizard > .actions a + a,
  .wizard > .actions .btn-group-vertical a + a,
  .btn-group-vertical .wizard > .actions a:hover + a,
  .wizard > .actions .btn-group-vertical a:hover + a,
  .btn-group-vertical .wizard > .actions a:active + a,
  .wizard > .actions .btn-group-vertical a:active + a,
  .btn-group-vertical .dt-buttons .wizard > .actions .dt-button + a,
  .wizard > .actions .btn-group-vertical .dt-buttons .dt-button + a,
  .dt-buttons .btn-group-vertical .wizard > .actions .dt-button + a,
  .wizard > .actions .dt-buttons .btn-group-vertical .dt-button + a,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions button + a,
  .wizard > .actions .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + a,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .wizard > .actions button + a,
  .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button + a,
  .btn-group-vertical .sweet-alert .wizard > .actions button + a,
  .wizard > .actions .btn-group-vertical .sweet-alert button + a,
  .sweet-alert .btn-group-vertical .wizard > .actions button + a,
  .wizard > .actions .sweet-alert .btn-group-vertical button + a,
  .btn-group-vertical .owl-theme .owl-nav .wizard > .actions [class*="owl-"] + a,
  .wizard > .actions .btn-group-vertical .owl-theme .owl-nav [class*="owl-"] + a,
  .owl-theme .owl-nav .btn-group-vertical .wizard > .actions [class*="owl-"] + a,
  .wizard > .actions .owl-theme .owl-nav .btn-group-vertical [class*="owl-"] + a,
  .btn-group-vertical .wizard > .actions .btn + a:hover,
  .wizard > .actions .btn-group-vertical .btn + a:hover,
  .btn-group-vertical .wizard > .actions .disabled a + a:hover,
  .wizard > .actions .disabled .btn-group-vertical a + a:hover,
  .btn-group-vertical .wizard > .actions .disabled a:hover + a:hover,
  .wizard > .actions .disabled .btn-group-vertical a:hover + a:hover,
  .btn-group-vertical .wizard > .actions .disabled a:active + a:hover,
  .wizard > .actions .disabled .btn-group-vertical a:active + a:hover,
  .btn-group-vertical .wizard > .actions a + a:hover,
  .wizard > .actions .btn-group-vertical a + a:hover,
  .btn-group-vertical .wizard > .actions a:hover + a:hover,
  .wizard > .actions .btn-group-vertical a:hover + a:hover,
  .btn-group-vertical .wizard > .actions a:active + a:hover,
  .wizard > .actions .btn-group-vertical a:active + a:hover,
  .btn-group-vertical .dt-buttons .wizard > .actions .dt-button + a:hover,
  .wizard > .actions .btn-group-vertical .dt-buttons .dt-button + a:hover,
  .dt-buttons .btn-group-vertical .wizard > .actions .dt-button + a:hover,
  .wizard > .actions .dt-buttons .btn-group-vertical .dt-button + a:hover,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions button + a:hover,
  .wizard > .actions .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + a:hover,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .wizard > .actions button + a:hover,
  .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button + a:hover,
  .btn-group-vertical .sweet-alert .wizard > .actions button + a:hover,
  .wizard > .actions .btn-group-vertical .sweet-alert button + a:hover,
  .sweet-alert .btn-group-vertical .wizard > .actions button + a:hover,
  .wizard > .actions .sweet-alert .btn-group-vertical button + a:hover,
  .btn-group-vertical .owl-theme .owl-nav .wizard > .actions [class*="owl-"] + a:hover,
  .wizard > .actions .btn-group-vertical .owl-theme .owl-nav [class*="owl-"] + a:hover,
  .owl-theme .owl-nav .btn-group-vertical .wizard > .actions [class*="owl-"] + a:hover,
  .wizard > .actions .owl-theme .owl-nav .btn-group-vertical [class*="owl-"] + a:hover,
  .btn-group-vertical .wizard > .actions .btn + a:active,
  .wizard > .actions .btn-group-vertical .btn + a:active,
  .btn-group-vertical .wizard > .actions .disabled a + a:active,
  .wizard > .actions .disabled .btn-group-vertical a + a:active,
  .btn-group-vertical .wizard > .actions .disabled a:hover + a:active,
  .wizard > .actions .disabled .btn-group-vertical a:hover + a:active,
  .btn-group-vertical .wizard > .actions .disabled a:active + a:active,
  .wizard > .actions .disabled .btn-group-vertical a:active + a:active,
  .btn-group-vertical .wizard > .actions a + a:active,
  .wizard > .actions .btn-group-vertical a + a:active,
  .btn-group-vertical .wizard > .actions a:hover + a:active,
  .wizard > .actions .btn-group-vertical a:hover + a:active,
  .btn-group-vertical .wizard > .actions a:active + a:active,
  .wizard > .actions .btn-group-vertical a:active + a:active,
  .btn-group-vertical .dt-buttons .wizard > .actions .dt-button + a:active,
  .wizard > .actions .btn-group-vertical .dt-buttons .dt-button + a:active,
  .dt-buttons .btn-group-vertical .wizard > .actions .dt-button + a:active,
  .wizard > .actions .dt-buttons .btn-group-vertical .dt-button + a:active,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions button + a:active,
  .wizard > .actions .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + a:active,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .wizard > .actions button + a:active,
  .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button + a:active,
  .btn-group-vertical .sweet-alert .wizard > .actions button + a:active,
  .wizard > .actions .btn-group-vertical .sweet-alert button + a:active,
  .sweet-alert .btn-group-vertical .wizard > .actions button + a:active,
  .wizard > .actions .sweet-alert .btn-group-vertical button + a:active,
  .btn-group-vertical .owl-theme .owl-nav .wizard > .actions [class*="owl-"] + a:active,
  .wizard > .actions .btn-group-vertical .owl-theme .owl-nav [class*="owl-"] + a:active,
  .owl-theme .owl-nav .btn-group-vertical .wizard > .actions [class*="owl-"] + a:active,
  .wizard > .actions .owl-theme .owl-nav .btn-group-vertical [class*="owl-"] + a:active,
  .btn-group-vertical .dt-buttons .btn + .dt-button,
  .dt-buttons .btn-group-vertical .btn + .dt-button,
  .btn-group-vertical .wizard > .actions .disabled .dt-buttons a + .dt-button,
  .dt-buttons .btn-group-vertical .wizard > .actions .disabled a + .dt-button,
  .wizard > .actions .disabled .btn-group-vertical .dt-buttons a + .dt-button,
  .dt-buttons .wizard > .actions .disabled .btn-group-vertical a + .dt-button,
  .btn-group-vertical .wizard > .actions .disabled .dt-buttons a:hover + .dt-button,
  .dt-buttons .btn-group-vertical .wizard > .actions .disabled a:hover + .dt-button,
  .wizard > .actions .disabled .btn-group-vertical .dt-buttons a:hover + .dt-button,
  .dt-buttons .wizard > .actions .disabled .btn-group-vertical a:hover + .dt-button,
  .btn-group-vertical .wizard > .actions .disabled .dt-buttons a:active + .dt-button,
  .dt-buttons .btn-group-vertical .wizard > .actions .disabled a:active + .dt-button,
  .wizard > .actions .disabled .btn-group-vertical .dt-buttons a:active + .dt-button,
  .dt-buttons .wizard > .actions .disabled .btn-group-vertical a:active + .dt-button,
  .btn-group-vertical .wizard > .actions .dt-buttons a + .dt-button,
  .dt-buttons .btn-group-vertical .wizard > .actions a + .dt-button,
  .wizard > .actions .btn-group-vertical .dt-buttons a + .dt-button,
  .dt-buttons .wizard > .actions .btn-group-vertical a + .dt-button,
  .btn-group-vertical .wizard > .actions .dt-buttons a:hover + .dt-button,
  .dt-buttons .btn-group-vertical .wizard > .actions a:hover + .dt-button,
  .wizard > .actions .btn-group-vertical .dt-buttons a:hover + .dt-button,
  .dt-buttons .wizard > .actions .btn-group-vertical a:hover + .dt-button,
  .btn-group-vertical .wizard > .actions .dt-buttons a:active + .dt-button,
  .dt-buttons .btn-group-vertical .wizard > .actions a:active + .dt-button,
  .wizard > .actions .btn-group-vertical .dt-buttons a:active + .dt-button,
  .dt-buttons .wizard > .actions .btn-group-vertical a:active + .dt-button,
  .btn-group-vertical .dt-buttons .dt-button + .dt-button,
  .dt-buttons .btn-group-vertical .dt-button + .dt-button,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button + .dt-button,
  .dt-buttons .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + .dt-button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .dt-buttons button + .dt-button,
  .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button + .dt-button,
  .btn-group-vertical .sweet-alert .dt-buttons button + .dt-button,
  .dt-buttons .btn-group-vertical .sweet-alert button + .dt-button,
  .sweet-alert .btn-group-vertical .dt-buttons button + .dt-button,
  .dt-buttons .sweet-alert .btn-group-vertical button + .dt-button,
  .btn-group-vertical .owl-theme .owl-nav .dt-buttons [class*="owl-"] + .dt-button,
  .dt-buttons .btn-group-vertical .owl-theme .owl-nav [class*="owl-"] + .dt-button,
  .owl-theme .owl-nav .btn-group-vertical .dt-buttons [class*="owl-"] + .dt-button,
  .dt-buttons .owl-theme .owl-nav .btn-group-vertical [class*="owl-"] + .dt-button,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head .btn + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .btn + button,
  .btn-group-vertical .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head a + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .wizard > .actions .disabled a + button,
  .wizard > .actions .disabled .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head a + button,
  .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .btn-group-vertical a + button,
  .btn-group-vertical .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head a:hover + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .wizard > .actions .disabled a:hover + button,
  .wizard > .actions .disabled .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head a:hover + button,
  .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .btn-group-vertical a:hover + button,
  .btn-group-vertical .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head a:active + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .wizard > .actions .disabled a:active + button,
  .wizard > .actions .disabled .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head a:active + button,
  .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .btn-group-vertical a:active + button,
  .btn-group-vertical .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head a + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .wizard > .actions a + button,
  .wizard > .actions .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head a + button,
  .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .btn-group-vertical a + button,
  .btn-group-vertical .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head a:hover + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .wizard > .actions a:hover + button,
  .wizard > .actions .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head a:hover + button,
  .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .btn-group-vertical a:hover + button,
  .btn-group-vertical .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head a:active + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .wizard > .actions a:active + button,
  .wizard > .actions .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head a:active + button,
  .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .btn-group-vertical a:active + button,
  .btn-group-vertical .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .dt-button + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .dt-buttons .dt-button + button,
  .dt-buttons .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head .dt-button + button,
  .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .btn-group-vertical .dt-button + button,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button + button,
  .btn-group-vertical .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .sweet-alert button + button,
  .sweet-alert .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + button,
  .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .btn-group-vertical button + button,
  .btn-group-vertical .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head [class*="owl-"] + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .owl-theme .owl-nav [class*="owl-"] + button,
  .owl-theme .owl-nav .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head [class*="owl-"] + button,
  .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .btn-group-vertical [class*="owl-"] + button,
  .btn-group-vertical .sweet-alert .btn + button,
  .sweet-alert .btn-group-vertical .btn + button,
  .btn-group-vertical .wizard > .actions .disabled .sweet-alert a + button,
  .sweet-alert .btn-group-vertical .wizard > .actions .disabled a + button,
  .wizard > .actions .disabled .btn-group-vertical .sweet-alert a + button,
  .sweet-alert .wizard > .actions .disabled .btn-group-vertical a + button,
  .btn-group-vertical .wizard > .actions .disabled .sweet-alert a:hover + button,
  .sweet-alert .btn-group-vertical .wizard > .actions .disabled a:hover + button,
  .wizard > .actions .disabled .btn-group-vertical .sweet-alert a:hover + button,
  .sweet-alert .wizard > .actions .disabled .btn-group-vertical a:hover + button,
  .btn-group-vertical .wizard > .actions .disabled .sweet-alert a:active + button,
  .sweet-alert .btn-group-vertical .wizard > .actions .disabled a:active + button,
  .wizard > .actions .disabled .btn-group-vertical .sweet-alert a:active + button,
  .sweet-alert .wizard > .actions .disabled .btn-group-vertical a:active + button,
  .btn-group-vertical .wizard > .actions .sweet-alert a + button,
  .sweet-alert .btn-group-vertical .wizard > .actions a + button,
  .wizard > .actions .btn-group-vertical .sweet-alert a + button,
  .sweet-alert .wizard > .actions .btn-group-vertical a + button,
  .btn-group-vertical .wizard > .actions .sweet-alert a:hover + button,
  .sweet-alert .btn-group-vertical .wizard > .actions a:hover + button,
  .wizard > .actions .btn-group-vertical .sweet-alert a:hover + button,
  .sweet-alert .wizard > .actions .btn-group-vertical a:hover + button,
  .btn-group-vertical .wizard > .actions .sweet-alert a:active + button,
  .sweet-alert .btn-group-vertical .wizard > .actions a:active + button,
  .wizard > .actions .btn-group-vertical .sweet-alert a:active + button,
  .sweet-alert .wizard > .actions .btn-group-vertical a:active + button,
  .btn-group-vertical .dt-buttons .sweet-alert .dt-button + button,
  .sweet-alert .btn-group-vertical .dt-buttons .dt-button + button,
  .dt-buttons .btn-group-vertical .sweet-alert .dt-button + button,
  .sweet-alert .dt-buttons .btn-group-vertical .dt-button + button,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button + button,
  .sweet-alert .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .sweet-alert button + button,
  .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button + button,
  .btn-group-vertical .sweet-alert button + button,
  .sweet-alert .btn-group-vertical button + button,
  .btn-group-vertical .owl-theme .owl-nav .sweet-alert [class*="owl-"] + button,
  .sweet-alert .btn-group-vertical .owl-theme .owl-nav [class*="owl-"] + button,
  .owl-theme .owl-nav .btn-group-vertical .sweet-alert [class*="owl-"] + button,
  .sweet-alert .owl-theme .owl-nav .btn-group-vertical [class*="owl-"] + button,
  .btn-group-vertical .owl-theme .owl-nav .btn + [class*="owl-"],
  .owl-theme .owl-nav .btn-group-vertical .btn + [class*="owl-"],
  .btn-group-vertical .wizard > .actions .disabled .owl-theme .owl-nav a + [class*="owl-"],
  .owl-theme .owl-nav .btn-group-vertical .wizard > .actions .disabled a + [class*="owl-"],
  .wizard > .actions .disabled .btn-group-vertical .owl-theme .owl-nav a + [class*="owl-"],
  .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-vertical a + [class*="owl-"],
  .btn-group-vertical .wizard > .actions .disabled .owl-theme .owl-nav a:hover + [class*="owl-"],
  .owl-theme .owl-nav .btn-group-vertical .wizard > .actions .disabled a:hover + [class*="owl-"],
  .wizard > .actions .disabled .btn-group-vertical .owl-theme .owl-nav a:hover + [class*="owl-"],
  .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-vertical a:hover + [class*="owl-"],
  .btn-group-vertical .wizard > .actions .disabled .owl-theme .owl-nav a:active + [class*="owl-"],
  .owl-theme .owl-nav .btn-group-vertical .wizard > .actions .disabled a:active + [class*="owl-"],
  .wizard > .actions .disabled .btn-group-vertical .owl-theme .owl-nav a:active + [class*="owl-"],
  .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-vertical a:active + [class*="owl-"],
  .btn-group-vertical .wizard > .actions .owl-theme .owl-nav a + [class*="owl-"],
  .owl-theme .owl-nav .btn-group-vertical .wizard > .actions a + [class*="owl-"],
  .wizard > .actions .btn-group-vertical .owl-theme .owl-nav a + [class*="owl-"],
  .owl-theme .owl-nav .wizard > .actions .btn-group-vertical a + [class*="owl-"],
  .btn-group-vertical .wizard > .actions .owl-theme .owl-nav a:hover + [class*="owl-"],
  .owl-theme .owl-nav .btn-group-vertical .wizard > .actions a:hover + [class*="owl-"],
  .wizard > .actions .btn-group-vertical .owl-theme .owl-nav a:hover + [class*="owl-"],
  .owl-theme .owl-nav .wizard > .actions .btn-group-vertical a:hover + [class*="owl-"],
  .btn-group-vertical .wizard > .actions .owl-theme .owl-nav a:active + [class*="owl-"],
  .owl-theme .owl-nav .btn-group-vertical .wizard > .actions a:active + [class*="owl-"],
  .wizard > .actions .btn-group-vertical .owl-theme .owl-nav a:active + [class*="owl-"],
  .owl-theme .owl-nav .wizard > .actions .btn-group-vertical a:active + [class*="owl-"],
  .btn-group-vertical .dt-buttons .owl-theme .owl-nav .dt-button + [class*="owl-"],
  .owl-theme .owl-nav .btn-group-vertical .dt-buttons .dt-button + [class*="owl-"],
  .dt-buttons .btn-group-vertical .owl-theme .owl-nav .dt-button + [class*="owl-"],
  .owl-theme .owl-nav .dt-buttons .btn-group-vertical .dt-button + [class*="owl-"],
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button + [class*="owl-"],
  .owl-theme .owl-nav .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + [class*="owl-"],
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .owl-theme .owl-nav button + [class*="owl-"],
  .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button + [class*="owl-"],
  .btn-group-vertical .sweet-alert .owl-theme .owl-nav button + [class*="owl-"],
  .owl-theme .owl-nav .btn-group-vertical .sweet-alert button + [class*="owl-"],
  .sweet-alert .btn-group-vertical .owl-theme .owl-nav button + [class*="owl-"],
  .owl-theme .owl-nav .sweet-alert .btn-group-vertical button + [class*="owl-"],
  .btn-group-vertical .owl-theme .owl-nav [class*="owl-"] + [class*="owl-"],
  .owl-theme .owl-nav .btn-group-vertical [class*="owl-"] + [class*="owl-"],
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .wizard > .actions .disabled a + .btn-group,
  .btn-group-vertical .wizard > .actions a + .btn-group,
  .wizard > .actions .btn-group-vertical a + .btn-group,
  .btn-group-vertical .dt-buttons .dt-button + .btn-group,
  .dt-buttons .btn-group-vertical .dt-button + .btn-group,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button + .btn-group,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button + .btn-group,
  .btn-group-vertical .sweet-alert button + .btn-group,
  .sweet-alert .btn-group-vertical button + .btn-group,
  .btn-group-vertical .owl-theme .owl-nav [class*="owl-"] + .btn-group,
  .owl-theme .owl-nav .btn-group-vertical [class*="owl-"] + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .wizard > .actions .disabled .btn-group + a,
  .btn-group-vertical .wizard > .actions .btn-group + a,
  .wizard > .actions .btn-group-vertical .btn-group + a,
  .btn-group-vertical .dt-buttons .btn-group + .dt-button,
  .dt-buttons .btn-group-vertical .btn-group + .dt-button,
  .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head .btn-group + button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical .btn-group + button,
  .btn-group-vertical .sweet-alert .btn-group + button,
  .sweet-alert .btn-group-vertical .btn-group + button,
  .btn-group-vertical .owl-theme .owl-nav .btn-group + [class*="owl-"],
  .owl-theme .owl-nav .btn-group-vertical .btn-group + [class*="owl-"],
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child, .wizard > .actions .disabled .btn-group > a:first-child, .wizard > .actions .btn-group > a:first-child, .dt-buttons .btn-group > .dt-button:first-child, .tablesaw-sortable th.tablesaw-sortable-head .btn-group > button:first-child, .sweet-alert .btn-group > button:first-child, .owl-theme .owl-nav .btn-group > :first-child[class*="owl-"] {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .wizard > .actions .disabled .btn-group > a:not(:last-child):not(.dropdown-toggle), .wizard > .actions .btn-group > a:not(:last-child):not(.dropdown-toggle), .dt-buttons .btn-group > .dt-button:not(:last-child):not(.dropdown-toggle), .tablesaw-sortable th.tablesaw-sortable-head .btn-group > button:not(:last-child):not(.dropdown-toggle), .sweet-alert .btn-group > button:not(:last-child):not(.dropdown-toggle), .owl-theme .owl-nav .btn-group > :not(:last-child):not(.dropdown-toggle)[class*="owl-"],
.btn-group > .btn-group:not(:last-child) > .btn,
.wizard > .actions .disabled .btn-group > .btn-group:not(:last-child) > a,
.wizard > .actions .btn-group > .btn-group:not(:last-child) > a,
.dt-buttons .btn-group > .btn-group:not(:last-child) > .dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .btn-group > .btn-group:not(:last-child) > button,
.sweet-alert .btn-group > .btn-group:not(:last-child) > button,
.owl-theme .owl-nav .btn-group > .btn-group:not(:last-child) > [class*="owl-"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .wizard > .actions .disabled .btn-group > a:not(:first-child), .wizard > .actions .btn-group > a:not(:first-child), .dt-buttons .btn-group > .dt-button:not(:first-child), .tablesaw-sortable th.tablesaw-sortable-head .btn-group > button:not(:first-child), .sweet-alert .btn-group > button:not(:first-child), .owl-theme .owl-nav .btn-group > :not(:first-child)[class*="owl-"],
.btn-group > .btn-group:not(:first-child) > .btn,
.wizard > .actions .disabled .btn-group > .btn-group:not(:first-child) > a,
.wizard > .actions .btn-group > .btn-group:not(:first-child) > a,
.dt-buttons .btn-group > .btn-group:not(:first-child) > .dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .btn-group > .btn-group:not(:first-child) > button,
.sweet-alert .btn-group > .btn-group:not(:first-child) > button,
.owl-theme .owl-nav .btn-group > .btn-group:not(:first-child) > [class*="owl-"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .wizard > .actions .disabled .btn-group-sm > a + .dropdown-toggle-split, .wizard > .actions .btn-group-sm > a + .dropdown-toggle-split, .dt-buttons .btn-group-sm > .dt-button + .dropdown-toggle-split, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button + .dropdown-toggle-split, .sweet-alert .btn-group-sm > button + .dropdown-toggle-split, .owl-theme .owl-nav .btn-group-sm > [class*="owl-"] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wizard > .actions .disabled .btn-group-lg > a + .dropdown-toggle-split, .wizard > .actions .btn-group-lg > a + .dropdown-toggle-split, .dt-buttons .btn-group-lg > .dt-button + .dropdown-toggle-split, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-lg > button + .dropdown-toggle-split, .sweet-alert .btn-group-lg > button + .dropdown-toggle-split, .owl-theme .owl-nav .btn-group-lg > [class*="owl-"] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .wizard > .actions a, .wizard > .actions .btn-group-vertical a, .btn-group-vertical .dt-buttons .dt-button, .dt-buttons .btn-group-vertical .dt-button, .btn-group-vertical .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical button, .btn-group-vertical .sweet-alert button, .sweet-alert .btn-group-vertical button, .btn-group-vertical .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .btn-group-vertical [class*="owl-"],
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .wizard > .actions .disabled .btn-group-vertical > a + .btn, .wizard > .actions .disabled .btn-group-vertical > a:hover + .btn, .wizard > .actions .disabled .btn-group-vertical > a:active + .btn, .wizard > .actions .btn-group-vertical > a + .btn, .wizard > .actions .btn-group-vertical > a:hover + .btn, .wizard > .actions .btn-group-vertical > a:active + .btn, .dt-buttons .btn-group-vertical > .dt-button + .btn, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + .btn, .sweet-alert .btn-group-vertical > button + .btn, .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] + .btn, .wizard > .actions .disabled .btn-group-vertical > .btn + a, .wizard > .actions .disabled .btn-group-vertical > a + a, .wizard > .actions .disabled .btn-group-vertical > a:hover + a, .wizard > .actions .disabled .btn-group-vertical > a:active + a, .wizard > .actions .disabled .btn-group-vertical > a + a, .wizard > .actions .disabled .btn-group-vertical > a:hover + a, .wizard > .actions .disabled .btn-group-vertical > a:active + a, .dt-buttons .wizard > .actions .disabled .btn-group-vertical > .dt-button + a, .wizard > .actions .disabled .dt-buttons .btn-group-vertical > .dt-button + a, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .btn-group-vertical > button + a, .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + a, .sweet-alert .wizard > .actions .disabled .btn-group-vertical > button + a, .wizard > .actions .disabled .sweet-alert .btn-group-vertical > button + a, .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-vertical > [class*="owl-"] + a, .wizard > .actions .disabled .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] + a, .wizard > .actions .disabled .btn-group-vertical > .btn + a:hover, .wizard > .actions .disabled .btn-group-vertical > a + a:hover, .wizard > .actions .disabled .btn-group-vertical > a:hover + a:hover, .wizard > .actions .disabled .btn-group-vertical > a:active + a:hover, .wizard > .actions .disabled .btn-group-vertical > a + a:hover, .wizard > .actions .disabled .btn-group-vertical > a:hover + a:hover, .wizard > .actions .disabled .btn-group-vertical > a:active + a:hover, .dt-buttons .wizard > .actions .disabled .btn-group-vertical > .dt-button + a:hover, .wizard > .actions .disabled .dt-buttons .btn-group-vertical > .dt-button + a:hover, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .btn-group-vertical > button + a:hover, .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + a:hover, .sweet-alert .wizard > .actions .disabled .btn-group-vertical > button + a:hover, .wizard > .actions .disabled .sweet-alert .btn-group-vertical > button + a:hover, .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-vertical > [class*="owl-"] + a:hover, .wizard > .actions .disabled .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] + a:hover, .wizard > .actions .disabled .btn-group-vertical > .btn + a:active, .wizard > .actions .disabled .btn-group-vertical > a + a:active, .wizard > .actions .disabled .btn-group-vertical > a:hover + a:active, .wizard > .actions .disabled .btn-group-vertical > a:active + a:active, .wizard > .actions .disabled .btn-group-vertical > a + a:active, .wizard > .actions .disabled .btn-group-vertical > a:hover + a:active, .wizard > .actions .disabled .btn-group-vertical > a:active + a:active, .dt-buttons .wizard > .actions .disabled .btn-group-vertical > .dt-button + a:active, .wizard > .actions .disabled .dt-buttons .btn-group-vertical > .dt-button + a:active, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .btn-group-vertical > button + a:active, .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + a:active, .sweet-alert .wizard > .actions .disabled .btn-group-vertical > button + a:active, .wizard > .actions .disabled .sweet-alert .btn-group-vertical > button + a:active, .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-vertical > [class*="owl-"] + a:active, .wizard > .actions .disabled .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] + a:active, .wizard > .actions .btn-group-vertical > .btn + a, .wizard > .actions .disabled .btn-group-vertical > a + a, .wizard > .actions .disabled .btn-group-vertical > a:hover + a, .wizard > .actions .disabled .btn-group-vertical > a:active + a, .wizard > .actions .btn-group-vertical > a + a, .wizard > .actions .btn-group-vertical > a:hover + a, .wizard > .actions .btn-group-vertical > a:active + a, .dt-buttons .wizard > .actions .btn-group-vertical > .dt-button + a, .wizard > .actions .dt-buttons .btn-group-vertical > .dt-button + a, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .btn-group-vertical > button + a, .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + a, .sweet-alert .wizard > .actions .btn-group-vertical > button + a, .wizard > .actions .sweet-alert .btn-group-vertical > button + a, .owl-theme .owl-nav .wizard > .actions .btn-group-vertical > [class*="owl-"] + a, .wizard > .actions .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] + a, .wizard > .actions .btn-group-vertical > .btn + a:hover, .wizard > .actions .disabled .btn-group-vertical > a + a:hover, .wizard > .actions .disabled .btn-group-vertical > a:hover + a:hover, .wizard > .actions .disabled .btn-group-vertical > a:active + a:hover, .wizard > .actions .btn-group-vertical > a + a:hover, .wizard > .actions .btn-group-vertical > a:hover + a:hover, .wizard > .actions .btn-group-vertical > a:active + a:hover, .dt-buttons .wizard > .actions .btn-group-vertical > .dt-button + a:hover, .wizard > .actions .dt-buttons .btn-group-vertical > .dt-button + a:hover, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .btn-group-vertical > button + a:hover, .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + a:hover, .sweet-alert .wizard > .actions .btn-group-vertical > button + a:hover, .wizard > .actions .sweet-alert .btn-group-vertical > button + a:hover, .owl-theme .owl-nav .wizard > .actions .btn-group-vertical > [class*="owl-"] + a:hover, .wizard > .actions .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] + a:hover, .wizard > .actions .btn-group-vertical > .btn + a:active, .wizard > .actions .disabled .btn-group-vertical > a + a:active, .wizard > .actions .disabled .btn-group-vertical > a:hover + a:active, .wizard > .actions .disabled .btn-group-vertical > a:active + a:active, .wizard > .actions .btn-group-vertical > a + a:active, .wizard > .actions .btn-group-vertical > a:hover + a:active, .wizard > .actions .btn-group-vertical > a:active + a:active, .dt-buttons .wizard > .actions .btn-group-vertical > .dt-button + a:active, .wizard > .actions .dt-buttons .btn-group-vertical > .dt-button + a:active, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .btn-group-vertical > button + a:active, .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + a:active, .sweet-alert .wizard > .actions .btn-group-vertical > button + a:active, .wizard > .actions .sweet-alert .btn-group-vertical > button + a:active, .owl-theme .owl-nav .wizard > .actions .btn-group-vertical > [class*="owl-"] + a:active, .wizard > .actions .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] + a:active, .dt-buttons .btn-group-vertical > .btn + .dt-button, .wizard > .actions .disabled .dt-buttons .btn-group-vertical > a + .dt-button, .dt-buttons .wizard > .actions .disabled .btn-group-vertical > a + .dt-button, .wizard > .actions .disabled .dt-buttons .btn-group-vertical > a:hover + .dt-button, .dt-buttons .wizard > .actions .disabled .btn-group-vertical > a:hover + .dt-button, .wizard > .actions .disabled .dt-buttons .btn-group-vertical > a:active + .dt-button, .dt-buttons .wizard > .actions .disabled .btn-group-vertical > a:active + .dt-button, .wizard > .actions .dt-buttons .btn-group-vertical > a + .dt-button, .dt-buttons .wizard > .actions .btn-group-vertical > a + .dt-button, .wizard > .actions .dt-buttons .btn-group-vertical > a:hover + .dt-button, .dt-buttons .wizard > .actions .btn-group-vertical > a:hover + .dt-button, .wizard > .actions .dt-buttons .btn-group-vertical > a:active + .dt-button, .dt-buttons .wizard > .actions .btn-group-vertical > a:active + .dt-button, .dt-buttons .btn-group-vertical > .dt-button + .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .btn-group-vertical > button + .dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + .dt-button, .sweet-alert .dt-buttons .btn-group-vertical > button + .dt-button, .dt-buttons .sweet-alert .btn-group-vertical > button + .dt-button, .owl-theme .owl-nav .dt-buttons .btn-group-vertical > [class*="owl-"] + .dt-button, .dt-buttons .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] + .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > .btn + button, .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > a + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .btn-group-vertical > a + button, .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > a:hover + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .btn-group-vertical > a:hover + button, .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > a:active + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .btn-group-vertical > a:active + button, .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > a + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .btn-group-vertical > a + button, .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > a:hover + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .btn-group-vertical > a:hover + button, .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > a:active + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .btn-group-vertical > a:active + button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > .dt-button + button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .btn-group-vertical > .dt-button + button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + button, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .btn-group-vertical > button + button, .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > [class*="owl-"] + button, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] + button, .sweet-alert .btn-group-vertical > .btn + button, .wizard > .actions .disabled .sweet-alert .btn-group-vertical > a + button, .sweet-alert .wizard > .actions .disabled .btn-group-vertical > a + button, .wizard > .actions .disabled .sweet-alert .btn-group-vertical > a:hover + button, .sweet-alert .wizard > .actions .disabled .btn-group-vertical > a:hover + button, .wizard > .actions .disabled .sweet-alert .btn-group-vertical > a:active + button, .sweet-alert .wizard > .actions .disabled .btn-group-vertical > a:active + button, .wizard > .actions .sweet-alert .btn-group-vertical > a + button, .sweet-alert .wizard > .actions .btn-group-vertical > a + button, .wizard > .actions .sweet-alert .btn-group-vertical > a:hover + button, .sweet-alert .wizard > .actions .btn-group-vertical > a:hover + button, .wizard > .actions .sweet-alert .btn-group-vertical > a:active + button, .sweet-alert .wizard > .actions .btn-group-vertical > a:active + button, .dt-buttons .sweet-alert .btn-group-vertical > .dt-button + button, .sweet-alert .dt-buttons .btn-group-vertical > .dt-button + button, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .btn-group-vertical > button + button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + button, .sweet-alert .btn-group-vertical > button + button, .owl-theme .owl-nav .sweet-alert .btn-group-vertical > [class*="owl-"] + button, .sweet-alert .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] + button, .owl-theme .owl-nav .btn-group-vertical > .btn + [class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .btn-group-vertical > a + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-vertical > a + [class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .btn-group-vertical > a:hover + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-vertical > a:hover + [class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .btn-group-vertical > a:active + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-vertical > a:active + [class*="owl-"], .wizard > .actions .owl-theme .owl-nav .btn-group-vertical > a + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .btn-group-vertical > a + [class*="owl-"], .wizard > .actions .owl-theme .owl-nav .btn-group-vertical > a:hover + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .btn-group-vertical > a:hover + [class*="owl-"], .wizard > .actions .owl-theme .owl-nav .btn-group-vertical > a:active + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .btn-group-vertical > a:active + [class*="owl-"], .dt-buttons .owl-theme .owl-nav .btn-group-vertical > .dt-button + [class*="owl-"], .owl-theme .owl-nav .dt-buttons .btn-group-vertical > .dt-button + [class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .btn-group-vertical > button + [class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + [class*="owl-"], .sweet-alert .owl-theme .owl-nav .btn-group-vertical > button + [class*="owl-"], .owl-theme .owl-nav .sweet-alert .btn-group-vertical > button + [class*="owl-"], .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] + [class*="owl-"],
  .btn-group-vertical > .btn + .btn-group,
  .wizard > .actions .disabled .btn-group-vertical > a + .btn-group,
  .wizard > .actions .btn-group-vertical > a + .btn-group,
  .dt-buttons .btn-group-vertical > .dt-button + .btn-group,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button + .btn-group,
  .sweet-alert .btn-group-vertical > button + .btn-group,
  .owl-theme .owl-nav .btn-group-vertical > [class*="owl-"] + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .wizard > .actions .disabled .btn-group-vertical > .btn-group + a,
  .wizard > .actions .btn-group-vertical > .btn-group + a,
  .dt-buttons .btn-group-vertical > .btn-group + .dt-button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > .btn-group + button,
  .sweet-alert .btn-group-vertical > .btn-group + button,
  .owl-theme .owl-nav .btn-group-vertical > .btn-group + [class*="owl-"],
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .wizard > .actions .disabled .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .wizard > .actions .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .dt-buttons .btn-group-vertical > .dt-button:not(:last-child):not(.dropdown-toggle), .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .sweet-alert .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .owl-theme .owl-nav .btn-group-vertical > :not(:last-child):not(.dropdown-toggle)[class*="owl-"],
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .wizard > .actions .disabled .btn-group-vertical > .btn-group:not(:last-child) > a,
  .wizard > .actions .btn-group-vertical > .btn-group:not(:last-child) > a,
  .dt-buttons .btn-group-vertical > .btn-group:not(:last-child) > .dt-button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > .btn-group:not(:last-child) > button,
  .sweet-alert .btn-group-vertical > .btn-group:not(:last-child) > button,
  .owl-theme .owl-nav .btn-group-vertical > .btn-group:not(:last-child) > [class*="owl-"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .wizard > .actions .disabled .btn-group-vertical > a:not(:first-child), .wizard > .actions .btn-group-vertical > a:not(:first-child), .dt-buttons .btn-group-vertical > .dt-button:not(:first-child), .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > button:not(:first-child), .sweet-alert .btn-group-vertical > button:not(:first-child), .owl-theme .owl-nav .btn-group-vertical > :not(:first-child)[class*="owl-"],
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .wizard > .actions .disabled .btn-group-vertical > .btn-group:not(:first-child) > a,
  .wizard > .actions .btn-group-vertical > .btn-group:not(:first-child) > a,
  .dt-buttons .btn-group-vertical > .btn-group:not(:first-child) > .dt-button,
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-vertical > .btn-group:not(:first-child) > button,
  .sweet-alert .btn-group-vertical > .btn-group:not(:first-child) > button,
  .owl-theme .owl-nav .btn-group-vertical > .btn-group:not(:first-child) > [class*="owl-"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .wizard > .actions .disabled .btn-group-toggle > a, .wizard > .actions .btn-group-toggle > a, .dt-buttons .btn-group-toggle > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-toggle > button, .sweet-alert .btn-group-toggle > button, .owl-theme .owl-nav .btn-group-toggle > [class*="owl-"],
.btn-group-toggle > .btn-group > .btn,
.wizard > .actions .disabled .btn-group-toggle > .btn-group > a,
.wizard > .actions .btn-group-toggle > .btn-group > a,
.dt-buttons .btn-group-toggle > .btn-group > .dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .btn-group-toggle > .btn-group > button,
.sweet-alert .btn-group-toggle > .btn-group > button,
.owl-theme .owl-nav .btn-group-toggle > .btn-group > [class*="owl-"] {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .wizard > .actions .disabled .btn-group-toggle > a input[type="radio"], .wizard > .actions .btn-group-toggle > a input[type="radio"], .dt-buttons .btn-group-toggle > .dt-button input[type="radio"], .tablesaw-sortable th.tablesaw-sortable-head .btn-group-toggle > button input[type="radio"], .sweet-alert .btn-group-toggle > button input[type="radio"], .owl-theme .owl-nav .btn-group-toggle > [class*="owl-"] input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .wizard > .actions .disabled .btn-group-toggle > a input[type="checkbox"],
  .wizard > .actions .btn-group-toggle > a input[type="checkbox"],
  .dt-buttons .btn-group-toggle > .dt-button input[type="checkbox"],
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-toggle > button input[type="checkbox"],
  .sweet-alert .btn-group-toggle > button input[type="checkbox"],
  .owl-theme .owl-nav .btn-group-toggle > [class*="owl-"] input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .wizard > .actions .disabled .btn-group-toggle > .btn-group > a input[type="radio"],
  .wizard > .actions .btn-group-toggle > .btn-group > a input[type="radio"],
  .dt-buttons .btn-group-toggle > .btn-group > .dt-button input[type="radio"],
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-toggle > .btn-group > button input[type="radio"],
  .sweet-alert .btn-group-toggle > .btn-group > button input[type="radio"],
  .owl-theme .owl-nav .btn-group-toggle > .btn-group > [class*="owl-"] input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .wizard > .actions .disabled .btn-group-toggle > .btn-group > a input[type="checkbox"],
  .wizard > .actions .btn-group-toggle > .btn-group > a input[type="checkbox"],
  .dt-buttons .btn-group-toggle > .btn-group > .dt-button input[type="checkbox"],
  .tablesaw-sortable th.tablesaw-sortable-head .btn-group-toggle > .btn-group > button input[type="checkbox"],
  .sweet-alert .btn-group-toggle > .btn-group > button input[type="checkbox"],
  .owl-theme .owl-nav .btn-group-toggle > .btn-group > [class*="owl-"] input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .wizard .content > .body .input-group > input, .mce-floatpanel .input-group > .mce-textbox, .mce-floatpanel .input-group > .mce-btn, .jsgrid-cell .input-group > input, .jsgrid-cell .input-group > select, .tablesaw-bar .btn-select .input-group > select, .input-group > .dd-handle, .input-group > .dd3-content, .app-search .input-group > .form-control:focus,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .wizard .content > .body .input-group > input + .form-control, .mce-floatpanel .input-group > .mce-textbox + .form-control, .mce-floatpanel .input-group > .mce-btn + .form-control, .jsgrid-cell .input-group > input + .form-control, .jsgrid-cell .input-group > select + .form-control, .tablesaw-bar .btn-select .input-group > select + .form-control, .input-group > .dd-handle + .form-control, .input-group > .dd3-content + .form-control, .app-search .input-group > .form-control:focus + .form-control, .wizard .content > .body .input-group > .form-control + input, .wizard .content > .body .input-group > input + input, .mce-floatpanel .wizard .content > .body .input-group > .mce-textbox + input, .wizard .content > .body .mce-floatpanel .input-group > .mce-textbox + input, .mce-floatpanel .wizard .content > .body .input-group > .mce-btn + input, .wizard .content > .body .mce-floatpanel .input-group > .mce-btn + input, .jsgrid-cell .wizard .content > .body .input-group > select + input, .wizard .content > .body .jsgrid-cell .input-group > select + input, .tablesaw-bar .btn-select .wizard .content > .body .input-group > select + input, .wizard .content > .body .tablesaw-bar .btn-select .input-group > select + input, .wizard .content > .body .input-group > .dd-handle + input, .wizard .content > .body .input-group > .dd3-content + input, .wizard .content > .body .app-search .input-group > .form-control:focus + input, .mce-floatpanel .input-group > .form-control + .mce-textbox, .wizard .content > .body .mce-floatpanel .input-group > input + .mce-textbox, .mce-floatpanel .wizard .content > .body .input-group > input + .mce-textbox, .mce-floatpanel .input-group > .mce-textbox + .mce-textbox, .mce-floatpanel .input-group > .mce-btn + .mce-textbox, .jsgrid-cell .mce-floatpanel .input-group > input + .mce-textbox, .mce-floatpanel .jsgrid-cell .input-group > input + .mce-textbox, .jsgrid-cell .mce-floatpanel .input-group > select + .mce-textbox, .mce-floatpanel .jsgrid-cell .input-group > select + .mce-textbox, .tablesaw-bar .btn-select .mce-floatpanel .input-group > select + .mce-textbox, .mce-floatpanel .tablesaw-bar .btn-select .input-group > select + .mce-textbox, .mce-floatpanel .input-group > .dd-handle + .mce-textbox, .mce-floatpanel .input-group > .dd3-content + .mce-textbox, .mce-floatpanel .app-search .input-group > .form-control:focus + .mce-textbox, .mce-floatpanel .input-group > .form-control + .mce-btn, .wizard .content > .body .mce-floatpanel .input-group > input + .mce-btn, .mce-floatpanel .wizard .content > .body .input-group > input + .mce-btn, .mce-floatpanel .input-group > .mce-textbox + .mce-btn, .mce-floatpanel .input-group > .mce-btn + .mce-btn, .jsgrid-cell .mce-floatpanel .input-group > input + .mce-btn, .mce-floatpanel .jsgrid-cell .input-group > input + .mce-btn, .jsgrid-cell .mce-floatpanel .input-group > select + .mce-btn, .mce-floatpanel .jsgrid-cell .input-group > select + .mce-btn, .tablesaw-bar .btn-select .mce-floatpanel .input-group > select + .mce-btn, .mce-floatpanel .tablesaw-bar .btn-select .input-group > select + .mce-btn, .mce-floatpanel .input-group > .dd-handle + .mce-btn, .mce-floatpanel .input-group > .dd3-content + .mce-btn, .mce-floatpanel .app-search .input-group > .form-control:focus + .mce-btn, .jsgrid-cell .input-group > .form-control + input, .wizard .content > .body .jsgrid-cell .input-group > input + input, .mce-floatpanel .jsgrid-cell .input-group > .mce-textbox + input, .jsgrid-cell .mce-floatpanel .input-group > .mce-textbox + input, .mce-floatpanel .jsgrid-cell .input-group > .mce-btn + input, .jsgrid-cell .mce-floatpanel .input-group > .mce-btn + input, .jsgrid-cell .input-group > input + input, .jsgrid-cell .input-group > select + input, .tablesaw-bar .btn-select .jsgrid-cell .input-group > select + input, .jsgrid-cell .tablesaw-bar .btn-select .input-group > select + input, .jsgrid-cell .input-group > .dd-handle + input, .jsgrid-cell .input-group > .dd3-content + input, .jsgrid-cell .app-search .input-group > .form-control:focus + input, .jsgrid-cell .input-group > .form-control + select, .wizard .content > .body .jsgrid-cell .input-group > input + select, .jsgrid-cell .wizard .content > .body .input-group > input + select, .mce-floatpanel .jsgrid-cell .input-group > .mce-textbox + select, .jsgrid-cell .mce-floatpanel .input-group > .mce-textbox + select, .mce-floatpanel .jsgrid-cell .input-group > .mce-btn + select, .jsgrid-cell .mce-floatpanel .input-group > .mce-btn + select, .jsgrid-cell .input-group > input + select, .jsgrid-cell .input-group > select + select, .jsgrid-cell .input-group > .dd-handle + select, .jsgrid-cell .input-group > .dd3-content + select, .jsgrid-cell .app-search .input-group > .form-control:focus + select, .tablesaw-bar .btn-select .input-group > .form-control + select, .wizard .content > .body .tablesaw-bar .btn-select .input-group > input + select, .tablesaw-bar .btn-select .wizard .content > .body .input-group > input + select, .mce-floatpanel .tablesaw-bar .btn-select .input-group > .mce-textbox + select, .tablesaw-bar .btn-select .mce-floatpanel .input-group > .mce-textbox + select, .mce-floatpanel .tablesaw-bar .btn-select .input-group > .mce-btn + select, .tablesaw-bar .btn-select .mce-floatpanel .input-group > .mce-btn + select, .jsgrid-cell .tablesaw-bar .btn-select .input-group > input + select, .tablesaw-bar .btn-select .jsgrid-cell .input-group > input + select, .tablesaw-bar .btn-select .jsgrid-cell .input-group > select + select, .tablesaw-bar .btn-select .input-group > select + select, .tablesaw-bar .btn-select .input-group > .dd-handle + select, .tablesaw-bar .btn-select .input-group > .dd3-content + select, .tablesaw-bar .btn-select .app-search .input-group > .form-control:focus + select, .input-group > .form-control + .dd-handle, .wizard .content > .body .input-group > input + .dd-handle, .mce-floatpanel .input-group > .mce-textbox + .dd-handle, .mce-floatpanel .input-group > .mce-btn + .dd-handle, .jsgrid-cell .input-group > input + .dd-handle, .jsgrid-cell .input-group > select + .dd-handle, .tablesaw-bar .btn-select .input-group > select + .dd-handle, .input-group > .dd-handle + .dd-handle, .input-group > .dd3-content + .dd-handle, .app-search .input-group > .form-control:focus + .dd-handle, .input-group > .form-control + .dd3-content, .wizard .content > .body .input-group > input + .dd3-content, .mce-floatpanel .input-group > .mce-textbox + .dd3-content, .mce-floatpanel .input-group > .mce-btn + .dd3-content, .jsgrid-cell .input-group > input + .dd3-content, .jsgrid-cell .input-group > select + .dd3-content, .tablesaw-bar .btn-select .input-group > select + .dd3-content, .input-group > .dd-handle + .dd3-content, .input-group > .dd3-content + .dd3-content, .app-search .input-group > .form-control:focus + .dd3-content, .app-search .input-group > .form-control + .form-control:focus, .wizard .content > .body .app-search .input-group > input + .form-control:focus, .mce-floatpanel .app-search .input-group > .mce-textbox + .form-control:focus, .mce-floatpanel .app-search .input-group > .mce-btn + .form-control:focus, .jsgrid-cell .app-search .input-group > input + .form-control:focus, .jsgrid-cell .app-search .input-group > select + .form-control:focus, .tablesaw-bar .btn-select .app-search .input-group > select + .form-control:focus, .app-search .input-group > .dd-handle + .form-control:focus, .app-search .input-group > .dd3-content + .form-control:focus,
    .input-group > .form-control + .custom-select,
    .wizard .content > .body .input-group > input + .custom-select,
    .mce-floatpanel .input-group > .mce-textbox + .custom-select,
    .mce-floatpanel .input-group > .mce-btn + .custom-select,
    .jsgrid-cell .input-group > input + .custom-select,
    .jsgrid-cell .input-group > select + .custom-select,
    .tablesaw-bar .btn-select .input-group > select + .custom-select,
    .input-group > .dd-handle + .custom-select,
    .input-group > .dd3-content + .custom-select,
    .app-search .input-group > .form-control:focus + .custom-select,
    .input-group > .form-control + .custom-file,
    .wizard .content > .body .input-group > input + .custom-file,
    .mce-floatpanel .input-group > .mce-textbox + .custom-file,
    .mce-floatpanel .input-group > .mce-btn + .custom-file,
    .jsgrid-cell .input-group > input + .custom-file,
    .jsgrid-cell .input-group > select + .custom-file,
    .tablesaw-bar .btn-select .input-group > select + .custom-file,
    .input-group > .dd-handle + .custom-file,
    .input-group > .dd3-content + .custom-file,
    .app-search .input-group > .form-control:focus + .custom-file,
    .input-group > .custom-select + .form-control,
    .wizard .content > .body .input-group > .custom-select + input,
    .mce-floatpanel .input-group > .custom-select + .mce-textbox,
    .mce-floatpanel .input-group > .custom-select + .mce-btn,
    .jsgrid-cell .input-group > .custom-select + input,
    .jsgrid-cell .input-group > .custom-select + select,
    .tablesaw-bar .btn-select .input-group > .custom-select + select,
    .input-group > .custom-select + .dd-handle,
    .input-group > .custom-select + .dd3-content,
    .app-search .input-group > .custom-select + .form-control:focus,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .wizard .content > .body .input-group > .custom-file + input,
    .mce-floatpanel .input-group > .custom-file + .mce-textbox,
    .mce-floatpanel .input-group > .custom-file + .mce-btn,
    .jsgrid-cell .input-group > .custom-file + input,
    .jsgrid-cell .input-group > .custom-file + select,
    .tablesaw-bar .btn-select .input-group > .custom-file + select,
    .input-group > .custom-file + .dd-handle,
    .input-group > .custom-file + .dd3-content,
    .app-search .input-group > .custom-file + .form-control:focus,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .wizard .content > .body .input-group > input:focus, .mce-floatpanel .input-group > .mce-textbox:focus, .mce-floatpanel .input-group > .mce-btn:focus, .jsgrid-cell .input-group > input:focus, .jsgrid-cell .input-group > select:focus, .tablesaw-bar .btn-select .input-group > select:focus, .input-group > .dd-handle:focus, .input-group > .dd3-content:focus, .app-search .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .wizard .content > .body .input-group > input:not(:last-child), .mce-floatpanel .input-group > .mce-textbox:not(:last-child), .mce-floatpanel .input-group > .mce-btn:not(:last-child), .jsgrid-cell .input-group > input:not(:last-child), .jsgrid-cell .input-group > select:not(:last-child), .tablesaw-bar .btn-select .input-group > select:not(:last-child), .input-group > .dd-handle:not(:last-child), .input-group > .dd3-content:not(:last-child), .app-search .input-group > .form-control:not(:last-child):focus,
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .wizard .content > .body .input-group > input:not(:first-child), .mce-floatpanel .input-group > .mce-textbox:not(:first-child), .mce-floatpanel .input-group > .mce-btn:not(:first-child), .jsgrid-cell .input-group > input:not(:first-child), .jsgrid-cell .input-group > select:not(:first-child), .tablesaw-bar .btn-select .input-group > select:not(:first-child), .input-group > .dd-handle:not(:first-child), .input-group > .dd3-content:not(:first-child), .app-search .input-group > .form-control:not(:first-child):focus,
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .wizard > .actions a, .wizard > .actions .input-group-prepend a, .input-group-prepend .dt-buttons .dt-button, .dt-buttons .input-group-prepend .dt-button, .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button, .input-group-prepend .sweet-alert button, .sweet-alert .input-group-prepend button, .input-group-prepend .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .input-group-prepend [class*="owl-"],
  .input-group-append .btn,
  .input-group-append .wizard > .actions a,
  .wizard > .actions .input-group-append a,
  .input-group-append .dt-buttons .dt-button,
  .dt-buttons .input-group-append .dt-button,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button,
  .input-group-append .sweet-alert button,
  .sweet-alert .input-group-append button,
  .input-group-append .owl-theme .owl-nav [class*="owl-"],
  .owl-theme .owl-nav .input-group-append [class*="owl-"] {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn, .input-group-prepend .wizard > .actions .disabled a + .btn, .wizard > .actions .disabled .input-group-prepend a + .btn, .input-group-prepend .wizard > .actions .disabled a:hover + .btn, .wizard > .actions .disabled .input-group-prepend a:hover + .btn, .input-group-prepend .wizard > .actions .disabled a:active + .btn, .wizard > .actions .disabled .input-group-prepend a:active + .btn, .input-group-prepend .wizard > .actions a + .btn, .wizard > .actions .input-group-prepend a + .btn, .input-group-prepend .wizard > .actions a:hover + .btn, .wizard > .actions .input-group-prepend a:hover + .btn, .input-group-prepend .wizard > .actions a:active + .btn, .wizard > .actions .input-group-prepend a:active + .btn, .input-group-prepend .dt-buttons .dt-button + .btn, .dt-buttons .input-group-prepend .dt-button + .btn, .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + .btn, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button + .btn, .input-group-prepend .sweet-alert button + .btn, .sweet-alert .input-group-prepend button + .btn, .input-group-prepend .owl-theme .owl-nav [class*="owl-"] + .btn, .owl-theme .owl-nav .input-group-prepend [class*="owl-"] + .btn, .input-group-prepend .wizard > .actions .disabled .btn + a, .wizard > .actions .disabled .input-group-prepend .btn + a, .input-group-prepend .wizard > .actions .disabled a + a, .wizard > .actions .disabled .input-group-prepend a + a, .input-group-prepend .wizard > .actions .disabled a:hover + a, .wizard > .actions .disabled .input-group-prepend a:hover + a, .input-group-prepend .wizard > .actions .disabled a:active + a, .wizard > .actions .disabled .input-group-prepend a:active + a, .input-group-prepend .wizard > .actions .disabled a + a, .wizard > .actions .input-group-prepend .disabled a + a, .wizard > .actions .disabled .input-group-prepend a + a, .input-group-prepend .wizard > .actions .disabled a:hover + a, .wizard > .actions .input-group-prepend .disabled a:hover + a, .wizard > .actions .disabled .input-group-prepend a:hover + a, .input-group-prepend .wizard > .actions .disabled a:active + a, .wizard > .actions .input-group-prepend .disabled a:active + a, .wizard > .actions .disabled .input-group-prepend a:active + a, .input-group-prepend .dt-buttons .wizard > .actions .disabled .dt-button + a, .wizard > .actions .disabled .input-group-prepend .dt-buttons .dt-button + a, .dt-buttons .input-group-prepend .wizard > .actions .disabled .dt-button + a, .wizard > .actions .disabled .dt-buttons .input-group-prepend .dt-button + a, .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled button + a, .wizard > .actions .disabled .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + a, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .wizard > .actions .disabled button + a, .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button + a, .input-group-prepend .sweet-alert .wizard > .actions .disabled button + a, .wizard > .actions .disabled .input-group-prepend .sweet-alert button + a, .sweet-alert .input-group-prepend .wizard > .actions .disabled button + a, .wizard > .actions .disabled .sweet-alert .input-group-prepend button + a, .input-group-prepend .owl-theme .owl-nav .wizard > .actions .disabled [class*="owl-"] + a, .wizard > .actions .disabled .input-group-prepend .owl-theme .owl-nav [class*="owl-"] + a, .owl-theme .owl-nav .input-group-prepend .wizard > .actions .disabled [class*="owl-"] + a, .wizard > .actions .disabled .owl-theme .owl-nav .input-group-prepend [class*="owl-"] + a, .input-group-prepend .wizard > .actions .disabled .btn + a:hover, .wizard > .actions .disabled .input-group-prepend .btn + a:hover, .input-group-prepend .wizard > .actions .disabled a + a:hover, .wizard > .actions .disabled .input-group-prepend a + a:hover, .input-group-prepend .wizard > .actions .disabled a:hover + a:hover, .wizard > .actions .disabled .input-group-prepend a:hover + a:hover, .input-group-prepend .wizard > .actions .disabled a:active + a:hover, .wizard > .actions .disabled .input-group-prepend a:active + a:hover, .input-group-prepend .wizard > .actions .disabled a + a:hover, .wizard > .actions .input-group-prepend .disabled a + a:hover, .wizard > .actions .disabled .input-group-prepend a + a:hover, .input-group-prepend .wizard > .actions .disabled a:hover + a:hover, .wizard > .actions .input-group-prepend .disabled a:hover + a:hover, .wizard > .actions .disabled .input-group-prepend a:hover + a:hover, .input-group-prepend .wizard > .actions .disabled a:active + a:hover, .wizard > .actions .input-group-prepend .disabled a:active + a:hover, .wizard > .actions .disabled .input-group-prepend a:active + a:hover, .input-group-prepend .dt-buttons .wizard > .actions .disabled .dt-button + a:hover, .wizard > .actions .disabled .input-group-prepend .dt-buttons .dt-button + a:hover, .dt-buttons .input-group-prepend .wizard > .actions .disabled .dt-button + a:hover, .wizard > .actions .disabled .dt-buttons .input-group-prepend .dt-button + a:hover, .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled button + a:hover, .wizard > .actions .disabled .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + a:hover, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .wizard > .actions .disabled button + a:hover, .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button + a:hover, .input-group-prepend .sweet-alert .wizard > .actions .disabled button + a:hover, .wizard > .actions .disabled .input-group-prepend .sweet-alert button + a:hover, .sweet-alert .input-group-prepend .wizard > .actions .disabled button + a:hover, .wizard > .actions .disabled .sweet-alert .input-group-prepend button + a:hover, .input-group-prepend .owl-theme .owl-nav .wizard > .actions .disabled [class*="owl-"] + a:hover, .wizard > .actions .disabled .input-group-prepend .owl-theme .owl-nav [class*="owl-"] + a:hover, .owl-theme .owl-nav .input-group-prepend .wizard > .actions .disabled [class*="owl-"] + a:hover, .wizard > .actions .disabled .owl-theme .owl-nav .input-group-prepend [class*="owl-"] + a:hover, .input-group-prepend .wizard > .actions .disabled .btn + a:active, .wizard > .actions .disabled .input-group-prepend .btn + a:active, .input-group-prepend .wizard > .actions .disabled a + a:active, .wizard > .actions .disabled .input-group-prepend a + a:active, .input-group-prepend .wizard > .actions .disabled a:hover + a:active, .wizard > .actions .disabled .input-group-prepend a:hover + a:active, .input-group-prepend .wizard > .actions .disabled a:active + a:active, .wizard > .actions .disabled .input-group-prepend a:active + a:active, .input-group-prepend .wizard > .actions .disabled a + a:active, .wizard > .actions .input-group-prepend .disabled a + a:active, .wizard > .actions .disabled .input-group-prepend a + a:active, .input-group-prepend .wizard > .actions .disabled a:hover + a:active, .wizard > .actions .input-group-prepend .disabled a:hover + a:active, .wizard > .actions .disabled .input-group-prepend a:hover + a:active, .input-group-prepend .wizard > .actions .disabled a:active + a:active, .wizard > .actions .input-group-prepend .disabled a:active + a:active, .wizard > .actions .disabled .input-group-prepend a:active + a:active, .input-group-prepend .dt-buttons .wizard > .actions .disabled .dt-button + a:active, .wizard > .actions .disabled .input-group-prepend .dt-buttons .dt-button + a:active, .dt-buttons .input-group-prepend .wizard > .actions .disabled .dt-button + a:active, .wizard > .actions .disabled .dt-buttons .input-group-prepend .dt-button + a:active, .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled button + a:active, .wizard > .actions .disabled .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + a:active, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .wizard > .actions .disabled button + a:active, .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button + a:active, .input-group-prepend .sweet-alert .wizard > .actions .disabled button + a:active, .wizard > .actions .disabled .input-group-prepend .sweet-alert button + a:active, .sweet-alert .input-group-prepend .wizard > .actions .disabled button + a:active, .wizard > .actions .disabled .sweet-alert .input-group-prepend button + a:active, .input-group-prepend .owl-theme .owl-nav .wizard > .actions .disabled [class*="owl-"] + a:active, .wizard > .actions .disabled .input-group-prepend .owl-theme .owl-nav [class*="owl-"] + a:active, .owl-theme .owl-nav .input-group-prepend .wizard > .actions .disabled [class*="owl-"] + a:active, .wizard > .actions .disabled .owl-theme .owl-nav .input-group-prepend [class*="owl-"] + a:active, .input-group-prepend .wizard > .actions .btn + a, .wizard > .actions .input-group-prepend .btn + a, .input-group-prepend .wizard > .actions .disabled a + a, .wizard > .actions .disabled .input-group-prepend a + a, .input-group-prepend .wizard > .actions .disabled a:hover + a, .wizard > .actions .disabled .input-group-prepend a:hover + a, .input-group-prepend .wizard > .actions .disabled a:active + a, .wizard > .actions .disabled .input-group-prepend a:active + a, .input-group-prepend .wizard > .actions a + a, .wizard > .actions .input-group-prepend a + a, .input-group-prepend .wizard > .actions a:hover + a, .wizard > .actions .input-group-prepend a:hover + a, .input-group-prepend .wizard > .actions a:active + a, .wizard > .actions .input-group-prepend a:active + a, .input-group-prepend .dt-buttons .wizard > .actions .dt-button + a, .wizard > .actions .input-group-prepend .dt-buttons .dt-button + a, .dt-buttons .input-group-prepend .wizard > .actions .dt-button + a, .wizard > .actions .dt-buttons .input-group-prepend .dt-button + a, .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions button + a, .wizard > .actions .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + a, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .wizard > .actions button + a, .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button + a, .input-group-prepend .sweet-alert .wizard > .actions button + a, .wizard > .actions .input-group-prepend .sweet-alert button + a, .sweet-alert .input-group-prepend .wizard > .actions button + a, .wizard > .actions .sweet-alert .input-group-prepend button + a, .input-group-prepend .owl-theme .owl-nav .wizard > .actions [class*="owl-"] + a, .wizard > .actions .input-group-prepend .owl-theme .owl-nav [class*="owl-"] + a, .owl-theme .owl-nav .input-group-prepend .wizard > .actions [class*="owl-"] + a, .wizard > .actions .owl-theme .owl-nav .input-group-prepend [class*="owl-"] + a, .input-group-prepend .wizard > .actions .btn + a:hover, .wizard > .actions .input-group-prepend .btn + a:hover, .input-group-prepend .wizard > .actions .disabled a + a:hover, .wizard > .actions .disabled .input-group-prepend a + a:hover, .input-group-prepend .wizard > .actions .disabled a:hover + a:hover, .wizard > .actions .disabled .input-group-prepend a:hover + a:hover, .input-group-prepend .wizard > .actions .disabled a:active + a:hover, .wizard > .actions .disabled .input-group-prepend a:active + a:hover, .input-group-prepend .wizard > .actions a + a:hover, .wizard > .actions .input-group-prepend a + a:hover, .input-group-prepend .wizard > .actions a:hover + a:hover, .wizard > .actions .input-group-prepend a:hover + a:hover, .input-group-prepend .wizard > .actions a:active + a:hover, .wizard > .actions .input-group-prepend a:active + a:hover, .input-group-prepend .dt-buttons .wizard > .actions .dt-button + a:hover, .wizard > .actions .input-group-prepend .dt-buttons .dt-button + a:hover, .dt-buttons .input-group-prepend .wizard > .actions .dt-button + a:hover, .wizard > .actions .dt-buttons .input-group-prepend .dt-button + a:hover, .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions button + a:hover, .wizard > .actions .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + a:hover, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .wizard > .actions button + a:hover, .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button + a:hover, .input-group-prepend .sweet-alert .wizard > .actions button + a:hover, .wizard > .actions .input-group-prepend .sweet-alert button + a:hover, .sweet-alert .input-group-prepend .wizard > .actions button + a:hover, .wizard > .actions .sweet-alert .input-group-prepend button + a:hover, .input-group-prepend .owl-theme .owl-nav .wizard > .actions [class*="owl-"] + a:hover, .wizard > .actions .input-group-prepend .owl-theme .owl-nav [class*="owl-"] + a:hover, .owl-theme .owl-nav .input-group-prepend .wizard > .actions [class*="owl-"] + a:hover, .wizard > .actions .owl-theme .owl-nav .input-group-prepend [class*="owl-"] + a:hover, .input-group-prepend .wizard > .actions .btn + a:active, .wizard > .actions .input-group-prepend .btn + a:active, .input-group-prepend .wizard > .actions .disabled a + a:active, .wizard > .actions .disabled .input-group-prepend a + a:active, .input-group-prepend .wizard > .actions .disabled a:hover + a:active, .wizard > .actions .disabled .input-group-prepend a:hover + a:active, .input-group-prepend .wizard > .actions .disabled a:active + a:active, .wizard > .actions .disabled .input-group-prepend a:active + a:active, .input-group-prepend .wizard > .actions a + a:active, .wizard > .actions .input-group-prepend a + a:active, .input-group-prepend .wizard > .actions a:hover + a:active, .wizard > .actions .input-group-prepend a:hover + a:active, .input-group-prepend .wizard > .actions a:active + a:active, .wizard > .actions .input-group-prepend a:active + a:active, .input-group-prepend .dt-buttons .wizard > .actions .dt-button + a:active, .wizard > .actions .input-group-prepend .dt-buttons .dt-button + a:active, .dt-buttons .input-group-prepend .wizard > .actions .dt-button + a:active, .wizard > .actions .dt-buttons .input-group-prepend .dt-button + a:active, .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions button + a:active, .wizard > .actions .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + a:active, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .wizard > .actions button + a:active, .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button + a:active, .input-group-prepend .sweet-alert .wizard > .actions button + a:active, .wizard > .actions .input-group-prepend .sweet-alert button + a:active, .sweet-alert .input-group-prepend .wizard > .actions button + a:active, .wizard > .actions .sweet-alert .input-group-prepend button + a:active, .input-group-prepend .owl-theme .owl-nav .wizard > .actions [class*="owl-"] + a:active, .wizard > .actions .input-group-prepend .owl-theme .owl-nav [class*="owl-"] + a:active, .owl-theme .owl-nav .input-group-prepend .wizard > .actions [class*="owl-"] + a:active, .wizard > .actions .owl-theme .owl-nav .input-group-prepend [class*="owl-"] + a:active, .input-group-prepend .dt-buttons .btn + .dt-button, .dt-buttons .input-group-prepend .btn + .dt-button, .input-group-prepend .wizard > .actions .disabled .dt-buttons a + .dt-button, .dt-buttons .input-group-prepend .wizard > .actions .disabled a + .dt-button, .wizard > .actions .disabled .input-group-prepend .dt-buttons a + .dt-button, .dt-buttons .wizard > .actions .disabled .input-group-prepend a + .dt-button, .input-group-prepend .wizard > .actions .disabled .dt-buttons a:hover + .dt-button, .dt-buttons .input-group-prepend .wizard > .actions .disabled a:hover + .dt-button, .wizard > .actions .disabled .input-group-prepend .dt-buttons a:hover + .dt-button, .dt-buttons .wizard > .actions .disabled .input-group-prepend a:hover + .dt-button, .input-group-prepend .wizard > .actions .disabled .dt-buttons a:active + .dt-button, .dt-buttons .input-group-prepend .wizard > .actions .disabled a:active + .dt-button, .wizard > .actions .disabled .input-group-prepend .dt-buttons a:active + .dt-button, .dt-buttons .wizard > .actions .disabled .input-group-prepend a:active + .dt-button, .input-group-prepend .wizard > .actions .dt-buttons a + .dt-button, .dt-buttons .input-group-prepend .wizard > .actions a + .dt-button, .wizard > .actions .input-group-prepend .dt-buttons a + .dt-button, .dt-buttons .wizard > .actions .input-group-prepend a + .dt-button, .input-group-prepend .wizard > .actions .dt-buttons a:hover + .dt-button, .dt-buttons .input-group-prepend .wizard > .actions a:hover + .dt-button, .wizard > .actions .input-group-prepend .dt-buttons a:hover + .dt-button, .dt-buttons .wizard > .actions .input-group-prepend a:hover + .dt-button, .input-group-prepend .wizard > .actions .dt-buttons a:active + .dt-button, .dt-buttons .input-group-prepend .wizard > .actions a:active + .dt-button, .wizard > .actions .input-group-prepend .dt-buttons a:active + .dt-button, .dt-buttons .wizard > .actions .input-group-prepend a:active + .dt-button, .input-group-prepend .dt-buttons .dt-button + .dt-button, .dt-buttons .input-group-prepend .dt-button + .dt-button, .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button + .dt-button, .dt-buttons .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .dt-buttons button + .dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button + .dt-button, .input-group-prepend .sweet-alert .dt-buttons button + .dt-button, .dt-buttons .input-group-prepend .sweet-alert button + .dt-button, .sweet-alert .input-group-prepend .dt-buttons button + .dt-button, .dt-buttons .sweet-alert .input-group-prepend button + .dt-button, .input-group-prepend .owl-theme .owl-nav .dt-buttons [class*="owl-"] + .dt-button, .dt-buttons .input-group-prepend .owl-theme .owl-nav [class*="owl-"] + .dt-button, .owl-theme .owl-nav .input-group-prepend .dt-buttons [class*="owl-"] + .dt-button, .dt-buttons .owl-theme .owl-nav .input-group-prepend [class*="owl-"] + .dt-button, .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head .btn + button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .btn + button, .input-group-prepend .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head a + button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .wizard > .actions .disabled a + button, .wizard > .actions .disabled .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head a + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .input-group-prepend a + button, .input-group-prepend .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head a:hover + button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .wizard > .actions .disabled a:hover + button, .wizard > .actions .disabled .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head a:hover + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .input-group-prepend a:hover + button, .input-group-prepend .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head a:active + button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .wizard > .actions .disabled a:active + button, .wizard > .actions .disabled .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head a:active + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .input-group-prepend a:active + button, .input-group-prepend .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head a + button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .wizard > .actions a + button, .wizard > .actions .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head a + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .input-group-prepend a + button, .input-group-prepend .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head a:hover + button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .wizard > .actions a:hover + button, .wizard > .actions .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head a:hover + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .input-group-prepend a:hover + button, .input-group-prepend .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head a:active + button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .wizard > .actions a:active + button, .wizard > .actions .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head a:active + button, .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .input-group-prepend a:active + button, .input-group-prepend .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .dt-button + button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .dt-buttons .dt-button + button, .dt-buttons .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head .dt-button + button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .input-group-prepend .dt-button + button, .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button + button, .input-group-prepend .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button + button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .sweet-alert button + button, .sweet-alert .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + button, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .input-group-prepend button + button, .input-group-prepend .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head [class*="owl-"] + button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .owl-theme .owl-nav [class*="owl-"] + button, .owl-theme .owl-nav .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head [class*="owl-"] + button, .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .input-group-prepend [class*="owl-"] + button, .input-group-prepend .sweet-alert .btn + button, .sweet-alert .input-group-prepend .btn + button, .input-group-prepend .wizard > .actions .disabled .sweet-alert a + button, .sweet-alert .input-group-prepend .wizard > .actions .disabled a + button, .wizard > .actions .disabled .input-group-prepend .sweet-alert a + button, .sweet-alert .wizard > .actions .disabled .input-group-prepend a + button, .input-group-prepend .wizard > .actions .disabled .sweet-alert a:hover + button, .sweet-alert .input-group-prepend .wizard > .actions .disabled a:hover + button, .wizard > .actions .disabled .input-group-prepend .sweet-alert a:hover + button, .sweet-alert .wizard > .actions .disabled .input-group-prepend a:hover + button, .input-group-prepend .wizard > .actions .disabled .sweet-alert a:active + button, .sweet-alert .input-group-prepend .wizard > .actions .disabled a:active + button, .wizard > .actions .disabled .input-group-prepend .sweet-alert a:active + button, .sweet-alert .wizard > .actions .disabled .input-group-prepend a:active + button, .input-group-prepend .wizard > .actions .sweet-alert a + button, .sweet-alert .input-group-prepend .wizard > .actions a + button, .wizard > .actions .input-group-prepend .sweet-alert a + button, .sweet-alert .wizard > .actions .input-group-prepend a + button, .input-group-prepend .wizard > .actions .sweet-alert a:hover + button, .sweet-alert .input-group-prepend .wizard > .actions a:hover + button, .wizard > .actions .input-group-prepend .sweet-alert a:hover + button, .sweet-alert .wizard > .actions .input-group-prepend a:hover + button, .input-group-prepend .wizard > .actions .sweet-alert a:active + button, .sweet-alert .input-group-prepend .wizard > .actions a:active + button, .wizard > .actions .input-group-prepend .sweet-alert a:active + button, .sweet-alert .wizard > .actions .input-group-prepend a:active + button, .input-group-prepend .dt-buttons .sweet-alert .dt-button + button, .sweet-alert .input-group-prepend .dt-buttons .dt-button + button, .dt-buttons .input-group-prepend .sweet-alert .dt-button + button, .sweet-alert .dt-buttons .input-group-prepend .dt-button + button, .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button + button, .sweet-alert .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + button, .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .sweet-alert button + button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button + button, .input-group-prepend .sweet-alert button + button, .sweet-alert .input-group-prepend button + button, .input-group-prepend .owl-theme .owl-nav .sweet-alert [class*="owl-"] + button, .sweet-alert .input-group-prepend .owl-theme .owl-nav [class*="owl-"] + button, .owl-theme .owl-nav .input-group-prepend .sweet-alert [class*="owl-"] + button, .sweet-alert .owl-theme .owl-nav .input-group-prepend [class*="owl-"] + button, .input-group-prepend .owl-theme .owl-nav .btn + [class*="owl-"], .owl-theme .owl-nav .input-group-prepend .btn + [class*="owl-"], .input-group-prepend .wizard > .actions .disabled .owl-theme .owl-nav a + [class*="owl-"], .owl-theme .owl-nav .input-group-prepend .wizard > .actions .disabled a + [class*="owl-"], .wizard > .actions .disabled .input-group-prepend .owl-theme .owl-nav a + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled .input-group-prepend a + [class*="owl-"], .input-group-prepend .wizard > .actions .disabled .owl-theme .owl-nav a:hover + [class*="owl-"], .owl-theme .owl-nav .input-group-prepend .wizard > .actions .disabled a:hover + [class*="owl-"], .wizard > .actions .disabled .input-group-prepend .owl-theme .owl-nav a:hover + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled .input-group-prepend a:hover + [class*="owl-"], .input-group-prepend .wizard > .actions .disabled .owl-theme .owl-nav a:active + [class*="owl-"], .owl-theme .owl-nav .input-group-prepend .wizard > .actions .disabled a:active + [class*="owl-"], .wizard > .actions .disabled .input-group-prepend .owl-theme .owl-nav a:active + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled .input-group-prepend a:active + [class*="owl-"], .input-group-prepend .wizard > .actions .owl-theme .owl-nav a + [class*="owl-"], .owl-theme .owl-nav .input-group-prepend .wizard > .actions a + [class*="owl-"], .wizard > .actions .input-group-prepend .owl-theme .owl-nav a + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .input-group-prepend a + [class*="owl-"], .input-group-prepend .wizard > .actions .owl-theme .owl-nav a:hover + [class*="owl-"], .owl-theme .owl-nav .input-group-prepend .wizard > .actions a:hover + [class*="owl-"], .wizard > .actions .input-group-prepend .owl-theme .owl-nav a:hover + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .input-group-prepend a:hover + [class*="owl-"], .input-group-prepend .wizard > .actions .owl-theme .owl-nav a:active + [class*="owl-"], .owl-theme .owl-nav .input-group-prepend .wizard > .actions a:active + [class*="owl-"], .wizard > .actions .input-group-prepend .owl-theme .owl-nav a:active + [class*="owl-"], .owl-theme .owl-nav .wizard > .actions .input-group-prepend a:active + [class*="owl-"], .input-group-prepend .dt-buttons .owl-theme .owl-nav .dt-button + [class*="owl-"], .owl-theme .owl-nav .input-group-prepend .dt-buttons .dt-button + [class*="owl-"], .dt-buttons .input-group-prepend .owl-theme .owl-nav .dt-button + [class*="owl-"], .owl-theme .owl-nav .dt-buttons .input-group-prepend .dt-button + [class*="owl-"], .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button + [class*="owl-"], .owl-theme .owl-nav .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + [class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .owl-theme .owl-nav button + [class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button + [class*="owl-"], .input-group-prepend .sweet-alert .owl-theme .owl-nav button + [class*="owl-"], .owl-theme .owl-nav .input-group-prepend .sweet-alert button + [class*="owl-"], .sweet-alert .input-group-prepend .owl-theme .owl-nav button + [class*="owl-"], .owl-theme .owl-nav .sweet-alert .input-group-prepend button + [class*="owl-"], .input-group-prepend .owl-theme .owl-nav [class*="owl-"] + [class*="owl-"], .owl-theme .owl-nav .input-group-prepend [class*="owl-"] + [class*="owl-"],
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .wizard > .actions .disabled a + .input-group-text,
  .input-group-prepend .wizard > .actions a + .input-group-text,
  .wizard > .actions .input-group-prepend a + .input-group-text,
  .input-group-prepend .dt-buttons .dt-button + .input-group-text,
  .dt-buttons .input-group-prepend .dt-button + .input-group-text,
  .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head button + .input-group-text,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend button + .input-group-text,
  .input-group-prepend .sweet-alert button + .input-group-text,
  .sweet-alert .input-group-prepend button + .input-group-text,
  .input-group-prepend .owl-theme .owl-nav [class*="owl-"] + .input-group-text,
  .owl-theme .owl-nav .input-group-prepend [class*="owl-"] + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .wizard > .actions .disabled .input-group-text + a,
  .input-group-prepend .wizard > .actions .input-group-text + a,
  .wizard > .actions .input-group-prepend .input-group-text + a,
  .input-group-prepend .dt-buttons .input-group-text + .dt-button,
  .dt-buttons .input-group-prepend .input-group-text + .dt-button,
  .input-group-prepend .tablesaw-sortable th.tablesaw-sortable-head .input-group-text + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-prepend .input-group-text + button,
  .input-group-prepend .sweet-alert .input-group-text + button,
  .sweet-alert .input-group-prepend .input-group-text + button,
  .input-group-prepend .owl-theme .owl-nav .input-group-text + [class*="owl-"],
  .owl-theme .owl-nav .input-group-prepend .input-group-text + [class*="owl-"],
  .input-group-append .btn + .btn,
  .input-group-append .wizard > .actions .disabled a + .btn,
  .wizard > .actions .disabled .input-group-append a + .btn,
  .input-group-append .wizard > .actions .disabled a:hover + .btn,
  .wizard > .actions .disabled .input-group-append a:hover + .btn,
  .input-group-append .wizard > .actions .disabled a:active + .btn,
  .wizard > .actions .disabled .input-group-append a:active + .btn,
  .input-group-append .wizard > .actions a + .btn,
  .wizard > .actions .input-group-append a + .btn,
  .input-group-append .wizard > .actions a:hover + .btn,
  .wizard > .actions .input-group-append a:hover + .btn,
  .input-group-append .wizard > .actions a:active + .btn,
  .wizard > .actions .input-group-append a:active + .btn,
  .input-group-append .dt-buttons .dt-button + .btn,
  .dt-buttons .input-group-append .dt-button + .btn,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + .btn,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button + .btn,
  .input-group-append .sweet-alert button + .btn,
  .sweet-alert .input-group-append button + .btn,
  .input-group-append .owl-theme .owl-nav [class*="owl-"] + .btn,
  .owl-theme .owl-nav .input-group-append [class*="owl-"] + .btn,
  .input-group-append .wizard > .actions .disabled .btn + a,
  .wizard > .actions .disabled .input-group-append .btn + a,
  .input-group-append .wizard > .actions .disabled a + a,
  .wizard > .actions .disabled .input-group-append a + a,
  .input-group-append .wizard > .actions .disabled a:hover + a,
  .wizard > .actions .disabled .input-group-append a:hover + a,
  .input-group-append .wizard > .actions .disabled a:active + a,
  .wizard > .actions .disabled .input-group-append a:active + a,
  .input-group-append .wizard > .actions .disabled a + a,
  .wizard > .actions .input-group-append .disabled a + a,
  .wizard > .actions .disabled .input-group-append a + a,
  .input-group-append .wizard > .actions .disabled a:hover + a,
  .wizard > .actions .input-group-append .disabled a:hover + a,
  .wizard > .actions .disabled .input-group-append a:hover + a,
  .input-group-append .wizard > .actions .disabled a:active + a,
  .wizard > .actions .input-group-append .disabled a:active + a,
  .wizard > .actions .disabled .input-group-append a:active + a,
  .input-group-append .dt-buttons .wizard > .actions .disabled .dt-button + a,
  .wizard > .actions .disabled .input-group-append .dt-buttons .dt-button + a,
  .dt-buttons .input-group-append .wizard > .actions .disabled .dt-button + a,
  .wizard > .actions .disabled .dt-buttons .input-group-append .dt-button + a,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled button + a,
  .wizard > .actions .disabled .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + a,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .wizard > .actions .disabled button + a,
  .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button + a,
  .input-group-append .sweet-alert .wizard > .actions .disabled button + a,
  .wizard > .actions .disabled .input-group-append .sweet-alert button + a,
  .sweet-alert .input-group-append .wizard > .actions .disabled button + a,
  .wizard > .actions .disabled .sweet-alert .input-group-append button + a,
  .input-group-append .owl-theme .owl-nav .wizard > .actions .disabled [class*="owl-"] + a,
  .wizard > .actions .disabled .input-group-append .owl-theme .owl-nav [class*="owl-"] + a,
  .owl-theme .owl-nav .input-group-append .wizard > .actions .disabled [class*="owl-"] + a,
  .wizard > .actions .disabled .owl-theme .owl-nav .input-group-append [class*="owl-"] + a,
  .input-group-append .wizard > .actions .disabled .btn + a:hover,
  .wizard > .actions .disabled .input-group-append .btn + a:hover,
  .input-group-append .wizard > .actions .disabled a + a:hover,
  .wizard > .actions .disabled .input-group-append a + a:hover,
  .input-group-append .wizard > .actions .disabled a:hover + a:hover,
  .wizard > .actions .disabled .input-group-append a:hover + a:hover,
  .input-group-append .wizard > .actions .disabled a:active + a:hover,
  .wizard > .actions .disabled .input-group-append a:active + a:hover,
  .input-group-append .wizard > .actions .disabled a + a:hover,
  .wizard > .actions .input-group-append .disabled a + a:hover,
  .wizard > .actions .disabled .input-group-append a + a:hover,
  .input-group-append .wizard > .actions .disabled a:hover + a:hover,
  .wizard > .actions .input-group-append .disabled a:hover + a:hover,
  .wizard > .actions .disabled .input-group-append a:hover + a:hover,
  .input-group-append .wizard > .actions .disabled a:active + a:hover,
  .wizard > .actions .input-group-append .disabled a:active + a:hover,
  .wizard > .actions .disabled .input-group-append a:active + a:hover,
  .input-group-append .dt-buttons .wizard > .actions .disabled .dt-button + a:hover,
  .wizard > .actions .disabled .input-group-append .dt-buttons .dt-button + a:hover,
  .dt-buttons .input-group-append .wizard > .actions .disabled .dt-button + a:hover,
  .wizard > .actions .disabled .dt-buttons .input-group-append .dt-button + a:hover,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled button + a:hover,
  .wizard > .actions .disabled .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + a:hover,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .wizard > .actions .disabled button + a:hover,
  .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button + a:hover,
  .input-group-append .sweet-alert .wizard > .actions .disabled button + a:hover,
  .wizard > .actions .disabled .input-group-append .sweet-alert button + a:hover,
  .sweet-alert .input-group-append .wizard > .actions .disabled button + a:hover,
  .wizard > .actions .disabled .sweet-alert .input-group-append button + a:hover,
  .input-group-append .owl-theme .owl-nav .wizard > .actions .disabled [class*="owl-"] + a:hover,
  .wizard > .actions .disabled .input-group-append .owl-theme .owl-nav [class*="owl-"] + a:hover,
  .owl-theme .owl-nav .input-group-append .wizard > .actions .disabled [class*="owl-"] + a:hover,
  .wizard > .actions .disabled .owl-theme .owl-nav .input-group-append [class*="owl-"] + a:hover,
  .input-group-append .wizard > .actions .disabled .btn + a:active,
  .wizard > .actions .disabled .input-group-append .btn + a:active,
  .input-group-append .wizard > .actions .disabled a + a:active,
  .wizard > .actions .disabled .input-group-append a + a:active,
  .input-group-append .wizard > .actions .disabled a:hover + a:active,
  .wizard > .actions .disabled .input-group-append a:hover + a:active,
  .input-group-append .wizard > .actions .disabled a:active + a:active,
  .wizard > .actions .disabled .input-group-append a:active + a:active,
  .input-group-append .wizard > .actions .disabled a + a:active,
  .wizard > .actions .input-group-append .disabled a + a:active,
  .wizard > .actions .disabled .input-group-append a + a:active,
  .input-group-append .wizard > .actions .disabled a:hover + a:active,
  .wizard > .actions .input-group-append .disabled a:hover + a:active,
  .wizard > .actions .disabled .input-group-append a:hover + a:active,
  .input-group-append .wizard > .actions .disabled a:active + a:active,
  .wizard > .actions .input-group-append .disabled a:active + a:active,
  .wizard > .actions .disabled .input-group-append a:active + a:active,
  .input-group-append .dt-buttons .wizard > .actions .disabled .dt-button + a:active,
  .wizard > .actions .disabled .input-group-append .dt-buttons .dt-button + a:active,
  .dt-buttons .input-group-append .wizard > .actions .disabled .dt-button + a:active,
  .wizard > .actions .disabled .dt-buttons .input-group-append .dt-button + a:active,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled button + a:active,
  .wizard > .actions .disabled .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + a:active,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .wizard > .actions .disabled button + a:active,
  .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button + a:active,
  .input-group-append .sweet-alert .wizard > .actions .disabled button + a:active,
  .wizard > .actions .disabled .input-group-append .sweet-alert button + a:active,
  .sweet-alert .input-group-append .wizard > .actions .disabled button + a:active,
  .wizard > .actions .disabled .sweet-alert .input-group-append button + a:active,
  .input-group-append .owl-theme .owl-nav .wizard > .actions .disabled [class*="owl-"] + a:active,
  .wizard > .actions .disabled .input-group-append .owl-theme .owl-nav [class*="owl-"] + a:active,
  .owl-theme .owl-nav .input-group-append .wizard > .actions .disabled [class*="owl-"] + a:active,
  .wizard > .actions .disabled .owl-theme .owl-nav .input-group-append [class*="owl-"] + a:active,
  .input-group-append .wizard > .actions .btn + a,
  .wizard > .actions .input-group-append .btn + a,
  .input-group-append .wizard > .actions .disabled a + a,
  .wizard > .actions .disabled .input-group-append a + a,
  .input-group-append .wizard > .actions .disabled a:hover + a,
  .wizard > .actions .disabled .input-group-append a:hover + a,
  .input-group-append .wizard > .actions .disabled a:active + a,
  .wizard > .actions .disabled .input-group-append a:active + a,
  .input-group-append .wizard > .actions a + a,
  .wizard > .actions .input-group-append a + a,
  .input-group-append .wizard > .actions a:hover + a,
  .wizard > .actions .input-group-append a:hover + a,
  .input-group-append .wizard > .actions a:active + a,
  .wizard > .actions .input-group-append a:active + a,
  .input-group-append .dt-buttons .wizard > .actions .dt-button + a,
  .wizard > .actions .input-group-append .dt-buttons .dt-button + a,
  .dt-buttons .input-group-append .wizard > .actions .dt-button + a,
  .wizard > .actions .dt-buttons .input-group-append .dt-button + a,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions button + a,
  .wizard > .actions .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + a,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .wizard > .actions button + a,
  .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button + a,
  .input-group-append .sweet-alert .wizard > .actions button + a,
  .wizard > .actions .input-group-append .sweet-alert button + a,
  .sweet-alert .input-group-append .wizard > .actions button + a,
  .wizard > .actions .sweet-alert .input-group-append button + a,
  .input-group-append .owl-theme .owl-nav .wizard > .actions [class*="owl-"] + a,
  .wizard > .actions .input-group-append .owl-theme .owl-nav [class*="owl-"] + a,
  .owl-theme .owl-nav .input-group-append .wizard > .actions [class*="owl-"] + a,
  .wizard > .actions .owl-theme .owl-nav .input-group-append [class*="owl-"] + a,
  .input-group-append .wizard > .actions .btn + a:hover,
  .wizard > .actions .input-group-append .btn + a:hover,
  .input-group-append .wizard > .actions .disabled a + a:hover,
  .wizard > .actions .disabled .input-group-append a + a:hover,
  .input-group-append .wizard > .actions .disabled a:hover + a:hover,
  .wizard > .actions .disabled .input-group-append a:hover + a:hover,
  .input-group-append .wizard > .actions .disabled a:active + a:hover,
  .wizard > .actions .disabled .input-group-append a:active + a:hover,
  .input-group-append .wizard > .actions a + a:hover,
  .wizard > .actions .input-group-append a + a:hover,
  .input-group-append .wizard > .actions a:hover + a:hover,
  .wizard > .actions .input-group-append a:hover + a:hover,
  .input-group-append .wizard > .actions a:active + a:hover,
  .wizard > .actions .input-group-append a:active + a:hover,
  .input-group-append .dt-buttons .wizard > .actions .dt-button + a:hover,
  .wizard > .actions .input-group-append .dt-buttons .dt-button + a:hover,
  .dt-buttons .input-group-append .wizard > .actions .dt-button + a:hover,
  .wizard > .actions .dt-buttons .input-group-append .dt-button + a:hover,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions button + a:hover,
  .wizard > .actions .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + a:hover,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .wizard > .actions button + a:hover,
  .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button + a:hover,
  .input-group-append .sweet-alert .wizard > .actions button + a:hover,
  .wizard > .actions .input-group-append .sweet-alert button + a:hover,
  .sweet-alert .input-group-append .wizard > .actions button + a:hover,
  .wizard > .actions .sweet-alert .input-group-append button + a:hover,
  .input-group-append .owl-theme .owl-nav .wizard > .actions [class*="owl-"] + a:hover,
  .wizard > .actions .input-group-append .owl-theme .owl-nav [class*="owl-"] + a:hover,
  .owl-theme .owl-nav .input-group-append .wizard > .actions [class*="owl-"] + a:hover,
  .wizard > .actions .owl-theme .owl-nav .input-group-append [class*="owl-"] + a:hover,
  .input-group-append .wizard > .actions .btn + a:active,
  .wizard > .actions .input-group-append .btn + a:active,
  .input-group-append .wizard > .actions .disabled a + a:active,
  .wizard > .actions .disabled .input-group-append a + a:active,
  .input-group-append .wizard > .actions .disabled a:hover + a:active,
  .wizard > .actions .disabled .input-group-append a:hover + a:active,
  .input-group-append .wizard > .actions .disabled a:active + a:active,
  .wizard > .actions .disabled .input-group-append a:active + a:active,
  .input-group-append .wizard > .actions a + a:active,
  .wizard > .actions .input-group-append a + a:active,
  .input-group-append .wizard > .actions a:hover + a:active,
  .wizard > .actions .input-group-append a:hover + a:active,
  .input-group-append .wizard > .actions a:active + a:active,
  .wizard > .actions .input-group-append a:active + a:active,
  .input-group-append .dt-buttons .wizard > .actions .dt-button + a:active,
  .wizard > .actions .input-group-append .dt-buttons .dt-button + a:active,
  .dt-buttons .input-group-append .wizard > .actions .dt-button + a:active,
  .wizard > .actions .dt-buttons .input-group-append .dt-button + a:active,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions button + a:active,
  .wizard > .actions .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + a:active,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .wizard > .actions button + a:active,
  .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button + a:active,
  .input-group-append .sweet-alert .wizard > .actions button + a:active,
  .wizard > .actions .input-group-append .sweet-alert button + a:active,
  .sweet-alert .input-group-append .wizard > .actions button + a:active,
  .wizard > .actions .sweet-alert .input-group-append button + a:active,
  .input-group-append .owl-theme .owl-nav .wizard > .actions [class*="owl-"] + a:active,
  .wizard > .actions .input-group-append .owl-theme .owl-nav [class*="owl-"] + a:active,
  .owl-theme .owl-nav .input-group-append .wizard > .actions [class*="owl-"] + a:active,
  .wizard > .actions .owl-theme .owl-nav .input-group-append [class*="owl-"] + a:active,
  .input-group-append .dt-buttons .btn + .dt-button,
  .dt-buttons .input-group-append .btn + .dt-button,
  .input-group-append .wizard > .actions .disabled .dt-buttons a + .dt-button,
  .dt-buttons .input-group-append .wizard > .actions .disabled a + .dt-button,
  .wizard > .actions .disabled .input-group-append .dt-buttons a + .dt-button,
  .dt-buttons .wizard > .actions .disabled .input-group-append a + .dt-button,
  .input-group-append .wizard > .actions .disabled .dt-buttons a:hover + .dt-button,
  .dt-buttons .input-group-append .wizard > .actions .disabled a:hover + .dt-button,
  .wizard > .actions .disabled .input-group-append .dt-buttons a:hover + .dt-button,
  .dt-buttons .wizard > .actions .disabled .input-group-append a:hover + .dt-button,
  .input-group-append .wizard > .actions .disabled .dt-buttons a:active + .dt-button,
  .dt-buttons .input-group-append .wizard > .actions .disabled a:active + .dt-button,
  .wizard > .actions .disabled .input-group-append .dt-buttons a:active + .dt-button,
  .dt-buttons .wizard > .actions .disabled .input-group-append a:active + .dt-button,
  .input-group-append .wizard > .actions .dt-buttons a + .dt-button,
  .dt-buttons .input-group-append .wizard > .actions a + .dt-button,
  .wizard > .actions .input-group-append .dt-buttons a + .dt-button,
  .dt-buttons .wizard > .actions .input-group-append a + .dt-button,
  .input-group-append .wizard > .actions .dt-buttons a:hover + .dt-button,
  .dt-buttons .input-group-append .wizard > .actions a:hover + .dt-button,
  .wizard > .actions .input-group-append .dt-buttons a:hover + .dt-button,
  .dt-buttons .wizard > .actions .input-group-append a:hover + .dt-button,
  .input-group-append .wizard > .actions .dt-buttons a:active + .dt-button,
  .dt-buttons .input-group-append .wizard > .actions a:active + .dt-button,
  .wizard > .actions .input-group-append .dt-buttons a:active + .dt-button,
  .dt-buttons .wizard > .actions .input-group-append a:active + .dt-button,
  .input-group-append .dt-buttons .dt-button + .dt-button,
  .dt-buttons .input-group-append .dt-button + .dt-button,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button + .dt-button,
  .dt-buttons .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + .dt-button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .dt-buttons button + .dt-button,
  .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button + .dt-button,
  .input-group-append .sweet-alert .dt-buttons button + .dt-button,
  .dt-buttons .input-group-append .sweet-alert button + .dt-button,
  .sweet-alert .input-group-append .dt-buttons button + .dt-button,
  .dt-buttons .sweet-alert .input-group-append button + .dt-button,
  .input-group-append .owl-theme .owl-nav .dt-buttons [class*="owl-"] + .dt-button,
  .dt-buttons .input-group-append .owl-theme .owl-nav [class*="owl-"] + .dt-button,
  .owl-theme .owl-nav .input-group-append .dt-buttons [class*="owl-"] + .dt-button,
  .dt-buttons .owl-theme .owl-nav .input-group-append [class*="owl-"] + .dt-button,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head .btn + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .btn + button,
  .input-group-append .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head a + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .wizard > .actions .disabled a + button,
  .wizard > .actions .disabled .input-group-append .tablesaw-sortable th.tablesaw-sortable-head a + button,
  .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .input-group-append a + button,
  .input-group-append .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head a:hover + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .wizard > .actions .disabled a:hover + button,
  .wizard > .actions .disabled .input-group-append .tablesaw-sortable th.tablesaw-sortable-head a:hover + button,
  .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .input-group-append a:hover + button,
  .input-group-append .wizard > .actions .disabled .tablesaw-sortable th.tablesaw-sortable-head a:active + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .wizard > .actions .disabled a:active + button,
  .wizard > .actions .disabled .input-group-append .tablesaw-sortable th.tablesaw-sortable-head a:active + button,
  .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .disabled .input-group-append a:active + button,
  .input-group-append .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head a + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .wizard > .actions a + button,
  .wizard > .actions .input-group-append .tablesaw-sortable th.tablesaw-sortable-head a + button,
  .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .input-group-append a + button,
  .input-group-append .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head a:hover + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .wizard > .actions a:hover + button,
  .wizard > .actions .input-group-append .tablesaw-sortable th.tablesaw-sortable-head a:hover + button,
  .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .input-group-append a:hover + button,
  .input-group-append .wizard > .actions .tablesaw-sortable th.tablesaw-sortable-head a:active + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .wizard > .actions a:active + button,
  .wizard > .actions .input-group-append .tablesaw-sortable th.tablesaw-sortable-head a:active + button,
  .tablesaw-sortable th.tablesaw-sortable-head .wizard > .actions .input-group-append a:active + button,
  .input-group-append .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .dt-button + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .dt-buttons .dt-button + button,
  .dt-buttons .input-group-append .tablesaw-sortable th.tablesaw-sortable-head .dt-button + button,
  .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .input-group-append .dt-button + button,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button + button,
  .input-group-append .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .sweet-alert button + button,
  .sweet-alert .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + button,
  .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .input-group-append button + button,
  .input-group-append .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head [class*="owl-"] + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .owl-theme .owl-nav [class*="owl-"] + button,
  .owl-theme .owl-nav .input-group-append .tablesaw-sortable th.tablesaw-sortable-head [class*="owl-"] + button,
  .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .input-group-append [class*="owl-"] + button,
  .input-group-append .sweet-alert .btn + button,
  .sweet-alert .input-group-append .btn + button,
  .input-group-append .wizard > .actions .disabled .sweet-alert a + button,
  .sweet-alert .input-group-append .wizard > .actions .disabled a + button,
  .wizard > .actions .disabled .input-group-append .sweet-alert a + button,
  .sweet-alert .wizard > .actions .disabled .input-group-append a + button,
  .input-group-append .wizard > .actions .disabled .sweet-alert a:hover + button,
  .sweet-alert .input-group-append .wizard > .actions .disabled a:hover + button,
  .wizard > .actions .disabled .input-group-append .sweet-alert a:hover + button,
  .sweet-alert .wizard > .actions .disabled .input-group-append a:hover + button,
  .input-group-append .wizard > .actions .disabled .sweet-alert a:active + button,
  .sweet-alert .input-group-append .wizard > .actions .disabled a:active + button,
  .wizard > .actions .disabled .input-group-append .sweet-alert a:active + button,
  .sweet-alert .wizard > .actions .disabled .input-group-append a:active + button,
  .input-group-append .wizard > .actions .sweet-alert a + button,
  .sweet-alert .input-group-append .wizard > .actions a + button,
  .wizard > .actions .input-group-append .sweet-alert a + button,
  .sweet-alert .wizard > .actions .input-group-append a + button,
  .input-group-append .wizard > .actions .sweet-alert a:hover + button,
  .sweet-alert .input-group-append .wizard > .actions a:hover + button,
  .wizard > .actions .input-group-append .sweet-alert a:hover + button,
  .sweet-alert .wizard > .actions .input-group-append a:hover + button,
  .input-group-append .wizard > .actions .sweet-alert a:active + button,
  .sweet-alert .input-group-append .wizard > .actions a:active + button,
  .wizard > .actions .input-group-append .sweet-alert a:active + button,
  .sweet-alert .wizard > .actions .input-group-append a:active + button,
  .input-group-append .dt-buttons .sweet-alert .dt-button + button,
  .sweet-alert .input-group-append .dt-buttons .dt-button + button,
  .dt-buttons .input-group-append .sweet-alert .dt-button + button,
  .sweet-alert .dt-buttons .input-group-append .dt-button + button,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button + button,
  .sweet-alert .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .sweet-alert button + button,
  .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button + button,
  .input-group-append .sweet-alert button + button,
  .sweet-alert .input-group-append button + button,
  .input-group-append .owl-theme .owl-nav .sweet-alert [class*="owl-"] + button,
  .sweet-alert .input-group-append .owl-theme .owl-nav [class*="owl-"] + button,
  .owl-theme .owl-nav .input-group-append .sweet-alert [class*="owl-"] + button,
  .sweet-alert .owl-theme .owl-nav .input-group-append [class*="owl-"] + button,
  .input-group-append .owl-theme .owl-nav .btn + [class*="owl-"],
  .owl-theme .owl-nav .input-group-append .btn + [class*="owl-"],
  .input-group-append .wizard > .actions .disabled .owl-theme .owl-nav a + [class*="owl-"],
  .owl-theme .owl-nav .input-group-append .wizard > .actions .disabled a + [class*="owl-"],
  .wizard > .actions .disabled .input-group-append .owl-theme .owl-nav a + [class*="owl-"],
  .owl-theme .owl-nav .wizard > .actions .disabled .input-group-append a + [class*="owl-"],
  .input-group-append .wizard > .actions .disabled .owl-theme .owl-nav a:hover + [class*="owl-"],
  .owl-theme .owl-nav .input-group-append .wizard > .actions .disabled a:hover + [class*="owl-"],
  .wizard > .actions .disabled .input-group-append .owl-theme .owl-nav a:hover + [class*="owl-"],
  .owl-theme .owl-nav .wizard > .actions .disabled .input-group-append a:hover + [class*="owl-"],
  .input-group-append .wizard > .actions .disabled .owl-theme .owl-nav a:active + [class*="owl-"],
  .owl-theme .owl-nav .input-group-append .wizard > .actions .disabled a:active + [class*="owl-"],
  .wizard > .actions .disabled .input-group-append .owl-theme .owl-nav a:active + [class*="owl-"],
  .owl-theme .owl-nav .wizard > .actions .disabled .input-group-append a:active + [class*="owl-"],
  .input-group-append .wizard > .actions .owl-theme .owl-nav a + [class*="owl-"],
  .owl-theme .owl-nav .input-group-append .wizard > .actions a + [class*="owl-"],
  .wizard > .actions .input-group-append .owl-theme .owl-nav a + [class*="owl-"],
  .owl-theme .owl-nav .wizard > .actions .input-group-append a + [class*="owl-"],
  .input-group-append .wizard > .actions .owl-theme .owl-nav a:hover + [class*="owl-"],
  .owl-theme .owl-nav .input-group-append .wizard > .actions a:hover + [class*="owl-"],
  .wizard > .actions .input-group-append .owl-theme .owl-nav a:hover + [class*="owl-"],
  .owl-theme .owl-nav .wizard > .actions .input-group-append a:hover + [class*="owl-"],
  .input-group-append .wizard > .actions .owl-theme .owl-nav a:active + [class*="owl-"],
  .owl-theme .owl-nav .input-group-append .wizard > .actions a:active + [class*="owl-"],
  .wizard > .actions .input-group-append .owl-theme .owl-nav a:active + [class*="owl-"],
  .owl-theme .owl-nav .wizard > .actions .input-group-append a:active + [class*="owl-"],
  .input-group-append .dt-buttons .owl-theme .owl-nav .dt-button + [class*="owl-"],
  .owl-theme .owl-nav .input-group-append .dt-buttons .dt-button + [class*="owl-"],
  .dt-buttons .input-group-append .owl-theme .owl-nav .dt-button + [class*="owl-"],
  .owl-theme .owl-nav .dt-buttons .input-group-append .dt-button + [class*="owl-"],
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button + [class*="owl-"],
  .owl-theme .owl-nav .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + [class*="owl-"],
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .owl-theme .owl-nav button + [class*="owl-"],
  .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button + [class*="owl-"],
  .input-group-append .sweet-alert .owl-theme .owl-nav button + [class*="owl-"],
  .owl-theme .owl-nav .input-group-append .sweet-alert button + [class*="owl-"],
  .sweet-alert .input-group-append .owl-theme .owl-nav button + [class*="owl-"],
  .owl-theme .owl-nav .sweet-alert .input-group-append button + [class*="owl-"],
  .input-group-append .owl-theme .owl-nav [class*="owl-"] + [class*="owl-"],
  .owl-theme .owl-nav .input-group-append [class*="owl-"] + [class*="owl-"],
  .input-group-append .btn + .input-group-text,
  .input-group-append .wizard > .actions .disabled a + .input-group-text,
  .input-group-append .wizard > .actions a + .input-group-text,
  .wizard > .actions .input-group-append a + .input-group-text,
  .input-group-append .dt-buttons .dt-button + .input-group-text,
  .dt-buttons .input-group-append .dt-button + .input-group-text,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head button + .input-group-text,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append button + .input-group-text,
  .input-group-append .sweet-alert button + .input-group-text,
  .sweet-alert .input-group-append button + .input-group-text,
  .input-group-append .owl-theme .owl-nav [class*="owl-"] + .input-group-text,
  .owl-theme .owl-nav .input-group-append [class*="owl-"] + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .wizard > .actions .disabled .input-group-text + a,
  .input-group-append .wizard > .actions .input-group-text + a,
  .wizard > .actions .input-group-append .input-group-text + a,
  .input-group-append .dt-buttons .input-group-text + .dt-button,
  .dt-buttons .input-group-append .input-group-text + .dt-button,
  .input-group-append .tablesaw-sortable th.tablesaw-sortable-head .input-group-text + button,
  .tablesaw-sortable th.tablesaw-sortable-head .input-group-append .input-group-text + button,
  .input-group-append .sweet-alert .input-group-text + button,
  .sweet-alert .input-group-append .input-group-text + button,
  .input-group-append .owl-theme .owl-nav .input-group-text + [class*="owl-"],
  .owl-theme .owl-nav .input-group-append .input-group-text + [class*="owl-"] {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ced4da; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control, .wizard .content > .body .input-group-lg > input, .mce-floatpanel .input-group-lg > .mce-textbox, .mce-floatpanel .input-group-lg > .mce-btn, .jsgrid-cell .input-group-lg > input, .jsgrid-cell .input-group-lg > select, .tablesaw-bar .btn-select .input-group-lg > select, .input-group-lg > .dd-handle, .input-group-lg > .dd3-content, .app-search .input-group-lg > .form-control:focus,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.wizard > .actions .disabled .input-group-lg > .input-group-prepend > a,
.wizard > .actions .input-group-lg > .input-group-prepend > a,
.dt-buttons .input-group-lg > .input-group-prepend > .dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .input-group-lg > .input-group-prepend > button,
.sweet-alert .input-group-lg > .input-group-prepend > button,
.owl-theme .owl-nav .input-group-lg > .input-group-prepend > [class*="owl-"],
.input-group-lg > .input-group-append > .btn,
.wizard > .actions .disabled .input-group-lg > .input-group-append > a,
.wizard > .actions .input-group-lg > .input-group-append > a,
.dt-buttons .input-group-lg > .input-group-append > .dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .input-group-lg > .input-group-append > button,
.sweet-alert .input-group-lg > .input-group-append > button,
.owl-theme .owl-nav .input-group-lg > .input-group-append > [class*="owl-"] {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control, .wizard .content > .body .input-group-sm > input, .mce-floatpanel .input-group-sm > .mce-textbox, .mce-floatpanel .input-group-sm > .mce-btn, .jsgrid-cell .input-group-sm > input, .jsgrid-cell .input-group-sm > select, .tablesaw-bar .btn-select .input-group-sm > select, .input-group-sm > .dd-handle, .input-group-sm > .dd3-content, .app-search .input-group-sm > .form-control:focus,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.wizard > .actions .disabled .input-group-sm > .input-group-prepend > a,
.wizard > .actions .input-group-sm > .input-group-prepend > a,
.dt-buttons .input-group-sm > .input-group-prepend > .dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .input-group-sm > .input-group-prepend > button,
.sweet-alert .input-group-sm > .input-group-prepend > button,
.owl-theme .owl-nav .input-group-sm > .input-group-prepend > [class*="owl-"],
.input-group-sm > .input-group-append > .btn,
.wizard > .actions .disabled .input-group-sm > .input-group-append > a,
.wizard > .actions .input-group-sm > .input-group-append > a,
.dt-buttons .input-group-sm > .input-group-append > .dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .input-group-sm > .input-group-append > button,
.sweet-alert .input-group-sm > .input-group-append > button,
.owl-theme .owl-nav .input-group-sm > .input-group-append > [class*="owl-"] {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn, .wizard > .actions .disabled .input-group > .input-group-prepend > a, .wizard > .actions .input-group > .input-group-prepend > a, .dt-buttons .input-group > .input-group-prepend > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .input-group > .input-group-prepend > button, .sweet-alert .input-group > .input-group-prepend > button, .owl-theme .owl-nav .input-group > .input-group-prepend > [class*="owl-"],
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.wizard > .actions .disabled .input-group > .input-group-append:not(:last-child) > a,
.wizard > .actions .input-group > .input-group-append:not(:last-child) > a,
.dt-buttons .input-group > .input-group-append:not(:last-child) > .dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .input-group > .input-group-append:not(:last-child) > button,
.sweet-alert .input-group > .input-group-append:not(:last-child) > button,
.owl-theme .owl-nav .input-group > .input-group-append:not(:last-child) > [class*="owl-"],
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.wizard > .actions .disabled .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.wizard > .actions .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.dt-buttons .input-group > .input-group-append:last-child > .dt-button:not(:last-child):not(.dropdown-toggle),
.tablesaw-sortable th.tablesaw-sortable-head .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.sweet-alert .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.owl-theme .owl-nav .input-group > .input-group-append:last-child > :not(:last-child):not(.dropdown-toggle)[class*="owl-"],
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .wizard > .actions .disabled .input-group > .input-group-append > a, .wizard > .actions .input-group > .input-group-append > a, .dt-buttons .input-group > .input-group-append > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .input-group > .input-group-append > button, .sweet-alert .input-group > .input-group-append > button, .owl-theme .owl-nav .input-group > .input-group-append > [class*="owl-"],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.wizard > .actions .disabled .input-group > .input-group-prepend:not(:first-child) > a,
.wizard > .actions .input-group > .input-group-prepend:not(:first-child) > a,
.dt-buttons .input-group > .input-group-prepend:not(:first-child) > .dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .input-group > .input-group-prepend:not(:first-child) > button,
.sweet-alert .input-group > .input-group-prepend:not(:first-child) > button,
.owl-theme .owl-nav .input-group > .input-group-prepend:not(:first-child) > [class*="owl-"],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.wizard > .actions .disabled .input-group > .input-group-prepend:first-child > a:not(:first-child),
.wizard > .actions .input-group > .input-group-prepend:first-child > a:not(:first-child),
.dt-buttons .input-group > .input-group-prepend:first-child > .dt-button:not(:first-child),
.tablesaw-sortable th.tablesaw-sortable-head .input-group > .input-group-prepend:first-child > button:not(:first-child),
.sweet-alert .input-group > .input-group-prepend:first-child > button:not(:first-child),
.owl-theme .owl-nav .input-group > .input-group-prepend:first-child > :not(:first-child)[class*="owl-"],
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

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

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

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

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

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

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

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

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

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

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

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

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

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

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

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

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

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

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

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

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge, .wizard > .actions a .badge, .dt-buttons .dt-button .badge, .tablesaw-sortable th.tablesaw-sortable-head button .badge, .sweet-alert button .badge, .owl-theme .owl-nav [class*="owl-"] .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

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

.media-body {
  flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

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

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

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

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important; }

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

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

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

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

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

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

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

.border-dark {
  border-color: #343a40 !important; }

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

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

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

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

.flex-shrink-0 {
  flex-shrink: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

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

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #007bff !important; }

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

.text-secondary {
  color: #6c757d !important; }

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

.text-success {
  color: #28a745 !important; }

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

.text-info {
  color: #17a2b8 !important; }

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2, h3, .error-comment {
    orphans: 3;
    widows: 3; }
  h2, h3, .error-comment {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table, .jsgrid-table {
    border-collapse: collapse !important; }
    
    .table td,
    .jsgrid-table td, .table th, .jsgrid-table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th, .jsgrid-table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/****************************/
/** Reset **/
/****************************/
strong {
  font-weight: bold; }

body {
  color: #878787;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  background: #acb0b1;
  overflow-x: hidden; }

a:hover, a:active {
  outline: 0; }

button:focus {
  border: none;
  outline: 0; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  color: #212121; }

a:hover {
  text-decoration: none;
  color: #212121; }

a:focus {
  text-decoration: none;
  outline: none;
  color: #212121; }

h1, h2, h3, .error-comment, h4, h5, h6, .panel-title {
  color: #212121; }

h1 {
  font-size: 48px;
  line-height: 60px; }

h2 {
  font-size: 36px;
  line-height: 44px; }

h3, .error-comment {
  font-size: 30px;
  line-height: 40px; }

h4 {
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize; }

h5 {
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize; }

h6, .panel-title {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize; }

p {
  font-size: 14px;
  line-height: 25px; }
  p.lead {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 0;
    font-weight: 400; }
  p.text-muted {
    font-size: 14px; }

.force-UTF-8 {
  content: "¡"; }

dt {
  font-weight: 600; }

code {
  background: transparent; }

::-webkit-file-upload-button {
  cursor: pointer; }

/****************************/
/** Basic **/
/****************************/
.pa-0 {
  padding: 0px !important; }

.pa-5 {
  padding: 5px !important; }

.pa-10 {
  padding: 10px !important; }

.pa-15 {
  padding: 15px !important; }

.pa-20 {
  padding: 20px !important; }

.pa-25 {
  padding: 25px !important; }

.pa-30 {
  padding: 30px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ma-5 {
  margin: 5px !important; }

.ma-10 {
  margin: 10px !important; }

.ma-15 {
  margin: 15px !important; }

.ma-20 {
  margin: 20px !important; }

.ma-25 {
  margin: 25px !important; }

.ma-30 {
  margin: 30px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-float {
  float: none !important; }

.overflow-hide {
  overflow: hidden !important; }

.clearfix {
  overflow: hidden;
  clear: both;
  float: none; }

.preloader-it {
  background: #fff;
  position: fixed;
  z-index: 10001;
  height: 100%;
  width: 100%;
  overflow: hidden; }

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

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

.bg-green {
  background: #2ecd99 !important; }

.bg-grey {
  background: #878787 !important; }

.bg-yellow {
  background: #f0c541 !important; }

.bg-red {
  background: #ed6f56 !important; }

.bg-blue {
  background: #4e9de6 !important; }

.bg-pink {
  background: #f1a1c7 !important; }

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

.bg-dark {
  background: #212121 !important; }

.bg-twitter {
  background: #00aced !important; }

.txt-dark {
  color: #212121 !important; }

.txt-light {
  color: #fff !important; }

.txt-grey {
  color: #878787 !important; }

.txt-light-grey {
  color: #ddd !important; }

.txt-info,
.text-info {
  color: #f1a1c7 !important; }

.txt-warning,
.text-warning {
  color: #f0c541 !important; }

.txt-primary,
.text-primary {
  color: #4e9de6 !important; }

.txt-success,
.text-success {
  color: #2ecd99 !important; }

.txt-danger,
.text-danger {
  color: #ed6f56 !important; }

.font-10 {
  font-size: 10px !important; }

.font-11 {
  font-size: 11px !important; }

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

.font-13 {
  font-size: 13px !important; }

.font-15 {
  font-size: 15px !important; }

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

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

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

.font-21 {
  font-size: 21px !important; }

.font-22 {
  font-size: 22px !important; }

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

.weight-500 {
  font-weight: 500 !important; }

.weight-600 {
  font-weight: 600 !important; }

.head-font {
  font-family: "Poppins", sans-serif !important; }

.main-font {
  font-family: "Poppins", sans-serif !important; }

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

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

.nonecase-font {
  text-transform: none !important; }

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

.block {
  display: block !important; }

.table-struct {
  display: table !important; }

.table-cell {
  display: table-cell !important; }

.vertical-align-middle {
  vertical-align: middle !important; }

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

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

.auto-width {
  width: auto !important; }

.relative {
  position: relative !important; }

.border-none {
  border: none !important; }

small {
  color: #878787; }

.text-muted {
  color: #878787; }

.truncate {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mobile-only-view {
  display: none !important; }

hr {
  margin-top: 10px;
  margin-bottom: 35px;
  border-top: 1px solid #2ecd99; }
  hr.light-grey-hr {
    border-top: 1px solid #ddd; }

.seprator-block {
  margin-bottom: 80px; }

/* Effect 1: YouTube loading */
.la-anim-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 3px;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none; }

.la-anim-1::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  content: '';
  opacity: 0;
  background: #212121;
  -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
  -moz-transition: opacity 0.2s, box-shadow 2s 4s;
  transition: opacity 0.2s, box-shadow 2s 4s;
  -webkit-transform: rotate(2deg) translateY(-2px);
  -moz-transform: rotate(2deg) translateY(-2px);
  -ms-transform: rotate(2deg) translateY(-2px);
  -o-transform: rotate(2deg) translateY(-2px);
  transform: rotate(2deg) translateY(-2px); }

.la-anim-1.la-animate {
  z-index: 10001;
  background: #212121;
  opacity: 1;
  -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
  -moz-transition: -moz-transform 5s ease-in, opacity 1s 5s;
  transition: transform 5s ease-in, opacity 1s 5s;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.la-anim-1.la-animate::after {
  opacity: 1; }

.nicescroll-rails.nicescroll-rails-vr {
  z-index: 999 !important; }

/*typography*/
address .address-head {
  font-size: 15px;
  color: #212121;
  display: block; }

.mark, mark {
  padding: 3px;
  background-color: #ed6f56;
  color: #fff; }

blockquote {
  padding: 15px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  border-left: 4px solid #4e9de6;
  background: #f7f7f9;
  color: #212121; }
  blockquote small {
    font-size: 70%;
    text-transform: uppercase;
    padding-top: 15px; }

ul.uo-list {
  list-style: disc; }

/*Buttons*/
.btn, .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active, .dt-buttons .dt-button, .tablesaw-sortable th.tablesaw-sortable-head button, .sweet-alert button, .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  text-transform: capitalize;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn i, .wizard > .actions .disabled a i, .wizard > .actions .disabled a:hover i, .wizard > .actions .disabled a:active i, .wizard > .actions a i, .wizard > .actions a:hover i, .wizard > .actions a:active i, .dt-buttons .dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button i, .sweet-alert button i, .owl-theme .owl-nav [class*="owl-"] i {
    font-size: 14px; }
  .btn:focus, .wizard > .actions a:focus, .dt-buttons .dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus, .sweet-alert button:focus, .owl-theme .owl-nav :focus[class*="owl-"], .btn:active, .wizard > .actions .disabled a:active, .wizard > .actions a:active, .dt-buttons .dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button:active, .sweet-alert button:active, .owl-theme .owl-nav :active[class*="owl-"] {
    outline: none; }
    .btn:focus:focus, .wizard > .actions a:focus:focus, .dt-buttons .dt-button:focus:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus:focus, .sweet-alert button:focus:focus, .owl-theme .owl-nav :focus:focus[class*="owl-"], .btn:focus:active, .wizard > .actions a:focus:active, .dt-buttons .dt-button:focus:active, .tablesaw-sortable th.tablesaw-sortable-head button:focus:active, .sweet-alert button:focus:active, .owl-theme .owl-nav :focus:active[class*="owl-"], .btn:active:focus, .wizard > .actions a:active:focus, .dt-buttons .dt-button:active:focus, .tablesaw-sortable th.tablesaw-sortable-head button:active:focus, .sweet-alert button:active:focus, .owl-theme .owl-nav :active:focus[class*="owl-"], .btn:active:active, .wizard > .actions a:active:active, .dt-buttons .dt-button:active:active, .tablesaw-sortable th.tablesaw-sortable-head button:active:active, .sweet-alert button:active:active, .owl-theme .owl-nav :active:active[class*="owl-"] {
      outline: none; }
  .btn.btn-default, .wizard > .actions a.btn-default, .wizard > .actions .owl-theme .owl-nav a:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a:active[class*="owl-"], .dt-buttons .btn-default.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button, .sweet-alert button.btn-default, .owl-theme .owl-nav [class*="owl-"] {
    background: gainsboro;
    border: solid 1px gainsboro;
    color: #212121 !important; }
    .btn.btn-default:hover, .wizard > .actions a.btn-default:hover, .wizard > .actions .owl-theme .owl-nav a:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a:hover[class*="owl-"], .dt-buttons .btn-default.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button:hover, .sweet-alert button.btn-default:hover, .owl-theme .owl-nav :hover[class*="owl-"], .btn.btn-default:active, .wizard > .actions a.btn-default:active, .wizard > .actions .owl-theme .owl-nav a:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a:active[class*="owl-"], .dt-buttons .btn-default.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button:active, .sweet-alert button.btn-default:active, .owl-theme .owl-nav :active[class*="owl-"], .btn.btn-default:focus, .wizard > .actions a.btn-default:focus, .wizard > .actions .owl-theme .owl-nav a:focus:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a:focus:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a:focus:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a:focus:active[class*="owl-"], .dt-buttons .btn-default.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus, .sweet-alert button.btn-default:focus, .owl-theme .owl-nav :focus[class*="owl-"] {
      background: rgba(220, 220, 220, 0.85);
      border: solid 1px rgba(220, 220, 220, 0.1); }
  .btn.btn-info, .wizard > .actions a.btn-info, .dt-buttons .btn-info.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info, .sweet-alert button.btn-info, .owl-theme .owl-nav .btn-info[class*="owl-"] {
    background: #f1a1c7;
    border: solid 1px #f1a1c7; }
    .btn.btn-info:hover, .wizard > .actions a.btn-info:hover, .dt-buttons .btn-info.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:hover, .sweet-alert button.btn-info:hover, .owl-theme .owl-nav .btn-info:hover[class*="owl-"], .btn.btn-info:active, .wizard > .actions a.btn-info:active, .dt-buttons .btn-info.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:active, .sweet-alert button.btn-info:active, .owl-theme .owl-nav .btn-info:active[class*="owl-"], .btn.btn-info:focus, .wizard > .actions a.btn-info:focus, .dt-buttons .btn-info.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:focus, .sweet-alert button.btn-info:focus, .owl-theme .owl-nav .btn-info:focus[class*="owl-"] {
      background: rgba(241, 161, 199, 0.85);
      border: solid 1px rgba(241, 161, 199, 0.1); }
  .btn.btn-primary, .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active, .dt-buttons .dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button, .sweet-alert button.btn-primary, .sweet-alert .dt-buttons button.dt-button, .dt-buttons .sweet-alert button.dt-button, .owl-theme .owl-nav .btn-primary[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a[class*="owl-"], .owl-theme .owl-nav .dt-buttons .dt-button[class*="owl-"], .dt-buttons .owl-theme .owl-nav .dt-button[class*="owl-"] {
    background: #4e9de6;
    border: solid 1px #4e9de6; }
    .btn.btn-primary:hover, .wizard > .actions .disabled a:hover, .wizard > .actions a:hover, .dt-buttons .dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:hover, .sweet-alert button.btn-primary:hover, .owl-theme .owl-nav .btn-primary:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a:hover[class*="owl-"], .btn.btn-primary:active, .wizard > .actions .disabled a:active, .wizard > .actions a:active, .dt-buttons .dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:active, .sweet-alert button.btn-primary:active, .owl-theme .owl-nav .btn-primary:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a:active[class*="owl-"], .btn.btn-primary:focus, .wizard > .actions a:focus, .dt-buttons .dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:focus, .sweet-alert button.btn-primary:focus, .owl-theme .owl-nav .btn-primary:focus[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a:focus[class*="owl-"] {
      background: rgba(78, 157, 230, 0.85);
      border: solid 1px rgba(78, 157, 230, 0.1); }
  .btn.btn-success, .wizard > .actions a.btn-success, .dt-buttons .btn-success.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success, .sweet-alert button.btn-success, .owl-theme .owl-nav .btn-success[class*="owl-"] {
    background: #2ecd99;
    border: solid 1px #2ecd99; }
    .btn.btn-success:hover, .wizard > .actions a.btn-success:hover, .dt-buttons .btn-success.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:hover, .sweet-alert button.btn-success:hover, .owl-theme .owl-nav .btn-success:hover[class*="owl-"], .btn.btn-success:active, .wizard > .actions a.btn-success:active, .dt-buttons .btn-success.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:active, .sweet-alert button.btn-success:active, .owl-theme .owl-nav .btn-success:active[class*="owl-"], .btn.btn-success:focus, .wizard > .actions a.btn-success:focus, .dt-buttons .btn-success.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:focus, .sweet-alert button.btn-success:focus, .owl-theme .owl-nav .btn-success:focus[class*="owl-"] {
      background: rgba(46, 205, 153, 0.85);
      border: solid 1px rgba(46, 205, 153, 0.1); }
  .btn.btn-danger, .wizard > .actions a.btn-danger, .dt-buttons .btn-danger.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger, .sweet-alert button.btn-danger, .owl-theme .owl-nav .btn-danger[class*="owl-"] {
    background: #ed6f56;
    border: solid 1px #ed6f56; }
    .btn.btn-danger:hover, .wizard > .actions a.btn-danger:hover, .dt-buttons .btn-danger.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:hover, .sweet-alert button.btn-danger:hover, .owl-theme .owl-nav .btn-danger:hover[class*="owl-"], .btn.btn-danger:active, .wizard > .actions a.btn-danger:active, .dt-buttons .btn-danger.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:active, .sweet-alert button.btn-danger:active, .owl-theme .owl-nav .btn-danger:active[class*="owl-"], .btn.btn-danger:focus, .wizard > .actions a.btn-danger:focus, .dt-buttons .btn-danger.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:focus, .sweet-alert button.btn-danger:focus, .owl-theme .owl-nav .btn-danger:focus[class*="owl-"] {
      background: rgba(237, 111, 86, 0.85);
      border: solid 1px rgba(237, 111, 86, 0.1); }
  .btn.btn-warning, .wizard > .actions a.btn-warning, .dt-buttons .btn-warning.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning, .sweet-alert button.btn-warning, .owl-theme .owl-nav .btn-warning[class*="owl-"] {
    background: #f0c541;
    border: solid 1px #f0c541; }
    .btn.btn-warning:hover, .wizard > .actions a.btn-warning:hover, .dt-buttons .btn-warning.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:hover, .sweet-alert button.btn-warning:hover, .owl-theme .owl-nav .btn-warning:hover[class*="owl-"], .btn.btn-warning:active, .wizard > .actions a.btn-warning:active, .dt-buttons .btn-warning.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:active, .sweet-alert button.btn-warning:active, .owl-theme .owl-nav .btn-warning:active[class*="owl-"], .btn.btn-warning:focus, .wizard > .actions a.btn-warning:focus, .dt-buttons .btn-warning.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:focus, .sweet-alert button.btn-warning:focus, .owl-theme .owl-nav .btn-warning:focus[class*="owl-"] {
      background: rgba(240, 197, 65, 0.85);
      border: solid 1px rgba(240, 197, 65, 0.1); }
  .btn.btn-white, .wizard > .actions a.btn-white, .dt-buttons .btn-white.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-white, .sweet-alert button.btn-white, .owl-theme .owl-nav .btn-white[class*="owl-"] {
    background: white;
    color: #56d365 !important; }
    .btn.btn-white:hover, .wizard > .actions a.btn-white:hover, .dt-buttons .btn-white.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-white:hover, .sweet-alert button.btn-white:hover, .owl-theme .owl-nav .btn-white:hover[class*="owl-"] {
      background: rgba(255, 255, 255, 0.85);
      border: solid 1px rgba(255, 255, 255, 0.1); }
  .btn.btn-outline, .wizard > .actions a.btn-outline, .wizard > .actions ul.wysihtml5-toolbar a.btn, ul.wysihtml5-toolbar .wizard > .actions a.btn, .wizard > .actions .note-editor a.note-btn.btn-sm, .note-editor .wizard > .actions a.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn, .note-editor .btn.note-btn.btn-sm, .note-editor .btn-group-sm > .btn.note-btn, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn, .note-editor .wizard > .actions .btn-group-sm > a.note-btn, .wizard > .actions .note-editor .btn-group-sm > a.note-btn, .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button, .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.note-btn, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .btn-group-sm > button.note-btn, .note-editor .sweet-alert .btn-group-sm > button.note-btn, .sweet-alert .note-editor .btn-group-sm > button.note-btn, .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn[class*="owl-"], .note-editor .dt-buttons .note-btn.btn-sm.dt-button, .dt-buttons .note-editor .note-btn.btn-sm.dt-button, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm, .note-editor .sweet-alert button.note-btn.btn-sm, .sweet-alert .note-editor button.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*="owl-"], .dt-buttons .btn-outline.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button, .sweet-alert button.btn-outline, .owl-theme .owl-nav .btn-outline[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"] {
    background: transparent !important; }
    .btn.btn-outline:hover, .wizard > .actions a.btn-outline:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn:hover, .wizard > .actions .note-editor a.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn:hover, .note-editor .btn.note-btn.btn-sm:hover, .note-editor .btn-group-sm > .btn.note-btn:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:hover, .note-editor .wizard > .actions .btn-group-sm > a.note-btn:hover, .wizard > .actions .note-editor .btn-group-sm > a.note-btn:hover, .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button:hover, .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button:hover, .note-editor .sweet-alert .btn-group-sm > button.note-btn:hover, .sweet-alert .note-editor .btn-group-sm > button.note-btn:hover, .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn:hover[class*="owl-"], .note-editor .dt-buttons .note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .note-btn.btn-sm.dt-button:hover, .note-editor .sweet-alert button.note-btn.btn-sm:hover, .sweet-alert .note-editor button.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .note-btn.btn-sm:hover[class*="owl-"], .dt-buttons .btn-outline.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button:hover, .sweet-alert button.btn-outline:hover, .owl-theme .owl-nav .btn-outline:hover[class*="owl-"], .btn.btn-outline:focus, .wizard > .actions a.btn-outline:focus, .wizard > .actions .note-editor a.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.note-btn.btn-sm:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn:focus:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn:focus:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn:focus:active, ul.wysihtml5-toolbar .wizard > .actions a.btn:focus:active, ul.wysihtml5-toolbar a.btn:focus, .note-editor .btn.note-btn.btn-sm:focus, .note-editor .btn-group-sm > .btn.note-btn:focus, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:focus, .note-editor .wizard > .actions .btn-group-sm > a.note-btn:focus, .wizard > .actions .note-editor .btn-group-sm > a.note-btn:focus, .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button:focus, .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button:focus, .note-editor .sweet-alert .btn-group-sm > button.note-btn:focus, .sweet-alert .note-editor .btn-group-sm > button.note-btn:focus, .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn:focus[class*="owl-"], .note-editor .dt-buttons .note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .note-btn.btn-sm.dt-button:focus, .note-editor .sweet-alert button.note-btn.btn-sm:focus, .sweet-alert .note-editor button.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .note-btn.btn-sm:focus[class*="owl-"], .dt-buttons .btn-outline.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button:focus, .sweet-alert button.btn-outline:focus, .owl-theme .owl-nav .btn-outline:focus[class*="owl-"], .btn.btn-outline:active, .wizard > .actions a.btn-outline:active, .wizard > .actions ul.wysihtml5-toolbar a.btn:active, ul.wysihtml5-toolbar .wizard > .actions a.btn:active, .wizard > .actions .note-editor a.note-btn.btn-sm:active, .note-editor .wizard > .actions a.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn:active, .note-editor .btn.note-btn.btn-sm:active, .note-editor .btn-group-sm > .btn.note-btn:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:active, .note-editor .wizard > .actions .btn-group-sm > a.note-btn:active, .wizard > .actions .note-editor .btn-group-sm > a.note-btn:active, .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button:active, .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button:active, .note-editor .sweet-alert .btn-group-sm > button.note-btn:active, .sweet-alert .note-editor .btn-group-sm > button.note-btn:active, .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn:active[class*="owl-"], .note-editor .dt-buttons .note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .note-btn.btn-sm.dt-button:active, .note-editor .sweet-alert button.note-btn.btn-sm:active, .sweet-alert .note-editor button.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .note-btn.btn-sm:active[class*="owl-"], .dt-buttons .btn-outline.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button:active, .sweet-alert button.btn-outline:active, .owl-theme .owl-nav .btn-outline:active[class*="owl-"] {
      border: solid 1px white; }
    .btn.btn-outline.btn-default, .wizard > .actions .disabled a.btn-outline.btn-default, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a[class*="owl-"], .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm, .wizard > .actions .disabled .note-editor .btn-group-sm > a.btn-default.note-btn.btn, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn.btn, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn[class*="owl-"], .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline[class*="owl-"], .wizard > .actions .disabled a.btn-outline.btn-default:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a:hover[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a:hover[class*="owl-"], .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:hover, .wizard > .actions .disabled .note-editor .btn-group-sm > a.btn-default.note-btn.btn:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn.btn:hover, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:hover[class*="owl-"], .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline:hover[class*="owl-"], .wizard > .actions .disabled a.btn-outline.btn-default:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a:active[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a:active[class*="owl-"], .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:active, .wizard > .actions .disabled .note-editor .btn-group-sm > a.btn-default.note-btn.btn:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn.btn:active, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:active[class*="owl-"], .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline:active[class*="owl-"], .wizard > .actions a.btn-outline.btn-default, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a[class*="owl-"], .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"], .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn.btn, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn.btn, .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"], .wizard > .actions a.btn-outline.btn-default:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:hover, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a:hover[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a:hover[class*="owl-"], .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:hover, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn.btn:hover, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn.btn:hover, .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn:hover[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline:hover[class*="owl-"], .wizard > .actions a.btn-outline.btn-default:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:active, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a:active[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a:active[class*="owl-"], .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:active, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn.btn:active, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn.btn:active, .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn:active[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline:active[class*="owl-"], ul.wysihtml5-toolbar a.btn.btn-default, ul.wysihtml5-toolbar .wizard > .actions a.btn-default, .wizard > .actions ul.wysihtml5-toolbar a.btn-default, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*="owl-"], .note-editor .btn.btn-default.note-btn.btn-sm, .note-editor .btn-group-sm > .btn.btn-default.note-btn, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn, .note-editor .dt-buttons .btn-group-sm > .btn-default.note-btn.dt-button, .dt-buttons .note-editor .btn-group-sm > .btn-default.note-btn.dt-button, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .btn-group-sm > button.note-btn.dt-button, .note-editor .owl-theme .owl-nav .dt-buttons .btn-group-sm > .note-btn.dt-button[class*="owl-"], .note-editor .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.note-btn, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .btn-group-sm > button.note-btn, .note-editor .sweet-alert .btn-group-sm > button.btn-default.note-btn, .sweet-alert .note-editor .btn-group-sm > button.btn-default.note-btn, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .btn-group-sm > button.note-btn, .note-editor .owl-theme .owl-nav .sweet-alert .btn-group-sm > button.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn[class*="owl-"], .note-editor .dt-buttons .btn-default.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .btn-default.note-btn.btn-sm.dt-button, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm, .note-editor .sweet-alert button.btn-default.note-btn.btn-sm, .sweet-alert .note-editor button.btn-default.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*="owl-"], .dt-buttons .btn-outline.btn-default.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button.btn, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button.btn, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .dt-buttons a.dt-button[class*="owl-"], .dt-buttons .owl-theme .owl-nav ul.wysihtml5-toolbar a.dt-button[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button[class*="owl-"], .dt-buttons .note-editor .btn-group-sm > .btn-default.dt-button.note-btn.btn, .note-editor .dt-buttons .btn-group-sm > .btn-default.dt-button.note-btn.btn, .dt-buttons .note-editor .owl-theme .owl-nav .btn-group-sm > .dt-button.note-btn[class*="owl-"], .dt-buttons .owl-theme .owl-nav .note-editor .btn-group-sm > .dt-button.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .btn-group-sm > .dt-button.note-btn[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .dt-button.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .dt-buttons .dt-button.note-btn.btn-sm[class*="owl-"], .dt-buttons .owl-theme .owl-nav .note-editor .dt-button.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .dt-button.note-btn.btn-sm[class*="owl-"], .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .dt-buttons .owl-theme .owl-nav .btn-outline.dt-button[class*="owl-"], .owl-theme .owl-nav .dt-buttons .btn-outline.dt-button[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head button, .sweet-alert button.btn-outline.btn-default, .sweet-alert .note-editor .btn-group-sm > button.btn-default.note-btn.btn, .note-editor .sweet-alert .btn-group-sm > button.btn-default.note-btn.btn, .sweet-alert .note-editor .owl-theme .owl-nav .btn-group-sm > button.note-btn[class*="owl-"], .sweet-alert .owl-theme .owl-nav .note-editor .btn-group-sm > button.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .sweet-alert .btn-group-sm > button.note-btn[class*="owl-"], .sweet-alert .note-editor .owl-theme .owl-nav button.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .sweet-alert button.note-btn.btn-sm[class*="owl-"], .sweet-alert .owl-theme .owl-nav .note-editor button.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .sweet-alert button.note-btn.btn-sm[class*="owl-"], .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button, .sweet-alert .owl-theme .owl-nav button.btn-outline[class*="owl-"], .owl-theme .owl-nav .sweet-alert button.btn-outline[class*="owl-"], .owl-theme .owl-nav .btn-outline[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn.btn[class*="owl-"], .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn.btn[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*="owl-"] {
      border: solid 1px rgba(220, 220, 220, 0.5);
      color: #212121; }
      .btn.btn-outline.btn-default:hover, .wizard > .actions .disabled a.btn-outline.btn-default:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a:hover[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a:hover[class*="owl-"], .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:hover, .wizard > .actions .disabled .note-editor .btn-group-sm > a.btn-default.note-btn.btn:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn.btn:hover, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:hover[class*="owl-"], .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline:hover[class*="owl-"], .wizard > .actions .disabled a.btn-outline.btn-default:hover:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:hover:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:hover:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a:hover:active[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a:hover:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a:hover:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a:hover:active[class*="owl-"], .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:hover:active, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:hover:active, .wizard > .actions .disabled .note-editor .btn-group-sm > a.btn-default.note-btn.btn:hover:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn.btn:hover:active, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:hover:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn:hover:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:hover:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:hover:active[class*="owl-"], .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:hover:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm:hover:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:hover:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:hover:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline:hover:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline:hover:active[class*="owl-"], .wizard > .actions a.btn-outline.btn-default:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:hover, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a:hover[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a:hover[class*="owl-"], .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:hover, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn.btn:hover, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn.btn:hover, .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn:hover[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline:hover[class*="owl-"], .wizard > .actions a.btn-outline.btn-default:hover:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:hover:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:hover:active, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a:hover:active[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a:hover:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a:hover:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a:hover:active[class*="owl-"], .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:hover:active, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:hover:active, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn.btn:hover:active, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn.btn:hover:active, .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:hover:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn:hover:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:hover:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn:hover:active[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:hover:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm:hover:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:hover:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm:hover:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline:hover:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline:hover:active[class*="owl-"], ul.wysihtml5-toolbar a.btn.btn-default:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-default:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-default:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a:hover[class*="owl-"], .note-editor .btn.btn-default.note-btn.btn-sm:hover, .note-editor .btn-group-sm > .btn.btn-default.note-btn:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn:hover, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn:hover, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn:hover, .note-editor .dt-buttons .btn-group-sm > .btn-default.note-btn.dt-button:hover, .dt-buttons .note-editor .btn-group-sm > .btn-default.note-btn.dt-button:hover, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .btn-group-sm > button.note-btn.dt-button:hover, .note-editor .owl-theme .owl-nav .dt-buttons .btn-group-sm > .note-btn.dt-button:hover[class*="owl-"], .note-editor .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.note-btn:hover, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .btn-group-sm > button.note-btn:hover, .note-editor .sweet-alert .btn-group-sm > button.btn-default.note-btn:hover, .sweet-alert .note-editor .btn-group-sm > button.btn-default.note-btn:hover, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .btn-group-sm > button.note-btn:hover, .note-editor .owl-theme .owl-nav .sweet-alert .btn-group-sm > button.note-btn:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn:hover[class*="owl-"], .note-editor .dt-buttons .btn-default.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .btn-default.note-btn.btn-sm.dt-button:hover, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm:hover, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm:hover, .note-editor .sweet-alert button.btn-default.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-default.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .note-btn.btn-sm:hover[class*="owl-"], .dt-buttons .btn-outline.btn-default.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button.btn:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button.btn:hover, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button:hover[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .dt-buttons a.dt-button:hover[class*="owl-"], .dt-buttons .owl-theme .owl-nav ul.wysihtml5-toolbar a.dt-button:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button:hover[class*="owl-"], .dt-buttons .note-editor .btn-group-sm > .btn-default.dt-button.note-btn.btn:hover, .note-editor .dt-buttons .btn-group-sm > .btn-default.dt-button.note-btn.btn:hover, .dt-buttons .note-editor .owl-theme .owl-nav .btn-group-sm > .dt-button.note-btn:hover[class*="owl-"], .dt-buttons .owl-theme .owl-nav .note-editor .btn-group-sm > .dt-button.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .btn-group-sm > .dt-button.note-btn:hover[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .dt-button.note-btn.btn-sm:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .dt-buttons .dt-button.note-btn.btn-sm:hover[class*="owl-"], .dt-buttons .owl-theme .owl-nav .note-editor .dt-button.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .dt-button.note-btn.btn-sm:hover[class*="owl-"], .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:hover, .dt-buttons .owl-theme .owl-nav .btn-outline.dt-button:hover[class*="owl-"], .owl-theme .owl-nav .dt-buttons .btn-outline.dt-button:hover[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head button:hover, .sweet-alert button.btn-outline.btn-default:hover, .sweet-alert .note-editor .btn-group-sm > button.btn-default.note-btn.btn:hover, .note-editor .sweet-alert .btn-group-sm > button.btn-default.note-btn.btn:hover, .sweet-alert .note-editor .owl-theme .owl-nav .btn-group-sm > button.note-btn:hover[class*="owl-"], .sweet-alert .owl-theme .owl-nav .note-editor .btn-group-sm > button.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .sweet-alert .btn-group-sm > button.note-btn:hover[class*="owl-"], .sweet-alert .note-editor .owl-theme .owl-nav button.note-btn.btn-sm:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .sweet-alert button.note-btn.btn-sm:hover[class*="owl-"], .sweet-alert .owl-theme .owl-nav .note-editor button.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .sweet-alert button.note-btn.btn-sm:hover[class*="owl-"], .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button:hover, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button:hover, .sweet-alert .owl-theme .owl-nav button.btn-outline:hover[class*="owl-"], .owl-theme .owl-nav .sweet-alert button.btn-outline:hover[class*="owl-"], .owl-theme .owl-nav .btn-outline:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn:hover[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn.btn:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn.btn:hover[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button:hover[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button:hover[class*="owl-"], .btn.btn-outline.btn-default:focus, .wizard > .actions .disabled a.btn-outline.btn-default:focus, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:focus, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:focus, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a:focus[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a:focus[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a:focus[class*="owl-"], .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:focus, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:focus, .wizard > .actions .disabled .note-editor .btn-group-sm > a.btn-default.note-btn.btn:focus, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn.btn:focus, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn:focus[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:focus[class*="owl-"], .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm:focus[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:focus[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline:focus[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline:focus[class*="owl-"], .wizard > .actions .disabled a.btn-outline.btn-default:focus:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:focus:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:focus:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a:focus:hover[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a:focus:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a:focus:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a:focus:hover[class*="owl-"], .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:focus:hover, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:focus:hover, .wizard > .actions .disabled .note-editor .btn-group-sm > a.btn-default.note-btn.btn:focus:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn.btn:focus:hover, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:focus:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn:focus:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:focus:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:focus:hover[class*="owl-"], .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:focus:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm:focus:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:focus:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:focus:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline:focus:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline:focus:hover[class*="owl-"], .wizard > .actions .disabled a.btn-outline.btn-default:focus:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:focus:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:focus:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a:focus:active[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a:focus:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a:focus:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a:focus:active[class*="owl-"], .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:focus:active, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:focus:active, .wizard > .actions .disabled .note-editor .btn-group-sm > a.btn-default.note-btn.btn:focus:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn.btn:focus:active, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:focus:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn:focus:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:focus:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:focus:active[class*="owl-"], .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:focus:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm:focus:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:focus:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:focus:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline:focus:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline:focus:active[class*="owl-"], .wizard > .actions a.btn-outline.btn-default:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:focus, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a:focus[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a:focus[class*="owl-"], .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a:focus[class*="owl-"], .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:focus, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn.btn:focus, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn.btn:focus, .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn:focus[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn:focus[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm:focus[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm:focus[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline:focus[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline:focus[class*="owl-"], .wizard > .actions a.btn-outline.btn-default:focus:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:focus:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:focus:hover, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a:focus:hover[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a:focus:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a:focus:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a:focus:hover[class*="owl-"], .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:focus:hover, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:focus:hover, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn.btn:focus:hover, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn.btn:focus:hover, .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:focus:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn:focus:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:focus:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn:focus:hover[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:focus:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm:focus:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:focus:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm:focus:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline:focus:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline:focus:hover[class*="owl-"], .wizard > .actions a.btn-outline.btn-default:focus:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:focus:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:focus:active, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a:focus:active[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a:focus:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a:focus:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a:focus:active[class*="owl-"], .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:focus:active, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:focus:active, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn.btn:focus:active, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn.btn:focus:active, .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:focus:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn:focus:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:focus:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn:focus:active[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:focus:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm:focus:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:focus:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm:focus:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline:focus:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline:focus:active[class*="owl-"], ul.wysihtml5-toolbar a.btn.btn-default:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-default:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-default:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a:focus[class*="owl-"], .note-editor .btn.btn-default.note-btn.btn-sm:focus, .note-editor .btn-group-sm > .btn.btn-default.note-btn:focus, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn:focus, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn:focus, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn:focus, .note-editor .dt-buttons .btn-group-sm > .btn-default.note-btn.dt-button:focus, .dt-buttons .note-editor .btn-group-sm > .btn-default.note-btn.dt-button:focus, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .btn-group-sm > button.note-btn.dt-button:focus, .note-editor .owl-theme .owl-nav .dt-buttons .btn-group-sm > .note-btn.dt-button:focus[class*="owl-"], .note-editor .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.note-btn:focus, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .btn-group-sm > button.note-btn:focus, .note-editor .sweet-alert .btn-group-sm > button.btn-default.note-btn:focus, .sweet-alert .note-editor .btn-group-sm > button.btn-default.note-btn:focus, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .btn-group-sm > button.note-btn:focus, .note-editor .owl-theme .owl-nav .sweet-alert .btn-group-sm > button.note-btn:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn:focus[class*="owl-"], .note-editor .dt-buttons .btn-default.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .btn-default.note-btn.btn-sm.dt-button:focus, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm:focus, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm:focus, .note-editor .sweet-alert button.btn-default.note-btn.btn-sm:focus, .sweet-alert .note-editor button.btn-default.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .note-btn.btn-sm:focus[class*="owl-"], .dt-buttons .btn-outline.btn-default.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button.btn:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button.btn:focus, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button:focus[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .dt-buttons a.dt-button:focus[class*="owl-"], .dt-buttons .owl-theme .owl-nav ul.wysihtml5-toolbar a.dt-button:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button:focus[class*="owl-"], .dt-buttons .note-editor .btn-group-sm > .btn-default.dt-button.note-btn.btn:focus, .note-editor .dt-buttons .btn-group-sm > .btn-default.dt-button.note-btn.btn:focus, .dt-buttons .note-editor .owl-theme .owl-nav .btn-group-sm > .dt-button.note-btn:focus[class*="owl-"], .dt-buttons .owl-theme .owl-nav .note-editor .btn-group-sm > .dt-button.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .btn-group-sm > .dt-button.note-btn:focus[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .dt-button.note-btn.btn-sm:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .dt-buttons .dt-button.note-btn.btn-sm:focus[class*="owl-"], .dt-buttons .owl-theme .owl-nav .note-editor .dt-button.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .dt-button.note-btn.btn-sm:focus[class*="owl-"], .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:focus, .dt-buttons .owl-theme .owl-nav .btn-outline.dt-button:focus[class*="owl-"], .owl-theme .owl-nav .dt-buttons .btn-outline.dt-button:focus[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head button:focus, .sweet-alert button.btn-outline.btn-default:focus, .sweet-alert .note-editor .btn-group-sm > button.btn-default.note-btn.btn:focus, .note-editor .sweet-alert .btn-group-sm > button.btn-default.note-btn.btn:focus, .sweet-alert .note-editor .owl-theme .owl-nav .btn-group-sm > button.note-btn:focus[class*="owl-"], .sweet-alert .owl-theme .owl-nav .note-editor .btn-group-sm > button.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .sweet-alert .btn-group-sm > button.note-btn:focus[class*="owl-"], .sweet-alert .note-editor .owl-theme .owl-nav button.note-btn.btn-sm:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .sweet-alert button.note-btn.btn-sm:focus[class*="owl-"], .sweet-alert .owl-theme .owl-nav .note-editor button.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .sweet-alert button.note-btn.btn-sm:focus[class*="owl-"], .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button:focus, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button:focus, .sweet-alert .owl-theme .owl-nav button.btn-outline:focus[class*="owl-"], .owl-theme .owl-nav .sweet-alert button.btn-outline:focus[class*="owl-"], .owl-theme .owl-nav .btn-outline:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn:focus[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn.btn:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn.btn:focus[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button:focus[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button:focus[class*="owl-"], .btn.btn-outline.btn-default:active, .wizard > .actions .disabled a.btn-outline.btn-default:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a:active[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a:active[class*="owl-"], .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:active, .wizard > .actions .disabled .note-editor .btn-group-sm > a.btn-default.note-btn.btn:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn.btn:active, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:active[class*="owl-"], .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:active[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline:active[class*="owl-"], .wizard > .actions .disabled a.btn-outline.btn-default:active:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:active:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn-default.btn:active:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a:active:hover[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .disabled a:active:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a:active:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .disabled a:active:hover[class*="owl-"], .wizard > .actions .disabled .note-editor a.btn-default.note-btn.btn-sm:active:hover, .note-editor .wizard > .actions .disabled a.btn-default.note-btn.btn-sm:active:hover, .wizard > .actions .disabled .note-editor .btn-group-sm > a.btn-default.note-btn.btn:active:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn.btn:active:hover, .wizard > .actions .disabled .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:active:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn:active:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:active:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:active:hover[class*="owl-"], .wizard > .actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:active:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled a.note-btn.btn-sm:active:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:active:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:active:hover[class*="owl-"], .wizard > .actions .disabled .owl-theme .owl-nav a.btn-outline:active:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .disabled a.btn-outline:active:hover[class*="owl-"], .wizard > .actions a.btn-outline.btn-default:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:active, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a:active[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a:active[class*="owl-"], .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:active, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn.btn:active, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn.btn:active, .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn:active[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline:active[class*="owl-"], .wizard > .actions a.btn-outline.btn-default:active:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-default.btn:active:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-default.btn:active:hover, .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a:active:hover[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a:active:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav ul.wysihtml5-toolbar a:active:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a:active:hover[class*="owl-"], .wizard > .actions .note-editor a.btn-default.note-btn.btn-sm:active:hover, .note-editor .wizard > .actions a.btn-default.note-btn.btn-sm:active:hover, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn.btn:active:hover, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn.btn:active:hover, .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:active:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn:active:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor .btn-group-sm > a.note-btn:active:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn:active:hover[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:active:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm:active:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm:active:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm:active:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline:active:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline:active:hover[class*="owl-"], ul.wysihtml5-toolbar a.btn.btn-default:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-default:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-default:active, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a:active[class*="owl-"], .note-editor .btn.btn-default.note-btn.btn-sm:active, .note-editor .btn-group-sm > .btn.btn-default.note-btn:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-default.note-btn:active, .note-editor .wizard > .actions .btn-group-sm > a.btn-default.note-btn:active, .wizard > .actions .note-editor .btn-group-sm > a.btn-default.note-btn:active, .note-editor .dt-buttons .btn-group-sm > .btn-default.note-btn.dt-button:active, .dt-buttons .note-editor .btn-group-sm > .btn-default.note-btn.dt-button:active, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .btn-group-sm > button.note-btn.dt-button:active, .note-editor .owl-theme .owl-nav .dt-buttons .btn-group-sm > .note-btn.dt-button:active[class*="owl-"], .note-editor .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.note-btn:active, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .btn-group-sm > button.note-btn:active, .note-editor .sweet-alert .btn-group-sm > button.btn-default.note-btn:active, .sweet-alert .note-editor .btn-group-sm > button.btn-default.note-btn:active, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .btn-group-sm > button.note-btn:active, .note-editor .owl-theme .owl-nav .sweet-alert .btn-group-sm > button.note-btn:active[class*="owl-"], .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn:active[class*="owl-"], .note-editor .dt-buttons .btn-default.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .btn-default.note-btn.btn-sm.dt-button:active, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm:active, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm:active, .note-editor .sweet-alert button.btn-default.note-btn.btn-sm:active, .sweet-alert .note-editor button.btn-default.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .note-btn.btn-sm:active[class*="owl-"], .dt-buttons .btn-outline.btn-default.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button.btn:active, ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button.btn:active, .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button:active[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .dt-buttons a.dt-button:active[class*="owl-"], .dt-buttons .owl-theme .owl-nav ul.wysihtml5-toolbar a.dt-button:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button:active[class*="owl-"], .dt-buttons .note-editor .btn-group-sm > .btn-default.dt-button.note-btn.btn:active, .note-editor .dt-buttons .btn-group-sm > .btn-default.dt-button.note-btn.btn:active, .dt-buttons .note-editor .owl-theme .owl-nav .btn-group-sm > .dt-button.note-btn:active[class*="owl-"], .dt-buttons .owl-theme .owl-nav .note-editor .btn-group-sm > .dt-button.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .btn-group-sm > .dt-button.note-btn:active[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .dt-button.note-btn.btn-sm:active[class*="owl-"], .note-editor .owl-theme .owl-nav .dt-buttons .dt-button.note-btn.btn-sm:active[class*="owl-"], .dt-buttons .owl-theme .owl-nav .note-editor .dt-button.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .dt-button.note-btn.btn-sm:active[class*="owl-"], .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:active, .dt-buttons .owl-theme .owl-nav .btn-outline.dt-button:active[class*="owl-"], .owl-theme .owl-nav .dt-buttons .btn-outline.dt-button:active[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head button:active, .sweet-alert button.btn-outline.btn-default:active, .sweet-alert .note-editor .btn-group-sm > button.btn-default.note-btn.btn:active, .note-editor .sweet-alert .btn-group-sm > button.btn-default.note-btn.btn:active, .sweet-alert .note-editor .owl-theme .owl-nav .btn-group-sm > button.note-btn:active[class*="owl-"], .sweet-alert .owl-theme .owl-nav .note-editor .btn-group-sm > button.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .sweet-alert .btn-group-sm > button.note-btn:active[class*="owl-"], .sweet-alert .note-editor .owl-theme .owl-nav button.note-btn.btn-sm:active[class*="owl-"], .note-editor .owl-theme .owl-nav .sweet-alert button.note-btn.btn-sm:active[class*="owl-"], .sweet-alert .owl-theme .owl-nav .note-editor button.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .sweet-alert button.note-btn.btn-sm:active[class*="owl-"], .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button:active, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button:active, .sweet-alert .owl-theme .owl-nav button.btn-outline:active[class*="owl-"], .owl-theme .owl-nav .sweet-alert button.btn-outline:active[class*="owl-"], .owl-theme .owl-nav .btn-outline:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn:active[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn.btn:active[class*="owl-"], .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn.btn:active[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button:active[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button:active[class*="owl-"] {
        border: solid 1px gainsboro; }
    .btn.btn-outline.btn-info, .wizard > .actions a.btn-outline.btn-info, .wizard > .actions .note-editor a.btn-info.note-btn.btn-sm, .note-editor .wizard > .actions a.btn-info.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn.btn-info, ul.wysihtml5-toolbar .wizard > .actions a.btn-info, .wizard > .actions ul.wysihtml5-toolbar a.btn-info, ul.wysihtml5-toolbar .dt-buttons a.btn-info.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-info.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-info[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-info[class*="owl-"], .note-editor .btn.btn-info.note-btn.btn-sm, .note-editor .btn-group-sm > .btn.btn-info.note-btn, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-info.note-btn, .note-editor .wizard > .actions .btn-group-sm > a.btn-info.note-btn, .wizard > .actions .note-editor .btn-group-sm > a.btn-info.note-btn, .note-editor .dt-buttons .btn-group-sm > .btn-info.note-btn.dt-button, .dt-buttons .note-editor .btn-group-sm > .btn-info.note-btn.dt-button, .note-editor .sweet-alert .btn-group-sm > button.btn-info.note-btn, .sweet-alert .note-editor .btn-group-sm > button.btn-info.note-btn, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-info.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-info.note-btn[class*="owl-"], .note-editor .dt-buttons .btn-info.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .btn-info.note-btn.btn-sm.dt-button, .note-editor .sweet-alert button.btn-info.note-btn.btn-sm, .sweet-alert .note-editor button.btn-info.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .btn-info.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-info.note-btn.btn-sm[class*="owl-"], .dt-buttons .btn-outline.btn-info.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info, .sweet-alert button.btn-outline.btn-info, .owl-theme .owl-nav .btn-outline.btn-info[class*="owl-"] {
      border: solid 1px rgba(241, 161, 199, 0.5);
      color: #f1a1c7; }
      .btn.btn-outline.btn-info:hover, .wizard > .actions a.btn-outline.btn-info:hover, .wizard > .actions .note-editor a.btn-info.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-info.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn.btn-info:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-info:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-info:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-info.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-info.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-info:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-info:hover[class*="owl-"], .note-editor .btn.btn-info.note-btn.btn-sm:hover, .note-editor .btn-group-sm > .btn.btn-info.note-btn:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-info.note-btn:hover, .note-editor .wizard > .actions .btn-group-sm > a.btn-info.note-btn:hover, .wizard > .actions .note-editor .btn-group-sm > a.btn-info.note-btn:hover, .note-editor .dt-buttons .btn-group-sm > .btn-info.note-btn.dt-button:hover, .dt-buttons .note-editor .btn-group-sm > .btn-info.note-btn.dt-button:hover, .note-editor .sweet-alert .btn-group-sm > button.btn-info.note-btn:hover, .sweet-alert .note-editor .btn-group-sm > button.btn-info.note-btn:hover, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-info.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-info.note-btn:hover[class*="owl-"], .note-editor .dt-buttons .btn-info.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .btn-info.note-btn.btn-sm.dt-button:hover, .note-editor .sweet-alert button.btn-info.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-info.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .btn-info.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-info.note-btn.btn-sm:hover[class*="owl-"], .dt-buttons .btn-outline.btn-info.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:hover, .sweet-alert button.btn-outline.btn-info:hover, .owl-theme .owl-nav .btn-outline.btn-info:hover[class*="owl-"], .btn.btn-outline.btn-info:focus, .wizard > .actions a.btn-outline.btn-info:focus, .wizard > .actions .note-editor a.btn-info.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.btn-info.note-btn.btn-sm:focus, ul.wysihtml5-toolbar a.btn.btn-info:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-info:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-info:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-info.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-info.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-info:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-info:focus[class*="owl-"], .note-editor .btn.btn-info.note-btn.btn-sm:focus, .note-editor .btn-group-sm > .btn.btn-info.note-btn:focus, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-info.note-btn:focus, .note-editor .wizard > .actions .btn-group-sm > a.btn-info.note-btn:focus, .wizard > .actions .note-editor .btn-group-sm > a.btn-info.note-btn:focus, .note-editor .dt-buttons .btn-group-sm > .btn-info.note-btn.dt-button:focus, .dt-buttons .note-editor .btn-group-sm > .btn-info.note-btn.dt-button:focus, .note-editor .sweet-alert .btn-group-sm > button.btn-info.note-btn:focus, .sweet-alert .note-editor .btn-group-sm > button.btn-info.note-btn:focus, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-info.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-info.note-btn:focus[class*="owl-"], .note-editor .dt-buttons .btn-info.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .btn-info.note-btn.btn-sm.dt-button:focus, .note-editor .sweet-alert button.btn-info.note-btn.btn-sm:focus, .sweet-alert .note-editor button.btn-info.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .btn-info.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-info.note-btn.btn-sm:focus[class*="owl-"], .dt-buttons .btn-outline.btn-info.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:focus, .sweet-alert button.btn-outline.btn-info:focus, .owl-theme .owl-nav .btn-outline.btn-info:focus[class*="owl-"], .btn.btn-outline.btn-info:active, .wizard > .actions a.btn-outline.btn-info:active, .wizard > .actions .note-editor a.btn-info.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-info.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn.btn-info:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-info:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-info:active, ul.wysihtml5-toolbar .dt-buttons a.btn-info.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-info.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-info:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-info:active[class*="owl-"], .note-editor .btn.btn-info.note-btn.btn-sm:active, .note-editor .btn-group-sm > .btn.btn-info.note-btn:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-info.note-btn:active, .note-editor .wizard > .actions .btn-group-sm > a.btn-info.note-btn:active, .wizard > .actions .note-editor .btn-group-sm > a.btn-info.note-btn:active, .note-editor .dt-buttons .btn-group-sm > .btn-info.note-btn.dt-button:active, .dt-buttons .note-editor .btn-group-sm > .btn-info.note-btn.dt-button:active, .note-editor .sweet-alert .btn-group-sm > button.btn-info.note-btn:active, .sweet-alert .note-editor .btn-group-sm > button.btn-info.note-btn:active, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-info.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-info.note-btn:active[class*="owl-"], .note-editor .dt-buttons .btn-info.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .btn-info.note-btn.btn-sm.dt-button:active, .note-editor .sweet-alert button.btn-info.note-btn.btn-sm:active, .sweet-alert .note-editor button.btn-info.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .btn-info.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-info.note-btn.btn-sm:active[class*="owl-"], .dt-buttons .btn-outline.btn-info.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-info:active, .sweet-alert button.btn-outline.btn-info:active, .owl-theme .owl-nav .btn-outline.btn-info:active[class*="owl-"] {
        border: solid 1px #f1a1c7; }
    .btn.btn-outline.btn-primary, .wizard > .actions .disabled a.btn-outline, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm, .wizard > .actions .disabled .note-editor .btn-group-sm > a.note-btn.btn, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn.btn, .wizard > .actions .disabled a.btn-outline:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:hover, .wizard > .actions .disabled .note-editor .btn-group-sm > a.note-btn.btn:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn.btn:hover, .wizard > .actions .disabled a.btn-outline:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:active, .wizard > .actions .disabled .note-editor .btn-group-sm > a.note-btn.btn:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn.btn:active, .wizard > .actions a.btn-outline, .wizard > .actions ul.wysihtml5-toolbar a.btn, ul.wysihtml5-toolbar .wizard > .actions a.btn, .wizard > .actions .note-editor a.note-btn.btn-sm, .note-editor .wizard > .actions a.note-btn.btn-sm, .wizard > .actions .note-editor .btn-group-sm > a.note-btn.btn, .note-editor .wizard > .actions .btn-group-sm > a.note-btn.btn, .wizard > .actions a.btn-outline:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn:hover, .wizard > .actions .note-editor a.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.note-btn.btn-sm:hover, .wizard > .actions .note-editor .btn-group-sm > a.note-btn.btn:hover, .note-editor .wizard > .actions .btn-group-sm > a.note-btn.btn:hover, .wizard > .actions a.btn-outline:active, .wizard > .actions ul.wysihtml5-toolbar a.btn:active, ul.wysihtml5-toolbar .wizard > .actions a.btn:active, .wizard > .actions .note-editor a.note-btn.btn-sm:active, .note-editor .wizard > .actions a.note-btn.btn-sm:active, .wizard > .actions .note-editor .btn-group-sm > a.note-btn.btn:active, .note-editor .wizard > .actions .btn-group-sm > a.note-btn.btn:active, ul.wysihtml5-toolbar a.btn.btn-primary, ul.wysihtml5-toolbar .wizard > .actions a, .wizard > .actions ul.wysihtml5-toolbar a, ul.wysihtml5-toolbar .dt-buttons a.dt-button, .dt-buttons ul.wysihtml5-toolbar a.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a[class*="owl-"], .owl-theme .owl-nav .wizard > .actions ul.wysihtml5-toolbar a[class*="owl-"], .note-editor .btn.btn-primary.note-btn.btn-sm, .note-editor .btn-group-sm > .btn.btn-primary.note-btn, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn, .note-editor .wizard > .actions .btn-group-sm > a.note-btn, .wizard > .actions .note-editor .btn-group-sm > a.note-btn, .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button, .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.btn-primary.note-btn, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .btn-group-sm > button.btn-primary.note-btn, .note-editor .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.note-btn.dt-button, .note-editor .sweet-alert .btn-group-sm > button.btn-primary.note-btn, .sweet-alert .note-editor .btn-group-sm > button.btn-primary.note-btn, .note-editor .dt-buttons .sweet-alert .btn-group-sm > button.note-btn.dt-button, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-primary.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-primary.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .note-editor .btn-group-sm > a.note-btn[class*="owl-"], .note-editor .wizard > .actions .owl-theme .owl-nav .btn-group-sm > a.note-btn[class*="owl-"], .note-editor .dt-buttons .owl-theme .owl-nav .btn-group-sm > .note-btn.dt-button[class*="owl-"], .note-editor .dt-buttons .note-btn.btn-sm.dt-button, .dt-buttons .note-editor .note-btn.btn-sm.dt-button, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.note-btn.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-primary.note-btn.btn-sm, .note-editor .sweet-alert button.btn-primary.note-btn.btn-sm, .sweet-alert .note-editor button.btn-primary.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .btn-primary.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-primary.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .note-editor a.note-btn.btn-sm[class*="owl-"], .dt-buttons .btn-outline.dt-button, .dt-buttons ul.wysihtml5-toolbar a.dt-button.btn, ul.wysihtml5-toolbar .dt-buttons a.dt-button.btn, .dt-buttons .note-editor .btn-group-sm > .dt-button.note-btn.btn, .note-editor .dt-buttons .btn-group-sm > .dt-button.note-btn.btn, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary, .sweet-alert button.btn-outline.btn-primary, .sweet-alert .note-editor .btn-group-sm > button.btn-primary.note-btn.btn, .note-editor .sweet-alert .btn-group-sm > button.btn-primary.note-btn.btn, .sweet-alert .note-editor .dt-buttons .btn-group-sm > button.note-btn.dt-button, .sweet-alert .dt-buttons .note-editor .btn-group-sm > button.note-btn.dt-button, .dt-buttons .note-editor .sweet-alert .btn-group-sm > button.note-btn.dt-button, .sweet-alert .note-editor .dt-buttons button.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .sweet-alert button.note-btn.btn-sm.dt-button, .sweet-alert .dt-buttons .note-editor button.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .sweet-alert button.note-btn.btn-sm.dt-button, .sweet-alert .dt-buttons button.btn-outline.dt-button, .dt-buttons .sweet-alert button.btn-outline.dt-button, .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dt-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dt-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-primary, .owl-theme .owl-nav .btn-outline.btn-primary[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm[class*="owl-"], .note-editor .wizard > .actions .owl-theme .owl-nav a.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary.btn[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary.btn[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a[class*="owl-"], ul.wysihtml5-toolbar .wizard > .actions .owl-theme .owl-nav a[class*="owl-"], .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button[class*="owl-"], ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a.dt-button[class*="owl-"], .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a.dt-button[class*="owl-"], .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-primary.note-btn.btn[class*="owl-"], .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-primary.note-btn.btn[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button[class*="owl-"], .owl-theme .owl-nav .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn.dt-button[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .note-btn.btn-sm.dt-button[class*="owl-"], .note-editor .dt-buttons .owl-theme .owl-nav .note-btn.btn-sm.dt-button[class*="owl-"], .owl-theme .owl-nav .dt-buttons .note-editor .note-btn.btn-sm.dt-button[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .note-btn.btn-sm.dt-button[class*="owl-"], .owl-theme .owl-nav .dt-buttons .btn-outline.dt-button[class*="owl-"], .dt-buttons .owl-theme .owl-nav .btn-outline.dt-button[class*="owl-"], .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button[class*="owl-"], .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dt-button[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button.dt-button[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-primary[class*="owl-"] {
      border: solid 1px rgba(78, 157, 230, 0.5);
      color: #4e9de6; }
      .btn.btn-outline.btn-primary:hover, .wizard > .actions .disabled a.btn-outline:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:hover, .wizard > .actions .disabled .note-editor .btn-group-sm > a.note-btn.btn:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn.btn:hover, .wizard > .actions .disabled a.btn-outline:hover:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn:hover:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn:hover:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:hover:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:hover:active, .wizard > .actions .disabled .note-editor .btn-group-sm > a.note-btn.btn:hover:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn.btn:hover:active, .wizard > .actions a.btn-outline:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn:hover, .wizard > .actions .note-editor a.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.note-btn.btn-sm:hover, .wizard > .actions .note-editor .btn-group-sm > a.note-btn.btn:hover, .note-editor .wizard > .actions .btn-group-sm > a.note-btn.btn:hover, .wizard > .actions a.btn-outline:hover:active, .wizard > .actions ul.wysihtml5-toolbar a.btn:hover:active, ul.wysihtml5-toolbar .wizard > .actions a.btn:hover:active, .wizard > .actions .note-editor a.note-btn.btn-sm:hover:active, .note-editor .wizard > .actions a.note-btn.btn-sm:hover:active, .wizard > .actions .note-editor .btn-group-sm > a.note-btn.btn:hover:active, .note-editor .wizard > .actions .btn-group-sm > a.note-btn.btn:hover:active, ul.wysihtml5-toolbar a.btn.btn-primary:hover, ul.wysihtml5-toolbar .wizard > .actions a:hover, .wizard > .actions ul.wysihtml5-toolbar a:hover, ul.wysihtml5-toolbar .dt-buttons a.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary:hover[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions ul.wysihtml5-toolbar a:hover[class*="owl-"], .note-editor .btn.btn-primary.note-btn.btn-sm:hover, .note-editor .btn-group-sm > .btn.btn-primary.note-btn:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:hover, .note-editor .wizard > .actions .btn-group-sm > a.note-btn:hover, .wizard > .actions .note-editor .btn-group-sm > a.note-btn:hover, .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button:hover, .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button:hover, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.btn-primary.note-btn:hover, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .btn-group-sm > button.btn-primary.note-btn:hover, .note-editor .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.note-btn.dt-button:hover, .note-editor .sweet-alert .btn-group-sm > button.btn-primary.note-btn:hover, .sweet-alert .note-editor .btn-group-sm > button.btn-primary.note-btn:hover, .note-editor .dt-buttons .sweet-alert .btn-group-sm > button.note-btn.dt-button:hover, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-primary.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-primary.note-btn:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .note-editor .btn-group-sm > a.note-btn:hover[class*="owl-"], .note-editor .wizard > .actions .owl-theme .owl-nav .btn-group-sm > a.note-btn:hover[class*="owl-"], .note-editor .dt-buttons .owl-theme .owl-nav .btn-group-sm > .note-btn.dt-button:hover[class*="owl-"], .note-editor .dt-buttons .note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .note-btn.btn-sm.dt-button:hover, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.note-btn.btn-sm:hover, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-primary.note-btn.btn-sm:hover, .note-editor .sweet-alert button.btn-primary.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-primary.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .btn-primary.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-primary.note-btn.btn-sm:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .note-editor a.note-btn.btn-sm:hover[class*="owl-"], .dt-buttons .btn-outline.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.dt-button.btn:hover, ul.wysihtml5-toolbar .dt-buttons a.dt-button.btn:hover, .dt-buttons .note-editor .btn-group-sm > .dt-button.note-btn.btn:hover, .note-editor .dt-buttons .btn-group-sm > .dt-button.note-btn.btn:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:hover, .sweet-alert button.btn-outline.btn-primary:hover, .sweet-alert .note-editor .btn-group-sm > button.btn-primary.note-btn.btn:hover, .note-editor .sweet-alert .btn-group-sm > button.btn-primary.note-btn.btn:hover, .sweet-alert .note-editor .dt-buttons .btn-group-sm > button.note-btn.dt-button:hover, .sweet-alert .dt-buttons .note-editor .btn-group-sm > button.note-btn.dt-button:hover, .dt-buttons .note-editor .sweet-alert .btn-group-sm > button.note-btn.dt-button:hover, .sweet-alert .note-editor .dt-buttons button.note-btn.btn-sm.dt-button:hover, .note-editor .dt-buttons .sweet-alert button.note-btn.btn-sm.dt-button:hover, .sweet-alert .dt-buttons .note-editor button.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .sweet-alert button.note-btn.btn-sm.dt-button:hover, .sweet-alert .dt-buttons button.btn-outline.dt-button:hover, .dt-buttons .sweet-alert button.btn-outline.dt-button:hover, .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:hover, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dt-button:hover, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dt-button:hover, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:hover, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-primary:hover, .owl-theme .owl-nav .btn-outline.btn-primary:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline:hover[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm:hover[class*="owl-"], .note-editor .wizard > .actions .owl-theme .owl-nav a.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary.btn:hover[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary.btn:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a:hover[class*="owl-"], ul.wysihtml5-toolbar .wizard > .actions .owl-theme .owl-nav a:hover[class*="owl-"], .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button:hover[class*="owl-"], ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a.dt-button:hover[class*="owl-"], .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a.dt-button:hover[class*="owl-"], .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-primary.note-btn.btn:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-primary.note-btn.btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn:hover[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button:hover[class*="owl-"], .owl-theme .owl-nav .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button:hover[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn.dt-button:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .note-btn.btn-sm.dt-button:hover[class*="owl-"], .note-editor .dt-buttons .owl-theme .owl-nav .note-btn.btn-sm.dt-button:hover[class*="owl-"], .owl-theme .owl-nav .dt-buttons .note-editor .note-btn.btn-sm.dt-button:hover[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .note-btn.btn-sm.dt-button:hover[class*="owl-"], .owl-theme .owl-nav .dt-buttons .btn-outline.dt-button:hover[class*="owl-"], .dt-buttons .owl-theme .owl-nav .btn-outline.dt-button:hover[class*="owl-"], .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:hover[class*="owl-"], .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dt-button:hover[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:hover[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button.dt-button:hover[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:hover[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-primary:hover[class*="owl-"], .btn.btn-outline.btn-primary:focus, .wizard > .actions .disabled a.btn-outline:focus, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn:focus, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn:focus, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:focus, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:focus, .wizard > .actions .disabled .note-editor .btn-group-sm > a.note-btn.btn:focus, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn.btn:focus, .wizard > .actions .disabled a.btn-outline:focus:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn:focus:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn:focus:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:focus:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:focus:hover, .wizard > .actions .disabled .note-editor .btn-group-sm > a.note-btn.btn:focus:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn.btn:focus:hover, .wizard > .actions .disabled a.btn-outline:focus:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn:focus:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn:focus:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:focus:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:focus:active, .wizard > .actions .disabled .note-editor .btn-group-sm > a.note-btn.btn:focus:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn.btn:focus:active, .wizard > .actions a.btn-outline:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn:focus, .wizard > .actions .note-editor a.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.note-btn.btn-sm:focus, .wizard > .actions .note-editor .btn-group-sm > a.note-btn.btn:focus, .note-editor .wizard > .actions .btn-group-sm > a.note-btn.btn:focus, .wizard > .actions a.btn-outline:focus:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn:focus:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn:focus:hover, .wizard > .actions .note-editor a.note-btn.btn-sm:focus:hover, .note-editor .wizard > .actions a.note-btn.btn-sm:focus:hover, .wizard > .actions .note-editor .btn-group-sm > a.note-btn.btn:focus:hover, .note-editor .wizard > .actions .btn-group-sm > a.note-btn.btn:focus:hover, .wizard > .actions a.btn-outline:focus:active, .wizard > .actions ul.wysihtml5-toolbar a.btn:focus:active, ul.wysihtml5-toolbar .wizard > .actions a.btn:focus:active, .wizard > .actions .note-editor a.note-btn.btn-sm:focus:active, .note-editor .wizard > .actions a.note-btn.btn-sm:focus:active, .wizard > .actions .note-editor .btn-group-sm > a.note-btn.btn:focus:active, .note-editor .wizard > .actions .btn-group-sm > a.note-btn.btn:focus:active, ul.wysihtml5-toolbar a.btn.btn-primary:focus, ul.wysihtml5-toolbar .wizard > .actions a:focus, .wizard > .actions ul.wysihtml5-toolbar a:focus, ul.wysihtml5-toolbar .dt-buttons a.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary:focus[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a:focus[class*="owl-"], .owl-theme .owl-nav .wizard > .actions ul.wysihtml5-toolbar a:focus[class*="owl-"], .note-editor .btn.btn-primary.note-btn.btn-sm:focus, .note-editor .btn-group-sm > .btn.btn-primary.note-btn:focus, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:focus, .note-editor .wizard > .actions .btn-group-sm > a.note-btn:focus, .wizard > .actions .note-editor .btn-group-sm > a.note-btn:focus, .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button:focus, .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button:focus, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.btn-primary.note-btn:focus, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .btn-group-sm > button.btn-primary.note-btn:focus, .note-editor .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.note-btn.dt-button:focus, .note-editor .sweet-alert .btn-group-sm > button.btn-primary.note-btn:focus, .sweet-alert .note-editor .btn-group-sm > button.btn-primary.note-btn:focus, .note-editor .dt-buttons .sweet-alert .btn-group-sm > button.note-btn.dt-button:focus, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-primary.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-primary.note-btn:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .note-editor .btn-group-sm > a.note-btn:focus[class*="owl-"], .note-editor .wizard > .actions .owl-theme .owl-nav .btn-group-sm > a.note-btn:focus[class*="owl-"], .note-editor .dt-buttons .owl-theme .owl-nav .btn-group-sm > .note-btn.dt-button:focus[class*="owl-"], .note-editor .dt-buttons .note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .note-btn.btn-sm.dt-button:focus, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.note-btn.btn-sm:focus, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-primary.note-btn.btn-sm:focus, .note-editor .sweet-alert button.btn-primary.note-btn.btn-sm:focus, .sweet-alert .note-editor button.btn-primary.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .btn-primary.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-primary.note-btn.btn-sm:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .note-editor a.note-btn.btn-sm:focus[class*="owl-"], .dt-buttons .btn-outline.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.dt-button.btn:focus, ul.wysihtml5-toolbar .dt-buttons a.dt-button.btn:focus, .dt-buttons .note-editor .btn-group-sm > .dt-button.note-btn.btn:focus, .note-editor .dt-buttons .btn-group-sm > .dt-button.note-btn.btn:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:focus, .sweet-alert button.btn-outline.btn-primary:focus, .sweet-alert .note-editor .btn-group-sm > button.btn-primary.note-btn.btn:focus, .note-editor .sweet-alert .btn-group-sm > button.btn-primary.note-btn.btn:focus, .sweet-alert .note-editor .dt-buttons .btn-group-sm > button.note-btn.dt-button:focus, .sweet-alert .dt-buttons .note-editor .btn-group-sm > button.note-btn.dt-button:focus, .dt-buttons .note-editor .sweet-alert .btn-group-sm > button.note-btn.dt-button:focus, .sweet-alert .note-editor .dt-buttons button.note-btn.btn-sm.dt-button:focus, .note-editor .dt-buttons .sweet-alert button.note-btn.btn-sm.dt-button:focus, .sweet-alert .dt-buttons .note-editor button.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .sweet-alert button.note-btn.btn-sm.dt-button:focus, .sweet-alert .dt-buttons button.btn-outline.dt-button:focus, .dt-buttons .sweet-alert button.btn-outline.dt-button:focus, .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:focus, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dt-button:focus, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dt-button:focus, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:focus, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-primary:focus, .owl-theme .owl-nav .btn-outline.btn-primary:focus[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline:focus[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline:focus[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm:focus[class*="owl-"], .note-editor .wizard > .actions .owl-theme .owl-nav a.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary.btn:focus[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary.btn:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a:focus[class*="owl-"], ul.wysihtml5-toolbar .wizard > .actions .owl-theme .owl-nav a:focus[class*="owl-"], .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button:focus[class*="owl-"], ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a.dt-button:focus[class*="owl-"], .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a.dt-button:focus[class*="owl-"], .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-primary.note-btn.btn:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-primary.note-btn.btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn:focus[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button:focus[class*="owl-"], .owl-theme .owl-nav .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button:focus[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn.dt-button:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .note-btn.btn-sm.dt-button:focus[class*="owl-"], .note-editor .dt-buttons .owl-theme .owl-nav .note-btn.btn-sm.dt-button:focus[class*="owl-"], .owl-theme .owl-nav .dt-buttons .note-editor .note-btn.btn-sm.dt-button:focus[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .note-btn.btn-sm.dt-button:focus[class*="owl-"], .owl-theme .owl-nav .dt-buttons .btn-outline.dt-button:focus[class*="owl-"], .dt-buttons .owl-theme .owl-nav .btn-outline.dt-button:focus[class*="owl-"], .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:focus[class*="owl-"], .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dt-button:focus[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:focus[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button.dt-button:focus[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:focus[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-primary:focus[class*="owl-"], .btn.btn-outline.btn-primary:active, .wizard > .actions .disabled a.btn-outline:active, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn:active, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn:active, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:active, .wizard > .actions .disabled .note-editor .btn-group-sm > a.note-btn.btn:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn.btn:active, .wizard > .actions .disabled a.btn-outline:active:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar a.btn:active:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled a.btn:active:hover, .wizard > .actions .disabled .note-editor a.note-btn.btn-sm:active:hover, .note-editor .wizard > .actions .disabled a.note-btn.btn-sm:active:hover, .wizard > .actions .disabled .note-editor .btn-group-sm > a.note-btn.btn:active:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn.btn:active:hover, .wizard > .actions a.btn-outline:active, .wizard > .actions ul.wysihtml5-toolbar a.btn:active, ul.wysihtml5-toolbar .wizard > .actions a.btn:active, .wizard > .actions .note-editor a.note-btn.btn-sm:active, .note-editor .wizard > .actions a.note-btn.btn-sm:active, .wizard > .actions .note-editor .btn-group-sm > a.note-btn.btn:active, .note-editor .wizard > .actions .btn-group-sm > a.note-btn.btn:active, .wizard > .actions a.btn-outline:active:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn:active:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn:active:hover, .wizard > .actions .note-editor a.note-btn.btn-sm:active:hover, .note-editor .wizard > .actions a.note-btn.btn-sm:active:hover, .wizard > .actions .note-editor .btn-group-sm > a.note-btn.btn:active:hover, .note-editor .wizard > .actions .btn-group-sm > a.note-btn.btn:active:hover, ul.wysihtml5-toolbar a.btn.btn-primary:active, ul.wysihtml5-toolbar .wizard > .actions a:active, .wizard > .actions ul.wysihtml5-toolbar a:active, ul.wysihtml5-toolbar .dt-buttons a.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary:active[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions ul.wysihtml5-toolbar a:active[class*="owl-"], .note-editor .btn.btn-primary.note-btn.btn-sm:active, .note-editor .btn-group-sm > .btn.btn-primary.note-btn:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:active, .note-editor .wizard > .actions .btn-group-sm > a.note-btn:active, .wizard > .actions .note-editor .btn-group-sm > a.note-btn:active, .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button:active, .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button:active, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.btn-primary.note-btn:active, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .btn-group-sm > button.btn-primary.note-btn:active, .note-editor .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.note-btn.dt-button:active, .note-editor .sweet-alert .btn-group-sm > button.btn-primary.note-btn:active, .sweet-alert .note-editor .btn-group-sm > button.btn-primary.note-btn:active, .note-editor .dt-buttons .sweet-alert .btn-group-sm > button.note-btn.dt-button:active, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-primary.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-primary.note-btn:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.note-btn:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .note-editor .btn-group-sm > a.note-btn:active[class*="owl-"], .note-editor .wizard > .actions .owl-theme .owl-nav .btn-group-sm > a.note-btn:active[class*="owl-"], .note-editor .dt-buttons .owl-theme .owl-nav .btn-group-sm > .note-btn.dt-button:active[class*="owl-"], .note-editor .dt-buttons .note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .note-btn.btn-sm.dt-button:active, .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.note-btn.btn-sm:active, .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-primary.note-btn.btn-sm:active, .note-editor .sweet-alert button.btn-primary.note-btn.btn-sm:active, .sweet-alert .note-editor button.btn-primary.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .btn-primary.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-primary.note-btn.btn-sm:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.note-btn:active[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions a.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .note-editor a.note-btn.btn-sm:active[class*="owl-"], .dt-buttons .btn-outline.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.dt-button.btn:active, ul.wysihtml5-toolbar .dt-buttons a.dt-button.btn:active, .dt-buttons .note-editor .btn-group-sm > .dt-button.note-btn.btn:active, .note-editor .dt-buttons .btn-group-sm > .dt-button.note-btn.btn:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:active, .sweet-alert button.btn-outline.btn-primary:active, .sweet-alert .note-editor .btn-group-sm > button.btn-primary.note-btn.btn:active, .note-editor .sweet-alert .btn-group-sm > button.btn-primary.note-btn.btn:active, .sweet-alert .note-editor .dt-buttons .btn-group-sm > button.note-btn.dt-button:active, .sweet-alert .dt-buttons .note-editor .btn-group-sm > button.note-btn.dt-button:active, .dt-buttons .note-editor .sweet-alert .btn-group-sm > button.note-btn.dt-button:active, .sweet-alert .note-editor .dt-buttons button.note-btn.btn-sm.dt-button:active, .note-editor .dt-buttons .sweet-alert button.note-btn.btn-sm.dt-button:active, .sweet-alert .dt-buttons .note-editor button.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .sweet-alert button.note-btn.btn-sm.dt-button:active, .sweet-alert .dt-buttons button.btn-outline.dt-button:active, .dt-buttons .sweet-alert button.btn-outline.dt-button:active, .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:active, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dt-button:active, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dt-button:active, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:active, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-primary:active, .owl-theme .owl-nav .btn-outline.btn-primary:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-outline:active[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a.btn-outline:active[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions a.note-btn.btn-sm:active[class*="owl-"], .note-editor .wizard > .actions .owl-theme .owl-nav a.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary.btn:active[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary.btn:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a:active[class*="owl-"], ul.wysihtml5-toolbar .wizard > .actions .owl-theme .owl-nav a:active[class*="owl-"], .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button:active[class*="owl-"], ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a.dt-button:active[class*="owl-"], .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a.dt-button:active[class*="owl-"], .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-primary.note-btn.btn:active[class*="owl-"], .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-primary.note-btn.btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.note-btn:active[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button:active[class*="owl-"], .owl-theme .owl-nav .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button:active[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn.dt-button:active[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .note-btn.btn-sm.dt-button:active[class*="owl-"], .note-editor .dt-buttons .owl-theme .owl-nav .note-btn.btn-sm.dt-button:active[class*="owl-"], .owl-theme .owl-nav .dt-buttons .note-editor .note-btn.btn-sm.dt-button:active[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .note-btn.btn-sm.dt-button:active[class*="owl-"], .owl-theme .owl-nav .dt-buttons .btn-outline.dt-button:active[class*="owl-"], .dt-buttons .owl-theme .owl-nav .btn-outline.dt-button:active[class*="owl-"], .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:active[class*="owl-"], .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dt-button:active[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:active[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button.dt-button:active[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:active[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-primary:active[class*="owl-"] {
        border: solid 1px #4e9de6; }
    .btn.btn-outline.btn-success, .wizard > .actions a.btn-outline.btn-success, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn.btn-success, ul.wysihtml5-toolbar .wizard > .actions a.btn-success, .wizard > .actions ul.wysihtml5-toolbar a.btn-success, ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*="owl-"], .note-editor .btn.btn-success.note-btn.btn-sm, .note-editor .btn-group-sm > .btn.btn-success.note-btn, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-success.note-btn, .note-editor .wizard > .actions .btn-group-sm > a.btn-success.note-btn, .wizard > .actions .note-editor .btn-group-sm > a.btn-success.note-btn, .note-editor .dt-buttons .btn-group-sm > .btn-success.note-btn.dt-button, .dt-buttons .note-editor .btn-group-sm > .btn-success.note-btn.dt-button, .note-editor .sweet-alert .btn-group-sm > button.btn-success.note-btn, .sweet-alert .note-editor .btn-group-sm > button.btn-success.note-btn, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-success.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-success.note-btn[class*="owl-"], .note-editor .dt-buttons .btn-success.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .btn-success.note-btn.btn-sm.dt-button, .note-editor .sweet-alert button.btn-success.note-btn.btn-sm, .sweet-alert .note-editor button.btn-success.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .btn-success.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-success.note-btn.btn-sm[class*="owl-"], .dt-buttons .btn-outline.btn-success.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success, .sweet-alert button.btn-outline.btn-success, .owl-theme .owl-nav .btn-outline.btn-success[class*="owl-"] {
      border: solid 1px rgba(46, 205, 153, 0.5);
      color: #2ecd99; }
      .btn.btn-outline.btn-success:hover, .wizard > .actions a.btn-outline.btn-success:hover, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn.btn-success:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-success:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-success:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success:hover[class*="owl-"], .note-editor .btn.btn-success.note-btn.btn-sm:hover, .note-editor .btn-group-sm > .btn.btn-success.note-btn:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-success.note-btn:hover, .note-editor .wizard > .actions .btn-group-sm > a.btn-success.note-btn:hover, .wizard > .actions .note-editor .btn-group-sm > a.btn-success.note-btn:hover, .note-editor .dt-buttons .btn-group-sm > .btn-success.note-btn.dt-button:hover, .dt-buttons .note-editor .btn-group-sm > .btn-success.note-btn.dt-button:hover, .note-editor .sweet-alert .btn-group-sm > button.btn-success.note-btn:hover, .sweet-alert .note-editor .btn-group-sm > button.btn-success.note-btn:hover, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-success.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-success.note-btn:hover[class*="owl-"], .note-editor .dt-buttons .btn-success.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .btn-success.note-btn.btn-sm.dt-button:hover, .note-editor .sweet-alert button.btn-success.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-success.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .btn-success.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-success.note-btn.btn-sm:hover[class*="owl-"], .dt-buttons .btn-outline.btn-success.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:hover, .sweet-alert button.btn-outline.btn-success:hover, .owl-theme .owl-nav .btn-outline.btn-success:hover[class*="owl-"], .btn.btn-outline.btn-success:focus, .wizard > .actions a.btn-outline.btn-success:focus, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm:focus, ul.wysihtml5-toolbar a.btn.btn-success:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-success:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-success:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success:focus[class*="owl-"], .note-editor .btn.btn-success.note-btn.btn-sm:focus, .note-editor .btn-group-sm > .btn.btn-success.note-btn:focus, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-success.note-btn:focus, .note-editor .wizard > .actions .btn-group-sm > a.btn-success.note-btn:focus, .wizard > .actions .note-editor .btn-group-sm > a.btn-success.note-btn:focus, .note-editor .dt-buttons .btn-group-sm > .btn-success.note-btn.dt-button:focus, .dt-buttons .note-editor .btn-group-sm > .btn-success.note-btn.dt-button:focus, .note-editor .sweet-alert .btn-group-sm > button.btn-success.note-btn:focus, .sweet-alert .note-editor .btn-group-sm > button.btn-success.note-btn:focus, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-success.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-success.note-btn:focus[class*="owl-"], .note-editor .dt-buttons .btn-success.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .btn-success.note-btn.btn-sm.dt-button:focus, .note-editor .sweet-alert button.btn-success.note-btn.btn-sm:focus, .sweet-alert .note-editor button.btn-success.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .btn-success.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-success.note-btn.btn-sm:focus[class*="owl-"], .dt-buttons .btn-outline.btn-success.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:focus, .sweet-alert button.btn-outline.btn-success:focus, .owl-theme .owl-nav .btn-outline.btn-success:focus[class*="owl-"], .btn.btn-outline.btn-success:active, .wizard > .actions a.btn-outline.btn-success:active, .wizard > .actions .note-editor a.btn-success.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-success.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn.btn-success:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-success:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-success:active, ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success:active[class*="owl-"], .note-editor .btn.btn-success.note-btn.btn-sm:active, .note-editor .btn-group-sm > .btn.btn-success.note-btn:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-success.note-btn:active, .note-editor .wizard > .actions .btn-group-sm > a.btn-success.note-btn:active, .wizard > .actions .note-editor .btn-group-sm > a.btn-success.note-btn:active, .note-editor .dt-buttons .btn-group-sm > .btn-success.note-btn.dt-button:active, .dt-buttons .note-editor .btn-group-sm > .btn-success.note-btn.dt-button:active, .note-editor .sweet-alert .btn-group-sm > button.btn-success.note-btn:active, .sweet-alert .note-editor .btn-group-sm > button.btn-success.note-btn:active, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-success.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-success.note-btn:active[class*="owl-"], .note-editor .dt-buttons .btn-success.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .btn-success.note-btn.btn-sm.dt-button:active, .note-editor .sweet-alert button.btn-success.note-btn.btn-sm:active, .sweet-alert .note-editor button.btn-success.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .btn-success.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-success.note-btn.btn-sm:active[class*="owl-"], .dt-buttons .btn-outline.btn-success.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:active, .sweet-alert button.btn-outline.btn-success:active, .owl-theme .owl-nav .btn-outline.btn-success:active[class*="owl-"] {
        border: solid 1px #2ecd99; }
    .btn.btn-outline.btn-danger, .wizard > .actions a.btn-outline.btn-danger, .wizard > .actions .note-editor a.btn-danger.note-btn.btn-sm, .note-editor .wizard > .actions a.btn-danger.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn.btn-danger, ul.wysihtml5-toolbar .wizard > .actions a.btn-danger, .wizard > .actions ul.wysihtml5-toolbar a.btn-danger, ul.wysihtml5-toolbar .dt-buttons a.btn-danger.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-danger.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-danger[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-danger[class*="owl-"], .note-editor .btn.btn-danger.note-btn.btn-sm, .note-editor .btn-group-sm > .btn.btn-danger.note-btn, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-danger.note-btn, .note-editor .wizard > .actions .btn-group-sm > a.btn-danger.note-btn, .wizard > .actions .note-editor .btn-group-sm > a.btn-danger.note-btn, .note-editor .dt-buttons .btn-group-sm > .btn-danger.note-btn.dt-button, .dt-buttons .note-editor .btn-group-sm > .btn-danger.note-btn.dt-button, .note-editor .sweet-alert .btn-group-sm > button.btn-danger.note-btn, .sweet-alert .note-editor .btn-group-sm > button.btn-danger.note-btn, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-danger.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-danger.note-btn[class*="owl-"], .note-editor .dt-buttons .btn-danger.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .btn-danger.note-btn.btn-sm.dt-button, .note-editor .sweet-alert button.btn-danger.note-btn.btn-sm, .sweet-alert .note-editor button.btn-danger.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .btn-danger.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-danger.note-btn.btn-sm[class*="owl-"], .dt-buttons .btn-outline.btn-danger.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger, .sweet-alert button.btn-outline.btn-danger, .owl-theme .owl-nav .btn-outline.btn-danger[class*="owl-"] {
      border: solid 1px rgba(237, 111, 86, 0.5);
      color: #ed6f56; }
      .btn.btn-outline.btn-danger:hover, .wizard > .actions a.btn-outline.btn-danger:hover, .wizard > .actions .note-editor a.btn-danger.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-danger.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn.btn-danger:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-danger:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-danger:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-danger.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-danger.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-danger:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-danger:hover[class*="owl-"], .note-editor .btn.btn-danger.note-btn.btn-sm:hover, .note-editor .btn-group-sm > .btn.btn-danger.note-btn:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-danger.note-btn:hover, .note-editor .wizard > .actions .btn-group-sm > a.btn-danger.note-btn:hover, .wizard > .actions .note-editor .btn-group-sm > a.btn-danger.note-btn:hover, .note-editor .dt-buttons .btn-group-sm > .btn-danger.note-btn.dt-button:hover, .dt-buttons .note-editor .btn-group-sm > .btn-danger.note-btn.dt-button:hover, .note-editor .sweet-alert .btn-group-sm > button.btn-danger.note-btn:hover, .sweet-alert .note-editor .btn-group-sm > button.btn-danger.note-btn:hover, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-danger.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-danger.note-btn:hover[class*="owl-"], .note-editor .dt-buttons .btn-danger.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .btn-danger.note-btn.btn-sm.dt-button:hover, .note-editor .sweet-alert button.btn-danger.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-danger.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .btn-danger.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-danger.note-btn.btn-sm:hover[class*="owl-"], .dt-buttons .btn-outline.btn-danger.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:hover, .sweet-alert button.btn-outline.btn-danger:hover, .owl-theme .owl-nav .btn-outline.btn-danger:hover[class*="owl-"], .btn.btn-outline.btn-danger:focus, .wizard > .actions a.btn-outline.btn-danger:focus, .wizard > .actions .note-editor a.btn-danger.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.btn-danger.note-btn.btn-sm:focus, ul.wysihtml5-toolbar a.btn.btn-danger:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-danger:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-danger:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-danger.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-danger.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-danger:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-danger:focus[class*="owl-"], .note-editor .btn.btn-danger.note-btn.btn-sm:focus, .note-editor .btn-group-sm > .btn.btn-danger.note-btn:focus, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-danger.note-btn:focus, .note-editor .wizard > .actions .btn-group-sm > a.btn-danger.note-btn:focus, .wizard > .actions .note-editor .btn-group-sm > a.btn-danger.note-btn:focus, .note-editor .dt-buttons .btn-group-sm > .btn-danger.note-btn.dt-button:focus, .dt-buttons .note-editor .btn-group-sm > .btn-danger.note-btn.dt-button:focus, .note-editor .sweet-alert .btn-group-sm > button.btn-danger.note-btn:focus, .sweet-alert .note-editor .btn-group-sm > button.btn-danger.note-btn:focus, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-danger.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-danger.note-btn:focus[class*="owl-"], .note-editor .dt-buttons .btn-danger.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .btn-danger.note-btn.btn-sm.dt-button:focus, .note-editor .sweet-alert button.btn-danger.note-btn.btn-sm:focus, .sweet-alert .note-editor button.btn-danger.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .btn-danger.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-danger.note-btn.btn-sm:focus[class*="owl-"], .dt-buttons .btn-outline.btn-danger.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:focus, .sweet-alert button.btn-outline.btn-danger:focus, .owl-theme .owl-nav .btn-outline.btn-danger:focus[class*="owl-"], .btn.btn-outline.btn-danger:active, .wizard > .actions a.btn-outline.btn-danger:active, .wizard > .actions .note-editor a.btn-danger.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-danger.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn.btn-danger:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-danger:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-danger:active, ul.wysihtml5-toolbar .dt-buttons a.btn-danger.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-danger.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-danger:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-danger:active[class*="owl-"], .note-editor .btn.btn-danger.note-btn.btn-sm:active, .note-editor .btn-group-sm > .btn.btn-danger.note-btn:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-danger.note-btn:active, .note-editor .wizard > .actions .btn-group-sm > a.btn-danger.note-btn:active, .wizard > .actions .note-editor .btn-group-sm > a.btn-danger.note-btn:active, .note-editor .dt-buttons .btn-group-sm > .btn-danger.note-btn.dt-button:active, .dt-buttons .note-editor .btn-group-sm > .btn-danger.note-btn.dt-button:active, .note-editor .sweet-alert .btn-group-sm > button.btn-danger.note-btn:active, .sweet-alert .note-editor .btn-group-sm > button.btn-danger.note-btn:active, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-danger.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-danger.note-btn:active[class*="owl-"], .note-editor .dt-buttons .btn-danger.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .btn-danger.note-btn.btn-sm.dt-button:active, .note-editor .sweet-alert button.btn-danger.note-btn.btn-sm:active, .sweet-alert .note-editor button.btn-danger.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .btn-danger.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-danger.note-btn.btn-sm:active[class*="owl-"], .dt-buttons .btn-outline.btn-danger.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:active, .sweet-alert button.btn-outline.btn-danger:active, .owl-theme .owl-nav .btn-outline.btn-danger:active[class*="owl-"] {
        border: solid 1px #ed6f56; }
    .btn.btn-outline.btn-warning, .wizard > .actions a.btn-outline.btn-warning, .wizard > .actions .note-editor a.btn-warning.note-btn.btn-sm, .note-editor .wizard > .actions a.btn-warning.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn.btn-warning, ul.wysihtml5-toolbar .wizard > .actions a.btn-warning, .wizard > .actions ul.wysihtml5-toolbar a.btn-warning, ul.wysihtml5-toolbar .dt-buttons a.btn-warning.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-warning.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-warning[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-warning[class*="owl-"], .note-editor .btn.btn-warning.note-btn.btn-sm, .note-editor .btn-group-sm > .btn.btn-warning.note-btn, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-warning.note-btn, .note-editor .wizard > .actions .btn-group-sm > a.btn-warning.note-btn, .wizard > .actions .note-editor .btn-group-sm > a.btn-warning.note-btn, .note-editor .dt-buttons .btn-group-sm > .btn-warning.note-btn.dt-button, .dt-buttons .note-editor .btn-group-sm > .btn-warning.note-btn.dt-button, .note-editor .sweet-alert .btn-group-sm > button.btn-warning.note-btn, .sweet-alert .note-editor .btn-group-sm > button.btn-warning.note-btn, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-warning.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-warning.note-btn[class*="owl-"], .note-editor .dt-buttons .btn-warning.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .btn-warning.note-btn.btn-sm.dt-button, .note-editor .sweet-alert button.btn-warning.note-btn.btn-sm, .sweet-alert .note-editor button.btn-warning.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .btn-warning.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-warning.note-btn.btn-sm[class*="owl-"], .dt-buttons .btn-outline.btn-warning.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning, .sweet-alert button.btn-outline.btn-warning, .owl-theme .owl-nav .btn-outline.btn-warning[class*="owl-"] {
      border: solid 1px rgba(240, 197, 65, 0.5);
      color: #f0c541; }
      .btn.btn-outline.btn-warning:hover, .wizard > .actions a.btn-outline.btn-warning:hover, .wizard > .actions .note-editor a.btn-warning.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-warning.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn.btn-warning:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-warning:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-warning:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-warning.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-warning.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-warning:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-warning:hover[class*="owl-"], .note-editor .btn.btn-warning.note-btn.btn-sm:hover, .note-editor .btn-group-sm > .btn.btn-warning.note-btn:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-warning.note-btn:hover, .note-editor .wizard > .actions .btn-group-sm > a.btn-warning.note-btn:hover, .wizard > .actions .note-editor .btn-group-sm > a.btn-warning.note-btn:hover, .note-editor .dt-buttons .btn-group-sm > .btn-warning.note-btn.dt-button:hover, .dt-buttons .note-editor .btn-group-sm > .btn-warning.note-btn.dt-button:hover, .note-editor .sweet-alert .btn-group-sm > button.btn-warning.note-btn:hover, .sweet-alert .note-editor .btn-group-sm > button.btn-warning.note-btn:hover, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-warning.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-warning.note-btn:hover[class*="owl-"], .note-editor .dt-buttons .btn-warning.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .btn-warning.note-btn.btn-sm.dt-button:hover, .note-editor .sweet-alert button.btn-warning.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-warning.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .btn-warning.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-warning.note-btn.btn-sm:hover[class*="owl-"], .dt-buttons .btn-outline.btn-warning.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:hover, .sweet-alert button.btn-outline.btn-warning:hover, .owl-theme .owl-nav .btn-outline.btn-warning:hover[class*="owl-"], .btn.btn-outline.btn-warning:focus, .wizard > .actions a.btn-outline.btn-warning:focus, .wizard > .actions .note-editor a.btn-warning.note-btn.btn-sm:focus, .note-editor .wizard > .actions a.btn-warning.note-btn.btn-sm:focus, ul.wysihtml5-toolbar a.btn.btn-warning:focus, ul.wysihtml5-toolbar .wizard > .actions a.btn-warning:focus, .wizard > .actions ul.wysihtml5-toolbar a.btn-warning:focus, ul.wysihtml5-toolbar .dt-buttons a.btn-warning.dt-button:focus, .dt-buttons ul.wysihtml5-toolbar a.btn-warning.dt-button:focus, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-warning:focus[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-warning:focus[class*="owl-"], .note-editor .btn.btn-warning.note-btn.btn-sm:focus, .note-editor .btn-group-sm > .btn.btn-warning.note-btn:focus, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-warning.note-btn:focus, .note-editor .wizard > .actions .btn-group-sm > a.btn-warning.note-btn:focus, .wizard > .actions .note-editor .btn-group-sm > a.btn-warning.note-btn:focus, .note-editor .dt-buttons .btn-group-sm > .btn-warning.note-btn.dt-button:focus, .dt-buttons .note-editor .btn-group-sm > .btn-warning.note-btn.dt-button:focus, .note-editor .sweet-alert .btn-group-sm > button.btn-warning.note-btn:focus, .sweet-alert .note-editor .btn-group-sm > button.btn-warning.note-btn:focus, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-warning.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-warning.note-btn:focus[class*="owl-"], .note-editor .dt-buttons .btn-warning.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .btn-warning.note-btn.btn-sm.dt-button:focus, .note-editor .sweet-alert button.btn-warning.note-btn.btn-sm:focus, .sweet-alert .note-editor button.btn-warning.note-btn.btn-sm:focus, .note-editor .owl-theme .owl-nav .btn-warning.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-warning.note-btn.btn-sm:focus[class*="owl-"], .dt-buttons .btn-outline.btn-warning.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:focus, .sweet-alert button.btn-outline.btn-warning:focus, .owl-theme .owl-nav .btn-outline.btn-warning:focus[class*="owl-"], .btn.btn-outline.btn-warning:active, .wizard > .actions a.btn-outline.btn-warning:active, .wizard > .actions .note-editor a.btn-warning.note-btn.btn-sm:active, .note-editor .wizard > .actions a.btn-warning.note-btn.btn-sm:active, ul.wysihtml5-toolbar a.btn.btn-warning:active, ul.wysihtml5-toolbar .wizard > .actions a.btn-warning:active, .wizard > .actions ul.wysihtml5-toolbar a.btn-warning:active, ul.wysihtml5-toolbar .dt-buttons a.btn-warning.dt-button:active, .dt-buttons ul.wysihtml5-toolbar a.btn-warning.dt-button:active, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-warning:active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-warning:active[class*="owl-"], .note-editor .btn.btn-warning.note-btn.btn-sm:active, .note-editor .btn-group-sm > .btn.btn-warning.note-btn:active, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-warning.note-btn:active, .note-editor .wizard > .actions .btn-group-sm > a.btn-warning.note-btn:active, .wizard > .actions .note-editor .btn-group-sm > a.btn-warning.note-btn:active, .note-editor .dt-buttons .btn-group-sm > .btn-warning.note-btn.dt-button:active, .dt-buttons .note-editor .btn-group-sm > .btn-warning.note-btn.dt-button:active, .note-editor .sweet-alert .btn-group-sm > button.btn-warning.note-btn:active, .sweet-alert .note-editor .btn-group-sm > button.btn-warning.note-btn:active, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-warning.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-warning.note-btn:active[class*="owl-"], .note-editor .dt-buttons .btn-warning.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .btn-warning.note-btn.btn-sm.dt-button:active, .note-editor .sweet-alert button.btn-warning.note-btn.btn-sm:active, .sweet-alert .note-editor button.btn-warning.note-btn.btn-sm:active, .note-editor .owl-theme .owl-nav .btn-warning.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-warning.note-btn.btn-sm:active[class*="owl-"], .dt-buttons .btn-outline.btn-warning.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:active, .sweet-alert button.btn-outline.btn-warning:active, .owl-theme .owl-nav .btn-outline.btn-warning:active[class*="owl-"] {
        border: solid 1px #f0c541; }
    .btn.btn-outline.btn-outline-white, .wizard > .actions a.btn-outline.btn-outline-white, .wizard > .actions .note-editor a.btn-outline-white.note-btn.btn-sm, .note-editor .wizard > .actions a.btn-outline-white.note-btn.btn-sm, ul.wysihtml5-toolbar a.btn.btn-outline-white, ul.wysihtml5-toolbar .wizard > .actions a.btn-outline-white, .wizard > .actions ul.wysihtml5-toolbar a.btn-outline-white, ul.wysihtml5-toolbar .dt-buttons a.btn-outline-white.dt-button, .dt-buttons ul.wysihtml5-toolbar a.btn-outline-white.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-outline-white[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-outline-white[class*="owl-"], .note-editor .btn.btn-outline-white.note-btn.btn-sm, .note-editor .btn-group-sm > .btn.btn-outline-white.note-btn, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-outline-white.note-btn, .note-editor .wizard > .actions .btn-group-sm > a.btn-outline-white.note-btn, .wizard > .actions .note-editor .btn-group-sm > a.btn-outline-white.note-btn, .note-editor .dt-buttons .btn-group-sm > .btn-outline-white.note-btn.dt-button, .dt-buttons .note-editor .btn-group-sm > .btn-outline-white.note-btn.dt-button, .note-editor .sweet-alert .btn-group-sm > button.btn-outline-white.note-btn, .sweet-alert .note-editor .btn-group-sm > button.btn-outline-white.note-btn, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-outline-white.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-outline-white.note-btn[class*="owl-"], .note-editor .dt-buttons .btn-outline-white.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .btn-outline-white.note-btn.btn-sm.dt-button, .note-editor .sweet-alert button.btn-outline-white.note-btn.btn-sm, .sweet-alert .note-editor button.btn-outline-white.note-btn.btn-sm, .note-editor .owl-theme .owl-nav .btn-outline-white.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-outline-white.note-btn.btn-sm[class*="owl-"], .dt-buttons .btn-outline.btn-outline-white.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-outline-white, .sweet-alert button.btn-outline.btn-outline-white, .owl-theme .owl-nav .btn-outline.btn-outline-white[class*="owl-"] {
      border: solid 1px rgba(255, 255, 255, 0.5);
      color: white !important; }
      .btn.btn-outline.btn-outline-white:hover, .wizard > .actions a.btn-outline.btn-outline-white:hover, .wizard > .actions .note-editor a.btn-outline-white.note-btn.btn-sm:hover, .note-editor .wizard > .actions a.btn-outline-white.note-btn.btn-sm:hover, ul.wysihtml5-toolbar a.btn.btn-outline-white:hover, ul.wysihtml5-toolbar .wizard > .actions a.btn-outline-white:hover, .wizard > .actions ul.wysihtml5-toolbar a.btn-outline-white:hover, ul.wysihtml5-toolbar .dt-buttons a.btn-outline-white.dt-button:hover, .dt-buttons ul.wysihtml5-toolbar a.btn-outline-white.dt-button:hover, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-outline-white:hover[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-outline-white:hover[class*="owl-"], .note-editor .btn.btn-outline-white.note-btn.btn-sm:hover, .note-editor .btn-group-sm > .btn.btn-outline-white.note-btn:hover, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-outline-white.note-btn:hover, .note-editor .wizard > .actions .btn-group-sm > a.btn-outline-white.note-btn:hover, .wizard > .actions .note-editor .btn-group-sm > a.btn-outline-white.note-btn:hover, .note-editor .dt-buttons .btn-group-sm > .btn-outline-white.note-btn.dt-button:hover, .dt-buttons .note-editor .btn-group-sm > .btn-outline-white.note-btn.dt-button:hover, .note-editor .sweet-alert .btn-group-sm > button.btn-outline-white.note-btn:hover, .sweet-alert .note-editor .btn-group-sm > button.btn-outline-white.note-btn:hover, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-outline-white.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-outline-white.note-btn:hover[class*="owl-"], .note-editor .dt-buttons .btn-outline-white.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .btn-outline-white.note-btn.btn-sm.dt-button:hover, .note-editor .sweet-alert button.btn-outline-white.note-btn.btn-sm:hover, .sweet-alert .note-editor button.btn-outline-white.note-btn.btn-sm:hover, .note-editor .owl-theme .owl-nav .btn-outline-white.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-outline-white.note-btn.btn-sm:hover[class*="owl-"], .dt-buttons .btn-outline.btn-outline-white.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-outline-white:hover, .sweet-alert button.btn-outline.btn-outline-white:hover, .owl-theme .owl-nav .btn-outline.btn-outline-white:hover[class*="owl-"] {
        border: solid 1px white; }
  .btn.btn-rounded, .wizard > .actions a.btn-rounded, .dt-buttons .btn-rounded.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-rounded, .sweet-alert button.btn-rounded, .owl-theme .owl-nav .btn-rounded[class*="owl-"] {
    border-radius: 60px; }
  .btn.btn-lg, .btn-group-lg > .btn, .wizard > .actions .disabled .btn-group-lg > a, .wizard > .actions .btn-group-lg > a, .dt-buttons .btn-group-lg > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-lg > button, .sweet-alert .btn-group-lg > button, .owl-theme .owl-nav .btn-group-lg > [class*="owl-"], .wizard > .actions a.btn-lg, .wizard > .actions .btn-group-lg > a.btn:hover, .wizard > .actions .btn-group-lg > a.btn:active, .dt-buttons .btn-lg.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lg, .sweet-alert button.btn-lg, .sweet-alert .btn-group-lg > button.btn, .owl-theme .owl-nav .btn-lg[class*="owl-"] {
    padding: 12px 25px; }
  .btn.btn-sm, .btn-group-sm > .btn, .wizard > .actions .disabled .btn-group-sm > a, .wizard > .actions .btn-group-sm > a, .dt-buttons .btn-group-sm > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button, .sweet-alert .btn-group-sm > button, .owl-theme .owl-nav .btn-group-sm > [class*="owl-"], .wizard > .actions a.btn-sm, .wizard > .actions .btn-group-sm > a.btn:hover, .wizard > .actions .btn-group-sm > a.btn:active, .dt-buttons .btn-sm.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-sm, .sweet-alert button.btn-sm, .sweet-alert .btn-group-sm > button.btn, .owl-theme .owl-nav .btn-sm[class*="owl-"] {
    padding: 6px 12px; }
  .btn.btn-xs, .wizard > .actions a.btn-xs, .wizard > .actions .dt-buttons a.dt-button, .dt-buttons .wizard > .actions a.dt-button, .wizard > .actions .owl-theme .owl-nav a:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a:hover[class*="owl-"], .wizard > .actions .owl-theme .owl-nav a:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a:active[class*="owl-"], .dt-buttons .dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-xs, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button, .sweet-alert button.btn-xs, .sweet-alert .dt-buttons button.dt-button, .dt-buttons .sweet-alert button.dt-button, .owl-theme .owl-nav [class*="owl-"] {
    padding: 4px 25px; }
  .btn.btn-icon i, .wizard > .actions a.btn-icon i, .dt-buttons .btn-icon.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon i, .sweet-alert button.btn-icon i, .owl-theme .owl-nav .btn-icon[class*="owl-"] i {
    padding-right: 6px;
    font-size: 14px; }
  .btn.btn-icon.right-icon i, .wizard > .actions a.btn-icon.right-icon i, .dt-buttons .btn-icon.right-icon.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon.right-icon i, .sweet-alert button.btn-icon.right-icon i, .owl-theme .owl-nav .btn-icon.right-icon[class*="owl-"] i {
    padding-left: 6px; }
  .btn.btn-icon.left-icon i, .wizard > .actions a.btn-icon.left-icon i, .dt-buttons .btn-icon.left-icon.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon.left-icon i, .sweet-alert button.btn-icon.left-icon i, .owl-theme .owl-nav .btn-icon.left-icon[class*="owl-"] i {
    padding-right: 6px; }
  .btn.btn-lable-wrap, .wizard > .actions a.btn-lable-wrap, .dt-buttons .btn-lable-wrap.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap, .sweet-alert button.btn-lable-wrap, .owl-theme .owl-nav .btn-lable-wrap[class*="owl-"] {
    position: relative; }
    .btn.btn-lable-wrap .btn-label, .wizard > .actions a.btn-lable-wrap .btn-label, .dt-buttons .btn-lable-wrap.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap .btn-label, .sweet-alert button.btn-lable-wrap .btn-label, .owl-theme .owl-nav .btn-lable-wrap[class*="owl-"] .btn-label {
      background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
      padding: 11px 15px;
      position: absolute;
      top: -2px; }
      .btn.btn-lable-wrap .btn-label i, .wizard > .actions a.btn-lable-wrap .btn-label i, .dt-buttons .btn-lable-wrap.dt-button .btn-label i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap .btn-label i, .sweet-alert button.btn-lable-wrap .btn-label i, .owl-theme .owl-nav .btn-lable-wrap[class*="owl-"] .btn-label i {
        font-size: 14px; }
    .btn.btn-lable-wrap.left-label .btn-label, .wizard > .actions a.btn-lable-wrap.left-label .btn-label, .dt-buttons .btn-lable-wrap.left-label.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.left-label .btn-label, .sweet-alert button.btn-lable-wrap.left-label .btn-label, .owl-theme .owl-nav .btn-lable-wrap.left-label[class*="owl-"] .btn-label {
      left: -2px; }
    .btn.btn-lable-wrap.left-label .btn-text, .wizard > .actions a.btn-lable-wrap.left-label .btn-text, .dt-buttons .btn-lable-wrap.left-label.dt-button .btn-text, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.left-label .btn-text, .sweet-alert button.btn-lable-wrap.left-label .btn-text, .owl-theme .owl-nav .btn-lable-wrap.left-label[class*="owl-"] .btn-text {
      margin-left: 35px; }
    .btn.btn-lable-wrap.right-label .btn-label, .wizard > .actions a.btn-lable-wrap.right-label .btn-label, .dt-buttons .btn-lable-wrap.right-label.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.right-label .btn-label, .sweet-alert button.btn-lable-wrap.right-label .btn-label, .owl-theme .owl-nav .btn-lable-wrap.right-label[class*="owl-"] .btn-label {
      right: -2px; }
    .btn.btn-lable-wrap.right-label .btn-text, .wizard > .actions a.btn-lable-wrap.right-label .btn-text, .dt-buttons .btn-lable-wrap.right-label.dt-button .btn-text, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.right-label .btn-text, .sweet-alert button.btn-lable-wrap.right-label .btn-text, .owl-theme .owl-nav .btn-lable-wrap.right-label[class*="owl-"] .btn-text {
      margin-right: 35px; }
  .btn.btn-rounded.left-label .btn-label, .wizard > .actions a.btn-rounded.left-label .btn-label, .dt-buttons .btn-rounded.left-label.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-rounded.left-label .btn-label, .sweet-alert button.btn-rounded.left-label .btn-label, .owl-theme .owl-nav .btn-rounded.left-label[class*="owl-"] .btn-label {
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px; }
  .btn.btn-rounded.right-label .btn-label, .wizard > .actions a.btn-rounded.right-label .btn-label, .dt-buttons .btn-rounded.right-label.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-rounded.right-label .btn-label, .sweet-alert button.btn-rounded.right-label .btn-label, .owl-theme .owl-nav .btn-rounded.right-label[class*="owl-"] .btn-label {
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px; }
  .btn.btn-outline.btn-lable-wrap .btn-label, .wizard > .actions a.btn-outline.btn-lable-wrap .btn-label, .wizard > .actions .note-editor a.btn-lable-wrap.note-btn.btn-sm .btn-label, .note-editor .wizard > .actions a.btn-lable-wrap.note-btn.btn-sm .btn-label, ul.wysihtml5-toolbar a.btn.btn-lable-wrap .btn-label, ul.wysihtml5-toolbar .wizard > .actions a.btn-lable-wrap .btn-label, .wizard > .actions ul.wysihtml5-toolbar a.btn-lable-wrap .btn-label, ul.wysihtml5-toolbar .dt-buttons a.btn-lable-wrap.dt-button .btn-label, .dt-buttons ul.wysihtml5-toolbar a.btn-lable-wrap.dt-button .btn-label, ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-lable-wrap[class*="owl-"] .btn-label, .owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-lable-wrap[class*="owl-"] .btn-label, .note-editor .btn.btn-lable-wrap.note-btn.btn-sm .btn-label, .note-editor .btn-group-sm > .btn.btn-lable-wrap.note-btn .btn-label, .note-editor .wizard > .actions .disabled .btn-group-sm > a.btn-lable-wrap.note-btn .btn-label, .note-editor .wizard > .actions .btn-group-sm > a.btn-lable-wrap.note-btn .btn-label, .wizard > .actions .note-editor .btn-group-sm > a.btn-lable-wrap.note-btn .btn-label, .note-editor .dt-buttons .btn-group-sm > .btn-lable-wrap.note-btn.dt-button .btn-label, .dt-buttons .note-editor .btn-group-sm > .btn-lable-wrap.note-btn.dt-button .btn-label, .note-editor .sweet-alert .btn-group-sm > button.btn-lable-wrap.note-btn .btn-label, .sweet-alert .note-editor .btn-group-sm > button.btn-lable-wrap.note-btn .btn-label, .note-editor .owl-theme .owl-nav .btn-group-sm > .btn-lable-wrap.note-btn[class*="owl-"] .btn-label, .owl-theme .owl-nav .note-editor .btn-group-sm > .btn-lable-wrap.note-btn[class*="owl-"] .btn-label, .note-editor .dt-buttons .btn-lable-wrap.note-btn.btn-sm.dt-button .btn-label, .dt-buttons .note-editor .btn-lable-wrap.note-btn.btn-sm.dt-button .btn-label, .note-editor .sweet-alert button.btn-lable-wrap.note-btn.btn-sm .btn-label, .sweet-alert .note-editor button.btn-lable-wrap.note-btn.btn-sm .btn-label, .note-editor .owl-theme .owl-nav .btn-lable-wrap.note-btn.btn-sm[class*="owl-"] .btn-label, .owl-theme .owl-nav .note-editor .btn-lable-wrap.note-btn.btn-sm[class*="owl-"] .btn-label, .dt-buttons .btn-outline.btn-lable-wrap.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap .btn-label, .sweet-alert button.btn-outline.btn-lable-wrap .btn-label, .owl-theme .owl-nav .btn-outline.btn-lable-wrap[class*="owl-"] .btn-label {
    background: transparent; }
  .btn.btn-anim, .wizard > .actions a.btn-anim, .dt-buttons .btn-anim.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-anim, .sweet-alert button.btn-anim, .owl-theme .owl-nav .btn-anim[class*="owl-"] {
    position: relative;
    overflow: hidden; }
    .btn.btn-anim i, .wizard > .actions a.btn-anim i, .dt-buttons .btn-anim.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-anim i, .sweet-alert button.btn-anim i, .owl-theme .owl-nav .btn-anim[class*="owl-"] i {
      font-size: 16px;
      height: 100%;
      left: 0;
      padding-top: 10px;
      position: absolute;
      top: -100%;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      width: 100%; }
    .btn.btn-anim .btn-text, .wizard > .actions a.btn-anim .btn-text, .dt-buttons .btn-anim.dt-button .btn-text, .tablesaw-sortable th.tablesaw-sortable-head button.btn-anim .btn-text, .sweet-alert button.btn-anim .btn-text, .owl-theme .owl-nav .btn-anim[class*="owl-"] .btn-text {
      position: relative;
      top: 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .btn.btn-anim:hover i, .wizard > .actions a.btn-anim:hover i, .dt-buttons .btn-anim.dt-button:hover i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-anim:hover i, .sweet-alert button.btn-anim:hover i, .owl-theme .owl-nav .btn-anim:hover[class*="owl-"] i {
      top: 0; }
    .btn.btn-anim:hover .btn-text, .wizard > .actions a.btn-anim:hover .btn-text, .dt-buttons .btn-anim.dt-button:hover .btn-text, .tablesaw-sortable th.tablesaw-sortable-head button.btn-anim:hover .btn-text, .sweet-alert button.btn-anim:hover .btn-text, .owl-theme .owl-nav .btn-anim:hover[class*="owl-"] .btn-text {
      top: 50px; }
  .btn.btn-icon-anim, .wizard > .actions a.btn-icon-anim, .dt-buttons .btn-icon-anim.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim, .sweet-alert button.btn-icon-anim, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"] {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    padding: 11px;
    background: transparent; }
    .btn.btn-icon-anim:hover, .wizard > .actions a.btn-icon-anim:hover, .dt-buttons .btn-icon-anim.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:hover, .sweet-alert button.btn-icon-anim:hover, .owl-theme .owl-nav .btn-icon-anim:hover[class*="owl-"], .btn.btn-icon-anim:focus, .wizard > .actions a.btn-icon-anim:focus, .dt-buttons .btn-icon-anim.dt-button:focus, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:focus, .sweet-alert button.btn-icon-anim:focus, .owl-theme .owl-nav .btn-icon-anim:focus[class*="owl-"], .btn.btn-icon-anim:active, .wizard > .actions a.btn-icon-anim:active, .dt-buttons .btn-icon-anim.dt-button:active, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:active, .sweet-alert button.btn-icon-anim:active, .owl-theme .owl-nav .btn-icon-anim:active[class*="owl-"] {
      background: transparent;
      border: none; }
    .btn.btn-icon-anim i, .wizard > .actions a.btn-icon-anim i, .dt-buttons .btn-icon-anim.dt-button i, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim i, .sweet-alert button.btn-icon-anim i, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"] i {
      font-size: 16px; }
    .btn.btn-icon-anim:before, .wizard > .actions a.btn-icon-anim:before, .dt-buttons .btn-icon-anim.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:before, .sweet-alert button.btn-icon-anim:before, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"]:before {
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
      -moz-transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, -moz-transform 0.3s ease 0s;
      transition: color 0.3s ease 0s, box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
      width: 100%;
      z-index: -1; }
    .btn.btn-icon-anim.btn-default:before, .wizard > .actions a.btn-icon-anim.btn-default:before, .dt-buttons .btn-icon-anim.btn-default.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:before, .sweet-alert button.btn-icon-anim.btn-default:before, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"]:before {
      box-shadow: 0 0 0 35px gainsboro inset; }
    .btn.btn-icon-anim.btn-default:hover, .wizard > .actions a.btn-icon-anim.btn-default:hover, .dt-buttons .btn-icon-anim.btn-default.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:hover, .sweet-alert button.btn-icon-anim.btn-default:hover, .owl-theme .owl-nav .btn-icon-anim:hover[class*="owl-"] {
      color: #212121 !important; }
      .btn.btn-icon-anim.btn-default:hover:before, .wizard > .actions a.btn-icon-anim.btn-default:hover:before, .dt-buttons .btn-icon-anim.btn-default.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:hover:before, .sweet-alert button.btn-icon-anim.btn-default:hover:before, .owl-theme .owl-nav .btn-icon-anim[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px gainsboro inset; }
    .btn.btn-icon-anim.btn-info:before, .wizard > .actions a.btn-icon-anim.btn-info:before, .dt-buttons .btn-icon-anim.btn-info.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-info:before, .sweet-alert button.btn-icon-anim.btn-info:before, .owl-theme .owl-nav .btn-icon-anim.btn-info[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #f1a1c7 inset; }
    .btn.btn-icon-anim.btn-info:hover, .wizard > .actions a.btn-icon-anim.btn-info:hover, .dt-buttons .btn-icon-anim.btn-info.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-info:hover, .sweet-alert button.btn-icon-anim.btn-info:hover, .owl-theme .owl-nav .btn-icon-anim.btn-info:hover[class*="owl-"] {
      color: #f1a1c7 !important; }
      .btn.btn-icon-anim.btn-info:hover:before, .wizard > .actions a.btn-icon-anim.btn-info:hover:before, .dt-buttons .btn-icon-anim.btn-info.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-info:hover:before, .sweet-alert button.btn-icon-anim.btn-info:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-info[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #f1a1c7 inset; }
    .btn.btn-icon-anim.btn-primary:before, .wizard > .actions a.btn-icon-anim:before, .dt-buttons .btn-icon-anim.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-primary:before, .sweet-alert button.btn-icon-anim.btn-primary:before, .owl-theme .owl-nav .btn-icon-anim.btn-primary[class*="owl-"]:before, .owl-theme .owl-nav .wizard > .actions a.btn-icon-anim[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #4e9de6 inset; }
    .btn.btn-icon-anim.btn-primary:hover, .wizard > .actions a.btn-icon-anim:hover, .dt-buttons .btn-icon-anim.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-primary:hover, .sweet-alert button.btn-icon-anim.btn-primary:hover, .owl-theme .owl-nav .btn-icon-anim.btn-primary:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.btn-icon-anim:hover[class*="owl-"] {
      color: #4e9de6 !important; }
      .btn.btn-icon-anim.btn-primary:hover:before, .wizard > .actions a.btn-icon-anim:hover:before, .dt-buttons .btn-icon-anim.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-primary:hover:before, .sweet-alert button.btn-icon-anim.btn-primary:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-primary[class*="owl-"]:hover:before, .owl-theme .owl-nav .wizard > .actions a.btn-icon-anim[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #4e9de6 inset; }
    .btn.btn-icon-anim.btn-success:before, .wizard > .actions a.btn-icon-anim.btn-success:before, .dt-buttons .btn-icon-anim.btn-success.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-success:before, .sweet-alert button.btn-icon-anim.btn-success:before, .owl-theme .owl-nav .btn-icon-anim.btn-success[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #2ecd99 inset; }
    .btn.btn-icon-anim.btn-success:hover, .wizard > .actions a.btn-icon-anim.btn-success:hover, .dt-buttons .btn-icon-anim.btn-success.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-success:hover, .sweet-alert button.btn-icon-anim.btn-success:hover, .owl-theme .owl-nav .btn-icon-anim.btn-success:hover[class*="owl-"] {
      color: #2ecd99 !important; }
      .btn.btn-icon-anim.btn-success:hover:before, .wizard > .actions a.btn-icon-anim.btn-success:hover:before, .dt-buttons .btn-icon-anim.btn-success.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-success:hover:before, .sweet-alert button.btn-icon-anim.btn-success:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-success[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #2ecd99 inset; }
    .btn.btn-icon-anim.btn-danger:before, .wizard > .actions a.btn-icon-anim.btn-danger:before, .dt-buttons .btn-icon-anim.btn-danger.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-danger:before, .sweet-alert button.btn-icon-anim.btn-danger:before, .owl-theme .owl-nav .btn-icon-anim.btn-danger[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #ed6f56 inset; }
    .btn.btn-icon-anim.btn-danger:hover, .wizard > .actions a.btn-icon-anim.btn-danger:hover, .dt-buttons .btn-icon-anim.btn-danger.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-danger:hover, .sweet-alert button.btn-icon-anim.btn-danger:hover, .owl-theme .owl-nav .btn-icon-anim.btn-danger:hover[class*="owl-"] {
      color: #ed6f56 !important; }
      .btn.btn-icon-anim.btn-danger:hover:before, .wizard > .actions a.btn-icon-anim.btn-danger:hover:before, .dt-buttons .btn-icon-anim.btn-danger.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-danger:hover:before, .sweet-alert button.btn-icon-anim.btn-danger:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-danger[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #ed6f56 inset; }
    .btn.btn-icon-anim.btn-warning:before, .wizard > .actions a.btn-icon-anim.btn-warning:before, .dt-buttons .btn-icon-anim.btn-warning.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-warning:before, .sweet-alert button.btn-icon-anim.btn-warning:before, .owl-theme .owl-nav .btn-icon-anim.btn-warning[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #f0c541 inset; }
    .btn.btn-icon-anim.btn-warning:hover, .wizard > .actions a.btn-icon-anim.btn-warning:hover, .dt-buttons .btn-icon-anim.btn-warning.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-warning:hover, .sweet-alert button.btn-icon-anim.btn-warning:hover, .owl-theme .owl-nav .btn-icon-anim.btn-warning:hover[class*="owl-"] {
      color: #f0c541 !important; }
      .btn.btn-icon-anim.btn-warning:hover:before, .wizard > .actions a.btn-icon-anim.btn-warning:hover:before, .dt-buttons .btn-icon-anim.btn-warning.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-warning:hover:before, .sweet-alert button.btn-icon-anim.btn-warning:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-warning[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #f0c541 inset; }
    .btn.btn-icon-anim.btn-facebook:before, .wizard > .actions a.btn-icon-anim.btn-facebook:before, .dt-buttons .btn-icon-anim.btn-facebook.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-facebook:before, .sweet-alert button.btn-icon-anim.btn-facebook:before, .owl-theme .owl-nav .btn-icon-anim.btn-facebook[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #3b5998 inset; }
    .btn.btn-icon-anim.btn-facebook:hover, .wizard > .actions a.btn-icon-anim.btn-facebook:hover, .dt-buttons .btn-icon-anim.btn-facebook.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-facebook:hover, .sweet-alert button.btn-icon-anim.btn-facebook:hover, .owl-theme .owl-nav .btn-icon-anim.btn-facebook:hover[class*="owl-"] {
      color: #3b5998 !important; }
      .btn.btn-icon-anim.btn-facebook:hover:before, .wizard > .actions a.btn-icon-anim.btn-facebook:hover:before, .dt-buttons .btn-icon-anim.btn-facebook.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-facebook:hover:before, .sweet-alert button.btn-icon-anim.btn-facebook:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-facebook[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #3b5998 inset; }
    .btn.btn-icon-anim.btn-twitter:before, .wizard > .actions a.btn-icon-anim.btn-twitter:before, .dt-buttons .btn-icon-anim.btn-twitter.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-twitter:before, .sweet-alert button.btn-icon-anim.btn-twitter:before, .owl-theme .owl-nav .btn-icon-anim.btn-twitter[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #55acee inset; }
    .btn.btn-icon-anim.btn-twitter:hover, .wizard > .actions a.btn-icon-anim.btn-twitter:hover, .dt-buttons .btn-icon-anim.btn-twitter.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-twitter:hover, .sweet-alert button.btn-icon-anim.btn-twitter:hover, .owl-theme .owl-nav .btn-icon-anim.btn-twitter:hover[class*="owl-"] {
      color: #55acee !important; }
      .btn.btn-icon-anim.btn-twitter:hover:before, .wizard > .actions a.btn-icon-anim.btn-twitter:hover:before, .dt-buttons .btn-icon-anim.btn-twitter.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-twitter:hover:before, .sweet-alert button.btn-icon-anim.btn-twitter:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-twitter[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #55acee inset; }
    .btn.btn-icon-anim.btn-linkedin:before, .wizard > .actions a.btn-icon-anim.btn-linkedin:before, .dt-buttons .btn-icon-anim.btn-linkedin.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-linkedin:before, .sweet-alert button.btn-icon-anim.btn-linkedin:before, .owl-theme .owl-nav .btn-icon-anim.btn-linkedin[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #007bb6 inset; }
    .btn.btn-icon-anim.btn-linkedin:hover, .wizard > .actions a.btn-icon-anim.btn-linkedin:hover, .dt-buttons .btn-icon-anim.btn-linkedin.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-linkedin:hover, .sweet-alert button.btn-icon-anim.btn-linkedin:hover, .owl-theme .owl-nav .btn-icon-anim.btn-linkedin:hover[class*="owl-"] {
      color: #007bb6 !important; }
      .btn.btn-icon-anim.btn-linkedin:hover:before, .wizard > .actions a.btn-icon-anim.btn-linkedin:hover:before, .dt-buttons .btn-icon-anim.btn-linkedin.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-linkedin:hover:before, .sweet-alert button.btn-icon-anim.btn-linkedin:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-linkedin[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #007bb6 inset; }
    .btn.btn-icon-anim.btn-dribbble:before, .wizard > .actions a.btn-icon-anim.btn-dribbble:before, .dt-buttons .btn-icon-anim.btn-dribbble.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dribbble:before, .sweet-alert button.btn-icon-anim.btn-dribbble:before, .owl-theme .owl-nav .btn-icon-anim.btn-dribbble[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #ea4c89 inset; }
    .btn.btn-icon-anim.btn-dribbble:hover, .wizard > .actions a.btn-icon-anim.btn-dribbble:hover, .dt-buttons .btn-icon-anim.btn-dribbble.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dribbble:hover, .sweet-alert button.btn-icon-anim.btn-dribbble:hover, .owl-theme .owl-nav .btn-icon-anim.btn-dribbble:hover[class*="owl-"] {
      color: #ea4c89 !important; }
      .btn.btn-icon-anim.btn-dribbble:hover:before, .wizard > .actions a.btn-icon-anim.btn-dribbble:hover:before, .dt-buttons .btn-icon-anim.btn-dribbble.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dribbble:hover:before, .sweet-alert button.btn-icon-anim.btn-dribbble:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-dribbble[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #ea4c89 inset; }
    .btn.btn-icon-anim.btn-googleplus:before, .wizard > .actions a.btn-icon-anim.btn-googleplus:before, .dt-buttons .btn-icon-anim.btn-googleplus.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-googleplus:before, .sweet-alert button.btn-icon-anim.btn-googleplus:before, .owl-theme .owl-nav .btn-icon-anim.btn-googleplus[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #dd4b39 inset; }
    .btn.btn-icon-anim.btn-googleplus:hover, .wizard > .actions a.btn-icon-anim.btn-googleplus:hover, .dt-buttons .btn-icon-anim.btn-googleplus.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-googleplus:hover, .sweet-alert button.btn-icon-anim.btn-googleplus:hover, .owl-theme .owl-nav .btn-icon-anim.btn-googleplus:hover[class*="owl-"] {
      color: #dd4b39 !important; }
      .btn.btn-icon-anim.btn-googleplus:hover:before, .wizard > .actions a.btn-icon-anim.btn-googleplus:hover:before, .dt-buttons .btn-icon-anim.btn-googleplus.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-googleplus:hover:before, .sweet-alert button.btn-icon-anim.btn-googleplus:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-googleplus[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #dd4b39 inset; }
    .btn.btn-icon-anim.btn-instagram:before, .wizard > .actions a.btn-icon-anim.btn-instagram:before, .dt-buttons .btn-icon-anim.btn-instagram.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-instagram:before, .sweet-alert button.btn-icon-anim.btn-instagram:before, .owl-theme .owl-nav .btn-icon-anim.btn-instagram[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #3f729b inset; }
    .btn.btn-icon-anim.btn-instagram:hover, .wizard > .actions a.btn-icon-anim.btn-instagram:hover, .dt-buttons .btn-icon-anim.btn-instagram.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-instagram:hover, .sweet-alert button.btn-icon-anim.btn-instagram:hover, .owl-theme .owl-nav .btn-icon-anim.btn-instagram:hover[class*="owl-"] {
      color: #3f729b !important; }
      .btn.btn-icon-anim.btn-instagram:hover:before, .wizard > .actions a.btn-icon-anim.btn-instagram:hover:before, .dt-buttons .btn-icon-anim.btn-instagram.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-instagram:hover:before, .sweet-alert button.btn-icon-anim.btn-instagram:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-instagram[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #3f729b inset; }
    .btn.btn-icon-anim.btn-pinterest:before, .wizard > .actions a.btn-icon-anim.btn-pinterest:before, .dt-buttons .btn-icon-anim.btn-pinterest.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-pinterest:before, .sweet-alert button.btn-icon-anim.btn-pinterest:before, .owl-theme .owl-nav .btn-icon-anim.btn-pinterest[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #cb2027 inset; }
    .btn.btn-icon-anim.btn-pinterest:hover, .wizard > .actions a.btn-icon-anim.btn-pinterest:hover, .dt-buttons .btn-icon-anim.btn-pinterest.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-pinterest:hover, .sweet-alert button.btn-icon-anim.btn-pinterest:hover, .owl-theme .owl-nav .btn-icon-anim.btn-pinterest:hover[class*="owl-"] {
      color: #cb2027 !important; }
      .btn.btn-icon-anim.btn-pinterest:hover:before, .wizard > .actions a.btn-icon-anim.btn-pinterest:hover:before, .dt-buttons .btn-icon-anim.btn-pinterest.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-pinterest:hover:before, .sweet-alert button.btn-icon-anim.btn-pinterest:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-pinterest[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #cb2027 inset; }
    .btn.btn-icon-anim.btn-dropbox:before, .wizard > .actions a.btn-icon-anim.btn-dropbox:before, .dt-buttons .btn-icon-anim.btn-dropbox.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dropbox:before, .sweet-alert button.btn-icon-anim.btn-dropbox:before, .owl-theme .owl-nav .btn-icon-anim.btn-dropbox[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #007ee5 inset; }
    .btn.btn-icon-anim.btn-dropbox:hover, .wizard > .actions a.btn-icon-anim.btn-dropbox:hover, .dt-buttons .btn-icon-anim.btn-dropbox.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dropbox:hover, .sweet-alert button.btn-icon-anim.btn-dropbox:hover, .owl-theme .owl-nav .btn-icon-anim.btn-dropbox:hover[class*="owl-"] {
      color: #007ee5 !important; }
      .btn.btn-icon-anim.btn-dropbox:hover:before, .wizard > .actions a.btn-icon-anim.btn-dropbox:hover:before, .dt-buttons .btn-icon-anim.btn-dropbox.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dropbox:hover:before, .sweet-alert button.btn-icon-anim.btn-dropbox:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-dropbox[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #007ee5 inset; }
    .btn.btn-icon-anim.btn-flickr:before, .wizard > .actions a.btn-icon-anim.btn-flickr:before, .dt-buttons .btn-icon-anim.btn-flickr.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-flickr:before, .sweet-alert button.btn-icon-anim.btn-flickr:before, .owl-theme .owl-nav .btn-icon-anim.btn-flickr[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #ff0084 inset; }
    .btn.btn-icon-anim.btn-flickr:hover, .wizard > .actions a.btn-icon-anim.btn-flickr:hover, .dt-buttons .btn-icon-anim.btn-flickr.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-flickr:hover, .sweet-alert button.btn-icon-anim.btn-flickr:hover, .owl-theme .owl-nav .btn-icon-anim.btn-flickr:hover[class*="owl-"] {
      color: #ff0084 !important; }
      .btn.btn-icon-anim.btn-flickr:hover:before, .wizard > .actions a.btn-icon-anim.btn-flickr:hover:before, .dt-buttons .btn-icon-anim.btn-flickr.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-flickr:hover:before, .sweet-alert button.btn-icon-anim.btn-flickr:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-flickr[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #ff0084 inset; }
    .btn.btn-icon-anim.btn-tumblr:before, .wizard > .actions a.btn-icon-anim.btn-tumblr:before, .dt-buttons .btn-icon-anim.btn-tumblr.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-tumblr:before, .sweet-alert button.btn-icon-anim.btn-tumblr:before, .owl-theme .owl-nav .btn-icon-anim.btn-tumblr[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #32506d inset; }
    .btn.btn-icon-anim.btn-tumblr:hover, .wizard > .actions a.btn-icon-anim.btn-tumblr:hover, .dt-buttons .btn-icon-anim.btn-tumblr.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-tumblr:hover, .sweet-alert button.btn-icon-anim.btn-tumblr:hover, .owl-theme .owl-nav .btn-icon-anim.btn-tumblr:hover[class*="owl-"] {
      color: #32506d !important; }
      .btn.btn-icon-anim.btn-tumblr:hover:before, .wizard > .actions a.btn-icon-anim.btn-tumblr:hover:before, .dt-buttons .btn-icon-anim.btn-tumblr.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-tumblr:hover:before, .sweet-alert button.btn-icon-anim.btn-tumblr:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-tumblr[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #32506d inset; }
    .btn.btn-icon-anim.btn-skype:before, .wizard > .actions a.btn-icon-anim.btn-skype:before, .dt-buttons .btn-icon-anim.btn-skype.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-skype:before, .sweet-alert button.btn-icon-anim.btn-skype:before, .owl-theme .owl-nav .btn-icon-anim.btn-skype[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #00aff0 inset; }
    .btn.btn-icon-anim.btn-skype:hover, .wizard > .actions a.btn-icon-anim.btn-skype:hover, .dt-buttons .btn-icon-anim.btn-skype.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-skype:hover, .sweet-alert button.btn-icon-anim.btn-skype:hover, .owl-theme .owl-nav .btn-icon-anim.btn-skype:hover[class*="owl-"] {
      color: #00aff0 !important; }
      .btn.btn-icon-anim.btn-skype:hover:before, .wizard > .actions a.btn-icon-anim.btn-skype:hover:before, .dt-buttons .btn-icon-anim.btn-skype.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-skype:hover:before, .sweet-alert button.btn-icon-anim.btn-skype:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-skype[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #00aff0 inset; }
    .btn.btn-icon-anim.btn-youtube:before, .wizard > .actions a.btn-icon-anim.btn-youtube:before, .dt-buttons .btn-icon-anim.btn-youtube.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-youtube:before, .sweet-alert button.btn-icon-anim.btn-youtube:before, .owl-theme .owl-nav .btn-icon-anim.btn-youtube[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #bb0000 inset; }
    .btn.btn-icon-anim.btn-youtube:hover, .wizard > .actions a.btn-icon-anim.btn-youtube:hover, .dt-buttons .btn-icon-anim.btn-youtube.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-youtube:hover, .sweet-alert button.btn-icon-anim.btn-youtube:hover, .owl-theme .owl-nav .btn-icon-anim.btn-youtube:hover[class*="owl-"] {
      color: #bb0000 !important; }
      .btn.btn-icon-anim.btn-youtube:hover:before, .wizard > .actions a.btn-icon-anim.btn-youtube:hover:before, .dt-buttons .btn-icon-anim.btn-youtube.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-youtube:hover:before, .sweet-alert button.btn-icon-anim.btn-youtube:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-youtube[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #bb0000 inset; }
    .btn.btn-icon-anim.btn-github:before, .wizard > .actions a.btn-icon-anim.btn-github:before, .dt-buttons .btn-icon-anim.btn-github.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-github:before, .sweet-alert button.btn-icon-anim.btn-github:before, .owl-theme .owl-nav .btn-icon-anim.btn-github[class*="owl-"]:before {
      box-shadow: 0 0 0 35px #171515 inset; }
    .btn.btn-icon-anim.btn-github:hover, .wizard > .actions a.btn-icon-anim.btn-github:hover, .dt-buttons .btn-icon-anim.btn-github.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-github:hover, .sweet-alert button.btn-icon-anim.btn-github:hover, .owl-theme .owl-nav .btn-icon-anim.btn-github:hover[class*="owl-"] {
      color: #171515 !important; }
      .btn.btn-icon-anim.btn-github:hover:before, .wizard > .actions a.btn-icon-anim.btn-github:hover:before, .dt-buttons .btn-icon-anim.btn-github.dt-button:hover:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-github:hover:before, .sweet-alert button.btn-icon-anim.btn-github:hover:before, .owl-theme .owl-nav .btn-icon-anim.btn-github[class*="owl-"]:hover:before {
        box-shadow: 0 0 0 1px #171515 inset; }
  .btn.btn-square, .wizard > .actions a.btn-square, .dt-buttons .btn-square.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-square, .sweet-alert button.btn-square, .owl-theme .owl-nav .btn-square[class*="owl-"] {
    height: 42px;
    width: 42px;
    padding: 0; }
    .btn.btn-square.btn-lg, .btn-group-lg > .btn.btn-square, .wizard > .actions .disabled .btn-group-lg > a.btn-square, .wizard > .actions .btn-group-lg > a.btn-square, .dt-buttons .btn-group-lg > .btn-square.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-lg > button.btn-square, .sweet-alert .btn-group-lg > button.btn-square, .owl-theme .owl-nav .btn-group-lg > .btn-square[class*="owl-"], .wizard > .actions a.btn-square.btn-lg, .dt-buttons .btn-square.btn-lg.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-square.btn-lg, .sweet-alert button.btn-square.btn-lg, .owl-theme .owl-nav .btn-square.btn-lg[class*="owl-"] {
      height: 48px;
      width: 48px; }
    .btn.btn-square.btn-sm, .btn-group-sm > .btn.btn-square, .wizard > .actions .disabled .btn-group-sm > a.btn-square, .wizard > .actions .btn-group-sm > a.btn-square, .dt-buttons .btn-group-sm > .btn-square.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.btn-square, .sweet-alert .btn-group-sm > button.btn-square, .owl-theme .owl-nav .btn-group-sm > .btn-square[class*="owl-"], .wizard > .actions a.btn-square.btn-sm, .dt-buttons .btn-square.btn-sm.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-square.btn-sm, .sweet-alert button.btn-square.btn-sm, .owl-theme .owl-nav .btn-square.btn-sm[class*="owl-"] {
      height: 35px;
      width: 35px;
      padding: 6px !important; }
  .btn.btn-circle, .wizard > .actions a.btn-circle, .dt-buttons .btn-circle.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-circle, .sweet-alert button.btn-circle, .owl-theme .owl-nav .btn-circle[class*="owl-"] {
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%; }
    .btn.btn-circle:before, .wizard > .actions a.btn-circle:before, .dt-buttons .btn-circle.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.btn-circle:before, .sweet-alert button.btn-circle:before, .owl-theme .owl-nav .btn-circle[class*="owl-"]:before {
      border-radius: 50%; }
    .btn.btn-circle.btn-lg, .btn-group-lg > .btn.btn-circle, .wizard > .actions .disabled .btn-group-lg > a.btn-circle, .wizard > .actions .btn-group-lg > a.btn-circle, .dt-buttons .btn-group-lg > .btn-circle.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-lg > button.btn-circle, .sweet-alert .btn-group-lg > button.btn-circle, .owl-theme .owl-nav .btn-group-lg > .btn-circle[class*="owl-"], .wizard > .actions a.btn-circle.btn-lg, .dt-buttons .btn-circle.btn-lg.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-circle.btn-lg, .sweet-alert button.btn-circle.btn-lg, .owl-theme .owl-nav .btn-circle.btn-lg[class*="owl-"] {
      height: 45px;
      width: 45px; }
    .btn.btn-circle.btn-sm, .btn-group-sm > .btn.btn-circle, .wizard > .actions .disabled .btn-group-sm > a.btn-circle, .wizard > .actions .btn-group-sm > a.btn-circle, .dt-buttons .btn-group-sm > .btn-circle.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.btn-circle, .sweet-alert .btn-group-sm > button.btn-circle, .owl-theme .owl-nav .btn-group-sm > .btn-circle[class*="owl-"], .wizard > .actions a.btn-circle.btn-sm, .dt-buttons .btn-circle.btn-sm.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-circle.btn-sm, .sweet-alert button.btn-circle.btn-sm, .owl-theme .owl-nav .btn-circle.btn-sm[class*="owl-"] {
      height: 35px;
      width: 35px;
      padding: 6px !important; }
  .btn.fancy-button.btn-default.btn-0:before, .wizard > .actions a.fancy-button.btn-default.btn-0:before, .dt-buttons .fancy-button.btn-default.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-0:before, .sweet-alert button.fancy-button.btn-default.btn-0:before, .owl-theme .owl-nav .fancy-button.btn-0[class*="owl-"]:before {
    background: gainsboro; }
  .btn.fancy-button.btn-default.btn-0:hover, .wizard > .actions a.fancy-button.btn-default.btn-0:hover, .dt-buttons .fancy-button.btn-default.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-0:hover, .sweet-alert button.fancy-button.btn-default.btn-0:hover, .owl-theme .owl-nav .fancy-button.btn-0:hover[class*="owl-"] {
    color: #212121 !important; }
  .btn.fancy-button.btn-info.btn-0:before, .wizard > .actions a.fancy-button.btn-info.btn-0:before, .dt-buttons .fancy-button.btn-info.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-info.btn-0:before, .sweet-alert button.fancy-button.btn-info.btn-0:before, .owl-theme .owl-nav .fancy-button.btn-info.btn-0[class*="owl-"]:before {
    background: #f1a1c7; }
  .btn.fancy-button.btn-info.btn-0:hover, .wizard > .actions a.fancy-button.btn-info.btn-0:hover, .dt-buttons .fancy-button.btn-info.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-info.btn-0:hover, .sweet-alert button.fancy-button.btn-info.btn-0:hover, .owl-theme .owl-nav .fancy-button.btn-info.btn-0:hover[class*="owl-"] {
    color: #fff !important; }
  .btn.fancy-button.btn-primary.btn-0:before, .wizard > .actions a.fancy-button.btn-0:before, .dt-buttons .fancy-button.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-primary.btn-0:before, .sweet-alert button.fancy-button.btn-primary.btn-0:before, .owl-theme .owl-nav .fancy-button.btn-primary.btn-0[class*="owl-"]:before, .owl-theme .owl-nav .wizard > .actions a.fancy-button.btn-0[class*="owl-"]:before {
    background: #4e9de6; }
  .btn.fancy-button.btn-primary.btn-0:hover, .wizard > .actions a.fancy-button.btn-0:hover, .dt-buttons .fancy-button.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-primary.btn-0:hover, .sweet-alert button.fancy-button.btn-primary.btn-0:hover, .owl-theme .owl-nav .fancy-button.btn-primary.btn-0:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions a.fancy-button.btn-0:hover[class*="owl-"] {
    color: #fff !important; }
  .btn.fancy-button.btn-danger.btn-0:before, .wizard > .actions a.fancy-button.btn-danger.btn-0:before, .dt-buttons .fancy-button.btn-danger.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-danger.btn-0:before, .sweet-alert button.fancy-button.btn-danger.btn-0:before, .owl-theme .owl-nav .fancy-button.btn-danger.btn-0[class*="owl-"]:before {
    background: #ed6f56; }
  .btn.fancy-button.btn-danger.btn-0:hover, .wizard > .actions a.fancy-button.btn-danger.btn-0:hover, .dt-buttons .fancy-button.btn-danger.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-danger.btn-0:hover, .sweet-alert button.fancy-button.btn-danger.btn-0:hover, .owl-theme .owl-nav .fancy-button.btn-danger.btn-0:hover[class*="owl-"] {
    color: #fff !important; }
  .btn.fancy-button.btn-success.btn-0:before, .wizard > .actions a.fancy-button.btn-success.btn-0:before, .dt-buttons .fancy-button.btn-success.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-success.btn-0:before, .sweet-alert button.fancy-button.btn-success.btn-0:before, .owl-theme .owl-nav .fancy-button.btn-success.btn-0[class*="owl-"]:before {
    background: #2ecd99; }
  .btn.fancy-button.btn-success.btn-0:hover, .wizard > .actions a.fancy-button.btn-success.btn-0:hover, .dt-buttons .fancy-button.btn-success.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-success.btn-0:hover, .sweet-alert button.fancy-button.btn-success.btn-0:hover, .owl-theme .owl-nav .fancy-button.btn-success.btn-0:hover[class*="owl-"] {
    color: #fff !important; }
  .btn.fancy-button.btn-warning.btn-0:before, .wizard > .actions a.fancy-button.btn-warning.btn-0:before, .dt-buttons .fancy-button.btn-warning.btn-0.dt-button:before, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-warning.btn-0:before, .sweet-alert button.fancy-button.btn-warning.btn-0:before, .owl-theme .owl-nav .fancy-button.btn-warning.btn-0[class*="owl-"]:before {
    background: #f0c541; }
  .btn.fancy-button.btn-warning.btn-0:hover, .wizard > .actions a.fancy-button.btn-warning.btn-0:hover, .dt-buttons .fancy-button.btn-warning.btn-0.dt-button:hover, .tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-warning.btn-0:hover, .sweet-alert button.fancy-button.btn-warning.btn-0:hover, .owl-theme .owl-nav .fancy-button.btn-warning.btn-0:hover[class*="owl-"] {
    color: #fff !important; }
  .btn.fixed-btn, .wizard > .actions a.fixed-btn, .dt-buttons .fixed-btn.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.fixed-btn, .sweet-alert button.fixed-btn, .owl-theme .owl-nav .fixed-btn[class*="owl-"] {
    width: 100px; }

.open .dropdown-toggle.btn.btn-default, .open .wizard > .actions a.dropdown-toggle.btn-default, .wizard > .actions .open a.dropdown-toggle.btn-default, .open .dt-buttons .dropdown-toggle.btn-default.dt-button, .dt-buttons .open .dropdown-toggle.btn-default.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle, .open .sweet-alert button.dropdown-toggle.btn-default, .sweet-alert .open button.dropdown-toggle.btn-default, .open .owl-theme .owl-nav .dropdown-toggle[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle[class*="owl-"] {
  background: gainsboro;
  border: solid 1px gainsboro; }
  .open .dropdown-toggle.btn.btn-default:hover, .open .wizard > .actions a.dropdown-toggle.btn-default:hover, .wizard > .actions .open a.dropdown-toggle.btn-default:hover, .open .dt-buttons .dropdown-toggle.btn-default.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-default.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:hover, .open .sweet-alert button.dropdown-toggle.btn-default:hover, .sweet-alert .open button.dropdown-toggle.btn-default:hover, .open .owl-theme .owl-nav .dropdown-toggle:hover[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle:hover[class*="owl-"], .open .dropdown-toggle.btn.btn-default:active, .open .wizard > .actions a.dropdown-toggle.btn-default:active, .wizard > .actions .open a.dropdown-toggle.btn-default:active, .open .dt-buttons .dropdown-toggle.btn-default.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-default.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:active, .open .sweet-alert button.dropdown-toggle.btn-default:active, .sweet-alert .open button.dropdown-toggle.btn-default:active, .open .owl-theme .owl-nav .dropdown-toggle:active[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle:active[class*="owl-"], .open .dropdown-toggle.btn.btn-default:focus, .open .wizard > .actions a.dropdown-toggle.btn-default:focus, .wizard > .actions .open a.dropdown-toggle.btn-default:focus, .open .dt-buttons .dropdown-toggle.btn-default.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-default.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:focus, .open .sweet-alert button.dropdown-toggle.btn-default:focus, .sweet-alert .open button.dropdown-toggle.btn-default:focus, .open .owl-theme .owl-nav .dropdown-toggle:focus[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle:focus[class*="owl-"] {
    background: rgba(220, 220, 220, 0.85);
    border: solid 1px rgba(220, 220, 220, 0.1); }

.open .dropdown-toggle.btn.btn-info, .open .wizard > .actions a.dropdown-toggle.btn-info, .wizard > .actions .open a.dropdown-toggle.btn-info, .open .dt-buttons .dropdown-toggle.btn-info.dt-button, .dt-buttons .open .dropdown-toggle.btn-info.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info, .open .sweet-alert button.dropdown-toggle.btn-info, .sweet-alert .open button.dropdown-toggle.btn-info, .open .owl-theme .owl-nav .dropdown-toggle.btn-info[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-info[class*="owl-"] {
  background: #f1a1c7;
  border: solid 1px #f1a1c7; }
  .open .dropdown-toggle.btn.btn-info:hover, .open .wizard > .actions a.dropdown-toggle.btn-info:hover, .wizard > .actions .open a.dropdown-toggle.btn-info:hover, .open .dt-buttons .dropdown-toggle.btn-info.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-info.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info:hover, .open .sweet-alert button.dropdown-toggle.btn-info:hover, .sweet-alert .open button.dropdown-toggle.btn-info:hover, .open .owl-theme .owl-nav .dropdown-toggle.btn-info:hover[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-info:hover[class*="owl-"], .open .dropdown-toggle.btn.btn-info:active, .open .wizard > .actions a.dropdown-toggle.btn-info:active, .wizard > .actions .open a.dropdown-toggle.btn-info:active, .open .dt-buttons .dropdown-toggle.btn-info.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-info.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info:active, .open .sweet-alert button.dropdown-toggle.btn-info:active, .sweet-alert .open button.dropdown-toggle.btn-info:active, .open .owl-theme .owl-nav .dropdown-toggle.btn-info:active[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-info:active[class*="owl-"], .open .dropdown-toggle.btn.btn-info:focus, .open .wizard > .actions a.dropdown-toggle.btn-info:focus, .wizard > .actions .open a.dropdown-toggle.btn-info:focus, .open .dt-buttons .dropdown-toggle.btn-info.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-info.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info:focus, .open .sweet-alert button.dropdown-toggle.btn-info:focus, .sweet-alert .open button.dropdown-toggle.btn-info:focus, .open .owl-theme .owl-nav .dropdown-toggle.btn-info:focus[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-info:focus[class*="owl-"] {
    background: rgba(241, 161, 199, 0.85);
    border: solid 1px rgba(241, 161, 199, 0.1); }

.open .dropdown-toggle.btn.btn-primary, .open .wizard > .actions a.dropdown-toggle, .wizard > .actions .open a.dropdown-toggle, .open .dt-buttons .dropdown-toggle.dt-button, .dt-buttons .open .dropdown-toggle.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary, .open .sweet-alert button.dropdown-toggle.btn-primary, .sweet-alert .open button.dropdown-toggle.btn-primary, .open .owl-theme .owl-nav .dropdown-toggle.btn-primary[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-primary[class*="owl-"], .open .owl-theme .owl-nav .wizard > .actions a.dropdown-toggle[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .open a.dropdown-toggle[class*="owl-"] {
  background: #4e9de6;
  border: solid 1px #4e9de6; }
  .open .dropdown-toggle.btn.btn-primary:hover, .open .wizard > .actions a.dropdown-toggle:hover, .wizard > .actions .open a.dropdown-toggle:hover, .open .dt-buttons .dropdown-toggle.dt-button:hover, .dt-buttons .open .dropdown-toggle.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary:hover, .open .sweet-alert button.dropdown-toggle.btn-primary:hover, .sweet-alert .open button.dropdown-toggle.btn-primary:hover, .open .owl-theme .owl-nav .dropdown-toggle.btn-primary:hover[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-primary:hover[class*="owl-"], .open .owl-theme .owl-nav .wizard > .actions a.dropdown-toggle:hover[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .open a.dropdown-toggle:hover[class*="owl-"], .open .dropdown-toggle.btn.btn-primary:active, .open .wizard > .actions a.dropdown-toggle:active, .wizard > .actions .open a.dropdown-toggle:active, .open .dt-buttons .dropdown-toggle.dt-button:active, .dt-buttons .open .dropdown-toggle.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary:active, .open .sweet-alert button.dropdown-toggle.btn-primary:active, .sweet-alert .open button.dropdown-toggle.btn-primary:active, .open .owl-theme .owl-nav .dropdown-toggle.btn-primary:active[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-primary:active[class*="owl-"], .open .owl-theme .owl-nav .wizard > .actions a.dropdown-toggle:active[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .open a.dropdown-toggle:active[class*="owl-"], .open .dropdown-toggle.btn.btn-primary:focus, .open .wizard > .actions a.dropdown-toggle:focus, .wizard > .actions .open a.dropdown-toggle:focus, .open .dt-buttons .dropdown-toggle.dt-button:focus, .dt-buttons .open .dropdown-toggle.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary:focus, .open .sweet-alert button.dropdown-toggle.btn-primary:focus, .sweet-alert .open button.dropdown-toggle.btn-primary:focus, .open .owl-theme .owl-nav .dropdown-toggle.btn-primary:focus[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-primary:focus[class*="owl-"], .open .owl-theme .owl-nav .wizard > .actions a.dropdown-toggle:focus[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .open a.dropdown-toggle:focus[class*="owl-"] {
    background: rgba(78, 157, 230, 0.85);
    border: solid 1px rgba(78, 157, 230, 0.1); }

.open .dropdown-toggle.btn.btn-success, .open .wizard > .actions a.dropdown-toggle.btn-success, .wizard > .actions .open a.dropdown-toggle.btn-success, .open .dt-buttons .dropdown-toggle.btn-success.dt-button, .dt-buttons .open .dropdown-toggle.btn-success.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success, .open .sweet-alert button.dropdown-toggle.btn-success, .sweet-alert .open button.dropdown-toggle.btn-success, .open .owl-theme .owl-nav .dropdown-toggle.btn-success[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-success[class*="owl-"] {
  background: #2ecd99;
  border: solid 1px #2ecd99; }
  .open .dropdown-toggle.btn.btn-success:hover, .open .wizard > .actions a.dropdown-toggle.btn-success:hover, .wizard > .actions .open a.dropdown-toggle.btn-success:hover, .open .dt-buttons .dropdown-toggle.btn-success.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-success.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success:hover, .open .sweet-alert button.dropdown-toggle.btn-success:hover, .sweet-alert .open button.dropdown-toggle.btn-success:hover, .open .owl-theme .owl-nav .dropdown-toggle.btn-success:hover[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-success:hover[class*="owl-"], .open .dropdown-toggle.btn.btn-success:active, .open .wizard > .actions a.dropdown-toggle.btn-success:active, .wizard > .actions .open a.dropdown-toggle.btn-success:active, .open .dt-buttons .dropdown-toggle.btn-success.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-success.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success:active, .open .sweet-alert button.dropdown-toggle.btn-success:active, .sweet-alert .open button.dropdown-toggle.btn-success:active, .open .owl-theme .owl-nav .dropdown-toggle.btn-success:active[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-success:active[class*="owl-"], .open .dropdown-toggle.btn.btn-success:focus, .open .wizard > .actions a.dropdown-toggle.btn-success:focus, .wizard > .actions .open a.dropdown-toggle.btn-success:focus, .open .dt-buttons .dropdown-toggle.btn-success.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-success.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success:focus, .open .sweet-alert button.dropdown-toggle.btn-success:focus, .sweet-alert .open button.dropdown-toggle.btn-success:focus, .open .owl-theme .owl-nav .dropdown-toggle.btn-success:focus[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-success:focus[class*="owl-"] {
    background: rgba(46, 205, 153, 0.85);
    border: solid 1px rgba(46, 205, 153, 0.1); }

.open .dropdown-toggle.btn.btn-danger, .open .wizard > .actions a.dropdown-toggle.btn-danger, .wizard > .actions .open a.dropdown-toggle.btn-danger, .open .dt-buttons .dropdown-toggle.btn-danger.dt-button, .dt-buttons .open .dropdown-toggle.btn-danger.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger, .open .sweet-alert button.dropdown-toggle.btn-danger, .sweet-alert .open button.dropdown-toggle.btn-danger, .open .owl-theme .owl-nav .dropdown-toggle.btn-danger[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-danger[class*="owl-"] {
  background: #ed6f56;
  border: solid 1px #ed6f56; }
  .open .dropdown-toggle.btn.btn-danger:hover, .open .wizard > .actions a.dropdown-toggle.btn-danger:hover, .wizard > .actions .open a.dropdown-toggle.btn-danger:hover, .open .dt-buttons .dropdown-toggle.btn-danger.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-danger.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger:hover, .open .sweet-alert button.dropdown-toggle.btn-danger:hover, .sweet-alert .open button.dropdown-toggle.btn-danger:hover, .open .owl-theme .owl-nav .dropdown-toggle.btn-danger:hover[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-danger:hover[class*="owl-"], .open .dropdown-toggle.btn.btn-danger:active, .open .wizard > .actions a.dropdown-toggle.btn-danger:active, .wizard > .actions .open a.dropdown-toggle.btn-danger:active, .open .dt-buttons .dropdown-toggle.btn-danger.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-danger.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger:active, .open .sweet-alert button.dropdown-toggle.btn-danger:active, .sweet-alert .open button.dropdown-toggle.btn-danger:active, .open .owl-theme .owl-nav .dropdown-toggle.btn-danger:active[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-danger:active[class*="owl-"], .open .dropdown-toggle.btn.btn-danger:focus, .open .wizard > .actions a.dropdown-toggle.btn-danger:focus, .wizard > .actions .open a.dropdown-toggle.btn-danger:focus, .open .dt-buttons .dropdown-toggle.btn-danger.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-danger.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger:focus, .open .sweet-alert button.dropdown-toggle.btn-danger:focus, .sweet-alert .open button.dropdown-toggle.btn-danger:focus, .open .owl-theme .owl-nav .dropdown-toggle.btn-danger:focus[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-danger:focus[class*="owl-"] {
    background: rgba(237, 111, 86, 0.85);
    border: solid 1px rgba(237, 111, 86, 0.1); }

.open .dropdown-toggle.btn.btn-warning, .open .wizard > .actions a.dropdown-toggle.btn-warning, .wizard > .actions .open a.dropdown-toggle.btn-warning, .open .dt-buttons .dropdown-toggle.btn-warning.dt-button, .dt-buttons .open .dropdown-toggle.btn-warning.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning, .open .sweet-alert button.dropdown-toggle.btn-warning, .sweet-alert .open button.dropdown-toggle.btn-warning, .open .owl-theme .owl-nav .dropdown-toggle.btn-warning[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-warning[class*="owl-"] {
  background: #f0c541;
  border: solid 1px #f0c541; }
  .open .dropdown-toggle.btn.btn-warning:hover, .open .wizard > .actions a.dropdown-toggle.btn-warning:hover, .wizard > .actions .open a.dropdown-toggle.btn-warning:hover, .open .dt-buttons .dropdown-toggle.btn-warning.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-warning.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning:hover, .open .sweet-alert button.dropdown-toggle.btn-warning:hover, .sweet-alert .open button.dropdown-toggle.btn-warning:hover, .open .owl-theme .owl-nav .dropdown-toggle.btn-warning:hover[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-warning:hover[class*="owl-"], .open .dropdown-toggle.btn.btn-warning:active, .open .wizard > .actions a.dropdown-toggle.btn-warning:active, .wizard > .actions .open a.dropdown-toggle.btn-warning:active, .open .dt-buttons .dropdown-toggle.btn-warning.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-warning.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning:active, .open .sweet-alert button.dropdown-toggle.btn-warning:active, .sweet-alert .open button.dropdown-toggle.btn-warning:active, .open .owl-theme .owl-nav .dropdown-toggle.btn-warning:active[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-warning:active[class*="owl-"], .open .dropdown-toggle.btn.btn-warning:focus, .open .wizard > .actions a.dropdown-toggle.btn-warning:focus, .wizard > .actions .open a.dropdown-toggle.btn-warning:focus, .open .dt-buttons .dropdown-toggle.btn-warning.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-warning.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning:focus, .open .sweet-alert button.dropdown-toggle.btn-warning:focus, .sweet-alert .open button.dropdown-toggle.btn-warning:focus, .open .owl-theme .owl-nav .dropdown-toggle.btn-warning:focus[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-warning:focus[class*="owl-"] {
    background: rgba(240, 197, 65, 0.85);
    border: solid 1px rgba(240, 197, 65, 0.1); }

.open .dropdown-toggle.btn.btn-outline, .open .wizard > .actions a.dropdown-toggle.btn-outline, .wizard > .actions .open a.dropdown-toggle.btn-outline, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn, .open .note-editor .dropdown-toggle.btn.note-btn.btn-sm, .note-editor .open .dropdown-toggle.btn.note-btn.btn-sm, .open .note-editor .btn-group-sm > .dropdown-toggle.btn.note-btn, .note-editor .open .btn-group-sm > .dropdown-toggle.btn.note-btn, .open .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.note-btn, .open .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.note-btn, .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.note-btn, .open .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.note-btn, .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.note-btn, .open .note-editor .dt-buttons .btn-group-sm > .dropdown-toggle.note-btn.dt-button, .note-editor .dt-buttons .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button, .open .dt-buttons .note-editor .btn-group-sm > .dropdown-toggle.note-btn.dt-button, .dt-buttons .note-editor .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button, .open .note-editor .sweet-alert .btn-group-sm > button.dropdown-toggle.note-btn, .note-editor .sweet-alert .open .btn-group-sm > button.dropdown-toggle.note-btn, .open .sweet-alert .note-editor .btn-group-sm > button.dropdown-toggle.note-btn, .sweet-alert .note-editor .open .btn-group-sm > button.dropdown-toggle.note-btn, .open .note-editor .owl-theme .owl-nav .btn-group-sm > .dropdown-toggle.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .open .btn-group-sm > .dropdown-toggle.note-btn[class*="owl-"], .open .owl-theme .owl-nav .note-editor .btn-group-sm > .dropdown-toggle.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .open .btn-group-sm > .dropdown-toggle.note-btn[class*="owl-"], .open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button, .open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm, .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm, .open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm, .sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.note-btn.btn-sm[class*="owl-"], .open .dt-buttons .dropdown-toggle.btn-outline.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle, .open .sweet-alert button.dropdown-toggle.btn-outline, .sweet-alert .open button.dropdown-toggle.btn-outline, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*="owl-"] {
  background: transparent; }
  .open .dropdown-toggle.btn.btn-outline:hover, .open .wizard > .actions a.dropdown-toggle.btn-outline:hover, .wizard > .actions .open a.dropdown-toggle.btn-outline:hover, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm:hover, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:hover, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm:hover, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm:hover, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn:hover, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:hover, .open .note-editor .dropdown-toggle.btn.note-btn.btn-sm:hover, .note-editor .open .dropdown-toggle.btn.note-btn.btn-sm:hover, .open .note-editor .btn-group-sm > .dropdown-toggle.btn.note-btn:hover, .note-editor .open .btn-group-sm > .dropdown-toggle.btn.note-btn:hover, .open .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.note-btn:hover, .open .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.note-btn:hover, .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.note-btn:hover, .open .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.note-btn:hover, .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.note-btn:hover, .open .note-editor .dt-buttons .btn-group-sm > .dropdown-toggle.note-btn.dt-button:hover, .note-editor .dt-buttons .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button:hover, .open .dt-buttons .note-editor .btn-group-sm > .dropdown-toggle.note-btn.dt-button:hover, .dt-buttons .note-editor .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button:hover, .open .note-editor .sweet-alert .btn-group-sm > button.dropdown-toggle.note-btn:hover, .note-editor .sweet-alert .open .btn-group-sm > button.dropdown-toggle.note-btn:hover, .open .sweet-alert .note-editor .btn-group-sm > button.dropdown-toggle.note-btn:hover, .sweet-alert .note-editor .open .btn-group-sm > button.dropdown-toggle.note-btn:hover, .open .note-editor .owl-theme .owl-nav .btn-group-sm > .dropdown-toggle.note-btn:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .open .btn-group-sm > .dropdown-toggle.note-btn:hover[class*="owl-"], .open .owl-theme .owl-nav .note-editor .btn-group-sm > .dropdown-toggle.note-btn:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .open .btn-group-sm > .dropdown-toggle.note-btn:hover[class*="owl-"], .open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button:hover, .note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button:hover, .open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button:hover, .dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button:hover, .open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm:hover, .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm:hover, .open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm:hover, .sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm:hover, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm:hover[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm:hover[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.note-btn.btn-sm:hover[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.note-btn.btn-sm:hover[class*="owl-"], .open .dt-buttons .dropdown-toggle.btn-outline.dt-button:hover, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button:hover, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:hover, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:hover, .open .sweet-alert button.dropdown-toggle.btn-outline:hover, .sweet-alert .open button.dropdown-toggle.btn-outline:hover, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline:hover[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline:hover[class*="owl-"], .open .dropdown-toggle.btn.btn-outline:active, .open .wizard > .actions a.dropdown-toggle.btn-outline:active, .wizard > .actions .open a.dropdown-toggle.btn-outline:active, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm:active, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:active, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm:active, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm:active, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn:active, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:active, .open .note-editor .dropdown-toggle.btn.note-btn.btn-sm:active, .note-editor .open .dropdown-toggle.btn.note-btn.btn-sm:active, .open .note-editor .btn-group-sm > .dropdown-toggle.btn.note-btn:active, .note-editor .open .btn-group-sm > .dropdown-toggle.btn.note-btn:active, .open .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.note-btn:active, .open .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.note-btn:active, .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.note-btn:active, .open .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.note-btn:active, .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.note-btn:active, .open .note-editor .dt-buttons .btn-group-sm > .dropdown-toggle.note-btn.dt-button:active, .note-editor .dt-buttons .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button:active, .open .dt-buttons .note-editor .btn-group-sm > .dropdown-toggle.note-btn.dt-button:active, .dt-buttons .note-editor .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button:active, .open .note-editor .sweet-alert .btn-group-sm > button.dropdown-toggle.note-btn:active, .note-editor .sweet-alert .open .btn-group-sm > button.dropdown-toggle.note-btn:active, .open .sweet-alert .note-editor .btn-group-sm > button.dropdown-toggle.note-btn:active, .sweet-alert .note-editor .open .btn-group-sm > button.dropdown-toggle.note-btn:active, .open .note-editor .owl-theme .owl-nav .btn-group-sm > .dropdown-toggle.note-btn:active[class*="owl-"], .note-editor .owl-theme .owl-nav .open .btn-group-sm > .dropdown-toggle.note-btn:active[class*="owl-"], .open .owl-theme .owl-nav .note-editor .btn-group-sm > .dropdown-toggle.note-btn:active[class*="owl-"], .owl-theme .owl-nav .note-editor .open .btn-group-sm > .dropdown-toggle.note-btn:active[class*="owl-"], .open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button:active, .note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button:active, .open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button:active, .dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button:active, .open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm:active, .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm:active, .open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm:active, .sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm:active, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm:active[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm:active[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.note-btn.btn-sm:active[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.note-btn.btn-sm:active[class*="owl-"], .open .dt-buttons .dropdown-toggle.btn-outline.dt-button:active, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button:active, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:active, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:active, .open .sweet-alert button.dropdown-toggle.btn-outline:active, .sweet-alert .open button.dropdown-toggle.btn-outline:active, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline:active[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline:active[class*="owl-"], .open .dropdown-toggle.btn.btn-outline:focus, .open .wizard > .actions a.dropdown-toggle.btn-outline:focus, .wizard > .actions .open a.dropdown-toggle.btn-outline:focus, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm:focus, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:focus, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm:focus, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm:focus, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn:focus, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:focus, .open .note-editor .dropdown-toggle.btn.note-btn.btn-sm:focus, .note-editor .open .dropdown-toggle.btn.note-btn.btn-sm:focus, .open .note-editor .btn-group-sm > .dropdown-toggle.btn.note-btn:focus, .note-editor .open .btn-group-sm > .dropdown-toggle.btn.note-btn:focus, .open .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.note-btn:focus, .open .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.note-btn:focus, .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.note-btn:focus, .open .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.note-btn:focus, .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.note-btn:focus, .open .note-editor .dt-buttons .btn-group-sm > .dropdown-toggle.note-btn.dt-button:focus, .note-editor .dt-buttons .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button:focus, .open .dt-buttons .note-editor .btn-group-sm > .dropdown-toggle.note-btn.dt-button:focus, .dt-buttons .note-editor .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button:focus, .open .note-editor .sweet-alert .btn-group-sm > button.dropdown-toggle.note-btn:focus, .note-editor .sweet-alert .open .btn-group-sm > button.dropdown-toggle.note-btn:focus, .open .sweet-alert .note-editor .btn-group-sm > button.dropdown-toggle.note-btn:focus, .sweet-alert .note-editor .open .btn-group-sm > button.dropdown-toggle.note-btn:focus, .open .note-editor .owl-theme .owl-nav .btn-group-sm > .dropdown-toggle.note-btn:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .open .btn-group-sm > .dropdown-toggle.note-btn:focus[class*="owl-"], .open .owl-theme .owl-nav .note-editor .btn-group-sm > .dropdown-toggle.note-btn:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .open .btn-group-sm > .dropdown-toggle.note-btn:focus[class*="owl-"], .open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button:focus, .note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button:focus, .open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button:focus, .dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button:focus, .open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm:focus, .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm:focus, .open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm:focus, .sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm:focus, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm:focus[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm:focus[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.note-btn.btn-sm:focus[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.note-btn.btn-sm:focus[class*="owl-"], .open .dt-buttons .dropdown-toggle.btn-outline.dt-button:focus, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button:focus, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:focus, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:focus, .open .sweet-alert button.dropdown-toggle.btn-outline:focus, .sweet-alert .open button.dropdown-toggle.btn-outline:focus, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline:focus[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline:focus[class*="owl-"] {
    background: transparent;
    border: solid 1px gainsboro; }
  .open .dropdown-toggle.btn.btn-outline.btn-success, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-success, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-success, .open .wizard > .actions .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.btn-success.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.btn-success.note-btn.btn-sm, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-success, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-success, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn-success, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn-success, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-success, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-success.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-success.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.dt-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-success[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-success[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-success[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success[class*="owl-"], .open .note-editor .dropdown-toggle.btn.btn-success.note-btn.btn-sm, .note-editor .open .dropdown-toggle.btn.btn-success.note-btn.btn-sm, .open .note-editor .btn-group-sm > .dropdown-toggle.btn.btn-success.note-btn, .note-editor .open .btn-group-sm > .dropdown-toggle.btn.btn-success.note-btn, .open .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.btn-success.note-btn, .open .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.btn-success.note-btn, .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.btn-success.note-btn, .open .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.btn-success.note-btn, .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.btn-success.note-btn, .open .note-editor .dt-buttons .btn-group-sm > .dropdown-toggle.btn-success.note-btn.dt-button, .note-editor .dt-buttons .open .btn-group-sm > .dropdown-toggle.btn-success.note-btn.dt-button, .open .dt-buttons .note-editor .btn-group-sm > .dropdown-toggle.btn-success.note-btn.dt-button, .dt-buttons .note-editor .open .btn-group-sm > .dropdown-toggle.btn-success.note-btn.dt-button, .open .note-editor .sweet-alert .btn-group-sm > button.dropdown-toggle.btn-success.note-btn, .note-editor .sweet-alert .open .btn-group-sm > button.dropdown-toggle.btn-success.note-btn, .open .sweet-alert .note-editor .btn-group-sm > button.dropdown-toggle.btn-success.note-btn, .sweet-alert .note-editor .open .btn-group-sm > button.dropdown-toggle.btn-success.note-btn, .open .note-editor .owl-theme .owl-nav .btn-group-sm > .dropdown-toggle.btn-success.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .open .btn-group-sm > .dropdown-toggle.btn-success.note-btn[class*="owl-"], .open .owl-theme .owl-nav .note-editor .btn-group-sm > .dropdown-toggle.btn-success.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .open .btn-group-sm > .dropdown-toggle.btn-success.note-btn[class*="owl-"], .open .note-editor .dt-buttons .dropdown-toggle.btn-success.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.btn-success.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.btn-success.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.btn-success.note-btn.btn-sm.dt-button, .open .note-editor .sweet-alert button.dropdown-toggle.btn-success.note-btn.btn-sm, .note-editor .sweet-alert .open button.dropdown-toggle.btn-success.note-btn.btn-sm, .open .sweet-alert .note-editor button.dropdown-toggle.btn-success.note-btn.btn-sm, .sweet-alert .note-editor .open button.dropdown-toggle.btn-success.note-btn.btn-sm, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-success.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-success.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-success.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-success.note-btn.btn-sm[class*="owl-"], .open .dt-buttons .dropdown-toggle.btn-outline.btn-success.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.btn-success.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success, .open .sweet-alert button.dropdown-toggle.btn-outline.btn-success, .sweet-alert .open button.dropdown-toggle.btn-outline.btn-success, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-success[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-success[class*="owl-"] {
    color: #2ecd99;
    border: solid 1px #2ecd99; }
  .open .dropdown-toggle.btn.btn-outline.btn-warning, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-warning, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-warning, .open .wizard > .actions .note-editor a.dropdown-toggle.btn-warning.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.btn-warning.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.btn-warning.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.btn-warning.note-btn.btn-sm, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-warning, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-warning, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn-warning, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn-warning, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-warning.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-warning.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning.dt-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-warning[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-warning[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning[class*="owl-"], .open .note-editor .dropdown-toggle.btn.btn-warning.note-btn.btn-sm, .note-editor .open .dropdown-toggle.btn.btn-warning.note-btn.btn-sm, .open .note-editor .btn-group-sm > .dropdown-toggle.btn.btn-warning.note-btn, .note-editor .open .btn-group-sm > .dropdown-toggle.btn.btn-warning.note-btn, .open .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.btn-warning.note-btn, .open .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.btn-warning.note-btn, .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.btn-warning.note-btn, .open .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.btn-warning.note-btn, .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.btn-warning.note-btn, .open .note-editor .dt-buttons .btn-group-sm > .dropdown-toggle.btn-warning.note-btn.dt-button, .note-editor .dt-buttons .open .btn-group-sm > .dropdown-toggle.btn-warning.note-btn.dt-button, .open .dt-buttons .note-editor .btn-group-sm > .dropdown-toggle.btn-warning.note-btn.dt-button, .dt-buttons .note-editor .open .btn-group-sm > .dropdown-toggle.btn-warning.note-btn.dt-button, .open .note-editor .sweet-alert .btn-group-sm > button.dropdown-toggle.btn-warning.note-btn, .note-editor .sweet-alert .open .btn-group-sm > button.dropdown-toggle.btn-warning.note-btn, .open .sweet-alert .note-editor .btn-group-sm > button.dropdown-toggle.btn-warning.note-btn, .sweet-alert .note-editor .open .btn-group-sm > button.dropdown-toggle.btn-warning.note-btn, .open .note-editor .owl-theme .owl-nav .btn-group-sm > .dropdown-toggle.btn-warning.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .open .btn-group-sm > .dropdown-toggle.btn-warning.note-btn[class*="owl-"], .open .owl-theme .owl-nav .note-editor .btn-group-sm > .dropdown-toggle.btn-warning.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .open .btn-group-sm > .dropdown-toggle.btn-warning.note-btn[class*="owl-"], .open .note-editor .dt-buttons .dropdown-toggle.btn-warning.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.btn-warning.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.btn-warning.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.btn-warning.note-btn.btn-sm.dt-button, .open .note-editor .sweet-alert button.dropdown-toggle.btn-warning.note-btn.btn-sm, .note-editor .sweet-alert .open button.dropdown-toggle.btn-warning.note-btn.btn-sm, .open .sweet-alert .note-editor button.dropdown-toggle.btn-warning.note-btn.btn-sm, .sweet-alert .note-editor .open button.dropdown-toggle.btn-warning.note-btn.btn-sm, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-warning.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-warning.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-warning.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-warning.note-btn.btn-sm[class*="owl-"], .open .dt-buttons .dropdown-toggle.btn-outline.btn-warning.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.btn-warning.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning, .open .sweet-alert button.dropdown-toggle.btn-outline.btn-warning, .sweet-alert .open button.dropdown-toggle.btn-outline.btn-warning, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-warning[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-warning[class*="owl-"] {
    color: #f0c541;
    border: solid 1px #f0c541; }
  .open .dropdown-toggle.btn.btn-outline.btn-info, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-info, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-info, .open .wizard > .actions .note-editor a.dropdown-toggle.btn-info.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.btn-info.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.btn-info.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.btn-info.note-btn.btn-sm, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-info, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-info, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn-info, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn-info, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-info, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-info.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-info.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-info.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info.dt-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-info[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-info[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-info[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info[class*="owl-"], .open .note-editor .dropdown-toggle.btn.btn-info.note-btn.btn-sm, .note-editor .open .dropdown-toggle.btn.btn-info.note-btn.btn-sm, .open .note-editor .btn-group-sm > .dropdown-toggle.btn.btn-info.note-btn, .note-editor .open .btn-group-sm > .dropdown-toggle.btn.btn-info.note-btn, .open .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.btn-info.note-btn, .open .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.btn-info.note-btn, .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.btn-info.note-btn, .open .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.btn-info.note-btn, .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.btn-info.note-btn, .open .note-editor .dt-buttons .btn-group-sm > .dropdown-toggle.btn-info.note-btn.dt-button, .note-editor .dt-buttons .open .btn-group-sm > .dropdown-toggle.btn-info.note-btn.dt-button, .open .dt-buttons .note-editor .btn-group-sm > .dropdown-toggle.btn-info.note-btn.dt-button, .dt-buttons .note-editor .open .btn-group-sm > .dropdown-toggle.btn-info.note-btn.dt-button, .open .note-editor .sweet-alert .btn-group-sm > button.dropdown-toggle.btn-info.note-btn, .note-editor .sweet-alert .open .btn-group-sm > button.dropdown-toggle.btn-info.note-btn, .open .sweet-alert .note-editor .btn-group-sm > button.dropdown-toggle.btn-info.note-btn, .sweet-alert .note-editor .open .btn-group-sm > button.dropdown-toggle.btn-info.note-btn, .open .note-editor .owl-theme .owl-nav .btn-group-sm > .dropdown-toggle.btn-info.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .open .btn-group-sm > .dropdown-toggle.btn-info.note-btn[class*="owl-"], .open .owl-theme .owl-nav .note-editor .btn-group-sm > .dropdown-toggle.btn-info.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .open .btn-group-sm > .dropdown-toggle.btn-info.note-btn[class*="owl-"], .open .note-editor .dt-buttons .dropdown-toggle.btn-info.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.btn-info.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.btn-info.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.btn-info.note-btn.btn-sm.dt-button, .open .note-editor .sweet-alert button.dropdown-toggle.btn-info.note-btn.btn-sm, .note-editor .sweet-alert .open button.dropdown-toggle.btn-info.note-btn.btn-sm, .open .sweet-alert .note-editor button.dropdown-toggle.btn-info.note-btn.btn-sm, .sweet-alert .note-editor .open button.dropdown-toggle.btn-info.note-btn.btn-sm, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-info.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-info.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-info.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-info.note-btn.btn-sm[class*="owl-"], .open .dt-buttons .dropdown-toggle.btn-outline.btn-info.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.btn-info.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info, .open .sweet-alert button.dropdown-toggle.btn-outline.btn-info, .sweet-alert .open button.dropdown-toggle.btn-outline.btn-info, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-info[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-info[class*="owl-"] {
    color: #f1a1c7;
    border: solid 1px #f1a1c7; }
  .open .dropdown-toggle.btn.btn-outline.btn-danger, .open .wizard > .actions a.dropdown-toggle.btn-outline.btn-danger, .wizard > .actions .open a.dropdown-toggle.btn-outline.btn-danger, .open .wizard > .actions .note-editor a.dropdown-toggle.btn-danger.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.btn-danger.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.btn-danger.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.btn-danger.note-btn.btn-sm, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-danger, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-danger, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn-danger, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn-danger, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-danger.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-danger.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger.dt-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-danger[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-danger[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger[class*="owl-"], .open .note-editor .dropdown-toggle.btn.btn-danger.note-btn.btn-sm, .note-editor .open .dropdown-toggle.btn.btn-danger.note-btn.btn-sm, .open .note-editor .btn-group-sm > .dropdown-toggle.btn.btn-danger.note-btn, .note-editor .open .btn-group-sm > .dropdown-toggle.btn.btn-danger.note-btn, .open .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.btn-danger.note-btn, .open .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.btn-danger.note-btn, .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.btn-danger.note-btn, .open .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.btn-danger.note-btn, .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.btn-danger.note-btn, .open .note-editor .dt-buttons .btn-group-sm > .dropdown-toggle.btn-danger.note-btn.dt-button, .note-editor .dt-buttons .open .btn-group-sm > .dropdown-toggle.btn-danger.note-btn.dt-button, .open .dt-buttons .note-editor .btn-group-sm > .dropdown-toggle.btn-danger.note-btn.dt-button, .dt-buttons .note-editor .open .btn-group-sm > .dropdown-toggle.btn-danger.note-btn.dt-button, .open .note-editor .sweet-alert .btn-group-sm > button.dropdown-toggle.btn-danger.note-btn, .note-editor .sweet-alert .open .btn-group-sm > button.dropdown-toggle.btn-danger.note-btn, .open .sweet-alert .note-editor .btn-group-sm > button.dropdown-toggle.btn-danger.note-btn, .sweet-alert .note-editor .open .btn-group-sm > button.dropdown-toggle.btn-danger.note-btn, .open .note-editor .owl-theme .owl-nav .btn-group-sm > .dropdown-toggle.btn-danger.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .open .btn-group-sm > .dropdown-toggle.btn-danger.note-btn[class*="owl-"], .open .owl-theme .owl-nav .note-editor .btn-group-sm > .dropdown-toggle.btn-danger.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .open .btn-group-sm > .dropdown-toggle.btn-danger.note-btn[class*="owl-"], .open .note-editor .dt-buttons .dropdown-toggle.btn-danger.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.btn-danger.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.btn-danger.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.btn-danger.note-btn.btn-sm.dt-button, .open .note-editor .sweet-alert button.dropdown-toggle.btn-danger.note-btn.btn-sm, .note-editor .sweet-alert .open button.dropdown-toggle.btn-danger.note-btn.btn-sm, .open .sweet-alert .note-editor button.dropdown-toggle.btn-danger.note-btn.btn-sm, .sweet-alert .note-editor .open button.dropdown-toggle.btn-danger.note-btn.btn-sm, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-danger.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-danger.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-danger.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-danger.note-btn.btn-sm[class*="owl-"], .open .dt-buttons .dropdown-toggle.btn-outline.btn-danger.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.btn-danger.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger, .open .sweet-alert button.dropdown-toggle.btn-outline.btn-danger, .sweet-alert .open button.dropdown-toggle.btn-outline.btn-danger, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-danger[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-danger[class*="owl-"] {
    color: #ed6f56;
    border: solid 1px #ed6f56; }
  .open .dropdown-toggle.btn.btn-outline.btn-primary, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.btn, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.btn, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.btn, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.btn, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm, .open .wizard > .actions .disabled .note-editor .btn-group-sm > a.dropdown-toggle.note-btn.btn, .wizard > .actions .disabled .note-editor .open .btn-group-sm > a.dropdown-toggle.note-btn.btn, .open .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.note-btn.btn, .note-editor .wizard > .actions .disabled .open .btn-group-sm > a.dropdown-toggle.note-btn.btn, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline:hover, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline:hover, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.btn:hover, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:hover, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.btn:hover, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.btn:hover, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm:hover, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm:hover, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm:hover, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm:hover, .open .wizard > .actions .disabled .note-editor .btn-group-sm > a.dropdown-toggle.note-btn.btn:hover, .wizard > .actions .disabled .note-editor .open .btn-group-sm > a.dropdown-toggle.note-btn.btn:hover, .open .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.note-btn.btn:hover, .note-editor .wizard > .actions .disabled .open .btn-group-sm > a.dropdown-toggle.note-btn.btn:hover, .open .wizard > .actions .disabled a.dropdown-toggle.btn-outline:active, .wizard > .actions .disabled .open a.dropdown-toggle.btn-outline:active, .open .wizard > .actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.btn:active, .wizard > .actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:active, .open ul.wysihtml5-toolbar .wizard > .actions .disabled a.dropdown-toggle.btn:active, ul.wysihtml5-toolbar .wizard > .actions .disabled .open a.dropdown-toggle.btn:active, .open .wizard > .actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm:active, .wizard > .actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm:active, .open .note-editor .wizard > .actions .disabled a.dropdown-toggle.note-btn.btn-sm:active, .note-editor .wizard > .actions .disabled .open a.dropdown-toggle.note-btn.btn-sm:active, .open .wizard > .actions .disabled .note-editor .btn-group-sm > a.dropdown-toggle.note-btn.btn:active, .wizard > .actions .disabled .note-editor .open .btn-group-sm > a.dropdown-toggle.note-btn.btn:active, .open .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.note-btn.btn:active, .note-editor .wizard > .actions .disabled .open .btn-group-sm > a.dropdown-toggle.note-btn.btn:active, .open .wizard > .actions a.dropdown-toggle.btn-outline, .wizard > .actions .open a.dropdown-toggle.btn-outline, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm, .open .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.note-btn.btn, .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.note-btn.btn, .open .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.note-btn.btn, .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.note-btn.btn, .open .wizard > .actions a.dropdown-toggle.btn-outline:hover, .wizard > .actions .open a.dropdown-toggle.btn-outline:hover, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn:hover, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:hover, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn:hover, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn:hover, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm:hover, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:hover, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm:hover, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm:hover, .open .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.note-btn.btn:hover, .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.note-btn.btn:hover, .open .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.note-btn.btn:hover, .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.note-btn.btn:hover, .open .wizard > .actions a.dropdown-toggle.btn-outline:active, .wizard > .actions .open a.dropdown-toggle.btn-outline:active, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle.btn:active, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:active, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle.btn:active, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle.btn:active, .open .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm:active, .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:active, .open .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm:active, .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm:active, .open .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.note-btn.btn:active, .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.note-btn.btn:active, .open .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.note-btn.btn:active, .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.note-btn.btn:active, .open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-primary, ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-primary, .open ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle, ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle, .open .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle, .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button, .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-primary[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-primary[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary[class*="owl-"], .open ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions a.dropdown-toggle[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard > .actions .open a.dropdown-toggle[class*="owl-"], .open .owl-theme .owl-nav .wizard > .actions ul.wysihtml5-toolbar a.dropdown-toggle[class*="owl-"], .owl-theme .owl-nav .wizard > .actions ul.wysihtml5-toolbar .open a.dropdown-toggle[class*="owl-"], .open .note-editor .dropdown-toggle.btn.btn-primary.note-btn.btn-sm, .note-editor .open .dropdown-toggle.btn.btn-primary.note-btn.btn-sm, .open .note-editor .btn-group-sm > .dropdown-toggle.btn.btn-primary.note-btn, .note-editor .open .btn-group-sm > .dropdown-toggle.btn.btn-primary.note-btn, .open .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.note-btn, .note-editor .wizard > .actions .disabled .open .btn-group-sm > a.dropdown-toggle.note-btn, .open .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.note-btn, .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.note-btn, .open .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.note-btn, .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.note-btn, .open .note-editor .dt-buttons .btn-group-sm > .dropdown-toggle.note-btn.dt-button, .note-editor .dt-buttons .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button, .open .dt-buttons .note-editor .btn-group-sm > .dropdown-toggle.note-btn.dt-button, .dt-buttons .note-editor .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button, .open .note-editor .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.dropdown-toggle.btn-primary.note-btn, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .open .btn-group-sm > button.dropdown-toggle.btn-primary.note-btn, .open .tablesaw-sortable th.tablesaw-sortable-head .note-editor .btn-group-sm > button.dropdown-toggle.btn-primary.note-btn, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .open .btn-group-sm > button.dropdown-toggle.btn-primary.note-btn, .open .note-editor .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.dropdown-toggle.note-btn.dt-button, .note-editor .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open .btn-group-sm > button.dropdown-toggle.note-btn.dt-button, .open .note-editor .sweet-alert .btn-group-sm > button.dropdown-toggle.btn-primary.note-btn, .note-editor .sweet-alert .open .btn-group-sm > button.dropdown-toggle.btn-primary.note-btn, .open .sweet-alert .note-editor .btn-group-sm > button.dropdown-toggle.btn-primary.note-btn, .sweet-alert .note-editor .open .btn-group-sm > button.dropdown-toggle.btn-primary.note-btn, .open .note-editor .dt-buttons .sweet-alert .btn-group-sm > button.dropdown-toggle.note-btn.dt-button, .note-editor .dt-buttons .sweet-alert .open .btn-group-sm > button.dropdown-toggle.note-btn.dt-button, .open .note-editor .owl-theme .owl-nav .btn-group-sm > .dropdown-toggle.btn-primary.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .open .btn-group-sm > .dropdown-toggle.btn-primary.note-btn[class*="owl-"], .open .owl-theme .owl-nav .note-editor .btn-group-sm > .dropdown-toggle.btn-primary.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .open .btn-group-sm > .dropdown-toggle.btn-primary.note-btn[class*="owl-"], .open .note-editor .owl-theme .owl-nav .wizard > .actions .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .open .owl-theme .owl-nav .wizard > .actions .note-editor .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .note-editor .open .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .open .note-editor .wizard > .actions .owl-theme .owl-nav .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .note-editor .wizard > .actions .owl-theme .owl-nav .open .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .open .note-editor .dt-buttons .owl-theme .owl-nav .btn-group-sm > .dropdown-toggle.note-btn.dt-button[class*="owl-"], .note-editor .dt-buttons .owl-theme .owl-nav .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button[class*="owl-"], .open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button, .open .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary.note-btn.btn-sm, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary.note-btn.btn-sm, .open .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.dropdown-toggle.btn-primary.note-btn.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .open button.dropdown-toggle.btn-primary.note-btn.btn-sm, .open .note-editor .sweet-alert button.dropdown-toggle.btn-primary.note-btn.btn-sm, .note-editor .sweet-alert .open button.dropdown-toggle.btn-primary.note-btn.btn-sm, .open .sweet-alert .note-editor button.dropdown-toggle.btn-primary.note-btn.btn-sm, .sweet-alert .note-editor .open button.dropdown-toggle.btn-primary.note-btn.btn-sm, .open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-primary.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-primary.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-primary.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-primary.note-btn.btn-sm[class*="owl-"], .open .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .disabled .open .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .open .note-editor .owl-theme .owl-nav .wizard > .actions a.dropdown-toggle.note-btn.btn-sm[class*="owl-"], .note-editor .owl-theme .owl-nav .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .wizard > .actions .note-editor a.dropdown-toggle.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm[class*="owl-"], .open .dt-buttons .dropdown-toggle.btn-outline.dt-button, .dt-buttons .open .dropdown-toggle.btn-outline.dt-button, .open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button.btn, .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button.btn, .open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button.btn, ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button.btn, .open .dt-buttons .note-editor .btn-group-sm > .dropdown-toggle.dt-button.note-btn.btn, .dt-buttons .note-editor .open .btn-group-sm > .dropdown-toggle.dt-button.note-btn.btn, .open .note-editor .dt-buttons .btn-group-sm > .dropdown-toggle.dt-button.note-btn.btn, .note-editor .dt-buttons .open .btn-group-sm > .dropdown-toggle.dt-button.note-btn.btn, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary, .open .sweet-alert button.dropdown-toggle.btn-outline.btn-primary, .sweet-alert .open button.dropdown-toggle.btn-outline.btn-primary, .open .sweet-alert .note-editor .btn-group-sm > button.dropdown-toggle.btn-primary.note-btn.btn, .sweet-alert .note-editor .open .btn-group-sm > button.dropdown-toggle.btn-primary.note-btn.btn, .open .note-editor .sweet-alert .btn-group-sm > button.dropdown-toggle.btn-primary.note-btn.btn, .note-editor .sweet-alert .open .btn-group-sm > button.dropdown-toggle.btn-primary.note-btn.btn, .open .sweet-alert .note-editor .dt-buttons .btn-group-sm > button.dropdown-toggle.note-btn.dt-button, .sweet-alert .note-editor .dt-buttons .open .btn-group-sm > button.dropdown-toggle.note-btn.dt-button, .open .sweet-alert .dt-buttons .note-editor .btn-group-sm > button.dropdown-toggle.note-btn.dt-button, .sweet-alert .dt-buttons .note-editor .open .btn-group-sm > button.dropdown-toggle.note-btn.dt-button, .open .dt-buttons .note-editor .sweet-alert .btn-group-sm > button.dropdown-toggle.note-btn.dt-button, .dt-buttons .note-editor .sweet-alert .open .btn-group-sm > button.dropdown-toggle.note-btn.dt-button, .open .sweet-alert .note-editor .dt-buttons button.dropdown-toggle.note-btn.btn-sm.dt-button, .sweet-alert .note-editor .dt-buttons .open button.dropdown-toggle.note-btn.btn-sm.dt-button, .open .note-editor .dt-buttons .sweet-alert button.dropdown-toggle.note-btn.btn-sm.dt-button, .note-editor .dt-buttons .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm.dt-button, .open .sweet-alert .dt-buttons .note-editor button.dropdown-toggle.note-btn.btn-sm.dt-button, .sweet-alert .dt-buttons .note-editor .open button.dropdown-toggle.note-btn.btn-sm.dt-button, .open .dt-buttons .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm.dt-button, .dt-buttons .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm.dt-button, .open .sweet-alert .dt-buttons button.dropdown-toggle.btn-outline.dt-button, .sweet-alert .dt-buttons .open button.dropdown-toggle.btn-outline.dt-button, .open .dt-buttons .sweet-alert button.dropdown-toggle.btn-outline.dt-button, .dt-buttons .sweet-alert .open button.dropdown-toggle.btn-outline.dt-button, .open .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button, .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button, .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.dt-button, .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.dt-button, .open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button, .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dropdown-toggle.dt-button, .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert .open button.dropdown-toggle.dt-button, .open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary, .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary, .open .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.btn-primary, .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.btn-primary, .open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-primary[class*="owl-"], .owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-primary[class*="owl-"], .open .owl-theme .owl-nav .wizard > .actions a.dropdown-toggle.btn-outline[class*="owl-"], .owl-theme .owl-nav .wizard > .actions .open a.dropdown-toggle.btn-outline[class*="owl-"], .open .wizard > .actions .owl-theme .owl-nav a.dropdown-toggle.btn-outline[class*="owl-"], .wizard > .actions .owl-theme .owl-nav .open a.dropdown-toggle.btn-outline[class*="owl-"], .open .wizard > .actions .note-editor .owl-theme .owl-nav a.dropdown-toggle.note-btn.btn-sm[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav .open a.dropdown-toggle.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav .note-editor .wizard > .actions a.dropdown-toggle.note-btn.btn-sm[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .open a.dropdown-toggle.note-btn.btn-sm[class*="owl-"], .open .note-editor .wizard > .actions .owl-theme .owl-nav a.dropdown-toggle.note-btn.btn-sm[class*="owl-"], .note-editor .wizard > .actions .owl-theme .owl-nav .open a.dropdown-toggle.note-btn.btn-sm[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.btn[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.btn[class*="owl-"], .open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-primary.btn[class*="owl-"], ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-primary.btn[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions a.dropdown-toggle[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard > .actions .open a.dropdown-toggle[class*="owl-"], .open ul.wysihtml5-toolbar .wizard > .actions .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"], ul.wysihtml5-toolbar .wizard > .actions .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"], .open .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*="owl-"], .wizard > .actions ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*="owl-"], .open .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button[class*="owl-"], .open ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a.dropdown-toggle.dt-button[class*="owl-"], ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav .open a.dropdown-toggle.dt-button[class*="owl-"], .open .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button[class*="owl-"], .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button[class*="owl-"], .open .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.dt-button[class*="owl-"], .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.dt-button[class*="owl-"], .open .owl-theme .owl-nav .note-editor .btn-group-sm > .dropdown-toggle.btn-primary.note-btn.btn[class*="owl-"], .owl-theme .owl-nav .note-editor .open .btn-group-sm > .dropdown-toggle.btn-primary.note-btn.btn[class*="owl-"], .open .note-editor .owl-theme .owl-nav .btn-group-sm > .dropdown-toggle.btn-primary.note-btn.btn[class*="owl-"], .note-editor .owl-theme .owl-nav .open .btn-group-sm > .dropdown-toggle.btn-primary.note-btn.btn[class*="owl-"], .open .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .disabled .open .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .open .owl-theme .owl-nav .note-editor .wizard > .actions .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .wizard > .actions .open .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .open .wizard > .actions .note-editor .owl-theme .owl-nav .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .wizard > .actions .note-editor .owl-theme .owl-nav .open .btn-group-sm > a.dropdown-toggle.note-btn[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dt-buttons .btn-group-sm > .dropdown-toggle.note-btn.dt-button[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button[class*="owl-"], .open .owl-theme .owl-nav .dt-buttons .note-editor .btn-group-sm > .dropdown-toggle.note-btn.dt-button[class*="owl-"], .owl-theme .owl-nav .dt-buttons .note-editor .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button[class*="owl-"], .open .dt-buttons .note-editor .owl-theme .owl-nav .btn-group-sm > .dropdown-toggle.note-btn.dt-button[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .open .btn-group-sm > .dropdown-toggle.note-btn.dt-button[class*="owl-"], .open .owl-theme .owl-nav .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button[class*="owl-"], .owl-theme .owl-nav .note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button[class*="owl-"], .open .note-editor .dt-buttons .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm.dt-button[class*="owl-"], .note-editor .dt-buttons .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm.dt-button[class*="owl-"], .open .owl-theme .owl-nav .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button[class*="owl-"], .owl-theme .owl-nav .dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button[class*="owl-"], .open .dt-buttons .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm.dt-button[class*="owl-"], .dt-buttons .note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm.dt-button[class*="owl-"], .open .owl-theme .owl-nav .dt-buttons .dropdown-toggle.btn-outline.dt-button[class*="owl-"], .owl-theme .owl-nav .dt-buttons .open .dropdown-toggle.btn-outline.dt-button[class*="owl-"], .open .dt-buttons .owl-theme .owl-nav .dropdown-toggle.btn-outline.dt-button[class*="owl-"], .dt-buttons .owl-theme .owl-nav .open .dropdown-toggle.btn-outline.dt-button[class*="owl-"], .open .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button[class*="owl-"], .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button[class*="owl-"], .open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle.dt-button[class*="owl-"], .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle.dt-button[class*="owl-"], .open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button[class*="owl-"], .open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button.dropdown-toggle.dt-button[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav .open button.dropdown-toggle.dt-button[class*="owl-"], .open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary[class*="owl-"], .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary[class*="owl-"], .open .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle.btn-primary[class*="owl-"], .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle.btn-primary[class*="owl-"] {
    color: #4e9de6;
    border: solid 1px #4e9de6; }

.button-list .btn, .button-list .wizard > .actions a, .wizard > .actions .button-list a, .button-list .dt-buttons .dt-button, .dt-buttons .button-list .dt-button, .button-list .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .button-list button, .button-list .sweet-alert button, .sweet-alert .button-list button, .button-list .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .button-list [class*="owl-"] {
  margin-top: 15px;
  margin-right: 10px; }

/*MDL Shadow*/
.shadow-2dp, #setting_panel_btn.shadow-2dp:focus, #setting_panel_btn.shadow-2dp:active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.shadow-3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12); }

.shadow-4dp, #setting_panel_btn.shadow-4dp:focus, #setting_panel_btn.shadow-4dp:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.shadow-6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }

.shadow-8dp, #setting_panel_btn.shadow-8dp:focus, #setting_panel_btn.shadow-8dp:active {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

/* Admin Basic */
.fixed-sidebar-left {
  position: fixed;
  top: 66px;
  left: 0;
  width: 225px;
  margin-left: 0;
  bottom: 0;
  z-index: 100;
  border-right: 1px solid #ddd;
  box-shadow: #0000001f 0px 6px 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .fixed-sidebar-left .right-nav-text {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s; }
  .fixed-sidebar-left .side-nav {
    border: none;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 0;
    margin: 0;
    overflow-y: auto;
    background-color: #fff;
    backface-visibility: hidden; }
    .fixed-sidebar-left .side-nav li {
      width: 225px; }
      .fixed-sidebar-left .side-nav li.navigation-header > span, .fixed-sidebar-left .side-nav li.navigation-header > i {
        padding: 11px 15px; }
      .fixed-sidebar-left .side-nav li.navigation-header > span {
        font-size: 13px;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        color: #878787; }
      .fixed-sidebar-left .side-nav li.navigation-header > i {
        display: none;
        font-size: 16px; }
      .fixed-sidebar-left .side-nav li a[aria-expanded="true"] {
        background: rgba(33, 33, 33, 0.05); }
        .fixed-sidebar-left .side-nav li a[aria-expanded="true"] > i {
          color: #e2724c; }
        .fixed-sidebar-left .side-nav li a[aria-expanded="true"] .pull-right i:before {
          content: '\f2f8'; }
      .fixed-sidebar-left .side-nav li a {
        display: inline-block;
        width: 100%;
        text-transform: capitalize;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        transition: 0.3s ease; }
        .fixed-sidebar-left .side-nav li a .pull-left > i {
          font-size: 18px;
          width: 18px; }
        .fixed-sidebar-left .side-nav li a .pull-right i {
          color: #878787; }
    .fixed-sidebar-left .side-nav > li > a {
      color: #212121;
      padding: 7px 15px; }
      .fixed-sidebar-left .side-nav > li > a:hover {
        background: rgba(33, 33, 33, 0.05); }
      .fixed-sidebar-left .side-nav > li > a:focus, .fixed-sidebar-left .side-nav > li > a:active {
        background: rgba(33, 33, 33, 0.05);
        color: #212121; }
        .fixed-sidebar-left .side-nav > li > a:focus > i, .fixed-sidebar-left .side-nav > li > a:active > i {
          color: #e2724c; }
      .fixed-sidebar-left .side-nav > li > a > .float-left > .zmdi,
      .fixed-sidebar-left .side-nav > li > a > .float-left > .fa,
      .fixed-sidebar-left .side-nav > li > a > .float-left > [class*=" fa-"] {
        width: 28px;
        font-size: 18px;
        top: 0px;
        position: relative; }
    .fixed-sidebar-left .side-nav > li a.active-page {
      background: rgba(33, 33, 33, 0.05); }
    .fixed-sidebar-left .side-nav > li > ul > li a {
      padding: 7px 15px 7px 51px;
      display: block;
      color: #878787; }
      .fixed-sidebar-left .side-nav > li > ul > li a:hover, .fixed-sidebar-left .side-nav > li > ul > li a:focus, .fixed-sidebar-left .side-nav > li > ul > li a:active {
        background: rgba(33, 33, 33, 0.05);
        color: #878787; }
    .fixed-sidebar-left .side-nav > li > ul > li > ul > li a {
      padding-left: 62px;
      color: #878787; }
      .fixed-sidebar-left .side-nav > li > ul > li > ul > li a:hover, .fixed-sidebar-left .side-nav > li > ul > li > ul > li a:focus, .fixed-sidebar-left .side-nav > li > ul > li > ul > li a:active {
        color: #878787; }
    .fixed-sidebar-left .side-nav > li > a.active {
      color: #25cad3;
      background: rgba(33, 33, 33, 0.05); }
      .fixed-sidebar-left .side-nav > li > a.active > i {
        color: #25cad3; }
    .fixed-sidebar-left .side-nav > li ul.collapse li a.active {
      color: #212121; }

a.toggle-left-nav-btn,
a#toggle_mobile_nav,
a#toggle_mobile_search {
  color: #878787;
  position: relative;
  line-height: 66px; }
  a.toggle-left-nav-btn i,
  a#toggle_mobile_nav i,
  a#toggle_mobile_search i {
    font-size: 21px;
    vertical-align: middle; }

a#toggle_mobile_nav {
  display: inline-block; }

.top-fixed-nav .page-wrapper {
  margin-left: 0;
  padding-top: 134px; }

.top-fixed-nav .fixed-sidebar-left {
  width: 100%;
  bottom: inherit; }
  .top-fixed-nav .fixed-sidebar-left:hover {
    width: 100%; }
    .top-fixed-nav .fixed-sidebar-left:hover .collapse.in {
      display: none; }
  .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv {
    overflow: visible !important; }
    .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv .slimScrollBar {
      display: none !important; }
    .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul {
      overflow: visible !important;
      width: 100% !important;
      height: auto !important; }
      .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li {
        width: auto; }
        .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li > a {
          text-align: center; }
          .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li > a > i {
            display: block;
            margin-bottom: 10px;
            margin-right: 0 !important; }
          .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li > a > .pull-right {
            display: none; }
      .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul li {
        position: relative; }
      .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1 {
        background: #ebebeb;
        height: auto !important;
        left: 0;
        position: absolute !important;
        z-index: 1;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
        .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1.two-col-list {
          width: 450px; }
        .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1 li {
          float: left; }
          .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1 li > a i:before {
            content: "\f105"; }
          .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1 li > ul {
            background: #ebebeb;
            left: 225px;
            position: absolute;
            top: 0;
            z-index: 1;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
      .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li:hover > ul {
        display: block; }
      .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li > ul > li:hover > ul {
        display: block; }

.top-fixed-nav.slide-nav-toggle .page-wrapper {
  margin-left: 0;
  padding-top: 60px; }

.top-fixed-nav.slide-nav-toggle .fixed-sidebar-left {
  top: -14px;
  width: 100%; }
  .top-fixed-nav.slide-nav-toggle .fixed-sidebar-left:hover {
    width: 100%; }

.scrollable-nav {
  position: relative; }
  .scrollable-nav .fixed-sidebar-left,
  .scrollable-nav .navbar-fixed-top,
  .scrollable-nav .fixed-sidebar-right {
    position: absolute; }
  .scrollable-nav.box-layout .fixed-sidebar-right {
    right: 300px !important; }

.fixed-sidebar-right {
  position: fixed;
  top: 66px;
  right: 0;
  width: 0;
  bottom: 0;
  z-index: 101;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }

/*.setting-panel {
	z-index:1030;
	margin-right: -220px;
	width:220px;
	top:0;
	.setting-panel-title {
		font-size: 16px;
		font-weight: 600;
		padding-bottom: 17px;
		padding-left: 20px;
		padding-top: 17px;
		color:$white;
		background:$green;
		text-transform:capitalize;
	}
	.layout-switcher-wrap {
		> ul {
			padding-left: 20px;
			padding-top: 35px;
			.layout-title {
				color: #444;
				display: inline-block;
				font-size: 14px;
				margin-right: 15px;
				text-transform: capitalize;
				width: 130px;
			}
			.layout-switcher {
				display:inline-block;
				.switchery {
					margin:0;
				}
			}
			> li {
				margin-bottom:30px;
			}
		}
	}
	.theme-option-wrap {
	
		> li {
			border-radius: 2px;
			cursor: pointer;
			display: inline-block;
			height: 38px;
			margin-bottom: 15px;
			margin-right: 18px;
			width: 38px;
			position:relative;
			overflow:hidden;
			border:1px solid $light_grey;
			background:$xtra_lighter_grey;
			i {
				font-size:25px;
				padding-top:9px;
				padding-left:15px;
				color:$green;
				opacity:0;
			}
			&.active-theme {
				i {
					opacity:1;
				}
			}
			&::after {
				content: "";
				height: 10px;
				left: 0;
				top: 0;
				position: absolute;
				width: 100%;
				z-index:1;
			}
			&::before {
				content: "";
				height: 100%;
				left: 0;
				top:0;
				position: absolute;
				width: 10px;
			}
			&#theme-1 {
				&::after {
					background: $white;
				}
				&::before {
					background: $menu_bg_col_1;
				}
			}
			&#theme-2 {
				&::after {
					background: $menu_bg_col_1;
				}
				&::before {
					background: $white;
				}
			}
			&#theme-3 {
				&::after {
					background: $white;
				}
				&::before {
					background: $menu_bg_col_1;
					z-index:2;
				}
			}
			&#theme-4 {
				&::after {
					background: $menu_bg_col_1;
				}
				&::before {
					background: $white;
					z-index:2;
				}
			}
			&#theme-5 {
				&::after {
					background: $white;
				}
				&::before {
					background: $white;
				}
			}
			&#theme-6 {
				&::after {
					background: $menu_bg_col_1;
				}
				&::before {
					background: $menu_bg_col_1;
				}
			}
		}
	}
}*/
#setting_panel_btn {
  position: fixed;
  right: 10px;
  bottom: 25px;
  z-index: 1031; }

.right-sidebar {
  width: 100%;
  height: 100%;
  position: relative;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  overflow: scroll;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px 5px; }
  .right-sidebar .card-view:hover {
    box-shadow: none; }
  .right-sidebar .custom-tab-1 .nav-tabs {
    border-bottom: 1px solid #ddd; }
    .right-sidebar .custom-tab-1 .nav-tabs > li {
      margin-right: 0;
      text-align: center;
      width: 20%;
      padding: 10px 0; }
      .right-sidebar .custom-tab-1 .nav-tabs > li > a {
        padding: 8px 10px;
        font-size: 13px;
        font-weight: 500;
        border-bottom: none; }
      .right-sidebar .custom-tab-1 .nav-tabs > li.active > a {
        border-bottom: none; }

.right-sidebar-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1031;
  display: none;
  pointer-events: none; }

.page-wrapper {
  margin-left: 225px;
  padding: 70px 20px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0; }

.open-right-sidebar .fixed-sidebar-right {
  width: 100%; }
  @media (min-width: 768px) {
    .open-right-sidebar .fixed-sidebar-right {
      width: 500px; } }

.open-right-sidebar .right-sidebar-backdrop {
  display: block; }

.open-setting-panel .setting-panel {
  margin-right: 0; }

.open-setting-panel .right-sidebar-backdrop {
  display: block; }

.wrapper {
  background: #fff; }
  .wrapper.no-transition .fixed-sidebar-left, .wrapper.no-transition .page-wrapper {
    /*Only for Setting Panel*/
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease; }
  .wrapper.box-layout {
    max-width: 1400px;
    margin: 0 auto; }
    .wrapper.box-layout .navbar-fixed-top {
      margin: 0 auto;
      max-width: 1400px; }
    .wrapper.box-layout .fixed-sidebar-left {
      left: auto; }
    .wrapper.box-layout .fixed-sidebar-right {
      width: 0;
      overflow: hidden; }
      .wrapper.box-layout .fixed-sidebar-right .right-sidebar {
        width: 300px; }
    .wrapper.box-layout.open-right-sidebar .fixed-sidebar-right {
      margin-right: -300px;
      width: 300px; }
    .wrapper.box-layout.top-fixed-nav .fixed-sidebar-left {
      max-width: 1300px; }
  .wrapper.darkmode .card-view {
    background: #212121; }
  .wrapper.theme-1-active .navbar.navbar-inverse {
    background: #fff; }
  .wrapper.theme-1-active .fixed-sidebar-left {
    z-index: 1030; }
    .wrapper.theme-1-active .fixed-sidebar-left .side-nav {
      background: #2a3e4c; }
  .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top {
    background: #2a3e4c;
    border-bottom: 1px solid #2a3e4c; }
    .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
      background: #2a3e4c; }
    .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
      color: #fff; }
    .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active, .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus {
      color: #fff; }
  .wrapper.theme-2-active .fixed-sidebar-left .side-nav {
    background: #fff; }
  .wrapper.theme-3-active .fixed-sidebar-left {
    z-index: 1030; }
    .wrapper.theme-3-active .fixed-sidebar-left .side-nav {
      background: #2a3e4c; }
  .wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top {
    background: #fff; }
    .wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .nav-header {
      background: #2a3e4c; }
      .wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
        color: #fff; }
  .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top {
    background: #2a3e4c; }
    .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
      background: #2a3e4c; }
    .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav-header {
      background: #fff;
      border-right: 1px solid #2a3e4c; }
      .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
        color: #212121; }
    .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active, .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus {
      color: #fff; }
  .wrapper.theme-4-active .fixed-sidebar-left {
    z-index: 1030; }
    .wrapper.theme-4-active .fixed-sidebar-left .side-nav {
      background: #fff; }
  .wrapper.theme-5-active .navbar.navbar-inverse {
    background: #fff; }
  .wrapper.theme-5-active .fixed-sidebar-left .side-nav {
    background: #fff; }
  .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top {
    background: #24333e;
    border-bottom: 1px solid #24333e; }
    .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
      background: #24333e; }
    .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
      color: #fff; }
    .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active, .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus {
      color: #fff; }
  .wrapper.theme-6-active .fixed-sidebar-left {
    z-index: 1030; }
    .wrapper.theme-6-active .fixed-sidebar-left .side-nav {
      background: #2a3e4c; }
  .wrapper.theme-1-active .fixed-sidebar-left, .wrapper.theme-3-active .fixed-sidebar-left, .wrapper.theme-6-active .fixed-sidebar-left {
    border-right: 1px solid #2a3e4c; }
    .wrapper.theme-1-active .fixed-sidebar-left .side-nav > li > a, .wrapper.theme-3-active .fixed-sidebar-left .side-nav > li > a, .wrapper.theme-6-active .fixed-sidebar-left .side-nav > li > a {
      color: #fff; }
      .wrapper.theme-1-active .fixed-sidebar-left .side-nav > li > a:hover, .wrapper.theme-1-active .fixed-sidebar-left .side-nav > li > a:focus, .wrapper.theme-1-active .fixed-sidebar-left .side-nav > li > a:active, .wrapper.theme-3-active .fixed-sidebar-left .side-nav > li > a:hover, .wrapper.theme-3-active .fixed-sidebar-left .side-nav > li > a:focus, .wrapper.theme-3-active .fixed-sidebar-left .side-nav > li > a:active, .wrapper.theme-6-active .fixed-sidebar-left .side-nav > li > a:hover, .wrapper.theme-6-active .fixed-sidebar-left .side-nav > li > a:focus, .wrapper.theme-6-active .fixed-sidebar-left .side-nav > li > a:active {
        color: #fff; }
    .wrapper.theme-1-active .fixed-sidebar-left .side-nav li a:hover, .wrapper.theme-1-active .fixed-sidebar-left .side-nav li a:focus, .wrapper.theme-1-active .fixed-sidebar-left .side-nav li a:active, .wrapper.theme-3-active .fixed-sidebar-left .side-nav li a:hover, .wrapper.theme-3-active .fixed-sidebar-left .side-nav li a:focus, .wrapper.theme-3-active .fixed-sidebar-left .side-nav li a:active, .wrapper.theme-6-active .fixed-sidebar-left .side-nav li a:hover, .wrapper.theme-6-active .fixed-sidebar-left .side-nav li a:focus, .wrapper.theme-6-active .fixed-sidebar-left .side-nav li a:active {
      background: rgba(255, 255, 255, 0.05); }
    .wrapper.theme-1-active .fixed-sidebar-left .side-nav li a.active-page, .wrapper.theme-3-active .fixed-sidebar-left .side-nav li a.active-page, .wrapper.theme-6-active .fixed-sidebar-left .side-nav li a.active-page {
      background: rgba(255, 255, 255, 0.05); }
    .wrapper.theme-1-active .fixed-sidebar-left .side-nav li a[aria-expanded="true"], .wrapper.theme-3-active .fixed-sidebar-left .side-nav li a[aria-expanded="true"], .wrapper.theme-6-active .fixed-sidebar-left .side-nav li a[aria-expanded="true"] {
      background: rgba(255, 255, 255, 0.05); }
    .wrapper.theme-1-active .fixed-sidebar-left hr.light-grey-hr, .wrapper.theme-3-active .fixed-sidebar-left hr.light-grey-hr, .wrapper.theme-6-active .fixed-sidebar-left hr.light-grey-hr {
      border-color: rgba(255, 255, 255, 0.1); }
  .wrapper.theme-1-active.pimary-color-red .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-red .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-red .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-red .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-red .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-red .fixed-sidebar-left .side-nav > li > a.active {
    color: #ed6f56; }
  .wrapper.theme-1-active.pimary-color-blue .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-blue .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-blue .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-blue .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-blue .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-blue .fixed-sidebar-left .side-nav > li > a.active {
    color: #4e9de6; }
  .wrapper.theme-1-active.pimary-color-green .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-green .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-green .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-green .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-green .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-green .fixed-sidebar-left .side-nav > li > a.active {
    color: #2ecd99; }
  .wrapper.theme-1-active.pimary-color-yellow .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-yellow .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-yellow .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-yellow .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-yellow .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-yellow .fixed-sidebar-left .side-nav > li > a.active {
    color: #f0c541; }
  .wrapper.theme-1-active.pimary-color-pink .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-pink .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-pink .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-pink .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-pink .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-pink .fixed-sidebar-left .side-nav > li > a.active {
    color: #f1a1c7; }
  .wrapper.theme-1-active.pimary-color-orange .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-orange .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-orange .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-orange .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-orange .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-orange .fixed-sidebar-left .side-nav > li > a.active {
    color: #f3a464; }
  .wrapper.theme-1-active.pimary-color-gold .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-gold .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-gold .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-gold .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-gold .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-gold .fixed-sidebar-left .side-nav > li > a.active {
    color: #c4996d; }
  .wrapper.theme-1-active.pimary-color-silver .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-2-active.pimary-color-silver .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-3-active.pimary-color-silver .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-4-active.pimary-color-silver .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-5-active.pimary-color-silver .fixed-sidebar-left .side-nav > li > a.active, .wrapper.theme-6-active.pimary-color-silver .fixed-sidebar-left .side-nav > li > a.active {
    color: #83878d; }

@media (max-width: 1024px) {
  .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav, .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav, .wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav, .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
    background: #292929; }
  .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
    background: #2a3e4c;
    color: #fff; }
  .wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .nav-header {
    background: #fff; }
    .wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
      color: #212121; }
  .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav-header {
    background: #2a3e4c;
    border-right: none; }
    .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
      color: #fff; }
  .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
    background: #2a3e4c;
    color: #fff; }
  .wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
    background: #f5f5f5; }
  .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
    background: #2a3e4c;
    color: #fff; } }

/* Top Navigation */
.navbar.navbar-inverse {
  background: #fff; }
  .navbar.navbar-inverse.navbar-fixed-top {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    min-height: 66px;
    padding: 0 15px 0 0; }
    .navbar.navbar-inverse.navbar-fixed-top .nav-header {
      width: 225px;
      padding-left: 8px;
      height: 66px;
      -webkit-transition: 0.4s ease;
      -moz-transition: 0.4s ease;
      transition: 0.4s ease;
      overflow: hidden; }
      @media (min-width: 1025px) {
        .navbar.navbar-inverse.navbar-fixed-top .nav-header {
          background-color: #fff; } }
      .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap {
        width: 225px;
        padding-top: 15px;
        padding-left: 50%;
        margin-left: -15px;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        transition: 0.4s ease; }
        .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-img {
          margin-right: 10px;
          position: relative;
          top: 3px;
          height: 30px; }
        .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
          display: inline-block;
          font-family: "Poppins", sans-serif;
          color: #212121;
          font-size: 21px;
          text-transform: capitalize;
          opacity: 1;
          visibility: visible; }
    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search {
      padding-top: 14px;
      width: 320px;
      margin-left: 25px; }
      .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group {
        width: 100%; }
        .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
          border-radius: 50px;
          height: 36px;
          background: #fff;
          padding-right: 30px; }
        .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn {
          position: absolute;
          right: 22px;
          top: 8px;
          z-index: 4; }
          .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .btn, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .wizard > .actions .disabled .input-group-btn > a, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .wizard > .actions .input-group-btn > a, .wizard > .actions .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > a, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .dt-buttons .input-group-btn > .dt-button, .dt-buttons .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .dt-button, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn > button, .tablesaw-sortable th.tablesaw-sortable-head .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .sweet-alert .input-group-btn > button, .sweet-alert .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .owl-theme .owl-nav .input-group-btn > [class*="owl-"], .owl-theme .owl-nav .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > [class*="owl-"] {
            background: transparent none repeat scroll 0 0;
            border: medium none;
            padding: 0; }
            .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .btn i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .wizard > .actions .disabled .input-group-btn > a i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .wizard > .actions .input-group-btn > a i, .wizard > .actions .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > a i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .dt-buttons .input-group-btn > .dt-button i, .dt-buttons .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .dt-button i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn > button i, .tablesaw-sortable th.tablesaw-sortable-head .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .sweet-alert .input-group-btn > button i, .sweet-alert .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .owl-theme .owl-nav .input-group-btn > [class*="owl-"] i, .owl-theme .owl-nav .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > [class*="owl-"] i {
              color: #878787;
              font-size: 20px; }
    .navbar.navbar-inverse.navbar-fixed-top .nav > li.dropdown {
      position: relative;
      text-align: center; }
    .navbar.navbar-inverse.navbar-fixed-top .nav > li.full-width-drp {
      position: static; }
    .navbar.navbar-inverse.navbar-fixed-top .nav > li > a {
      background: transparent !important;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      transition: 0.3s ease;
      padding: 20px 9px;
      height: 66px;
      display: inline-block; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus, .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active, .navbar.navbar-inverse.navbar-fixed-top .nav > li > a.active {
        color: #25cad3; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li > a .user-auth-img {
        height: 43px;
        width: 43px;
        vertical-align: middle; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li > a .user-online-status {
        background: #2ecd99;
        border-radius: 50%;
        bottom: 10px;
        height: 10px;
        border: 2px solid #fff;
        position: absolute;
        right: 0;
        width: 10px; }
    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown {
      min-width: 270px; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .connection-item {
        display: inline-block;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        color: #878787;
        text-transform: capitalize;
        width: 80px; }
        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .connection-item i {
          font-size: 25px;
          padding-bottom: 5px; }
        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .connection-item:hover {
          color: #878787;
          background: rgba(33, 33, 33, 0.05); }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .app-icon-wrap {
        text-align: center; }
        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .app-icon-wrap > li {
          display: inline-block; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .app-box-bottom-wrap .read-all {
        padding: 5px 15px 0;
        font-size: 13px;
        color: #878787;
        text-transform: capitalize; }
    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown {
      width: 435px; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .notification-box-head-wrap .notification-box-head {
        font-size: 16px;
        color: #212121;
        display: block;
        text-transform: capitalize;
        padding: 7px 15px 10px; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .notification-box-head-wrap .clear-notifications {
        padding: 12px 15px 10px;
        text-transform: uppercase;
        font-size: 11px; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .notification-box-bottom-wrap .read-all {
        padding: 5px 15px 0;
        font-size: 13px;
        color: #878787;
        text-transform: capitalize; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline {
        height: 229px;
        position: relative; }
        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item {
          margin-left: 0;
          border-left: none;
          padding: 7px 15px 0;
          -webkit-transition: 0.2s ease;
          -moz-transition: 0.2s ease;
          transition: 0.2s ease; }
          .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item:hover {
            background: rgba(33, 33, 33, 0.05); }
          .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item:before {
            display: none; }
          .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item > a {
            display: block; }
          .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .icon {
            height: 44px;
            position: absolute;
            text-align: center;
            width: 44px;
            display: table; }
            .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .icon i {
              font-size: 24px;
              vertical-align: middle;
              display: table-cell;
              color: #fff; }
          .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-avatar {
            left: auto;
            height: 44px;
            width: 44px; }
            .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-avatar img {
              height: 44px;
              width: 44px; }
          .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content {
            margin-left: 60px; }
            .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content > .head-notifications {
              width: 230px;
              font-size: 13px;
              font-weight: 500; }
            .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content .notifications-time {
              color: #878787; }
            .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content > p {
              font-size: 13px;
              color: #878787; }
    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.user-auth-dropdown {
      min-width: 175px;
      text-transform: capitalize; }
    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu {
      right: 23px;
      width: calc(100% - 270px);
      display: block;
      opacity: 0;
      visibility: hidden;
      height: 0;
      overflow: hidden; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.col-menu-list > a {
        font-size: 16px;
        padding: 10px 0;
        display: block;
        background: transparent;
        text-transform: capitalize; }
        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.col-menu-list > a .pull-left i {
          color: #212121;
          font-size: 18px;
          margin-right: 10px;
          width: 18px; }
        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.col-menu-list > a .pull-right i {
          color: #212121;
          font-size: inherit;
          margin-right: 0;
          width: auto; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.col-menu-list > ul > li > a {
        display: block;
        text-transform: capitalize;
        padding: 8px 0 8px 39px;
        color: #878787; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.preview-carousel > a {
        font-size: 16px;
        padding: 10px 0;
        background: transparent;
        display: inline-block;
        text-transform: capitalize; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.preview-carousel .product-carousel a > span {
        font-size: 12px;
        color: #212121;
        text-transform: uppercase;
        font-weight: 500; }
      .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.preview-carousel .product-carousel.owl-theme > .owl-nav {
        margin: 0;
        position: absolute;
        right: 0;
        top: -40px; }
        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.preview-carousel .product-carousel.owl-theme > .owl-nav .owl-prev, .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.preview-carousel .product-carousel.owl-theme > .owl-nav .owl-next {
          padding: 0;
          border: none;
          background: transparent; }
    .navbar.navbar-inverse.navbar-fixed-top .nav .open > a {
      background: #fff; }
      .navbar.navbar-inverse.navbar-fixed-top .nav .open > a:focus, .navbar.navbar-inverse.navbar-fixed-top .nav .open > a:hover, .navbar.navbar-inverse.navbar-fixed-top .nav .open > a:active {
        background: #fff; }
    .navbar.navbar-inverse.navbar-fixed-top .nav .open > .dropdown-menu.mega-menu {
      opacity: 1;
      visibility: visible;
      height: auto;
      overflow: auto; }
    .navbar.navbar-inverse.navbar-fixed-top .nav.top-nav > li {
      display: inline-block;
      float: left; }
      .navbar.navbar-inverse.navbar-fixed-top .nav.top-nav > li > a i.top-nav-icon {
        font-size: 24px;
        vertical-align: middle;
        color: #212121; }
      .navbar.navbar-inverse.navbar-fixed-top .nav.top-nav > li > a .top-nav-icon-badge {
        background: #2ecd99;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        height: 16px;
        line-height: 16px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 16px;
        width: 16px; }
    .navbar.navbar-inverse.navbar-fixed-top .nav.navbar-right {
      margin-right: 0; }
    .navbar.navbar-inverse.navbar-fixed-top .navbar-search-overlap {
      background-color: #fff;
      left: 0;
      position: absolute !important;
      right: 0;
      top: 0; }
      .navbar.navbar-inverse.navbar-fixed-top .navbar-search-overlap input {
        border: medium none !important;
        min-height: 59px; }
    .navbar.navbar-inverse.navbar-fixed-top .navbar-right .dropdown-menu {
      left: auto;
      right: 0; }

.nav-center .nav.top-nav > li > a span {
  display: none; }

@media (min-width: 992px) {
  .nav-center .nav.top-nav > li > a {
    padding: 12px 15px !important; }
    .nav-center .nav.top-nav > li > a i {
      font-size: 16px !important; }
    .nav-center .nav.top-nav > li > a span {
      display: inline;
      font-size: 12px; } }

.slide-nav-toggle .logo-wrap {
  padding-top: 15px !important;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease; }

.slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header {
  width: 44px; }
  .slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
    opacity: 0;
    visibility: hidden; }

.slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
  width: 225px; }
  .slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
    opacity: 1;
    visibility: visible; }

.slide-nav-toggle .fixed-sidebar-left {
  width: 44px; }
  .slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header > span {
    display: none; }
  .slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header > i {
    display: block; }
  .slide-nav-toggle .fixed-sidebar-left .collapse.in {
    display: none; }
  .slide-nav-toggle .fixed-sidebar-left:hover {
    width: 225px; }
    .slide-nav-toggle .fixed-sidebar-left:hover .side-nav li.navigation-header > span {
      display: block; }
    .slide-nav-toggle .fixed-sidebar-left:hover .side-nav li.navigation-header > i {
      display: none; }
    .slide-nav-toggle .fixed-sidebar-left:hover .collapse.in {
      display: block; }
    .slide-nav-toggle .fixed-sidebar-left:hover .right-nav-text {
      opacity: 1; }
  .slide-nav-toggle .fixed-sidebar-left .right-nav-text {
    opacity: 0; }

.slide-nav-toggle .page-wrapper {
  margin-left: 0px; }

.card-view {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: #0000001f 0px 6px 16px;
  padding: 15px 15px 0;
  margin-left: -5px;
  margin-right: -5px; }
  .card-view.panel > .panel-heading {
    border: none;
    color: inherit;
    border-radius: 0;
    margin: -15px -15px 0;
    padding: 20px 15px; }
    .card-view.panel > .panel-heading.small-panel-heading {
      padding: 11px 15px; }
    .card-view.panel > .panel-heading .head-overlay {
      background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .card-view.panel .panel-body {
    padding: 5px 0 20px; }
  .card-view.panel.panel-default > .panel-heading {
    background: transparent; }
  .card-view.panel.panel-default.border-panel > .panel-heading, .card-view.panel.panel-default.panel-tabs > .panel-heading {
    border-bottom: 1px solid #ddd; }
  .card-view.panel.panel-default.border-panel .panel-body, .card-view.panel.panel-default.panel-tabs .panel-body {
    padding-top: 20px; }
  .card-view.panel.panel-default.panel-tabs > .panel-heading {
    padding-bottom: 0; }
  .card-view.panel.panel-default.panel-tabs .nav-tabs {
    border-bottom: none; }
    .card-view.panel.panel-default.panel-tabs .nav-tabs > li > a {
      padding: 0 5px 12px;
      float: left; }
  .card-view.panel.panel-info .panel-body, .card-view.panel.panel-success .panel-body, .card-view.panel.panel-warning .panel-body, .card-view.panel.panel-danger .panel-body, .card-view.panel.panel-primary .panel-body, .card-view.panel.panel-inverse .panel-body {
    padding-top: 20px; }
  .card-view.panel.fullscreen {
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    overflow-y: auto;
    top: 0;
    width: 100%;
    z-index: 1040; }
    .card-view.panel.fullscreen > .panel-heading .pull-right > a, .card-view.panel.fullscreen > .panel-heading .pull-right .dropdown {
      opacity: 0;
      visibility: hidden; }
      .card-view.panel.fullscreen > .panel-heading .pull-right > a.full-screen, .card-view.panel.fullscreen > .panel-heading .pull-right .dropdown.full-screen {
        opacity: 1;
        visibility: visible; }
        .card-view.panel.fullscreen > .panel-heading .pull-right > a.full-screen i.zmdi-fullscreen::before, .card-view.panel.fullscreen > .panel-heading .pull-right .dropdown.full-screen i.zmdi-fullscreen::before {
          content: "\f16c"; }

.heading-bg {
  height: 67px;
  margin: 0 -35px 0;
  padding: 13px 15px; }
  .heading-bg h5 {
    padding-top: 8px; }

.breadcrumb {
  background-color: transparent;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 9px 0 0 0;
  font-size: 13px; }
  .breadcrumb a, .breadcrumb span {
    text-transform: capitalize; }
  .breadcrumb a {
    color: #212121;
    opacity: .5;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease; }
    .breadcrumb a:hover {
      opacity: 1; }
  .breadcrumb span {
    color: #212121; }

.breadcrumb > li + li::before {
  color: #212121;
  opacity: .5;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  padding: 0 9px;
  font-weight: 900; }

.nav > li {
  position: relative;
  display: block; }

@media (min-width: 768px) {
  .navbar-nav > li {
    float: left; } }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  left: 0; }
  footer p {
    display: block;
    font-size: 12px;
    line-height: 40px; }
  footer .brand {
    display: block;
    float: left;
    padding-top: 4px; }
  footer .navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 5px;
    padding-left: 10px;
    padding-left: 10px;
    font-size: 12px;
    text-transform: capitalize; }
  footer .nav > li > a:focus, footer .nav > li > a:hover {
    background: transparent;
    opacity: .8; }

.font-icon-detail span {
  border-radius: 0 !important; }

/*Form*/
.form-control, .wizard .content > .body input, .mce-floatpanel .mce-textbox, .mce-floatpanel .mce-btn, .jsgrid-cell input, .jsgrid-cell select, .tablesaw-bar .btn-select select, .dd-handle, .dd3-content, .app-search .form-control:focus {
  border: 1px solid rgba(33, 33, 33, 0.12);
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  color: #212121;
  height: 42px; }
  .form-control:focus, .wizard .content > .body input:focus, .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .mce-btn:focus, .jsgrid-cell input:focus, .jsgrid-cell select:focus, .tablesaw-bar .btn-select select:focus, .dd-handle:focus, .dd3-content:focus, .app-search .form-control:focus {
    border-color: rgba(33, 33, 33, 0.3);
    box-shadow: none;
    outline: 0 none; }
  .form-control::-webkit-input-placeholder, .wizard .content > .body input::-webkit-input-placeholder, .mce-floatpanel .mce-textbox::-webkit-input-placeholder, .mce-floatpanel .mce-btn::-webkit-input-placeholder, .jsgrid-cell input::-webkit-input-placeholder, .jsgrid-cell select::-webkit-input-placeholder, .tablesaw-bar .btn-select select::-webkit-input-placeholder, .dd-handle::-webkit-input-placeholder, .dd3-content::-webkit-input-placeholder, .app-search .form-control:focus::-webkit-input-placeholder {
    text-transform: capitalize; }
  .form-control:-moz-placeholder, .wizard .content > .body input:-moz-placeholder, .mce-floatpanel .mce-textbox:-moz-placeholder, .mce-floatpanel .mce-btn:-moz-placeholder, .jsgrid-cell input:-moz-placeholder, .jsgrid-cell select:-moz-placeholder, .tablesaw-bar .btn-select select:-moz-placeholder, .dd-handle:-moz-placeholder, .dd3-content:-moz-placeholder, .app-search .form-control:-moz-placeholder:focus {
    text-transform: capitalize; }
  .form-control::-moz-placeholder, .wizard .content > .body input::-moz-placeholder, .mce-floatpanel .mce-textbox::-moz-placeholder, .mce-floatpanel .mce-btn::-moz-placeholder, .jsgrid-cell input::-moz-placeholder, .jsgrid-cell select::-moz-placeholder, .tablesaw-bar .btn-select select::-moz-placeholder, .dd-handle::-moz-placeholder, .dd3-content::-moz-placeholder, .app-search .form-control:focus::-moz-placeholder {
    text-transform: capitalize; }
  .form-control:-ms-input-placeholder, .wizard .content > .body input:-ms-input-placeholder, .mce-floatpanel .mce-textbox:-ms-input-placeholder, .mce-floatpanel .mce-btn:-ms-input-placeholder, .jsgrid-cell input:-ms-input-placeholder, .jsgrid-cell select:-ms-input-placeholder, .tablesaw-bar .btn-select select:-ms-input-placeholder, .dd-handle:-ms-input-placeholder, .dd3-content:-ms-input-placeholder, .app-search .form-control:-ms-input-placeholder:focus {
    text-transform: capitalize; }
  .form-control.filled-input, .wizard .content > .body input.filled-input, .mce-floatpanel .filled-input.mce-textbox, .mce-floatpanel .filled-input.mce-btn, .jsgrid-cell input.filled-input, .jsgrid-cell select.filled-input, .tablesaw-bar .btn-select select.filled-input, .filled-input.dd-handle, .filled-input.dd3-content, .app-search .filled-input.form-control:focus {
    background: #f7f7f9;
    border: none; }
    .form-control.filled-input:focus, .wizard .content > .body input.filled-input:focus, .mce-floatpanel .filled-input.mce-textbox:focus, .mce-floatpanel .filled-input.mce-btn:focus, .jsgrid-cell input.filled-input:focus, .jsgrid-cell select.filled-input:focus, .tablesaw-bar .btn-select select.filled-input:focus, .filled-input.dd-handle:focus, .filled-input.dd3-content:focus {
      background: rgba(247, 247, 249, 0.8); }
  .form-control.rounded-input, .wizard .content > .body input.rounded-input, .mce-floatpanel .rounded-input.mce-textbox, .mce-floatpanel .rounded-input.mce-btn, .jsgrid-cell input.rounded-input, .jsgrid-cell select.rounded-input, .tablesaw-bar .btn-select select.rounded-input, .rounded-input.dd-handle, .rounded-input.dd3-content, .app-search .rounded-input.form-control:focus {
    border-radius: 60px; }
  .form-control.rounded-outline-input, .wizard .content > .body input.rounded-outline-input, .mce-floatpanel .rounded-outline-input.mce-textbox, .mce-floatpanel .rounded-outline-input.mce-btn, .jsgrid-cell input.rounded-outline-input, .jsgrid-cell select.rounded-outline-input, .tablesaw-bar .btn-select select.rounded-outline-input, .rounded-outline-input.dd-handle, .rounded-outline-input.dd3-content, .app-search .rounded-outline-input.form-control:focus {
    background: transparent;
    border: 1px solid #ddd; }

.control-label {
  color: #212121; }

.input-group-prepend,
.input-group-append {
  background: transparent none repeat scroll 0 0;
  border-color: #ddd;
  border-radius: 0;
  color: #212121; }
  .input-group-prepend.btn, .wizard > .actions a.input-group-prepend, .dt-buttons .input-group-prepend.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.input-group-prepend, .sweet-alert button.input-group-prepend, .owl-theme .owl-nav .input-group-prepend[class*="owl-"],
  .input-group-append.btn,
  .wizard > .actions a.input-group-append,
  .dt-buttons .input-group-append.dt-button,
  .tablesaw-sortable th.tablesaw-sortable-head button.input-group-append,
  .sweet-alert button.input-group-append,
  .owl-theme .owl-nav .input-group-append[class*="owl-"] {
    color: #fff; }
  .input-group-prepend:first-child,
  .input-group-append:first-child {
    border-right: 0; }

.form-inline .checkbox label, .form-inline .radio label {
  padding-left: 3px; }

.control-label {
  text-transform: capitalize; }

.checkbox, .radio {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 27px;
  margin-top: 0;
  margin-bottom: 0; }

.form-inline .checkbox, .form-inline .radio {
  padding-top: 0px;
  padding-bottom: 0px; }

.form-control-feedback {
  line-height: 42px;
  height: 42px; }

.help-block {
  color: #878787; }

.has-success .form-control, .has-success .wizard .content > .body input, .wizard .content > .body .has-success input, .has-success .mce-floatpanel .mce-textbox, .mce-floatpanel .has-success .mce-textbox, .has-success .mce-floatpanel .mce-btn, .mce-floatpanel .has-success .mce-btn, .has-success .jsgrid-cell input, .jsgrid-cell .has-success input, .has-success .jsgrid-cell select, .jsgrid-cell .has-success select, .has-success .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .has-success select, .has-success .dd-handle, .has-success .dd3-content, .has-success .app-search .form-control:focus, .app-search .has-success .form-control:focus {
  border-color: rgba(46, 205, 153, 0.5); }
  .has-success .form-control:focus, .has-success .wizard .content > .body input:focus, .wizard .content > .body .has-success input:focus, .has-success .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .has-success .mce-textbox:focus, .has-success .mce-floatpanel .mce-btn:focus, .mce-floatpanel .has-success .mce-btn:focus, .has-success .jsgrid-cell input:focus, .jsgrid-cell .has-success input:focus, .has-success .jsgrid-cell select:focus, .jsgrid-cell .has-success select:focus, .has-success .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .has-success select:focus, .has-success .dd-handle:focus, .has-success .dd3-content:focus {
    border-color: #2ecd99; }

.has-warning .form-control, .has-warning .wizard .content > .body input, .wizard .content > .body .has-warning input, .has-warning .mce-floatpanel .mce-textbox, .mce-floatpanel .has-warning .mce-textbox, .has-warning .mce-floatpanel .mce-btn, .mce-floatpanel .has-warning .mce-btn, .has-warning .jsgrid-cell input, .jsgrid-cell .has-warning input, .has-warning .jsgrid-cell select, .jsgrid-cell .has-warning select, .has-warning .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .has-warning select, .has-warning .dd-handle, .has-warning .dd3-content, .has-warning .app-search .form-control:focus, .app-search .has-warning .form-control:focus {
  border-color: rgba(240, 197, 65, 0.5); }
  .has-warning .form-control:focus, .has-warning .wizard .content > .body input:focus, .wizard .content > .body .has-warning input:focus, .has-warning .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .has-warning .mce-textbox:focus, .has-warning .mce-floatpanel .mce-btn:focus, .mce-floatpanel .has-warning .mce-btn:focus, .has-warning .jsgrid-cell input:focus, .jsgrid-cell .has-warning input:focus, .has-warning .jsgrid-cell select:focus, .jsgrid-cell .has-warning select:focus, .has-warning .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .has-warning select:focus, .has-warning .dd-handle:focus, .has-warning .dd3-content:focus {
    border-color: #f0c541; }

.has-error .form-control, .has-error .wizard .content > .body input, .wizard .content > .body .has-error input, .has-error .mce-floatpanel .mce-textbox, .mce-floatpanel .has-error .mce-textbox, .has-error .mce-floatpanel .mce-btn, .mce-floatpanel .has-error .mce-btn, .has-error .jsgrid-cell input, .jsgrid-cell .has-error input, .has-error .jsgrid-cell select, .jsgrid-cell .has-error select, .has-error .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .has-error select, .has-error .dd-handle, .has-error .dd3-content, .has-error .app-search .form-control:focus, .app-search .has-error .form-control:focus {
  border-color: rgba(237, 111, 86, 0.5); }
  .has-error .form-control:focus, .has-error .wizard .content > .body input:focus, .wizard .content > .body .has-error input:focus, .has-error .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .has-error .mce-textbox:focus, .has-error .mce-floatpanel .mce-btn:focus, .mce-floatpanel .has-error .mce-btn:focus, .has-error .jsgrid-cell input:focus, .jsgrid-cell .has-error input:focus, .has-error .jsgrid-cell select:focus, .jsgrid-cell .has-error select:focus, .has-error .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .has-error select:focus, .has-error .dd-handle:focus, .has-error .dd3-content:focus {
    border-color: #ed6f56; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #2ecd99; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #f0c541; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #ed6f56; }

.has-error .input-group-addon {
  background-color: transparent;
  color: #ed6f56;
  border-color: rgba(237, 111, 86, 0.5); }

.has-success .input-group-addon {
  background-color: transparent;
  color: #2ecd99;
  border-color: rgba(46, 205, 153, 0.5); }

.has-success .form-control-feedback {
  color: #2ecd99; }

.has-warning .form-control-feedback {
  color: #f0c541; }

.has-error .form-control-feedback {
  color: #ed6f56; }

div.colorpicker {
  padding: 0; }

.colorpicker {
  z-index: 10;
  margin: 0; }
  .colorpicker::before, .colorpicker::after {
    display: none; }

.daterangepicker .input-mini {
  border-color: #ddd;
  border-radius: 0;
  color: #212121; }
  .daterangepicker .input-mini.active {
    border-color: #ddd;
    border-radius: 0;
    color: #212121; }
  .daterangepicker .input-mini:focus {
    border-color: #878787;
    box-shadow: none !important;
    outline: 0 none; }

.daterangepicker td {
  border-radius: 0 !important; }

.daterangepicker td.active, .daterangepicker td.active:hover,
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #2ecd99; }

.bootstrap-datetimepicker-widget table td.day {
  border-radius: 0; }

/*.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option[aria-selected="true"] {
	padding-left:12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single {
	@extend .form-control;
	line-height:40px;
}
.select2-selection.select2-selection--multiple {
	@extend .form-control;
}
.select2-container--default .select2-selection--single {
	border:none;
}
.select2-container--default {
	width:100%!important;
	.select2-results__group,.select2-results__options--nested li {
		padding-left:12px;
	}
	&.select2-container--open {
		.select2-selection__rendered {
			border-color: $grey;
		}
	}
	.select2-selection__arrow {
		height:40px!important;
	}
}	
.select2-container {
	.select2-selection--multiple {
		.select2-selection__rendered {
			padding-left:12px;
			line-height:40px;
		}
		.select2-search__field {
			margin-top:0;
		}
	}
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    color: $white;
    padding: 8px 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	display:inline-block;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
	background:$green;
	border:none;
	line-height:10px;
	font-size:12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color:$white;
}
*/
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
  outline: none !important; }

.bootstrap-select .btn.dropdown-toggle, .bootstrap-select .wizard > .actions a.dropdown-toggle, .wizard > .actions .bootstrap-select a.dropdown-toggle, .bootstrap-select .dt-buttons .dropdown-toggle.dt-button, .dt-buttons .bootstrap-select .dropdown-toggle.dt-button, .bootstrap-select .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-select button.dropdown-toggle, .bootstrap-select .sweet-alert button.dropdown-toggle, .sweet-alert .bootstrap-select button.dropdown-toggle, .bootstrap-select .owl-theme .owl-nav .dropdown-toggle[class*="owl-"], .owl-theme .owl-nav .bootstrap-select .dropdown-toggle[class*="owl-"] {
  box-shadow: none;
  border: 1px solid rgba(33, 33, 33, 0.12); }

.bootstrap-select .btn .filter-option, .bootstrap-select .wizard > .actions a .filter-option, .wizard > .actions .bootstrap-select a .filter-option, .bootstrap-select .dt-buttons .dt-button .filter-option, .dt-buttons .bootstrap-select .dt-button .filter-option, .bootstrap-select .tablesaw-sortable th.tablesaw-sortable-head button .filter-option, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-select button .filter-option, .bootstrap-select .sweet-alert button .filter-option, .sweet-alert .bootstrap-select button .filter-option, .bootstrap-select .owl-theme .owl-nav [class*="owl-"] .filter-option, .owl-theme .owl-nav .bootstrap-select [class*="owl-"] .filter-option {
  color: #212121; }

.sm-bootstrap-select .bootstrap-select .btn.dropdown-toggle, .sm-bootstrap-select .bootstrap-select .wizard > .actions a.dropdown-toggle, .wizard > .actions .sm-bootstrap-select .bootstrap-select a.dropdown-toggle, .sm-bootstrap-select .bootstrap-select .dt-buttons .dropdown-toggle.dt-button, .dt-buttons .sm-bootstrap-select .bootstrap-select .dropdown-toggle.dt-button, .sm-bootstrap-select .bootstrap-select .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .sm-bootstrap-select .bootstrap-select button.dropdown-toggle, .sm-bootstrap-select .bootstrap-select .sweet-alert button.dropdown-toggle, .sweet-alert .sm-bootstrap-select .bootstrap-select button.dropdown-toggle, .sm-bootstrap-select .bootstrap-select .owl-theme .owl-nav .dropdown-toggle[class*="owl-"], .owl-theme .owl-nav .sm-bootstrap-select .bootstrap-select .dropdown-toggle[class*="owl-"] {
  font-size: 12px;
  height: 27px;
  padding: 3px 25px 3px 15px; }

.sm-bootstrap-select .bootstrap-select .dropdown-menu li a span.text {
  font-size: 12px; }

.switchery {
  margin-right: 10px;
  margin-top: 15px; }

.no-margin-switcher .switchery {
  margin-top: 0; }

.bootstrap-touchspin .input-group-btn-vertical > .btn, .bootstrap-touchspin .wizard > .actions .disabled .input-group-btn-vertical > a, .bootstrap-touchspin .wizard > .actions .input-group-btn-vertical > a, .wizard > .actions .bootstrap-touchspin .input-group-btn-vertical > a, .bootstrap-touchspin .dt-buttons .input-group-btn-vertical > .dt-button, .dt-buttons .bootstrap-touchspin .input-group-btn-vertical > .dt-button, .bootstrap-touchspin .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn-vertical > button, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-touchspin .input-group-btn-vertical > button, .bootstrap-touchspin .sweet-alert .input-group-btn-vertical > button, .sweet-alert .bootstrap-touchspin .input-group-btn-vertical > button, .bootstrap-touchspin .owl-theme .owl-nav .input-group-btn-vertical > [class*="owl-"], .owl-theme .owl-nav .bootstrap-touchspin .input-group-btn-vertical > [class*="owl-"] {
  border-radius: 0;
  padding: 10px; }
  .bootstrap-touchspin .input-group-btn-vertical > .btn i, .bootstrap-touchspin .wizard > .actions .disabled .input-group-btn-vertical > a i, .bootstrap-touchspin .wizard > .actions .input-group-btn-vertical > a i, .wizard > .actions .bootstrap-touchspin .input-group-btn-vertical > a i, .bootstrap-touchspin .dt-buttons .input-group-btn-vertical > .dt-button i, .dt-buttons .bootstrap-touchspin .input-group-btn-vertical > .dt-button i, .bootstrap-touchspin .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn-vertical > button i, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-touchspin .input-group-btn-vertical > button i, .bootstrap-touchspin .sweet-alert .input-group-btn-vertical > button i, .sweet-alert .bootstrap-touchspin .input-group-btn-vertical > button i, .bootstrap-touchspin .owl-theme .owl-nav .input-group-btn-vertical > [class*="owl-"] i, .owl-theme .owl-nav .bootstrap-touchspin .input-group-btn-vertical > [class*="owl-"] i {
    top: 6px; }

.bootstrap-touchspin .btn.btn-default.dropdown-toggle, .bootstrap-touchspin .wizard > .actions a.btn-default.dropdown-toggle, .wizard > .actions .bootstrap-touchspin a.btn-default.dropdown-toggle, .bootstrap-touchspin .dt-buttons .btn-default.dropdown-toggle.dt-button, .dt-buttons .bootstrap-touchspin .btn-default.dropdown-toggle.dt-button, .bootstrap-touchspin .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-touchspin button.dropdown-toggle, .bootstrap-touchspin .sweet-alert button.btn-default.dropdown-toggle, .sweet-alert .bootstrap-touchspin button.btn-default.dropdown-toggle, .bootstrap-touchspin .owl-theme .owl-nav .dropdown-toggle[class*="owl-"], .owl-theme .owl-nav .bootstrap-touchspin .dropdown-toggle[class*="owl-"] {
  color: #fff !important; }

.ms-container .ms-list {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none; }

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
  background: #2ecd99; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #2ecd99;
  border-radius: 0; }

.bootstrap-switch {
  border-radius: 0;
  border-color: #ddd;
  box-shadow: none; }
  .bootstrap-switch.bootstrap-switch-focused {
    border-color: #ddd;
    box-shadow: none; }

.bootstrap-tagsinput {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #878787; }
  .bootstrap-tagsinput .tag {
    border-radius: 0;
    color: white;
    background: #2ecd99; }

.tag.label, .tag.jvectormap-tip {
  padding: 8px 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400; }

.editableform .editable-buttons .btn.btn-sm, .editableform .editable-buttons .btn-group-sm > .btn, .editableform .editable-buttons .wizard > .actions .disabled .btn-group-sm > a, .editableform .editable-buttons .wizard > .actions .btn-group-sm > a, .wizard > .actions .editableform .editable-buttons .btn-group-sm > a, .editableform .editable-buttons .dt-buttons .btn-group-sm > .dt-button, .dt-buttons .editableform .editable-buttons .btn-group-sm > .dt-button, .editableform .editable-buttons .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button, .tablesaw-sortable th.tablesaw-sortable-head .editableform .editable-buttons .btn-group-sm > button, .editableform .editable-buttons .sweet-alert .btn-group-sm > button, .sweet-alert .editableform .editable-buttons .btn-group-sm > button, .editableform .editable-buttons .owl-theme .owl-nav .btn-group-sm > [class*="owl-"], .owl-theme .owl-nav .editableform .editable-buttons .btn-group-sm > [class*="owl-"], .editableform .editable-buttons .wizard > .actions a.btn-sm, .wizard > .actions .editableform .editable-buttons a.btn-sm, .editableform .editable-buttons .dt-buttons .btn-sm.dt-button, .dt-buttons .editableform .editable-buttons .btn-sm.dt-button, .editableform .editable-buttons .tablesaw-sortable th.tablesaw-sortable-head button.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .editableform .editable-buttons button.btn-sm, .editableform .editable-buttons .sweet-alert button.btn-sm, .sweet-alert .editableform .editable-buttons button.btn-sm, .editableform .editable-buttons .owl-theme .owl-nav .btn-sm[class*="owl-"], .owl-theme .owl-nav .editableform .editable-buttons .btn-sm[class*="owl-"] {
  padding: 9px 25px; }

.editableform .form-control.input-sm, .editableform .wizard .content > .body input.input-sm, .wizard .content > .body .editableform input.input-sm, .editableform .mce-floatpanel .input-sm.mce-textbox, .mce-floatpanel .editableform .input-sm.mce-textbox, .editableform .mce-floatpanel .input-sm.mce-btn, .mce-floatpanel .editableform .input-sm.mce-btn, .editableform .jsgrid-cell input.input-sm, .jsgrid-cell .editableform input.input-sm, .editableform .jsgrid-cell select.input-sm, .jsgrid-cell .editableform select.input-sm, .editableform .tablesaw-bar .btn-select select.input-sm, .tablesaw-bar .btn-select .editableform select.input-sm, .editableform .input-sm.dd-handle, .editableform .input-sm.dd3-content {
  padding: 6px 12px;
  font-size: 14px; }

.editableform select.form-control.input-sm, .editableform .mce-floatpanel select.input-sm.mce-textbox, .mce-floatpanel .editableform select.input-sm.mce-textbox, .editableform .mce-floatpanel select.input-sm.mce-btn, .mce-floatpanel .editableform select.input-sm.mce-btn, .editableform .jsgrid-cell select.input-sm, .jsgrid-cell .editableform select.input-sm, .editableform .tablesaw-bar .btn-select select.input-sm, .tablesaw-bar .btn-select .editableform select.input-sm, .editableform select.input-sm.dd-handle, .editableform select.input-sm.dd3-content {
  height: 42px;
  line-height: 1.428; }

.dropify-wrapper {
  border: 1px solid #ddd; }

.dropzone {
  border: 1px solid #ddd;
  min-height: 200px;
  background: transparent; }
  .dropzone .dz-preview.dz-image-preview {
    background: transparent none repeat scroll 0 0; }

/*Form-Wizard*/
.bookings-filters-form button:first-child,
.bookings-filters-form .input-dropdown:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }
  .bookings-filters-form button:first-child input,
  .bookings-filters-form .input-dropdown:first-child input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }

.bookings-filters-form button .first-child,
.bookings-filters-form .input-dropdown .first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }

.bookings-filters-form button:last-child, .bookings-filters-form button.last-child,
.bookings-filters-form .input-dropdown:last-child,
.bookings-filters-form .input-dropdown.last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }
  .bookings-filters-form button:last-child input, .bookings-filters-form button.last-child input,
  .bookings-filters-form .input-dropdown:last-child input,
  .bookings-filters-form .input-dropdown.last-child input {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }

.bookings-filters-form button.single-element span.select2-selection,
.bookings-filters-form .input-dropdown.single-element span.select2-selection {
  border-radius: 20px !important; }

.bookings-filters-form button span.select2-selection:first-child,
.bookings-filters-form .input-dropdown span.select2-selection:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.bookings-filters-form button span.select2-selection:last-child,
.bookings-filters-form .input-dropdown span.select2-selection:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.bookings-filters-form .single-element {
  border-radius: 20px !important; }

.wizard .content {
  background: transparent;
  border-radius: 0;
  min-height: 100px;
  margin: 0;
  border: none;
  border-top: none;
  margin-bottom: 30px; }
  .wizard .content .table-responsive {
    margin: 0 -30px; }
  .wizard .content > .body {
    width: 100%;
    height: auto;
    padding: 30px;
    position: relative; }
    .wizard .content > .body input.error {
      border-color: rgba(241, 91, 38, 0.5) !important;
      background: transparent; }

.wizard .steps .number {
  font-size: 18px;
  color: #878787; }

.wizard .steps ul {
  display: table;
  width: 100%; }
  .wizard .steps ul > li {
    display: table-cell;
    background: #ddd; }
    .wizard .steps ul > li.done {
      background: #2ecd99; }
    .wizard .steps ul > li.current {
      background: #f0c541 !important; }
    .wizard .steps ul > li > a {
      margin: 0;
      padding: 14px 20px;
      background: transparent !important; }
      .wizard .steps ul > li > a:hover, .wizard .steps ul > li > a:focus, .wizard .steps ul > li > a:active {
        margin: 0;
        padding: 14px 20px; }
    .wizard .steps ul > li span.number {
      border-radius: 100%;
      border: 2px solid rgba(255, 255, 255, 0.2);
      width: 35px;
      height: 35px;
      display: inline-block;
      vertical-align: middle;
      padding-top: 3px;
      margin-right: 8px;
      text-align: center;
      background: white; }
    .wizard .steps ul > li.disabled a {
      cursor: not-allowed !important; }

.wizard > .actions {
  padding-right: 15px; }
  .wizard > .actions > ul > li {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    float: none;
    margin: 0;
    margin-left: 10px;
    padding: 0; }

.wizard .bootstrap-touchspin {
  width: 70px; }

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65; }

.wizard > .content > .body label.error {
  display: none !important; }

.current {
  color: inherit !important; }

.wizard > .content > .body ul.cards > li {
  display: inline-block; }

.tabcontrol > .content {
  border-top: medium none;
  height: auto;
  padding-top: 0; }
  .tabcontrol > .content > .body {
    position: relative;
    height: auto;
    padding: 15px 0 0 0;
    width: 100%; }

.tabcontrol > .steps > ul {
  border-bottom: 1px solid #f7f7f9;
  margin-top: 0;
  float: left;
  width: 100%;
  top: 0; }
  .tabcontrol > .steps > ul > li {
    border: medium none;
    margin: 0 5px 0 0;
    padding: 0;
    background: transparent; }
    .tabcontrol > .steps > ul > li:hover, .tabcontrol > .steps > ul > li:focus, .tabcontrol > .steps > ul > li:active {
      background: transparent;
      border: medium none; }
    .tabcontrol > .steps > ul > li > a {
      background: transparent;
      border: none;
      padding: 10px 20px;
      color: #878787;
      margin: 0;
      border-radius: 0;
      text-transform: capitalize; }
      .tabcontrol > .steps > ul > li > a:active, .tabcontrol > .steps > ul > li > a:focus, .tabcontrol > .steps > ul > li > a:hover {
        color: #212121; }
    .tabcontrol > .steps > ul > li.current {
      border: medium none;
      padding: 0; }
      .tabcontrol > .steps > ul > li.current > a {
        color: #212121;
        padding: 10px 20px;
        border-bottom: 3px solid #2ecd99; }
        .tabcontrol > .steps > ul > li.current > a:active, .tabcontrol > .steps > ul > li.current > a:focus, .tabcontrol > .steps > ul > li.current > a:hover {
          color: #212121; }
    .tabcontrol > .steps > ul > li:first-child > a {
      border-top-left-radius: 10px; }
    .tabcontrol > .steps > ul > li:last-child {
      margin-right: 0; }
      .tabcontrol > .steps > ul > li:last-child > a {
        border-top-right-radius: 10px; }

.review-tag {
  font-size: 18px; }

/*Product Deatails*/
.item-big > img {
  border-radius: 2px; }

.product-detail-wrap .product-price {
  font-size: 18px;
  color: #2ecd99; }

.product-detail-wrap .bootstrap-touchspin {
  float: left;
  margin-right: 15px;
  width: 70px; }

.product-rating a {
  color: #ed6f56;
  margin-right: 5px; }

/*Product Cart*/
.product-overview .bootstrap-touchspin {
  width: 70px; }

/*Popover*/
.popover h3.popover-title, .popover .popover-title.error-comment {
  background-color: #2ecd99;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 15px; }

.popover .popover-content {
  font-family: "Poppins", sans-serif; }

.popover.bottom > .arrow::after {
  border-bottom-color: #2ecd99; }

/*Typerhead*/
.typeahead,
.tt-query,
.tt-hint {
  width: 396px; }

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tt-suggestion {
  padding: 3px 20px;
  border-radius: 0; }

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #2ecd99; }

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf; }

#custom-templates .empty-message {
  padding: 5px 10px;
  text-align: center; }

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc; }

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto; }

#rtl-support .tt-menu {
  text-align: right; }

/*Editors*/
.bootstrap-wysihtml5-insert-image-modal h3, .bootstrap-wysihtml5-insert-image-modal .error-comment {
  font-size: 18px; }

.bootstrap-wysihtml5-insert-link-modal h3, .bootstrap-wysihtml5-insert-link-modal .error-comment {
  font-size: 18px; }

.bootstrap-wysihtml5-insert-link-modal .checkbox {
  margin-bottom: inherit;
  margin-top: inherit;
  min-height: inherit;
  padding-bottom: inherit;
  padding-top: inherit; }
  .bootstrap-wysihtml5-insert-link-modal .checkbox input[type="checkbox"] {
    opacity: 1; }
  .bootstrap-wysihtml5-insert-link-modal .checkbox label::before {
    display: none; }

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active, ul.wysihtml5-toolbar .wizard > .actions a.wysihtml5-command-active, .wizard > .actions ul.wysihtml5-toolbar a.wysihtml5-command-active, ul.wysihtml5-toolbar .dt-buttons a.wysihtml5-command-active.dt-button, .dt-buttons ul.wysihtml5-toolbar a.wysihtml5-command-active.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.wysihtml5-command-active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.wysihtml5-command-active[class*="owl-"] {
  box-shadow: none; }

.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
  font-family: "Poppins", sans-serif !important; }

.mce-ico {
  font-family: "tinymce",Arial !important; }

.mce-floatpanel .mce-btn {
  background: transparent; }
  .mce-floatpanel .mce-btn:hover {
    background: transparent; }

.mce-floatpanel .mce-btn.mce-active {
  background-color: transparent !important; }
  .mce-floatpanel .mce-btn.mce-active:hover {
    background-color: transparent;
    border-color: #ddd; }

.mce-floatpanel .mce-window-body .mce-listbox {
  border-color: #ddd; }

.mce-floatpanel .mce-window-head .mce-title {
  font-size: 18px;
  font-weight: 400; }

.mce-floatpanel .mce-primary button {
  background: #2ecd99;
  border: solid 2px #2ecd99; }
  .mce-floatpanel .mce-primary button:hover, .mce-floatpanel .mce-primary button:active, .mce-floatpanel .mce-primary button:focus {
    background: rgba(46, 205, 153, 0.85);
    border: solid 2px rgba(46, 205, 153, 0.1); }

.mce-floatpanel .mce-menu-item-normal.mce-active {
  background-color: #2ecd99; }

.mce-floatpanel .mce-menu-item:hover, .mce-floatpanel .mce-menu-item.mce-selected, .mce-floatpanel .mce-menu-item:focus {
  background-color: #2ecd99; }

.mce-foot button {
  background: #ed6f56;
  color: #fff !important;
  border: solid 2px #ed6f56; }
  .mce-foot button:hover, .mce-foot button:active, .mce-foot button:focus {
    background: rgba(237, 111, 86, 0.85);
    border: solid 2px rgba(237, 111, 86, 0.1); }

.mce-panel {
  border-color: #ddd !important; }

.btn-group.open .note-btn.dropdown-toggle {
  box-shadow: none; }

.note-editor.panel {
  border-radius: 0;
  box-shadow: none; }
  .note-editor.panel .panel-heading {
    background: transparent; }

.note-editor .checkbox {
  margin-bottom: inherit;
  margin-top: inherit;
  min-height: inherit;
  padding-bottom: inherit;
  padding-top: inherit; }
  .note-editor .checkbox input[type="checkbox"] {
    opacity: 1; }
  .note-editor .checkbox label::before {
    display: none; }

.note-editor .note-btn.btn-sm, .note-editor .btn-group-sm > .note-btn.btn, .note-editor .wizard > .actions .disabled .btn-group-sm > a.note-btn, .note-editor .wizard > .actions .btn-group-sm > a.note-btn, .wizard > .actions .note-editor .btn-group-sm > a.note-btn, .note-editor .dt-buttons .btn-group-sm > .note-btn.dt-button, .dt-buttons .note-editor .btn-group-sm > .note-btn.dt-button, .note-editor .tablesaw-sortable th.tablesaw-sortable-head .btn-group-sm > button.note-btn, .tablesaw-sortable th.tablesaw-sortable-head .note-editor .btn-group-sm > button.note-btn, .note-editor .sweet-alert .btn-group-sm > button.note-btn, .sweet-alert .note-editor .btn-group-sm > button.note-btn, .note-editor .owl-theme .owl-nav .btn-group-sm > .note-btn[class*="owl-"], .owl-theme .owl-nav .note-editor .btn-group-sm > .note-btn[class*="owl-"] {
  padding: 9px 25px;
  font-size: 14px; }

.note-editor.note-frame {
  border: 1px solid #ddd; }

.note-editor .note-toolbar.panel-heading {
  border: 1px solid #ddd; }

.note-editor h4 {
  font-size: 18px; }

/*Accordion*/
.accordion-struct.panel-group .panel {
  border: medium none;
  border-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  box-shadow: none; }
  .accordion-struct.panel-group .panel .panel-heading {
    border-radius: 0;
    padding: 0;
    background: rgba(33, 33, 33, 0.05);
    border-bottom: 1px solid #ddd; }
    .accordion-struct.panel-group .panel .panel-heading.activestate {
      background: #2ecd99;
      border-bottom: 1px solid #2ecd99; }
      .accordion-struct.panel-group .panel .panel-heading.activestate a {
        color: #fff; }
    .accordion-struct.panel-group .panel .panel-heading a {
      color: #878787;
      text-transform: capitalize;
      padding: 10px 20px;
      width: 100%;
      display: block; }
  .accordion-struct.panel-group .panel:last-child .panel-heading {
    border-bottom: none; }
  .accordion-struct.panel-group .panel .panel-body {
    border: none; }

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading {
  background: transparent;
  border-bottom: 1px solid #ddd; }
  .accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate {
    background: transparent; }
    .accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate .icon-ac-wrap .minus-ac {
      opacity: 1; }
    .accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate .icon-ac-wrap .plus-ac {
      opacity: 0; }
    .accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate a {
      color: #878787; }
  .accordion-struct.accordion-style-1.panel-group .panel .panel-heading a {
    color: #878787; }

.accordion-struct.accordion-style-1 .icon-ac-wrap {
  display: inline;
  position: relative;
  color: #2ecd99; }
  .accordion-struct.accordion-style-1 .icon-ac-wrap .minus-ac {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  .accordion-struct.accordion-style-1 .icon-ac-wrap .plus-ac {
    opacity: 1; }

/*Tabs*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none; }

.tab-struct .tab-pane {
  padding-top: 15px; }

.tab-struct.vertical-tab .tab-pane {
  padding-top: 0;
  padding-left: 15px; }

.tab-struct.vertical-tab-reverse .tab-pane {
  padding-left: 0;
  padding-right: 15px; }

.pills-struct .tab-pane {
  padding-top: 15px; }

.pills-struct.vertical-pills .tab-pane {
  padding-top: 0;
  padding-left: 15px; }

.pills-struct.vertical-pills-reverse .tab-pane {
  padding-left: 0;
  padding-right: 15px; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    margin-right: 5px; }
    .nav-tabs > li > a {
      background: #ddd;
      border: none;
      padding: 10px 20px;
      color: #878787;
      margin: 0;
      border-radius: 0;
      text-transform: capitalize;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      transition: 0.2s ease; }
      .nav-tabs > li > a:active, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
        background: #f2f2f2;
        color: #212121; }
    .nav-tabs > li.active > a, .nav-tabs > li.open > a {
      background: #f2f2f2;
      color: #212121;
      border-color: transparent; }
      .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li.open > a:active, .nav-tabs > li.open > a:focus, .nav-tabs > li.open > a:hover {
        background: #f2f2f2;
        color: #212121;
        border-color: transparent; }
    .nav-tabs > li:first-child > a {
      border-top-left-radius: 10px; }
    .nav-tabs > li:last-child {
      margin-right: 0; }
      .nav-tabs > li:last-child > a {
        border-top-right-radius: 10px; }

.nav-tab-reverse .nav-tabs > li {
  float: right;
  margin-right: 0;
  margin-left: 5px; }
  .nav-tab-reverse .nav-tabs > li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 10px; }
  .nav-tab-reverse .nav-tabs > li:last-child {
    margin-left: 0; }
    .nav-tab-reverse .nav-tabs > li:last-child > a {
      border-top-right-radius: 0;
      border-top-left-radius: 10px; }

.vertical-tab .tab-content {
  overflow: hidden;
  border-left: 1px solid #ddd; }

.vertical-tab .ver-nav-tab {
  float: left;
  border-bottom: none; }
  .vertical-tab .ver-nav-tab > li {
    margin-bottom: 5px;
    margin-right: -1px;
    float: none; }
    .vertical-tab .ver-nav-tab > li > a {
      border: none; }
    .vertical-tab .ver-nav-tab > li:first-child > a {
      border-top-left-radius: 10px; }
    .vertical-tab .ver-nav-tab > li:last-child {
      margin-bottom: 0; }
      .vertical-tab .ver-nav-tab > li:last-child > a {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0; }

.vertical-tab.vertical-tab-reverse .tab-content {
  border-left: none;
  border-right: 1px solid #ddd; }

.vertical-tab.vertical-tab-reverse .ver-nav-tab {
  float: right; }
  .vertical-tab.vertical-tab-reverse .ver-nav-tab > li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 10px; }
  .vertical-tab.vertical-tab-reverse .ver-nav-tab > li:last-child > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0; }

.custom-tab-1 .nav-tabs > li > a {
  background: transparent !important;
  border: none; }
  .custom-tab-1 .nav-tabs > li > a.active {
    border-bottom: 3px solid #2ecd99; }

.custom-tab-1.vertical-tab .ver-nav-tab > li {
  background: transparent !important; }
  .custom-tab-1.vertical-tab .ver-nav-tab > li.active > a {
    border-bottom: none;
    border-right: 3px solid #2ecd99; }

.custom-tab-1.vertical-tab.vertical-tab-reverse > li.active > a {
  border-right: none;
  border-left: 3px solid #2ecd99; }

.custom-tab-2 .nav-tabs {
  border: none; }
  .custom-tab-2 .nav-tabs > li > a {
    background: transparent;
    border-radius: 0; }
    .custom-tab-2 .nav-tabs > li > a:active, .custom-tab-2 .nav-tabs > li > a:focus, .custom-tab-2 .nav-tabs > li > a:hover {
      color: #2ecd99; }
  .custom-tab-2 .nav-tabs > li.active > a, .custom-tab-2 .nav-tabs > li.open > a {
    color: #2ecd99;
    background: #f2f2f2; }
    .custom-tab-2 .nav-tabs > li.active > a:active, .custom-tab-2 .nav-tabs > li.active > a:focus, .custom-tab-2 .nav-tabs > li.active > a:hover, .custom-tab-2 .nav-tabs > li.open > a:active, .custom-tab-2 .nav-tabs > li.open > a:focus, .custom-tab-2 .nav-tabs > li.open > a:hover {
      color: #2ecd99;
      background: #f2f2f2; }
  .custom-tab-2 .nav-tabs > li:first-child > a,
  .custom-tab-2 .nav-tabs > li:last-child > a {
    border-radius: 0; }

.custom-tab-2.nav-tab-reverse .nav-tabs > li:first-child > a,
.custom-tab-2.nav-tab-reverse .nav-tabs > li:last-child > a {
  border-radius: 0; }

.custom-tab-2 .tab-pane {
  background: #f2f2f2;
  padding: 15px !important; }

.nav-pills > li {
  margin-right: 5px; }
  .nav-pills > li > a {
    background: #f7f7f9;
    border: none;
    padding: 10px 20px;
    color: #878787;
    margin: 0;
    border-radius: 0;
    text-transform: capitalize; }
    .nav-pills > li > a:active, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
      background: #2ecd99;
      color: #fff; }
  .nav-pills > li.active > a, .nav-pills > li.open > a {
    background: #2ecd99;
    color: #fff; }
    .nav-pills > li.active > a:active, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .nav-pills > li.open > a:active, .nav-pills > li.open > a:focus, .nav-pills > li.open > a:hover {
      background: #2ecd99;
      color: #fff; }
  .nav-pills > li:last-child {
    margin-right: 0; }

.nav-pills-reverse .nav-pills > li {
  float: right;
  margin-right: 0;
  margin-left: 5px; }
  .nav-pills-reverse .nav-pills > li:last-child {
    margin-left: 0; }

.vertical-pills .tab-content {
  overflow: hidden;
  padding-left: 15px; }

.vertical-pills .ver-nav-pills {
  float: left; }
  .vertical-pills .ver-nav-pills > li {
    margin: 0 0 5px;
    float: none; }
    .vertical-pills .ver-nav-pills > li:last-child {
      margin-bottom: 0; }

.vertical-pills.vertical-pills-reverse .tab-content {
  padding-left: 0;
  padding-right: 15px; }

.vertical-pills.vertical-pills-reverse .ver-nav-pills {
  float: right; }

.nav-pills-rounded.nav-pills > li > a {
  border-radius: 60px; }

.nav-pills-outline.nav-pills > li > a {
  background-color: transparent !important;
  border: 2px solid #f7f7f9;
  color: #878787; }
  .nav-pills-outline.nav-pills > li > a:hover, .nav-pills-outline.nav-pills > li > a:active, .nav-pills-outline.nav-pills > li > a:focus {
    border-color: #2ecd99;
    color: #212121; }

.nav-pills-outline.nav-pills > li.active > a {
  background-color: transparent !important;
  border: 2px solid #2ecd99;
  color: #212121; }
  .nav-pills-outline.nav-pills > li.active > a:hover, .nav-pills-outline.nav-pills > li.active > a:active, .nav-pills-outline.nav-pills > li.active > a:focus {
    border: 2px solid #2ecd99;
    color: #212121; }

/*Table*/
.table > tbody > tr.active > td, .jsgrid-table > tbody > tr.active > td, .table > tbody > tr.active > th, .jsgrid-table > tbody > tr.active > th, .table > tbody > tr > td.active, .jsgrid-table > tbody > tr > td.active, .table > tbody > tr > th.active, .jsgrid-table > tbody > tr > th.active, .table > tfoot > tr.active > td, .jsgrid-table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .jsgrid-table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .jsgrid-table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .jsgrid-table > tfoot > tr > th.active, .table > thead > tr.active > td, .jsgrid-table > thead > tr.active > td, .table > thead > tr.active > th, .jsgrid-table > thead > tr.active > th, .table > thead > tr > td.active, .jsgrid-table > thead > tr > td.active, .table > thead > tr > th.active, .jsgrid-table > thead > tr > th.active {
  background: rgba(220, 220, 220, 0.08); }

.table > tbody > tr.success > td, .jsgrid-table > tbody > tr.success > td, .table > tbody > tr.success > th, .jsgrid-table > tbody > tr.success > th, .table > tbody > tr > td.success, .jsgrid-table > tbody > tr > td.success, .table > tbody > tr > th.success, .jsgrid-table > tbody > tr > th.success, .table > tfoot > tr.success > td, .jsgrid-table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .jsgrid-table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .jsgrid-table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .jsgrid-table > tfoot > tr > th.success, .table > thead > tr.success > td, .jsgrid-table > thead > tr.success > td, .table > thead > tr.success > th, .jsgrid-table > thead > tr.success > th, .table > thead > tr > td.success, .jsgrid-table > thead > tr > td.success, .table > thead > tr > th.success, .jsgrid-table > thead > tr > th.success {
  background: rgba(46, 205, 153, 0.08); }

.table > tbody > tr.info > td, .jsgrid-table > tbody > tr.info > td, .table > tbody > tr.info > th, .jsgrid-table > tbody > tr.info > th, .table > tbody > tr > td.info, .jsgrid-table > tbody > tr > td.info, .table > tbody > tr > th.info, .jsgrid-table > tbody > tr > th.info, .table > tfoot > tr.info > td, .jsgrid-table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .jsgrid-table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .jsgrid-table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .jsgrid-table > tfoot > tr > th.info, .table > thead > tr.info > td, .jsgrid-table > thead > tr.info > td, .table > thead > tr.info > th, .jsgrid-table > thead > tr.info > th, .table > thead > tr > td.info, .jsgrid-table > thead > tr > td.info, .table > thead > tr > th.info, .jsgrid-table > thead > tr > th.info {
  background: rgba(241, 161, 199, 0.08); }

.table > tbody > tr.warning > td, .jsgrid-table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .jsgrid-table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .jsgrid-table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .jsgrid-table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .jsgrid-table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .jsgrid-table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .jsgrid-table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .jsgrid-table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .jsgrid-table > thead > tr.warning > td, .table > thead > tr.warning > th, .jsgrid-table > thead > tr.warning > th, .table > thead > tr > td.warning, .jsgrid-table > thead > tr > td.warning, .table > thead > tr > th.warning, .jsgrid-table > thead > tr > th.warning {
  background: rgba(240, 197, 65, 0.08); }

.table > tbody > tr.danger > td, .jsgrid-table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .jsgrid-table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .jsgrid-table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .jsgrid-table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .jsgrid-table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .jsgrid-table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .jsgrid-table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .jsgrid-table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .jsgrid-table > thead > tr.danger > td, .table > thead > tr.danger > th, .jsgrid-table > thead > tr.danger > th, .table > thead > tr > td.danger, .jsgrid-table > thead > tr > td.danger, .table > thead > tr > th.danger, .jsgrid-table > thead > tr > th.danger {
  background: rgba(237, 111, 86, 0.08); }

.table-responsive {
  border: none; }
  .table-responsive .table, .table-responsive .jsgrid-table {
    max-width: none;
    -webkit-overflow-scrolling: touch !important; }

.table, .jsgrid-table {
  border-color: #ddd !important; }

.table > tbody > tr > td, .jsgrid-table > tbody > tr > td, .table > tbody > tr > th, .jsgrid-table > tbody > tr > th, .table > tfoot > tr > td, .jsgrid-table > tfoot > tr > td, .table > tfoot > tr > th, .jsgrid-table > tfoot > tr > th, .table > thead > tr > td, .jsgrid-table > thead > tr > td, .table > thead > tr > th, .jsgrid-table > thead > tr > th {
  border-top: 1px solid #ddd;
  vertical-align: middle; }

.table > thead > tr > th, .jsgrid-table > thead > tr > th, .table > tfoot > tr > th, .jsgrid-table > tfoot > tr > th {
  border-bottom: 2px solid #ddd !important;
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase; }

.table > tfoot > tr > th, .jsgrid-table > tfoot > tr > th {
  border-bottom: 1px solid #ddd !important; }

.table-hover > tbody > tr:hover {
  background-color: rgba(33, 33, 33, 0.05) !important; }

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

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(33, 33, 33, 0.05); }

.color-bg-table .table > caption + thead > tr:first-child > td, .color-bg-table .jsgrid-table > caption + thead > tr:first-child > td, .color-bg-table .table >
caption + thead > tr:first-child > th, .color-bg-table .jsgrid-table > caption + thead > tr:first-child > th, .color-bg-table .table > colgroup + thead > tr:first-child > td, .color-bg-table .jsgrid-table > colgroup + thead > tr:first-child > td, .color-bg-table .table > colgroup + thead > tr:first-child > th, .color-bg-table .jsgrid-table > colgroup + thead > tr:first-child > th, .color-bg-table .table > thead:first-child > tr:first-child > td, .color-bg-table .jsgrid-table > thead:first-child > tr:first-child > td, .color-bg-table .table > thead:first-child > tr:first-child > th, .color-bg-table .jsgrid-table > thead:first-child > tr:first-child > th {
  background: #2ecd99; }

.color-bg-table .table > thead > tr > th, .color-bg-table .jsgrid-table > thead > tr > th {
  color: #fff; }

.bootstrap-table .fixed-table-container {
  border: 1px solid #ddd;
  border-radius: 0; }

.bootstrap-table .fixed-table-container tbody td {
  border: 1px solid #ddd; }

.fixed-table-body .card-view {
  background: transparent;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0; }
  .fixed-table-body .card-view .title {
    font-weight: 400; }
  .fixed-table-body .card-view:hover {
    box-shadow: none; }

table.dataTable tbody tr {
  background-color: transparent; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: inherit; }

table.dataTable.display.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: rgba(33, 33, 33, 0.05); }

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3, table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1, table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd, table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: inherit; }

table.dataTable.display.table-striped tbody tr > .sorting_1,
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background: transparent; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-color: #ddd;
  border-left: none;
  border-bottom: none; }

table.dataTable > tfoot > tr > th {
  border-bottom: 0 solid #ddd !important;
  border-left: medium none !important; }

table.dataTable {
  border-right: medium none !important; }

table.dataTable > caption + thead > tr:first-child > td, table.dataTable > caption + thead > tr:first-child > th, table.dataTable > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .jsgrid-table > colgroup + thead > tr:first-child > th, table.dataTable > thead:first-child > tr:first-child > td, table.dataTable > thead:first-child > tr:first-child > th {
  border-left: medium none !important; }

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
  border: 1px solid rgba(33, 33, 33, 0.12);
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  color: #212121; }

.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
  margin-bottom: 30px; }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
  padding-top: 20px;
  margin-bottom: 14px;
  color: #878787; }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info {
  padding-left: 15px; }

.dataTables_wrapper .dataTables_info {
  color: #878787; }

.dataTables_wrapper .dataTables_filter {
  padding-right: 15px; }

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
  height: 25px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: #2ecd99;
  border-color: #2ecd99;
  color: #fff !important;
  box-shadow: none; }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #212121; }

.sorting,
.sorting_asc,
.sorting_desc {
  position: relative; }

table.dataTable thead .sorting::after {
  content: "\f0dc";
  opacity: 0.2; }

table.dataTable thead .sorting_asc::after {
  content: "\f0de"; }

table.dataTable thead .sorting_desc::after {
  content: "\f0dd"; }

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
  display: block;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 14px;
  font-weight: 900; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_disabled {
  background: none;
  border-left: medium none;
  border-top: medium none; }

.dt-buttons {
  float: left; }
  .dt-buttons .dt-button {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }
    .dt-buttons .dt-button:hover {
      color: #fff; }
    .dt-buttons .dt-button:last-child {
      margin-right: 0; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
  background-color: #2ecd99;
  box-shadow: none; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  background-color: #ed6f56;
  box-shadow: none; }

table.footable > tbody > tr > td.footable-sortable, table.footable > tbody > tr > th.footable-sortable, table.footable > tfoot > tr > td.footable-sortable, table.footable > tfoot > tr > th.footable-sortable, table.footable > thead > tr > td.footable-sortable, table.footable > thead > tr > th.footable-sortable {
  padding: 16px;
  border-top: none; }

table.footable > tr.footable-filtering > th,
table.footable > thead > tr.footable-filtering > th {
  border: none !important; }

tr.footable-header > th {
  border-top: none !important; }

.footable-details.table, .footable-details.jsgrid-table {
  background: transparent; }

.footable-editing .btn.footable-edit, .footable-editing .wizard > .actions a.footable-edit, .wizard > .actions .footable-editing a.footable-edit, .footable-editing .dt-buttons .footable-edit.dt-button, .dt-buttons .footable-editing .footable-edit.dt-button, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit, .footable-editing .sweet-alert button.footable-edit, .sweet-alert .footable-editing button.footable-edit, .footable-editing .owl-theme .owl-nav .footable-edit[class*="owl-"], .owl-theme .owl-nav .footable-editing .footable-edit[class*="owl-"], .footable-editing .btn.footable-delete, .footable-editing .wizard > .actions a.footable-delete, .wizard > .actions .footable-editing a.footable-delete, .footable-editing .dt-buttons .footable-delete.dt-button, .dt-buttons .footable-editing .footable-delete.dt-button, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete, .footable-editing .sweet-alert button.footable-delete, .sweet-alert .footable-editing button.footable-delete, .footable-editing .owl-theme .owl-nav .footable-delete[class*="owl-"], .owl-theme .owl-nav .footable-editing .footable-delete[class*="owl-"] {
  background: transparent;
  border: none !important; }
  .footable-editing .btn.footable-edit .fooicon.fooicon-pencil, .footable-editing .wizard > .actions a.footable-edit .fooicon.fooicon-pencil, .wizard > .actions .footable-editing a.footable-edit .fooicon.fooicon-pencil, .footable-editing .dt-buttons .footable-edit.dt-button .fooicon.fooicon-pencil, .dt-buttons .footable-editing .footable-edit.dt-button .fooicon.fooicon-pencil, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit .fooicon.fooicon-pencil, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit .fooicon.fooicon-pencil, .footable-editing .sweet-alert button.footable-edit .fooicon.fooicon-pencil, .sweet-alert .footable-editing button.footable-edit .fooicon.fooicon-pencil, .footable-editing .owl-theme .owl-nav .footable-edit[class*="owl-"] .fooicon.fooicon-pencil, .owl-theme .owl-nav .footable-editing .footable-edit[class*="owl-"] .fooicon.fooicon-pencil, .footable-editing .btn.footable-delete .fooicon.fooicon-pencil, .footable-editing .wizard > .actions a.footable-delete .fooicon.fooicon-pencil, .wizard > .actions .footable-editing a.footable-delete .fooicon.fooicon-pencil, .footable-editing .dt-buttons .footable-delete.dt-button .fooicon.fooicon-pencil, .dt-buttons .footable-editing .footable-delete.dt-button .fooicon.fooicon-pencil, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete .fooicon.fooicon-pencil, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete .fooicon.fooicon-pencil, .footable-editing .sweet-alert button.footable-delete .fooicon.fooicon-pencil, .sweet-alert .footable-editing button.footable-delete .fooicon.fooicon-pencil, .footable-editing .owl-theme .owl-nav .footable-delete[class*="owl-"] .fooicon.fooicon-pencil, .owl-theme .owl-nav .footable-editing .footable-delete[class*="owl-"] .fooicon.fooicon-pencil {
    color: #2ecd99; }
  .footable-editing .btn.footable-edit .fooicon.fooicon-trash, .footable-editing .wizard > .actions a.footable-edit .fooicon.fooicon-trash, .wizard > .actions .footable-editing a.footable-edit .fooicon.fooicon-trash, .footable-editing .dt-buttons .footable-edit.dt-button .fooicon.fooicon-trash, .dt-buttons .footable-editing .footable-edit.dt-button .fooicon.fooicon-trash, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit .fooicon.fooicon-trash, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit .fooicon.fooicon-trash, .footable-editing .sweet-alert button.footable-edit .fooicon.fooicon-trash, .sweet-alert .footable-editing button.footable-edit .fooicon.fooicon-trash, .footable-editing .owl-theme .owl-nav .footable-edit[class*="owl-"] .fooicon.fooicon-trash, .owl-theme .owl-nav .footable-editing .footable-edit[class*="owl-"] .fooicon.fooicon-trash, .footable-editing .btn.footable-delete .fooicon.fooicon-trash, .footable-editing .wizard > .actions a.footable-delete .fooicon.fooicon-trash, .wizard > .actions .footable-editing a.footable-delete .fooicon.fooicon-trash, .footable-editing .dt-buttons .footable-delete.dt-button .fooicon.fooicon-trash, .dt-buttons .footable-editing .footable-delete.dt-button .fooicon.fooicon-trash, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete .fooicon.fooicon-trash, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete .fooicon.fooicon-trash, .footable-editing .sweet-alert button.footable-delete .fooicon.fooicon-trash, .sweet-alert .footable-editing button.footable-delete .fooicon.fooicon-trash, .footable-editing .owl-theme .owl-nav .footable-delete[class*="owl-"] .fooicon.fooicon-trash, .owl-theme .owl-nav .footable-editing .footable-delete[class*="owl-"] .fooicon.fooicon-trash {
    color: #ed6f56; }

.footable-show .fooicon.fooicon-pencil {
  padding-right: 6px; }

.footable-filtering .checkbox {
  margin-bottom: inherit;
  margin-top: inherit;
  min-height: inherit;
  padding: 3px 20px !important;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize; }
  .footable-filtering .checkbox input[type="checkbox"] {
    opacity: 1; }
  .footable-filtering .checkbox label::before {
    display: none; }

.fooicon.fooicon-sort,
.fooicon.fooicon-sort-asc,
.fooicon.fooicon-sort-desc {
  font-family: FontAwesome !important;
  font-size: 14px; }

.fooicon.fooicon-sort:before {
  content: "\f0dc"; }

.fooicon.fooicon-sort-asc:before {
  content: "\f0de"; }

.fooicon.fooicon-sort-desc:before {
  content: "\f0dd"; }

table.footable > tbody > tr.footable-empty > td {
  font-size: 18px; }

.jsgrid {
  height: auto !important; }

.jsgrid-row > .jsgrid-cell,
.jsgrid-alt-row > .jsgrid-cell {
  background: transparent;
  border-color: #ddd; }

.jsgrid-header-row > .jsgrid-header-cell {
  background: inherit;
  font-size: 12px;
  color: #212121;
  text-align: left;
  text-transform: uppercase; }

.jsgrid-filter-row > .jsgrid-cell, .jsgrid-header-row > .jsgrid-header-cell, .jsgrid-insert-row > .jsgrid-cell {
  background: inherit;
  border-bottom: 1px solid #ddd; }

.jsgrid-grid-header {
  overflow: auto; }

.jsgrid-pager-page {
  display: inline-block;
  margin-bottom: 5px; }

.jsgrid-edit-row > .jsgrid-cell, .jsgrid-filter-row > .jsgrid-cell, .jsgrid-grid-body, .jsgrid-grid-header, .jsgrid-header-row > .jsgrid-header-cell, .jsgrid-insert-row > .jsgrid-cell {
  background: inherit;
  border-color: #ddd;
  height: auto !important;
  overflow: auto; }

.jsgrid-alt-row > .jsgrid-cell {
  background: inherit; }

.jsgrid-selected-row > .jsgrid-cell {
  background: inherit;
  border-color: #ddd; }

.jsgrid-pager {
  color: #212121;
  margin-top: 10px; }
  .jsgrid-pager a {
    color: #212121; }

.jsgrid-align-center, .jsgrid-align-center input, .jsgrid-align-center select, .jsgrid-align-center textarea, .jsgrid-align-right, .jsgrid-align-right input, .jsgrid-align-right select, .jsgrid-align-right textarea {
  text-align: left; }

.jsgrid-pager-current-page, .jsgrid-pager-page a:hover, .jsgrid-pager-page a:active, .jsgrid-pager-page a:focus {
  background: #2ecd99;
  border: 1px solid #2ecd99;
  color: #fff;
  font-weight: 400; }

.jsgrid-pager-page, .jsgrid-pager-page a {
  padding: 5px 10px;
  border: 1px solid transparent; }

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
  border-right: inherit; }

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding: 0;
  border: none !important;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase; }

.tablesaw {
  margin-bottom: 0 !important; }
  .tablesaw thead {
    background: transparent;
    border: none; }
    .tablesaw thead tr:first-child th {
      border-right: medium none;
      padding: 16px !important; }
  .tablesaw td a {
    color: #878787 !important; }
  .tablesaw td, .tablesaw tbody th {
    vertical-align: middle;
    font-size: inherit;
    color: #878787 !important; }

.tablesaw-toolbar {
  font-size: 100%;
  margin-bottom: 30px; }
  .tablesaw-toolbar label {
    color: #212121;
    display: block;
    margin-right: 0;
    padding: 0;
    text-transform: uppercase; }

.tablesaw-bar .btn-select select {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  color: #212121 !important;
  font-size: 14px !important;
  font-weight: 400;
  text-transform: capitalize;
  filter: alpha(opacity=1);
  display: inline-block;
  color: inherit;
  background: transparent;
  position: static; }

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .wizard > .actions a:hover, .wizard > .actions .tablesaw-enhanced .tablesaw-bar a:hover, .tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:hover, .dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:hover, .tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:hover, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:hover, .tablesaw-enhanced .tablesaw-bar .sweet-alert button:hover, .sweet-alert .tablesaw-enhanced .tablesaw-bar button:hover, .tablesaw-enhanced .tablesaw-bar .owl-theme .owl-nav :hover[class*="owl-"], .owl-theme .owl-nav .tablesaw-enhanced .tablesaw-bar :hover[class*="owl-"], .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .wizard > .actions a:focus, .wizard > .actions .tablesaw-enhanced .tablesaw-bar a:focus, .tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:focus, .dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:focus, .tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:focus, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:focus, .tablesaw-enhanced .tablesaw-bar .sweet-alert button:focus, .sweet-alert .tablesaw-enhanced .tablesaw-bar button:focus, .tablesaw-enhanced .tablesaw-bar .owl-theme .owl-nav :focus[class*="owl-"], .owl-theme .owl-nav .tablesaw-enhanced .tablesaw-bar :focus[class*="owl-"] {
  background: transparent; }

.tablesaw-bar .tablesaw-toolbar .btn, .tablesaw-bar .tablesaw-toolbar .wizard > .actions a, .wizard > .actions .tablesaw-bar .tablesaw-toolbar a, .tablesaw-bar .tablesaw-toolbar .dt-buttons .dt-button, .dt-buttons .tablesaw-bar .tablesaw-toolbar .dt-button, .tablesaw-bar .tablesaw-toolbar .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-bar .tablesaw-toolbar button, .tablesaw-bar .tablesaw-toolbar .sweet-alert button, .sweet-alert .tablesaw-bar .tablesaw-toolbar button, .tablesaw-bar .tablesaw-toolbar .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .tablesaw-bar .tablesaw-toolbar [class*="owl-"] {
  font-size: 0 !important; }

.btn.btn-small.btn-select, .wizard > .actions a.btn-small.btn-select, .dt-buttons .btn-small.btn-select.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-small.btn-select, .sweet-alert button.btn-small.btn-select, .owl-theme .owl-nav .btn-small.btn-select[class*="owl-"] {
  padding-left: 20px;
  padding-right: 20px !important; }

.tablesaw-bar .btn-select::after {
  display: none; }

.tablesaw-enhanced .tablesaw-bar .btn:active, .tablesaw-enhanced .tablesaw-bar .wizard > .actions a:active, .wizard > .actions .tablesaw-enhanced .tablesaw-bar a:active, .tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:active, .dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:active, .tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:active, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:active, .tablesaw-enhanced .tablesaw-bar .sweet-alert button:active, .sweet-alert .tablesaw-enhanced .tablesaw-bar button:active, .tablesaw-enhanced .tablesaw-bar .owl-theme .owl-nav :active[class*="owl-"], .owl-theme .owl-nav .tablesaw-enhanced .tablesaw-bar :active[class*="owl-"] {
  background-image: none;
  box-shadow: none !important; }

.tablesaw-bar .btn select option, .tablesaw-bar .wizard > .actions a select option, .wizard > .actions .tablesaw-bar a select option, .tablesaw-bar .dt-buttons .dt-button select option, .dt-buttons .tablesaw-bar .dt-button select option, .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button select option, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-bar button select option, .tablesaw-bar .sweet-alert button select option, .sweet-alert .tablesaw-bar button select option, .tablesaw-bar .owl-theme .owl-nav [class*="owl-"] select option, .owl-theme .owl-nav .tablesaw-bar [class*="owl-"] select option {
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-weight: 400; }

/*Charts Label*/
.label-chatrs .clabels {
  width: 10px;
  height: 10px; }
  .label-chatrs .clabels.clabels-lg {
    width: 12px;
    height: 12px; }
  .label-chatrs .clabels.circular-clabels {
    border-radius: 50%; }

.label-chatrs .clabels-text span:first-child {
  line-height: 13px; }

.label-chatrs i.big-rpsn-icon {
  font-size: 35px; }

/*Morris Chart*/
.morris-chart {
  width: 100%; }
  .morris-chart svg {
    width: 100%; }
  .morris-chart.donut-chart svg path {
    stroke: transparent; }

.morris-hover.morris-default-style {
  background: #212121;
  border: none;
  border-radius: 0;
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-size: 12px; }
  .morris-hover.morris-default-style .morris-hover-row-label {
    color: #fff;
    font-weight: 400; }

/*Flot Chart*/
.flot-container {
  width: 100%;
  height: 400px; }
  .flot-container .legendColorBox > div {
    border: none !important; }

.demo-placeholder {
  width: 100%;
  height: 100%; }

.flotTip {
  padding: 8px 12px;
  background: rgba(47, 44, 44, 0.9);
  z-index: 100;
  color: #fff;
  font-size: 12px; }

.legendLabel {
  font-family: "Poppins", sans-serif;
  color: #212121;
  font-size: 12px;
  padding-left: 9px; }

/*Chartist*/
.ct-line {
  stroke-width: 2px; }

.ct-point {
  stroke-width: 7px; }

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
  stroke: rgba(240, 197, 65, 0.6); }

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
  stroke: rgba(46, 205, 153, 0.6); }

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
  stroke: rgba(78, 157, 230, 0.6); }

.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
  stroke: rgba(237, 111, 86, 0.6); }

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: rgba(46, 205, 153, 0.6); }

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: rgba(78, 157, 230, 0.6); }

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
  fill: rgba(240, 197, 65, 0.6); }

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
  fill: rgba(237, 111, 86, 0.6); }

.ct-area {
  fill-opacity: .8; }

.ct-grid {
  stroke: #878787;
  stroke-dasharray: 0;
  stroke-width: 1px;
  display: none; }

.ct-label {
  color: #878787;
  fill: #fff; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  color: #878787; }

.ct-chart-before-pad-zero:before {
  padding-bottom: 0; }

/*Easy pie chart*/
.easypiechart {
  display: inline-block;
  height: 100px;
  position: relative;
  text-align: center;
  width: 100px; }
  .easypiechart canvas {
    left: 0;
    position: absolute;
    top: 0; }
  .easypiechart .percent {
    color: #212121;
    display: inline-block;
    font-size: 14px;
    line-height: 100px;
    z-index: 2; }
    .easypiechart .percent:after {
      content: "%";
      font-size: 14px;
      margin-left: 1px; }

.easypiechart.easypiechart-widget-pie {
  margin-bottom: 5px;
  margin-top: 5px; }

.pie-chart > span {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%); }

.easypiechart > span > img {
  height: 60%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 60%; }

/*Skills Counter*/
.skill-head {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  text-align: center; }
  .skill-head.skill-head-inside {
    line-height: 100px; }

.skill-circle {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .skill-circle.skill-circle-fill {
    background: #f7f7f9;
    border-radius: 50%; }

/*Nestable*/
.dd-handle {
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 14px;
  padding-top: 10px;
  background: transparent;
  color: #878787; }
  .dd-handle:hover, .dd-handle:focus, .dd-handle:active {
    color: #212121; }

.dd-item > button {
  margin: 0;
  height: 42px; }

.dd-placeholder {
  background: transparent;
  border-color: #ddd; }

.dd3-content {
  display: block;
  color: #878787;
  margin: 0 0 15px;
  font-size: 14px;
  padding-top: 10px;
  padding: 10px 10px 5px 52px; }
  .dd3-content:hover, .dd3-content:focus, .dd3-content:active {
    color: #212121; }

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0; }

.dd3-item > button {
  margin-left: 30px; }

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  .dd3-handle:before {
    font-family: FontAwesome;
    content: "\f047";
    color: #878787;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    text-align: center;
    text-indent: 0; }

/*Treeview*/
.treeview .list-group {
  margin-bottom: 0; }
  .treeview .list-group .list-group-item {
    border: 1px solid #ddd;
    height: 42px;
    padding: 10px 12px; }
    .treeview .list-group .list-group-item.node-selected {
      background: #4e9de6 !important; }
    .treeview .list-group .list-group-item:hover {
      background: #f7f7f9; }
    .treeview .list-group .list-group-item:first-child, .treeview .list-group .list-group-item:last-child {
      border-radius: 0; }

/*Modals*/
.modal-dialog .modal-content {
  border-radius: 2px;
  border: none; }

/*Sweet-alert*/
.sweet-alert {
  border-radius: 2px;
  font-family: inherit; }
  .sweet-alert h2 {
    font-weight: 400;
    color: #212121; }
  .sweet-alert button {
    box-shadow: none !important;
    font-size: inherit; }

/*Notification*/
.alert {
  border-radius: 2px;
  border: none;
  color: #fff; }
  .alert i {
    font-size: 24px; }
  .alert.alert-success {
    background: #2ecd99; }
  .alert.alert-info {
    background: #f1a1c7; }
  .alert.alert-danger {
    background: #ed6f56; }
  .alert.alert-warning {
    background: #f0c541; }
  .alert.alert-style-1 {
    padding-left: 70px;
    background: #fff;
    position: relative;
    color: #212121;
    border: 1px solid #ddd; }
    .alert.alert-style-1 i {
      height: 100%;
      left: 0;
      margin: 0;
      padding-top: 13px;
      position: absolute;
      text-align: center;
      top: 0;
      width: 50px;
      color: #fff; }
    .alert.alert-style-1.alert-success i {
      color: #2ecd99;
      background: #f7f7f7; }
    .alert.alert-style-1.alert-info i {
      color: #f1a1c7;
      background: #f7f7f7; }
    .alert.alert-style-1.alert-danger i {
      color: #ed6f56;
      background: #f7f7f7; }
    .alert.alert-style-1.alert-warning i {
      color: #f0c541;
      background: #f7f7f7; }

.alert-dismissable .close, .alert-dismissible .close {
  top: 0; }

.bootstrap-notify-container {
  max-width: 320px;
  text-align: center;
  z-index: 5050 !important; }
  .bootstrap-notify-container .close {
    padding: 0;
    font-size: 21px; }

.jq-toast-wrap {
  width: 300px; }
  .jq-toast-wrap .jq-toast-single {
    color: #fff;
    border-radius: 2px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: #212121; }
    .jq-toast-wrap .jq-toast-single .jq-toast-loader {
      border-radius: 2px 2px 0 0;
      height: 3px; }
    .jq-toast-wrap .jq-toast-single .jq-toast-heading {
      font-size: 16px !important; }
    .jq-toast-wrap .jq-toast-single.jq-has-icon {
      padding: 13px 10px 13px 15px; }
      .jq-toast-wrap .jq-toast-single.jq-has-icon:before {
        position: absolute;
        font-family: "themify";
        font-size: 22px;
        left: 12px;
        top: 13px; }
    .jq-toast-wrap .jq-toast-single.jq-icon-info {
      background: #f1a1c7;
      padding-left: 50px; }
      .jq-toast-wrap .jq-toast-single.jq-icon-info:before {
        content: "\e717"; }
    .jq-toast-wrap .jq-toast-single.jq-icon-error {
      background: #ed6f56;
      padding-left: 50px; }
      .jq-toast-wrap .jq-toast-single.jq-icon-error:before {
        content: "\e620"; }
    .jq-toast-wrap .jq-toast-single.jq-icon-success {
      background: #2ecd99;
      padding-left: 50px; }
      .jq-toast-wrap .jq-toast-single.jq-icon-success:before {
        content: "\e64c"; }
    .jq-toast-wrap .jq-toast-single.jq-icon-warning {
      background: #f0c541;
      padding-left: 50px; }
      .jq-toast-wrap .jq-toast-single.jq-icon-warning:before {
        content: "\e6c5"; }

.bottom-center-fullwidth .jq-toast-wrap {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  bottom: 0 !important; }

.top-center-fullwidth .jq-toast-wrap {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  top: 2px !important; }

/*Tooltop*/
.tooltip-inner {
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  background: #212121; }

.tooltip.left .tooltip-arrow {
  border-left-color: #212121; }

.tooltip.right .tooltip-arrow {
  border-right-color: #212121; }

.tooltip.top .tooltip-arrow {
  border-top-color: #212121; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #212121; }

/*Icons*/
.icon-container {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease; }
  .icon-container:hover {
    color: #212121; }
  .icon-container i, .icon-container span.glyphicon {
    margin-right: 20px;
    font-size: 18px; }

.glyphs.character-mapping li, .glyphs.character-mapping input:hover, .glyphs.character-mapping input:focus {
  color: #212121;
  border-color: #212121; }

.font-icon-detail span:first-child {
  color: #212121;
  border: 1px solid #ddd; }

.font-icon-list:hover .font-icon-detail span:first-child, .font-icon-detail.zeroclipboard-is-hover span:first-child {
  background-color: #212121; }

.checkbox label:before {
  border-radius: 0; }

.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before,
.radio input[type="radio"]:focus + label::before {
  outline: none; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #4e9de6;
  border-color: #4e9de6; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #ed6f56;
  border-color: #ed6f56; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #f1a1c7;
  border-color: #f1a1c7; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0c541;
  border-color: #f0c541; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #2ecd99;
  border-color: #2ecd99; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #4e9de6;
  border-color: #4e9de6; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #ed6f56;
  border-color: #ed6f56; }

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #f1a1c7;
  border-color: #f1a1c7; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0c541;
  border-color: #f0c541; }

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #2ecd99;
  border-color: #2ecd99; }

.radio-primary input[type="radio"] + label::after {
  background-color: #4e9de6; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #4e9de6; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #4e9de6; }

.radio-danger input[type="radio"] + label::after {
  background-color: #ed6f56; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ed6f56; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ed6f56; }

.radio-info input[type="radio"] + label::after {
  background-color: #f1a1c7; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #f1a1c7; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #f1a1c7; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0c541; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0c541; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0c541; }

.radio-success input[type="radio"] + label::after {
  background-color: #2ecd99; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #2ecd99; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #2ecd99; }

/*File Upload*/
.fileupload {
  overflow: hidden;
  position: relative; }

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: -3px;
  top: -3px;
  padding: 5px; }

/*File Manager*/
.file-box {
  float: left;
  margin-bottom: 20px; }

.file-sec {
  border-left: 1px solid rgba(33, 33, 33, 0.05); }

.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
  .file-manager h5 {
    text-transform: uppercase; }

.folder-list li {
  display: block; }
  .folder-list li.active a {
    background: rgba(33, 33, 33, 0.05); }
  .folder-list li a {
    display: block;
    padding: 10px 15px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease; }
    .folder-list li a:hover {
      background: rgba(33, 33, 33, 0.05); }
  .folder-list li i {
    margin-right: 8px;
    color: #878787; }

.category-list li {
  display: block; }
  .category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0; }
  .category-list li i {
    margin-right: 8px;
    color: #3d4d5d; }

.file-manager h5.tag-title {
  margin-top: 20px; }

.tag-list li {
  float: left; }
  .tag-list li a {
    font-size: 12px;
    background-color: #ddd;
    padding: 5px 12px;
    border: 1px solid #ddd;
    margin-right: 5px;
    margin-top: 5px;
    display: block; }

.file-manager .hr-line-dashed {
  margin: 15px 0; }

.file {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 0;
  background-color: #fff;
  position: relative; }
  .file .icon, .file .image {
    height: 150px;
    overflow: hidden;
    background-size: cover;
    background-position: top; }
  .file .icon {
    padding: 15px 10px;
    display: table;
    width: 100%;
    text-align: center; }
  .file .icon i {
    color: #4e9de6;
    display: table-cell;
    font-size: 30px;
    vertical-align: middle; }
  .file .file-name {
    padding: 10px;
    background-color: rgba(33, 33, 33, 0.05);
    border-top: 1px solid rgba(33, 33, 33, 0.05); }
    .file .file-name span {
      font-size: 12px;
      color: #878787; }

.file-control {
  font-size: 13px;
  margin-right: 10px;
  text-transform: uppercase; }
  .file-control.active {
    color: #ed6f56; }

.file-name small {
  color: #878787; }

ul.tag-list li {
  list-style: none; }

a.compose-mail {
  padding: 8px 10px; }

.mail-search {
  max-width: 300px; }

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0; }
  .ibox.collapsed .ibox-content {
    display: none; }
  .ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078"; }
  .ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077"; }
  .ibox:after, .ibox:before {
    display: table; }

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px; }

.ibox-content {
  background-color: #fff;
  color: inherit; }

.ibox-footer {
  color: inherit;
  border-top: 1px solid #ddd;
  font-size: 90%;
  background: #fff;
  padding: 10px 15px; }

/*Carousel*/
.carousel-control.left, .carousel-control.right {
  background: none;
  text-shadow: none; }

.carousel-control:hover.left, .carousel-control:hover.right {
  background: none;
  text-shadow: none; }

.carousel-control span {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5; }

.carousel-indicators {
  z-index: 1; }
  .carousel-indicators li {
    border-color: #878787;
    background: #878787;
    opacity: .6; }
    .carousel-indicators li:hover {
      background: #fff; }
  .carousel-indicators li, .carousel-indicators li.active {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    border: none; }
  .carousel-indicators li.active {
    margin: 1px;
    opacity: 1; }

.text-slider .carousel-indicators li {
  border: none; }
  .text-slider .carousel-indicators li:hover {
    background: #2ecd99;
    opacity: 1; }

.text-slider .carousel-indicators li.active {
  border: none;
  background: #2ecd99; }

.owl-theme .owl-dots .owl-dot span {
  height: 8px;
  margin: 5px 3px;
  width: 8px;
  background: #878787;
  opacity: .6; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
  background: #2ecd99; }

/*Testimonial slider*/
.testimonial-slider-wrap .carousel-indicators {
  bottom: -50px; }

/*Twitter slider*/
.twitter-icon-wrap i {
  font-size: 30px;
  color: #fff; }

.twitter-slider-wrap .carousel-indicators {
  bottom: -50px; }
  .twitter-slider-wrap .carousel-indicators li {
    border: none;
    background: #fff;
    opacity: .4; }
    .twitter-slider-wrap .carousel-indicators li:hover {
      background: #fff;
      opacity: .4; }
    .twitter-slider-wrap .carousel-indicators li.active {
      background: #fff;
      opacity: 1; }

.twitter-slider-wrap .carousel-inner {
  text-align: center; }
  .twitter-slider-wrap .carousel-inner .user, .twitter-slider-wrap .carousel-inner .interact {
    display: none; }
  .twitter-slider-wrap .carousel-inner .tweet {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px; }
    .twitter-slider-wrap .carousel-inner .tweet > a {
      color: #fff; }
  .twitter-slider-wrap .carousel-inner .timePosted > a {
    font-size: 12px;
    color: #fff; }

/*Instafeed*/
.instagram-lite > li {
  display: inline-block;
  float: left;
  font-size: 0;
  height: auto;
  width: 25%;
  border: 1px solid #fff; }
  .instagram-lite > li > a {
    display: block;
    width: 100%;
    height: 100%; }
    .instagram-lite > li > a img {
      height: auto;
      width: 100%; }

/*Range Slider*/
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url("../img/range/sprite-skin-modern.png"); }

.irs-slider {
  background-position: 0 -120px; }

.irs-bar {
  background-position: 0 -60px; }

.irs-from, .irs-to, .irs-single {
  font-size: 10px;
  padding: 4px 8px;
  background: #212121;
  border-radius: 4px;
  border-radius: 0; }

.irs-from::after,
.irs-to::after,
.irs-single::after {
  border-color: #212121 transparent transparent; }

.irs-grid-text {
  font-size: 10px; }

/*Gallery*/
.project-gallery a {
  display: block;
  overflow: hidden;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s; }
  .project-gallery a img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    image-rendering: optimizeQuality; }
  .project-gallery a .hover-cap {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: black;
    height: 65px;
    padding-top: 25px;
    left: 0;
    overflow: hidden;
    perspective: 1px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(75px);
    -moz-transform: translateY(75px);
    -ms-transform: translateY(75px);
    -o-transform: translateY(75px);
    transform: translateY(75px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%; }
  .project-gallery a:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
    .project-gallery a:hover img {
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px); }
    .project-gallery a:hover .hover-cap {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

.lg-sub-html h6, .lg-sub-html .panel-title {
  margin-bottom: 0; }

#filters li {
  margin-right: 5px;
  margin-bottom: 10px; }
  #filters li a {
    background: #f7f7f9 none repeat scroll 0 0;
    border-radius: 60px;
    color: #878787;
    display: inline-block;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 14px; }
    #filters li a.active, #filters li a:active, #filters li a:hover, #filters li a:focus {
      background: #2ecd99;
      color: #fff; }

#filters:last-child {
  margin-right: 0; }

/*Typography*/
.grid-block [class^="col-"] {
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none !important;
  color: #878787;
  height: 42px; }

/*Panel*/
.refresh-container {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  z-index: 5;
  cursor: wait;
  overflow: hidden; }
  .refresh-container .la-anim-1 {
    position: absolute; }
    .refresh-container .la-anim-1.la-animate {
      -webkit-transition: -webkit-transform 2s ease;
      -moz-transition: -moz-transform 2s ease;
      transition: transform 2s ease; }

.panel-title > small {
  color: #878787;
  font-size: 14px; }

.panel .panel-heading a {
  position: relative; }
  .panel .panel-heading a i {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .panel .panel-heading a i.zmdi-chevron-down {
      opacity: 1;
      position: absolute;
      top: 1px; }
    .panel .panel-heading a i.zmdi-chevron-up {
      opacity: 0; }
  .panel .panel-heading a.collapsed i.zmdi-chevron-down {
    opacity: 0; }
  .panel .panel-heading a.collapsed i.zmdi-chevron-up {
    opacity: 1; }

.panel .panel-heading .pull-right i {
  font-size: 20px;
  color: #878787; }

.panel .panel-heading .pull-right .dropdown i {
  font-size: 16px; }
  .panel .panel-heading .pull-right .dropdown i.caret-down {
    position: static;
    margin-left: 2px; }

.panel .panel-heading .pull-right.right-float-sub-text {
  font-size: 11px;
  padding-top: 2px;
  text-transform: uppercase; }

.panel .panel-footer {
  background-color: transparent;
  border-top: 1px solid #ddd;
  margin: 0 -15px;
  padding: 5px 20px 0; }

.panel.panel-refresh {
  position: relative; }
  .panel.panel-refresh .refresh-container {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    z-index: 5;
    cursor: wait;
    overflow: hidden; }
    .panel.panel-refresh .refresh-container .la-anim-1 {
      position: absolute; }
      .panel.panel-refresh .refresh-container .la-anim-1.la-animate {
        -webkit-transition: -webkit-transform 2s ease;
        -moz-transition: -moz-transform 2s ease;
        transition: transform 2s ease; }

.panel-info > .panel-heading {
  background-color: #f1a1c7; }

.panel-danger > .panel-heading {
  background-color: #ed6f56; }

.panel-warning > .panel-heading {
  background-color: #f0c541; }

.panel-success > .panel-heading {
  background-color: #2ecd99; }

.panel-primary > .panel-heading {
  background-color: #4e9de6; }

.panel-inverse > .panel-heading {
  background-color: #ddd;
  color: #212121 !important; }

.well {
  border-radius: 0;
  box-shadow: none;
  padding: 20px; }
  .well.well-lg {
    padding: 25px; }
  .well.well-sm {
    padding: 15px; }

/*Pricing Table*/
.panel-pricing {
  background: #f7f7f9;
  border-radius: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease; }
  .panel-pricing:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05); }
  .panel-pricing .list-group-item {
    background: transparent;
    border: none;
    border-radius: 0; }
  .panel-pricing .panel-body hr {
    border-color: #ddd;
    border-width: 2px; }
  .panel-pricing .panel-body .list-group hr {
    border-width: 1px; }
  .panel-pricing .panel-body .list-group .list-group-item i {
    color: #2ecd99;
    padding-right: 15px; }
  .panel-pricing .panel-heading i {
    display: block;
    font-size: 50px;
    margin-bottom: 25px;
    margin-top: 50px;
    color: #212121; }
  .panel-pricing .panel-heading .panel-price {
    font-size: 60px;
    color: #212121;
    font-weight: 700;
    display: block;
    margin-top: 20px;
    text-transform: capitalize; }
    .panel-pricing .panel-heading .panel-price .pricing-dolor {
      display: inline-block;
      font-size: 18px;
      padding-top: 10px;
      vertical-align: top; }
  .panel-pricing .panel-footer {
    border: none; }
    .panel-pricing .panel-footer .btn, .panel-pricing .panel-footer .wizard > .actions a, .wizard > .actions .panel-pricing .panel-footer a, .panel-pricing .panel-footer .dt-buttons .dt-button, .dt-buttons .panel-pricing .panel-footer .dt-button, .panel-pricing .panel-footer .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .panel-pricing .panel-footer button, .panel-pricing .panel-footer .sweet-alert button, .sweet-alert .panel-pricing .panel-footer button, .panel-pricing .panel-footer .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .panel-pricing .panel-footer [class*="owl-"] {
      font-size: 14px; }

/*Dropdown*/
.show-on-hover:hover > ul.dropdown-menu {
  display: block; }

.dropdown-menu {
  border-radius: 2px;
  border: none;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.175); }
  .dropdown-menu .dropdown-item {
    color: #212121; }
    .dropdown-menu .dropdown-item:hover {
      color: #212121;
      background: rgba(33, 33, 33, 0.05); }
    .dropdown-menu .dropdown-item i {
      font-size: 18px;
      margin-right: 10px;
      width: 18px;
      text-align: center; }
  .dropdown-menu.sub-menu {
    position: relative; }
    .dropdown-menu.sub-menu .dropdown-menu:before, .dropdown-menu.sub-menu .dropdown-menu:after {
      display: none !important; }
    .dropdown-menu.sub-menu > ul {
      top: 0; }
      .dropdown-menu.sub-menu > ul.open-left-side {
        right: 100% !important; }
      .dropdown-menu.sub-menu > ul.open-right-side {
        left: 100% !important; }
  .dropdown-menu .divider {
    background-color: #ddd; }
  .dropdown-menu > .active > a {
    background: #2ecd99; }
    .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
      background: #2ecd99; }

.dropdown-menu.animated {
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

/*Weather*/
.forcast-days > li {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 14.28%; }
  .forcast-days > li:last-child {
    margin-right: 0; }
  .forcast-days > li span.forcast-high-deg {
    color: #ed6f56; }
  .forcast-days > li img {
    width: 50px;
    margin: 0 auto; }

.temprature {
  font-size: 60px;
  color: #212121; }
  .temprature .unit {
    display: inline-block;
    font-size: 14px;
    padding-top: 10px;
    vertical-align: top; }

.currently {
  font-size: 16px;
  color: #212121; }

.other-details {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 15px -15px;
  padding: 15px; }
  .other-details li {
    display: table;
    width: 100%; }
    .other-details li span {
      display: table-cell;
      padding-bottom: 5px;
      padding-top: 5px;
      text-transform: capitalize;
      width: 25%; }
      .other-details li span:nth-child(2), .other-details li span:nth-child(4) {
        color: #212121;
        text-transform: capitalize; }

.left-block-wrap, .right-block-wrap {
  min-height: 175px; }

.right-block-wrap {
  text-align: center; }
  .right-block-wrap .right-block .temprature-icon img {
    width: 80px; }

.left-block-wrap .left-block .temprature {
  font-size: 40px; }

.weather-inverse .panel-body {
  background: #f7f7f9; }

.weather-inverse .left-block-wrap {
  background: #fff; }

.weather-info .left-block-wrap {
  background: #f1a1c7;
  color: #fff !important; }
  .weather-info .left-block-wrap h5, .weather-info .left-block-wrap .temprature {
    color: #fff !important; }

.weather-warning .left-block-wrap {
  background: #f0c541;
  color: #fff !important; }
  .weather-warning .left-block-wrap h5, .weather-warning .left-block-wrap .temprature {
    color: #fff !important; }

.weather-danger .left-block-wrap {
  background: #ed6f56;
  color: #fff !important; }
  .weather-danger .left-block-wrap h5, .weather-danger .left-block-wrap .temprature {
    color: #fff !important; }

.weather-success .left-block-wrap {
  background: #2ecd99;
  color: #fff !important; }
  .weather-success .left-block-wrap h5, .weather-success .left-block-wrap .temprature {
    color: #fff !important; }

/*Sparkline*/
.jqstooltip {
  width: auto !important;
  height: auto !important;
  background: #2f2c2c !important;
  border: none !important; }

/*Pagination*/
.pagination > li > a, .pagination > li > span {
  border-color: #ddd;
  border-radius: 0 !important;
  color: #2ecd99; }
  .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:active, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > li > span:active {
    border-color: #ddd;
    background-color: #ddd; }

.pagination > li.active > a, .pagination > li.active > span {
  background: #2ecd99;
  border-color: #ddd; }
  .pagination > li.active > a:hover, .pagination > li.active > a:focus, .pagination > li.active > a:active, .pagination > li.active > span:hover, .pagination > li.active > span:focus, .pagination > li.active > span:active {
    background: #2ecd99;
    border-color: #ddd; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  border-color: #ddd;
  color: #2ecd99; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #878787; }

/*Pager*/
.pager li > a, .pager li > span {
  border: 1px solid #ddd;
  border-radius: 60px; }

/*Labels*/
.label, .jvectormap-tip {
  padding: 3px 6px 3px;
  font-size: 11px;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff; }
  .label.label-info, .label-info.jvectormap-tip {
    background: #f1a1c7; }
  .label.label-primary, .label-primary.jvectormap-tip {
    background: #4e9de6; }
  .label.label-success, .label-success.jvectormap-tip {
    background: #2ecd99; }
  .label.label-danger, .label-danger.jvectormap-tip {
    background: #ed6f56; }
  .label.label-warning, .label-warning.jvectormap-tip {
    background: #f0c541; }

.bg-indigo {
  background-color: #3F51B5 !important;
  color: #fff; }

/*Badge*/
.badge {
  background-color: #DCDCDC;
  font-weight: 400;
  padding: 5px 10px;
  color: #212121; }
  .badge.badge-info {
    background: #f1a1c7;
    color: #fff; }
  .badge.badge-primary {
    background: #4e9de6;
    color: #fff; }
  .badge.badge-success {
    background: #2ecd99;
    color: #fff; }
  .badge.badge-danger {
    background: #ed6f56;
    color: #fff; }
  .badge.badge-warning {
    background: #f0c541;
    color: #fff; }
  .badge.transparent-badge {
    background: transparent;
    padding-left: 0;
    padding-right: 0; }
    .badge.transparent-badge.badge-info {
      color: #f1a1c7; }
    .badge.transparent-badge.badge-primary {
      color: #4e9de6; }
    .badge.transparent-badge.badge-success {
      color: #2ecd99; }
    .badge.transparent-badge.badge-danger {
      color: #ed6f56; }
    .badge.transparent-badge.badge-warning {
      color: #f0c541; }

/*Task Panel*/
.task-panel a.list-group-item {
  background-color: transparent;
  color: #212121;
  border-color: #ddd;
  border-image: none;
  border-radius: 0 !important;
  border-style: solid none;
  border-width: 1px medium;
  border-bottom: none;
  padding: 15px; }
  .task-panel a.list-group-item i {
    color: #878787;
    padding-right: 10px;
    font-size: 18px;
    width: 25px;
    line-height: 24px; }
  .task-panel a.list-group-item:first-child {
    border-top: none; }
  .task-panel a.list-group-item:hover {
    background: rgba(33, 33, 33, 0.05); }

/*Vecotor Map*/
/*Progressbar*/
.progress {
  -webkit-box-shadow: none !important;
  background-color: rgba(120, 130, 140, 0.13);
  box-shadow: none !important;
  height: 6px;
  border-radius: 50px;
  margin-bottom: 18px;
  overflow: hidden; }
  .progress .progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px; }
    .progress .progress-bar:last-child {
      border-radius: 0 60px 60px 0; }
  .progress.progress-xs {
    height: 5px !important; }
  .progress.progress-sm {
    height: 8px !important; }
  .progress.progress-md {
    height: 15px !important; }
    .progress.progress-md .progress-bar {
      font-size: 8px;
      font-weight: 400;
      line-height: 14.4px; }
  .progress.progress-lg {
    height: 20px !important; }
    .progress.progress-lg .progress-bar {
      font-size: 10px;
      font-weight: 400;
      line-height: 20px; }

.progress-bar-info {
  background: #f1a1c7; }

.progress-bar-primary {
  background: #4e9de6; }

.progress-bar-success {
  background: #2ecd99; }

.progress-bar-danger {
  background: #ed6f56; }

.progress-bar-warning {
  background: #f0c541; }

.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 8px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }
  .progress-vertical .progress-bar {
    width: 100%; }
    .progress-vertical .progress-bar:last-child {
      border-radius: 0 60px 60px; }

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 8px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }
  .progress-vertical-bottom .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0; }
    .progress-vertical-bottom .progress-bar:last-child {
      border-radius: 60px 60px 60px 0 !important; }

.progress-vertical.progress-sm, .progress-vertical-bottom.progress-sm {
  width: 8px !important; }

.progress-vertical.progress-sm .progress-bar, .progress-vertical-bottom.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px; }

.progress-vertical.progress-md, .progress-vertical-bottom.progress-md {
  width: 15px !important; }

.progress-vertical.progress-md .progress-bar, .progress-vertical-bottom.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px; }

.progress-vertical.progress-lg, .progress-vertical-bottom.progress-lg {
  width: 20px !important; }

.progress-vertical.progress-lg .progress-bar, .progress-vertical-bottom.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px; }

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
  background-size: 40px 40px !important; }

/*Search Bar*/
.app-search {
  margin: 0;
  position: relative; }
  .app-search a {
    color: #4c5667;
    position: absolute;
    right: 10px;
    top: 15px; }
  .app-search .form-control, .app-search .wizard .content > .body input, .wizard .content > .body .app-search input, .app-search .mce-floatpanel .mce-textbox, .mce-floatpanel .app-search .mce-textbox, .app-search .mce-floatpanel .mce-btn, .mce-floatpanel .app-search .mce-btn, .app-search .jsgrid-cell input, .jsgrid-cell .app-search input, .app-search .jsgrid-cell select, .jsgrid-cell .app-search select, .app-search .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .app-search select, .app-search .dd-handle, .app-search .dd3-content, .app-search .form-control:focus, .app-search .wizard .content > .body input:focus, .wizard .content > .body .app-search input:focus, .app-search .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .app-search .mce-textbox:focus, .app-search .mce-floatpanel .mce-btn:focus, .mce-floatpanel .app-search .mce-btn:focus, .app-search .jsgrid-cell input:focus, .jsgrid-cell .app-search input:focus, .app-search .jsgrid-cell select:focus, .jsgrid-cell .app-search select:focus, .app-search .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .app-search select:focus, .app-search .dd-handle:focus, .app-search .dd3-content:focus, .app-search .form-control:focus {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: medium none;
    border-radius: 40px;
    box-shadow: none;
    color: #4c5667;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 40px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    width: 180px; }
    .app-search .wizard .content > .body input:focus, .wizard .content > .body .app-search input:focus, .app-search .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .app-search .mce-textbox:focus, .app-search .mce-floatpanel .mce-btn:focus, .mce-floatpanel .app-search .mce-btn:focus, .app-search .jsgrid-cell input:focus, .jsgrid-cell .app-search input:focus, .app-search .jsgrid-cell select:focus, .jsgrid-cell .app-search select:focus, .app-search .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .app-search select:focus, .app-search .dd-handle:focus, .app-search .dd3-content:focus, .app-search .form-control:focus, .app-search .wizard .content > .body input:focus:focus, .wizard .content > .body .app-search input:focus:focus, .app-search .mce-floatpanel .mce-textbox:focus:focus, .mce-floatpanel .app-search .mce-textbox:focus:focus, .app-search .mce-floatpanel .mce-btn:focus:focus, .mce-floatpanel .app-search .mce-btn:focus:focus, .app-search .jsgrid-cell input:focus:focus, .jsgrid-cell .app-search input:focus:focus, .app-search .jsgrid-cell select:focus:focus, .jsgrid-cell .app-search select:focus:focus, .app-search .tablesaw-bar .btn-select select:focus:focus, .tablesaw-bar .btn-select .app-search select:focus:focus, .app-search .dd-handle:focus:focus, .app-search .dd3-content:focus:focus, .app-search .form-control:focus:focus {
      width: 300px; }

/*Chat UI*/
.chat-search {
  width: 100%;
  border-bottom: 1px solid #ddd; }
  .chat-search .input-group {
    width: 100%; }
    .chat-search .input-group .form-control, .chat-search .input-group .wizard .content > .body input, .wizard .content > .body .chat-search .input-group input, .chat-search .input-group .mce-floatpanel .mce-textbox, .mce-floatpanel .chat-search .input-group .mce-textbox, .chat-search .input-group .mce-floatpanel .mce-btn, .mce-floatpanel .chat-search .input-group .mce-btn, .chat-search .input-group .jsgrid-cell input, .jsgrid-cell .chat-search .input-group input, .chat-search .input-group .jsgrid-cell select, .jsgrid-cell .chat-search .input-group select, .chat-search .input-group .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .chat-search .input-group select, .chat-search .input-group .dd-handle, .chat-search .input-group .dd3-content {
      height: 36px;
      border-radius: 50px;
      padding-right: 30px;
      background: #fff; }
    .chat-search .input-group .input-group-btn {
      position: absolute;
      right: 22px;
      top: 8px;
      z-index: 4; }
      .chat-search .input-group .input-group-btn > .btn, .chat-search .input-group .wizard > .actions .disabled .input-group-btn > a, .chat-search .input-group .wizard > .actions .input-group-btn > a, .wizard > .actions .chat-search .input-group .input-group-btn > a, .chat-search .input-group .dt-buttons .input-group-btn > .dt-button, .dt-buttons .chat-search .input-group .input-group-btn > .dt-button, .chat-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn > button, .tablesaw-sortable th.tablesaw-sortable-head .chat-search .input-group .input-group-btn > button, .chat-search .input-group .sweet-alert .input-group-btn > button, .sweet-alert .chat-search .input-group .input-group-btn > button, .chat-search .input-group .owl-theme .owl-nav .input-group-btn > [class*="owl-"], .owl-theme .owl-nav .chat-search .input-group .input-group-btn > [class*="owl-"] {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        padding: 0; }
        .chat-search .input-group .input-group-btn > .btn i, .chat-search .input-group .wizard > .actions .disabled .input-group-btn > a i, .chat-search .input-group .wizard > .actions .input-group-btn > a i, .wizard > .actions .chat-search .input-group .input-group-btn > a i, .chat-search .input-group .dt-buttons .input-group-btn > .dt-button i, .dt-buttons .chat-search .input-group .input-group-btn > .dt-button i, .chat-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn > button i, .tablesaw-sortable th.tablesaw-sortable-head .chat-search .input-group .input-group-btn > button i, .chat-search .input-group .sweet-alert .input-group-btn > button i, .sweet-alert .chat-search .input-group .input-group-btn > button i, .chat-search .input-group .owl-theme .owl-nav .input-group-btn > [class*="owl-"] i, .owl-theme .owl-nav .chat-search .input-group .input-group-btn > [class*="owl-"] i {
          color: #878787;
          font-size: 20px; }

.add-friend {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px; }
  .add-friend span {
    text-transform: capitalize;
    font-size: 16px;
    width: 33.33%;
    float: left;
    text-align: center;
    vertical-align: middle; }
  .add-friend a {
    width: 33.33%;
    float: left;
    font-size: 18px; }

.chat-list-wrap .chat-body > a {
  border-bottom: 1px solid #ddd;
  display: block; }

.chat-list-wrap .chat-body .chat-data {
  padding: 10px 15px;
  position: relative;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease; }
  .chat-list-wrap .chat-body .chat-data:hover {
    background: rgba(33, 33, 33, 0.05); }
  .chat-list-wrap .chat-body .chat-data.active-user {
    background: rgba(33, 33, 33, 0.05); }
  .chat-list-wrap .chat-body .chat-data .user-img {
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 15px; }
  .chat-list-wrap .chat-body .chat-data .user-data {
    float: left; }
    .chat-list-wrap .chat-body .chat-data .user-data .time {
      font-size: 12px;
      margin-top: 2px;
      width: 165px; }
  .chat-list-wrap .chat-body .chat-data .status {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    left: 40px;
    top: 37px;
    width: 10px; }
    .chat-list-wrap .chat-body .chat-data .status.away {
      background: #f0c541; }
    .chat-list-wrap .chat-body .chat-data .status.offline {
      background: #ed6f56; }
    .chat-list-wrap .chat-body .chat-data .status.online {
      background: #2ecd99; }

.recent-chat-wrap .panel-heading {
  padding: 0;
  background: transparent; }
  .recent-chat-wrap .panel-heading .goto-back {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #ddd; }
    .recent-chat-wrap .panel-heading .goto-back span {
      text-transform: capitalize;
      font-size: 16px;
      width: 33.33%;
      float: left;
      text-align: center;
      vertical-align: middle; }
    .recent-chat-wrap .panel-heading .goto-back a {
      width: 33.33%;
      float: left;
      font-size: 18px; }

.recent-chat-wrap.card-view {
  border: none;
  padding: 0;
  margin: 0; }

.recent-chat-wrap .input-group {
  width: 100%;
  display: block; }
  .recent-chat-wrap .input-group .input-msg-send {
    background: rgba(33, 33, 33, 0.05);
    border: medium none;
    height: 60px;
    padding-right: 60px; }
  .recent-chat-wrap .input-group .input-group-btn {
    position: absolute;
    right: 22px;
    top: 20px;
    z-index: 4; }
    .recent-chat-wrap .input-group .input-group-btn .btn, .recent-chat-wrap .input-group .input-group-btn .wizard > .actions a, .wizard > .actions .recent-chat-wrap .input-group .input-group-btn a, .recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button, .dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button, .recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button, .recent-chat-wrap .input-group .input-group-btn .sweet-alert button, .sweet-alert .recent-chat-wrap .input-group .input-group-btn button, .recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*="owl-"] {
      background: transparent none repeat scroll 0 0;
      border: medium none;
      padding: 0; }
      .recent-chat-wrap .input-group .input-group-btn .btn:hover, .recent-chat-wrap .input-group .input-group-btn .wizard > .actions a:hover, .wizard > .actions .recent-chat-wrap .input-group .input-group-btn a:hover, .recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button:hover, .dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button:hover, .recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:hover, .tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button:hover, .recent-chat-wrap .input-group .input-group-btn .sweet-alert button:hover, .sweet-alert .recent-chat-wrap .input-group .input-group-btn button:hover, .recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav :hover[class*="owl-"], .owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn :hover[class*="owl-"], .recent-chat-wrap .input-group .input-group-btn .btn:active, .recent-chat-wrap .input-group .input-group-btn .wizard > .actions a:active, .wizard > .actions .recent-chat-wrap .input-group .input-group-btn a:active, .recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button:active, .dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button:active, .recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:active, .tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button:active, .recent-chat-wrap .input-group .input-group-btn .sweet-alert button:active, .sweet-alert .recent-chat-wrap .input-group .input-group-btn button:active, .recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav :active[class*="owl-"], .owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn :active[class*="owl-"], .recent-chat-wrap .input-group .input-group-btn .btn:focus, .recent-chat-wrap .input-group .input-group-btn .wizard > .actions a:focus, .wizard > .actions .recent-chat-wrap .input-group .input-group-btn a:focus, .recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button:focus, .dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button:focus, .recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:focus, .tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button:focus, .recent-chat-wrap .input-group .input-group-btn .sweet-alert button:focus, .sweet-alert .recent-chat-wrap .input-group .input-group-btn button:focus, .recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav :focus[class*="owl-"], .owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn :focus[class*="owl-"] {
        background: transparent none repeat scroll 0 0; }
      .recent-chat-wrap .input-group .input-group-btn .btn i, .recent-chat-wrap .input-group .input-group-btn .wizard > .actions a i, .wizard > .actions .recent-chat-wrap .input-group .input-group-btn a i, .recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button i, .dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button i, .recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button i, .tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button i, .recent-chat-wrap .input-group .input-group-btn .sweet-alert button i, .sweet-alert .recent-chat-wrap .input-group .input-group-btn button i, .recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"] i, .owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*="owl-"] i {
        color: rgba(33, 33, 33, 0.2);
        font-size: 20px; }
    .recent-chat-wrap .input-group .input-group-btn.emojis {
      right: 50px; }

.recent-chat-wrap .chat-content .user-img {
  height: 27px;
  width: 27px;
  position: absolute; }

.recent-chat-wrap .chat-content ul li {
  padding: 0 15px;
  margin-bottom: 20px;
  position: relative; }

.recent-chat-wrap .chat-content .msg {
  padding: 7px 15px;
  color: #212121;
  max-width: 100%;
  overflow-wrap: break-word;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
  .recent-chat-wrap .chat-content .msg .msg-per-detail span {
    font-size: 10px;
    text-transform: uppercase; }

.recent-chat-wrap .chat-content .friend .friend-msg-wrap .msg {
  margin-left: 37px;
  background: rgba(33, 33, 33, 0.04) none repeat scroll 0 0;
  border-radius: 15px; }

.recent-chat-wrap .chat-content .self .self-msg-wrap .msg {
  background: rgba(46, 205, 153, 0.24) none repeat scroll 0 0;
  margin-left: 100px;
  border-radius: 15px; }

.chat-cmplt-wrap {
  position: relative; }
  .chat-cmplt-wrap .chat-box-wrap {
    left: 0;
    position: relative;
    -webkit-transition: left 0.4s ease 0s;
    -moz-transition: left 0.4s ease 0s;
    transition: left 0.4s ease 0s; }
  .chat-cmplt-wrap .recent-chat-box-wrap {
    position: absolute;
    right: -300px;
    top: 0;
    -webkit-transition: right 0.4s ease 0s;
    -moz-transition: right 0.4s ease 0s;
    transition: right 0.4s ease 0s;
    width: 100%;
    z-index: 2; }
  .chat-cmplt-wrap.chat-box-slide .chat-box-wrap {
    left: -300px; }
  .chat-cmplt-wrap.chat-box-slide .recent-chat-box-wrap {
    right: 0; }
  .chat-cmplt-wrap.chat-for-widgets, .chat-cmplt-wrap.chat-for-widgets-1 {
    height: 370px;
    overflow: hidden; }
    .chat-cmplt-wrap.chat-for-widgets .recent-chat-box-wrap, .chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
      position: absolute;
      right: -100%; }
    .chat-cmplt-wrap.chat-for-widgets.chat-box-slide .chat-box-wrap, .chat-cmplt-wrap.chat-box-slide.chat-for-widgets-1 .chat-box-wrap {
      left: -100%; }
    .chat-cmplt-wrap.chat-for-widgets.chat-box-slide .recent-chat-box-wrap, .chat-cmplt-wrap.chat-box-slide.chat-for-widgets-1 .recent-chat-box-wrap {
      right: 0; }
  .chat-cmplt-wrap.chat-for-widgets-1 {
    height: 596px; }
    .chat-cmplt-wrap.chat-for-widgets-1 .chat-search {
      padding: 0; }
      .chat-cmplt-wrap.chat-for-widgets-1 .chat-search .input-group input {
        height: 52px;
        border-radius: 0;
        border: none; }
      .chat-cmplt-wrap.chat-for-widgets-1 .chat-search .input-group .input-group-btn {
        top: 18px; }
    .chat-cmplt-wrap.chat-for-widgets-1 .chat-box-wrap {
      float: left;
      width: 30%; }
    .chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
      border-left: 1px solid rgba(33, 33, 33, 0.05);
      float: left;
      position: relative;
      right: 0;
      width: 70%; }

/*Widgets*/
.top-countries img {
  width: 20px; }

/*Profile*/
.profile-box .fileupload.btn, .profile-box .wizard > .actions a.fileupload, .wizard > .actions .profile-box a.fileupload, .profile-box .dt-buttons .fileupload.dt-button, .dt-buttons .profile-box .fileupload.dt-button, .profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload, .tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload, .profile-box .sweet-alert button.fileupload, .sweet-alert .profile-box button.fileupload, .profile-box .owl-theme .owl-nav .fileupload[class*="owl-"], .owl-theme .owl-nav .profile-box .fileupload[class*="owl-"] {
  background: rgba(33, 33, 33, 0.5);
  border-radius: 0;
  padding: 3px 10px;
  border: none; }
  .profile-box .fileupload.btn:hover, .profile-box .wizard > .actions a.fileupload:hover, .wizard > .actions .profile-box a.fileupload:hover, .profile-box .dt-buttons .fileupload.dt-button:hover, .dt-buttons .profile-box .fileupload.dt-button:hover, .profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:hover, .tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:hover, .profile-box .sweet-alert button.fileupload:hover, .sweet-alert .profile-box button.fileupload:hover, .profile-box .owl-theme .owl-nav .fileupload:hover[class*="owl-"], .owl-theme .owl-nav .profile-box .fileupload:hover[class*="owl-"], .profile-box .fileupload.btn:active, .profile-box .wizard > .actions a.fileupload:active, .wizard > .actions .profile-box a.fileupload:active, .profile-box .dt-buttons .fileupload.dt-button:active, .dt-buttons .profile-box .fileupload.dt-button:active, .profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:active, .tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:active, .profile-box .sweet-alert button.fileupload:active, .sweet-alert .profile-box button.fileupload:active, .profile-box .owl-theme .owl-nav .fileupload:active[class*="owl-"], .owl-theme .owl-nav .profile-box .fileupload:active[class*="owl-"], .profile-box .fileupload.btn:focus, .profile-box .wizard > .actions a.fileupload:focus, .wizard > .actions .profile-box a.fileupload:focus, .profile-box .dt-buttons .fileupload.dt-button:focus, .dt-buttons .profile-box .fileupload.dt-button:focus, .profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:focus, .tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:focus, .profile-box .sweet-alert button.fileupload:focus, .sweet-alert .profile-box button.fileupload:focus, .profile-box .owl-theme .owl-nav .fileupload:focus[class*="owl-"], .owl-theme .owl-nav .profile-box .fileupload:focus[class*="owl-"] {
    background: rgba(33, 33, 33, 0.5); }
  .profile-box .fileupload.btn .btn-text, .profile-box .wizard > .actions a.fileupload .btn-text, .wizard > .actions .profile-box a.fileupload .btn-text, .profile-box .dt-buttons .fileupload.dt-button .btn-text, .dt-buttons .profile-box .fileupload.dt-button .btn-text, .profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload .btn-text, .tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload .btn-text, .profile-box .sweet-alert button.fileupload .btn-text, .sweet-alert .profile-box button.fileupload .btn-text, .profile-box .owl-theme .owl-nav .fileupload[class*="owl-"] .btn-text, .owl-theme .owl-nav .profile-box .fileupload[class*="owl-"] .btn-text {
    color: #fff;
    font-size: 13px; }

.profile-box .profile-cover-pic {
  position: relative;
  min-height: 197px;
  background-image: url("../img/gallery/mock6.jpg"); }
  .profile-box .profile-cover-pic .profile-image-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #212121;
    opacity: .4; }
  .profile-box .profile-cover-pic .fileupload.btn, .profile-box .profile-cover-pic .wizard > .actions a.fileupload, .wizard > .actions .profile-box .profile-cover-pic a.fileupload, .profile-box .profile-cover-pic .dt-buttons .fileupload.dt-button, .dt-buttons .profile-box .profile-cover-pic .fileupload.dt-button, .profile-box .profile-cover-pic .tablesaw-sortable th.tablesaw-sortable-head button.fileupload, .tablesaw-sortable th.tablesaw-sortable-head .profile-box .profile-cover-pic button.fileupload, .profile-box .profile-cover-pic .sweet-alert button.fileupload, .sweet-alert .profile-box .profile-cover-pic button.fileupload, .profile-box .profile-cover-pic .owl-theme .owl-nav .fileupload[class*="owl-"], .owl-theme .owl-nav .profile-box .profile-cover-pic .fileupload[class*="owl-"] {
    position: relative;
    float: right;
    z-index: 1; }

.profile-box .profile-info {
  position: relative;
  z-index: 1; }
  .profile-box .profile-info .profile-img-wrap {
    border-radius: 2px;
    height: 143px;
    margin: -80px auto 0;
    padding: 4px;
    position: relative;
    width: 143px;
    background: #fff; }
    .profile-box .profile-info .profile-img-wrap img {
      width: 135px;
      height: 135px; }
    .profile-box .profile-info .profile-img-wrap .fileupload.btn, .profile-box .profile-info .profile-img-wrap .wizard > .actions a.fileupload, .wizard > .actions .profile-box .profile-info .profile-img-wrap a.fileupload, .profile-box .profile-info .profile-img-wrap .dt-buttons .fileupload.dt-button, .dt-buttons .profile-box .profile-info .profile-img-wrap .fileupload.dt-button, .profile-box .profile-info .profile-img-wrap .tablesaw-sortable th.tablesaw-sortable-head button.fileupload, .tablesaw-sortable th.tablesaw-sortable-head .profile-box .profile-info .profile-img-wrap button.fileupload, .profile-box .profile-info .profile-img-wrap .sweet-alert button.fileupload, .sweet-alert .profile-box .profile-info .profile-img-wrap button.fileupload, .profile-box .profile-info .profile-img-wrap .owl-theme .owl-nav .fileupload[class*="owl-"], .owl-theme .owl-nav .profile-box .profile-info .profile-img-wrap .fileupload[class*="owl-"] {
      position: absolute;
      right: 4px;
      bottom: 4px; }

.profile-box .social-info {
  border-top: 1px solid rgba(33, 33, 33, 0.05);
  padding: 30px 15px;
  color: #212121; }
  .profile-box .social-info .counts {
    font-size: 21px; }
  .profile-box .social-info .counts-text {
    color: #878787; }

/*Followers*/
.followers-list-wrap .follo-body .follo-data {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  display: block;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease; }
  .followers-list-wrap .follo-body .follo-data .user-img {
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 15px; }
  .followers-list-wrap .follo-body .follo-data .user-data {
    float: left; }
    .followers-list-wrap .follo-body .follo-data .user-data .name {
      color: #212121; }
    .followers-list-wrap .follo-body .follo-data .user-data .time {
      font-size: 12px;
      margin-top: 2px;
      width: 165px; }

/*Small graph*/
.flex-stat {
  overflow: hidden; }
  .flex-stat li {
    float: left;
    width: 33.33%;
    text-align: center; }
    .flex-stat li > span {
      text-transform: capitalize; }

.sm-data-box .counter {
  font-size: 24px; }

.sm-data-box .data-wrap-left,
.sm-data-box .data-wrap-right {
  padding-top: 19px;
  padding-bottom: 19px;
  min-height: 99px; }

.sm-data-box .data-wrap-right .data-right-rep-icon {
  display: inline-block;
  font-size: 40px;
  padding-top: 10px; }

.sm-data-box.data-with-border .data-wrap-left {
  border-right: 1px solid rgba(135, 135, 135, 0.2); }

.sm-data-box-1 .cus-sat-stat {
  font-size: 42px; }

.sm-data-box-2 .table > tbody > tr > td, .sm-data-box-2 .jsgrid-table > tbody > tr > td, .sm-data-box-2 .table > tbody > tr > th, .sm-data-box-2 .jsgrid-table > tbody > tr > th, .sm-data-box-2 .table > tfoot > tr > td, .sm-data-box-2 .jsgrid-table > tfoot > tr > td, .sm-data-box-2 .table > tfoot > tr > th, .sm-data-box-2 .jsgrid-table > tfoot > tr > th, .sm-data-box-2 .table > thead > tr > td, .sm-data-box-2 .jsgrid-table > thead > tr > td, .sm-data-box-2 .table > thead > tr > th, .sm-data-box-2 .jsgrid-table > thead > tr > th {
  padding: 12.5px 15px; }

.sm-data-box-3 .panel-heading .pull-left i.zmdi {
  padding-top: 11px; }

.sm-data-box-3 .easypiechart {
  height: 165px;
  width: 165px; }
  .sm-data-box-3 .easypiechart .percent {
    font-size: 30px;
    line-height: 30px;
    margin-top: 56px; }
    .sm-data-box-3 .easypiechart .percent::after {
      font-size: 30px; }

.sm-data-box-3 i.zmdi-caret-up, .sm-data-box-3 i.zmdi-caret-down {
  position: relative;
  top: 2px; }

.lg-progress-box i {
  color: #e5e5e5;
  font-size: 56px; }

/*Timeline*/
.timeline {
  list-style: none;
  padding: 10px 0;
  position: relative; }
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background: #ddd;
    left: 50%;
    margin-left: -1.5px; }
  .timeline > li {
    margin-bottom: 150px;
    position: relative;
    width: 50%;
    float: left;
    clear: left; }
    .timeline > li:last-child {
      margin-bottom: 0; }
    .timeline > li > .timeline-panel {
      width: calc(100% - 50px);
      float: left;
      position: relative;
      border-radius: 2px;
      background-color: rgba(33, 33, 33, 0.05); }
      .timeline > li > .timeline-panel:after {
        position: absolute;
        top: 30px;
        right: -10px;
        display: inline-block;
        border-top: 10px solid transparent;
        border-left: 10px solid;
        border-right: 0 solid #fff;
        border-bottom: 10px solid transparent;
        border-left-color: rgba(33, 33, 33, 0.05);
        content: " "; }
      .timeline > li > .timeline-panel.bg-yellow:after {
        border-left-color: #f0c541; }
      .timeline > li > .timeline-panel.bg-red:after {
        border-left-color: #ed6f56; }
      .timeline > li > .timeline-panel.bg-blue:after {
        border-left-color: #4e9de6; }
      .timeline > li > .timeline-panel.bg-green:after {
        border-left-color: #2ecd99; }
    .timeline > li > .timeline-badge {
      color: #fff;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      line-height: 50px;
      text-align: center;
      position: absolute;
      top: 16px;
      right: -22px;
      z-index: 100; }
      .timeline > li > .timeline-badge i {
        font-size: 16px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 10px;
        left: -10px;
        right: auto;
        border-right-color: rgba(33, 33, 33, 0.05); }
      .timeline > li.timeline-inverted > .timeline-panel.bg-yellow:after {
        border-right-color: #f0c541; }
      .timeline > li.timeline-inverted > .timeline-panel.bg-pink:after {
        border-right-color: #f1a1c7; }
      .timeline > li.timeline-inverted > .timeline-panel.bg-red:after {
        border-right-color: #ed6f56; }
      .timeline > li.timeline-inverted > .timeline-panel.bg-blue:after {
        border-right-color: #4e9de6; }
      .timeline > li.timeline-inverted > .timeline-panel.bg-green:after {
        border-right-color: #2ecd99; }

.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 150px; }

.timeline > li.timeline-inverted > .timeline-badge {
  left: -22px; }

/*Caledar*/
/*
.calendar-event {
	cursor:move;
	display:inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	a {
		color: $white;
		font-size: 10px;
		margin: 4px 0 0 10px;
		opacity: 0.6;
	}
}
.fc button {
	height:auto!important;
	font-size:14px!important;
	text-shadow:none!important;
	
}
button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-agendaWeek-button,
 {
	@extend .btn;
	@extend .btn-success;
	@extend .btn-rounded;
	@extend .btn-outline;
	padding: 9px 25px;
}
.fc-month-button, .fc-agendaWeek-button {
	margin-right:15px!important;
}
.fc-event {
    background-color:rgba(46,205,153,.2);
    border: none;
    border-radius: 0;
    font-size: 12px;
	color:$black;
}

.fc-day-grid-event {
    margin: 5px 0 0;
    padding: 5px;
}
.fc-prev-button,.fc-next-button,.fc-today-button {
	@extend .btn;
	@extend .btn-success;
	border-radius:0!important;
}
.fc-unthemed .fc-today {
    background: $green;
	color:$white;
}
.fc-event, .fc-event:hover, .ui-widget .fc-event {
	color:$black;
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover {
	border-color:$light_grey;
}
.small-calendar {
	.fc-left {
		h2 {
			font-size: 16px;
			line-height: 20px;
		}
	}
	.fc-basic-view .fc-body .fc-row {
		
	}
	.fc-next-button,.fc-prev-button {
		background:transparent;
		border:none;
		color:$grey;
		font-size: 20px !important;
		padding: 0;
		line-height: 0;
		.fc-icon {
			display: inline-block;
			font-family: "Material-Design-Iconic-Font";
			font-feature-settings: normal;
			font-kerning: auto;
			font-language-override: normal;
			font-size: inherit;
			font-size-adjust: none;
			font-stretch: normal;
			font-style: normal;
			font-synthesis: weight style;
			font-variant: normal;
			font-weight: normal;
			line-height: 1;
			text-rendering: auto;
		}
	}
	.fc-next-button {
		.fc-icon-right-single-arrow {
			&:before {
				content:'\f2fb';
			}
			&:after {
				content:'';
				font-size: inherit;
				font-weight: inherit;
				top: inherit;
			}
		}
	}
	
	.fc-prev-button {
		margin-right: 5px !important;
		.fc-icon-left-single-arrow {
			&:before {
				content:'\f2fa';
			}
			&:after {
				content:'';
				font-size: inherit;
				font-weight: inherit;
				top: inherit;
			}
		}
	}
}
*/
/*Todo List*/
.todo-box-wrap .add-todo {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #ddd; }
  .todo-box-wrap .add-todo span {
    text-transform: capitalize;
    font-size: 16px;
    width: 33.33%;
    float: left;
    text-align: center;
    vertical-align: middle; }
  .todo-box-wrap .add-todo a {
    width: 33.33%;
    float: left;
    font-size: 18px; }

.todo-box-wrap .new-todo .input-group {
  width: 100%;
  display: block; }
  .todo-box-wrap .new-todo .input-group input {
    background: rgba(33, 33, 33, 0.05);
    border: medium none;
    height: 60px;
    padding-right: 60px; }
  .todo-box-wrap .new-todo .input-group .input-group-btn {
    position: absolute;
    right: 22px;
    top: 20px;
    z-index: 4; }
    .todo-box-wrap .new-todo .input-group .input-group-btn .btn, .todo-box-wrap .new-todo .input-group .input-group-btn .wizard > .actions a, .wizard > .actions .todo-box-wrap .new-todo .input-group .input-group-btn a, .todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button, .dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button, .todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button, .todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button, .sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button, .todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn [class*="owl-"] {
      background: transparent none repeat scroll 0 0;
      border: medium none;
      padding: 0; }
      .todo-box-wrap .new-todo .input-group .input-group-btn .btn:hover, .todo-box-wrap .new-todo .input-group .input-group-btn .wizard > .actions a:hover, .wizard > .actions .todo-box-wrap .new-todo .input-group .input-group-btn a:hover, .todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button:hover, .dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button:hover, .todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:hover, .tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button:hover, .todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button:hover, .sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button:hover, .todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav :hover[class*="owl-"], .owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn :hover[class*="owl-"], .todo-box-wrap .new-todo .input-group .input-group-btn .btn:active, .todo-box-wrap .new-todo .input-group .input-group-btn .wizard > .actions a:active, .wizard > .actions .todo-box-wrap .new-todo .input-group .input-group-btn a:active, .todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button:active, .dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button:active, .todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:active, .tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button:active, .todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button:active, .sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button:active, .todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav :active[class*="owl-"], .owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn :active[class*="owl-"], .todo-box-wrap .new-todo .input-group .input-group-btn .btn:focus, .todo-box-wrap .new-todo .input-group .input-group-btn .wizard > .actions a:focus, .wizard > .actions .todo-box-wrap .new-todo .input-group .input-group-btn a:focus, .todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button:focus, .dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button:focus, .todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:focus, .tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button:focus, .todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button:focus, .sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button:focus, .todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav :focus[class*="owl-"], .owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn :focus[class*="owl-"] {
        background: transparent none repeat scroll 0 0; }
      .todo-box-wrap .new-todo .input-group .input-group-btn .btn i, .todo-box-wrap .new-todo .input-group .input-group-btn .wizard > .actions a i, .wizard > .actions .todo-box-wrap .new-todo .input-group .input-group-btn a i, .todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button i, .dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button i, .todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button i, .tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button i, .todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button i, .sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button i, .todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"] i, .owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn [class*="owl-"] i {
        color: rgba(33, 33, 33, 0.2);
        font-size: 20px; }

.todo-list hr {
  margin: 0; }

.todo-list .todo-item {
  padding: 10px 15px;
  @iclude transition(.2s ease);
  cursor: pointer; }
  .todo-list .todo-item:hover {
    background: rgba(33, 33, 33, 0.05); }
  .todo-list .todo-item .checkbox input[type="checkbox"] {
    width: 100%; }
  .todo-list .todo-item .checkbox input[type="checkbox"] + label {
    color: #212121;
    padding-left: 10px; }
  .todo-list .todo-item .checkbox input[type="checkbox"]:checked + label {
    color: #878787;
    text-decoration: line-through; }

/*Activity*/
.sl-item {
  position: relative;
  padding-bottom: 18px;
  border-left: 1px solid #ddd;
  margin-left: 15px; }
  .sl-item .sl-content {
    margin-left: 30px; }
    .sl-item .sl-content p {
      margin: 0; }

.user-activity .sl-item .sl-content {
  border-bottom: 1px solid rgba(33, 33, 33, 0.05);
  padding-bottom: 15px; }
  .user-activity .sl-item .sl-content .activity-thumbnail {
    margin-top: 5px; }
    .user-activity .sl-item .sl-content .activity-thumbnail img {
      height: 65px;
      width: 65px;
      border-radius: 2px;
      margin-right: 10px; }
      .user-activity .sl-item .sl-content .activity-thumbnail img:last-child {
        margin-right: 0; }

.user-activity .sl-item:last-child .sl-content {
  border-bottom: 0;
  padding-bottom: 0; }

.sl-avatar {
  position: absolute;
  left: -15px; }
  .sl-avatar img {
    height: 30px;
    width: 30px; }

/*Message Box*/
.message-box-wrap .msg-search {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #ddd; }
  .message-box-wrap .msg-search span {
    text-transform: capitalize;
    font-size: 16px;
    width: 33.33%;
    float: left;
    text-align: center;
    vertical-align: middle; }
  .message-box-wrap .msg-search a {
    width: 33.33%;
    float: left;
    font-size: 18px; }

.message-box-wrap .message-box-bottom-wrap .read-all {
  padding: 5px 15px;
  font-size: 13px;
  color: #878787;
  text-transform: capitalize; }

.message-box > a, .review-box > a {
  display: block;
  border-bottom: 1px solid #ddd; }
  .message-box > a .sl-item, .review-box > a .sl-item {
    border: none;
    padding: 10px 15px;
    margin-left: 0;
    background: rgba(33, 33, 33, 0.05);
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease; }
    .message-box > a .sl-item:before, .review-box > a .sl-item:before, .message-box > a .sl-item:after, .review-box > a .sl-item:after {
      display: none; }
    .message-box > a .sl-item .sl-avatar, .review-box > a .sl-item .sl-avatar {
      left: auto; }
      .message-box > a .sl-item .sl-avatar img, .review-box > a .sl-item .sl-avatar img {
        width: 35px;
        height: 35px; }
    .message-box > a .sl-item .sl-content, .review-box > a .sl-item .sl-content {
      margin-left: 50px; }
      .message-box > a .sl-item .sl-content .message-time, .review-box > a .sl-item .sl-content .message-time {
        color: #878787; }
      .message-box > a .sl-item .sl-content .message-subject, .review-box > a .sl-item .sl-content .message-subject {
        font-size: 13px; }
      .message-box > a .sl-item .sl-content > p, .review-box > a .sl-item .sl-content > p {
        font-size: 13px;
        line-height: 16px; }
    .message-box > a .sl-item.unread-message, .review-box > a .sl-item.unread-message {
      background: transparent; }
      .message-box > a .sl-item.unread-message:hover, .review-box > a .sl-item.unread-message:hover {
        background: rgba(33, 33, 33, 0.05); }
      .message-box > a .sl-item.unread-message .sl-content .message-per, .review-box > a .sl-item.unread-message .sl-content .message-per, .message-box > a .sl-item.unread-message .sl-content .message-subject, .review-box > a .sl-item.unread-message .sl-content .message-subject {
        font-weight: 500; }

.review-box hr {
  margin: 0; }

.review-box .per-rating a {
  color: #ed6f56;
  margin-right: 4px;
  font-size: 17px; }

.review-box .per-rating span {
  font-size: 17px;
  color: #212121; }

.review-box .sl-item {
  margin-left: 0;
  border: none;
  padding: 20px 15px; }
  .review-box .sl-item:before {
    display: none; }
  .review-box .sl-item .sl-content {
    margin-left: 0; }

/*Inbox*/
.mail-box .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 0;
  border-left: 1px solid #ddd;
  min-height: 1000px; }

.mail-box .inbox-search .input-group {
  width: 100%; }
  .mail-box .inbox-search .input-group input {
    height: 25px;
    padding-right: 30px;
    width: 150px; }
  .mail-box .inbox-search .input-group .input-group-btn {
    position: absolute;
    right: 22px;
    top: 3px;
    z-index: 4;
    pointer-events: none; }
    .mail-box .inbox-search .input-group .input-group-btn .btn, .mail-box .inbox-search .input-group .input-group-btn .wizard > .actions a, .wizard > .actions .mail-box .inbox-search .input-group .input-group-btn a, .mail-box .inbox-search .input-group .input-group-btn .dt-buttons .dt-button, .dt-buttons .mail-box .inbox-search .input-group .input-group-btn .dt-button, .mail-box .inbox-search .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .mail-box .inbox-search .input-group .input-group-btn button, .mail-box .inbox-search .input-group .input-group-btn .sweet-alert button, .sweet-alert .mail-box .inbox-search .input-group .input-group-btn button, .mail-box .inbox-search .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .mail-box .inbox-search .input-group .input-group-btn [class*="owl-"] {
      background: transparent none repeat scroll 0 0;
      border: medium none;
      padding: 0; }

.user-head {
  position: relative; }
  .user-head .user-name h5 {
    margin-top: 15px; }

ul.inbox-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%; }
  ul.inbox-nav li {
    display: inline-block;
    width: 100%; }
    ul.inbox-nav li a {
      display: inline-block;
      padding: 10px 15px;
      width: 100%;
      text-transform: capitalize;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      transition: 0.3s ease; }
      ul.inbox-nav li a i {
        font-size: 16px;
        padding-right: 10px;
        color: #878787; }

ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
  background: rgba(33, 33, 33, 0.05); }

.inbox-pagination {
  float: right; }
  .inbox-pagination li {
    float: left; }

.inbox-head {
  color: #fff;
  min-height: 80px; }

.table-inbox tr td {
  padding: 7px 15px !important; }
  .table-inbox tr td:hover {
    cursor: pointer; }

.table-inbox tr td .zmdi-star.inbox-started,
.table-inbox tr td .zmdi-star:hover {
  color: #ed6f56; }

.table-inbox tr.unread td {
  color: #212121;
  font-weight: 500; }
  .table-inbox tr.unread td i {
    color: #878787; }

.table-inbox.table-hover > tbody > tr {
  background: rgba(33, 33, 33, 0.05) !important; }
  .table-inbox.table-hover > tbody > tr td {
    color: #212121; }
    .table-inbox.table-hover > tbody > tr td i {
      color: #878787; }
  .table-inbox.table-hover > tbody > tr.unread {
    background: transparent !important; }
    .table-inbox.table-hover > tbody > tr.unread:hover {
      background-color: rgba(33, 33, 33, 0.05) !important; }

.time-chat-history {
  min-width: 70px; }

.mail-option {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%; }
  .mail-option .chk-all {
    display: inline-block;
    padding: 0; }
    .mail-option .chk-all .btn, .mail-option .chk-all .wizard > .actions a, .wizard > .actions .mail-option .chk-all a, .mail-option .chk-all .dt-buttons .dt-button, .dt-buttons .mail-option .chk-all .dt-button, .mail-option .chk-all .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .mail-option .chk-all button, .mail-option .chk-all .sweet-alert button, .sweet-alert .mail-option .chk-all button, .mail-option .chk-all .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .mail-option .chk-all [class*="owl-"], .mail-option .chk-all .dropdown {
      display: inline-block;
      padding: 0 5px;
      box-shadow: none;
      margin-right: 5px;
      background: transparent;
      color: #212121; }
      .mail-option .chk-all .btn i, .mail-option .chk-all .wizard > .actions a i, .wizard > .actions .mail-option .chk-all a i, .mail-option .chk-all .dt-buttons .dt-button i, .dt-buttons .mail-option .chk-all .dt-button i, .mail-option .chk-all .tablesaw-sortable th.tablesaw-sortable-head button i, .tablesaw-sortable th.tablesaw-sortable-head .mail-option .chk-all button i, .mail-option .chk-all .sweet-alert button i, .sweet-alert .mail-option .chk-all button i, .mail-option .chk-all .owl-theme .owl-nav [class*="owl-"] i, .owl-theme .owl-nav .mail-option .chk-all [class*="owl-"] i, .mail-option .chk-all .dropdown i {
        color: #878787; }
    .mail-option .chk-all input[type="checkbox"] {
      margin-top: 0; }
    .mail-option .chk-all .checkbox {
      min-height: auto !important;
      padding-bottom: 0 !important;
      padding-top: 0 !important; }
  .mail-option .btn-group {
    margin-right: 5px; }
    .mail-option .btn-group a.all {
      border: medium none; }

.heading-inbox .btn, .heading-inbox .wizard > .actions a, .wizard > .actions .heading-inbox a, .heading-inbox .dt-buttons .dt-button, .dt-buttons .heading-inbox .dt-button, .heading-inbox .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .heading-inbox button, .heading-inbox .sweet-alert button, .sweet-alert .heading-inbox button, .heading-inbox .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .heading-inbox [class*="owl-"], .heading-inbox .dropdown {
  display: inline-block;
  padding: 0 5px;
  box-shadow: none;
  background: transparent; }
  .heading-inbox .btn i, .heading-inbox .wizard > .actions a i, .wizard > .actions .heading-inbox a i, .heading-inbox .dt-buttons .dt-button i, .dt-buttons .heading-inbox .dt-button i, .heading-inbox .tablesaw-sortable th.tablesaw-sortable-head button i, .tablesaw-sortable th.tablesaw-sortable-head .heading-inbox button i, .heading-inbox .sweet-alert button i, .sweet-alert .heading-inbox button i, .heading-inbox .owl-theme .owl-nav [class*="owl-"] i, .owl-theme .owl-nav .heading-inbox [class*="owl-"] i, .heading-inbox .dropdown i {
    font-size: 17px;
    color: #878787; }
    .heading-inbox .btn i.zmdi-chevron-left, .heading-inbox .wizard > .actions a i.zmdi-chevron-left, .wizard > .actions .heading-inbox a i.zmdi-chevron-left, .heading-inbox .dt-buttons .dt-button i.zmdi-chevron-left, .dt-buttons .heading-inbox .dt-button i.zmdi-chevron-left, .heading-inbox .tablesaw-sortable th.tablesaw-sortable-head button i.zmdi-chevron-left, .tablesaw-sortable th.tablesaw-sortable-head .heading-inbox button i.zmdi-chevron-left, .heading-inbox .sweet-alert button i.zmdi-chevron-left, .sweet-alert .heading-inbox button i.zmdi-chevron-left, .heading-inbox .owl-theme .owl-nav [class*="owl-"] i.zmdi-chevron-left, .owl-theme .owl-nav .heading-inbox [class*="owl-"] i.zmdi-chevron-left, .heading-inbox .dropdown i.zmdi-chevron-left {
      font-size: 27px; }

.file-name {
  color: #212121; }

.date {
  font-size: 13px; }

.download-blocks a {
  color: #878787; }

.sender-img-wrap img {
  width: 40px;
  height: 40px; }

.heading-inbox .compose-btn .btn, .heading-inbox .compose-btn .wizard > .actions a, .wizard > .actions .heading-inbox .compose-btn a, .heading-inbox .compose-btn .dt-buttons .dt-button, .dt-buttons .heading-inbox .compose-btn .dt-button, .heading-inbox .compose-btn .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .heading-inbox .compose-btn button, .heading-inbox .compose-btn .sweet-alert button, .sweet-alert .heading-inbox .compose-btn button, .heading-inbox .compose-btn .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .heading-inbox .compose-btn [class*="owl-"] {
  box-shadow: none;
  color: #878787;
  display: inline-block;
  padding: 0 5px;
  background: transparent; }

.sender-info .pull-right .dropdown-toggle > i {
  font-size: 17px;
  color: #878787;
  vertical-align: middle; }

.attachment-mail li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }
  .attachment-mail li .attached-img-container {
    width: 120px;
    height: 120px;
    display: block;
    background-position: center top;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 2px; }
  .attachment-mail li:last-child {
    margin-right: 0; }

/*Contact List*/
.contact-list .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 0;
  border-left: 1px solid #ddd; }

.contact-list .table > tbody > tr > td, .contact-list .jsgrid-table > tbody > tr > td {
  padding: 12px 15px; }
  .contact-list .table > tbody > tr > td a, .contact-list .jsgrid-table > tbody > tr > td a {
    font-weight: 500; }

.contact-list .create-label {
  display: block; }

/*Contact Cards*/
.contact-card .card-user-img {
  height: 65px;
  width: 65px; }

.contact-card .panel-heading .user-detail-wrap {
  margin-top: 8px; }
  .contact-card .panel-heading .user-detail-wrap .card-user-name {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff; }
  .contact-card .panel-heading .user-detail-wrap .card-user-desn {
    color: #fff;
    text-transform: capitalize;
    font-size: 13px; }

.contact-card .panel-heading .pull-right {
  margin-top: 22px; }

.contact-card .card-user-email, .contact-card .card-user-phone {
  color: #878787; }

/*Login Form*/
.page-wrapper.auth-page {
  background: #fff; }

.sp-header {
  position: absolute;
  width: 100%;
  z-index: 1; }

.sp-logo-wrap {
  padding-top: 19px;
  padding-left: 15px; }
  .sp-logo-wrap .brand-img {
    position: relative;
    top: 2px; }
  .sp-logo-wrap .brand-text {
    color: #212121;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 21px;
    text-transform: capitalize; }

.form-group.pull-right {
  padding-top: 19px;
  padding-right: 15px; }

.auth-form-wrap {
  padding: 100px 0; }
  .auth-form-wrap img {
    height: 70px; }
    @media (min-width: 576px) {
      .auth-form-wrap img {
        height: 90px; } }

.auth-form {
  width: 400px; }
  .auth-form a.txt-danger:hover {
    color: #ed6f56; }

/*Error Page*/
.error-page .brand-text {
  color: #212121; }

.error-head {
  font-size: 112px;
  font-style: italic;
  line-height: 112px; }

.error-bg-img {
  background: url("../img/errorbg.jpg");
  background-size: cover; }

/*Products*/
.col-item {
  background: #fff; }
  .col-item .photo {
    overflow: hidden;
    position: relative; }
    .col-item .photo .options {
      position: absolute;
      right: 10px;
      top: 5px; }
    .col-item .photo img {
      margin: 0 auto;
      width: 85%; }
  .col-item .info {
    background: #f7f7f9 none repeat scroll 0 0;
    padding: 15px 0 15px 15px; }

/*Cropperjs*/
.img-container, .img-preview {
  background-color: #f7f7f7;
  width: 100%;
  text-align: center; }

.img-container {
  min-height: 200px;
  max-height: 469px;
  margin-bottom: 16px; }
  .img-container > img {
    max-width: 100%; }

.docs-preview {
  margin-right: -16px; }

.img-preview {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  overflow: hidden; }
  .img-preview > img {
    max-width: 100%; }

.preview-lg {
  width: 255px;
  height: 143px; }

.preview-md {
  width: 128px;
  height: 72px; }

.preview-sm {
  width: 72px;
  height: 41px; }

.preview-xs {
  width: 40px;
  height: 24px;
  margin-right: 0; }

.docs-data > .input-group {
  margin-bottom: 8px; }
  .docs-data > .input-group > label {
    min-width: 80px; }
  .docs-data > .input-group > span {
    min-width: 50px; }

.docs-buttons > .btn, .wizard > .actions .disabled .docs-buttons > a, .wizard > .actions .docs-buttons > a, .dt-buttons .docs-buttons > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .docs-buttons > button, .sweet-alert .docs-buttons > button, .owl-theme .owl-nav .docs-buttons > [class*="owl-"], .docs-buttons > .btn-group, .docs-buttons > .form-control, .wizard .content > .body .docs-buttons > input, .mce-floatpanel .docs-buttons > .mce-textbox, .mce-floatpanel .docs-buttons > .mce-btn, .jsgrid-cell .docs-buttons > input, .jsgrid-cell .docs-buttons > select, .tablesaw-bar .btn-select .docs-buttons > select, .docs-buttons > .dd-handle, .docs-buttons > .dd3-content, .app-search .docs-buttons > .form-control:focus {
  margin-right: 4px;
  margin-bottom: 8px; }

.docs-toggles > .btn, .wizard > .actions .disabled .docs-toggles > a, .wizard > .actions .docs-toggles > a, .dt-buttons .docs-toggles > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .docs-toggles > button, .sweet-alert .docs-toggles > button, .owl-theme .owl-nav .docs-toggles > [class*="owl-"], .docs-toggles > .btn-group, .docs-toggles > .dropdown {
  margin-bottom: 8px; }

.docs-tooltip {
  display: block;
  margin: -8px -12px;
  padding: 8px 12px; }

.docs-aspect-ratios, .docs-view-modes {
  width: 100%; }

.docs-aspect-ratios > .btn, .wizard > .actions .disabled .docs-aspect-ratios > a, .wizard > .actions .docs-aspect-ratios > a, .dt-buttons .docs-aspect-ratios > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .docs-aspect-ratios > button, .sweet-alert .docs-aspect-ratios > button, .owl-theme .owl-nav .docs-aspect-ratios > [class*="owl-"] {
  width: 20%; }

.docs-view-modes > .btn, .wizard > .actions .disabled .docs-view-modes > a, .wizard > .actions .docs-view-modes > a, .dt-buttons .docs-view-modes > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .docs-view-modes > button, .sweet-alert .docs-view-modes > button, .owl-theme .owl-nav .docs-view-modes > [class*="owl-"] {
  width: 25%; }

.docs-options .dropdown-menu {
  width: 100%; }
  .docs-options .dropdown-menu > li {
    padding: 4px 16px; }
    .docs-options .dropdown-menu > li:hover {
      background-color: #f7f7f7; }
    .docs-options .dropdown-menu > li > label {
      margin-bottom: 0; }

.docs-cropped .modal-body {
  text-align: center; }
  .docs-cropped .modal-body > img, .docs-cropped .modal-body > canvas {
    max-width: 100%; }

.common-credits > li {
  display: block;
  margin-bottom: 15px; }
  .common-credits > li:last-child {
    margin-bottom: 0; }

/****************************/
/** Mediaqueries **/
/****************************/
@media (max-width: 1400px) {
  .fixed-sidebar-left {
    width: 44px; }
    .fixed-sidebar-left .side-nav li.navigation-header > span {
      display: none; }
    .fixed-sidebar-left .side-nav li.navigation-header > i {
      display: block; }
    .fixed-sidebar-left .collapse.in {
      display: none; }
    .fixed-sidebar-left:hover {
      width: 225px; }
      .fixed-sidebar-left:hover .side-nav li.navigation-header > span {
        display: block; }
      .fixed-sidebar-left:hover .side-nav li.navigation-header > i {
        display: none; }
      .fixed-sidebar-left:hover .collapse.in {
        display: block; }
      .fixed-sidebar-left:hover .right-nav-text {
        opacity: 1; }
    .fixed-sidebar-left .right-nav-text {
      opacity: 0; }
  .page-wrapper {
    margin-left: 44px; }
  .navbar.navbar-inverse.navbar-fixed-top .nav-header {
    width: 44px; }
    .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
      opacity: 0;
      visibility: hidden; }
  .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu {
    width: calc(100% - 100px); }
  .sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
    width: 225px; }
    .sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
      opacity: 1;
      visibility: visible; }
  .logo-wrap {
    padding-top: 15px !important;
    padding-left: 0 !important;
    margin-left: 0 !important; }
  .slide-nav-toggle .logo-wrap {
    padding-top: 15px !important;
    padding-left: 50% !important;
    margin-left: -15px !important; }
  .slide-nav-toggle .fixed-sidebar-left {
    width: 225px; }
    .slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header > span {
      display: block; }
    .slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header > i {
      display: none; }
    .slide-nav-toggle .fixed-sidebar-left .collapse.in {
      display: block; }
    .slide-nav-toggle .fixed-sidebar-left .right-nav-text {
      opacity: 1; }
  .slide-nav-toggle .page-wrapper {
    margin-left: 0;
    left: 225px; }
  .slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header {
    width: 225px; }
    .slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
      opacity: 1;
      visibility: visible; } }

@media (max-width: 1200px) {
  .table-responsive .table > tbody > tr > td, .table-responsive .jsgrid-table > tbody > tr > td, .table-responsive .table > tbody > tr > th, .table-responsive .jsgrid-table > tbody > tr > th, .table-responsive .table > tfoot > tr > td, .table-responsive .jsgrid-table > tfoot > tr > td, .table-responsive .table > tfoot > tr > th, .table-responsive .jsgrid-table > tfoot > tr > th, .table-responsive .table > thead > tr > td, .table-responsive .jsgrid-table > thead > tr > td, .table-responsive .table > thead > tr > th, .table-responsive .jsgrid-table > thead > tr > th {
    white-space: nowrap; } }

@media (min-width: 1025px) {
  .mobile-only-nav.collapse,
  .navbar.navbar-inverse.navbar-fixed-top .top-nav-search.collapse {
    display: block;
    height: auto !important; }
  .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn {
    pointer-events: none; } }

@media (max-width: 1024px) {
  .mobile-only-view {
    display: block !important; }
  .fixed-sidebar-left {
    margin-left: -225px;
    width: 225px; }
    .fixed-sidebar-left .right-nav-text {
      opacity: 1; }
  .mobile-nav-open .fixed-sidebar-right,
  .mobile-nav-open .fixed-sidebar-left {
    top: 132px; }
  .page-wrapper {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; }
  .slide-nav-toggle .fixed-sidebar-left {
    margin-left: 0; }
  .slide-nav-toggle .page-wrapper {
    left: 225px;
    margin-left: 0; }
  .slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
    width: 100%; }
  .navbar.navbar-inverse.navbar-fixed-top {
    padding: 0; }
    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
      width: 100%; }
      .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header {
        padding-left: 0;
        text-align: center;
        width: 100%; }
        .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap {
          width: 100%;
          padding-top: 15px !important;
          padding-left: 0 !important;
          margin-left: 0 !important; }
          .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap .brand-text {
            opacity: 1;
            visibility: visible; }
    .navbar.navbar-inverse.navbar-fixed-top a.toggle-left-nav-btn {
      left: 1px;
      position: absolute;
      top: 0; }
    .navbar.navbar-inverse.navbar-fixed-top a#toggle_mobile_nav {
      position: absolute;
      right: 21px;
      top: 0; }
    .navbar.navbar-inverse.navbar-fixed-top a#toggle_mobile_search {
      position: absolute;
      right: 50px;
      top: 0; }
    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
      background: #fff;
      position: relative;
      z-index: 2; }
    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
      float: left;
      width: 100%;
      -webkit-transition: 0.4s ease;
      -moz-transition: 0.4s ease;
      transition: 0.4s ease;
      position: absolute;
      right: 0;
      top: 0;
      background: #fff;
      padding: 0 15px;
      border-bottom: 1px solid #ddd; }
    .navbar.navbar-inverse.navbar-fixed-top .nav-center {
      left: 0; }
    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search {
      left: 0;
      margin-left: 0;
      position: absolute;
      width: 100%;
      padding-top: 0; }
      .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
        border-radius: 0;
        height: 66px;
        border: medium none; }
      .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn {
        top: 23px; }
        .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn button.btn-default i:before, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button i:before, .tablesaw-sortable th.tablesaw-sortable-head .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn button i:before, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn .owl-theme .owl-nav button[class*="owl-"] i:before, .owl-theme .owl-nav .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn button[class*="owl-"] i:before {
          content: "\f136"; }
    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu {
      right: 0;
      width: 100%; }
  .mobile-nav-open .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
    top: 66px; }
  .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
    background: #f5f5f5; }
  .inbox-pagination li:first-child {
    display: none; }
  .sender-info .inbox-detail-time-2 {
    display: none; }
  /*Chat App*/
  .chat-cmplt-wrap.chat-for-widgets-1 .chat-box-wrap {
    float: none;
    width: auto; }
  .chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
    border-left: medium none;
    float: none;
    position: absolute;
    right: -100%;
    width: 100%; }
  .chat-cmplt-wrap.chat-for-widgets-1 .goto-back i.zmdi-account-add:before {
    content: "\f2fa"; }
  /*Responsive Tabs*/
  .nav.nav-tabs.nav-tabs-responsive {
    text-align: center;
    position: relative; }
    .nav.nav-tabs.nav-tabs-responsive > li {
      display: none;
      float: none; }
      .nav.nav-tabs.nav-tabs-responsive > li.active, .nav.nav-tabs.nav-tabs-responsive > li.prev, .nav.nav-tabs.nav-tabs-responsive > li.next {
        display: inline-block; }
      .nav.nav-tabs.nav-tabs-responsive > li.prev, .nav.nav-tabs.nav-tabs-responsive > li.next {
        position: absolute;
        top: 0;
        margin-left: 0;
        margin-right: 0; }
        .nav.nav-tabs.nav-tabs-responsive > li.prev > a:before, .nav.nav-tabs.nav-tabs-responsive > li.prev > a:after, .nav.nav-tabs.nav-tabs-responsive > li.next > a:before, .nav.nav-tabs.nav-tabs-responsive > li.next > a:after {
          display: inline-block;
          font-family: "Material-Design-Iconic-Font";
          font-feature-settings: normal;
          font-kerning: auto;
          font-language-override: normal;
          font-size: inherit;
          font-size-adjust: none;
          font-stretch: normal;
          font-style: normal;
          font-synthesis: weight style;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-rendering: auto;
          position: relative;
          top: 3px;
          font-size: 20px;
          line-height: 12px; }
      .nav.nav-tabs.nav-tabs-responsive > li.prev {
        left: 0; }
        .nav.nav-tabs.nav-tabs-responsive > li.prev > a:before {
          content: '\f2fa';
          margin-right: 10px; }
      .nav.nav-tabs.nav-tabs-responsive > li.next {
        right: 0; }
        .nav.nav-tabs.nav-tabs-responsive > li.next > a:after {
          content: '\f2fb';
          margin-left: 10px; } }

@media (max-width: 991px) {
  .dataTables_wrapper .dataTables_length {
    display: none; }
  .product-detail-wrap, .inbox-head {
    margin-top: 30px; }
  .mail-box aside.col-lg-3.col-md-4 {
    padding-right: 15px !important; }
    .mail-box aside.col-lg-3.col-md-4 h6, .mail-box aside.col-lg-3.col-md-4 .panel-title, .mail-box aside.col-lg-3.col-md-4 .inbox-nav, .mail-box aside.col-lg-3.col-md-4 .chat-list-wrap {
      display: none; }
  .mail-box aside.col-lg-9.col-md-8 {
    padding-left: 15px !important; }
    .mail-box aside.col-lg-9.col-md-8 .view-message .label, .mail-box aside.col-lg-9.col-md-8 .view-message .jvectormap-tip {
      display: none; }
  .contact-list aside.col-lg-2.col-md-4 {
    padding-right: 15px !important; }
    .contact-list aside.col-lg-2.col-md-4 .inbox-nav, .contact-list aside.col-lg-2.col-md-4 a.create-label {
      display: none; }
  .contact-list aside.col-lg-10.col-md-8 {
    padding-left: 15px !important; }
  .file-manager h6, .file-manager .panel-title, .file-manager .tag-list {
    display: none; }
  .ibox {
    margin-bottom: 0; } }

@media (max-width: 950px) {
  .panel-dropdown .panel-heading > .pull-left, .panel-dropdown .panel-heading > .pull-right,
  .panel-tabs .panel-heading > .pull-left,
  .panel-tabs .panel-heading > .pull-right {
    width: 100%; }
  .panel-dropdown .panel-heading > .pull-right,
  .panel-tabs .panel-heading > .pull-right {
    margin-top: 10px; }
  .panel-dropdown .panel-heading > .pull-right .dropdown-menu-right {
    left: 0;
    right: auto; } }

@media (max-width: 828px) {
  .wizard .steps ul > li {
    width: 100%; } }

@media (max-width: 796px) {
  footer.footer .col-sm-5 {
    display: none; }
  footer.footer .col-sm-7 {
    width: 100%;
    text-align: center !important; } }

@media (max-width: 767px) {
  .breadcrumb, .heading-bg .btn-outline-white.btn-rounded {
    display: none; }
  ul.timeline:before {
    left: 23px; }
  ul.timeline > li {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: left; }
    ul.timeline > li > .timeline-panel {
      width: calc(100% - 65px);
      width: -moz-calc(100% - 65px);
      width: -webkit-calc(100% - 65px); }
    ul.timeline > li > .timeline-badge {
      left: 0px;
      margin-left: 0;
      top: 16px; }
    ul.timeline > li > .timeline-panel {
      float: right; }
      ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 10px;
        left: -10px;
        right: auto; }
      ul.timeline > li > .timeline-panel.bg-yellow:after {
        border-right-color: #f0c541; }
      ul.timeline > li > .timeline-panel.bg-pink:after {
        border-right-color: #f1a1c7; }
      ul.timeline > li > .timeline-panel.bg-red:after {
        border-right-color: #ed6f56; }
      ul.timeline > li > .timeline-panel.bg-blue:after {
        border-right-color: #4e9de6; }
      ul.timeline > li > .timeline-panel.bg-green:after {
        border-right-color: #2ecd99; }
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px; }
    .timeline > li.timeline-inverted > .timeline-badge {
      left: 0; } }

@media (max-width: 600px) {
  .product-detail-wrap {
    margin-top: 30px; }
    .product-detail-wrap .btn-group {
      margin-top: 20px;
      width: 100%; }
  .product-detail-description ul li {
    width: 100%; }
    .product-detail-description ul li a {
      padding-left: 0 !important; }
  .clear-todo-btn {
    float: none !important; } }

@media (min-width: 768px) {
  .img-container {
    min-height: 469px; } }

@media (max-width: 768px) {
  .col-item .photo img {
    width: 100%; } }

@media (max-width: 565px) {
  .clear-todo-btn {
    margin-top: 20px; }
  .nav-tabs > li, .nav-tab-reverse .nav-tabs > li {
    float: none;
    margin-right: 0;
    margin-left: 0; }
    .nav-tabs > li:first-child > a, .nav-tab-reverse .nav-tabs > li:first-child > a {
      border-radius: 0;
      border-top-left-radius: 10px; }
    .nav-tabs > li:last-child, .nav-tab-reverse .nav-tabs > li:last-child {
      margin-bottom: -1px; }
      .nav-tabs > li:last-child > a, .nav-tab-reverse .nav-tabs > li:last-child > a {
        border-radius: 0;
        border-bottom-left-radius: 10px; }
  .custom-tab-1 .nav-tabs > li:first-child > a, .nav-tab-reverse .nav-tabs > li:first-child > a {
    border-top-left-radius: 0; }
  .custom-tab-1 .nav-tabs > li:last-child > a, .nav-tab-reverse .nav-tabs > li:last-child > a {
    border-bottom-left-radius: 0; }
  .nav.nav-tabs.nav-tabs-responsive > li.next a span, .nav.nav-tabs.nav-tabs-responsive > li.prev a span {
    display: none; }
  .nav-pills > li {
    float: none;
    margin-bottom: 5px;
    margin-left: 0 !important; }
    .nav-pills > li:last-child {
      margin-bottom: 0; }
  .fixed-sidebar-right .right-sidebar .nav-tabs > li, .fixed-sidebar-right .right-sidebar .nav-tab-reverse .nav-tabs > li {
    float: left; }
  .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.col-menu-list {
    width: 100%; }
  .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown {
    width: 100%;
    min-width: auto; }
  .navbar.navbar-inverse.navbar-fixed-top .nav > li.alert-drp {
    position: static; }
  .sp-header .form-group.pull-right span {
    display: none !important; } }

@media (max-width: 458px) {
  .auth-form {
    width: 100%; } }

@media (max-width: 414px) {
  .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown {
    width: 100%;
    min-width: auto; }
  .navbar.navbar-inverse.navbar-fixed-top .nav > li.app-drp {
    position: static; } }

@media (max-width: 400px) {
  .btn-group-crop {
    margin-right: -16px !important; }
    .btn-group-crop > .btn, .wizard > .actions .disabled .btn-group-crop > a, .wizard > .actions .btn-group-crop > a, .dt-buttons .btn-group-crop > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-crop > button, .sweet-alert .btn-group-crop > button, .owl-theme .owl-nav .btn-group-crop > [class*="owl-"] {
      padding-left: 8px;
      padding-right: 8px; } }

@media (max-width: 378px) {
  .form-actions button.btn.btn-success, .form-actions .dt-buttons button.btn-success.dt-button, .dt-buttons .form-actions button.btn-success.dt-button, .form-actions .tablesaw-sortable th.tablesaw-sortable-head button.btn-success, .tablesaw-sortable th.tablesaw-sortable-head .form-actions button.btn-success, .form-actions .sweet-alert button.btn-success, .sweet-alert .form-actions button.btn-success, .form-actions .owl-theme .owl-nav button.btn-success[class*="owl-"], .owl-theme .owl-nav .form-actions button.btn-success[class*="owl-"] {
    margin-bottom: 20px; } }

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