﻿/* ------------------------------------------------------------------------------
 *
 *  # Components
 *
 *  Common less file with imports of plugins and pages
 *
 *  Version: 1.0
 *  Latest update: Feb 5, 2016
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Glyphicons for Bootstrap
 *
 *  Glyphicons icon font path and style overrides
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../less/css/icons/glyphicons/glyphicons-halflings-regular.eot');
  src: url('../less/css/icons/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../less/css/icons/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../less/css/icons/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../less/css/icons/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../less/css/icons/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  font-size: 16px;
  vertical-align: middle;
  top: -1px;
}
/* ------------------------------------------------------------------------------
*
*  # Scaffolding
*
*  Overrides for bootstrap scaffolding
*
*  Version: 1.3
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
}
a {
  cursor: pointer;
}
a:focus {
  outline: 0;
}
figure {
  position: relative;
}
figcaption {
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  color: #fff;
  padding: 10px 15px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
figure:hover figcaption {
  opacity: 1;
  visibility: visible;
}
.img-rounded {
  border-radius: 3px;
}
.hr-condensed {
  margin-top: 10px;
  margin-bottom: 10px;
}
.row-seamless {
  margin-left: 0;
  margin-right: 0;
}
.row-seamless > div[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------------------------
*
*  # Main typography
*
*  Main typography overrides, including custom content
*
*  Version: 1.2
*  Latest update: Nov 25, 2015
*
* ---------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: -0.015em;
}
h1 > .label,
h2 > .label,
h3 > .label,
h4 > .label,
h5 > .label,
h6 > .label,
.h1 > .label,
.h2 > .label,
.h3 > .label,
.h4 > .label,
.h5 > .label,
.h6 > .label,
h1 > .badge,
h2 > .badge,
h3 > .badge,
h4 > .badge,
h5 > .badge,
h6 > .badge,
.h1 > .badge,
.h2 > .badge,
.h3 > .badge,
.h4 > .badge,
.h5 > .badge,
.h6 > .badge {
  vertical-align: middle;
  margin-top: -2px;
}
h1 > .label.pull-right,
h2 > .label.pull-right,
h3 > .label.pull-right,
h4 > .label.pull-right,
h5 > .label.pull-right,
h6 > .label.pull-right,
.h1 > .label.pull-right,
.h2 > .label.pull-right,
.h3 > .label.pull-right,
.h4 > .label.pull-right,
.h5 > .label.pull-right,
.h6 > .label.pull-right,
h1 > .badge.pull-right,
h2 > .badge.pull-right,
h3 > .badge.pull-right,
h4 > .badge.pull-right,
h5 > .badge.pull-right,
h6 > .badge.pull-right,
.h1 > .badge.pull-right,
.h2 > .badge.pull-right,
.h3 > .badge.pull-right,
.h4 > .badge.pull-right,
.h5 > .badge.pull-right,
.h6 > .badge.pull-right {
  margin-top: 3px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-size: 13px;
}
h1 small.display-block,
h2 small.display-block,
h3 small.display-block,
h4 small.display-block,
h5 small.display-block,
h6 small.display-block,
.h1 small.display-block,
.h2 small.display-block,
.h3 small.display-block,
.h4 small.display-block,
.h5 small.display-block,
.h6 small.display-block {
  margin-top: 3px;
}
h1 > [class*=icon-],
h2 > [class*=icon-],
h3 > [class*=icon-],
.h1 > [class*=icon-],
.h2 > [class*=icon-],
.h3 > [class*=icon-] {
  top: -2px;
}
h1 small,
h2 small,
h3 small,
.h1 small,
.h2 small,
.h3 small {
  font-size: 13px;
}
.heading-divided {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
a,
button,
input,
textarea {
  outline: 0;
}
mark,
.mark {
  background-color: #333333;
  padding: 2px 6px;
  color: #fff;
  border-radius: 2px;
}
a.text-muted:hover {
  color: #333333;
}
svg {
  display: block;
}
.svg-inline svg {
  display: inline-block;
}
.svg-center svg {
  margin: auto;
}
.letter-icon {
  width: 16px;
  display: block;
}
.content-divider {
  text-align: center;
  position: relative;
  z-index: 1;
}
.content-divider > span {
  background-color: #eeeded;
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
}
.panel .content-divider > span,
.tab-content-bordered .content-divider > span,
.modal .content-divider > span {
  background-color: #fff;
}
.content-divider > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background-color: #ddd;
  width: 100%;
  z-index: -1;
}
.icon-object {
  border-radius: 50%;
  text-align: center;
  margin: 10px;
  border-width: 3px;
  border-style: solid;
  padding: 20px;
  display: inline-block;
}
.icon-object > i {
  font-size: 32px;
  top: 0;
}
.img-preview {
  max-height: 70px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.status-mark {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid;
}
.dropdown-menu > .active .status-mark {
  background-color: #fff;
  border-color: #fff;
}
.position-left {
  margin-right: 8px;
}
.position-right {
  margin-left: 8px;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2196F3;
}
.bg-success {
  color: #fff;
  background-color: #4CAF50;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #3d8b40;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #4CAF50;
}
.bg-info {
  color: #fff;
  background-color: #00BCD4;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #008fa1;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #00BCD4;
}
.bg-warning {
  color: #fff;
  background-color: #FF5722;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ee3900;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #FF5722;
}
.bg-danger {
  color: #fff;
  background-color: #F44336;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ea1c0d;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #F44336;
}
.page-header {
  margin: 0;
  padding: 0;
  border-bottom-width: 0;
}
@media (min-width: 769px) {
  .page-header .heading-elements.collapse {
    display: block;
    visibility: visible;
  }
}
.page-header-inverse {
  background-color: #273246;
  color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.page-header-inverse .page-title small {
  color: rgba(255, 255, 255, 0.5);
}
.page-header-inverse > .breadcrumb > li > a,
.page-header-inverse .page-header-content .breadcrumb > li > a,
.page-header-inverse > .breadcrumb > li + li:before,
.page-header-inverse .page-header-content .breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.9);
}
.page-header-inverse > .breadcrumb > li > a:hover,
.page-header-inverse .page-header-content .breadcrumb > li > a:hover,
.page-header-inverse > .breadcrumb > li > a:focus,
.page-header-inverse .page-header-content .breadcrumb > li > a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-header-inverse > .breadcrumb > .active,
.page-header-inverse .page-header-content .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.5);
}
.page-header-inverse .form-control-feedback,
.page-header-inverse .input-group-addon {
  color: rgba(255, 255, 255, 0.75);
}
.page-header-inverse .heading-text > a {
  color: #fff;
}
.page-header-inverse .form-control {
  border-bottom-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.page-header-inverse .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.page-header-inverse .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.page-header-inverse .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.page-header-inverse .form-control:focus {
  border-bottom-color: #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}
.page-header-inverse.has-cover {
  background: url(../less/images/login_cover.jpg);
  background-size: cover;
}
.page-header-default {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.page-header-default.has-cover {
  background: url(../less/images/backgrounds/seamless.png);
}
.page-title {
  padding: 32px 36px 32px 0;
  display: block;
  position: relative;
}
.page-title small {
  margin-left: 10px;
  display: inline-block;
}
.page-title small:before {
  content: '/';
  margin-right: 15px;
}
.page-title small.display-block {
  margin-left: 0;
  display: block;
}
.page-title small.display-block:before {
  content: none;
}
.page-title i ~ small.display-block {
  margin-left: 31px;
}
.page-header-lg .page-title {
  padding-top: 37px;
  padding-bottom: 37px;
}
.page-header-sm .page-title {
  padding-top: 27px;
  padding-bottom: 27px;
}
.page-header-xs .page-title {
  padding-top: 22px;
  padding-bottom: 22px;
}
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
  margin: 0;
}
@media (min-width: 769px) {
  .page-title {
    padding-right: 0;
  }
}
.page-header-content {
  position: relative;
  background-color: inherit;
  padding: 0 20px;
}
.page-header-content[class*=border-bottom-] + .breadcrumb-line {
  border-top: 0;
}
.text-black {
  font-weight: 900;
}
.text-bold {
  font-weight: 700;
}
.text-semibold {
  font-weight: 500;
}
.text-regular {
  font-weight: 400;
}
.text-light {
  font-weight: 300;
}
.text-thin {
  font-weight: 100;
}
.text-italic {
  font-style: italic;
}
.text-highlight {
  padding: 4px 6px;
}
.text-size-large {
  font-size: 14px;
}
.text-size-base {
  font-size: 13px;
}
.text-size-small {
  font-size: 12px;
}
.text-size-mini {
  font-size: 11px;
}
ul,
ol {
  padding-left: 25px;
}
.list > li,
.list > li .list > li {
  margin-top: 8px;
}
.list > li:first-child {
  margin-top: 0;
}
.list-condensed > li,
.list-condensed > li .list > li {
  margin-top: 4px;
}
.list-extended > li,
.list-extended > li .list > li {
  margin-top: 12px;
}
ul.list-square {
  list-style-type: square;
}
ul.list-circle {
  list-style-type: circle;
}
.list-inline {
  margin-left: 0;
  font-size: 0;
}
.list-inline > li {
  padding-left: 0;
  padding-right: 20px;
  font-size: 13px;
}
.list-inline > li:last-child {
  padding-right: 0;
}
.list-inline-condensed > li {
  padding-right: 10px;
}
.list-inline-separate > li {
  padding-right: 20px;
  position: relative;
}
.list-inline-separate > li:before {
  content: '\2022';
  position: absolute;
  right: 8px;
  color: #ccc;
  top: 1px;
}
.list-inline-separate > li:last-child:before {
  content: none;
}
.list-inline-bordered > li {
  margin-right: 20px;
  border-right: 1px solid #ddd;
}
.list-inline-bordered > li:last-child {
  border-right: 0;
}
.list-icons {
  padding-left: 0;
}
.list-icons li {
  list-style: none;
}
.list-icons li i {
  margin-right: 8px;
}
.list-feed {
  margin: 0;
  padding: 8px 0;
  list-style: none;
}
.list-feed > li {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 28px;
}
.list-feed > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #607D8B;
  z-index: 3;
}
.list-feed > li:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  bottom: -7px;
  width: 0;
  border-left: 1px solid #607D8B;
  border-right: 1px solid #607D8B;
  z-index: 2;
}
.list-feed > li:first-child:after {
  top: 8px;
}
.list-feed > li:last-child {
  padding-bottom: 0;
}
.list-feed > li:last-child:after {
  content: none;
}
.list-feed > li[class*=border-]:before,
.list-feed > li[class*=border-]:after {
  border-color: inherit;
}
.list-feed-solid > li:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 4px;
}
.list-feed-square > li:before {
  content: '';
  border-radius: 0;
}
.list-feed-rhombus > li:before {
  content: '';
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-feed-time > li {
  margin-left: 48px;
}
.list-feed-time > li .feed-time {
  position: absolute;
  left: -48px;
  top: 0;
  font-size: 12px;
}
.icons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  font-size: 0;
}
.icons-list > li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}
.icons-list > li:first-child {
  margin-left: 0;
}
.icons-list > li > a {
  color: inherit;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.icons-list > li > a:hover,
.icons-list > li > a:focus {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.icons-list > li > a > i {
  top: 0;
}
.icons-list > li > a > .caret {
  margin-top: 0;
  margin-bottom: 0;
}
.icons-list-extended > li {
  margin-left: 10px;
}
dl {
  margin-bottom: 0;
}
dt {
  margin-bottom: 5px;
  font-weight: 500;
}
dd + dt {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .dl-horizontal dt + dd {
    margin-top: 20px;
  }
  .dl-horizontal dt:first-child + dd {
    margin-top: 0;
  }
}
blockquote {
  margin: 0;
}
blockquote img {
  height: 42px;
  float: left;
  margin-right: 20px;
}
blockquote img.pull-right {
  margin-right: 0;
  margin-left: 20px;
}
blockquote footer,
blockquote small,
blockquote .small {
  font-size: 13px;
  margin-top: 8px;
  display: block;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 20px;
}
/* ------------------------------------------------------------------------------
*
*  # Code related components
*
*  Overrides for code related bootstrap components
*
*  Version: 1.1
*  Latest update: Nov 25, 2015
*
* ---------------------------------------------------------------------------- */
code {
  border-radius: 2px;
  word-wrap: break-word;
}
kbd {
  font-size: 11px;
  vertical-align: text-top;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  padding: 20px;
  margin: 0;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* ------------------------------------------------------------------------------
*
*  # Tables component
*
*  Overrides for tables bootstrap component
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */
th {
  font-weight: 500;
}
.table {
  margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.table > thead > tr + tr > th,
.table > thead > tr + tr > td {
  border-top-width: 0;
}
.panel[class*=bg-] .table > thead > tr > th,
.table[class*=bg-] > thead > tr > th,
.panel[class*=bg-] .table > tbody > tr > th,
.table[class*=bg-] > tbody > tr > th,
.panel[class*=bg-] .table > tfoot > tr > th,
.table[class*=bg-] > tfoot > tr > th,
.panel[class*=bg-] .table > thead > tr > td,
.table[class*=bg-] > thead > tr > td,
.panel[class*=bg-] .table > tbody > tr > td,
.table[class*=bg-] > tbody > tr > td,
.panel[class*=bg-] .table > tfoot > tr > td,
.table[class*=bg-] > tfoot > tr > td {
  border-color: rgba(255, 255, 255, 0.2);
}
.table tr[class*=bg-] > td,
.table tr[class*=bg-] > th {
  border-color: #fff;
}
.table tr > td[class*=bg-],
.table tr > th[class*=bg-] {
  border-color: #fff;
}
.table > thead > tr[class*=border-bottom-] > th,
.table > thead > tr[class*=border-bottom-] > td {
  border-bottom-color: inherit;
}
.table > tbody > tr[class*=border-top-] > th,
.table > tfoot > tr[class*=border-top-] > th,
.table > tbody > tr[class*=border-top-] > td,
.table > tfoot > tr[class*=border-top-] > td {
  border-top-color: inherit;
}
.table > thead > tr > th {
  border-bottom: 1px solid #bbb;
}
.table > tfoot > tr > th {
  border-top: 1px solid #bbb;
}
.table .table {
  background-color: #fff;
}
.table-responsive + .table-responsive > .table:not(.table-bordered):not(.table-framed),
.table:not(.table-bordered):not(.table-framed) + .table:not(.table-bordered):not(.table-framed) {
  border-top: 1px solid #ddd;
}
.modal-body + .table-responsive > .table,
.modal-body + .table {
  border-bottom: 1px solid #ddd;
}
.modal-body + .table-responsive {
  border-width: 0;
}
.panel[class*=bg-] > .panel-body + .table,
.panel[class*=bg-] > .panel-body + .table-responsive {
  border-color: #fff;
}
.table > thead > tr.border-solid > th,
.table > thead > tr.border-solid > td {
  border-bottom-width: 2px;
}
.table > tbody > tr.border-solid > td,
.table > tfoot > tr.border-solid > td,
.table > tbody > tr.border-solid > th,
.table > tfoot > tr.border-solid > th {
  border-top-width: 2px;
}
.table-bordered > thead > tr.border-solid:first-child > th,
.table-bordered > thead > tr.border-solid:first-child > td {
  border-bottom-width: 2px;
}
.table > thead > tr.border-double > th,
.table > thead > tr.border-double > td {
  border-bottom-width: 3px;
  border-bottom-style: double;
}
.table > tbody > tr.border-double > td,
.table > tfoot > tr.border-double > td,
.table > tbody > tr.border-double > th,
.table > tfoot > tr.border-double > th {
  border-top-width: 3px;
  border-top-style: double;
}
.table-bordered > thead > tr.border-double:first-child > th,
.table-bordered > thead > tr.border-double:first-child > td {
  border-bottom-width: 3px;
  border-bottom-style: double;
}
.table > tbody > tr.border-dashed > td,
.table > tbody > tr.border-dashed > th {
  border-top-style: dashed;
}
.table-framed,
.panel > .table-framed,
.panel > .table-responsive > .table-framed {
  border: 1px solid #ddd;
}
.table-framed > thead > tr > th:first-child,
.table-framed > thead > tr > td:first-child {
  border-left-color: #ddd;
}
.table-framed > thead > tr > th:last-child,
.table-framed > thead > tr > td:last-child {
  border-right-color: #ddd;
}
@media screen and (max-width: 768px) {
  .table-responsive > .table-framed {
    border: 0;
  }
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th {
  border: 0;
}
.table-columned > tbody > tr > td,
.table-columned > tfoot > tr > td,
.table-columned > tbody > tr > th,
.table-columned > tfoot > tr > th {
  border: 0;
  border-left: 1px solid #ddd;
}
.table-columned > tbody > tr > td:first-child,
.table-columned > tfoot > tr > td:first-child,
.table-columned > tbody > tr > th:first-child,
.table-columned > tfoot > tr > th:first-child {
  border-left: 0;
}
.table-xlg > thead > tr > th,
.table-xlg > tbody > tr > th,
.table-xlg > tfoot > tr > th,
.table-xlg > thead > tr > td,
.table-xlg > tbody > tr > td,
.table-xlg > tfoot > tr > td {
  padding: 20px;
}
.table-lg > thead > tr > th,
.table-lg > tbody > tr > th,
.table-lg > tfoot > tr > th,
.table-lg > thead > tr > td,
.table-lg > tbody > tr > td,
.table-lg > tfoot > tr > td {
  padding: 15px 20px;
}
.table-sm > thead > tr > th,
.table-sm > tbody > tr > th,
.table-sm > tfoot > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > td {
  padding: 10px 20px;
}
.table-xs > thead > tr > th,
.table-xs > tbody > tr > th,
.table-xs > tfoot > tr > th,
.table-xs > thead > tr > td,
.table-xs > tbody > tr > td,
.table-xs > tfoot > tr > td {
  padding: 8px 20px;
}
.table-xxs > thead > tr > th,
.table-xxs > tbody > tr > th,
.table-xxs > tfoot > tr > th,
.table-xxs > thead > tr > td,
.table-xxs > tbody > tr > td,
.table-xxs > tfoot > tr > td {
  padding: 6px 15px;
}
.panel > .table-responsive > .table-bordered > thead > tr > th,
.panel > .table-bordered > thead > tr > th,
.panel > .table-responsive > .table-bordered > thead > tr > td,
.panel > .table-bordered > thead > tr > td {
  border-left-color: transparent;
  border-right-color: transparent;
}
.table-bordered tr:first-child > td,
.table-bordered tr:first-child > th {
  border-top-color: #bbb;
}
.table-bordered tr[class*=bg-] > th,
.table-bordered tr[class*=bg-] > td,
.table-bordered tr > th[class*=bg-],
.table-bordered tr > td[class*=bg-] {
  border-color: #fff;
}
.panel[class*=bg-] .table-striped > tbody > tr:nth-child(odd),
.table-striped[class*=bg-] > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover > tbody > tr:hover > th,
.table-hover > tbody > tr:hover > td {
  background-color: inherit;
}
.panel[class*=bg-] .table-hover > tbody > tr:hover,
.table-hover[class*=bg-] > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.panel[class*=bg-] .panel-body > .table .active > th,
.panel[class*=bg-] .panel-body > .table-responsive > .table .active > th,
.table[class*=bg-] .active > th,
.panel[class*=bg-] .panel-body > .table .active > td,
.panel[class*=bg-] .panel-body > .table-responsive > .table .active > td,
.table[class*=bg-] .active > td,
.panel[class*=bg-] .panel-body > .table th.active,
.panel[class*=bg-] .panel-body > .table-responsive > .table th.active,
.table[class*=bg-] th.active,
.panel[class*=bg-] .panel-body > .table td.active,
.panel[class*=bg-] .panel-body > .table-responsive > .table td.active,
.table[class*=bg-] td.active {
  background-color: rgba(0, 0, 0, 0.15);
}
/* ------------------------------------------------------------------------------
*
*  # Form related components
*
*  Overrides for bootstrap form related components
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
/* Form controls
----------------------------------*/
legend {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
fieldset:first-child legend:first-child {
  padding-top: 0;
}
legend .control-arrow {
  float: right;
  color: #999999;
}
legend .control-arrow:hover {
  color: #333333;
}
label {
  margin-bottom: 8px;
  font-weight: 400;
}
select[multiple],
select[size] {
  height: 200px;
}
select[multiple] option,
select[size] option {
  padding: 8px 16px;
  border-radius: 3px;
}
select[multiple] option + option,
select[size] option + option {
  margin-top: 1px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
}
input[type="file"],
input[type="file"]:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control {
  padding-left: 0;
  padding-right: 0;
  border-width: 1px 0;
  border-color: transparent;
  border-bottom-color: #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  outline: 0;
  border-color: transparent;
  border-bottom-color: #009688;
  -webkit-box-shadow: 0 1px 0 #009688;
  box-shadow: 0 1px 0 #009688;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  border-bottom-style: dashed;
  color: #999999;
}
.form-control[readonly] {
  border-bottom-style: dashed;
  border-bottom-color: #ddd;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control-unstyled {
  padding: 0;
  border: 0;
  background-color: transparent;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}
/* Form components
----------------------------------*/
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group .form-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .form-group div[class*="col-md-"]:not(.control-label) + div[class*="col-md-"] {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .form-group div[class*="col-lg-"]:not(.control-label) + div[class*="col-lg-"] {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .form-group div[class*="col-sm-"]:not(.control-label) + div[class*="col-sm-"] {
    margin-top: 20px;
  }
}
.form-group-material > .control-label {
  position: relative;
  top: 8px;
  margin-bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.form-group-material > .control-label ~ .form-control-feedback {
  top: 20px;
}
.form-group-material > .control-label.has-margin {
  margin-bottom: 8px;
}
.form-group-material > .control-label.has-margin ~ .form-control-feedback {
  top: 28px;
}
.form-group-material > .control-label.is-visible {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-group-material > .control-label.animate {
  -webkit-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.radio,
.checkbox {
  margin-top: 9px;
  margin-bottom: 9px;
}
.radio label,
.checkbox label {
  padding-left: 28px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  left: 0;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  padding-left: 28px;
}
.radio-right.radio-inline,
.radio-right label,
.checkbox-right.radio-inline,
.checkbox-right label,
.checkbox-right.checkbox-inline,
.checkbox-right label {
  padding-left: 0;
  padding-right: 28px;
}
.radio-right input[type="radio"],
.checkbox-right input[type="radio"],
.checkbox-right input[type="checkbox"] {
  left: auto;
  right: 0;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 15px;
}
.radio.disabled,
.checkbox.disabled,
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio,
fieldset[disabled] .checkbox,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  color: #999999;
}
/* Form control sizing
----------------------------------*/
.input-xlg {
  height: 42px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.333334;
  border-radius: 0;
}
select.input-xlg {
  height: 42px;
  line-height: 42px;
}
textarea.input-xlg,
select[multiple].input-xlg {
  height: auto;
}
.form-group-xlg .form-control {
  height: 42px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.333334;
}
.form-group-xlg .form-control-static {
  height: 42px;
  min-height: 35px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.333334;
}
.input-lg {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.form-group-lg .form-control {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.form-group-lg .form-control-static {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.form-group-sm .form-control {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.form-group-sm .form-control-static {
  padding-left: 0;
  padding-right: 0;
}
.input-xs {
  height: 34px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.6666667;
  border-radius: 0;
}
select.input-xs {
  height: 34px;
  line-height: 34px;
}
textarea.input-xs,
select[multiple].input-xs {
  height: auto;
}
.form-group-xs .form-control {
  height: 34px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.form-group-xs .form-control-static {
  height: 34px;
  min-height: 32px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
/* Form helpers
----------------------------------*/
.has-feedback .form-control,
.has-feedback.input-group .form-control {
  padding-right: 32px;
}
.has-feedback .form-control.input-xlg,
.has-feedback.input-group-xlg .form-control {
  padding-right: 36px;
}
.has-feedback .form-control.input-lg,
.has-feedback.input-group-lg .form-control {
  padding-right: 34px;
}
.has-feedback .form-control.input-sm,
.has-feedback.input-group-sm .form-control {
  padding-right: 30px;
}
.has-feedback .form-control.input-xs,
.has-feedback.input-group-xs .form-control {
  padding-right: 28px;
}
.form-control-feedback {
  width: 16px;
  color: #333333;
  z-index: 3;
}
.input-group > .form-control-feedback {
  height: 38px;
  line-height: 38px;
}
.has-feedback-left .form-control,
.has-feedback-left.input-group .form-control {
  padding-right: 0 !important;
  padding-left: 32px;
}
.has-feedback-left .form-control.input-xlg,
.has-feedback-left.input-group-xlg .form-control {
  padding-left: 36px;
}
.has-feedback-left .form-control.input-lg,
.has-feedback-left.input-group-lg .form-control {
  padding-left: 34px;
}
.has-feedback-left .form-control.input-sm,
.has-feedback-left.input-group-sm .form-control {
  padding-left: 30px;
}
.has-feedback-left .form-control.input-xs,
.has-feedback-left.input-group-xs .form-control {
  padding-left: 28px;
}
.has-feedback-left .form-control-feedback {
  right: auto;
  left: 0;
}
.input-xlg + .form-control-feedback,
.form-group-xlg > .form-control-feedback,
.input-group-xlg > .form-control-feedback {
  height: 42px;
  line-height: 42px;
}
.input-lg + .form-control-feedback,
.form-group-lg > .form-control-feedback {
  width: 16px;
}
.input-group-lg > .form-control-feedback {
  height: 40px;
  line-height: 40px;
}
.input-sm + .form-control-feedback,
.form-group-sm > .form-control-feedback {
  width: 16px;
}
.input-group-sm > .form-control-feedback {
  height: 36px;
  line-height: 36px;
}
.input-xs + .form-control-feedback,
.form-group-xs > .form-control-feedback,
.input-group-xs > .form-control-feedback {
  height: 34px;
  line-height: 34px;
}
.has-success .form-control {
  border-color: transparent transparent #43A047;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: transparent transparent #43A047;
  -webkit-box-shadow: 0 1px 0 #43A047;
  box-shadow: 0 1px 0 #43A047;
}
.has-warning .form-control {
  border-color: transparent transparent #EF6C00;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: transparent transparent #EF6C00;
  -webkit-box-shadow: 0 1px 0 #EF6C00;
  box-shadow: 0 1px 0 #EF6C00;
}
.has-error .form-control {
  border-color: transparent transparent #D84315;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: transparent transparent #D84315;
  -webkit-box-shadow: 0 1px 0 #D84315;
  box-shadow: 0 1px 0 #D84315;
}
.help-block {
  color: #999999;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.help-inline {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.form-horizontal .form-group > div[class*="col-"] + .help-inline {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .help-inline {
    display: inline-block;
    margin-top: 9px;
    margin-bottom: 9px;
    vertical-align: top;
  }
  .help-inline:not(.label) {
    color: #999999;
  }
  .form-group-lg .help-inline {
    margin-top: 10px;
  }
  .form-group-sm .help-inline {
    margin-top: 8px;
  }
  .form-group-xs .help-inline {
    margin-top: 7px;
  }
}
/* Form layouts
----------------------------------*/
@media (min-width: 769px) {
  .form-inline .form-group + .form-group {
    margin-left: 15px;
  }
  .form-inline .form-group > label {
    margin-right: 8px;
    position: relative;
    top: 1px;
  }
}
.form-horizontal .form-group .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 769px) {
  .form-horizontal .control-label {
    padding-bottom: 8px;
    padding-top: 0;
  }
  .form-horizontal .control-label:not(.text-right) {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .form-horizontal .control-label[class*=col-xs-] {
    padding-top: 9px;
  }
}
@media (min-width: 1025px) {
  .form-horizontal .control-label[class*=col-md-] {
    padding-top: 9px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .control-label[class*=col-sm-] {
    padding-top: 9px;
  }
}
@media (min-width: 1200px) {
  .form-horizontal .control-label[class*=col-lg-] {
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback > .form-control-feedback {
  right: 0;
}
.form-horizontal .has-feedback-left .form-control-feedback {
  right: auto;
  left: 10px;
}
.form-horizontal .has-feedback-left > .form-control-feedback {
  left: 0;
}
@media (min-width: 769px) {
  .form-horizontal .form-group-xlg .control-label {
    font-size: 15px;
    padding-top: 11px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 10px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 8px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .form-group-xs .control-label {
    font-size: 12px;
    padding-top: 7px;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Buttons component
*
*  Overrides for buttons bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.btn {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  border-width: 0;
  padding: 9px 17px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
.btn::-moz-focus-inner {
  border: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.btn[class*=bg-]:hover,
.btn[class*=bg-]:focus,
.btn[class*=bg-].focus {
  color: #fff;
}
.btn.text-size-small {
  line-height: 1.6666667;
}
.btn.text-size-mini {
  line-height: 1.82;
}
.btn-raised:not(.btn-flat):not(.btn-link) {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn-raised:not(.btn-flat):not(.btn-link).btn-default {
  background-color: #fcfcfc;
}
.btn-raised:not(.btn-flat):not(.btn-link).btn-default:hover,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default:focus,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default.focus {
  background-color: #f8f8f8;
}
.btn-raised:not(.btn-flat):not(.btn-link).btn-default:active,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default.active,
.open > .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link).btn-default {
  background-color: #f8f8f8;
}
.btn-group.open .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link).btn-default,
.input-group-btn.open .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link).btn-default {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-raised:not(.btn-flat):not(.btn-link).btn-default.disabled:hover,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default[disabled]:hover,
fieldset[disabled] .btn-raised:not(.btn-flat):not(.btn-link).btn-default:hover,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default.disabled:focus,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default[disabled]:focus,
fieldset[disabled] .btn-raised:not(.btn-flat):not(.btn-link).btn-default:focus,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default.disabled.focus,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default[disabled].focus,
fieldset[disabled] .btn-raised:not(.btn-flat):not(.btn-link).btn-default.focus {
  background-color: #fcfcfc;
}
.btn-raised:not(.btn-flat):not(.btn-link):hover,
.btn-raised:not(.btn-flat):not(.btn-link):focus,
.btn-raised:not(.btn-flat):not(.btn-link).focus {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-raised:not(.btn-flat):not(.btn-link):active,
.btn-raised:not(.btn-flat):not(.btn-link).active {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-group.open .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link),
.input-group-btn.open .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link) {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-raised:not(.btn-flat):not(.btn-link).disabled,
.btn-raised:not(.btn-flat):not(.btn-link)[disabled],
fieldset[disabled] .btn-raised:not(.btn-flat):not(.btn-link) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-labeled {
  padding-left: 54px;
}
.btn-labeled.btn-default > b {
  background-color: #2196F3;
  color: #fff;
}
.btn-labeled > b {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  line-height: 1;
  padding: 11px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.btn-labeled > b > i {
  top: 0;
}
.btn-labeled.btn-labeled-right {
  padding-left: 16px;
  padding-right: 54px;
}
.btn-labeled.btn-labeled-right > b {
  left: auto;
  right: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.btn-labeled.btn-xlg {
  padding-left: 62px;
}
.btn-labeled.btn-xlg > b {
  padding: 13px;
}
.btn-labeled.btn-xlg.btn-labeled-right {
  padding-left: 20px;
  padding-right: 62px;
}
.btn-labeled.btn-lg {
  padding-left: 58px;
}
.btn-labeled.btn-lg > b {
  padding: 12px;
}
.btn-labeled.btn-lg.btn-labeled-right {
  padding-left: 18px;
  padding-right: 58px;
}
.btn-labeled.btn-sm {
  padding-left: 50px;
}
.btn-labeled.btn-sm > b {
  padding: 10px;
}
.btn-labeled.btn-sm.btn-labeled-right {
  padding-left: 14px;
  padding-right: 50px;
}
.btn-labeled.btn-xs {
  padding-left: 46px;
}
.btn-labeled.btn-xs > b {
  padding: 9px;
}
.btn-labeled.btn-xs.btn-labeled-right {
  padding-left: 12px;
  padding-left: 46px;
}
.btn-flat {
  border-width: 2px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-flat:hover,
.btn-flat:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-flat:active {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.btn-group.open .dropdown-toggle.btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-icon {
  padding-left: 11px;
  padding-right: 11px;
}
.btn-icon .checker,
.btn-icon .choice {
  margin-top: -1px;
}
.btn-icon.icon-2x {
  padding-left: 9px;
  padding-right: 9px;
}
.btn-icon.icon-2x > i {
  font-size: 32px;
  top: 0;
}
.btn-icon.icon-2x.btn-xlg {
  padding-left: 11px;
  padding-right: 11px;
}
.btn-icon.icon-2x.btn-lg {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-icon.icon-2x.btn-sm {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-icon.icon-2x.btn-xs {
  padding-left: 7px;
  padding-right: 7px;
}
.btn-icon.btn-xlg,
.input-group-xlg > .input-group-btn > .btn-icon {
  padding-left: 13px;
  padding-right: 13px;
}
.btn-icon.btn-lg,
.input-group-lg > .input-group-btn > .btn-icon {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-icon.btn-sm,
.input-group-sm > .input-group-btn > .btn-icon {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-icon.btn-xs,
.input-group-xs > .input-group-btn > .btn.btn-icon {
  padding-left: 9px;
  padding-right: 9px;
}
.btn-float {
  padding: 18px;
  border-radius: 3px;
}
.btn-float.btn-link {
  padding: 13px;
}
.btn-float i {
  display: block;
  margin: 0;
  top: 0;
}
.btn-float img {
  border-radius: 3px;
}
.btn-float > span {
  display: block;
  padding-top: 10px;
  margin-bottom: -6px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-float.btn-float-lg i {
  font-size: 32px;
}
.btn-block-group {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn-block-group .btn {
  border-radius: 0;
  border-width: 0 0 0 1px;
}
.btn-block-group .btn + .btn {
  border-top-width: 1px;
}
.btn-block-group .btn-default {
  border-color: #ddd;
  background-color: #fff;
}
.btn-block-group .btn-block + .btn-block {
  margin-top: 0;
}
.btn-block-group div[class*=col-]:first-child .btn {
  border-left-width: 0;
}
.btn-block-group div[class*=col-]:first-child .btn:first-child {
  border-radius: 3px 0 0 0;
}
.btn-block-group div[class*=col-]:first-child .btn:last-child {
  border-radius: 0 0 0 3px;
}
.btn-block-group div[class*=col-]:last-child .btn:first-child {
  border-radius: 0 3px 0 0;
}
.btn-block-group div[class*=col-]:last-child .btn:last-child {
  border-radius: 0 0 3px 0;
}
.btn-link {
  color: #333333;
  border-radius: 3px;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-rounded,
.btn-rounded.btn-labeled > b,
.btn-rounded img {
  border-radius: 100px;
}
.btn-block + .btn-block {
  margin-top: 10px;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
  background-color: #f5f5f5;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #f5f5f5;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background-color: #f5f5f5;
}
.btn-default.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  background-color: #2196F3;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #2196F3;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #2196F3;
}
.btn-primary.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:hover {
  background-color: #4CAF50;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #4CAF50;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  background-color: #4CAF50;
}
.btn-success.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover {
  background-color: #00BCD4;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #00BCD4;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  background-color: #00BCD4;
}
.btn-info.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover {
  background-color: #FF5722;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #FF5722;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  background-color: #FF5722;
}
.btn-warning.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
  background-color: #F44336;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #F44336;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  background-color: #F44336;
}
.btn-danger.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-xlg,
.btn-group-xlg > .btn {
  padding: 11px 21px;
  font-size: 15px;
  line-height: 1.333334;
  border-radius: 3px;
}
.btn-xlg.btn-rounded {
  border-radius: 100px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 19px;
  border-radius: 3px;
}
.btn-lg.btn-rounded {
  border-radius: 100px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 8px 15px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 7px 13px;
}
.btn-sm:not(.btn-rounded),
.btn-group-sm > .btn:not(.btn-rounded),
.btn-xs:not(.btn-rounded),
.btn-group-xs > .btn:not(.btn-rounded) {
  border-radius: 3px;
}
/* ------------------------------------------------------------------------------
*
*  # Dropdown menu component
*
*  Overrides for dropdown menu bootstrap component
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.caret {
  font-style: normal;
  font-weight: normal;
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
  text-align: center;
  margin-top: -1px;
}
.caret:after {
  content: '\e9c5';
  font-family: 'icomoon';
  display: block;
  font-size: 16px;
  width: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown-menu {
  min-width: 180px;
  padding: 8px 0;
  color: #333333;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.dropdown-menu:not([class*=border-]) {
  border-width: 0;
}
.dropdown-menu .divider {
  margin: 8px 0;
}
.dropdown-menu > li {
  position: relative;
  margin-bottom: 1px;
}
.dropdown-menu > li:last-child {
  margin-bottom: 0;
}
.dropdown-menu > li > a {
  padding: 8px 16px;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu > li > a > i,
.dropdown-menu > .dropdown-header > i,
.dropdown-menu > li > a > img,
.dropdown-menu > .dropdown-header > img {
  margin-right: 16px;
  float: left;
  margin-top: 2px;
  top: 0;
}
.dropdown-menu > li > a > i.pull-right,
.dropdown-menu > .dropdown-header > i.pull-right,
.dropdown-menu > li > a > img.pull-right,
.dropdown-menu > .dropdown-header > img.pull-right {
  margin-right: 0;
  margin-left: 16px;
}
.dropdown-menu > li > a > .label,
.dropdown-menu > .dropdown-header > .label,
.dropdown-menu > li > a > .badge,
.dropdown-menu > .dropdown-header > .badge {
  float: left;
  margin-right: 16px;
}
.dropdown-menu > li > a > .label.pull-right,
.dropdown-menu > .dropdown-header > .label.pull-right,
.dropdown-menu > li > a > .badge.pull-right,
.dropdown-menu > .dropdown-header > .badge.pull-right {
  margin-right: 0;
  margin-left: 16px;
}
.dropdown-menu > li > a > img,
.dropdown-menu > .dropdown-header > img {
  max-height: 16px;
}
.dropdown-menu > li > label:hover,
.dropdown-menu > li > label:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > label,
.dropdown-menu > .active > label:hover,
.dropdown-menu > .active > label:focus {
  color: #fff;
  outline: 0;
  background-color: #26A69A;
}
.dropdown-menu > .disabled > label,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  background-color: transparent;
  color: #999999;
}
.dropdown-menu > li > label {
  padding: 8px 16px;
  padding-left: 44px;
  display: block;
  cursor: pointer;
}
.dropdown-menu > li > label .checker,
.dropdown-menu > li > label .choice,
.dropdown-menu > li > label > input[type=checkbox],
.dropdown-menu > li > label > input[type=radio] {
  left: 16px;
  top: auto;
  margin-top: 1px;
}
.dropdown-menu > li.checkbox,
.dropdown-menu > li.radio {
  margin-top: 0;
}
.dropdown-menu > li.checkbox-right > label,
.dropdown-menu > li.radio-right > label,
.dropdown-menu > li.checkbox-right > label {
  padding-left: 16px;
  padding-right: 44px;
}
.dropdown-menu > li.checkbox-right > label .checker,
.dropdown-menu > li.checkbox-right > label > input[type=checkbox] {
  left: auto;
  right: 16px;
}
.dropdown-menu > li.radio-right > label .choice,
.dropdown-menu > li.radio-right > label > input[type=radio],
.dropdown-menu > li.checkbox-right > label .choice,
.dropdown-menu > li.checkbox-right > label > input[type=radio] {
  left: auto;
  right: 16px;
}
.dropdown-menu > .checkbox-switchery > label > .switchery {
  left: 16px;
}
.dropdown-menu > .checkbox-switchery.checkbox-right[class*=switchery-] > label {
  padding-left: 16px;
}
.dropdown-menu > .checkbox-switchery.checkbox-right[class*=switchery-] > label > .switchery {
  left: auto;
  right: 16px;
}
.dropdown-menu > .checkbox-switchery.switchery-sm {
  margin-bottom: 0;
}
.dropdown-menu > .checkbox-switchery.switchery-sm > label {
  padding-left: 70px;
}
.dropdown-menu > .checkbox-switchery.switchery-xs {
  margin-bottom: 0;
}
.dropdown-menu > .checkbox-switchery.switchery-xs > label {
  padding-left: 62px;
}
.dropdown-menu > .checkbox-switchery.checkbox-right.switchery-sm > label {
  padding-right: 70px;
}
.dropdown-menu > .checkbox-switchery.checkbox-right.switchery-xs > label {
  padding-right: 62px;
}
.dropdown-menu > .disabled .badge,
.dropdown-menu > .disabled .label,
.dropdown-menu > .disabled img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.dropdown-menu[class*=bg-] > li > a,
.dropdown-menu[class*=bg-] > li > label {
  color: #fff;
}
.dropdown-menu[class*=bg-] > li > a:hover,
.dropdown-menu[class*=bg-] > li > label:hover,
.dropdown-menu[class*=bg-] > li > a:focus,
.dropdown-menu[class*=bg-] > li > label:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu[class*=bg-] > li > a > .label,
.dropdown-menu[class*=bg-] > li > label > .label,
.dropdown-menu[class*=bg-] > li > a > .badge,
.dropdown-menu[class*=bg-] > li > label > .badge {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.dropdown-menu[class*=bg-] > .active > a,
.dropdown-menu[class*=bg-] > .active > label,
.dropdown-menu[class*=bg-] > .active > a:hover,
.dropdown-menu[class*=bg-] > .active > label:hover,
.dropdown-menu[class*=bg-] > .active > a:focus,
.dropdown-menu[class*=bg-] > .active > label:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.dropdown-menu[class*=bg-] > .disabled > a,
.dropdown-menu[class*=bg-] > .disabled > label,
.dropdown-menu[class*=bg-] > .disabled > a:hover,
.dropdown-menu[class*=bg-] > .disabled > label:hover,
.dropdown-menu[class*=bg-] > .disabled > a:focus,
.dropdown-menu[class*=bg-] > .disabled > label:focus {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.dropdown-menu[class*=bg-] > .dropdown-header {
  color: rgba(255, 255, 255, 0.6);
}
.dropdown-menu[class*=bg-] > .dropdown-header.highlight {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu[class*=bg-] .divider {
  background-color: rgba(255, 255, 255, 0.4);
}
.dropdown-menu-lg > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 1.4285715;
}
.dropdown-menu-sm > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  line-height: 1.6666667;
}
.dropdown-menu-xs > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  line-height: 1.6666667;
}
.dropdown-menu > .dropdown-submenu > a {
  padding-right: 40px;
  position: relative;
}
.dropdown-menu > .dropdown-submenu > a:after {
  content: '\e9c7';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.dropdown-menu > .dropdown-submenu:hover > a,
.dropdown-menu > .dropdown-submenu:focus > a {
  background-color: #f5f5f5;
}
.dropdown-menu > .dropdown-submenu:hover > a:after,
.dropdown-menu > .dropdown-submenu:focus > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu > .dropdown-submenu.active > a {
  background-color: #26A69A;
  color: #fff;
}
@media (min-width: 769px) {
  .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.dropdown-menu > .dropdown-submenu.disabled > .dropdown-menu {
  display: none;
}
.dropdown-menu > .dropdown-submenu.disabled > a {
  background-color: transparent;
}
.dropdown-menu > .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -8px;
}
.dropup .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -8px;
}
.dropdown-menu > .dropdown-submenu.dropdown-submenu-left > .dropdown-menu {
  left: auto;
  right: 100%;
}
.dropup .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.dropup.dropdown-menu > .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -8px;
}
@media (max-width: 768px) {
  .dropdown-menu > .dropdown-submenu {
    position: static;
  }
  .dropdown-menu > .dropdown-submenu > a:after {
    content: '\e9c5';
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
    position: relative;
    left: 0;
    right: 0;
    float: none;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    min-width: 100%;
    margin: 0;
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu > li > a,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu > li > a {
    padding-left: 32px;
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu > li > ul > li > a,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu > li > ul > li > a {
    padding-left: 48px;
  }
}
.dropdown-menu[class*=bg-] > .dropdown-submenu:hover > a,
.dropdown-menu[class*=bg-] > .dropdown-submenu:focus > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu[class*=bg-] > .dropdown-submenu.disabled:hover > a,
.dropdown-menu[class*=bg-] > .dropdown-submenu.disabled:focus > a {
  background-color: transparent;
}
.dropdown-header {
  padding: 8px 16px;
  font-size: 11px;
  line-height: 1.82;
  color: #999999;
  text-transform: uppercase;
  margin-top: 8px;
}
.dropdown-header.highlight {
  margin-top: 0;
  background-color: #f8f8f8;
  color: #999999;
}
li + .dropdown-header.highlight,
.dropdown-header.highlight + li {
  margin-top: 8px;
}
.dropdown-header.highlight:first-child {
  margin-top: 0;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border: 0;
}
.dropup .caret:after,
.navbar-fixed-bottom .dropdown .caret:after {
  content: '\e9c6';
}
/* ------------------------------------------------------------------------------
*
*  # Button group component
*
*  Overrides for button group bootstrap component
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */
.btn-group .btn + .btn,
.input-group-btn .btn + .btn,
.btn-group .btn + .btn-group,
.input-group-btn .btn + .btn-group,
.btn-group .btn-group + .btn,
.input-group-btn .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.input-group-btn .btn-group + .btn-group {
  margin-left: 1px;
}
.btn-toolbar {
  font-size: 0;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: none;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-xlg + .dropdown-toggle,
.btn-group-xlg > .btn + .dropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 9px;
  padding-right: 9px;
}
.btn-group > .btn-sm + .dropdown-toggle,
.btn-group-sm > .btn + .dropdown-toggle {
  padding-left: 7px;
  padding-right: 7px;
}
.btn-group > .btn-xs + .dropdown-toggle,
.btn-group-xs > .btn + .dropdown-toggle {
  padding-left: 6px;
  padding-right: 6px;
}
.btn-group.open .dropdown-toggle:not(.btn-flat):not(.btn-link),
.input-group-btn.open .dropdown-toggle:not(.btn-flat):not(.btn-link) {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
/* ------------------------------------------------------------------------------
*
*  # Input groups component
*
*  Overrides for input groups bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.input-group .form-control-feedback {
  z-index: 3;
}
.input-group-xlg > .form-control,
.input-group-xlg > .input-group-addon,
.input-group-xlg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.333334;
  border-radius: 0;
}
select.input-group-xlg > .form-control,
select.input-group-xlg > .input-group-addon,
select.input-group-xlg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-xlg > .form-control,
textarea.input-group-xlg > .input-group-addon,
textarea.input-group-xlg > .input-group-btn > .btn,
select[multiple].input-group-xlg > .form-control,
select[multiple].input-group-xlg > .input-group-addon,
select[multiple].input-group-xlg > .input-group-btn > .btn {
  height: auto;
}
.input-group-xlg > .input-group-addon {
  padding-right: 20px;
}
.input-group-xlg > .input-group-btn > .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.input-group-lg > .input-group-addon {
  padding-right: 18px;
}
.input-group-lg > .input-group-btn > .btn {
  padding: 10px 19px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.input-group-sm > .input-group-addon {
  padding-right: 14px;
}
.input-group-sm > .input-group-btn > .btn {
  padding: 8px 15px;
}
.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 34px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.6666667;
  border-radius: 0;
}
select.input-group-xs > .form-control,
select.input-group-xs > .input-group-addon,
select.input-group-xs > .input-group-btn > .btn {
  height: 34px;
  line-height: 34px;
}
textarea.input-group-xs > .form-control,
textarea.input-group-xs > .input-group-addon,
textarea.input-group-xs > .input-group-btn > .btn,
select[multiple].input-group-xs > .form-control,
select[multiple].input-group-xs > .input-group-addon,
select[multiple].input-group-xs > .input-group-btn > .btn {
  height: auto;
}
.input-group-xs > .input-group-addon {
  padding-right: 12px;
}
.input-group-xs > .input-group-btn > .btn {
  padding: 7px 13px;
}
.input-group-transparent .input-group-addon {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.input-group-transparent .form-control {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  width: auto;
  padding: 0;
}
.input-group-transparent .form-control:hover,
.input-group-transparent .form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-addon {
  padding-left: 0;
}
.input-group-addon:last-child {
  padding-right: 0;
}
.input-group-addon > i {
  display: block;
  top: 0;
}
.input-group-addon .checker,
.input-group-addon .choice {
  display: block;
  margin-top: 1px;
}
.input-group input + .input-group-addon,
.input-group-btn + .input-group-addon,
.input-group > .fas-feedback + .input-group-addon {
  padding-left: 16px;
}
.has-warning .input-group-addon,
.has-success .input-group-addon,
.has-error .input-group-addon {
  border-color: transparent;
  background-color: transparent;
}
.input-group-xlg > .form-control + .input-group-addon {
  padding-left: 20px;
}
.input-group-lg > .form-control + .input-group-addon {
  padding-left: 18px;
}
.input-group-sm > .form-control + .input-group-addon {
  padding-left: 14px;
}
.input-group-xs > .form-control + .input-group-addon {
  padding-left: 12px;
}
.input-group-btn {
  padding-right: 16px;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: 0;
}
.input-group-btn:last-child {
  padding-right: 0;
}
.input-group > .form-control + .input-group-btn,
.input-group > .has-feedback + .input-group-btn {
  padding-left: 16px;
}
.input-group-btn + .input-group-addon {
  padding-left: 0;
}
.input-group-xlg .input-group-btn:not(:last-child) {
  padding-right: 20px;
}
.input-group-xlg > .form-control + .input-group-btn {
  padding-left: 20px;
}
.input-group-lg .input-group-btn:not(:last-child) {
  padding-right: 18px;
}
.input-group-lg > .form-control + .input-group-btn {
  padding-left: 18px;
}
.input-group-sm .input-group-btn:not(:last-child) {
  padding-right: 14px;
}
.input-group-sm > .form-control + .input-group-btn {
  padding-left: 14px;
}
.input-group-xs .input-group-btn:not(:last-child) {
  padding-right: 12px;
}
.input-group-xs > .form-control + .input-group-btn {
  padding-left: 12px;
}
.input-group-btn > .btn,
.input-group-btn > .btn-group > .btn {
  border-radius: 0;
}
.input-group-btn > .btn-rounded {
  border-radius: 100px !important;
}
.input-group-btn:first-child > .btn:first-child,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn > .btn-group:first-child > .btn,
.input-group-btn > .btn:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-group-btn > .btn:last-child,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn > .btn-group:last-child > .btn,
.input-group-btn > .btn:last-of-type {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* ------------------------------------------------------------------------------
*
*  # Navs related component
*
*  Overrides for navs related bootstrap component
*
*  Version: 1.3
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.nav > li > a:focus {
  outline: 0;
}
.nav > li.disabled > a > .badge,
.nav > li.disabled > a > .label,
.nav > li.disabled > a > .status-mark,
.nav > li.disabled > a > img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.nav.nav-lg > li > a {
  padding: 13.5px 18px;
}
.nav.nav-sm > li > a {
  padding: 10.5px 14px;
}
.nav.nav-xs > li > a {
  padding: 9px 12px;
}
.nav .tab-img {
  max-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: none;
}
.nav-tabs > li > a {
  margin-right: 0;
  color: #999;
  border-radius: 0;
  text-transform: uppercase;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.nav-tabs > li > a.legitRipple {
  margin-bottom: -1px;
}
.nav-tabs > li > a > [class*=icon-].pull-right {
  float: right;
  margin-top: 2px;
}
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  border-bottom-color: #ddd;
}
@media (min-width: 769px) {
  .nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified.nav-tabs-top > li > a,
  .nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
    border: 0;
  }
  .nav-tabs.nav-justified.nav-tabs-bottom {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified.nav-tabs-highlight > li > a,
  .nav-tabs.nav-justified.nav-tabs-highlight > li > a:hover,
  .nav-tabs.nav-justified.nav-tabs-highlight > li > a:focus {
    border-top-width: 2px;
  }
}
@media (max-width: 768px) {
  .nav-tabs.nav-justified > li.active > a,
  .nav-tabs.nav-justified > li.active > a:hover,
  .nav-tabs.nav-justified > li.active > a:focus {
    border-width: 0 0 0 2px;
    border-left-color: #EC407A;
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-highlight > li > a,
  .nav-tabs.nav-tabs-highlight > li > a:hover,
  .nav-tabs.nav-tabs-highlight > li > a:focus {
    border-top-width: 2px;
  }
  .nav-tabs.nav-tabs-highlight > li.active > a,
  .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #EC407A;
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-top > li > a,
  .nav-tabs.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-tabs-top > li > a:focus {
    border: 0;
  }
  .nav-tabs.nav-tabs-top > li > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
  }
  .nav-tabs.nav-tabs-top > li.open > a:after,
  .nav-tabs.nav-tabs-top > li > a:hover:after,
  .nav-tabs.nav-tabs-top > li > a:focus:after {
    background-color: #ddd;
  }
  .nav-tabs.nav-tabs-top > li.active > a:after {
    background-color: #F06292;
  }
  .nav-tabs.nav-tabs-top > li.active > a,
  .nav-tabs.nav-tabs-top > li.active > a:hover,
  .nav-tabs.nav-tabs-top > li.active > a:focus {
    background-color: transparent;
  }
  .nav-tabs.nav-tabs-top.top-divided {
    border-bottom-color: transparent;
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-bottom > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-bottom > li > a {
    border-width: 0;
    margin-bottom: -1px;
  }
  .nav-tabs.nav-tabs-bottom > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
  }
  .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #F06292;
  }
  .nav-tabs.nav-tabs-bottom > li.active > a,
  .nav-tabs.nav-tabs-bottom > li.active > a:hover,
  .nav-tabs.nav-tabs-bottom > li.active > a:focus {
    background-color: transparent;
    border-width: 0;
  }
  .nav-tabs.nav-tabs-bottom.bottom-divided {
    border-bottom-color: transparent;
  }
}
.nav-tabs[class*=bg-] {
  border-bottom: 0;
}
.nav-tabs[class*=bg-] > li {
  margin-bottom: 0;
}
.nav-tabs[class*=bg-] > li > a {
  color: #fff;
  border-width: 0;
}
.nav-tabs[class*=bg-] > li > a:hover,
.nav-tabs[class*=bg-] > li > a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-tabs[class*=bg-] > li.open:not(.active) > a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-tabs[class*=bg-] > .active > a,
.nav-tabs[class*=bg-] > .active > a:hover,
.nav-tabs[class*=bg-] > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border-width: 0;
  color: #fff;
}
.nav-tabs[class*=bg-] > .disabled > a,
.nav-tabs[class*=bg-] > .disabled > a:hover,
.nav-tabs[class*=bg-] > .disabled > a:focus {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 769px) {
  .nav-tabs[class*=bg-] {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .tab-content-bordered .nav-tabs[class*=bg-] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-solid {
    background-color: #d5d3d3;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .panel .nav-tabs.nav-tabs-solid {
    background-color: #f8f8f8;
  }
  .nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-solid > li > a {
    border-width: 0;
  }
  .nav-tabs.nav-tabs-solid > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
  }
  .nav-tabs.nav-tabs-solid > li > a:hover,
  .nav-tabs.nav-tabs-solid > li > a:focus {
    background-color: transparent;
  }
  .nav-tabs.nav-tabs-solid > .active > a,
  .nav-tabs.nav-tabs-solid > .active > a:hover,
  .nav-tabs.nav-tabs-solid > .active > a:focus {
    background-color: transparent;
    border-width: 0;
  }
  .nav-tabs.nav-tabs-solid > .active > a:after,
  .nav-tabs.nav-tabs-solid > .active > a:hover:after,
  .nav-tabs.nav-tabs-solid > .active > a:focus:after {
    background-color: #F06292;
  }
  .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: transparent;
  }
  .nav-tabs.nav-tabs-solid.nav-tabs-component > li:first-child > a:after {
    border-radius: 0 0 0 3px;
  }
  .nav-tabs.nav-tabs-solid.nav-tabs-component.nav-justified > li:last-child > a:after {
    border-radius: 0 0 3px 0;
  }
}
.nav-tabs.nav-tabs-icon > li > a > i {
  margin-right: 8px;
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-icon > li > a {
    padding-bottom: 8px;
  }
  .nav-tabs.nav-tabs-icon > li > a > i {
    display: block;
    margin: 0 0 8px;
  }
  .nav-tabs.nav-tabs-icon.nav-lg > li > a {
    padding-bottom: 9px;
  }
  .nav-tabs.nav-tabs-icon.nav-lg > li > a > i {
    margin-bottom: 9px;
  }
  .nav-tabs.nav-tabs-icon.nav-sm > li > a {
    padding-bottom: 6px;
  }
  .nav-tabs.nav-tabs-icon.nav-sm > li > a > i {
    margin-bottom: 7px;
  }
  .nav-tabs.nav-tabs-icon.nav-xs > li > a {
    padding-bottom: 4px;
  }
  .nav-tabs.nav-tabs-icon.nav-xs > li > a > i {
    margin-bottom: 6px;
  }
}
.nav-tabs.nav-tabs-toolbar {
  background-color: #fcfcfc;
}
@media (min-width: 769px) {
  .nav-tabs {
    font-size: 0;
  }
  .nav-tabs > li {
    display: inline-block;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    padding: 8px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .nav-tabs > li {
    margin-bottom: 0;
  }
  .nav-tabs > li > a {
    border-width: 0 0 0 2px;
    border-left-color: transparent;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs > li > a .position-right[class*=icon-] {
    float: right;
    margin-top: 2px;
  }
  .nav-tabs > li > a .position-right.label,
  .nav-tabs > li > a .position-right.badge {
    float: right;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-width: 0 0 0 2px;
    border-left-color: #EC407A;
    background-color: #f5f5f5;
  }
  .nav-tabs > li.open:not(.active) > a,
  .nav-tabs > li.open:not(.active) > a:hover,
  .nav-tabs > li.open:not(.active) > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs > li.pull-right {
    float: none !important;
  }
  .nav-tabs:before {
    content: 'Contents';
    color: inherit;
    margin-top: 7px;
    margin-left: 16px;
    margin-bottom: 15px;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .nav-tabs[class*=bg-] > li > a {
    border-left-width: 0 !important;
  }
  .nav-tabs[class*=bg-] > li > a:hover,
  .nav-tabs[class*=bg-] > li > a:focus,
  .nav-tabs[class*=bg-] > li.open:not(.active) > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .nav-tabs-right .nav-tabs {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .nav-tabs-vertical {
    display: table;
    width: 100%;
  }
  .nav-tabs-vertical > .nav-tabs {
    display: table-cell;
    border-bottom: 0;
    width: 300px;
  }
  .nav-tabs-vertical > .nav-tabs > li {
    display: block;
    margin-bottom: 0;
  }
  .nav-tabs-vertical > .nav-tabs-solid > li:last-child > a:after {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .nav-tabs-vertical > .nav-tabs[class*=bg-] > li:first-child > a {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .nav-tabs-vertical > .nav-tabs[class*=bg-] > li:last-child > a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .nav-tabs-vertical > .tab-content {
    display: table-cell;
  }
  .nav-tabs-vertical > .tab-content > .has-padding {
    padding: 0;
    padding-top: 12px;
  }
  .nav-tabs-vertical.tab-content-bordered > .tab-content {
    border-top-width: 1px;
  }
  .nav-tabs-left > .nav-tabs {
    border-right: 1px solid #ddd;
  }
  .nav-tabs-left > .nav-tabs > li {
    margin-right: -1px;
  }
  .nav-tabs-left > .nav-tabs > li.active > a,
  .nav-tabs-left > .nav-tabs > li.active > a:hover,
  .nav-tabs-left > .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
  }
  .nav-tabs-left > .nav-tabs.nav-tabs-component > li > a {
    border-radius: 3px 0 0 3px;
  }
  .nav-tabs-left > .nav-tabs-highlight > li > a,
  .nav-tabs-left > .nav-tabs-highlight > li > a:hover,
  .nav-tabs-left > .nav-tabs-highlight > li > a:focus {
    border-top-width: 1px;
    border-left-width: 2px;
  }
  .nav-tabs-left > .nav-tabs-highlight > li.active > a,
  .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
  .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd;
    border-left-color: #EC407A;
  }
  .nav-tabs-left > .nav-tabs-top,
  .nav-tabs-left > .nav-tabs-bottom {
    padding-right: 20px;
  }
  .nav-tabs-left > .top-divided,
  .nav-tabs-left > .bottom-divided {
    padding-right: 0;
    border-right-width: 0;
  }
  .nav-tabs-left > .nav-tabs-solid,
  .nav-tabs-left > .nav-tabs[class*=bg-] {
    border-right: 0;
    border-radius: 3px;
  }
  .nav-tabs-left > .nav-tabs-solid > li,
  .nav-tabs-left > .nav-tabs[class*=bg-] > li {
    margin-right: 0;
  }
  .nav-tabs-left > .tab-content {
    padding-left: 20px;
  }
  .nav-tabs-left.tab-content-bordered > .tab-content {
    border-left-width: 0;
  }
  .nav-tabs-right > .nav-tabs {
    border-left: 1px solid #ddd;
  }
  .nav-tabs-right > .nav-tabs > li {
    margin-left: -1px;
  }
  .nav-tabs-right > .nav-tabs > li.active > a,
  .nav-tabs-right > .nav-tabs > li.active > a:hover,
  .nav-tabs-right > .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd;
    border-left-color: transparent;
  }
  .nav-tabs-right > .nav-tabs.nav-tabs-component > li > a {
    border-radius: 0 3px 3px 0;
  }
  .nav-tabs-right > .nav-tabs-highlight > li > a,
  .nav-tabs-right > .nav-tabs-highlight > li > a:hover,
  .nav-tabs-right > .nav-tabs-highlight > li > a:focus {
    border-top-width: 1px;
    border-right-width: 2px;
  }
  .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd;
    border-right-color: #EC407A;
  }
  .nav-tabs-right > .nav-tabs-top,
  .nav-tabs-right > .nav-tabs-bottom {
    padding-left: 20px;
  }
  .nav-tabs-right > .top-divided,
  .nav-tabs-right > .bottom-divided {
    padding-left: 0;
    border-left-width: 0;
  }
  .nav-tabs-right > .nav-tabs-solid,
  .nav-tabs-right > .nav-tabs[class*=bg-] {
    border-left: 0;
    border-radius: 3px;
  }
  .nav-tabs-right > .nav-tabs-solid > li,
  .nav-tabs-right > .nav-tabs[class*=bg-] > li {
    margin-left: 0;
  }
  .nav-tabs-right > .tab-content {
    padding-right: 20px;
  }
  .nav-tabs-right.tab-content-bordered > .tab-content {
    border-right-width: 0;
  }
}
.nav-pills {
  margin-bottom: 20px;
}
.nav-pills > li {
  float: none;
}
.nav-pills > li > a {
  color: #333333;
  text-transform: uppercase;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li + li > a {
  margin-top: 2px;
}
.nav-pills .open > a,
.nav-pills .open > a:hover,
.nav-pills .open > a:focus {
  background-color: #f5f5f5;
}
.nav-pills.nav-pills-bordered > li > a,
.nav-pills.nav-pills-toolbar > li > a,
.nav-pills.nav-pills-bordered > .open > a,
.nav-pills.nav-pills-toolbar > .open > a {
  border: 1px solid #ddd;
}
.nav-pills.nav-pills-bordered > .active > a,
.nav-pills.nav-pills-toolbar > .active > a,
.nav-pills.nav-pills-bordered > .active > a:hover,
.nav-pills.nav-pills-toolbar > .active > a:hover,
.nav-pills.nav-pills-bordered > .active > a:focus,
.nav-pills.nav-pills-toolbar > .active > a:focus {
  border-color: #26A69A;
}
@media (min-width: 769px) {
  .nav-pills.nav-pills-toolbar > li > a {
    border: 1px solid #ddd;
    border-radius: 0;
  }
  .nav-pills.nav-pills-toolbar > li:first-child > a {
    border-radius: 3px 0 0 3px;
  }
  .nav-pills.nav-pills-toolbar > li:last-child > a {
    border-radius: 0 3px 3px 0;
  }
  .nav-pills.nav-pills-toolbar > li + li > a {
    margin-top: 0;
    margin-left: 0;
    border-left: 0;
  }
}
@media (min-width: 769px) {
  .nav-pills {
    font-size: 0;
  }
  .nav-pills > li {
    display: inline-block;
    font-size: 13px;
  }
  .nav-pills > li + li > a {
    margin-top: 0;
    margin-left: 6px;
  }
  .nav-pills.nav-justified > li {
    display: table-cell;
  }
}
@media (max-width: 768px) {
  .nav-pills > li > a .position-right[class*=icon-] {
    float: right;
    margin-top: 2px;
  }
  .nav-pills > li > a .position-right.label,
  .nav-pills > li > a .position-right.badge {
    float: right;
  }
}
.nav-stacked > li {
  display: block;
}
.nav-stacked > li > a .pull-right[class*=icon-] {
  float: right;
  margin-top: 2px;
}
.nav-stacked > li > a .pull-right.label,
.nav-stacked > li > a .pull-right.badge {
  float: right;
}
.nav-stacked > li + li > a {
  margin-left: 0;
}
.nav-justified > li > a {
  margin-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
  border-bottom-color: #ddd;
}
@media (min-width: 769px) {
  .nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified.nav-tabs-top > li > a,
  .nav-tabs-justified.nav-tabs-top > li > a:hover,
  .nav-tabs-justified.nav-tabs-top > li > a:focus {
    border: 0;
  }
  .nav-tabs-justified.nav-tabs-bottom {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified.nav-tabs-highlight > li > a,
  .nav-tabs-justified.nav-tabs-highlight > li > a:hover,
  .nav-tabs-justified.nav-tabs-highlight > li > a:focus {
    border-top-width: 2px;
  }
}
@media (max-width: 768px) {
  .nav-tabs-justified > li.active > a,
  .nav-tabs-justified > li.active > a:hover,
  .nav-tabs-justified > li.active > a:focus {
    border-width: 0 0 0 2px;
    border-left-color: #EC407A;
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-component > li > a {
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-tabs-component.nav-tabs-solid,
  .nav-tabs.nav-tabs-component[class*=bg-] {
    border-radius: 3px;
  }
  .nav-tabs.nav-tabs-component.nav-tabs-solid > li > a,
  .nav-tabs.nav-tabs-component[class*=bg-] > li > a {
    border-radius: 0;
  }
  .nav-tabs.nav-tabs-component.nav-tabs-solid > li:first-child > a,
  .nav-tabs.nav-tabs-component[class*=bg-] > li:first-child > a {
    border-radius: 3px 0 0 3px;
  }
  .nav-tabs-component.nav-justified.nav-tabs-solid > li:last-child > a,
  .nav-tabs-component.nav-justified[class*=bg-] > li:last-child > a {
    border-radius: 0 3px 3px 0;
  }
}
.tab-content-bordered .tab-content > .has-padding {
  padding: 20px;
}
.panel-flat > .panel-heading + .tab-content > .has-padding {
  padding-top: 0;
}
@media (min-width: 769px) {
  .tab-content > .has-padding {
    padding: 20px;
  }
}
.panel-tab-content > .has-padding {
  padding: 20px;
}
.tab-content-bordered .tab-content {
  border-radius: 3px;
  border: 1px solid transparent;
}
.tab-content-bordered .tab-content:not([class*=bg-]) {
  border-color: #ddd;
  background-color: #fff;
}
@media (min-width: 769px) {
  .tab-content-bordered .tab-content {
    border-top-width: 0;
    border-radius: 0 0 3px 3px;
  }
}
@media (min-width: 769px) {
  .tab-content-bordered .nav-tabs {
    margin-bottom: 0;
  }
  .tab-content-bordered .nav-tabs.nav-tabs-solid {
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 0 0 1px #ddd inset;
    box-shadow: 0 0 0 1px #ddd inset;
  }
  .tab-content-bordered .nav-tabs.nav-tabs-solid > li:first-child > a {
    border-radius: 3px 0 0 0;
  }
  .tab-content-bordered .nav-tabs.nav-tabs-solid.nav-justified > li:last-child > a {
    border-radius: 0 3px 0 0;
  }
  .tab-content-bordered > .nav-tabs[class*=bg-] {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .tab-content-bordered > .nav-tabs[class*=bg-] + .tab-content[class*=bg-] {
    border-top-width: 1px;
    border-top-color: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 769px) {
  .nav-tabs[class*=bg-] .dropdown-menu,
  .nav-tabs-top .dropdown-menu {
    margin-top: 0;
  }
  .nav-justified.bottom-divided .dropdown-menu {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .nav-tabs .dropdown-menu,
  .nav-pills .dropdown-menu,
  .nav-tabs.nav-justified > .dropdown .dropdown-menu,
  .nav-pills.nav-justified > .dropdown .dropdown-menu {
    left: -1px;
    right: -1px;
    margin-top: 2px;
  }
  .nav-tabs.nav-justified > li > a,
  .nav-pills.nav-justified > li > a,
  .nav-tabs.text-center > li > a,
  .nav-pills.text-center > li > a,
  .nav-tabs.text-right > li > a,
  .nav-pills.text-right > li > a {
    text-align: left;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Navbar component
*
*  Overrides for navbar bootstrap component
*
*  Version: 1.3
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.navbar {
  margin-bottom: 0;
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (min-width: 769px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar-component {
  border-radius: 3px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (min-width: 769px) {
  .navbar.navbar-component,
  .navbar-component > .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar-component > .navbar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-header .navbar-component {
  margin-left: 20px;
  margin-right: 20px;
}
.panel .navbar-component.navbar-default {
  border-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .navbar-component.navbar-inverse {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-component > .navbar:first-child,
.navbar-component > .navbar-collapse:first-child > .navbar:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.navbar-component > .navbar:last-child,
.navbar-component > .navbar-collapse:last-child > .navbar:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.affix.navbar,
.affix.navbar-collapse {
  z-index: 1030;
  top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .affix.navbar,
  .affix.navbar-collapse {
    position: static;
  }
}
.navbar-header {
  min-width: 260px;
}
.navbar-collapse > .navbar-header {
  margin-left: 0;
}
.navbar-header .navbar-nav {
  float: right;
  margin-right: 5px;
}
.navbar-header .navbar-nav > li {
  float: left;
}
.navbar-header .navbar-nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .navbar-header .navbar-nav > li + li {
    margin-top: 0;
  }
  .navbar-collapse > .navbar-header {
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .navbar-header {
    margin-left: -20px;
  }
}
.navbar-collapse {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse.collapsing {
  -webkit-transition-duration: 0.00000001s;
  transition-duration: 0.00000001s;
}
.navbar + .navbar-collapse {
  border-top: 0;
}
@media (min-width: 769px) {
  .navbar-collapse {
    text-align: left;
    margin-left: -20px;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-bottom > .navbar {
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .navbar-fixed-top {
    position: static;
  }
}
@media (min-width: 769px) {
  .navbar-top-lg {
    padding-top: 54px;
  }
  .navbar-top-lg .sidebar-fixed.affix {
    top: 74px;
  }
  .navbar-top {
    padding-top: 50px;
  }
  .navbar-top .sidebar-fixed.affix {
    top: 70px;
  }
  .navbar-top-sm {
    padding-top: 48px;
  }
  .navbar-top-sm .sidebar-fixed.affix {
    top: 68px;
  }
  .navbar-top-xs {
    padding-top: 46px;
  }
  .navbar-top-xs .sidebar-fixed.affix {
    top: 66px;
  }
  .navbar-top-lg-lg {
    padding-top: 108px;
  }
  .navbar-top-lg-md,
  .navbar-top-md-lg {
    padding-top: 104px;
  }
  .navbar-top-lg-sm,
  .navbar-top-md-md,
  .navbar-top-sm-lg {
    padding-top: 100px;
  }
  .navbar-top-lg-xs,
  .navbar-top-md-sm,
  .navbar-top-sm-md,
  .navbar-top-xs-lg {
    padding-top: 98px;
  }
  .navbar-top-md-xs,
  .navbar-top-sm-sm,
  .navbar-top-xs-md {
    padding-top: 96px;
  }
  .navbar-top-sm-xs,
  .navbar-top-xs-sm {
    padding-top: 94px;
  }
  .navbar-top-xs-xs {
    padding-top: 92px;
  }
}
.navbar-bottom-lg {
  padding-bottom: 54px;
}
.navbar-bottom {
  padding-bottom: 50px;
}
.navbar-bottom-sm {
  padding-bottom: 48px;
}
.navbar-bottom-xs {
  padding-bottom: 46px;
}
.navbar-bottom-lg-lg {
  padding-bottom: 108px;
}
.navbar-bottom-lg-md,
.navbar-bottom-md-lg {
  padding-bottom: 104px;
}
.navbar-bottom-lg-sm,
.navbar-bottom-md-md,
.navbar-bottom-sm-lg {
  padding-bottom: 100px;
}
.navbar-bottom-lg-xs,
.navbar-bottom-md-sm,
.navbar-bottom-sm-md,
.navbar-bottom-xs-lg {
  padding-bottom: 98px;
}
.navbar-bottom-md-xs,
.navbar-bottom-sm-sm,
.navbar-bottom-xs-md {
  padding-bottom: 96px;
}
.navbar-bottom-sm-xs,
.navbar-bottom-xs-sm {
  padding-bottom: 94px;
}
.navbar-bottom-xs-xs {
  padding-bottom: 92px;
}
.navbar-brand > img {
  margin-top: 2px;
  height: 16px;
}
.navbar-nav {
  margin: 0;
  text-align: left;
}
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-nav > li > a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  width: 2px;
}
@media (min-width: 769px) {
  .navbar-nav > li > a:after {
    top: auto;
    right: 0;
    width: auto;
    height: 2px;
  }
}
.navbar-nav > li > a > .label,
.navbar-nav > li > a > .badge {
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > li > a > .status-mark {
  position: absolute;
  top: 8px;
  right: 8px;
}
.navbar-nav > li > a > .status-mark-left {
  right: auto;
  left: 8px;
}
.navbar-nav > li > a > .label-left,
.navbar-nav > li > a > .badge-left {
  right: auto;
  left: 0;
}
.navbar-nav > li > a > .label-inline,
.navbar-nav > li > a > .badge-inline,
.navbar-nav > li > a > .status-mark-inline {
  position: static;
}
.navbar-nav .language-switch > a > img {
  position: relative;
  top: -1px;
}
.navbar-nav .language-switch .dropdown-menu > li > a > img {
  margin-top: 4.5px;
}
.navbar-nav > .dropdown-user > a,
.navbar-nav > .dropdown-user > a > span {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.navbar-nav > .dropdown-user > a > span {
  display: inline-block;
}
.navbar-nav > .dropdown-user > a > img + span {
  padding-left: 8px;
}
.navbar-nav > .dropdown-user img {
  max-height: 34px;
  margin-top: -3.5px;
  border-radius: 50%;
}
.navbar-lg .navbar-nav > .dropdown-user img {
  max-height: 38px;
  margin-top: -4.5px;
}
.navbar-sm .navbar-nav > .dropdown-user img {
  max-height: 32px;
  margin-top: -3px;
}
.navbar-xs .navbar-nav > .dropdown-user img {
  max-height: 30px;
  margin-top: -2.5px;
}
@media (max-width: 768px) {
  .navbar-collapse .navbar-nav {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 9px 20px;
  }
  .navbar-nav .open .dropdown-menu > .dropdown-submenu > ul > li > a {
    padding-left: 40px;
  }
  .navbar-nav .open .dropdown-menu > .dropdown-submenu > ul > li > ul > li > a {
    padding-left: 60px;
  }
  .navbar-nav > li + li {
    margin-top: 1px;
  }
  .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-nav > li > a .caret {
    float: right;
    margin-top: 2px;
    margin-left: 5px;
  }
  .navbar-nav > li > a .label,
  .navbar-nav > li > a .badge {
    position: static;
    float: right;
  }
  .navbar-nav > li > a .status-mark {
    position: static;
    float: right;
    margin-top: 6px;
  }
  .navbar-nav > .dropdown-user .caret {
    margin-top: 8px;
  }
  .navbar-nav:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 769px) {
  .navbar-nav {
    margin-left: 20px;
  }
}
.navbar-form {
  padding: 15px 20px;
  margin-left: 0;
  margin-right: 0;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-form:last-child {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .navbar-form .form-group {
    margin-bottom: 10px;
  }
}
.navbar-form .input-sm,
.navbar-form .input-group-sm,
.navbar-form .btn-sm,
.navbar-form .select-sm,
.navbar-form .uploader-sm {
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar-form .input-sm + .form-control-feedback {
  top: 1px;
}
.navbar-form .input-xs,
.navbar-form .input-group-xs,
.navbar-form .btn-xs,
.navbar-form .select-xs,
.navbar-form .uploader-xs {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-form .input-xs + .form-control-feedback {
  top: 2px;
}
.navbar-lg .navbar-form {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-sm .navbar-form {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-xs .navbar-form {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-form .checkbox-switchery[class*=switchery-] {
  margin-bottom: 0;
}
.navbar-form .checkbox-inline.switchery-double {
  padding-left: 0;
}
@media (min-width: 769px) {
  .navbar-form {
    padding: 0;
  }
  .navbar-form .form-control {
    min-width: 200px;
  }
  .navbar-form .form-group {
    margin-left: 20px;
  }
  .navbar-form .checkbox-inline,
  .navbar-form .radio-inline {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}
@media (max-width: 768px) {
  .navbar-form {
    margin: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  border-top-width: 0;
}
.navbar-nav > li > .dropdown-menu .media-list {
  max-height: 340px;
  overflow-y: auto;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-width: 1px;
  border-bottom-width: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.navbar-btn {
  margin-left: 20px;
}
.navbar-btn,
.navbar-sm .navbar-btn.btn-sm,
.navbar-xs .navbar-btn.btn-xs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-lg .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-sm .navbar-btn,
.navbar-xs .navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-xs .navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-btn.btn-sm,
.navbar-sm .navbar-btn.btn-xs {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs,
.navbar-lg .navbar-btn.btn-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-lg .navbar-btn.btn-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .navbar-btn,
  .navbar-btn.btn-sm,
  .navbar-btn.btn-xs {
    margin: 15px 20px;
  }
  .navbar-btn + .navbar-btn {
    margin-left: 0;
  }
}
.navbar-text {
  margin: 0;
  padding: 15px 20px;
}
.navbar-text:last-child {
  border-bottom: 0;
}
.navbar-lg .navbar-text {
  padding-top: 17px;
  padding-bottom: 17px;
}
.navbar-sm .navbar-text {
  padding-top: 14px;
  padding-bottom: 14px;
}
.navbar-xs .navbar-text {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (min-width: 769px) {
  .navbar-text {
    padding-right: 0;
  }
  .navbar-text + .navbar-nav {
    margin-left: 15px;
  }
  .navbar-header + .navbar-text:first-child {
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .navbar-right {
    margin-right: 0;
  }
}
.navbar-default .navbar-nav > .active > a:after {
  background-color: #7986CB;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  border-top-width: 1px;
  border-top-color: #ddd;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav .open .dropdown-menu {
    color: #333333;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
  }
  .navbar-default .navbar-nav .open > .dropdown-menu {
    border-top: 1px solid #ddd;
  }
  .navbar-default .navbar-nav .open:last-child .dropdown-menu {
    border-bottom: 0;
  }
}
.navbar-default .navbar-link {
  color: #1E88E5;
}
.navbar-default .navbar-link:hover {
  color: #166dba;
}
@media (max-width: 768px) {
  .navbar-default .navbar-collapse .navbar-nav {
    border-bottom: 1px solid #ddd;
  }
  .navbar-default .dropdown-menu[class*=bg-] .label,
  .navbar-default .dropdown-menu[class*=bg-] .badge {
    color: #fff;
    background-color: #2196F3;
    border-color: transparent;
  }
  .navbar-default .dropdown-menu[class*=bg-] > .divider {
    background-color: #e5e5e5;
  }
  .navbar-default .dropdown-menu[class*=bg-] .dropdown-submenu:hover > a,
  .navbar-default .dropdown-menu[class*=bg-] .dropdown-submenu:focus > a {
    background-color: #f5f5f5;
  }
  .navbar-default .dropdown-menu .table-responsive {
    border-width: 0;
  }
  .navbar-default .dropdown-menu .dropdown-content-heading + .table-responsive {
    border-top-width: 1px;
  }
  .navbar-default .navbar-text:not([data-toggle="collapse"]) {
    border-bottom: 1px solid #ddd;
  }
  .navbar-default > .navbar-nav > li > a:not(.collapsed),
  .navbar-default > .navbar-nav > li > a:hover,
  .navbar-default > .navbar-nav > li > a:focus {
    background-color: #fcfcfc;
  }
}
.navbar-inverse {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-inverse .navbar-form .form-control,
.navbar-inverse .navbar-form .form-control-feedback,
.navbar-inverse .navbar-form .input-group-addon {
  color: #fff;
}
.navbar-inverse .navbar-form .form-control {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.navbar-inverse .navbar-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.navbar-inverse .navbar-form .form-control:-ms-input-placeholder {
  color: #fff;
}
.navbar-inverse .navbar-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.navbar-inverse .navbar-form .form-control:focus {
  border-bottom-color: #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-inverse .navbar-nav > .active > a:after {
  background-color: #fff;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .text-muted,
  .navbar-inverse .navbar-nav .open .dropdown-menu .media-annotation {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked > li {
    border-top-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked .media-link {
    color: rgba(255, 255, 255, 0.9);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked .media-link:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked .media-link:focus {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.9);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .checker span {
    border-color: #fff;
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .checker span.checked {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .choice span {
    border-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .form-control,
  .navbar-inverse .navbar-nav .open .dropdown-menu .form-control-feedback,
  .navbar-inverse .navbar-nav .open .dropdown-menu .input-group-addon,
  .navbar-inverse .navbar-nav .open .dropdown-menu .select2-selection__placeholder {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .form-control {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .form-control:-ms-input-placeholder {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .form-control::-webkit-input-placeholder {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .form-control:focus {
    border-bottom-color: #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .select2-container--focus .select2-selection--single:not([class*=bg-]):not([class*=border-]),
  .navbar-inverse .navbar-nav .open .dropdown-menu .select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-bottom-color: #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu a:not(.label-flat):not(.badge-flat):not(.disabled > a) {
    color: rgba(255, 255, 255, 0.9);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: rgba(255, 255, 255, 0.6);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-submenu:hover > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-submenu:focus > a {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open > .dropdown-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .navbar-nav .open:last-child .dropdown-menu {
    border-bottom: 0;
  }
  .navbar-inverse .navbar-nav .label,
  .navbar-inverse .navbar-nav .badge,
  .navbar-inverse .navbar-nav .label:hover,
  .navbar-inverse .navbar-nav .badge:hover,
  .navbar-inverse .navbar-nav .label:focus,
  .navbar-inverse .navbar-nav .badge:focus {
    background-color: #fff;
    border-color: #fff;
    color: #333333;
  }
  .navbar-inverse .navbar-nav .nav-tabs {
    background-color: transparent;
    border: 0;
  }
  .navbar-inverse .navbar-nav .nav-tabs > li > a {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-collapse .navbar-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .navbar-text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse > .navbar-nav > li > a:not(.collapsed) {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-inverse .dropdown-menu .media-body a,
  .navbar-inverse .dropdown-menu .table a {
    color: #fff;
  }
  .navbar-inverse .dropdown-menu .table-responsive {
    border-width: 0 0 1px 0;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .dropdown-menu .dropdown-content-heading + .table-responsive {
    border-top-width: 1px;
  }
  .navbar-inverse .dropdown-menu .table th,
  .navbar-inverse .dropdown-menu .table td {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .label-flat,
  .navbar-inverse .badge-flat {
    border-color: #fff;
    color: #fff;
  }
  .navbar-inverse .btn-flat,
  .navbar-inverse .btn-flat:hover,
  .navbar-inverse .btn-flat:focus {
    border-color: #fff;
    color: #fff !important;
  }
}
.navbar-nav-material > li > a {
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  font-weight: 500;
}
.navbar-lg {
  min-height: 54px;
}
.navbar-lg .navbar-brand {
  height: 54px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.navbar-lg .navbar-nav > li > a {
  padding-top: 17px;
  padding-bottom: 17px;
}
.navbar-lg .navbar-nav > .dropdown-user > a,
.navbar-lg .navbar-nav > .dropdown-user > a > span {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
}
.navbar-sm {
  min-height: 48px;
}
.navbar-sm .navbar-brand {
  height: 48px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.navbar-sm .navbar-nav > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
.navbar-sm .navbar-nav > .dropdown-user > a,
.navbar-sm .navbar-nav > .dropdown-user > a > span {
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar-xs {
  min-height: 46px;
}
.navbar-xs .navbar-brand {
  height: 46px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.navbar-xs .navbar-nav > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
}
.navbar-xs .navbar-nav > .dropdown-user > a,
.navbar-xs .navbar-nav > .dropdown-user > a > span {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.nav .mega-menu {
  position: static;
}
.mega-menu .dropdown-menu {
  left: auto;
}
@media (min-width: 769px) {
  .mega-menu.mega-menu-wide > .dropdown-menu {
    left: 20px;
    right: 20px;
  }
  .navbar-component .mega-menu.mega-menu-wide > .dropdown-menu,
  .layout-boxed .mega-menu.mega-menu-wide > .dropdown-menu {
    left: 0;
    right: 0;
  }
}
.dropdown-content-heading {
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.dropdown-content-heading + .dropdown-menu-body {
  padding-top: 0;
}
.dropdown-content-heading + .dropdown-header {
  padding-top: 0 !important;
}
ul.dropdown-menu .dropdown-content-heading {
  padding-left: 15px;
  padding-right: 15px;
}
ul.dropdown-menu .dropdown-content-heading:first-child {
  padding-top: 12px;
  padding-bottom: 12px;
}
.dropdown-content-heading .icons-list {
  float: right;
}
@media (min-width: 769px) {
  .dropdown-content-heading + .table-responsive {
    border-top: 1px solid transparent;
  }
}
.dropdown-content-footer {
  color: #333333;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dropdown-content-footer a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  color: #333333;
}
.dropdown-content-footer a:hover,
.dropdown-content-footer a:focus {
  background-color: #f5f5f5;
}
.dropdown-content-footer a > i.display-block {
  top: 0;
}
@media (max-width: 768px) {
  .navbar-inverse .dropdown-content-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    border-color: transparent;
    border-radius: 0;
  }
  .navbar-inverse .dropdown-content-footer a {
    color: #fff;
  }
  .navbar-inverse .dropdown-content-footer a:hover,
  .navbar-inverse .dropdown-content-footer a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.dropdown-content-body {
  padding: 20px;
}
.dropdown-content-heading + .dropdown-content-body {
  padding-top: 0;
}
.dropdown-content:not(ul) {
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-content .form-inline {
  white-space: nowrap;
}
.menu-list {
  margin: 0 0 20px 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  [class*=col-lg-] .menu-list {
    margin-bottom: 9px;
  }
}
@media (min-width: 1025px) {
  [class*=col-md-] .menu-list {
    margin-bottom: 9px;
  }
}
@media (min-width: 769px) {
  [class*=col-sm-] .menu-list {
    margin-bottom: 9px;
  }
}
@media (min-width: 480px) {
  [class*=col-xs-] .menu-list {
    margin-bottom: 9px;
  }
}
.menu-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: none;
  left: 110%;
  width: 100%;
}
.menu-list li {
  position: relative;
  margin-top: 1px;
}
.menu-list li:first-child {
  margin-top: 0;
}
.menu-list li > a {
  display: block;
  color: #333333;
  padding: 8px 16px;
  border-radius: 3px;
}
.menu-list li > a:hover,
.menu-list li > a:focus {
  background-color: #f5f5f5;
}
.menu-list li > a > i {
  margin-right: 10px;
}
.menu-list li > a > .label,
.menu-list li > a > .badge {
  float: right;
  margin-left: 8px;
}
.menu-list li.active > a,
.menu-list li.active > a:hover,
.menu-list li.active > a:focus {
  color: #fff;
  background-color: #26A69A;
}
.menu-list li.disabled > a,
.menu-list li.disabled > a:hover,
.menu-list li.disabled > a:focus {
  background-color: transparent;
  color: #999999;
  cursor: not-allowed;
}
.menu-list li.disabled > a > .label,
.menu-list li.disabled > a > .badge,
.menu-list li.disabled > a > img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media (max-width: 768px) {
  .menu-list li > a {
    color: #fff;
  }
  .menu-list li > a:hover,
  .menu-list li > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menu-list li.active > a,
  .menu-list li.active > a:hover,
  .menu-list li.active > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menu-list li.disabled > a,
  .menu-list li.disabled > a:hover,
  .menu-list li.disabled > a:focus {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
    cursor: not-allowed;
  }
  .navbar-default .menu-list li > a {
    color: #333333;
  }
  .navbar-default .menu-list li > a:hover,
  .navbar-default .menu-list li > a:focus {
    background-color: #f5f5f5;
  }
  .navbar-default .menu-list li.active > a,
  .navbar-default .menu-list li.active > a:hover,
  .navbar-default .menu-list li.active > a:focus {
    color: #fff;
    background-color: #26A69A;
  }
  .navbar-default .menu-list li.disabled > a,
  .navbar-default .menu-list li.disabled > a:hover,
  .navbar-default .menu-list li.disabled > a:focus {
    background-color: transparent;
    color: #999999;
  }
}
@media (min-width: 769px) {
  .menu-list {
    overflow-y: auto;
    max-height: 340px;
  }
}
.dd-wrapper .dd-menu {
  overflow: hidden;
  position: relative;
}
.dd-wrapper .dd-header h6 .label,
.dd-wrapper .dd-header h6 .badge {
  margin-left: 8px;
}
.dd-wrapper .dd-header h6 > i {
  margin-right: 8px;
}
.dd-wrapper .dd-header h6:first-child {
  display: none;
}
.dd-wrapper .dd-parent .active-ul + ul {
  position: relative;
  display: block;
  left: 0;
}
.dd-wrapper .link-back {
  display: block;
  padding: 9px 0;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6666667;
}
.dd-wrapper .link-back:before {
  content: '\ede7';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dd-wrapper .link-back .dd-icon,
.dd-wrapper .link-back i {
  display: none;
}
@media (max-width: 768px) {
  .navbar .dd-wrapper .link-back {
    padding: 20px 0;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
  }
  .navbar-inverse .dd-wrapper .link-back {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}
.dd-wrapper .dd-icon {
  float: right;
  margin-top: 2px;
}
.dd-wrapper .dd-icon:after {
  content: '\e9c7';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dd-wrapper .dd-header .dd-icon:after {
  content: '\e9c5';
}
.menu-heading {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  padding-top: 4px;
}
.menu-heading > i {
  float: left;
  margin-right: 8px;
}
.menu-heading.underlined {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  .menu-heading {
    color: #fff;
  }
  div:first-child > .menu-heading {
    margin-top: 0;
  }
  .navbar-default .menu-heading {
    color: #333333;
  }
  .menu-heading.underlined {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-default .menu-heading.underlined {
    border-bottom-color: #eeeeee;
  }
}
.dropdown-menu .nav-tabs,
.dropdown-menu .nav-tabs > li > a {
  border-radius: 0;
}
.dropdown-menu .nav-tabs > li:first-child > a,
.dropdown-menu .nav-tabs > li.active:first-child > a {
  border-left: 0;
}
.dropdown-menu .nav-tabs > li:last-child > a,
.dropdown-menu .nav-tabs > li.active:last-child > a {
  border-right: 0;
}
@media (max-width: 768px) {
  .dropdown-menu .nav-tabs {
    margin-top: 0;
  }
  .dropdown-menu .nav-tabs:before {
    content: none;
  }
  .dropdown-menu .nav-tabs > li + li {
    margin-top: 1px;
  }
  .dropdown-menu .nav-tabs > li > a {
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dropdown-menu .nav-tabs > li > a:hover,
  .dropdown-menu .nav-tabs > li > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .dropdown-menu .nav-tabs > li.active > a,
  .dropdown-menu .nav-tabs > li.active > a:hover,
  .dropdown-menu .nav-tabs > li.active > a:focus {
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navbar .dropdown-menu .nav-tabs {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar .dropdown-menu .nav-tabs > li {
    margin-bottom: 0;
  }
  .navbar .dropdown-menu .nav-tabs.active > a {
    border-color: transparent;
  }
  .navbar-inverse .dropdown-menu .nav-tabs > li > a {
    color: #fff;
  }
  .navbar-inverse .dropdown-menu .nav-tabs > li.disabled > a,
  .navbar-inverse .dropdown-menu .nav-tabs > li.disabled > a:hover,
  .navbar-inverse .dropdown-menu .nav-tabs > li.disabled > a:focus {
    color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
  }
  .navbar-default .dropdown-menu .nav-tabs {
    border-top-color: #ddd;
    border-bottom-color: #ddd;
    border-left: 0;
    border-right: 0;
  }
  .navbar-default .dropdown-menu .nav-tabs > li > a:hover,
  .navbar-default .dropdown-menu .nav-tabs > li > a:focus {
    color: #777;
    background-color: transparent;
  }
  .navbar-default .dropdown-menu .nav-tabs > li.active > a,
  .navbar-default .dropdown-menu .nav-tabs > li.active > a:hover,
  .navbar-default .dropdown-menu .nav-tabs > li.active > a:focus {
    color: #777;
    background-color: transparent;
  }
  .navbar-default .dropdown-menu .nav-tabs > li.disabled > a,
  .navbar-default .dropdown-menu .nav-tabs > li.disabled > a:hover,
  .navbar-default .dropdown-menu .nav-tabs > li.disabled > a:focus {
    color: #999999;
    background-color: transparent;
  }
}
.navbar-progress {
  float: left;
  margin-left: 20px;
}
.navbar-progress .progress {
  width: 200px;
}
@media (max-width: 768px) {
  .navbar-progress {
    margin: 15px 20px;
    float: none;
  }
  .navbar-progress .progress {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.navbar-xs .navbar-progress .progress {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-progress .progress,
.navbar-xs .navbar-progress .progress-sm {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-progress .progress-sm,
.navbar-xs .navbar-progress .progress-xs {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-progress .progress-xs,
.navbar-xs .navbar-progress .progress-xxs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-progress .progress-xxs {
  margin-top: 22px;
  margin-bottom: 22px;
}
.navbar-sm .navbar-progress .progress {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-lg .navbar-progress .progress,
.navbar-sm .navbar-progress .progress-sm {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-lg .navbar-progress .progress-sm,
.navbar-sm .navbar-progress .progress-xs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-lg .navbar-progress .progress-xs,
.navbar-sm .navbar-progress .progress-xxs {
  margin-top: 22px;
  margin-bottom: 22px;
}
.navbar-lg .navbar-progress .progress-xxs {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .navbar .btn-group .dropdown-menu,
  .navbar .dropdown .dropdown-menu,
  .navbar .input-group .dropdown-menu {
    width: 100%;
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .navbar .btn-group .dropdown-menu > li > a,
  .navbar .dropdown .dropdown-menu > li > a,
  .navbar .input-group .dropdown-menu > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar .btn-group,
  .navbar .input-group,
  .navbar .form-group:not(.has-feedback),
  .navbar .input-group-btn {
    position: static;
  }
  .navbar .select2-container {
    width: 100% !important;
  }
  .navbar-fixed-bottom .btn-group .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu,
  .navbar-fixed-bottom .input-group .dropdown-menu {
    border-width: 1px 0 0 0;
  }
  .navbar-component .btn-group .dropdown-menu,
  .navbar-component .dropdown .dropdown-menu,
  .navbar-component .input-group .dropdown-menu {
    border-width: 0 1px 1px 1px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .table-responsive {
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Breadcrumb component
*
*  Overrides for breadcrumb bootstrap component
*
*  Version: 1.1
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.breadcrumb {
  border-radius: 0;
  margin-bottom: 0;
}
.breadcrumb > li {
  position: relative;
}
.breadcrumb > li > a {
  color: #333333;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.breadcrumb > li i {
  display: inline-block;
  font-size: 12px;
}
.breadcrumb > li > .dropdown-menu {
  margin-top: 0;
  margin-left: 5px;
}
.breadcrumb > li:first-child > .dropdown-menu {
  margin-left: 0;
}
.breadcrumb > li > .dropdown-menu-right {
  margin-left: 0;
  margin-right: -10px;
}
.breadcrumb > li:hover > .dropdown-menu {
  display: block;
}
.breadcrumb > li.location-text {
  margin-right: 8px;
}
.breadcrumb > li.location-text + li:before {
  content: none;
}
.breadcrumb > li.location-text + li > .dropdown-menu {
  margin-left: 0;
}
@media (max-width: 768px) {
  .heading-elements .breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
  }
  .breadcrumb > li {
    position: static;
  }
  .breadcrumb > li .dropdown-menu {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-width: 1px 0;
  }
  .breadcrumb > li .dropdown-menu > li {
    position: static;
  }
  .breadcrumb .dropdown-submenu > .dropdown-menu {
    position: static;
  }
}
.page-title .breadcrumb {
  float: none;
  display: block;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 0;
}
.page-title .breadcrumb:first-child {
  padding-top: 0;
  padding-bottom: 3px;
}
.page-title .breadcrumb.position-right {
  margin-left: 29px;
}
.page-header-content > .breadcrumb {
  padding-top: 0;
  padding-bottom: 20px;
}
.page-header-content > .breadcrumb:first-child {
  padding-bottom: 0;
  padding-top: 20px;
}
.breadcrumb-dash > li + li:before {
  content: '\2013\00a0';
}
.breadcrumb-arrow > li + li:before {
  content: '\2192\00a0';
}
.breadcrumb-arrows > li + li:before {
  content: '\00bb\00a0';
}
.breadcrumb-caret > li + li:before {
  content: '\203A\00a0';
}
.breadcrumb-line {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.breadcrumb-line:after {
  content: '';
  display: table;
  clear: both;
}
.page-header .breadcrumb-line:first-child {
  z-index: 994;
}
.breadcrumb-line:not([class*=bg-]) {
  background-color: #fff;
}
.page-header-content + .breadcrumb-line {
  margin-bottom: 20px;
}
.page-header-default .breadcrumb-line:not([class*=bg-]) {
  background-color: #fcfcfc;
}
.breadcrumb-line .breadcrumb {
  margin-right: 46px;
}
@media (min-width: 769px) {
  .breadcrumb-line .breadcrumb {
    float: left;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .breadcrumb-line {
    z-index: 998;
    background-color: inherit;
  }
}
.page-header-default .page-header-content + .breadcrumb-line,
.page-header-inverse .page-header-content + .breadcrumb-line {
  border-top: 1px solid #ddd;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-header-default .page-header-content + .breadcrumb-line-component,
.page-header-inverse .page-header-content + .breadcrumb-line-component {
  border-width: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.breadcrumb-line-component {
  border-radius: 3px;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb-line-component:not([class*=bg-]) {
  background-color: #fff;
}
.breadcrumb-line-component .breadcrumb {
  margin-left: 20px;
}
.page-header .breadcrumb-line-component {
  margin-left: 20px;
  margin-right: 20px;
}
.breadcrumb-line[class*=bg-] a,
.breadcrumb-line[class*=bg-] i {
  color: inherit;
}
.breadcrumb-line[class*=bg-] .breadcrumb > .active,
.breadcrumb-line[class*=bg-] .breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.75);
}
.breadcrumb-line[class*=bg-] .breadcrumb-elements {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a {
  color: rgba(255, 255, 255, 0.9);
}
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li.open > a,
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a:hover,
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a:focus {
  color: #fff;
}
.breadcrumb-elements {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ddd;
  font-size: 0;
}
.breadcrumb-elements:after {
  content: '';
  display: table;
  clear: both;
}
.breadcrumb-elements > li {
  display: inline-block;
  position: static;
  font-size: 13px;
}
.breadcrumb-elements > li > a {
  display: block;
  padding: 10px 15px;
  color: #333333;
}
.breadcrumb-elements > li.open > a,
.breadcrumb-elements > li > a:hover,
.breadcrumb-elements > li > a:focus {
  background-color: #f9f9f9;
}
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li.open > a,
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a:hover,
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.breadcrumb-elements .dropdown-menu {
  margin-top: 0;
  left: auto;
  right: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 768px) {
  .breadcrumb-elements .dropdown-menu {
    left: 0;
  }
  .breadcrumb-elements .dropdown-menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.breadcrumb-elements .dropup > .dropdown-menu {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.breadcrumb-elements [data-toggle="collapse"] {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
}
@media (min-width: 769px) {
  .breadcrumb-elements {
    float: right;
    text-align: inherit;
    border-top: 0;
  }
  .breadcrumb-elements.collapse {
    display: block;
    visibility: visible;
  }
  .breadcrumb-elements > li {
    float: left;
  }
  .breadcrumb-elements > li,
  .breadcrumb-elements > li .btn-group {
    position: relative;
  }
  .breadcrumb-line-component .breadcrumb-elements > li:last-child > a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .breadcrumb-elements [data-toggle="collapse"] {
    display: none;
  }
}
@media (max-width: 768px) {
  .breadcrumb-line:not(.breadcrumb-line-component) .breadcrumb-elements {
    background-color: inherit;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Pagination (multiple pages) component
*
*  Overrides for pagination bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.pagination {
  margin-top: 0;
  margin-bottom: -6px;
}
.pagination,
.pagination.has-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.pagination > li > a,
.pagination > li > span {
  min-width: 38px;
  padding: 9px;
  text-align: center;
  border-width: 0;
}
.pagination > li:not(.disabled) > a:hover,
.pagination > li:not(.disabled) > span:hover,
.pagination > li:not(.disabled) > a:focus,
.pagination > li:not(.disabled) > span:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.pagination > li:not(.disabled) > a:active,
.pagination > li:not(.disabled) > span:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.panel .pagination {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination.pagination-rounded > li:first-child > a,
.pagination.pagination-rounded > li:first-child > span {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
.pagination.pagination-rounded > li:last-child > a,
.pagination.pagination-rounded > li:last-child > span {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}
.pagination-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination-flat > li > a,
.pagination-flat > li > span {
  margin-left: 1px;
  border-radius: 3px;
  min-width: 38px;
  background-color: transparent;
}
.pagination-flat > li > a,
.pagination-flat > li > span,
.pagination-flat > li > a:hover,
.pagination-flat > li > span:hover,
.pagination-flat > li > a:focus,
.pagination-flat > li > span:focus {
  border-color: transparent;
}
.pagination-flat > .active > a,
.pagination-flat > .active > span,
.pagination-flat > .active > a:hover,
.pagination-flat > .active > span:hover,
.pagination-flat > .active > a:focus,
.pagination-flat > .active > span:focus {
  border-color: transparent;
}
.pagination-flat > .disabled > span,
.pagination-flat > .disabled > span:hover,
.pagination-flat > .disabled > span:focus,
.pagination-flat > .disabled > a,
.pagination-flat > .disabled > a:hover,
.pagination-flat > .disabled > a:focus {
  border-color: transparent;
  background-color: transparent;
}
.pagination-flat.pagination-rounded > li > a,
.pagination-flat.pagination-rounded > li > span {
  border-radius: 100px;
  padding-left: 11px;
  padding-right: 11px;
}
.pagination-flat.pagination-lg > li > a,
.pagination-flat.pagination-lg > li > span {
  min-width: 40px;
}
.pagination-flat.pagination-lg.pagination-rounded > li > a,
.pagination-flat.pagination-lg.pagination-rounded > li > span {
  padding-left: 10px;
  padding-right: 10px;
}
.pagination-flat.pagination-sm > li > a,
.pagination-flat.pagination-sm > li > span {
  min-width: 36px;
}
.pagination-flat.pagination-sm.pagination-rounded > li > a,
.pagination-flat.pagination-sm.pagination-rounded > li > span {
  padding-left: 12px;
  padding-right: 12px;
}
.pagination-flat.pagination-xs > li > a,
.pagination-flat.pagination-xs > li > span {
  min-width: 34px;
}
.pagination-flat.pagination-xs.pagination-rounded > li > a,
.pagination-flat.pagination-xs.pagination-rounded > li > span {
  padding-left: 13px;
  padding-right: 13px;
}
.pagination-separated > li > a,
.pagination-separated > li > span {
  margin-left: 2px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px;
  min-width: 40px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 8px;
  min-width: 36px;
}
.pagination-xs > li > a,
.pagination-xs > li > span {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.6666667;
}
.pagination-xs > li:first-child > a,
.pagination-xs > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-xs > li:last-child > a,
.pagination-xs > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-xs > li > a,
.pagination-xs > li > span {
  padding: 7px;
  min-width: 34px;
}
/* ------------------------------------------------------------------------------
*
*  # Pager component
*
*  Overrides for pager bootstrap component
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.pager {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
}
.pager li > a,
.pager li > span {
  padding: 9px 17px;
  color: #333333;
  border-width: 0;
  overflow: hidden;
  font-size: 13px;
}
.pager li > a:hover,
.pager li > a:focus {
  border-color: #2196F3;
  color: #fff;
}
.pager li + li {
  margin-left: 10px;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  border-color: #ddd;
}
.pager.text-left {
  text-align: left;
}
.pager.text-right {
  text-align: right;
}
.pager-lg li > a,
.pager-lg li > span {
  padding: 10px 19px;
  font-size: 14px;
  line-height: 1.4285715;
}
.pager-sm li > a,
.pager-sm li > span {
  padding: 8px 15px;
  font-size: 12px;
  line-height: 1.6666667;
}
.pager-xs li > a,
.pager-xs li > span {
  padding: 7px 13px;
  font-size: 12px;
  line-height: 1.6666667;
}
.pager-rounded li > a,
.pager-rounded li > span {
  border-radius: 100px;
}
.pager-linked li > a,
.pager-linked li > span {
  border-color: transparent;
  background-color: transparent;
  color: #1E88E5;
}
.pager-linked li > a:hover,
.pager-linked li > span:hover {
  background-color: #2196F3;
  color: #fff;
}
.pager-linked .disabled > a,
.pager-linked .disabled > a:hover,
.pager-linked .disabled > a:focus,
.pager-linked .disabled > span {
  background-color: transparent;
  border-color: transparent;
}
/* ------------------------------------------------------------------------------
*
*  # Labels component
*
*  Overrides for labels bootstrap component
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.label {
  display: inline-block;
  font-weight: 500;
  padding: 2px 5px 1px 5px;
  line-height: 1.5384616;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1px;
  border-radius: 2px;
}
.btn .label {
  top: 0;
}
.list-group-item.active > .label,
.nav-pills > .active > a > .label,
.nav-tabs[class*=bg-] > li > a > .label {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
@media (min-width: 769px) {
  .list-group-item > .label {
    float: right;
  }
  .list-group-item > .label + .label {
    margin-right: 8px;
  }
}
.label > .caret,
.badge > .caret {
  margin-top: -2px;
}
.open .label.dropdown-toggle,
.open .badge.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.label[href]:hover,
.badge[href]:hover,
.label[href]:focus,
.badge[href]:focus {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.label-default {
  border-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #999999;
}
.label-primary {
  border-color: #2196F3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2196F3;
}
.label-success {
  border-color: #4CAF50;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4CAF50;
}
.label-info {
  border-color: #00BCD4;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #00BCD4;
}
.label-warning {
  border-color: #FF5722;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #FF5722;
}
.label-danger {
  border-color: #F44336;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #F44336;
}
.label-striped {
  background-color: #f5f5f5;
  color: #333333;
  border-left-width: 2px;
  padding: 6px 12px;
}
.label-striped.label-striped-right {
  border-left-width: 1px;
  border-right-width: 2px;
}
.label-striped,
.label-striped.label-icon {
  border-radius: 0;
}
.label-striped[href]:hover,
.label-striped[href]:focus {
  color: #333333;
  background-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.label-flat {
  background-color: transparent;
  border-width: 2px;
  border-radius: 0;
  padding: 1px 4px 0 4px;
}
.label-flat[href]:hover,
.label-flat[href]:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.label-icon {
  padding: 4px;
  border-radius: 2px;
  line-height: 1;
}
.label-icon > i {
  top: 0;
}
.label-icon.label-flat {
  padding: 6px;
}
.label-icon-xlg {
  padding: 10px;
}
.label-icon-xlg.label-flat {
  padding: 8px;
}
.label-icon-lg {
  padding: 9px;
}
.label-icon-lg.label-flat {
  padding: 7px;
}
.label-icon-sm {
  padding: 7px;
}
.label-icon-sm.label-flat {
  padding: 5px;
}
.label-icon-xs {
  padding: 6px;
}
.label-icon-xs.label-flat {
  padding: 4px;
}
.label-rounded {
  border-radius: 100px;
}
.label-rounded:not(.label-icon) {
  padding-left: 8px;
  padding-right: 8px;
}
.label-roundless {
  border-radius: 0;
}
.label-block {
  display: block;
}
.form-control + .label-block {
  margin-top: 8px;
}
.label-block.text-left {
  text-align: left;
  margin-right: 0;
}
.label-block.text-right {
  text-align: right;
  margin-left: 0;
}
/* ------------------------------------------------------------------------------
*
*  # Badges component
*
*  Overrides for badges bootstrap component
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.badge {
  padding: 2px 6px 1px 6px;
  font-size: 10px;
  letter-spacing: 0.1px;
  vertical-align: baseline;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
}
.btn .badge {
  top: 0;
}
.btn-xs .badge {
  padding: 2px 6px 1px 6px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.nav-tabs[class*=bg-] > li > a > .badge {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 0;
}
.nav-pills > li > a > .badge.position-right {
  margin-left: 8px;
}
.badge-default {
  background-color: #999999;
  border-color: #999999;
}
.badge-primary {
  background-color: #2196F3;
  border-color: #2196F3;
}
.badge-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.badge-info {
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.badge-warning {
  background-color: #FF5722;
  border-color: #FF5722;
}
.badge-danger {
  background-color: #F44336;
  border-color: #F44336;
}
.badge-flat {
  background-color: transparent;
  border-width: 2px;
  padding: 1px 5px 0 5px;
}
.badge-flat[href]:hover,
.badge-flat[href]:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ------------------------------------------------------------------------------
*
*  # Thumbnails component
*
*  Overrides for thumbnails bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.thumbnail {
  border-width: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.panel .thumbnail {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.thumbnail > a {
  display: block;
}
.thumbnail > img,
.thumbnail a > img {
  width: 100%;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ddd;
}
.thumbnail .caption {
  padding: 17px;
  padding-top: 20px;
}
.thumbnail .caption i.pull-right,
.thumbnail .caption .icons-list.pull-right {
  margin-top: 4px;
}
.thumbnail .caption .media-heading {
  margin-top: 0;
}
.thumbnail .caption .media-heading:after {
  content: '';
  display: table;
  clear: both;
}
.modal-dialog .thumbnail {
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail > .panel-heading {
  margin: -3px;
  margin-bottom: 0;
}
.thumbnail .panel-footer {
  margin: -3px;
  margin-top: 0;
}
.thumbnail.no-padding img,
.thumbnail.no-padding .thumb {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail.no-padding .caption {
  padding: 20px;
}
.thumbnail.no-padding .panel-heading,
.thumbnail.no-padding .panel-footer {
  margin: 0;
}
.thumb {
  position: relative;
  display: block;
  text-align: center;
}
.thumb img:not(.media-preview) {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.thumb.thumb-fixed img {
  max-width: 240px;
}
.thumb:not(.thumb-rounded) img {
  border-radius: 3px;
}
.thumb:hover .caption-zoom {
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.7);
}
.thumb:hover .caption-offset {
  left: 8px;
  top: 8px;
}
.thumb .caption-collapse {
  top: 80%;
  z-index: 10;
  height: auto;
}
.thumb:hover .thumb .caption-collapse {
  top: 100%;
}
.thumb-rounded {
  width: 60%;
  margin: 20px auto 0 auto;
}
.thumb-rounded,
.thumb-rounded img,
.thumb-rounded .caption-overflow {
  border-radius: 50%;
}
.caption-overflow {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  visibility: hidden;
  border-radius: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.caption-overflow span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  width: 100%;
  text-align: center;
}
.thumb:hover > .caption-overflow {
  background-color: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.zoom-image {
  color: #fff;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.thumb:hover .zoom-image {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-rounded + .zoom-image {
  border-radius: 3px;
}
.img-circle + .zoom-image {
  border-radius: 50%;
}
.zoom-image i {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.thumb-slide {
  overflow: hidden;
}
.thumb-slide .caption {
  position: absolute;
  bottom: -100%;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.thumb-slide .caption span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
  width: 100%;
  text-align: center;
}
.thumb-slide:hover .caption {
  bottom: 0;
}
/* ------------------------------------------------------------------------------
*
*  # Alert component
*
*  Overrides for alerts bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.alert {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.alert .alert-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.alert .alert-link {
  color: inherit;
}
.alert .close,
.alert .close:hover,
.alert .close:focus {
  color: inherit;
}
.alert-primary {
  background-color: #E3F2FD;
  border-color: #1E88E5;
  color: #1565C0;
}
.alert-primary hr {
  border-top-color: #187bd1;
}
.alert-primary .alert-link {
  color: #104d92;
}
.alert-primary,
.alert-primary .close {
  color: #104d92;
}
.alert-success,
.alert-success .close {
  color: #205823;
}
.alert-info,
.alert-info .close {
  color: #00545c;
}
.alert-warning,
.alert-warning .close {
  color: #aa3510;
}
.alert-danger,
.alert-danger .close {
  color: #9c1f1f;
}
.alert.alert-rounded {
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
}
.alert-component {
  border-width: 0;
}
.alert-component[class*=alert-styled-] {
  background-color: #fff;
}
.alert[class*=bg-] a,
.alert[class*=bg-] .alert-link {
  color: #fff;
}
.alert[class*=alert-styled-]:after {
  content: '\e9a2';
  font-family: 'icomoon';
  color: #fff;
  width: 44px;
  left: -44px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alert[class*=alert-styled-].alert-danger:after,
.alert[class*=alert-styled-][class*=bg-danger]:after {
  content: '\ed64';
}
.alert[class*=alert-styled-].alert-success:after,
.alert[class*=alert-styled-][class*=bg-success]:after {
  content: '\ed6e';
}
.alert[class*=alert-styled-].alert-warning:after,
.alert[class*=alert-styled-][class*=bg-warning]:after {
  content: '\e9bd';
}
.alert[class*=alert-styled-].alert-info:after,
.alert[class*=alert-styled-][class*=bg-info]:after {
  content: '\e9b9';
}
.alert.alert-styled-right:after {
  left: auto;
  right: -44px;
}
.alert.alert-styled-custom:after {
  content: "\e81b";
}
.alert.alert-styled-left {
  border-left-width: 44px;
}
.alert.alert-styled-left[class*=bg-] {
  border-left-color: rgba(0, 0, 0, 0.15) !important;
}
.alert.alert-styled-right {
  border-right-width: 44px;
}
.alert.alert-styled-right[class*=bg-] {
  border-right-color: rgba(0, 0, 0, 0.15) !important;
}
.alert:not(.ui-pnotify)[class*=alert-arrow-]:before,
.ui-pnotify.alert[class*=alert-arrow-] > .brighttheme:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 5px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left-color: inherit;
  margin-top: -5px;
}
.alert:not(.ui-pnotify).alert-arrow-right:before,
.ui-pnotify.alert.alert-arrow-right > .brighttheme:before {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 5px solid;
  border-right-color: inherit;
}
/* ------------------------------------------------------------------------------
*
*  # Progress bars component
*
*  Overrides for progress bars bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.progress {
  position: relative;
  margin-bottom: 0;
  height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  line-height: 18px;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-rounded,
.progress-rounded > .progress-bar {
  border-radius: 100px;
}
.progress .progressbar-back-text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px;
}
.progress .progressbar-front-text {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.progress.right .progress-bar {
  right: 0;
  float: right;
}
.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}
.progress.vertical {
  width: 50px;
  height: 100%;
  display: inline-block;
}
.progress.vertical + .progress.vertical {
  margin-left: 10px;
}
.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.progress.vertical.bottom {
  position: relative;
}
.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0;
}
.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}
.progress-lg {
  height: 22px;
}
.progress-lg .progress-bar {
  line-height: 22px;
}
.progress-sm {
  height: 14px;
}
.progress-xs {
  height: 10px;
}
.progress-xxs {
  height: 6px;
}
.progress-micro {
  height: 2px;
}
.progress-sm .progress-bar,
.progress-xs .progress-bar,
.progress-xxs .progress-bar,
.progress-micro .progress-bar {
  font-size: 0;
}
/* ------------------------------------------------------------------------------
*
*  # Media list component
*
*  Overrides for media list bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.media {
  margin-top: 20px;
  position: relative;
}
.media.panel-body {
  margin-top: 0;
}
.media,
.media-body {
  overflow: visible;
}
.media-left,
.media-right,
.media-body {
  position: relative;
}
.media-heading {
  margin-bottom: 2px;
  display: block;
}
.media-list {
  margin-bottom: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 20px;
}
.media-left,
.media > .pull-left {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .stack-media-on-mobile:not(.text-left):not(.text-right) {
    text-align: center;
  }
  .stack-media-on-mobile .media-annotation {
    display: block;
  }
  .stack-media-on-mobile .media-annotation.dotted:not(.pull-right):before {
    content: none;
    margin: 0;
  }
  .stack-media-on-mobile .media-heading .media-annotation {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
  }
  .stack-media-on-mobile .media-left,
  .stack-media-on-mobile .media-right,
  .stack-media-on-mobile .media-body {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .stack-media-on-mobile .media-body,
  .stack-media-on-mobile .media-right {
    margin-top: 15px;
  }
  .stack-media-on-mobile .media-heading {
    margin-bottom: 5px;
  }
}
.media-badge {
  position: absolute;
  left: -10px;
  top: -2px;
}
.media-badge,
.media-badge[class*=bg-] {
  border: 2px solid;
}
@media (max-width: 768px) {
  .navbar-inverse .media-badge {
    border: 0;
    top: 0;
  }
}
.media-annotation {
  color: #999999;
  font-size: 12px;
  line-height: 1.6666667;
  font-weight: 400;
}
.media-heading .media-annotation {
  margin-left: 8px;
}
.media-annotation i {
  font-size: 13px;
}
.media-annotation.dotted:not(.pull-right):before {
  content: '\2022';
  margin-right: 11px;
}
.media-header {
  white-space: nowrap;
  margin-top: 20px;
  font-weight: 500;
}
.media-header:first-child {
  margin-top: 0;
}
.media-list-bordered > li {
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
  margin-top: 15px;
}
.media-list-bordered > li:first-child {
  padding-top: 0;
  border-top-width: 0;
}
.media-list-bordered.media-list-linked .media-header {
  margin-bottom: 15px;
}
.media-list-linked .media {
  margin-top: 0;
  padding: 0;
}
.media-list-linked .media-link {
  display: block;
  padding: 15px 20px;
  color: #333333;
}
.media-list-linked .media-link:hover,
.media-list-linked .media-link:focus {
  background-color: #fafafa;
  color: #333333;
}
.media-list-linked .media-header {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.media-list-linked .media-header:first-child {
  margin-top: 0;
}
.media-list-linked.media-list-bordered > li:first-child {
  border-top-width: 1px;
}
.media-list-linked.media-list-bordered > .media-header {
  margin-top: 0;
}
.media-list-linked.media-list-bordered > .media-header:first-child {
  border-top-width: 0;
}
/* ------------------------------------------------------------------------------
*
*  # List groups component
*
*  Overrides for list groups bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.list-group {
  list-style: none;
  margin-bottom: 0;
  border: 1px solid #ddd;
  padding: 8px 0;
  border-radius: 3px;
}
.list-group-item {
  background-color: transparent;
  padding: 10px 20px;
  border: 0;
}
.list-group-item.disabled .label,
.list-group-item.disabled:hover .label,
.list-group-item.disabled:focus .label,
.list-group-item.disabled .badge,
.list-group-item.disabled:hover .badge,
.list-group-item.disabled:focus .badge {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.list-group-divider {
  height: 1px;
  display: block;
  background-color: #e5e5e5;
  margin-top: 8px;
  margin-bottom: 8px;
}
.list-group-header {
  padding: 8px 20px;
  font-size: 11px;
  line-height: 1.82;
  color: #999999;
  text-transform: uppercase;
}
.list-group-header:first-child {
  margin-top: 8px;
}
.list-group-item + .list-group-header,
.list-group-divider + .list-group-header {
  margin-top: 16px;
}
.list-group-item > i,
.list-group-header > i {
  margin-right: 8px;
}
.list-group-item > i.pull-right,
.list-group-header > i.pull-right {
  margin-right: 0;
  margin-left: 8px;
  margin-top: 2px;
}
.list-group-item-heading {
  margin-top: 8px;
  margin-bottom: 8px;
}
.list-group-item-text {
  line-height: 1.5384616;
  margin-bottom: 8px;
}
.list-group-item-success {
  color: #43A047;
  background-color: #E8F5E9;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #43A047;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #43A047;
  background-color: #d6edd8;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.list-group-item-success,
a.list-group-item-success,
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #205823;
}
.list-group-item-info {
  color: #1565C0;
  background-color: #E3F2FD;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #1565C0;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #1565C0;
  background-color: #cbe7fb;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #1565C0;
  border-color: #1565C0;
}
.list-group-item-info,
a.list-group-item-info,
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #104d92;
}
.list-group-item-warning {
  color: #EF6C00;
  background-color: #FFF3E0;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #EF6C00;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #EF6C00;
  background-color: #ffe9c6;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #EF6C00;
  border-color: #EF6C00;
}
.list-group-item-warning,
a.list-group-item-warning,
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #aa3510;
}
.list-group-item-danger {
  color: #D84315;
  background-color: #FBE9E7;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #D84315;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #D84315;
  background-color: #f7d5d1;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #D84315;
  border-color: #D84315;
}
.list-group-item-danger,
a.list-group-item-danger,
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #9c1f1f;
}
/* ------------------------------------------------------------------------------
*
*  # Panels component
*
*  Overrides for panels bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.panel {
  margin-bottom: 20px;
  border-width: 0;
  color: #333333;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.panel.has-scroll {
  max-width: 100%;
  overflow-x: auto;
}
.panel.has-bg-image {
  background-image: url(../less/images/backgrounds/panel_bg.png);
}
.panel-flat > .panel-heading + .table,
.panel-flat > .panel-heading + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel[class*=bg-] > .panel-heading {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .panel[class*=bg-] > .panel-heading {
    background-color: inherit;
  }
}
.panel[class*=bg-].panel-flat > .panel-heading {
  border-bottom-color: transparent;
}
.panel[class*=bg-] .panel-title {
  color: #fff;
}
.panel[class*=bg-] .table thead td,
.panel[class*=bg-] .table tbody td,
.panel[class*=bg-] .table thead th,
.panel[class*=bg-] .table tbody th {
  border-color: rgba(255, 255, 255, 0.1);
}
.panel[class*=bg-] .text-muted,
.panel[class*=bg-] .help-block,
.panel[class*=bg-] .help-inline {
  color: rgba(255, 255, 255, 0.8);
}
.panel-bordered {
  border-width: 1px;
}
.panel[class*=border-top-] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel[class*=border-top-]:not(.border-top-lg):not(.border-top-xlg) {
  border-top-width: 1px;
}
.panel[class*=border-bottom-] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel[class*=border-bottom-]:not(.border-bottom-lg):not(.border-bottom-xlg) {
  border-bottom-width: 1px;
}
.panel[class*=border-left-] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.panel[class*=border-left-]:not(.border-left-lg):not(.border-left-xlg) {
  border-left-width: 1px;
}
.panel[class*=border-right-] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.panel[class*=border-right-]:not(.border-right-lg):not(.border-right-xlg) {
  border-right-width: 1px;
}
.panel-body {
  position: relative;
}
.panel-flat > .panel-heading + .panel-body {
  padding-top: 0;
}
.panel-body + .panel-body,
.panel-body + .table,
.panel-body + .table-responsive,
.panel-body.has-top-border {
  border-top: 1px solid #ddd;
}
.panel[class*=bg-] .panel-body + .panel-body,
.panel[class*=bg-] .panel-body + .table,
.panel[class*=bg-] .panel-body + .table-responsive,
.panel[class*=bg-] .panel-body.has-top-border {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.panel-body-accent {
  background-color: #fcfcfc;
}
.panel[class*=bg-] .panel-body-accent {
  background-color: rgba(0, 0, 0, 0.1);
}
.panel-heading {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-bordered > .panel-heading {
  margin: 0;
}
.panel-flat > .panel-heading {
  background-color: #fff;
}
.panel-flat > .panel-heading > .panel-title {
  margin-top: 2px;
  margin-bottom: 2px;
}
.panel-flat > .panel-heading + .tab-content > .has-padding {
  padding-top: 0;
}
.panel-flat[class*=bg-] > .panel-heading {
  background-color: inherit;
}
.panel-heading[class*=bg-],
.panel-primary .panel-heading,
.panel-danger .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-info .panel-heading {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-white > .panel-heading {
  background-color: #fff;
  border-bottom-color: #ddd;
}
.panel-title {
  position: relative;
  font-size: 13px;
}
.panel-title.text-size-mini {
  font-size: 11px;
}
.panel-title.text-size-small {
  font-size: 12px;
}
.panel-title.text-size-large {
  font-size: 14px;
}
a.panel-title {
  display: block;
}
.panel-title img {
  max-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.panel-title > small:not(.display-block),
.panel-title > .small:not(.display-block) {
  margin-left: 5px;
}
h1.panel-title,
.h1.panel-title {
  font-size: 25px;
}
h2.panel-title,
.h2.panel-title {
  font-size: 23px;
}
h3.panel-title,
.h3.panel-title {
  font-size: 21px;
}
h4.panel-title,
.h4.panel-title {
  font-size: 19px;
}
h5.panel-title,
.h5.panel-title {
  font-size: 17px;
}
h6.panel-title,
.h6.panel-title {
  font-size: 15px;
}
.icons-list a[data-action] {
  vertical-align: middle;
}
.icons-list a[data-action]:after {
  font-family: 'icomoon';
  font-size: 16px;
  min-width: 16px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icons-list a[data-action="collapse"]:after {
  content: '\e9c1';
}
.icons-list a[data-action="reload"]:after {
  content: '\e9fb';
}
.icons-list a[data-action="close"]:after {
  content: '\e9b6';
}
.icons-list a[data-action="move"]:after {
  content: '\e986';
}
.icons-list a[data-action="modal"]:after {
  content: '\e9eb';
}
.panel-footer {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-footer:after {
  content: '';
  display: table;
  clear: both;
}
.panel-footer .form-control,
.panel-footer .selectboxit-btn,
.panel-footer .multiselect.btn-default,
.panel-footer .bootstrap-select .btn-default,
.panel-footer .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-bottom-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.panel-footer-transparent {
  background-color: transparent;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 11px;
}
.panel-footer-condensed {
  padding-top: 2px;
  padding-bottom: 2px;
}
.panel-footer-bordered {
  background-color: #fff;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top-width: 0;
}
.panel-group-control .panel-title > a {
  padding-left: 26px;
  display: inline-block;
}
.panel-group-control .panel-title > a:before {
  content: '\e9b7';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel-group-control .panel-title > a.collapsed:before {
  content: '\e9b8';
}
.panel-group-control.panel-group-control-right .panel-title > a {
  padding-left: 0;
  padding-right: 26px;
}
.panel-group-control.panel-group-control-right .panel-title > a:before {
  left: auto;
  right: 0;
}
.panel-default {
  border-color: transparent;
}
.panel-primary {
  border-color: transparent;
}
.panel-primary.panel-bordered {
  border-color: #2196F3;
}
.panel-success {
  border-color: transparent;
}
.panel-success.panel-bordered {
  border-color: #4CAF50;
}
.panel-info {
  border-color: transparent;
}
.panel-info.panel-bordered {
  border-color: #00BCD4;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning.panel-bordered {
  border-color: #FF5722;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger.panel-bordered {
  border-color: #F44336;
}
/* ------------------------------------------------------------------------------
*
*  # Wells component
*
*  Overrides for wells bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.well {
  margin-bottom: 0;
  padding: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well-white {
  background-color: #fff;
}
.well[class*=border-top-] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.well[class*=border-bottom-] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.well[class*=border-left-] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.well[class*=border-right-] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.well-lg {
  padding: 25px;
  border-radius: 3px;
}
.well-sm {
  padding: 15px;
  border-radius: 3px;
}
/* ------------------------------------------------------------------------------
*
*  # Close button component
*
*  Overrides for close button bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.close {
  text-shadow: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.close:hover,
.close:focus {
  outline: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ------------------------------------------------------------------------------
*
*  # Modals component
*
*  Overrides for modals bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.modal-content {
  border-radius: 3px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.modal-header {
  position: relative;
  padding-bottom: 0;
}
.modal-header[class*=bg-] {
  padding: 15px 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.modal-header[class*=bg-] .close {
  margin-top: -9.75px;
}
.modal-content[class*=bg-] .modal-header .close,
.modal-header[class*=bg-] .close {
  color: #fff;
}
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: 0;
}
.modal-body .close {
  margin-top: 0 !important;
}
.modal-footer {
  padding-top: 0;
}
.modal-footer.text-center {
  text-align: center;
}
.modal-footer.text-left {
  text-align: left;
}
@media (min-width: 769px) {
  .modal-xs {
    width: 300px;
  }
  .modal-full {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Tooltips component
*
*  Overrides for tooltips bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.tooltip {
  font-size: 13px;
  line-height: 1.5384616;
}
.tooltip .tooltip-arrow {
  display: none;
}
.tooltip [class*=bg-] {
  border-radius: 3px;
}
.tooltip [class*=bg-] > .tooltip-inner {
  background-color: inherit;
}
.tooltip-inner {
  padding: 8px 16px;
}
/* ------------------------------------------------------------------------------
*
*  # Popovers component
*
*  Overrides for popovers bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.popover {
  border-radius: 3px;
  padding: 0;
  border-width: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.popover .arrow {
  display: none;
}
.popover-title {
  font-size: 12px;
  line-height: 1.6666667;
  border: 0;
  padding: 15px 15px 0 15px;
  text-transform: uppercase;
  font-weight: 500;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.popover-title[class*=bg-] {
  padding: 10px 15px;
  margin: -1px -1px 0 -1px;
}
.popover-content {
  padding: 15px;
}
/* ------------------------------------------------------------------------------
*
*  # Fancybox lightbox
*
*  Mac-style "lightbox" plugin that floats overtop of web page.
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background-color: #fff;
  color: #333333;
  border-radius: 3px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  cursor: pointer;
  z-index: 8060;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#fancybox-loading div:after {
  content: '\eb55';
  font-family: 'icomoon';
  font-size: 16px;
  margin-top: -8px;
  margin-left: -8px;
  display: block;
  line-height: 1;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-animation: rotation 1s ease infinite;
  -webkit-animation: rotation 1s ease infinite;
  -moz-animation: rotation 1s ease infinite;
  animation: rotation 1s ease infinite;
}
.fancybox-close {
  position: fixed;
  right: 0;
  top: 0;
  padding: 15px;
  z-index: 8061;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
}
.fancybox-close:hover,
.fancybox-close:focus {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.fancybox-close:after {
  content: '\ed6a';
  font-family: 'icomoon';
  font-size: 16px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fancybox-error {
  color: #F44336;
  font-weight: 500;
  margin: 0;
  padding: 20px;
  white-space: nowrap;
}
.fancybox-title {
  visibility: hidden;
  font-weight: 500;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -45px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background-color: transparent;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  cursor: pointer;
  padding: 8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  z-index: 8040;
  visibility: hidden;
  border-radius: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fancybox-nav span:after {
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fancybox-nav:hover span {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  left: 10px;
}
.fancybox-prev span:after {
  content: '\e9c8';
}
.fancybox-next {
  right: 0;
}
.fancybox-next span {
  right: 10px;
}
.fancybox-next span:after {
  content: '\e9cb';
}
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0.8);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
/*.gDepth(@name) {
  @addName: ~"gDepth-@{name}";	
  &.@{addName} {
	  &:after{
		content: '';
		display: block;
		min-height: 43px;
		width: 1px;
		position: absolute;
		left: 50%;
		bottom: 24px;
		height: 43px * @name + 10px;
		
	  }       	
    }
}*/
/*.gPush(@name) {
  @addName: ~"gPush-@{name}";	
  &.@{addName} {
		margin-left: 30px * @name + 3px + 3px * @name;    	
    }
}   */
/*.gLink(@name) {
  @addName: ~"gLink-@{name}";	
  &.@{addName} {
	  display: block;
	  height: 1px;
	  position: absolute;
	  width: 30px * @name + 3px + 3px * @name - 15px;   
	  margin-left: 17px;
	  margin-right: 3px;
	  top: 50%;
	  &:before{
		content: '';
		display: block;  
		height: 1px;  
		right: 0;
	  	border-bottom: 1px dashed #000000;
	  	width: 100%;    
	  }
	  &:after{
		content: '';
		display: block;
		width: 1px;
		position: absolute;
		left: 0;
		border-left: 1px dashed #000000;
	  }
	  &.down{
		&:after{
			min-height: 15px;
			top: 0;
		  }  
	  }
	  &.center{
		&:after{
			min-height: 30px;
			top: -15px;
		  }  
	  }
	  &.up{
		&:after{
			min-height: 15px;
			bottom: 0;
		  }  
	  } 
	  &.danger{
		  &:after, &:before{
		  	border-color: #f44336;
		  }
	  }
	  &.purple{
		  &:after, &:before{
		  	border-color: #673ab7;
		  }
	  }
    }
}*/
#consulta .escopo .tags,
#consulta .escopo .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice {
  background-color: #03a9f4 !important;
  color: #fff !important;
}
#consulta .escopo .tags:hover,
#consulta .escopo .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:hover {
  background-color: #03a9f4 !important;
  color: #fff !important;
}
#consulta .escopo .select2-search__field {
  min-width: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #consulta .filtros .panel-heading .heading-elements {
    position: absolute;
    right: 5px;
    top: 16px;
    display: block;
  }
}
#consulta .filtros a,
#consulta .filtros span {
  font-size: 13px;
  color: #333333;
}
#consulta .filtros .tooltip-inner a {
  color: #ffffff;
}
#consulta .filtros .tooltip-inner a i {
  color: #ffffff;
}
#consulta .filtros .disabled a {
  opacity: 0.5;
}
#consulta .filtros .label,
#consulta .filtros .badge {
  color: #ffffff;
  min-width: 30px;
}
#consulta .filtros thead th {
  padding: 8px 3px;
  /*&:nth-child(5){
					text-align: right;
				}*/
}
#consulta .filtros thead th:nth-child(2) {
  text-align: center;
}
#consulta .filtros thead th:nth-child(3) {
  text-align: left;
}
#consulta .filtros thead th:nth-child(6) {
  text-align: right;
}
#consulta .filtros tbody tr {
  position: relative;
  min-height: 50px;
}
#consulta .filtros tbody tr.firstGroup td {
  border-top: none;
}
#consulta .filtros tbody tr.intergroup {
  /*background: #E0E0E0;*/
  height: 40px;
}
#consulta .filtros tbody tr.intergroup td {
  border-bottom: 1px dashed #bbbbbb;
  border-top: 1px dashed #bbbbbb;
  padding: 0 !important;
}
#consulta .filtros tbody tr.intergroup td:nth-child(1):before {
  display: none;
}
#consulta .filtros tbody tr.intergroup a {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  text-align: center;
  margin-top: -12px;
}
#consulta .filtros tbody tr.add td {
  text-align: right;
  height: 35px;
}
#consulta .filtros tbody tr.add td:nth-child(1):after {
  content: '';
  display: block;
  height: 30px;
}
#consulta .filtros tbody tr.add td:nth-child(1):before {
  display: none;
}
#consulta .filtros tbody tr.add .lineActions {
  position: relative;
  width: 100%;
  display: block;
  height: 40px;
}
#consulta .filtros tbody tr.add .lineActions .addGroup {
  position: absolute;
  right: 115px;
  top: 0;
}
#consulta .filtros tbody tr.add .lineActions .addLine {
  position: absolute;
  right: -3px;
  top: 0;
}
#consulta .filtros tbody tr.add .lineActions .removeGroup {
  position: absolute;
  right: 237px;
  top: 0;
}
#consulta .filtros tbody td {
  padding: 8px 3px;
}
#consulta .filtros tbody td:nth-child(1) .dropdown-menu-right {
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #consulta .filtros tbody td:nth-child(1) .icons-list {
    display: none;
  }
  #consulta .filtros tbody td:nth-child(1):before {
    content: "\ecab";
  }
}
#consulta .filtros tbody td:nth-child(2) {
  text-align: center;
}
#consulta .filtros tbody td:nth-child(2) .tooltip-inner {
  padding: 3px;
}
#consulta .filtros tbody td:nth-child(2) .label {
  min-width: 30px;
  /*.gDepth(1);
						.gDepth(2);
						.gDepth(3);
						.gDepth(4);
						.gDepth(5);
						.gDepth(6);
						.gDepth(7);
						.gDepth(8);
						.gDepth(9);
						.gDepth(10);
						.gPush(1);
						.gPush(2);
						.gPush(3);
						.gPush(4);
						.gPush(5);
						.gPush(6);
						.gPush(7);
						.gPush(8);
						.gPush(9);
						.gPush(10);		*/
}
#consulta .filtros tbody td:nth-child(2) .label.openSideBar {
  position: absolute;
  right: 0;
  margin-top: -11px;
}
#consulta .filtros tbody td:nth-child(2) .label.bg-purple:after {
  background-color: #673ab7;
}
#consulta .filtros tbody td:nth-child(2) .label.label-danger:after {
  background-color: #f44336;
}
#consulta .filtros tbody td:nth-child(2) span {
  /*.gLink(1);
						.gLink(2);
						.gLink(3);
						.gLink(4);
						.gLink(5);
						.gLink(6);
						.gLink(7);
						.gLink(8);
						.gLink(9);
						.gLink(10);*/
}
#consulta .filtros tbody td:nth-child(6) {
  text-align: right;
}
#consulta .filtros tbody td .checkbox {
  margin: 0;
}
#consulta .filtros tfoot a {
  font-size: 15px;
}
#consulta .filtros tfoot th {
  padding: 8px 3px;
  /*&:nth-child(3){
						text-align: right;
					}
				&:nth-child(4){
						text-align: right;
					}*/
}
#consulta .modalAbrirConsulta .icons-list {
  text-align: right;
}
#consulta .modalAbrirConsulta .modal-body {
  padding: 20px;
}
#consulta .modalAbrirConsulta .dataTable {
  background: #ffffff;
  margin-bottom: 10px;
  border-bottom: 1px solid #bbbbbb;
}
#consulta .modalAbrirConsulta .dataTables_wrapper {
  /*background: #DDDDDD;*/
}
#consulta .modalAbrirConsulta .dataTables_filter input,
#consulta .modalAbrirConsulta .dataTables_length input,
#consulta .modalAbrirConsulta .dataTables_filter select,
#consulta .modalAbrirConsulta .dataTables_length select {
  display: inline-block;
  height: 38px;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding-left: 0;
  padding-right: 0;
  border-width: 1px 0;
  border-color: transparent;
  border-bottom-color: #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 10px;
}
.modalSalvarConsulta .busca {
  margin-bottom: 30px;
}
.modalSalvarConsulta span,
.modalSalvarConsulta label {
  font-size: 13px;
  opacity: 0.7;
  color: #333333;
}
.modalAssociarEvento span.center-block,
.modalAssociarEvento label.center-block {
  font-size: 13px;
  opacity: 0.7;
  color: #333333;
}
.modalAssociarEvento .btn.btn-success {
  margin-top: 30px;
  float: right;
}
.consultaActions {
  margin-top: 20px;
}
.consultaActions .heading-btn {
  width: 100%;
  display: block;
  position: relative;
}
.consultaActions .heading-btn .dv-pos-processar {
  top: 2px;
  position: absolute;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .consultaActions .heading-btn:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  .consultaActions .heading-btn:nth-child(1) .btn-group {
    width: 100%;
  }
  .consultaActions .heading-btn:nth-child(1) .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .consultaActions .heading-btn:nth-child(1) .dv-pos-processa {
    position: relative;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .consultaActions .heading-btn:nth-child(2) {
    width: 100%;
  }
  .consultaActions .heading-btn:nth-child(2) .btn-group {
    width: 100%;
  }
  .consultaActions .heading-btn:nth-child(2) .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
.dtr-bs-modal .table tr:nth-child(1) td:nth-child(1) {
  display: none;
}
.dtr-bs-modal .table tr:nth-child(1) td:nth-child(2) {
  border: none;
}
.dtr-bs-modal .table tr:nth-child(1) td:nth-child(2) .dropdown-menu {
  left: 0;
}
.dtr-bs-modal .table .label,
.dtr-bs-modal .table span,
.dtr-bs-modal .table a {
  font-size: 13px;
  color: #333333;
}
.dtr-bs-modal .table .label {
  color: #ffffff;
}
.resultadoConsulta .panel-heading .heading-elements {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .resultadoConsulta .panel-heading .heading-elements {
    position: absolute;
    right: 5px;
    top: 16px;
  }
}
.resultadoConsulta .panel-footer .btn i {
  font-size: 18px;
}
.modalLocalizarLogradouro .mg-tp-15 {
  margin-top: 15px !important;
}
.modalLocalizarLogradouro .formArea {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-right: 1px solid #dddddd;
}
.modalLocalizarLogradouro .formArea > .row {
  margin: 15px;
}
.modalLocalizarLogradouro .formArea span {
  font-size: 13px;
  opacity: 0.7;
  color: #333333;
}
.modalLocalizarLogradouro .formArea label,
.modalLocalizarLogradouro .formArea .filter-option {
  font-weight: 700;
  font-size: 13px;
  opacity: 1;
  color: #333333;
}
.modalLocalizarLogradouro .radio,
.modalLocalizarLogradouro .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.modalLocalizarLogradouro .camposPesquisa .checkbox {
  margin-bottom: 15px;
}
.modalLocalizarLogradouro .bootstrap-select {
  margin-bottom: 10px;
}
#contatoDados .profileData.edit .divisor {
  border: none;
  margin-bottom: 5px;
}
#contatoDados .profileData.edit .form-control {
  line-height: 0;
}
#contatoDados .profileData.edit .btn {
  padding: 4px 17px;
}
#contatoDados .profileData.edit .btn-group.mt-10 {
  margin-top: 7px !important;
}
#contatoDados form .profileData .divisor:nth-child(even) {
  background: none;
}
#contatoDados form .form-control {
  height: auto;
}
#contatoDados form span.center-block,
#contatoDados form s.center-block,
#contatoDados form #contatoDados a.center-block {
  margin-top: 15px;
}
#BuscaContato .panel-white > .panel-heading {
  background: none;
}
#BuscaContato .panel-body {
  padding-bottom: 0;
}
#BuscaContato .formArea {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
#BuscaContato .formArea > .row {
  margin: 15px;
}
#BuscaContato .formArea span.center-block {
  font-size: 13px;
  opacity: 0.7;
  color: #333333;
}
#BuscaContato .formArea label,
#BuscaContato .formArea .filter-option {
  font-weight: 700;
  font-size: 13px;
  opacity: 1;
  color: #333333;
}
#BuscaContato .radio,
#BuscaContato .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
#BuscaContato .camposPesquisa .checkbox {
  margin-bottom: 15px;
}
#BuscaContato .bootstrap-select {
  margin-bottom: 10px;
}
#contatoDados .userIntro,
#contatoConfig .userIntro {
  position: relative;
  padding: 10px 0;
  display: block;
  margin-bottom: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#contatoDados .userIntro span,
#contatoConfig .userIntro span {
  position: absolute;
  right: 15px;
  text-align: right;
  top: 17px;
}
#contatoDados .semEngajamento,
#contatoConfig .semEngajamento,
#contatoDados .semEtiqueta,
#contatoConfig .semEtiqueta {
  background: #eeeeee;
  padding: 20px;
  text-align: center;
  display: block;
  width: 100%;
}
#contatoDados #copyAddress,
#contatoConfig #copyAddress {
  margin-left: 10px;
  font-size: 13px;
  background: #f5f5f5;
}
#contatoDados .tabbable > .nav,
#contatoConfig .tabbable > .nav {
  background: #eeeeee;
}
#contatoDados .tabbable .tab-content,
#contatoConfig .tabbable .tab-content {
  padding: 0 20px;
}
#contatoDados .content,
#contatoConfig .content {
  padding-bottom: 0 !important;
}
#contatoDados .content > .row > .panel > .panel-body,
#contatoConfig .content > .row > .panel > .panel-body {
  padding: 0;
}
#contatoDados h4,
#contatoConfig h4 {
  position: relative;
}
#contatoDados h4:before,
#contatoConfig h4:before {
  content: '';
  width: 15px;
  height: 1px;
  position: absolute;
  bottom: 3px;
}
#contatoDados h3.panel-title,
#contatoConfig h3.panel-title {
  display: inline-block;
  margin-left: 10px;
}
#contatoDados .profileCover,
#contatoConfig .profileCover {
  display: inline-block;
  width: 25px;
  position: relative;
  height: 25px;
  margin: 0;
}
#contatoDados .profileCover .profilePicture,
#contatoConfig .profileCover .profilePicture {
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: 2px;
}
#contatoDados .profileCover:hover .profilePicture,
#contatoConfig .profileCover:hover .profilePicture {
  width: 90px;
  height: 90px;
  z-index: 999999;
  top: -25px;
  left: -25px;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#contatoDados .profileData h4,
#contatoConfig .profileData h4 {
  margin-bottom: 0;
}
#contatoDados .profileData span,
#contatoConfig .profileData span,
#contatoDados .profileData s,
#contatoConfig .profileData s,
#contatoDados .profileData a:not(.btn),
#contatoConfig .profileData a:not(.btn) {
  font-size: 13px;
  opacity: 0.7;
  color: #333333;
}
#contatoDados .profileData span.center-block,
#contatoConfig .profileData span.center-block,
#contatoDados .profileData s.center-block,
#contatoConfig .profileData s.center-block,
#contatoDados .profileData a:not(.btn).center-block,
#contatoConfig .profileData a:not(.btn).center-block {
  margin-top: 7px;
}
#contatoDados .profileData span.text-black,
#contatoConfig .profileData span.text-black,
#contatoDados .profileData s.text-black,
#contatoConfig .profileData s.text-black,
#contatoDados .profileData a:not(.btn).text-black,
#contatoConfig .profileData a:not(.btn).text-black {
  font-weight: 500;
  font-size: 14px;
  opacity: 1;
}
#contatoDados .profileData span.filter-option,
#contatoConfig .profileData span.filter-option,
#contatoDados .profileData s.filter-option,
#contatoConfig .profileData s.filter-option,
#contatoDados .profileData a:not(.btn).filter-option,
#contatoConfig .profileData a:not(.btn).filter-option {
  font-weight: 500;
  font-size: 13px;
  opacity: 1;
}
#contatoDados .profileData span.label,
#contatoConfig .profileData span.label,
#contatoDados .profileData s.label,
#contatoConfig .profileData s.label,
#contatoDados .profileData a:not(.btn).label,
#contatoConfig .profileData a:not(.btn).label {
  font-size: 11px;
  color: #ffffff;
  opacity: 1;
}
#contatoDados .profileData span.help-block,
#contatoConfig .profileData span.help-block,
#contatoDados .profileData s.help-block,
#contatoConfig .profileData s.help-block,
#contatoDados .profileData a:not(.btn).help-block,
#contatoConfig .profileData a:not(.btn).help-block {
  margin: 0;
}
#contatoDados .profileData .rating,
#contatoConfig .profileData .rating {
  color: #FF5722;
}
#contatoDados .profileData .action,
#contatoConfig .profileData .action {
  float: left;
  margin-right: 10px;
}
#contatoDados .profileData .divisor,
#contatoConfig .profileData .divisor {
  border-bottom: 1px dashed #dddddd;
  padding: 5px 0 15px 0;
}
#contatoDados .profileData .fa,
#contatoConfig .profileData .fa {
  font-size: 15px;
}
#contatoDados #mapa,
#contatoConfig #mapa {
  display: none;
  background: #eeeeee;
}
#contatoDados #mapa.ativar,
#contatoConfig #mapa.ativar {
  display: block;
  margin-top: 20px;
}
#contatoDados #mapa,
#contatoConfig #mapa,
#contatoDados #gmap,
#contatoConfig #gmap {
  width: 100%;
  height: 600px;
}
#contatoDados form .profileData .divisor:nth-child(even),
#contatoConfig form .profileData .divisor:nth-child(even) {
  background: none;
}
#contatoDados .timeLineData .timeline,
#contatoConfig .timeLineData .timeline {
  overflow-x: hidden;
}
#contatoDados .timeLineData .panel-heading,
#contatoConfig .timeLineData .panel-heading {
  padding: 0 10px;
}
#contatoDados .timeLineData .panel-body,
#contatoConfig .timeLineData .panel-body {
  padding: 0 10px;
}
#contatoDados .timeLineData .panel-body h6,
#contatoConfig .timeLineData .panel-body h6 {
  font-size: 13px;
}
#contatoDados .timeLineData .timeline-container:after,
#contatoConfig .timeLineData .timeline-container:after {
  z-index: 0;
}
#contatoDados .timeLineData .timeline-icon,
#contatoConfig .timeLineData .timeline-icon {
  z-index: 2;
}
#contatoDados .timeLineData i.fa,
#contatoConfig .timeLineData i.fa {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 1em;
  display: block;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
}
#contatoDados .timeLineData .timeline-icon div,
#contatoConfig .timeLineData .timeline-icon div {
  box-shadow: none;
}
#contatoDados .timeLineData .timeline-content h6.panel-title,
#contatoConfig .timeLineData .timeline-content h6.panel-title {
  font-size: 13px;
}
#contatoDados .timeLineData .timeline-content span,
#contatoConfig .timeLineData .timeline-content span {
  font-size: 11px;
}
#contatoDados .timeLineData .tipo-historico-1 .timeline-icon,
#contatoConfig .timeLineData .tipo-historico-1 .timeline-icon {
  background-color: #42a5f5;
  border-color: #42a5f5;
  color: #fff;
}
#contatoDados .timeLineData .tipo-historico-1 .panel,
#contatoConfig .timeLineData .tipo-historico-1 .panel {
  border-left-color: #42a5f5 !important;
}
#contatoDados .timeLineData .tipo-historico-2 .timeline-icon,
#contatoConfig .timeLineData .tipo-historico-2 .timeline-icon {
  background-color: #ff7043;
  border-color: #ff7043;
  color: #fff;
}
#contatoDados .timeLineData .tipo-historico-2 h6.panel-title,
#contatoConfig .timeLineData .tipo-historico-2 h6.panel-title {
  color: #ff7043;
}
#contatoDados .timeLineData .tipo-historico-2 .panel,
#contatoConfig .timeLineData .tipo-historico-2 .panel {
  border-left-color: #ff7043 !important;
}
#contatoDados .timeLineData .tipo-historico-3 .timeline-icon,
#contatoConfig .timeLineData .tipo-historico-3 .timeline-icon {
  background-color: #66bb6a;
  border-color: #66bb6a;
  color: #fff;
}
#contatoDados .timeLineData .tipo-historico-3 h6.panel-title,
#contatoConfig .timeLineData .tipo-historico-3 h6.panel-title {
  color: #66bb6a;
}
#contatoDados .timeLineData .tipo-historico-3 .panel,
#contatoConfig .timeLineData .tipo-historico-3 .panel {
  border-left-color: #66bb6a !important;
}
#contatoDados .timeLineData .tipo-historico-4 .timeline-icon,
#contatoConfig .timeLineData .tipo-historico-4 .timeline-icon {
  background-color: #3E2723;
  border-color: #3E2723;
  color: #fff;
}
#contatoDados .timeLineData .tipo-historico-4 h6.panel-title,
#contatoConfig .timeLineData .tipo-historico-4 h6.panel-title {
  color: #3E2723;
}
#contatoDados .timeLineData .tipo-historico-4 .panel,
#contatoConfig .timeLineData .tipo-historico-4 .panel {
  border-left-color: #3E2723 !important;
}
#contatoDados .timeLineData .tipo-historico-5 .timeline-icon,
#contatoConfig .timeLineData .tipo-historico-5 .timeline-icon {
  background-color: #ef5350;
  border-color: #ef5350;
  color: #fff;
}
#contatoDados .timeLineData .tipo-historico-5 h6.panel-title,
#contatoConfig .timeLineData .tipo-historico-5 h6.panel-title {
  color: #ef5350;
}
#contatoDados .timeLineData .tipo-historico-5 .panel,
#contatoConfig .timeLineData .tipo-historico-5 .panel {
  border-left-color: #ef5350 !important;
}
#contatoDados .timeLineData .tipo-historico-6 .timeline-icon,
#contatoConfig .timeLineData .tipo-historico-6 .timeline-icon {
  background-color: #AD1457;
  border-color: #AD1457;
  color: #fff;
}
#contatoDados .timeLineData .tipo-historico-6 h6.panel-title,
#contatoConfig .timeLineData .tipo-historico-6 h6.panel-title {
  color: #AD1457;
}
#contatoDados .timeLineData .tipo-historico-6 .panel,
#contatoConfig .timeLineData .tipo-historico-6 .panel {
  border-left-color: #AD1457 !important;
}
#contatoDados .timeLineData .tipo-historico-7 .timeline-icon,
#contatoConfig .timeLineData .tipo-historico-7 .timeline-icon {
  background-color: #455A64;
  border-color: #455A64;
  color: #fff;
}
#contatoDados .timeLineData .tipo-historico-7 h6.panel-title,
#contatoConfig .timeLineData .tipo-historico-7 h6.panel-title {
  color: #455A64;
}
#contatoDados .timeLineData .tipo-historico-7 .panel,
#contatoConfig .timeLineData .tipo-historico-7 .panel {
  border-left-color: #455A64 !important;
}
#contatoDados .timeLineData .tipo-historico-8 .timeline-icon,
#contatoConfig .timeLineData .tipo-historico-8 .timeline-icon {
  background-color: #E64A19;
  border-color: #E64A19;
  color: #fff;
}
#contatoDados .timeLineData .tipo-historico-8 h6.panel-title,
#contatoConfig .timeLineData .tipo-historico-8 h6.panel-title {
  color: #E64A19;
}
#contatoDados .timeLineData .tipo-historico-8 .panel,
#contatoConfig .timeLineData .tipo-historico-8 .panel {
  border-left-color: #455A64 !important;
}
#contatoDados .timeLineData .tipo-historico-9 .timeline-icon,
#contatoConfig .timeLineData .tipo-historico-9 .timeline-icon {
  background-color: #a742f5;
  border-color: #a742f5;
  color: #fff;
}
#contatoDados .timeLineData .tipo-historico-9 h6.panel-title,
#contatoConfig .timeLineData .tipo-historico-9 h6.panel-title {
  color: #a742f5;
}
#contatoDados .timeLineData .tipo-historico-9 .panel,
#contatoConfig .timeLineData .tipo-historico-9 .panel {
  border-left-color: #a742f5 !important;
}
#contatoDados .timeLineData .tipo-historico-10 .timeline-icon,
#contatoConfig .timeLineData .tipo-historico-10 .timeline-icon {
  background-color: #f5b342;
  border-color: #f5b342;
  color: #fff;
}
#contatoDados .timeLineData .tipo-historico-10 h6.panel-title,
#contatoConfig .timeLineData .tipo-historico-10 h6.panel-title {
  color: #f5b342;
}
#contatoDados .timeLineData .tipo-historico-10 .panel,
#contatoConfig .timeLineData .tipo-historico-10 .panel {
  border-left-color: #f5b342 !important;
}
#contatoDados .nav-tabs:before,
#contatoConfig .nav-tabs:before {
  display: none;
}
#contatoDados .dropdown-menu span,
#contatoConfig .dropdown-menu span,
#contatoDados .dropdown-menu a,
#contatoConfig .dropdown-menu a {
  font-weight: 500;
  font-size: 12px;
  opacity: 1;
}
#contatoDados .dropdown-menu .selected a,
#contatoConfig .dropdown-menu .selected a,
#contatoDados .dropdown-menu .selected span,
#contatoConfig .dropdown-menu .selected span {
  color: #ffffff !important;
}
#contatoDados #compras h3,
#contatoConfig #compras h3,
#contatoDados #carrinho-abandonado h3,
#contatoConfig #carrinho-abandonado h3 {
  font-size: 26px;
}
#contatoDados #compras #meses table tr,
#contatoConfig #compras #meses table tr,
#contatoDados #carrinho-abandonado #meses table tr,
#contatoConfig #carrinho-abandonado #meses table tr,
#contatoDados #compras #meses-carrinho-abandonado table tr,
#contatoConfig #compras #meses-carrinho-abandonado table tr,
#contatoDados #carrinho-abandonado #meses-carrinho-abandonado table tr,
#contatoConfig #carrinho-abandonado #meses-carrinho-abandonado table tr,
#contatoDados #compras #meses table th,
#contatoConfig #compras #meses table th,
#contatoDados #carrinho-abandonado #meses table th,
#contatoConfig #carrinho-abandonado #meses table th,
#contatoDados #compras #meses-carrinho-abandonado table th,
#contatoConfig #compras #meses-carrinho-abandonado table th,
#contatoDados #carrinho-abandonado #meses-carrinho-abandonado table th,
#contatoConfig #carrinho-abandonado #meses-carrinho-abandonado table th {
  font-size: 12px !important;
}
#contatoDados #compras #meses table th,
#contatoConfig #compras #meses table th,
#contatoDados #carrinho-abandonado #meses table th,
#contatoConfig #carrinho-abandonado #meses table th,
#contatoDados #compras #meses-carrinho-abandonado table th,
#contatoConfig #compras #meses-carrinho-abandonado table th,
#contatoDados #carrinho-abandonado #meses-carrinho-abandonado table th,
#contatoConfig #carrinho-abandonado #meses-carrinho-abandonado table th {
  text-align: center;
  border: none !important;
}
#contatoDados #compras #meses table th:nth-child(1),
#contatoConfig #compras #meses table th:nth-child(1),
#contatoDados #carrinho-abandonado #meses table th:nth-child(1),
#contatoConfig #carrinho-abandonado #meses table th:nth-child(1),
#contatoDados #compras #meses-carrinho-abandonado table th:nth-child(1),
#contatoConfig #compras #meses-carrinho-abandonado table th:nth-child(1),
#contatoDados #carrinho-abandonado #meses-carrinho-abandonado table th:nth-child(1),
#contatoConfig #carrinho-abandonado #meses-carrinho-abandonado table th:nth-child(1) {
  text-align: left;
}
#contatoDados #compras #meses table th:nth-child(2),
#contatoConfig #compras #meses table th:nth-child(2),
#contatoDados #carrinho-abandonado #meses table th:nth-child(2),
#contatoConfig #carrinho-abandonado #meses table th:nth-child(2),
#contatoDados #compras #meses-carrinho-abandonado table th:nth-child(2),
#contatoConfig #compras #meses-carrinho-abandonado table th:nth-child(2),
#contatoDados #carrinho-abandonado #meses-carrinho-abandonado table th:nth-child(2),
#contatoConfig #carrinho-abandonado #meses-carrinho-abandonado table th:nth-child(2) {
  text-align: center;
}
#contatoDados #compras #meses table td,
#contatoConfig #compras #meses table td,
#contatoDados #carrinho-abandonado #meses table td,
#contatoConfig #carrinho-abandonado #meses table td,
#contatoDados #compras #meses-carrinho-abandonado table td,
#contatoConfig #compras #meses-carrinho-abandonado table td,
#contatoDados #carrinho-abandonado #meses-carrinho-abandonado table td,
#contatoConfig #carrinho-abandonado #meses-carrinho-abandonado table td {
  font-size: 11px !important;
  text-align: right;
  border: 1px solid transparent;
}
#contatoDados #compras #meses table td:nth-child(1),
#contatoConfig #compras #meses table td:nth-child(1),
#contatoDados #carrinho-abandonado #meses table td:nth-child(1),
#contatoConfig #carrinho-abandonado #meses table td:nth-child(1),
#contatoDados #compras #meses-carrinho-abandonado table td:nth-child(1),
#contatoConfig #compras #meses-carrinho-abandonado table td:nth-child(1),
#contatoDados #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1),
#contatoConfig #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  font-size: 12px !important;
  text-align: left;
}
#contatoDados #compras #meses table tr:nth-child(even),
#contatoConfig #compras #meses table tr:nth-child(even),
#contatoDados #carrinho-abandonado #meses table tr:nth-child(even),
#contatoConfig #carrinho-abandonado #meses table tr:nth-child(even),
#contatoDados #compras #meses-carrinho-abandonado table tr:nth-child(even),
#contatoConfig #compras #meses-carrinho-abandonado table tr:nth-child(even),
#contatoDados #carrinho-abandonado #meses-carrinho-abandonado table tr:nth-child(even),
#contatoConfig #carrinho-abandonado #meses-carrinho-abandonado table tr:nth-child(even) {
  background-color: #eeeeee;
}
#contatoDados #compras #resumo table tr,
#contatoConfig #compras #resumo table tr,
#contatoDados #carrinho-abandonado #resumo table tr,
#contatoConfig #carrinho-abandonado #resumo table tr,
#contatoDados #compras #detalhe table tr,
#contatoConfig #compras #detalhe table tr,
#contatoDados #carrinho-abandonado #detalhe table tr,
#contatoConfig #carrinho-abandonado #detalhe table tr,
#contatoDados #compras #resumo table th,
#contatoConfig #compras #resumo table th,
#contatoDados #carrinho-abandonado #resumo table th,
#contatoConfig #carrinho-abandonado #resumo table th,
#contatoDados #compras #detalhe table th,
#contatoConfig #compras #detalhe table th,
#contatoDados #carrinho-abandonado #detalhe table th,
#contatoConfig #carrinho-abandonado #detalhe table th {
  font-size: 12px !important;
}
#contatoDados #compras #resumo table td,
#contatoConfig #compras #resumo table td,
#contatoDados #carrinho-abandonado #resumo table td,
#contatoConfig #carrinho-abandonado #resumo table td,
#contatoDados #compras #detalhe table td,
#contatoConfig #compras #detalhe table td,
#contatoDados #carrinho-abandonado #detalhe table td,
#contatoConfig #carrinho-abandonado #detalhe table td {
  font-size: 11px !important;
}
#contatoDados #compras #resumo table tr,
#contatoConfig #compras #resumo table tr,
#contatoDados #carrinho-abandonado #resumo table tr,
#contatoConfig #carrinho-abandonado #resumo table tr,
#contatoDados #compras #detalhe table tr,
#contatoConfig #compras #detalhe table tr,
#contatoDados #carrinho-abandonado #detalhe table tr,
#contatoConfig #carrinho-abandonado #detalhe table tr {
  cursor: pointer;
}
#contatoDados #compras .pGroup,
#contatoConfig #compras .pGroup,
#contatoDados #carrinho-abandonado .pGroup,
#contatoConfig #carrinho-abandonado .pGroup {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
#contatoDados #compras .pGroup .panel,
#contatoConfig #compras .pGroup .panel,
#contatoDados #carrinho-abandonado .pGroup .panel,
#contatoConfig #carrinho-abandonado .pGroup .panel {
  margin: 0 0 0 10px;
  background: #eeeeee;
  align-self: stretch;
  flex-wrap: wrap;
  flex-grow: 1;
  max-width: 25%;
}
#contatoDados #compras .pGroup .panel:first-child,
#contatoConfig #compras .pGroup .panel:first-child,
#contatoDados #carrinho-abandonado .pGroup .panel:first-child,
#contatoConfig #carrinho-abandonado .pGroup .panel:first-child {
  margin: 0;
  flex-grow: 2;
  max-width: 50%;
}
#contatoDados #compras .pGroup .panel:nth-child(3) .badge,
#contatoConfig #compras .pGroup .panel:nth-child(3) .badge,
#contatoDados #carrinho-abandonado .pGroup .panel:nth-child(3) .badge,
#contatoConfig #carrinho-abandonado .pGroup .panel:nth-child(3) .badge {
  font-size: 22px;
  margin-top: 20px;
}
#contatoDados #compras .control-label,
#contatoConfig #compras .control-label,
#contatoDados #carrinho-abandonado .control-label,
#contatoConfig #carrinho-abandonado .control-label {
  font-size: 12px;
  color: #333333;
  opacity: 1;
  float: left;
  margin-right: 10px;
}
#contatoDados #compras .bootstrap-select,
#contatoConfig #compras .bootstrap-select,
#contatoDados #carrinho-abandonado .bootstrap-select,
#contatoConfig #carrinho-abandonado .bootstrap-select {
  font-size: 13px;
}
#contatoDados #compras .pTotCompra h3,
#contatoConfig #compras .pTotCompra h3,
#contatoDados #carrinho-abandonado .pTotCompra h3,
#contatoConfig #carrinho-abandonado .pTotCompra h3 {
  color: #0D47A1;
}
#contatoDados #compras .pTicket h3,
#contatoConfig #compras .pTicket h3,
#contatoDados #carrinho-abandonado .pTicket h3,
#contatoConfig #carrinho-abandonado .pTicket h3 {
  color: #0D47A1;
}
#contatoDados #compras .pQuantCompra h3,
#contatoConfig #compras .pQuantCompra h3,
#contatoDados #carrinho-abandonado .pQuantCompra h3,
#contatoConfig #carrinho-abandonado .pQuantCompra h3 {
  color: #0D47A1;
}
#contatoDados #compras .pStatus h3,
#contatoConfig #compras .pStatus h3,
#contatoDados #carrinho-abandonado .pStatus h3,
#contatoConfig #carrinho-abandonado .pStatus h3 {
  color: #0D47A1;
}
#contatoDados #compras .filtros,
#contatoConfig #compras .filtros,
#contatoDados #carrinho-abandonado .filtros,
#contatoConfig #carrinho-abandonado .filtros {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
#contatoDados #compras .filtros .form-group,
#contatoConfig #compras .filtros .form-group,
#contatoDados #carrinho-abandonado .filtros .form-group,
#contatoConfig #carrinho-abandonado .filtros .form-group {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
#contatoDados #compras .filtros .form-group:first-child label,
#contatoConfig #compras .filtros .form-group:first-child label,
#contatoDados #carrinho-abandonado .filtros .form-group:first-child label,
#contatoConfig #carrinho-abandonado .filtros .form-group:first-child label {
  padding-top: 3px;
}
#contatoDados #compras span,
#contatoConfig #compras span,
#contatoDados #carrinho-abandonado span,
#contatoConfig #carrinho-abandonado span,
#contatoDados #compras li,
#contatoConfig #compras li,
#contatoDados #carrinho-abandonado li,
#contatoConfig #carrinho-abandonado li {
  font-size: 12px;
}
#contatoDados #compras .invoice-grid h3,
#contatoConfig #compras .invoice-grid h3,
#contatoDados #carrinho-abandonado .invoice-grid h3,
#contatoConfig #carrinho-abandonado .invoice-grid h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
#contatoDados #compras .invoice-grid p,
#contatoConfig #compras .invoice-grid p,
#contatoDados #carrinho-abandonado .invoice-grid p,
#contatoConfig #carrinho-abandonado .invoice-grid p {
  font-size: 13px;
  color: #333333 !important;
  margin: 0;
}
#contatoDados #compras .invoice-grid .list li,
#contatoConfig #compras .invoice-grid .list li,
#contatoDados #carrinho-abandonado .invoice-grid .list li,
#contatoConfig #carrinho-abandonado .invoice-grid .list li {
  margin-top: 0 !important;
}
#contatoDados #compras .invoice-grid .list li span,
#contatoConfig #compras .invoice-grid .list li span,
#contatoDados #carrinho-abandonado .invoice-grid .list li span,
#contatoConfig #carrinho-abandonado .invoice-grid .list li span {
  font-weight: bold;
}
#contatoDados #engajamento .filtros,
#contatoConfig #engajamento .filtros,
#contatoDados #comunicacao .filtros,
#contatoConfig #comunicacao .filtros {
  margin-bottom: 30px;
}
#contatoDados #engajamento .bootstrap-select .btn-default,
#contatoConfig #engajamento .bootstrap-select .btn-default,
#contatoDados #comunicacao .bootstrap-select .btn-default,
#contatoConfig #comunicacao .bootstrap-select .btn-default {
  line-height: 24px;
}
#contatoDados #engajamento button.heading-btn,
#contatoConfig #engajamento button.heading-btn,
#contatoDados #comunicacao button.heading-btn,
#contatoConfig #comunicacao button.heading-btn {
  margin-top: 33px;
}
#modalDetalheVenda .modal-body,
#modalDetalheCarrinho .modal-body {
  padding: 0;
}
#modalDetalheVenda .vendaDetalhe .intro,
#modalDetalheCarrinho .vendaDetalhe .intro {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  background-color: #eeeeee;
  padding: 15px 20px;
}
#modalDetalheVenda .vendaDetalhe .intro > div,
#modalDetalheCarrinho .vendaDetalhe .intro > div {
  flex-grow: 0;
  flex-shrink: 1;
  align-self: stretch;
  margin: 0;
}
#modalDetalheVenda .vendaDetalhe .intro > div > div,
#modalDetalheCarrinho .vendaDetalhe .intro > div > div {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#modalDetalheVenda .vendaDetalhe .intro > div > div:nth-child(2),
#modalDetalheCarrinho .vendaDetalhe .intro > div > div:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
}
#modalDetalheVenda .vendaDetalhe .intro > div:nth-child(1),
#modalDetalheCarrinho .vendaDetalhe .intro > div:nth-child(1) {
  width: 10%;
  flex-basis: 10%;
}
#modalDetalheVenda .vendaDetalhe .intro > div:nth-child(2),
#modalDetalheCarrinho .vendaDetalhe .intro > div:nth-child(2) {
  width: 10%;
  flex-basis: 10%;
}
#modalDetalheVenda .vendaDetalhe .intro > div:nth-child(3),
#modalDetalheCarrinho .vendaDetalhe .intro > div:nth-child(3) {
  width: 30%;
  flex-basis: 30%;
}
#modalDetalheVenda .vendaDetalhe .intro > div:nth-child(4),
#modalDetalheCarrinho .vendaDetalhe .intro > div:nth-child(4) {
  width: 30%;
  flex-basis: 30%;
}
#modalDetalheVenda .vendaDetalhe .intro > div:nth-child(5),
#modalDetalheCarrinho .vendaDetalhe .intro > div:nth-child(5) {
  width: 10%;
  flex-basis: 10%;
  text-align: right;
}
#modalDetalheVenda .vendaDetalhe .intro > div:nth-child(6),
#modalDetalheCarrinho .vendaDetalhe .intro > div:nth-child(6) {
  width: 10%;
  flex-basis: 10%;
  text-align: right;
}
#modalDetalheVenda .vendaDetalhe .table-responsive,
#modalDetalheCarrinho .vendaDetalhe .table-responsive {
  padding: 15px;
}
#modalVisualizarEML #emlView {
  background: #eeeeee;
  border: 1px solid #d5d5d5;
  padding: 10px;
  line-height: 198%;
}
#modalLancarCompra h2 {
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
#modalLancarCompra .botaoAdd {
  padding-top: 25px;
}
#modalLancarCompra .cabecalho {
  padding: 10px 20px;
}
#modalLancarCompra .addItens {
  padding: 10px 20px;
  border-bottom: 1px #ddd solid;
  border-top: 1px #ddd solid;
  background: #eeeeee;
}
#modalLancarCompra #placeProdutoAdicionado {
  padding: 10px 20px;
}
#modalLancarCompra #tbl-produto .bottom {
  margin-top: 30px;
}
#modalLancarCompra .tableItens {
  padding: 10px 20px;
}
#modalLancarCompra .modal-body {
  padding: 0;
}
#modalLancarCompra .modal-dialog {
  overflow-x: visible;
}
#modalLancarCompra .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  margin-top: 5px;
}
#modalLancarCompra .modal-footer {
  border-top: 1px #ddd solid;
  padding-top: 10px;
}
#notesGrid .bottom {
  margin: 30px 0 0 0;
}
.anotacaoSideBar {
  width: 100%;
  min-height: 300px;
  line-height: normal !important;
}
#contatoConfig .profileData {
  padding: 0;
}
#contatoConfig .g {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#contatoConfig .g:before,
#contatoConfig .g:after {
  content: " ";
  display: table;
}
#contatoConfig .g:after {
  clear: both;
}
#contatoConfig .g .header {
  padding: 5px;
}
#contatoConfig .g .header:before,
#contatoConfig .g .header:after {
  content: " ";
  display: table;
}
#contatoConfig .g .header:after {
  clear: both;
}
#contatoConfig .g .header h4 {
  font-size: 17px;
  float: left;
  margin: 0;
  padding-left: 6px;
}
#contatoConfig .g .header ul {
  float: right;
  margin-right: 16px;
  padding-top: 4px;
}
#contatoConfig .g .addCampo.btn {
  display: block;
  margin: 10px auto;
  width: 160px;
  text-align: center;
  opacity: 1 !important;
  color: #fff !important;
  margin-right: 10px;
}
#contatoConfig .dropZoneFields,
#contatoConfig .fixedFields {
  padding: 10px;
}
#contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box i.icon-move:before,
#contatoConfig .fixedFields.highlight .itemField.gu-transit .box i.icon-move:before {
  content: "\ed6c";
}
#contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
#contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.35);
}
#contatoConfig .dropZoneFields .itemField,
#contatoConfig .fixedFields .itemField {
  margin-bottom: 10px;
}
#contatoConfig .dropZoneFields .itemField:before,
#contatoConfig .fixedFields .itemField:before,
#contatoConfig .dropZoneFields .itemField:after,
#contatoConfig .fixedFields .itemField:after {
  content: " ";
  display: table;
}
#contatoConfig .dropZoneFields .itemField:after,
#contatoConfig .fixedFields .itemField:after {
  clear: both;
}
#contatoConfig .dropZoneFields .itemField .box,
#contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #ccc;
  padding: 10px;
  background: #fff;
}
#contatoConfig .dropZoneFields .itemField .box:before,
#contatoConfig .fixedFields .itemField .box:before,
#contatoConfig .dropZoneFields .itemField .box:after,
#contatoConfig .fixedFields .itemField .box:after {
  content: " ";
  display: table;
}
#contatoConfig .dropZoneFields .itemField .box:after,
#contatoConfig .fixedFields .itemField .box:after {
  clear: both;
}
#contatoConfig .dropZoneFields .itemField .box .icon-move,
#contatoConfig .fixedFields .itemField .box .icon-move,
#contatoConfig .dropZoneFields .itemField .box .icon-lock,
#contatoConfig .fixedFields .itemField .box .icon-lock {
  float: left;
  margin-right: 10px;
  opacity: 1;
  color: initial;
  font-size: 13px;
  padding-top: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #contatoConfig .dropZoneFields .itemField .box .icon-move,
  #contatoConfig .fixedFields .itemField .box .icon-move,
  #contatoConfig .dropZoneFields .itemField .box .icon-lock,
  #contatoConfig .fixedFields .itemField .box .icon-lock {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
  }
}
#contatoConfig .dropZoneFields .itemField .box .icon-lock,
#contatoConfig .fixedFields .itemField .box .icon-lock {
  opacity: 0.4;
}
#contatoConfig .dropZoneFields .itemField .box .icons-list,
#contatoConfig .fixedFields .itemField .box .icons-list {
  float: right;
  margin-left: 10px;
  opacity: 1;
}
#contatoConfig .dropZoneFields .itemField .box span,
#contatoConfig .fixedFields .itemField .box span {
  float: left;
  opacity: 1;
  line-height: 140%;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #contatoConfig .dropZoneFields .itemField .box span,
  #contatoConfig .fixedFields .itemField .box span {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
  }
}
#contatoConfig .fixedFields {
  padding-bottom: 0;
}
#contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i.icon-move:before {
  content: "\ed64";
}
@media (min-width: 769px) {
  #ComunicacaoEmailLista .has-detached-left .container-detached {
    float: right;
    margin-left: -260px;
    width: 100%;
  }
  #ComunicacaoEmailLista .has-detached-left .content-detached {
    margin-left: 280px;
  }
  #ComunicacaoEmailLista .has-detached-left .sidebar-detached {
    float: left;
  }
  #ComunicacaoEmailLista .has-detached-right .container-detached {
    float: left;
    margin-right: -260px;
    width: 100%;
  }
  #ComunicacaoEmailLista .has-detached-right .content-detached {
    margin-right: 280px;
  }
  #ComunicacaoEmailLista .has-detached-right .sidebar-detached {
    float: right;
  }
  #ComunicacaoEmailLista .has-detached-right .sidebar-detached.affix {
    right: 20px;
  }
  #ComunicacaoEmailLista .sidebar-detached-hidden .container-detached {
    float: none;
    margin: 0;
  }
}
#ComunicacaoEmailLista .eqWrap {
  display: flex;
}
#ComunicacaoEmailLista .eq:nth-of-type(odd) {
  background: yellow;
}
#ComunicacaoEmailLista .eq:nth-of-type(even) {
  background: lightblue;
}
#ComunicacaoEmailLista .content-detached .lista-item-emkt,
#ComunicacaoEmailLista .content-detached #dv-lista-emails {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
}
#ComunicacaoEmailLista .content-detached .lista-item-emkt .item-emkt,
#ComunicacaoEmailLista .content-detached #dv-lista-emails .item-emkt {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 23%;
  align-self: stretch;
  width: 23%;
  margin: 0 1% 20px 1%;
}
#ComunicacaoEmailLista .content-detached .panel-body {
  padding: 10px 10px 0 10px !important;
}
#ComunicacaoEmailLista .heading-thumbnails > li img {
  max-height: 25px !important;
  margin-top: 6px;
}
#ComunicacaoEmailCriar #GAAtributos,
#ComunicacaoEmailCriar #linkCompartilhamentoBox {
  display: none;
  background: #E7E6E6;
  padding: 10px;
}
#ComunicacaoEmailCriar #GAAtributos.active,
#ComunicacaoEmailCriar #linkCompartilhamentoBox.active {
  display: block;
}
#ComunicacaoEmailCriar #GAAtributos code a,
#ComunicacaoEmailCriar #linkCompartilhamentoBox code a {
  color: #c7254e;
}
#ComunicacaoEmailCriar #GAAtributos .editable-click,
#ComunicacaoEmailCriar #linkCompartilhamentoBox .editable-click,
#ComunicacaoEmailCriar #GAAtributos a.editable-click,
#ComunicacaoEmailCriar #linkCompartilhamentoBox a.editable-click,
#ComunicacaoEmailCriar #GAAtributos .editable-click:hover,
#ComunicacaoEmailCriar #linkCompartilhamentoBox .editable-click:hover,
#ComunicacaoEmailCriar #GAAtributos a.editable-click:hover,
#ComunicacaoEmailCriar #linkCompartilhamentoBox a.editable-click:hover {
  border-bottom: 1px dashed #c7254e;
}
#ComunicacaoEmailCriar #GAAtributos .editable-input,
#ComunicacaoEmailCriar #linkCompartilhamentoBox .editable-input {
  margin-bottom: 10px;
}
#ComunicacaoEmailCriar #GAAtributos span,
#ComunicacaoEmailCriar #linkCompartilhamentoBox span {
  width: 100%;
  display: block;
  font-weight: 400;
}
#ComunicacaoEmailCriar .responsive-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
#ComunicacaoEmailCriar .responsive-actions button {
  margin: 0 10px;
}
#ComunicacaoEmailCriar .observacao_preview {
  display: block;
  width: 100%;
  text-align: center;
}
#ComunicacaoEmailCriar iframe {
  width: 100% !important;
  height: 600px;
  margin: 0 auto;
}
#ComunicacaoEmailCriar .responsiveIframe {
  width: 100%;
  display: flex;
  justify-content: center;
}
#ComunicacaoEmailCriar .responsiveIframe.mobile {
  display: block;
  width: 350px;
  height: 620px;
  padding: 54px 12px 76px;
  position: relative;
  border-radius: 35px;
  -ms-transition: all 0.25s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  transition: all 0.25s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  margin: 0 auto;
  -webkit-box-shadow: 10px 9px 37px -8px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 10px 9px 37px -8px rgba(0, 0, 0, 0.36);
  box-shadow: 10px 9px 37px -8px rgba(0, 0, 0, 0.36);
}
#ComunicacaoEmailCriar .responsiveIframe.mobile #previewHtml {
  width: 320px !important;
  height: 486px !important;
}
#ComunicacaoEmailCriar .stepy-clickable {
  position: relative;
}
#ComunicacaoEmailCriar #EmailName {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 170px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.015em;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ComunicacaoEmailCriar .stepy-header {
  padding-bottom: 10px;
}
#ComunicacaoEmailCriar .stepy-header li {
  cursor: default;
}
#ComunicacaoEmailCriar .stepy-header li.stepy-active span {
  font-weight: bold;
}
#ComunicacaoEmailCriar fieldset {
  position: relative;
  width: 100%;
}
#ComunicacaoEmailCriar .stepy-navigator {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#ComunicacaoEmailCriar .stepy-navigator:before,
#ComunicacaoEmailCriar .stepy-navigator:after {
  content: " ";
  display: table;
}
#ComunicacaoEmailCriar .stepy-navigator .button-next {
  margin-right: 40px;
}
#ComunicacaoEmailCriar .stepy-navigator .button-back {
  margin-left: 40px;
}
#ComunicacaoEmailCriar .stepy-step {
  position: relative;
  padding: 0 !important;
}
#ComunicacaoEmailCriar .stepy-step:nth-child(1) {
  padding: 0 !important;
}
#ComunicacaoEmailCriar .stepy-step .panel {
  padding: 55px 0 0 0 !important;
}
#ComunicacaoEmailCriar .colContent {
  padding: 0 30px;
}
#ComunicacaoEmailCriar .assuntoB {
  display: none;
}
#ComunicacaoEmailCriar .assuntoB.show {
  display: block;
}
#ComunicacaoEmailCriar .counterLenght {
  margin-bottom: 20px;
  position: relative;
}
#ComunicacaoEmailCriar .emojSelect {
  position: relative;
  display: block;
  width: 100%;
}
#ComunicacaoEmailCriar .emojSelect input {
  padding-right: 50px;
}
#ComunicacaoEmailCriar .emojSelect > a.DDinControl {
  position: absolute;
  top: 5px;
  right: 30px;
  font-size: 20px;
  color: #333333;
  opacity: 0.5;
}
#ComunicacaoEmailCriar .emojSelect > a.emojControl {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  color: #333333;
  opacity: 0.5;
}
#ComunicacaoEmailCriar .emojSelect > a.emojControl:hover {
  opacity: 1;
}
#ComunicacaoEmailCriar .emojSelect ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ComunicacaoEmailCriar .emojSelect ul li {
  display: block;
  font-size: 15px;
}
#ComunicacaoEmailCriar .emojSelect > ul {
  width: 200px;
  height: 150px;
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 5px 5px 10px 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 99999;
}
#ComunicacaoEmailCriar .emojSelect > ul > li {
  position: relative;
  padding: 0;
  width: 26px;
  height: 26px;
  opacity: 0.4;
}
#ComunicacaoEmailCriar .emojSelect > ul > li > a {
  position: fixed;
}
#ComunicacaoEmailCriar .emojSelect > ul > li:hover {
  opacity: 0.8;
}
#ComunicacaoEmailCriar .emojSelect > ul > li > ul {
  display: none;
  border-left: 1px solid #dddddd;
  position: absolute;
  top: 0;
  left: 30px;
  width: 165px;
  padding: 5px;
}
#ComunicacaoEmailCriar .emojSelect > ul > li > ul > li {
  margin: 0;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  position: relative;
}
#ComunicacaoEmailCriar .emojSelect > ul > li > ul > li:hover > a {
  font-size: 30px;
  position: absolute;
  left: -30%;
  top: -10%;
  z-index: 99999;
}
#ComunicacaoEmailCriar .emojSelect > ul > li.active {
  opacity: 1;
}
#ComunicacaoEmailCriar .emojSelect > ul > li.active > ul {
  display: block !important;
}
#ComunicacaoEmailCriar .emojSelect > ul > li:nth-child(2) > ul {
  top: -30px;
}
#ComunicacaoEmailCriar .emojSelect > ul > li:nth-child(3) > ul {
  top: -60px;
}
#ComunicacaoEmailCriar .emojSelect > ul > li:nth-child(4) > ul {
  top: -90px;
}
#ComunicacaoEmailCriar .emojSelect > ul > li:nth-child(5) > ul {
  top: -120px;
}
#ComunicacaoEmailCriar .stepy-header li {
  padding: 10px 0 0 0;
}
#ComunicacaoEmailCriar .stepy-header li:before,
#ComunicacaoEmailCriar .stepy-header li:after {
  top: 28px;
}
#ComunicacaoEmailCriar .stepy-header li.stepy-active span {
  color: #333333;
  font-size: 15px;
}
#ComunicacaoEmailCriar .stepy-header li span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #999999;
}
#ComunicacaoEmailCriar .stepy-header li.stepy-active div:after,
#ComunicacaoEmailCriar .stepy-header li div:after {
  content: '';
}
#ComunicacaoEmailCriar .subStep {
  display: none;
}
#ComunicacaoEmailCriar .subStep.active {
  display: block;
}
#ComunicacaoEmailCriar .panel-email-insertType {
  min-height: 300px;
}
#ComunicacaoEmailCriar .panel-email-insertType i {
  font-size: 40px;
}
#ComunicacaoEmailCriar .panel-email-insertType h6 {
  font-size: 20px;
}
#ComunicacaoEmailCriar .thumb {
  min-height: 65px;
}
#ComunicacaoEmailCriar .thumb:hover i {
  font-size: 60px;
}
#ComunicacaoEmailCriar .form-group > label {
  /*font-size: 13px;*/
  /*color: #999999;*/
}
#ComunicacaoEmailCriar .ckEditor {
  width: 100%;
}
#EmailDadosDinamicos .edit {
  display: none;
}
#EmailDadosDinamicos .edit .nav-tabs > li {
  float: left;
  margin-bottom: 1px;
}
#EmailDadosDinamicos .novaColecao {
  display: none;
}
#EmailDadosDinamicos .novaColecao .tipoSelect {
  display: none;
}
#EmailDadosDinamicos .novaColecao .tipoSelect .item {
  display: block;
  float: left;
  width: 48%;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#EmailDadosDinamicos .novaColecao .tipoSelect .item:nth-child(even) {
  float: right;
}
#EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  font-size: 20px;
  margin: 25px 0 10px 0;
}
#EmailDadosDinamicos .novaColecao .tipoSelect .item p {
  padding: 10px 0 5px 0;
}
#EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  margin-bottom: 10px;
}
#EmailDadosDinamicos .novaColecao .tipoSelectConfig {
  display: none;
}
#sidebarEmoji .category-content {
  padding: 0 5px 0 0;
}
#sidebarEmoji .tab-content {
  padding: 12px 0 0 20px;
}
#sidebarEmoji .nav-tabs-vertical > .nav-tabs {
  width: auto !important;
  min-width: 50px;
}
#sidebarEmoji .nav-tabs-vertical > .nav-tabs a {
  font-size: 17px;
  text-align: center;
}
#sidebarEmoji .tab-pane {
  padding: 0 15px 0 0;
}
#sidebarEmoji .tab-pane ul {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#sidebarEmoji .tab-pane ul li {
  display: flex;
  flex-grow: 0;
  max-height: 30px;
  padding: 0;
  margin: 0;
}
#sidebarEmoji .tab-pane ul li a {
  min-height: 30px;
  min-width: 30px;
  max-height: 30px;
  font-size: 17px;
  text-align: center;
  display: block;
}
#modalLabSend .boxTeam {
  max-height: 200px;
  width: 100%;
  display: block;
}
#edicao .editor_box {
  box-shadow: 0 0 6px 1px rgba(172, 181, 194, 0.56);
}
#edicao .editor_box .action_bar {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
  height: 41px !important;
}
#edicao .editor_box .action_bar a {
  padding: 10px;
}
#edicao .editor_box .action_bar a i {
  opacity: 0.5;
}
#edicao .editor_box .action_bar a:hover i {
  opacity: 1;
}
#edicao .editor_box .cke_chrome {
  box-shadow: none;
}
#edicao .editor_box .cke_resizer {
  display: none;
}
#sidebar_add_dadoDinamico .bootstrap-select.btn-group .btn .filter-option {
  width: 94% !important;
}
#sidebar_add_dadoDinamico .input-group {
  max-width: 100%;
}
#sidebar_add_dadoDinamico .bootstrap-select {
  width: 100%;
  max-width: 272px;
}
#sidebar_add_dadoDinamico .bs-searchbox:after {
  top: 27px;
}
#sidebar_add_dadoDinamico .bootstrap-select.btn-group .dropdown-menu > li > a .text {
  width: 80%;
  white-space: normal;
}
#sidebar_add_dadoDinamico .bootstrap-select.btn-group .dropdown-menu > li > a .text small {
  width: 100%;
  display: block;
  padding: 0;
}
#sidebar_add_dadoDinamico .bootstrap-select.btn-group .dropdown-menu > li > a .fa {
  float: left;
  margin-right: 5px;
  font-size: 14px;
  line-height: 142%;
}
#sidebar_add_dadoDinamico .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  right: 7px;
}
#plainText #emailPlainText {
  display: block;
  width: 100%;
  min-height: 500px;
  resize: none;
  overflow: hidden;
  line-height: normal !important;
}
#plainText .actions {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
#GerenciaEmail .heading-thumbnails > li img {
  max-height: 25px !important;
  margin-top: 6px;
}
#GerenciaEmail .heading-elements:not(.visible-elements) .heading-text {
  margin-top: 7px;
}
#GerenciaEmail div.bootstrap-select {
  width: 100% !important;
}
#GerenciaEmail .form-control {
  height: 34px;
}
#GerenciaEmail .UserId.member {
  float: right;
  height: 23px;
  margin: 5px 7px 0 0;
  overflow: visible;
  width: 23px;
}
#GerenciaEmail .UserId.member .member-initials {
  font-size: 8pt;
  height: 23px;
  line-height: 23px;
}
@media (max-width: 768px) {
  #GerenciaEmail .gerenciaEmailItem .heading-elements:not(.not-collapsible),
  #GerenciaEmail .gerenciaEmailItem .breadcrumb-elements:not(.not-collapsible) {
    display: block;
  }
}
#GerenciaEmail .gerenciaEmailItem h1.panel-title {
  font-size: 18px;
  font-weight: 600;
}
#GerenciaEmail .gerenciaEmailItem .infobar {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 7px 0;
  position: relative;
}
#GerenciaEmail .gerenciaEmailItem .infobar:nth-of-type(2) {
  border-top: 1px solid #dddddd;
}
#GerenciaEmail .gerenciaEmailItem .infobar li {
  align-self: stretch;
  position: relative;
}
#GerenciaEmail .gerenciaEmailItem .infobar li > span:not(.badge) {
  color: #999999;
  font-size: 13px;
  text-align: center;
  width: 100%;
  display: block;
}
#GerenciaEmail .gerenciaEmailItem .infobar li > div:not(.popover) {
  font-size: 13px;
  text-align: center;
  width: 100%;
  display: block;
}
#GerenciaEmail .gerenciaEmailItem .infobar li > div:not(.popover) span:not(.badge) {
  font-size: 11px;
  width: 100%;
  display: block;
}
#GerenciaEmail .gerenciaEmailItem .infobar li > div:not(.popover) span.maxPot {
  color: #999999;
}
#GerenciaEmail .gerenciaEmailItem .infobar li.subject {
  width: 30%;
  max-width: 30%;
}
#GerenciaEmail .gerenciaEmailItem .infobar li.subject div:not(.popover),
#GerenciaEmail .gerenciaEmailItem .infobar li.subject span:not(.badge) {
  text-align: left;
}
#GerenciaEmail .gerenciaEmailItem .infobar li.data {
  text-align: center;
}
#GerenciaEmail .gerenciaEmailItem .infobar li.data > div:nth-of-type(2) {
  display: none;
}
#GerenciaEmail .gerenciaEmailItem .infobar li:hover > div:not(.popover),
#GerenciaEmail .gerenciaEmailItem .infobar li:hover > span {
  font-weight: 600;
}
#GerenciaEmail .gerenciaEmailItem .infobar:hover .data.hover > div:nth-of-type(2) {
  display: block;
}
#GerenciaEmail .gerenciaEmailItem .infobar:hover .data.hover > div:nth-of-type(1) {
  display: none;
}
#GerenciaEmail .gerenciaEmailItem .infobar.extra {
  flex-wrap: wrap;
  justify-content: space-around;
}
#GerenciaEmail .gerenciaEmailItem .infobar.extra li {
  background: #fff;
  padding: 30px 10px 20px 10px;
  margin: 5px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  position: relative;
  flex-basis: 15%;
  width: 15%;
  display: block;
  flex-grow: 1;
}
#GerenciaEmail .gerenciaEmailItem .infobar.extra li > span {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 5px;
  line-height: 100%;
}
#GerenciaEmail .gerenciaEmailItem .infobar.extra li i {
  position: absolute;
  bottom: 5px;
  top: auto;
  left: 50%;
  margin-left: -6px;
}
#GerenciaEmail .gerenciaEmailItem .infobar.extra li > div:not(.popover) {
  font-size: 14px;
}
#GerenciaEmail .gerenciaEmailItem .infobar.total {
  border-top: 1px solid #dddddd;
  background: #1a237e;
  overflow: hidden;
  max-height: 33px;
  margin-bottom: 10px;
}
#GerenciaEmail .gerenciaEmailItem .infobar.total li {
  top: -20px;
}
#GerenciaEmail .gerenciaEmailItem .infobar.total li > div {
  color: #fff !important;
}
#GerenciaEmail .gerenciaEmailItem .infobar.total li > div:nth-child(1) {
  opacity: 0;
}
#GerenciaEmail .gerenciaEmailItem .infobar.total li > span {
  opacity: 0;
}
#GerenciaEmail .gerenciaEmailItem .headerLote {
  padding: 0 9px;
}
#GerenciaEmail .gerenciaEmailItem .panel-heading .heading-elements .icons-list .dropdown a {
  padding: 2px 5px 0px 5px;
}
#GerenciaEmail .gerenciaEmailItem .panel-body {
  padding: 0 10px;
}
#GerenciaEmail .gerenciaEmailItem .panel-footer .heading-elements > span {
  margin-left: 5px;
  margin-top: 5px;
}
#GerenciaEmail .gerenciaEmailItem .panel-footer .heading-elements > span > span {
  padding: 3px 5px 3px 5px;
}
#GerenciaEmail .gerenciaEmailItem .bodyLote {
  display: none;
  border-top: 1px solid #dddddd;
  background: #EBE9E9;
}
#GerenciaEmail .gerenciaEmailItem .navbar {
  background: #fff !important;
}
#GerenciaEmail .gerenciaEmailItem .spinner {
  font-size: 11px;
}
#GerenciaEmail .gerenciaEmailItem .slider-labels {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
#GerenciaEmail .gerenciaEmailItem .slider-labels li {
  order: 1;
  flex-grow: 1;
  width: 25%;
  text-align: center;
}
#GerenciaEmail .gerenciaEmailItem .slider-labels li:first-child {
  text-align: left;
}
#GerenciaEmail .gerenciaEmailItem .slider-labels li:last-child {
  text-align: right;
}
#GerenciaEmail .gerenciaEmailItem .slider-labels li.active {
  font-weight: bold;
}
.bg-baixa {
  background: #607D8B;
  color: #fff !important;
}
.bg-normal {
  background: #263238;
  color: #fff !important;
}
.bg-alta {
  background: #BF360C;
  color: #fff !important;
}
.bg-urgente {
  background: #B71C1C;
  color: #fff !important;
}
.bd-baixa {
  border: 2px solid #607D8B;
  color: #fff !important;
}
.bd-normal {
  border: 2px solid #263238;
  color: #fff !important;
}
.bd-alta {
  border: 2px solid #BF360C;
  color: #fff !important;
}
.bd-urgente {
  border: 2px solid #B71C1C;
  color: #fff !important;
}
.bd-neutro {
  border: 2px solid #fff;
  color: #fff !important;
}
.label-baixa {
  background: #607D8B;
  color: #fff !important;
}
.label-normal {
  background: #263238;
  color: #fff !important;
}
.label-alta {
  background: #BF360C;
  color: #fff !important;
}
.label-urgente {
  background: #B71C1C;
  color: #fff !important;
}
#EmailAgendamento .heading-elements:not(.visible-elements) .heading-text {
  margin-top: 7px;
}
#EmailAgendamento div.bootstrap-select {
  width: 100% !important;
}
#EmailAgendamento .form-control {
  height: 34px;
}
#EmailAgendamento .UserId.member {
  height: 23px;
  margin: 0;
  overflow: visible;
  width: 23px;
}
#EmailAgendamento .UserId.member .member-initials {
  font-size: 8pt;
  height: 23px;
  line-height: 23px;
}
#EmailAgendamento .heading-thumbnails > li img {
  height: auto;
  max-height: 23px;
  max-width: 100%;
  border-radius: 100px;
}
#reguaRelacionamento .heading-elements:not(.visible-elements) .heading-text {
  margin-top: 7px;
}
#reguaRelacionamento div.bootstrap-select {
  width: 100% !important;
}
#reguaRelacionamento .form-control {
  height: 34px;
}
#reguaRelacionamento .UserId.member {
  height: 23px;
  margin: 0;
  overflow: visible;
  width: 23px;
}
#reguaRelacionamento .UserId.member .member-initials {
  font-size: 8pt;
  height: 23px;
  line-height: 23px;
}
#reguaRelacionamento .heading-thumbnails > li img {
  height: auto;
  max-height: 23px;
  max-width: 100%;
  border-radius: 100px;
}
#smsCriar .textoSmsControle {
  position: relative;
}
#smsCriar .textoSmsControle textarea {
  resize: none;
  height: 100px;
  line-height: initial;
  padding-bottom: 30px;
}
#smsCriar .textoSmsControle .DDinControl {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  font-size: 20px;
  color: #333333;
  opacity: 0.5;
}
#smsCriar .panel-heading #SmsName {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.015em;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#smsCriar .stepy-clickable {
  position: relative;
}
#smsCriar .stepy-finish {
  display: none;
}
#smsCriar #SmsName {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 170px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.015em;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ComunicacaoSmsCriar .stepy-header {
  padding-bottom: 10px;
}
#ComunicacaoSmsCriar .stepy-header li {
  cursor: default;
}
#ComunicacaoSmsCriar .stepy-header li.stepy-active span {
  font-weight: bold;
}
#ComunicacaoSmsCriar fieldset {
  position: relative;
  width: 100%;
}
#ComunicacaoSmsCriar .stepy-navigator {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#ComunicacaoSmsCriar .stepy-navigator:before,
#ComunicacaoSmsCriar .stepy-navigator:after {
  content: " ";
  display: table;
}
#ComunicacaoSmsCriar .stepy-navigator .button-next {
  margin-right: 40px;
}
#ComunicacaoSmsCriar .stepy-navigator .button-back {
  margin-left: 40px;
}
#ComunicacaoSmsCriar .stepy-step {
  position: relative;
  padding: 0 !important;
}
#ComunicacaoSmsCriar .stepy-step:nth-child(1) {
  padding: 0 !important;
}
#ComunicacaoSmsCriar .stepy-step .panel {
  padding: 55px 0 0 0 !important;
}
#ComunicacaoSmsCriar .stepy-header li {
  padding: 10px 0 0 0;
}
#ComunicacaoSmsCriar .stepy-header li:before,
#ComunicacaoSmsCriar .stepy-header li:after {
  top: 28px;
}
#ComunicacaoSmsCriar .stepy-header li.stepy-active span {
  color: #333333;
  font-size: 15px;
}
#ComunicacaoSmsCriar .stepy-header li span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #999999;
}
#ComunicacaoSmsCriar .stepy-header li.stepy-active div:after,
#ComunicacaoSmsCriar .stepy-header li div:after {
  content: '';
}
#smsAgendamento .heading-elements:not(.visible-elements) .heading-text {
  margin-top: 7px;
}
#smsAgendamento div.bootstrap-select {
  width: 100% !important;
}
#smsAgendamento .form-control {
  height: 34px;
}
#smsAgendamento .UserId.member {
  height: 23px;
  margin: 0;
  overflow: visible;
  width: 23px;
}
#smsAgendamento .UserId.member .member-initials {
  font-size: 8pt;
  height: 23px;
  line-height: 23px;
}
#smsAgendamento .heading-thumbnails > li img {
  height: auto;
  max-height: 23px;
  max-width: 100%;
  border-radius: 100px;
}
#smsGerencia .heading-thumbnails > li img {
  max-height: 25px !important;
  margin-top: 6px;
}
#smsGerencia .heading-elements:not(.visible-elements) .heading-text {
  margin-top: 7px;
}
#smsGerencia div.bootstrap-select {
  width: 100% !important;
}
#smsGerencia .form-control {
  height: 34px;
}
#smsGerencia .UserId.member {
  float: right;
  height: 23px;
  margin: 5px 7px 0 0;
  overflow: visible;
  width: 23px;
}
#smsGerencia .UserId.member .member-initials {
  font-size: 8pt;
  height: 23px;
  line-height: 23px;
}
#smsGerencia .gerenciaSMSItem h1.panel-title {
  font-size: 18px;
  font-weight: 600;
}
#smsGerencia .gerenciaSMSItem .infobar {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 7px 0;
  position: relative;
}
#smsGerencia .gerenciaSMSItem .infobar:nth-of-type(2) {
  border-top: 1px solid #dddddd;
}
#smsGerencia .gerenciaSMSItem .infobar li {
  align-self: stretch;
  position: relative;
}
#smsGerencia .gerenciaSMSItem .infobar li > span:not(.badge) {
  color: #999999;
  font-size: 13px;
  text-align: center;
  width: 100%;
  display: block;
}
#smsGerencia .gerenciaSMSItem .infobar li > div:not(.popover) {
  font-size: 13px;
  text-align: center;
  width: 100%;
  display: block;
}
#smsGerencia .gerenciaSMSItem .infobar li > div:not(.popover) span:not(.badge) {
  font-size: 11px;
  width: 100%;
  display: block;
}
#smsGerencia .gerenciaSMSItem .infobar li > div:not(.popover) span.maxPot {
  color: #999999;
}
#smsGerencia .gerenciaSMSItem .infobar li.subject {
  width: 30%;
  max-width: 30%;
}
#smsGerencia .gerenciaSMSItem .infobar li.subject div:not(.popover),
#smsGerencia .gerenciaSMSItem .infobar li.subject span:not(.badge) {
  text-align: left;
}
#smsGerencia .gerenciaSMSItem .infobar li.data {
  text-align: center;
}
#smsGerencia .gerenciaSMSItem .infobar li.data > div:nth-of-type(2) {
  display: none;
}
#smsGerencia .gerenciaSMSItem .infobar li:hover > div:not(.popover),
#smsGerencia .gerenciaSMSItem .infobar li:hover > span {
  font-weight: 600;
}
#smsGerencia .gerenciaSMSItem .infobar:hover .data.hover > div:nth-of-type(2) {
  display: block;
}
#smsGerencia .gerenciaSMSItem .infobar:hover .data.hover > div:nth-of-type(1) {
  display: none;
}
#smsGerencia .gerenciaSMSItem .infobar.extra {
  flex-wrap: wrap;
  justify-content: space-around;
}
#smsGerencia .gerenciaSMSItem .infobar.extra li {
  background: #fff;
  padding: 30px 10px 20px 10px;
  margin: 5px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  position: relative;
  flex-basis: 15%;
  width: 15%;
  display: block;
  flex-grow: 1;
}
#smsGerencia .gerenciaSMSItem .infobar.extra li > span {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 5px;
  line-height: 100%;
}
#smsGerencia .gerenciaSMSItem .infobar.extra li i {
  position: absolute;
  bottom: 5px;
  top: auto;
  left: 50%;
  margin-left: -6px;
}
#smsGerencia .gerenciaSMSItem .infobar.extra li > div:not(.popover) {
  font-size: 14px;
}
#smsGerencia .gerenciaSMSItem .infobar.total {
  border-top: 1px solid #dddddd;
  background: #1a237e;
  overflow: hidden;
  max-height: 33px;
  margin-bottom: 10px;
}
#smsGerencia .gerenciaSMSItem .infobar.total li {
  top: -20px;
}
#smsGerencia .gerenciaSMSItem .infobar.total li > div {
  color: #fff !important;
}
#smsGerencia .gerenciaSMSItem .infobar.total li > div:nth-child(1) {
  opacity: 0;
}
#smsGerencia .gerenciaSMSItem .infobar.total li > span {
  opacity: 0;
}
#smsGerencia .gerenciaSMSItem .headerLote {
  padding: 0 9px;
}
#smsGerencia .gerenciaSMSItem .panel-heading .heading-elements .icons-list .dropdown a {
  padding: 2px 5px 0px 5px;
}
#smsGerencia .gerenciaSMSItem .panel-body {
  padding: 0 10px;
}
#smsGerencia .gerenciaSMSItem .panel-footer .heading-elements > span {
  margin-left: 5px;
  margin-top: 5px;
}
#smsGerencia .gerenciaSMSItem .panel-footer .heading-elements > span > span {
  padding: 3px 5px 3px 5px;
}
#smsGerencia .gerenciaSMSItem .bodyLote {
  display: none;
  border-top: 1px solid #dddddd;
  background: #EBE9E9;
}
#smsGerencia .gerenciaSMSItem .navbar {
  background: #fff !important;
}
#smsGerencia .gerenciaSMSItem .spinner {
  font-size: 11px;
}
#smsGerencia .gerenciaSMSItem .slider-labels {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
#smsGerencia .gerenciaSMSItem .slider-labels li {
  order: 1;
  flex-grow: 1;
  width: 25%;
  text-align: center;
}
#smsGerencia .gerenciaSMSItem .slider-labels li:first-child {
  text-align: left;
}
#smsGerencia .gerenciaSMSItem .slider-labels li:last-child {
  text-align: right;
}
#smsGerencia .gerenciaSMSItem .slider-labels li.active {
  font-weight: bold;
}
#smsCatalogo table .UserId.member {
  float: right;
}
.bg-baixa {
  background: #607D8B;
  color: #fff !important;
}
.bg-normal {
  background: #263238;
  color: #fff !important;
}
.bg-alta {
  background: #BF360C;
  color: #fff !important;
}
.bg-urgente {
  background: #B71C1C;
  color: #fff !important;
}
#EventoLista .heading-elements:not(.visible-elements) .heading-text {
  margin-top: 7px;
}
#EventoLista div.bootstrap-select {
  width: 100% !important;
}
#EventoLista .form-control {
  height: 34px;
}
#EventoLista .UserId.member {
  height: 23px;
  margin: 0;
  overflow: visible;
  width: 23px;
}
#EventoLista .UserId.member .member-initials {
  font-size: 8pt;
  height: 23px;
  line-height: 23px;
}
#EventoLista .heading-thumbnails > li img {
  height: auto;
  max-height: 23px;
  max-width: 100%;
  border-radius: 100px;
}
#DetalheEventos .eventoIntro {
  position: relative;
  padding: 10px 20px;
  display: block;
  margin-bottom: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#DetalheEventos .eventoIntro span {
  position: absolute;
  right: 15px;
  text-align: right;
  top: 17px;
}
#DetalheEventos h3.panel-title {
  display: inline-block;
  margin-left: 10px;
}
#DetalheEventos .content > .row > .panel > .panel-body {
  padding: 0;
}
#DetalheEventos .eventoDetalhe {
  background: #eeeeee;
  padding: 20px;
}
#DetalheEventos .eventoContent {
  padding: 20px;
}
#DetalheEventos .heading-elements:not(.visible-elements) .heading-text {
  margin-top: 7px;
}
#DetalheEventos div.bootstrap-select {
  width: 100% !important;
}
#DetalheEventos .form-control {
  height: 34px;
}
#DetalheEventos .UserId.member {
  height: 23px;
  margin: 0;
  overflow: visible;
  width: 23px;
}
#DetalheEventos .UserId.member .member-initials {
  font-size: 8pt;
  height: 23px;
  line-height: 23px;
}
#DetalheEventos .heading-thumbnails > li img {
  height: auto;
  max-height: 23px;
  max-width: 100%;
  border-radius: 100px;
}
#relatorioConfiguracao .relatorioIntro {
  position: relative;
  padding: 10px 20px;
  display: block;
  margin-bottom: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#relatorioConfiguracao .relatorioDetalhe {
  background: #eeeeee;
  padding: 10px 20px;
}
#relatorioConfiguracao .panel .panel-body {
  padding: 0;
}
#relatorioConfiguracao .panel .panel-footer {
  padding: 8px 20px;
}
#relatorioConfiguracao .configContent {
  padding: 20px;
}
#relatorioConfiguracao .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
#relatorioDetalhe .relatorioIntro {
  position: relative;
  padding: 10px 20px;
  display: block;
  margin-bottom: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#relatorioDetalhe .relatorioDetalhe,
#relatorioDetalhe .relatorioResumo {
  background: #eeeeee;
  padding: 5px 20px;
}
#relatorioDetalhe .panel .panel-body {
  padding: 0;
}
#relatorioDetalhe .panel .panel-footer {
  padding: 8px 20px;
}
#relatorioDetalhe .panel .form-group {
  margin-bottom: 0;
}
#relatorioDetalhe .relatorioContent {
  padding: 20px;
}
#relatorioDetalhe .relatorioContent .table-responsive:nth-child(2) {
  padding-top: 35px;
  border-top: 1px solid #ddd;
  margin-top: 25px;
}
#relatorioDetalhe #relatorioBarra {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#relatorioDetalhe #relatorioBarra .dv-logo {
  min-width: 50%;
}
#relatorioDetalhe #relatorioBarra .dv-logo img {
  max-height: 70px;
}
#relatorioDetalhe #relatorioBarra .dv-date {
  min-width: 50%;
  text-align: right;
}
#relatorioDetalhe #relatorioBarra .dv-date span {
  display: block;
  width: 100%;
  color: #999999;
}
#relatorioDetalhe .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
#PesquisaLista .heading-elements:not(.visible-elements) .heading-text {
  margin-top: 7px;
}
#PesquisaLista div.bootstrap-select {
  width: 100% !important;
}
#PesquisaLista .form-control {
  height: 34px;
}
#PesquisaLista .UserId.member {
  height: 23px;
  margin: 0;
  overflow: visible;
  width: 23px;
}
#PesquisaLista .UserId.member .member-initials {
  font-size: 8pt;
  height: 23px;
  line-height: 23px;
}
#PesquisaLista .heading-thumbnails > li img {
  height: auto;
  max-height: 23px;
  max-width: 100%;
  border-radius: 100px;
}
#PesquisaCriar #pesquisaUtilizacaoLink .form-control {
  padding-right: 25px;
}
#PesquisaCriar .stepy-clickable {
  position: relative;
}
#PesquisaCriar .stepy-finish {
  display: none;
}
#PesquisaCriar #PesquisaName {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 170px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.015em;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#PesquisaCriar .stepy-header {
  padding-bottom: 10px;
}
#PesquisaCriar .stepy-header li {
  cursor: default;
}
#PesquisaCriar .stepy-header li.stepy-active span {
  font-weight: bold;
}
#PesquisaCriar fieldset {
  position: relative;
  width: 100%;
}
#PesquisaCriar .stepy-navigator {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#PesquisaCriar .stepy-navigator:before,
#PesquisaCriar .stepy-navigator:after {
  content: " ";
  display: table;
}
#PesquisaCriar .stepy-navigator .button-next {
  margin-right: 40px;
}
#PesquisaCriar .stepy-navigator .button-back {
  margin-left: 40px;
}
#PesquisaCriar .stepy-step {
  position: relative;
  padding: 0 !important;
}
#PesquisaCriar .stepy-step:nth-child(1) {
  padding: 0 !important;
}
#PesquisaCriar .stepy-step .panel {
  padding: 55px 0 0 0 !important;
}
#PesquisaCriar .stepy-header li {
  padding: 10px 0 0 0;
}
#PesquisaCriar .stepy-header li:before,
#PesquisaCriar .stepy-header li:after {
  top: 28px;
}
#PesquisaCriar .stepy-header li.stepy-active span {
  color: #333333;
  font-size: 15px;
}
#PesquisaCriar .stepy-header li span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #999999;
}
#PesquisaCriar .stepy-header li.stepy-active div:after,
#PesquisaCriar .stepy-header li div:after {
  content: '';
}
#PesquisaCriar textarea {
  resize: none;
  min-height: 45px;
  line-height: inherit !important;
}
#PesquisaCriar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  margin-top: 5px;
}
#PesquisaCriar .dataURL {
  display: none;
}
#PesquisaCriar #novaRespTemp {
  display: none;
  border-left: 2px dotted #ddd;
  margin-bottom: 10px;
  padding: 5px 5px 5px 10px;
  margin-left: 6px;
}
#perguntasRespostas {
  padding-top: 20px;
}
#perguntasRespostas label small {
  width: 100%;
  display: block;
}
#perguntasRespostas .panel-body {
  padding: 20px 0;
}
#perguntasRespostas .thumb img:not(.media-preview) {
  width: auto;
}
#questionario {
  min-height: 400px;
  display: block;
  background: #ddd;
  padding: 60px 0 20px 0;
  position: relative;
}
#questionario .sp-replacer {
  position: absolute;
  top: 10px;
  right: 55px;
}
#questionario .item-placeholder {
  background: #eeeded;
  display: block;
  width: 100%;
}
#questionario .secao {
  padding: 15px 20px 15px 15px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  max-width: 90%;
  margin: 0 auto 20px auto;
}
#questionario .secao:nth-child(1) {
  margin-top: 10px;
}
#questionario .secao .secao-data {
  font-size: 18px;
  /* top: -45px;
            position: absolute;*/
  font-size: 25px;
}
#questionario .dropZone {
  width: 100%;
  display: block;
  min-height: 100px;
}
#questionario .item {
  border-left: 2px solid #fff;
  background: #fff;
  padding: 5px 20px 0 50px;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  /*&:not(.active) {
            .resp-input {
                width: 100%;
            }

            input {
                border: none;
                padding-bottom: 0;
            }

            label {
                margin: 0;
            }

            .form-group {
                margin-bottom: 0;
            }

            .input-group-btn, .input-group-addon {
                //display: none;
            }

            .input-group {
                width: 100%
            }
        }*/
}
#questionario .item.intro {
  padding-top: 0;
  /*> ul {
                position: absolute;
                right: 19px;
                top: -40px;
            }*/
}
#questionario .item .sz3 {
  font-size: 22px;
}
#questionario .item .sz2 {
  font-size: 20px;
}
#questionario .item .sz1 {
  font-size: 18px;
}
#questionario .item .menu {
  position: absolute;
  top: 0;
  left: 3px;
  list-style: none;
  padding: 0;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
#questionario .item .menu li {
  display: none;
}
#questionario .item .menu li a {
  padding: 8px 5px;
  margin: 5px 0;
  display: block;
}
#questionario .item .menu li a i {
  opacity: 0.5;
}
#questionario .item .menu li:nth-child(1) {
  display: block;
}
#questionario .item .menu li.vHover {
  display: block;
}
#questionario .item .respostas .v {
  display: none;
}
#questionario .item .respostas .a {
  display: none;
}
#questionario .item .respostas .add-resposta {
  margin-top: 15px;
}
#questionario .item .opcoes {
  border-top: 1px solid #ddd;
  padding: 5px 0;
  display: none;
  margin-top: 10px;
}
#questionario .item .opcoes ul.icons-list {
  padding: 10px;
}
#questionario .item .opcoes .checkbox {
  display: inline-block;
  margin-right: 20px;
}
#questionario .item .pagina-info {
  display: none;
}
#questionario .item .pagina-info .descricao-pagina {
  border-bottom: 1px solid #ddd;
}
#questionario .item .pergunta-info,
#questionario .item .respostas {
  display: none;
}
#questionario .item .preview {
  display: block;
}
#questionario .item .preview h1 {
  font-size: 19px;
}
#questionario .item .preview p {
  font-size: 14px;
}
#questionario .item:hover .menu {
  display: flex;
}
#questionario .item:hover .menu i {
  opacity: 1;
}
#questionario .item.active {
  -webkit-transition: box-shadow 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: box-shadow 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  min-height: 200px;
}
#questionario .item.active .menu li {
  display: block;
}
#questionario .item.active .menu li:nth-child(1) {
  display: none;
}
#questionario .item.active .menu li i {
  opacity: 1;
}
#questionario .item.active .drag {
  display: block;
}
#questionario .item.active .opcoes {
  display: block;
}
#questionario .item.active .pagina-info {
  display: none;
}
#questionario .item.active .pergunta-info,
#questionario .item.active .respostas {
  display: block;
}
#questionario .item.active .preview {
  display: none;
}
#questionario .item.active .preview h2 {
  margin-bottom: 0;
}
#questionario .item .showActive {
  display: none;
}
#questionario .item .pagina-info {
  display: none;
}
#questionario .item .pergunta-info,
#questionario .item .respostas {
  display: none;
}
#questionario .item .preview {
  display: block;
}
#questionario .item .preview h2 {
  margin-bottom: 0;
}
#questionario .item.active .showActive {
  display: block;
}
#questionario .item.active .pagina-info {
  display: block;
}
#questionario .item.active .preview {
  display: none;
}
#questionario .item .drag {
  display: none;
  text-align: right;
  width: 100%;
  color: #333333;
  cursor: move;
}
#questionario .item .form-group-flex {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#questionario .item .form-group-flex .radio-inline,
#questionario .item .form-group-flex .checkbox-inline {
  flex-basis: 25%;
  width: 25%;
  display: block;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario .item .form-group-flex .radio-inline,
  #questionario .item .form-group-flex .checkbox-inline {
    flex-basis: 33%;
    width: 33%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #questionario .item .form-group-flex .radio-inline,
  #questionario .item .form-group-flex .checkbox-inline {
    flex-basis: 100%;
    width: 100%;
  }
}
#questionario .item .form-group-flex .radio-inline label,
#questionario .item .form-group-flex .checkbox-inline label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#questionario .item .ratingBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
#questionario .item .ratingBox span {
  color: #999999;
  font-size: 12px;
  line-height: 12px;
  top: 0;
  padding: 6px;
}
#questionario .item .ratingBox span:nth-child(0) {
  text-align: right;
  margin-left: 15px;
}
#questionario .item .ratingBox span:nth-child(1) {
  text-align: left;
  margin-right: 15px;
}
#questionario .item .npsBox {
  display: block;
  width: 100%;
  text-align: center;
}
#questionario .item .npsBox .justificativa {
  display: none;
  margin-top: 20px;
}
#questionario .item .npsBox .justificativa label {
  display: none;
  text-align: left;
  font-size: 14px;
}
#questionario .item .npsBox .justificativa label.active {
  display: block;
}
#questionario .item .npsBox .justificativa.active {
  display: block;
}
#questionario .item .embed-responsive {
  margin-bottom: 15px;
}
/*#pesquisaCriacaoBarra*/
.controleElementos {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.pesquisaCriacaoBarra {
  display: block;
  list-style: none;
  width: 40px;
  padding: 0;
  margin: 0 auto;
}
.pesquisaCriacaoBarra > li {
  /*
        > ul {
            list-style: none;
            position: absolute;
            display: none;
            min-width: 200px;
            background: #fff;
            left: -100px;
            top: 50px;
            -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            padding: 0;
            margin: 0;
            z-index: 999;
             > li {
                display: block;
                width: 100%;
                > a {
                    padding: 10px;
                    display: block;
                    width: 100%;
                    i{
                        margin-right: 10px;
                    }
                }
            }
        }

        &:hover {
            > ul {
                display: block;
            }
        }*/
}
.pesquisaCriacaoBarra > li > a {
  padding: 10px;
  min-width: 40px;
  min-height: 40px;
  display: block;
  position: relative;
}
.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 25px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 8px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
}
.br-theme-bars-pill .br-widget {
  white-space: nowrap;
}
.br-theme-bars-pill .br-widget a {
  padding: 7px 15px;
  text-decoration: none;
  font-size: 13px;
  line-height: 3;
  text-align: center;
  font-weight: 400;
}
.br-theme-bars-pill .br-widget a:first-child {
  -webkit-border-top-left-radius: 999px;
  -webkit-border-bottom-left-radius: 999px;
  -moz-border-radius-topleft: 999px;
  -moz-border-radius-bottomleft: 999px;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.br-theme-bars-pill .br-widget a:last-child {
  -webkit-border-top-right-radius: 999px;
  -webkit-border-bottom-right-radius: 999px;
  -moz-border-radius-topright: 999px;
  -moz-border-radius-bottomright: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.br-theme-bars-pill .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-bars-pill .br-widget a {
    border: 1px solid #b3b3b3;
    border-left: none;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-pill .br-widget a.br-active,
  .br-theme-bars-pill .br-widget a.br-selected {
    border: 1px solid black;
    border-left: none;
    background: white;
    color: black;
  }
  .br-theme-bars-pill .br-widget a:first-child {
    border-left: 1px solid black;
  }
}
#questionario.tema-indigo {
  background-color: #1A237E;
}
#questionario.tema-indigo .stepy-header {
  background: #111754;
}
#questionario.tema-indigo .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #1A237E;
  color: #1A237E;
}
#questionario.tema-indigo .stepy-header li div {
  background-color: #1A237E;
}
#questionario.tema-indigo li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1A237E !important;
}
#questionario.tema-indigo .stepy-header li:before,
#questionario.tema-indigo .stepy-header li:after {
  background-color: #1A237E;
}
#questionario.tema-indigo .stepy-header li div {
  border: 2px solid #1A237E;
}
#questionario.tema-indigo .border-primary-600 {
  border-color: #1A237E;
}
#questionario.tema-indigo .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #1A237E;
}
#questionario.tema-indigo .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
#questionario.tema-indigo .bootstrap-select .btn-default:focus,
#questionario.tema-indigo .bootstrap-select .btn-default.focus,
#questionario.tema-indigo .bootstrap-select .btn-default:active,
#questionario.tema-indigo .bootstrap-select .btn-default.active {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
#questionario.tema-indigo .checker span {
  border: 2px solid #1A237E;
}
#questionario.tema-indigo .irs-slider {
  background-color: #1A237E;
}
#questionario.tema-indigo .irs-bar {
  background-color: #1A237E;
}
#questionario.tema-indigo .irs-from,
#questionario.tema-indigo .irs-to,
#questionario.tema-indigo .irs-single {
  background-color: #1A237E;
}
#questionario.tema-indigo .form-control:focus {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
#questionario.tema-indigo .irs-from:after,
#questionario.tema-indigo .irs-to:after,
#questionario.tema-indigo .irs-single:after {
  border-top-color: #1A237E;
}
#questionario.tema-indigo .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #1A237E;
}
#questionario.tema-indigo .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-indigo .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #1A237E;
  color: white;
}
#questionario.tema-indigo .stepy-navigator a {
  background-color: #1A237E;
  color: #fff;
}
#questionario.tema-indigo .stepy-navigator a .button-next {
  background-color: #1A237E;
  color: #fff !important;
}
#questionario.tema-indigo .stepy-navigator a .button-back {
  background-color: #1A237E;
  color: #fff !important;
}
#questionario.tema-pink {
  background-color: #880E4F;
}
#questionario.tema-pink .stepy-header {
  background: #5a0934;
}
#questionario.tema-pink .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #880E4F;
  color: #880E4F;
}
#questionario.tema-pink .stepy-header li div {
  background-color: #880E4F;
}
#questionario.tema-pink li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #880E4F !important;
}
#questionario.tema-pink .stepy-header li:before,
#questionario.tema-pink .stepy-header li:after {
  background-color: #880E4F;
}
#questionario.tema-pink .stepy-header li div {
  border: 2px solid #880E4F;
}
#questionario.tema-pink .border-primary-600 {
  border-color: #880E4F;
}
#questionario.tema-pink .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #880E4F;
}
#questionario.tema-pink .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
#questionario.tema-pink .bootstrap-select .btn-default:focus,
#questionario.tema-pink .bootstrap-select .btn-default.focus,
#questionario.tema-pink .bootstrap-select .btn-default:active,
#questionario.tema-pink .bootstrap-select .btn-default.active {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
#questionario.tema-pink .checker span {
  border: 2px solid #880E4F;
}
#questionario.tema-pink .irs-slider {
  background-color: #880E4F;
}
#questionario.tema-pink .irs-bar {
  background-color: #880E4F;
}
#questionario.tema-pink .irs-from,
#questionario.tema-pink .irs-to,
#questionario.tema-pink .irs-single {
  background-color: #880E4F;
}
#questionario.tema-pink .form-control:focus {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
#questionario.tema-pink .irs-from:after,
#questionario.tema-pink .irs-to:after,
#questionario.tema-pink .irs-single:after {
  border-top-color: #880E4F;
}
#questionario.tema-pink .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #880E4F;
}
#questionario.tema-pink .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-pink .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #880E4F;
  color: white;
}
#questionario.tema-pink .stepy-navigator a {
  background-color: #880E4F;
  color: #fff;
}
#questionario.tema-pink .stepy-navigator a .button-next {
  background-color: #880E4F;
  color: #fff !important;
}
#questionario.tema-pink .stepy-navigator a .button-back {
  background-color: #880E4F;
  color: #fff !important;
}
#questionario.tema-violet {
  background-color: #4A148C;
}
#questionario.tema-violet .stepy-header {
  background: #320e5f;
}
#questionario.tema-violet .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #4A148C;
  color: #4A148C;
}
#questionario.tema-violet .stepy-header li div {
  background-color: #4A148C;
}
#questionario.tema-violet li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #4A148C !important;
}
#questionario.tema-violet .stepy-header li:before,
#questionario.tema-violet .stepy-header li:after {
  background-color: #4A148C;
}
#questionario.tema-violet .stepy-header li div {
  border: 2px solid #4A148C;
}
#questionario.tema-violet .border-primary-600 {
  border-color: #4A148C;
}
#questionario.tema-violet .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #4A148C;
}
#questionario.tema-violet .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
#questionario.tema-violet .bootstrap-select .btn-default:focus,
#questionario.tema-violet .bootstrap-select .btn-default.focus,
#questionario.tema-violet .bootstrap-select .btn-default:active,
#questionario.tema-violet .bootstrap-select .btn-default.active {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
#questionario.tema-violet .checker span {
  border: 2px solid #4A148C;
}
#questionario.tema-violet .irs-slider {
  background-color: #4A148C;
}
#questionario.tema-violet .irs-bar {
  background-color: #4A148C;
}
#questionario.tema-violet .irs-from,
#questionario.tema-violet .irs-to,
#questionario.tema-violet .irs-single {
  background-color: #4A148C;
}
#questionario.tema-violet .form-control:focus {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
#questionario.tema-violet .irs-from:after,
#questionario.tema-violet .irs-to:after,
#questionario.tema-violet .irs-single:after {
  border-top-color: #4A148C;
}
#questionario.tema-violet .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #4A148C;
}
#questionario.tema-violet .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-violet .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #4A148C;
  color: white;
}
#questionario.tema-violet .stepy-navigator a {
  background-color: #4A148C;
  color: #fff;
}
#questionario.tema-violet .stepy-navigator a .button-next {
  background-color: #4A148C;
  color: #fff !important;
}
#questionario.tema-violet .stepy-navigator a .button-back {
  background-color: #4A148C;
  color: #fff !important;
}
#questionario.tema-purple {
  background-color: #311B92;
}
#questionario.tema-purple .stepy-header {
  background: #231367;
}
#questionario.tema-purple .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #311B92;
  color: #311B92;
}
#questionario.tema-purple .stepy-header li div {
  background-color: #311B92;
}
#questionario.tema-purple li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #311B92 !important;
}
#questionario.tema-purple .stepy-header li:before,
#questionario.tema-purple .stepy-header li:after {
  background-color: #311B92;
}
#questionario.tema-purple .stepy-header li div {
  border: 2px solid #311B92;
}
#questionario.tema-purple .border-primary-600 {
  border-color: #311B92;
}
#questionario.tema-purple .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #311B92;
}
#questionario.tema-purple .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
#questionario.tema-purple .bootstrap-select .btn-default:focus,
#questionario.tema-purple .bootstrap-select .btn-default.focus,
#questionario.tema-purple .bootstrap-select .btn-default:active,
#questionario.tema-purple .bootstrap-select .btn-default.active {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
#questionario.tema-purple .checker span {
  border: 2px solid #311B92;
}
#questionario.tema-purple .irs-slider {
  background-color: #311B92;
}
#questionario.tema-purple .irs-bar {
  background-color: #311B92;
}
#questionario.tema-purple .irs-from,
#questionario.tema-purple .irs-to,
#questionario.tema-purple .irs-single {
  background-color: #311B92;
}
#questionario.tema-purple .form-control:focus {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
#questionario.tema-purple .irs-from:after,
#questionario.tema-purple .irs-to:after,
#questionario.tema-purple .irs-single:after {
  border-top-color: #311B92;
}
#questionario.tema-purple .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #311B92;
}
#questionario.tema-purple .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-purple .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #311B92;
  color: white;
}
#questionario.tema-purple .stepy-navigator a {
  background-color: #311B92;
  color: #fff;
}
#questionario.tema-purple .stepy-navigator a .button-next {
  background-color: #311B92;
  color: #fff !important;
}
#questionario.tema-purple .stepy-navigator a .button-back {
  background-color: #311B92;
  color: #fff !important;
}
#questionario.tema-blue {
  background-color: #01579B;
}
#questionario.tema-blue .stepy-header {
  background: #013b68;
}
#questionario.tema-blue .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #01579B;
  color: #01579B;
}
#questionario.tema-blue .stepy-header li div {
  background-color: #01579B;
}
#questionario.tema-blue li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #01579B !important;
}
#questionario.tema-blue .stepy-header li:before,
#questionario.tema-blue .stepy-header li:after {
  background-color: #01579B;
}
#questionario.tema-blue .stepy-header li div {
  border: 2px solid #01579B;
}
#questionario.tema-blue .border-primary-600 {
  border-color: #01579B;
}
#questionario.tema-blue .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #01579B;
}
#questionario.tema-blue .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
#questionario.tema-blue .bootstrap-select .btn-default:focus,
#questionario.tema-blue .bootstrap-select .btn-default.focus,
#questionario.tema-blue .bootstrap-select .btn-default:active,
#questionario.tema-blue .bootstrap-select .btn-default.active {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
#questionario.tema-blue .checker span {
  border: 2px solid #01579B;
}
#questionario.tema-blue .irs-slider {
  background-color: #01579B;
}
#questionario.tema-blue .irs-bar {
  background-color: #01579B;
}
#questionario.tema-blue .irs-from,
#questionario.tema-blue .irs-to,
#questionario.tema-blue .irs-single {
  background-color: #01579B;
}
#questionario.tema-blue .form-control:focus {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
#questionario.tema-blue .irs-from:after,
#questionario.tema-blue .irs-to:after,
#questionario.tema-blue .irs-single:after {
  border-top-color: #01579B;
}
#questionario.tema-blue .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #01579B;
}
#questionario.tema-blue .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-blue .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #01579B;
  color: white;
}
#questionario.tema-blue .stepy-navigator a {
  background-color: #01579B;
  color: #fff;
}
#questionario.tema-blue .stepy-navigator a .button-next {
  background-color: #01579B;
  color: #fff !important;
}
#questionario.tema-blue .stepy-navigator a .button-back {
  background-color: #01579B;
  color: #fff !important;
}
#questionario.tema-teal {
  background-color: #004D40;
}
#questionario.tema-teal .stepy-header {
  background: #001a16;
}
#questionario.tema-teal .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #004D40;
  color: #004D40;
}
#questionario.tema-teal .stepy-header li div {
  background-color: #004D40;
}
#questionario.tema-teal li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #004D40 !important;
}
#questionario.tema-teal .stepy-header li:before,
#questionario.tema-teal .stepy-header li:after {
  background-color: #004D40;
}
#questionario.tema-teal .stepy-header li div {
  border: 2px solid #004D40;
}
#questionario.tema-teal .border-primary-600 {
  border-color: #004D40;
}
#questionario.tema-teal .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #004D40;
}
#questionario.tema-teal .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
#questionario.tema-teal .bootstrap-select .btn-default:focus,
#questionario.tema-teal .bootstrap-select .btn-default.focus,
#questionario.tema-teal .bootstrap-select .btn-default:active,
#questionario.tema-teal .bootstrap-select .btn-default.active {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
#questionario.tema-teal .checker span {
  border: 2px solid #004D40;
}
#questionario.tema-teal .irs-slider {
  background-color: #004D40;
}
#questionario.tema-teal .irs-bar {
  background-color: #004D40;
}
#questionario.tema-teal .irs-from,
#questionario.tema-teal .irs-to,
#questionario.tema-teal .irs-single {
  background-color: #004D40;
}
#questionario.tema-teal .form-control:focus {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
#questionario.tema-teal .irs-from:after,
#questionario.tema-teal .irs-to:after,
#questionario.tema-teal .irs-single:after {
  border-top-color: #004D40;
}
#questionario.tema-teal .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #004D40;
}
#questionario.tema-teal .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-teal .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #004D40;
  color: white;
}
#questionario.tema-teal .stepy-navigator a {
  background-color: #004D40;
  color: #fff;
}
#questionario.tema-teal .stepy-navigator a .button-next {
  background-color: #004D40;
  color: #fff !important;
}
#questionario.tema-teal .stepy-navigator a .button-back {
  background-color: #004D40;
  color: #fff !important;
}
#questionario.tema-green {
  background-color: #33691E;
}
#questionario.tema-green .stepy-header {
  background: #204113;
}
#questionario.tema-green .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #33691E;
  color: #33691E;
}
#questionario.tema-green .stepy-header li div {
  background-color: #33691E;
}
#questionario.tema-green li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #33691E !important;
}
#questionario.tema-green .stepy-header li:before,
#questionario.tema-green .stepy-header li:after {
  background-color: #33691E;
}
#questionario.tema-green .stepy-header li div {
  border: 2px solid #33691E;
}
#questionario.tema-green .border-primary-600 {
  border-color: #33691E;
}
#questionario.tema-green .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #33691E;
}
#questionario.tema-green .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
#questionario.tema-green .bootstrap-select .btn-default:focus,
#questionario.tema-green .bootstrap-select .btn-default.focus,
#questionario.tema-green .bootstrap-select .btn-default:active,
#questionario.tema-green .bootstrap-select .btn-default.active {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
#questionario.tema-green .checker span {
  border: 2px solid #33691E;
}
#questionario.tema-green .irs-slider {
  background-color: #33691E;
}
#questionario.tema-green .irs-bar {
  background-color: #33691E;
}
#questionario.tema-green .irs-from,
#questionario.tema-green .irs-to,
#questionario.tema-green .irs-single {
  background-color: #33691E;
}
#questionario.tema-green .form-control:focus {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
#questionario.tema-green .irs-from:after,
#questionario.tema-green .irs-to:after,
#questionario.tema-green .irs-single:after {
  border-top-color: #33691E;
}
#questionario.tema-green .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #33691E;
}
#questionario.tema-green .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-green .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #33691E;
  color: white;
}
#questionario.tema-green .stepy-navigator a {
  background-color: #33691E;
  color: #fff;
}
#questionario.tema-green .stepy-navigator a .button-next {
  background-color: #33691E;
  color: #fff !important;
}
#questionario.tema-green .stepy-navigator a .button-back {
  background-color: #33691E;
  color: #fff !important;
}
#questionario.tema-orange {
  background-color: #E65100;
}
#questionario.tema-orange .stepy-header {
  background: #b33f00;
}
#questionario.tema-orange .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #E65100;
  color: #E65100;
}
#questionario.tema-orange .stepy-header li div {
  background-color: #E65100;
}
#questionario.tema-orange li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #E65100 !important;
}
#questionario.tema-orange .stepy-header li:before,
#questionario.tema-orange .stepy-header li:after {
  background-color: #E65100;
}
#questionario.tema-orange .stepy-header li div {
  border: 2px solid #E65100;
}
#questionario.tema-orange .border-primary-600 {
  border-color: #E65100;
}
#questionario.tema-orange .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #E65100;
}
#questionario.tema-orange .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
#questionario.tema-orange .bootstrap-select .btn-default:focus,
#questionario.tema-orange .bootstrap-select .btn-default.focus,
#questionario.tema-orange .bootstrap-select .btn-default:active,
#questionario.tema-orange .bootstrap-select .btn-default.active {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
#questionario.tema-orange .checker span {
  border: 2px solid #E65100;
}
#questionario.tema-orange .irs-slider {
  background-color: #E65100;
}
#questionario.tema-orange .irs-bar {
  background-color: #E65100;
}
#questionario.tema-orange .irs-from,
#questionario.tema-orange .irs-to,
#questionario.tema-orange .irs-single {
  background-color: #E65100;
}
#questionario.tema-orange .form-control:focus {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
#questionario.tema-orange .irs-from:after,
#questionario.tema-orange .irs-to:after,
#questionario.tema-orange .irs-single:after {
  border-top-color: #E65100;
}
#questionario.tema-orange .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #E65100;
}
#questionario.tema-orange .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-orange .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #E65100;
  color: white;
}
#questionario.tema-orange .stepy-navigator a {
  background-color: #E65100;
  color: #fff;
}
#questionario.tema-orange .stepy-navigator a .button-next {
  background-color: #E65100;
  color: #fff !important;
}
#questionario.tema-orange .stepy-navigator a .button-back {
  background-color: #E65100;
  color: #fff !important;
}
#questionario.tema-brown {
  background-color: #3E2723;
}
#questionario.tema-brown .stepy-header {
  background: #1d1211;
}
#questionario.tema-brown .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #3E2723;
  color: #3E2723;
}
#questionario.tema-brown .stepy-header li div {
  background-color: #3E2723;
}
#questionario.tema-brown li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #3E2723 !important;
}
#questionario.tema-brown .stepy-header li:before,
#questionario.tema-brown .stepy-header li:after {
  background-color: #3E2723;
}
#questionario.tema-brown .stepy-header li div {
  border: 2px solid #3E2723;
}
#questionario.tema-brown .border-primary-600 {
  border-color: #3E2723;
}
#questionario.tema-brown .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #3E2723;
}
#questionario.tema-brown .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
#questionario.tema-brown .bootstrap-select .btn-default:focus,
#questionario.tema-brown .bootstrap-select .btn-default.focus,
#questionario.tema-brown .bootstrap-select .btn-default:active,
#questionario.tema-brown .bootstrap-select .btn-default.active {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
#questionario.tema-brown .checker span {
  border: 2px solid #3E2723;
}
#questionario.tema-brown .irs-slider {
  background-color: #3E2723;
}
#questionario.tema-brown .irs-bar {
  background-color: #3E2723;
}
#questionario.tema-brown .irs-from,
#questionario.tema-brown .irs-to,
#questionario.tema-brown .irs-single {
  background-color: #3E2723;
}
#questionario.tema-brown .form-control:focus {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
#questionario.tema-brown .irs-from:after,
#questionario.tema-brown .irs-to:after,
#questionario.tema-brown .irs-single:after {
  border-top-color: #3E2723;
}
#questionario.tema-brown .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #3E2723;
}
#questionario.tema-brown .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-brown .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #3E2723;
  color: white;
}
#questionario.tema-brown .stepy-navigator a {
  background-color: #3E2723;
  color: #fff;
}
#questionario.tema-brown .stepy-navigator a .button-next {
  background-color: #3E2723;
  color: #fff !important;
}
#questionario.tema-brown .stepy-navigator a .button-back {
  background-color: #3E2723;
  color: #fff !important;
}
#questionario.tema-grey {
  background-color: #333;
}
#questionario.tema-grey .stepy-header {
  background: #1a1a1a;
}
#questionario.tema-grey .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #333;
  color: #333;
}
#questionario.tema-grey .stepy-header li div {
  background-color: #333;
}
#questionario.tema-grey li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #333 !important;
}
#questionario.tema-grey .stepy-header li:before,
#questionario.tema-grey .stepy-header li:after {
  background-color: #333;
}
#questionario.tema-grey .stepy-header li div {
  border: 2px solid #333;
}
#questionario.tema-grey .border-primary-600 {
  border-color: #333;
}
#questionario.tema-grey .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #333;
}
#questionario.tema-grey .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
#questionario.tema-grey .bootstrap-select .btn-default:focus,
#questionario.tema-grey .bootstrap-select .btn-default.focus,
#questionario.tema-grey .bootstrap-select .btn-default:active,
#questionario.tema-grey .bootstrap-select .btn-default.active {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
#questionario.tema-grey .checker span {
  border: 2px solid #333;
}
#questionario.tema-grey .irs-slider {
  background-color: #333;
}
#questionario.tema-grey .irs-bar {
  background-color: #333;
}
#questionario.tema-grey .irs-from,
#questionario.tema-grey .irs-to,
#questionario.tema-grey .irs-single {
  background-color: #333;
}
#questionario.tema-grey .form-control:focus {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
#questionario.tema-grey .irs-from:after,
#questionario.tema-grey .irs-to:after,
#questionario.tema-grey .irs-single:after {
  border-top-color: #333;
}
#questionario.tema-grey .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #333;
}
#questionario.tema-grey .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-grey .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #333;
  color: white;
}
#questionario.tema-grey .stepy-navigator a {
  background-color: #333;
  color: #fff;
}
#questionario.tema-grey .stepy-navigator a .button-next {
  background-color: #333;
  color: #fff !important;
}
#questionario.tema-grey .stepy-navigator a .button-back {
  background-color: #333;
  color: #fff !important;
}
#questionario.tema-slate {
  background-color: #263238;
}
#questionario.tema-slate .stepy-header {
  background: #11171a;
}
#questionario.tema-slate .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #263238;
  color: #263238;
}
#questionario.tema-slate .stepy-header li div {
  background-color: #263238;
}
#questionario.tema-slate li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #263238 !important;
}
#questionario.tema-slate .stepy-header li:before,
#questionario.tema-slate .stepy-header li:after {
  background-color: #263238;
}
#questionario.tema-slate .stepy-header li div {
  border: 2px solid #263238;
}
#questionario.tema-slate .border-primary-600 {
  border-color: #263238;
}
#questionario.tema-slate .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #263238;
}
#questionario.tema-slate .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
#questionario.tema-slate .bootstrap-select .btn-default:focus,
#questionario.tema-slate .bootstrap-select .btn-default.focus,
#questionario.tema-slate .bootstrap-select .btn-default:active,
#questionario.tema-slate .bootstrap-select .btn-default.active {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
#questionario.tema-slate .checker span {
  border: 2px solid #263238;
}
#questionario.tema-slate .irs-slider {
  background-color: #263238;
}
#questionario.tema-slate .irs-bar {
  background-color: #263238;
}
#questionario.tema-slate .irs-from,
#questionario.tema-slate .irs-to,
#questionario.tema-slate .irs-single {
  background-color: #263238;
}
#questionario.tema-slate .form-control:focus {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
#questionario.tema-slate .irs-from:after,
#questionario.tema-slate .irs-to:after,
#questionario.tema-slate .irs-single:after {
  border-top-color: #263238;
}
#questionario.tema-slate .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #263238;
}
#questionario.tema-slate .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-slate .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #263238;
  color: white;
}
#questionario.tema-slate .stepy-navigator a {
  background-color: #263238;
  color: #fff;
}
#questionario.tema-slate .stepy-navigator a .button-next {
  background-color: #263238;
  color: #fff !important;
}
#questionario.tema-slate .stepy-navigator a .button-back {
  background-color: #263238;
  color: #fff !important;
}
#questionario.tema-red {
  background-color: #B71C1C;
}
#questionario.tema-red .stepy-header {
  background: #8b1515;
}
#questionario.tema-red .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #B71C1C;
  color: #B71C1C;
}
#questionario.tema-red .stepy-header li div {
  background-color: #B71C1C;
}
#questionario.tema-red li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #B71C1C !important;
}
#questionario.tema-red .stepy-header li:before,
#questionario.tema-red .stepy-header li:after {
  background-color: #B71C1C;
}
#questionario.tema-red .stepy-header li div {
  border: 2px solid #B71C1C;
}
#questionario.tema-red .border-primary-600 {
  border-color: #B71C1C;
}
#questionario.tema-red .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #B71C1C;
}
#questionario.tema-red .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
#questionario.tema-red .bootstrap-select .btn-default:focus,
#questionario.tema-red .bootstrap-select .btn-default.focus,
#questionario.tema-red .bootstrap-select .btn-default:active,
#questionario.tema-red .bootstrap-select .btn-default.active {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
#questionario.tema-red .checker span {
  border: 2px solid #B71C1C;
}
#questionario.tema-red .irs-slider {
  background-color: #B71C1C;
}
#questionario.tema-red .irs-bar {
  background-color: #B71C1C;
}
#questionario.tema-red .irs-from,
#questionario.tema-red .irs-to,
#questionario.tema-red .irs-single {
  background-color: #B71C1C;
}
#questionario.tema-red .form-control:focus {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
#questionario.tema-red .irs-from:after,
#questionario.tema-red .irs-to:after,
#questionario.tema-red .irs-single:after {
  border-top-color: #B71C1C;
}
#questionario.tema-red .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #B71C1C;
}
#questionario.tema-red .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-red .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #B71C1C;
  color: white;
}
#questionario.tema-red .stepy-navigator a {
  background-color: #B71C1C;
  color: #fff;
}
#questionario.tema-red .stepy-navigator a .button-next {
  background-color: #B71C1C;
  color: #fff !important;
}
#questionario.tema-red .stepy-navigator a .button-back {
  background-color: #B71C1C;
  color: #fff !important;
}
#questionario.tema-green2 {
  background-color: #1B5E20;
}
#questionario.tema-green2 .stepy-header {
  background: #103613;
}
#questionario.tema-green2 .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #1B5E20;
  color: #1B5E20;
}
#questionario.tema-green2 .stepy-header li div {
  background-color: #1B5E20;
}
#questionario.tema-green2 li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1B5E20 !important;
}
#questionario.tema-green2 .stepy-header li:before,
#questionario.tema-green2 .stepy-header li:after {
  background-color: #1B5E20;
}
#questionario.tema-green2 .stepy-header li div {
  border: 2px solid #1B5E20;
}
#questionario.tema-green2 .border-primary-600 {
  border-color: #1B5E20;
}
#questionario.tema-green2 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #1B5E20;
}
#questionario.tema-green2 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
#questionario.tema-green2 .bootstrap-select .btn-default:focus,
#questionario.tema-green2 .bootstrap-select .btn-default.focus,
#questionario.tema-green2 .bootstrap-select .btn-default:active,
#questionario.tema-green2 .bootstrap-select .btn-default.active {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
#questionario.tema-green2 .checker span {
  border: 2px solid #1B5E20;
}
#questionario.tema-green2 .irs-slider {
  background-color: #1B5E20;
}
#questionario.tema-green2 .irs-bar {
  background-color: #1B5E20;
}
#questionario.tema-green2 .irs-from,
#questionario.tema-green2 .irs-to,
#questionario.tema-green2 .irs-single {
  background-color: #1B5E20;
}
#questionario.tema-green2 .form-control:focus {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
#questionario.tema-green2 .irs-from:after,
#questionario.tema-green2 .irs-to:after,
#questionario.tema-green2 .irs-single:after {
  border-top-color: #1B5E20;
}
#questionario.tema-green2 .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #1B5E20;
}
#questionario.tema-green2 .br-theme-bars-pill .br-widget a.br-active,
#questionario.tema-green2 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #1B5E20;
  color: white;
}
#questionario.tema-green2 .stepy-navigator a {
  background-color: #1B5E20;
  color: #fff;
}
#questionario.tema-green2 .stepy-navigator a .button-next {
  background-color: #1B5E20;
  color: #fff !important;
}
#questionario.tema-green2 .stepy-navigator a .button-back {
  background-color: #1B5E20;
  color: #fff !important;
}
#btn-copiar-link-encurtado {
  margin-left: 10px;
}
#dv-edit-link-encurtado .input-group-addon {
  padding-left: 0;
}
#pesquisaTabulacao .pesquisaIntro {
  position: relative;
  padding: 10px 20px;
  display: block;
  margin-bottom: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#pesquisaTabulacao .pesquisaIntro span {
  position: absolute;
  right: 15px;
  text-align: right;
  top: 17px;
}
#pesquisaTabulacao .pesquisaIntro .resumo .label {
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: left;
  top: auto;
  right: auto;
}
#pesquisaTabulacao .pesquisaIntro .resumo .label.filtro {
  margin-right: 20px;
  background: #fff;
  font-weight: 700;
  font-size: 12px;
}
#pesquisaTabulacao .pesquisaIntro .resumo span:not(.label) {
  position: relative;
  display: inline-block;
  text-align: left;
  top: auto;
  right: auto;
  padding-right: 10px;
}
#pesquisaTabulacao .pesquisaIntro .resumo span:not(.label) small {
  font-weight: bold;
  font-size: 14px;
}
#pesquisaTabulacao .pesquisaIntro .resumo span:not(.label) small span {
  padding-right: 5px !important;
}
#pesquisaTabulacao .pesquisaDetalhe {
  background: #eeeeee;
  padding: 20px;
}
#pesquisaTabulacao .heading-elements:not(.visible-elements) .heading-text {
  margin-top: 7px;
}
#pesquisaTabulacao div.bootstrap-select {
  width: 100% !important;
}
#pesquisaTabulacao .form-control {
  height: 34px;
}
#pesquisaTabulacao #segmentos .form-group {
  margin: 20px 0;
}
#pesquisaTabulacao #segmentos .box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
#pesquisaTabulacao #segmentos .box .segmentoItem {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#pesquisaTabulacao #segmentos .box .segmentoItem div {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
#pesquisaTabulacao #segmentos .box .segmentoItem div.title {
  font-size: 14px;
}
#pesquisaTabulacao #segmentos .box .segmentoItem div.text-tema {
  margin-left: 10px;
  font-weight: bold;
}
#pesquisaTabulacao #segmentos .box .segmentoItem .separador {
  display: block;
  width: 100%;
  margin: 5px 0;
  height: 1px;
  background: #ddd;
}
#pesquisaTabulacao #segmentos .box .segmentoItem .icons-list {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#pesquisaTabulacao #segmentos .box .segmentoItem#add {
  background-color: #F3F3F4;
  padding: 0 10px;
}
#pesquisaTabulacao #segmentos .box .segmentoItem#add a {
  font-size: 13px;
  line-height: 55px;
  display: block;
  text-align: center;
  padding: 0 10px;
  color: #999999;
}
#pesquisaTabulacao .itemTabulacao {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
#pesquisaTabulacao .itemTabulacao h2 {
  margin: 0 0 20px 0;
}
#pesquisaTabulacao .itemTabulacao table {
  width: 100% !important;
}
@media (min-width: 769px) {
  #pesquisaTabulacao .itemTabulacao .nav-tabs-vertical > .nav-tabs {
    width: 60px;
  }
}
#pesquisaTabulacao .itemTabulacao .ratingBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
#pesquisaTabulacao .itemTabulacao .ratingBox span {
  color: #999999;
  font-size: 12px;
  line-height: 12px;
  top: 0;
  padding: 6px;
}
#pesquisaTabulacao .itemTabulacao .ratingBox span:nth-child(0) {
  text-align: right;
  margin-left: 15px;
}
#pesquisaTabulacao .itemTabulacao .ratingBox span:nth-child(1) {
  text-align: left;
  margin-right: 15px;
}
#pesquisaTabulacao tr.group,
#pesquisaTabulacao tr.group:hover {
  font-weight: bold;
}
#pesquisaTabulacao .chartGrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
#pesquisaTabulacao .chartGrid .itemGrid {
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 5px 10px;
  padding: 5px 10px;
}
#pesquisaTabulacao .chartGrid .itemGrid .dash-item {
  display: block;
  width: 100%;
  min-height: 300px;
  overflow-x: hidden;
}
#pesquisaTabulacao .chartGrid .itemGrid .dash-item > div {
  overflow: hidden;
}
#pesquisaTabulacao .chartGrid .itemGrid .dash-item > div > div {
  overflow: hidden;
}
#pesquisaTabulacao .chartGrid .itemGrid h3 {
  font-size: 15px;
  text-align: center;
}
#pesquisaTabulacao .google-visualization-tooltip {
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
#pesquisaTabulacao .customChartTooltip {
  background: none;
  min-width: 130px;
  min-height: 60px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.27);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.27);
}
#pesquisaTabulacao .customChartTooltip ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#pesquisaTabulacao .customChartTooltip ul li {
  color: #333333;
  padding: 6px;
  background: #ffffff;
}
#pesquisaTabulacao .customChartTooltip ul li:before,
#pesquisaTabulacao .customChartTooltip ul li:after {
  content: " ";
  display: table;
}
#pesquisaTabulacao .customChartTooltip ul li:after {
  clear: both;
}
#pesquisaTabulacao .customChartTooltip ul li:first-child {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}
#pesquisaTabulacao .customChartTooltip ul li .status-mark {
  margin: 0 5px 0 0;
}
#pesquisaTabulacao .customChartTooltip ul li .labelValor {
  float: left;
  margin-right: 10px;
}
#pesquisaTabulacao .customChartTooltip ul li .valor {
  float: right;
}
#pesquisaTabulacao .chart-widget-legend {
  margin: 0 0 10px 0;
}
#pesquisaTabulacao .chart-widget-legend.hover li {
  opacity: 0.3;
}
#pesquisaTabulacao .chart-widget-legend.hover li.hover {
  opacity: 1;
}
#sidebar_add_segmento .bootstrap-select.btn-group .dropdown-menu > li > a .text {
  width: 100%;
  white-space: normal;
}
#sidebar_add_segmento .bootstrap-select.btn-group .dropdown-menu > li > a .text small {
  width: 100%;
  display: block;
  padding: 0;
}
#sidebar_add_segmento .bootstrap-select.btn-group .filter-option small {
  width: 100%;
  display: block;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sidebar_add_segmento .opCondicao {
  text-align: center;
}
.npsChart {
  padding-bottom: 20px;
}
.npsChart .graph {
  display: flex;
  flex-direction: row;
  padding: 65px 0 80px 0;
  flex-wrap: nowrap;
}
.npsChart .graph > div {
  position: relative;
}
.npsChart .title {
  text-align: center;
  position: absolute;
  width: 100%;
  display: block;
  top: -60px;
  font-weight: bold;
  font-size: 15px;
}
.npsChart .detratores {
  width: 60%;
  display: block;
  display: flex;
  flex-direction: row;
  border-bottom: 2px dotted #ff0000;
}
.npsChart .detratores .n,
.npsChart .detratores .title {
  color: #ff0000;
}
.npsChart .detratores .item {
  width: 30%;
}
.npsChart .detratores .item .person {
  background: rgba(255, 0, 0, 0.5);
}
.npsChart .detratores .total {
  width: 100%;
  display: block;
}
.npsChart .neutros {
  width: 20%;
  display: block;
  display: flex;
  flex-direction: row;
  border-bottom: 2px dotted #ffe508;
}
.npsChart .neutros .n,
.npsChart .neutros .title {
  color: #d5c100;
}
.npsChart .neutros .item {
  width: 50%;
}
.npsChart .neutros .item .person {
  background: rgba(255, 229, 8, 0.7);
}
.npsChart .neutros .total {
  width: 100%;
  display: block;
}
.npsChart .promotores {
  width: 20%;
  display: block;
  display: flex;
  flex-direction: row;
  border-bottom: 2px dotted #08d540;
}
.npsChart .promotores .n,
.npsChart .promotores .title {
  color: #08d540;
}
.npsChart .promotores .item {
  width: 50%;
}
.npsChart .promotores .item .person {
  background: rgba(8, 213, 64, 0.7);
}
.npsChart .promotores .total {
  width: 100%;
  display: block;
}
.npsChart .item {
  display: flex;
  position: relative;
  min-height: 200px;
  margin-bottom: 10px;
}
.npsChart .item:nth-child(even) .person,
.npsChart .item:nth-child(even) .cover {
  mask-image: url(../images/woman.svg);
  -webkit-mask-image: url(../images/woman.svg);
}
.npsChart .item:nth-child(odd) .person,
.npsChart .item:nth-child(odd) .cover {
  mask-image: url(../images/man.svg);
  -webkit-mask-image: url(../images/man.svg);
}
.npsChart .item .person {
  width: 100%;
  display: flex;
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: top;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: top;
  -webkit-mask-size: auto 100%;
}
.npsChart .item .person .cover {
  width: 100%;
  display: block;
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: top;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: top;
  -webkit-mask-size: auto 100%;
}
.npsChart .item .info {
  text-align: center;
  position: absolute;
  width: 100%;
  display: block;
  bottom: -40px;
}
.npsChart .item .n {
  text-align: center;
  position: absolute;
  width: 100%;
  display: block;
  top: -30px;
  font-weight: bold;
  font-size: 15px;
}
.npsChart .resumo {
  width: 100%;
  background: #E1E1E1;
  padding: 5px;
  text-align: center;
}
.npsChart .resumo div {
  color: #fff;
  padding: 5px 20px;
  font-size: 16px;
  display: inline-block;
}
.npsChart .resumo .p {
  background: #60d130;
}
.npsChart .resumo .d {
  background: #ff0000;
}
.npsChart .resumo .s {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 10px;
  color: #000;
}
.npsChart .resumo .s span {
  margin-top: 10px;
}
.npsChart .resumo .nps {
  background: #000000;
}
.rating-chart ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: center;
}
.rating-chart ul li {
  padding-top: 10px;
}
.rating-chart ul li div {
  width: 28px;
  text-align: center;
  margin-right: 11px;
}
.rating-chart ul li div i {
  opacity: 0.4;
}
.rating-chart ul li div:nth-child(1) {
  padding: 2px 0;
}
.rating-chart ul li div:nth-child(2) {
  padding: 4px 0;
  font-weight: bold;
}
.rating-chart ul li div:nth-child(2) small {
  font-size: 13px;
  font-weight: normal;
}
.rating-chart .media {
  max-width: 200px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  text-align: center;
  font-weight: bold;
  padding: 4px 0;
}
#newNPSChart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
#newNPSChart .npsSection {
  flex-grow: 1;
}
#newNPSChart .npsSection h2 {
  font-size: 20px;
  font-weight: bold;
  color: #2b2b2a;
  border-bottom: 2px solid #2b2b2a;
  width: 100%;
  display: block;
  text-align: center;
}
#newNPSChart .npsSection ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
}
#newNPSChart .npsSection ul li {
  text-align: center;
  margin: 0 10px;
}
#newNPSChart .npsSection ul li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2b2b2a;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
#newNPSChart .npsSection ul li img {
  width: 100%;
  margin: 15px 0;
}
#newNPSChart .npsSection ul li .bar {
  display: block;
  width: 5px;
  background: #c7c7c7;
  position: relative;
  height: 100px;
  border-radius: 105px;
  margin: 0 auto 3px auto;
}
#newNPSChart .npsSection ul li .bar span {
  display: block;
  position: absolute;
  bottom: 0;
  background: #2b2b2a;
  width: 5px;
  border-radius: 100px;
}
#newNPSChart .npsSection ul li .total {
  border-radius: 3px;
  padding: 5px;
  color: #fff;
  background: #2b2b2a;
  margin: 5px auto;
  min-width: 45px;
  display: block;
}
#newNPSChart .npsSection ul li .total small {
  font-weight: bold;
  display: none;
}
#newNPSChart .npsSection ul li:hover .total span {
  display: none;
}
#newNPSChart .npsSection ul li:hover .total small {
  display: initial;
}
#newNPSChart .npsSection .resumo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px 0 10px 0;
}
#newNPSChart .npsSection .resumo > div {
  padding: 7px 10px;
}
#newNPSChart .npsSection .resumo > div:nth-child(1) {
  width: 100%;
  background: #2b2b2a;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#newNPSChart .npsSection .resumo > div:nth-child(1) span {
  color: #fff;
  font-weight: bold;
}
#newNPSChart .npsSection .resumo > div:nth-child(1) small {
  color: #2b2b2a;
  background: #fff;
  border-radius: 10px;
  padding: 2px 5px;
  font-size: 10px;
}
#newNPSChart .npsSection .resumo > div:nth-child(2) {
  border: 3px solid #2b2b2a;
  margin: 0 5px;
  border-radius: 20px;
  font-weight: bold;
  color: #2b2b2a;
  padding: 4px 6px;
  font-size: 16px;
}
#newNPSChart .npsSection:nth-child(1) {
  flex-basis: 63.63%;
}
#newNPSChart .npsSection:nth-child(1) h2 {
  color: #ff467a;
  border-bottom: 2px solid #ff467a;
}
#newNPSChart .npsSection:nth-child(1) h3 {
  color: #ff467a;
}
#newNPSChart .npsSection:nth-child(1) .bar span {
  background: #ff467a;
}
#newNPSChart .npsSection:nth-child(1) .total {
  background: #ff467a;
}
#newNPSChart .npsSection:nth-child(1) .resumo > div:nth-child(1) {
  background: #ff467a;
}
#newNPSChart .npsSection:nth-child(1) .resumo > div:nth-child(1) small {
  color: #ff467a;
}
#newNPSChart .npsSection:nth-child(1) .resumo > div:nth-child(2) {
  border: 3px solid #ff467a;
  color: #ff467a;
}
#newNPSChart .npsSection:nth-child(2) {
  flex-basis: 18.1%;
  margin: 0 10px;
}
#newNPSChart .npsSection:nth-child(2) h2 {
  color: #ffaa47;
  border-bottom: 2px solid #ffaa47;
}
#newNPSChart .npsSection:nth-child(2) h3 {
  color: #ffaa47;
}
#newNPSChart .npsSection:nth-child(2) .bar span {
  background: #ffaa47;
}
#newNPSChart .npsSection:nth-child(2) .total {
  background: #ffaa47;
}
#newNPSChart .npsSection:nth-child(2) .resumo > div:nth-child(1) {
  background: #ffaa47;
}
#newNPSChart .npsSection:nth-child(2) .resumo > div:nth-child(1) small {
  color: #ffaa47;
}
#newNPSChart .npsSection:nth-child(2) .resumo > div:nth-child(2) {
  border: 3px solid #ffaa47;
  color: #ffaa47;
}
#newNPSChart .npsSection:nth-child(3) {
  flex-basis: 18.1%;
}
#newNPSChart .npsSection:nth-child(3) h2 {
  color: #23b979;
  border-bottom: 2px solid #23b979;
}
#newNPSChart .npsSection:nth-child(3) h3 {
  color: #23b979;
}
#newNPSChart .npsSection:nth-child(3) .bar span {
  background: #23b979;
}
#newNPSChart .npsSection:nth-child(3) .total {
  background: #23b979;
}
#newNPSChart .npsSection:nth-child(3) .resumo > div:nth-child(1) {
  background: #23b979;
}
#newNPSChart .npsSection:nth-child(3) .resumo > div:nth-child(1) small {
  color: #23b979;
}
#newNPSChart .npsSection:nth-child(3) .resumo > div:nth-child(2) {
  border: 3px solid #23b979;
  color: #23b979;
}
#newNPSChartResumo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 10px 0;
}
#newNPSChartResumo > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /*&:nth-child(1) {
			> div {
				&:nth-child(1) {
					background: #ff467a;

					small {
						color: #ff467a;
					}
				}

				&:nth-child(2) {
					border: 3px solid #ff467a;
					color: #ff467a;
				}
			}
		}

		&:nth-child(2) {
			> div {
				&:nth-child(1) {
					background: #ffaa47;

					small {
						color: #ffaa47;
					}
				}

				&:nth-child(2) {
					border: 3px solid #ffaa47;
					color: #ffaa47;
				}
			}
		}

		&:nth-child(3) {
			> div {
				&:nth-child(1) {
					background: #23b979;

					small {
						color: #23b979;
					}
				}

				&:nth-child(2) {
					border: 3px solid #23b979;
					color: #23b979;
				}
			}
		}*/
}
#newNPSChartResumo > div > div {
  padding: 7px 10px;
}
#newNPSChartResumo > div > div:nth-child(1) {
  width: 100%;
  background: #2b2b2a;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#newNPSChartResumo > div > div:nth-child(1) span {
  color: #fff;
  font-weight: bold;
}
#newNPSChartResumo > div > div:nth-child(1) small {
  color: #2b2b2a;
  background: #fff;
  border-radius: 10px;
  padding: 2px 5px;
  font-size: 10px;
}
#newNPSChartResumo > div > div:nth-child(2) {
  border: 3px solid #2b2b2a;
  margin: 0 5px;
  border-radius: 42px;
  font-weight: bold;
  color: #2b2b2a;
  padding: 4px 6px;
  font-size: 24px;
}
#newNPSChartResumo > div:nth-child(1) {
  position: relative;
  width: 100%;
}
#newNPSChartResumo > div:nth-child(1) > div:nth-child(3) {
  position: absolute;
  bottom: -30px;
  bottom: -23px;
  font-size: 10px;
}
.nota-nps-10,
.nota-nps-9 {
  background: #23b979;
  color: #fff;
  padding: 5px;
  width: 35px;
  text-align: center;
  display: block;
  margin: 5px 0;
  font-weight: bold;
  border-radius: 20px;
}
.nota-nps-7,
.nota-nps-8 {
  background: #ffaa47;
  color: #fff;
  padding: 5px;
  width: 35px;
  text-align: center;
  display: block;
  margin: 5px 0;
  font-weight: bold;
  border-radius: 20px;
}
.nota-nps-0,
.nota-nps-1,
.nota-nps-2,
.nota-nps-3,
.nota-nps-4,
.nota-nps-5,
.nota-nps-6 {
  background: #ff467a;
  color: #fff;
  padding: 5px;
  width: 35px;
  text-align: center;
  display: block;
  margin: 5px 0;
  font-weight: bold;
  border-radius: 20px;
}
#pesquisaExterno {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #pesquisaExterno {
    padding: 0;
  }
  #pesquisaExterno .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #pesquisaExterno {
    padding: 0;
  }
  #pesquisaExterno .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
  }
}
#pesquisaExterno .thumb img:not(.media-preview) {
  width: auto;
}
#pesquisaExterno .page-content {
  min-height: 100vh;
  display: block;
  width: 100%;
}
#pesquisaExterno .content-wrapper {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
}
#pesquisaExterno .content:first-child {
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #pesquisaExterno .content:first-child {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #pesquisaExterno .stepy-header {
    display: flex;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #pesquisaExterno .stepy-header {
    display: flex;
    padding-bottom: 20px;
  }
}
#pesquisaExterno .stepy-navigator {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #ddd;
  border-bottom: none !important;
}
#pesquisaExterno .stepy-navigator a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  line-height: 1.5384616;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
}
#pesquisaExterno form {
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  -webkit-transition: box-shadow 0.25s cubic-bezier(0, 0, 0.1, 1);
  transition: box-shadow 0.25s cubic-bezier(0, 0, 0.1, 1);
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #pesquisaExterno form {
    max-width: 98%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #pesquisaExterno form {
    max-width: 98%;
  }
}
#pesquisaExterno form .logo {
  max-width: 100%;
  display: block;
  text-align: center;
}
#pesquisaExterno form .logo img {
  max-height: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #pesquisaExterno form .logo img {
    max-height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #pesquisaExterno form .logo img {
    max-height: 120px;
  }
}
#pesquisaExterno form #btn-stepy-finish {
  /*color: #fff !important;
			background-color: #4CAF50 !important;
			border-color: #4CAF50 !important;*/
  font-size: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #pesquisaExterno form #btn-stepy-finish {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #pesquisaExterno form #btn-stepy-finish {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #pesquisaExterno form .button-back,
  #pesquisaExterno form .button-next {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #pesquisaExterno form .button-back,
  #pesquisaExterno form .button-next {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
#pesquisaExterno .mensagemFinal {
  padding: 50px 0;
  text-align: center;
  min-height: 60vh;
  position: relative;
}
#pesquisaExterno .mensagemFinal p {
  text-align: center;
  font-size: 19px;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  font-weight: bold;
}
#pesquisaExterno #revendaId {
  margin: 30px 0;
  display: block;
  text-align: center;
}
#pesquisaExterno #revendaId span {
  WIDTH: 100%;
  DISPLAY: BLOCK;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #pesquisaExterno #revendaId {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #pesquisaExterno #revendaId {
    margin-bottom: 20px;
  }
}
#pesquisaExterno #revendaId a {
  cursor: pointer;
}
#pesquisaExterno.tema-indigo {
  background-color: #1A237E;
}
#pesquisaExterno.tema-indigo .btn-tema {
  background-color: #1A237E;
}
#pesquisaExterno.tema-indigo .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #1A237E;
  color: #1A237E;
}
#pesquisaExterno.tema-indigo .stepy-header li div {
  background-color: #1A237E;
}
#pesquisaExterno.tema-indigo li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1A237E !important;
}
#pesquisaExterno.tema-indigo .stepy-header li:before,
#pesquisaExterno.tema-indigo .stepy-header li:after {
  background-color: #1A237E;
}
#pesquisaExterno.tema-indigo .stepy-header li div {
  border: 2px solid #1A237E;
}
#pesquisaExterno.tema-indigo .border-primary-600 {
  border-color: #1A237E;
}
#pesquisaExterno.tema-indigo .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #1A237E;
}
#pesquisaExterno.tema-indigo .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
#pesquisaExterno.tema-indigo .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-indigo .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-indigo .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-indigo .bootstrap-select .btn-default.active {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
#pesquisaExterno.tema-indigo .checker span {
  border: 2px solid #1A237E;
}
#pesquisaExterno.tema-indigo .irs-slider {
  background-color: #1A237E;
}
#pesquisaExterno.tema-indigo .irs-bar {
  background-color: #1A237E;
}
#pesquisaExterno.tema-indigo .irs-from,
#pesquisaExterno.tema-indigo .irs-to,
#pesquisaExterno.tema-indigo .irs-single {
  background-color: #1A237E;
}
#pesquisaExterno.tema-indigo .form-control:focus {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
#pesquisaExterno.tema-indigo .irs-from:after,
#pesquisaExterno.tema-indigo .irs-to:after,
#pesquisaExterno.tema-indigo .irs-single:after {
  border-top-color: #1A237E;
}
#pesquisaExterno.tema-indigo .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #1A237E;
}
#pesquisaExterno.tema-indigo .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-indigo .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #1A237E;
  color: white;
  position: relative;
}
#pesquisaExterno.tema-indigo .stepy-navigator a {
  background-color: #1A237E;
  color: #fff;
}
#pesquisaExterno.tema-indigo .stepy-navigator a.button-next {
  background-color: #1A237E;
  color: #fff !important;
}
#pesquisaExterno.tema-indigo .stepy-navigator a.button-back {
  background-color: #1A237E;
  color: #fff !important;
}
#pesquisaExterno.tema-pink {
  background-color: #880E4F;
}
#pesquisaExterno.tema-pink .btn-tema {
  background-color: #880E4F;
}
#pesquisaExterno.tema-pink .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #880E4F;
  color: #880E4F;
}
#pesquisaExterno.tema-pink .stepy-header li div {
  background-color: #880E4F;
}
#pesquisaExterno.tema-pink li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #880E4F !important;
}
#pesquisaExterno.tema-pink .stepy-header li:before,
#pesquisaExterno.tema-pink .stepy-header li:after {
  background-color: #880E4F;
}
#pesquisaExterno.tema-pink .stepy-header li div {
  border: 2px solid #880E4F;
}
#pesquisaExterno.tema-pink .border-primary-600 {
  border-color: #880E4F;
}
#pesquisaExterno.tema-pink .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #880E4F;
}
#pesquisaExterno.tema-pink .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
#pesquisaExterno.tema-pink .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-pink .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-pink .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-pink .bootstrap-select .btn-default.active {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
#pesquisaExterno.tema-pink .checker span {
  border: 2px solid #880E4F;
}
#pesquisaExterno.tema-pink .irs-slider {
  background-color: #880E4F;
}
#pesquisaExterno.tema-pink .irs-bar {
  background-color: #880E4F;
}
#pesquisaExterno.tema-pink .irs-from,
#pesquisaExterno.tema-pink .irs-to,
#pesquisaExterno.tema-pink .irs-single {
  background-color: #880E4F;
}
#pesquisaExterno.tema-pink .form-control:focus {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
#pesquisaExterno.tema-pink .irs-from:after,
#pesquisaExterno.tema-pink .irs-to:after,
#pesquisaExterno.tema-pink .irs-single:after {
  border-top-color: #880E4F;
}
#pesquisaExterno.tema-pink .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #880E4F;
}
#pesquisaExterno.tema-pink .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-pink .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #880E4F;
  color: white;
}
#pesquisaExterno.tema-pink .stepy-navigator a {
  background-color: #880E4F;
  color: #fff;
}
#pesquisaExterno.tema-pink .stepy-navigator a.button-next {
  background-color: #880E4F;
  color: #fff !important;
}
#pesquisaExterno.tema-pink .stepy-navigator a.button-back {
  background-color: #880E4F;
  color: #fff !important;
}
#pesquisaExterno.tema-violet {
  background-color: #4A148C;
}
#pesquisaExterno.tema-violet .btn-tema {
  background-color: #4A148C;
}
#pesquisaExterno.tema-violet .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #4A148C;
  color: #4A148C;
}
#pesquisaExterno.tema-violet .stepy-header li div {
  background-color: #4A148C;
}
#pesquisaExterno.tema-violet li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #4A148C !important;
}
#pesquisaExterno.tema-violet .stepy-header li:before,
#pesquisaExterno.tema-violet .stepy-header li:after {
  background-color: #4A148C;
}
#pesquisaExterno.tema-violet .stepy-header li div {
  border: 2px solid #4A148C;
}
#pesquisaExterno.tema-violet .border-primary-600 {
  border-color: #4A148C;
}
#pesquisaExterno.tema-violet .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #4A148C;
}
#pesquisaExterno.tema-violet .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
#pesquisaExterno.tema-violet .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-violet .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-violet .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-violet .bootstrap-select .btn-default.active {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
#pesquisaExterno.tema-violet .checker span {
  border: 2px solid #4A148C;
}
#pesquisaExterno.tema-violet .irs-slider {
  background-color: #4A148C;
}
#pesquisaExterno.tema-violet .irs-bar {
  background-color: #4A148C;
}
#pesquisaExterno.tema-violet .irs-from,
#pesquisaExterno.tema-violet .irs-to,
#pesquisaExterno.tema-violet .irs-single {
  background-color: #4A148C;
}
#pesquisaExterno.tema-violet .form-control:focus {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
#pesquisaExterno.tema-violet .irs-from:after,
#pesquisaExterno.tema-violet .irs-to:after,
#pesquisaExterno.tema-violet .irs-single:after {
  border-top-color: #4A148C;
}
#pesquisaExterno.tema-violet .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #4A148C;
}
#pesquisaExterno.tema-violet .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-violet .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #4A148C;
  color: white;
}
#pesquisaExterno.tema-violet .stepy-navigator a {
  background-color: #4A148C;
  color: #fff;
}
#pesquisaExterno.tema-violet .stepy-navigator a .button-next {
  background-color: #4A148C;
  color: #fff !important;
}
#pesquisaExterno.tema-violet .stepy-navigator a.button-back {
  background-color: #4A148C;
  color: #fff !important;
}
#pesquisaExterno.tema-purple {
  background-color: #311B92;
}
#pesquisaExterno.tema-purple .btn-tema {
  background-color: #311B92;
}
#pesquisaExterno.tema-purple .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #311B92;
  color: #311B92;
}
#pesquisaExterno.tema-purple .stepy-header li div {
  background-color: #311B92;
}
#pesquisaExterno.tema-purple li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #311B92 !important;
}
#pesquisaExterno.tema-purple .stepy-header li:before,
#pesquisaExterno.tema-purple .stepy-header li:after {
  background-color: #311B92;
}
#pesquisaExterno.tema-purple .stepy-header li div {
  border: 2px solid #311B92;
}
#pesquisaExterno.tema-purple .border-primary-600 {
  border-color: #311B92;
}
#pesquisaExterno.tema-purple .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #311B92;
}
#pesquisaExterno.tema-purple .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
#pesquisaExterno.tema-purple .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-purple .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-purple .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-purple .bootstrap-select .btn-default.active {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
#pesquisaExterno.tema-purple .checker span {
  border: 2px solid #311B92;
}
#pesquisaExterno.tema-purple .irs-slider {
  background-color: #311B92;
}
#pesquisaExterno.tema-purple .irs-bar {
  background-color: #311B92;
}
#pesquisaExterno.tema-purple .irs-from,
#pesquisaExterno.tema-purple .irs-to,
#pesquisaExterno.tema-purple .irs-single {
  background-color: #311B92;
}
#pesquisaExterno.tema-purple .form-control:focus {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
#pesquisaExterno.tema-purple .irs-from:after,
#pesquisaExterno.tema-purple .irs-to:after,
#pesquisaExterno.tema-purple .irs-single:after {
  border-top-color: #311B92;
}
#pesquisaExterno.tema-purple .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #311B92;
}
#pesquisaExterno.tema-purple .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-purple .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #311B92;
  color: white;
}
#pesquisaExterno.tema-purple .stepy-navigator a {
  background-color: #311B92;
  color: #fff;
}
#pesquisaExterno.tema-purple .stepy-navigator a .button-next {
  background-color: #311B92;
  color: #fff !important;
}
#pesquisaExterno.tema-purple .stepy-navigator a.button-back {
  background-color: #311B92;
  color: #fff !important;
}
#pesquisaExterno.tema-blue {
  background-color: #01579B;
}
#pesquisaExterno.tema-blue .btn-tema {
  background-color: #01579B;
}
#pesquisaExterno.tema-blue .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #01579B;
  color: #01579B;
}
#pesquisaExterno.tema-blue .stepy-header li div {
  background-color: #01579B;
}
#pesquisaExterno.tema-blue li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #01579B !important;
}
#pesquisaExterno.tema-blue .stepy-header li:before,
#pesquisaExterno.tema-blue .stepy-header li:after {
  background-color: #01579B;
}
#pesquisaExterno.tema-blue .stepy-header li div {
  border: 2px solid #01579B;
}
#pesquisaExterno.tema-blue .border-primary-600 {
  border-color: #01579B;
}
#pesquisaExterno.tema-blue .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #01579B;
}
#pesquisaExterno.tema-blue .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
#pesquisaExterno.tema-blue .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-blue .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-blue .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-blue .bootstrap-select .btn-default.active {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
#pesquisaExterno.tema-blue .checker span {
  border: 2px solid #01579B;
}
#pesquisaExterno.tema-blue .irs-slider {
  background-color: #01579B;
}
#pesquisaExterno.tema-blue .irs-bar {
  background-color: #01579B;
}
#pesquisaExterno.tema-blue .irs-from,
#pesquisaExterno.tema-blue .irs-to,
#pesquisaExterno.tema-blue .irs-single {
  background-color: #01579B;
}
#pesquisaExterno.tema-blue .form-control:focus {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
#pesquisaExterno.tema-blue .irs-from:after,
#pesquisaExterno.tema-blue .irs-to:after,
#pesquisaExterno.tema-blue .irs-single:after {
  border-top-color: #01579B;
}
#pesquisaExterno.tema-blue .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #01579B;
}
#pesquisaExterno.tema-blue .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-blue .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #01579B;
  color: white;
}
#pesquisaExterno.tema-blue .stepy-navigator a {
  background-color: #01579B;
  color: #fff;
}
#pesquisaExterno.tema-blue .stepy-navigator a .button-next {
  background-color: #01579B;
  color: #fff !important;
}
#pesquisaExterno.tema-blue .stepy-navigator a.button-back {
  background-color: #01579B;
  color: #fff !important;
}
#pesquisaExterno.tema-teal {
  background-color: #004D40;
}
#pesquisaExterno.tema-teal .btn-tema {
  background-color: #004D40;
}
#pesquisaExterno.tema-teal .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #004D40;
  color: #004D40;
}
#pesquisaExterno.tema-teal .stepy-header li div {
  background-color: #004D40;
}
#pesquisaExterno.tema-teal li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #004D40 !important;
}
#pesquisaExterno.tema-teal .stepy-header li:before,
#pesquisaExterno.tema-teal .stepy-header li:after {
  background-color: #004D40;
}
#pesquisaExterno.tema-teal .stepy-header li div {
  border: 2px solid #004D40;
}
#pesquisaExterno.tema-teal .border-primary-600 {
  border-color: #004D40;
}
#pesquisaExterno.tema-teal .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #004D40;
}
#pesquisaExterno.tema-teal .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
#pesquisaExterno.tema-teal .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-teal .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-teal .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-teal .bootstrap-select .btn-default.active {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
#pesquisaExterno.tema-teal .checker span {
  border: 2px solid #004D40;
}
#pesquisaExterno.tema-teal .irs-slider {
  background-color: #004D40;
}
#pesquisaExterno.tema-teal .irs-bar {
  background-color: #004D40;
}
#pesquisaExterno.tema-teal .irs-from,
#pesquisaExterno.tema-teal .irs-to,
#pesquisaExterno.tema-teal .irs-single {
  background-color: #004D40;
}
#pesquisaExterno.tema-teal .form-control:focus {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
#pesquisaExterno.tema-teal .irs-from:after,
#pesquisaExterno.tema-teal .irs-to:after,
#pesquisaExterno.tema-teal .irs-single:after {
  border-top-color: #004D40;
}
#pesquisaExterno.tema-teal .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #004D40;
}
#pesquisaExterno.tema-teal .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-teal .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #004D40;
  color: white;
}
#pesquisaExterno.tema-teal .stepy-navigator a {
  background-color: #004D40;
  color: #fff;
}
#pesquisaExterno.tema-teal .stepy-navigator a .button-next {
  background-color: #004D40;
  color: #fff !important;
}
#pesquisaExterno.tema-teal .stepy-navigator a.button-back {
  background-color: #004D40;
  color: #fff !important;
}
#pesquisaExterno.tema-green {
  background-color: #33691E;
}
#pesquisaExterno.tema-green .btn-tema {
  background-color: #33691E;
}
#pesquisaExterno.tema-green .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #33691E;
  color: #33691E;
}
#pesquisaExterno.tema-green .stepy-header li div {
  background-color: #33691E;
}
#pesquisaExterno.tema-green li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #33691E !important;
}
#pesquisaExterno.tema-green .stepy-header li:before,
#pesquisaExterno.tema-green .stepy-header li:after {
  background-color: #33691E;
}
#pesquisaExterno.tema-green .stepy-header li div {
  border: 2px solid #33691E;
}
#pesquisaExterno.tema-green .border-primary-600 {
  border-color: #33691E;
}
#pesquisaExterno.tema-green .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #33691E;
}
#pesquisaExterno.tema-green .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
#pesquisaExterno.tema-green .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-green .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-green .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-green .bootstrap-select .btn-default.active {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
#pesquisaExterno.tema-green .checker span {
  border: 2px solid #33691E;
}
#pesquisaExterno.tema-green .irs-slider {
  background-color: #33691E;
}
#pesquisaExterno.tema-green .irs-bar {
  background-color: #33691E;
}
#pesquisaExterno.tema-green .irs-from,
#pesquisaExterno.tema-green .irs-to,
#pesquisaExterno.tema-green .irs-single {
  background-color: #33691E;
}
#pesquisaExterno.tema-green .form-control:focus {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
#pesquisaExterno.tema-green .irs-from:after,
#pesquisaExterno.tema-green .irs-to:after,
#pesquisaExterno.tema-green .irs-single:after {
  border-top-color: #33691E;
}
#pesquisaExterno.tema-green .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #33691E;
}
#pesquisaExterno.tema-green .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-green .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #33691E;
  color: white;
}
#pesquisaExterno.tema-green .stepy-navigator a {
  background-color: #33691E;
  color: #fff;
}
#pesquisaExterno.tema-green .stepy-navigator a .button-next {
  background-color: #33691E;
  color: #fff !important;
}
#pesquisaExterno.tema-green .stepy-navigator a.button-back {
  background-color: #33691E;
  color: #fff !important;
}
#pesquisaExterno.tema-orange {
  background-color: #E65100;
}
#pesquisaExterno.tema-orange .btn-tema {
  background-color: #E65100;
}
#pesquisaExterno.tema-orange .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #E65100;
  color: #E65100;
}
#pesquisaExterno.tema-orange .stepy-header li div {
  background-color: #E65100;
}
#pesquisaExterno.tema-orange li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #E65100 !important;
}
#pesquisaExterno.tema-orange .stepy-header li:before,
#pesquisaExterno.tema-orange .stepy-header li:after {
  background-color: #E65100;
}
#pesquisaExterno.tema-orange .stepy-header li div {
  border: 2px solid #E65100;
}
#pesquisaExterno.tema-orange .border-primary-600 {
  border-color: #E65100;
}
#pesquisaExterno.tema-orange .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #E65100;
}
#pesquisaExterno.tema-orange .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
#pesquisaExterno.tema-orange .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-orange .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-orange .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-orange .bootstrap-select .btn-default.active {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
#pesquisaExterno.tema-orange .checker span {
  border: 2px solid #E65100;
}
#pesquisaExterno.tema-orange .irs-slider {
  background-color: #E65100;
}
#pesquisaExterno.tema-orange .irs-bar {
  background-color: #E65100;
}
#pesquisaExterno.tema-orange .irs-from,
#pesquisaExterno.tema-orange .irs-to,
#pesquisaExterno.tema-orange .irs-single {
  background-color: #E65100;
}
#pesquisaExterno.tema-orange .form-control:focus {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
#pesquisaExterno.tema-orange .irs-from:after,
#pesquisaExterno.tema-orange .irs-to:after,
#pesquisaExterno.tema-orange .irs-single:after {
  border-top-color: #E65100;
}
#pesquisaExterno.tema-orange .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #E65100;
}
#pesquisaExterno.tema-orange .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-orange .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #E65100;
  color: white;
}
#pesquisaExterno.tema-orange .stepy-navigator a {
  background-color: #E65100;
  color: #fff;
}
#pesquisaExterno.tema-orange .stepy-navigator a .button-next {
  background-color: #E65100;
  color: #fff !important;
}
#pesquisaExterno.tema-orange .stepy-navigator a.button-back {
  background-color: #E65100;
  color: #fff !important;
}
#pesquisaExterno.tema-brown {
  background-color: #3E2723;
}
#pesquisaExterno.tema-brown .btn-tema {
  background-color: #3E2723;
}
#pesquisaExterno.tema-brown .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #3E2723;
  color: #3E2723;
}
#pesquisaExterno.tema-brown .stepy-header li div {
  background-color: #3E2723;
}
#pesquisaExterno.tema-brown li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #3E2723 !important;
}
#pesquisaExterno.tema-brown .stepy-header li:before,
#pesquisaExterno.tema-brown .stepy-header li:after {
  background-color: #3E2723;
}
#pesquisaExterno.tema-brown .stepy-header li div {
  border: 2px solid #3E2723;
}
#pesquisaExterno.tema-brown .border-primary-600 {
  border-color: #3E2723;
}
#pesquisaExterno.tema-brown .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #3E2723;
}
#pesquisaExterno.tema-brown .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
#pesquisaExterno.tema-brown .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-brown .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-brown .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-brown .bootstrap-select .btn-default.active {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
#pesquisaExterno.tema-brown .checker span {
  border: 2px solid #3E2723;
}
#pesquisaExterno.tema-brown .irs-slider {
  background-color: #3E2723;
}
#pesquisaExterno.tema-brown .irs-bar {
  background-color: #3E2723;
}
#pesquisaExterno.tema-brown .irs-from,
#pesquisaExterno.tema-brown .irs-to,
#pesquisaExterno.tema-brown .irs-single {
  background-color: #3E2723;
}
#pesquisaExterno.tema-brown .form-control:focus {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
#pesquisaExterno.tema-brown .irs-from:after,
#pesquisaExterno.tema-brown .irs-to:after,
#pesquisaExterno.tema-brown .irs-single:after {
  border-top-color: #3E2723;
}
#pesquisaExterno.tema-brown .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #3E2723;
}
#pesquisaExterno.tema-brown .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-brown .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #3E2723;
  color: white;
}
#pesquisaExterno.tema-brown .stepy-navigator a {
  background-color: #3E2723;
  color: #fff;
}
#pesquisaExterno.tema-brown .stepy-navigator a .button-next {
  background-color: #3E2723;
  color: #fff !important;
}
#pesquisaExterno.tema-brown .stepy-navigator a.button-back {
  background-color: #3E2723;
  color: #fff !important;
}
#pesquisaExterno.tema-grey {
  background-color: #333;
}
#pesquisaExterno.tema-grey .btn-tema {
  background-color: #333;
}
#pesquisaExterno.tema-grey .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #333;
  color: #333;
}
#pesquisaExterno.tema-grey .stepy-header li div {
  background-color: #333;
}
#pesquisaExterno.tema-grey li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #333 !important;
}
#pesquisaExterno.tema-grey .stepy-header li:before,
#pesquisaExterno.tema-grey .stepy-header li:after {
  background-color: #333;
}
#pesquisaExterno.tema-grey .stepy-header li div {
  border: 2px solid #333;
}
#pesquisaExterno.tema-grey .border-primary-600 {
  border-color: #333;
}
#pesquisaExterno.tema-grey .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #333;
}
#pesquisaExterno.tema-grey .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
#pesquisaExterno.tema-grey .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-grey .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-grey .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-grey .bootstrap-select .btn-default.active {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
#pesquisaExterno.tema-grey .checker span {
  border: 2px solid #333;
}
#pesquisaExterno.tema-grey .irs-slider {
  background-color: #333;
}
#pesquisaExterno.tema-grey .irs-bar {
  background-color: #333;
}
#pesquisaExterno.tema-grey .irs-from,
#pesquisaExterno.tema-grey .irs-to,
#pesquisaExterno.tema-grey .irs-single {
  background-color: #333;
}
#pesquisaExterno.tema-grey .form-control:focus {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
#pesquisaExterno.tema-grey .irs-from:after,
#pesquisaExterno.tema-grey .irs-to:after,
#pesquisaExterno.tema-grey .irs-single:after {
  border-top-color: #333;
}
#pesquisaExterno.tema-grey .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #333;
}
#pesquisaExterno.tema-grey .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-grey .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #333;
  color: white;
}
#pesquisaExterno.tema-grey .stepy-navigator a {
  background-color: #333;
  color: #fff;
}
#pesquisaExterno.tema-grey .stepy-navigator a .button-next {
  background-color: #333;
  color: #fff !important;
}
#pesquisaExterno.tema-grey .stepy-navigator a.button-back {
  background-color: #333;
  color: #fff !important;
}
#pesquisaExterno.tema-slate {
  background-color: #263238;
}
#pesquisaExterno.tema-slate .btn-tema {
  background-color: #263238;
}
#pesquisaExterno.tema-slate .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #263238;
  color: #263238;
}
#pesquisaExterno.tema-slate .stepy-header li div {
  background-color: #263238;
}
#pesquisaExterno.tema-slate li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #263238 !important;
}
#pesquisaExterno.tema-slate .stepy-header li:before,
#pesquisaExterno.tema-slate .stepy-header li:after {
  background-color: #263238;
}
#pesquisaExterno.tema-slate .stepy-header li div {
  border: 2px solid #263238;
}
#pesquisaExterno.tema-slate .border-primary-600 {
  border-color: #263238;
}
#pesquisaExterno.tema-slate .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #263238;
}
#pesquisaExterno.tema-slate .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
#pesquisaExterno.tema-slate .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-slate .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-slate .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-slate .bootstrap-select .btn-default.active {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
#pesquisaExterno.tema-slate .checker span {
  border: 2px solid #263238;
}
#pesquisaExterno.tema-slate .irs-slider {
  background-color: #263238;
}
#pesquisaExterno.tema-slate .irs-bar {
  background-color: #263238;
}
#pesquisaExterno.tema-slate .irs-from,
#pesquisaExterno.tema-slate .irs-to,
#pesquisaExterno.tema-slate .irs-single {
  background-color: #263238;
}
#pesquisaExterno.tema-slate .form-control:focus {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
#pesquisaExterno.tema-slate .irs-from:after,
#pesquisaExterno.tema-slate .irs-to:after,
#pesquisaExterno.tema-slate .irs-single:after {
  border-top-color: #263238;
}
#pesquisaExterno.tema-slate .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #263238;
}
#pesquisaExterno.tema-slate .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-slate .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #263238;
  color: white;
}
#pesquisaExterno.tema-slate .stepy-navigator a {
  background-color: #263238;
  color: #fff;
}
#pesquisaExterno.tema-slate .stepy-navigator a .button-next {
  background-color: #263238;
  color: #fff !important;
}
#pesquisaExterno.tema-slate .stepy-navigator a.button-back {
  background-color: #263238;
  color: #fff !important;
}
#pesquisaExterno.tema-red {
  background-color: #B71C1C;
}
#pesquisaExterno.tema-red .btn-tema {
  background-color: #B71C1C;
}
#pesquisaExterno.tema-red .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #B71C1C;
  color: #B71C1C;
}
#pesquisaExterno.tema-red .stepy-header li div {
  background-color: #B71C1C;
}
#pesquisaExterno.tema-red li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #B71C1C !important;
}
#pesquisaExterno.tema-red .stepy-header li:before,
#pesquisaExterno.tema-red .stepy-header li:after {
  background-color: #B71C1C;
}
#pesquisaExterno.tema-red .stepy-header li div {
  border: 2px solid #B71C1C;
}
#pesquisaExterno.tema-red .border-primary-600 {
  border-color: #B71C1C;
}
#pesquisaExterno.tema-red .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #B71C1C;
}
#pesquisaExterno.tema-red .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
#pesquisaExterno.tema-red .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-red .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-red .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-red .bootstrap-select .btn-default.active {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
#pesquisaExterno.tema-red .checker span {
  border: 2px solid #B71C1C;
}
#pesquisaExterno.tema-red .irs-slider {
  background-color: #B71C1C;
}
#pesquisaExterno.tema-red .irs-bar {
  background-color: #B71C1C;
}
#pesquisaExterno.tema-red .irs-from,
#pesquisaExterno.tema-red .irs-to,
#pesquisaExterno.tema-red .irs-single {
  background-color: #B71C1C;
}
#pesquisaExterno.tema-red .form-control:focus {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
#pesquisaExterno.tema-red .irs-from:after,
#pesquisaExterno.tema-red .irs-to:after,
#pesquisaExterno.tema-red .irs-single:after {
  border-top-color: #B71C1C;
}
#pesquisaExterno.tema-red .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #B71C1C;
}
#pesquisaExterno.tema-red .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-red .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #B71C1C;
  color: white;
}
#pesquisaExterno.tema-red .stepy-navigator a {
  background-color: #B71C1C;
  color: #fff;
}
#pesquisaExterno.tema-red .stepy-navigator a .button-next {
  background-color: #B71C1C;
  color: #fff !important;
}
#pesquisaExterno.tema-red .stepy-navigator a.button-back {
  background-color: #B71C1C;
  color: #fff !important;
}
#pesquisaExterno.tema-green2 {
  background-color: #1B5E20;
}
#pesquisaExterno.tema-green2 .btn-tema {
  background-color: #1B5E20;
}
#pesquisaExterno.tema-green2 .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #1B5E20;
  color: #1B5E20;
}
#pesquisaExterno.tema-green2 .stepy-header li div {
  background-color: #1B5E20;
}
#pesquisaExterno.tema-green2 li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1B5E20 !important;
}
#pesquisaExterno.tema-green2 .stepy-header li:before,
#pesquisaExterno.tema-green2 .stepy-header li:after {
  background-color: #1B5E20;
}
#pesquisaExterno.tema-green2 .stepy-header li div {
  border: 2px solid #1B5E20;
}
#pesquisaExterno.tema-green2 .border-primary-600 {
  border-color: #1B5E20;
}
#pesquisaExterno.tema-green2 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #1B5E20;
}
#pesquisaExterno.tema-green2 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
#pesquisaExterno.tema-green2 .bootstrap-select .btn-default:focus,
#pesquisaExterno.tema-green2 .bootstrap-select .btn-default.focus,
#pesquisaExterno.tema-green2 .bootstrap-select .btn-default:active,
#pesquisaExterno.tema-green2 .bootstrap-select .btn-default.active {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
#pesquisaExterno.tema-green2 .checker span {
  border: 2px solid #1B5E20;
}
#pesquisaExterno.tema-green2 .irs-slider {
  background-color: #1B5E20;
}
#pesquisaExterno.tema-green2 .irs-bar {
  background-color: #1B5E20;
}
#pesquisaExterno.tema-green2 .irs-from,
#pesquisaExterno.tema-green2 .irs-to,
#pesquisaExterno.tema-green2 .irs-single {
  background-color: #1B5E20;
}
#pesquisaExterno.tema-green2 .form-control:focus {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
#pesquisaExterno.tema-green2 .irs-from:after,
#pesquisaExterno.tema-green2 .irs-to:after,
#pesquisaExterno.tema-green2 .irs-single:after {
  border-top-color: #1B5E20;
}
#pesquisaExterno.tema-green2 .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #1B5E20;
}
#pesquisaExterno.tema-green2 .br-theme-bars-pill .br-widget a.br-active,
#pesquisaExterno.tema-green2 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #1B5E20;
  color: white;
}
#pesquisaExterno.tema-green2 .stepy-navigator a {
  background-color: #1B5E20;
  color: #fff;
}
#pesquisaExterno.tema-green2 .stepy-navigator a .button-next {
  background-color: #1B5E20;
  color: #fff !important;
}
#pesquisaExterno.tema-green2 .stepy-navigator a.button-back {
  background-color: #1B5E20;
  color: #fff !important;
}
#questionario-externo {
  display: block;
  padding: 0;
}
#questionario-externo div.erro {
  border-left: 4px solid #ff0000 !important;
  padding-left: 10px;
  border-bottom: none !important;
}
#questionario-externo .stepy-header {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario-externo .stepy-step {
    padding: 0 5px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #questionario-externo .stepy-step {
    padding: 0 5px !important;
  }
}
#questionario-externo .item-placeholder {
  background: #eeeded;
  display: block;
  width: 100%;
}
#questionario-externo .secao {
  padding: 0;
  position: relative;
  background: #fff;
  margin: 0;
}
#questionario-externo .secao:nth-child(1) {
  margin-top: 10px;
}
#questionario-externo .secao .secao-data {
  font-size: 18px;
  font-size: 25px;
}
#questionario-externo .item {
  border-left: 2px solid #fff;
  background: #fff;
  padding: 0;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
#questionario-externo .item.intro {
  padding-top: 0;
}
#questionario-externo .item .titulo-pagina {
  font-size: 22px;
}
#questionario-externo .item .descricao-pagina {
  font-size: 17px;
  font-weight: 300;
  color: dimgray;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario-externo .item .descricao-pagina {
    font-size: 19px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #questionario-externo .item .descricao-pagina {
    font-size: 19px;
  }
}
#questionario-externo .item .pergunta {
  font-size: 18px;
  font-weight: 600;
  color: dimgray;
}
#questionario-externo .item .pergunta-descricao {
  font-size: 15px;
  font-weight: 400;
  color: dimgray;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario-externo .item .pergunta-descricao {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #questionario-externo .item .pergunta-descricao {
    font-size: 16px;
  }
}
#questionario-externo .item label {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario-externo .item label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #questionario-externo .item label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario-externo .item .irs-min,
  #questionario-externo .item .irs-max {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #questionario-externo .item .irs-min,
  #questionario-externo .item .irs-max {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario-externo .item .br-theme-bars-pill .br-widget a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #questionario-externo .item .br-theme-bars-pill .br-widget a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario-externo .item .irs-grid-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #questionario-externo .item .irs-grid-text {
    font-size: 14px;
  }
}
#questionario-externo .item textarea {
  resize: none;
  min-height: 55px;
  line-height: inherit !important;
  font-weight: 400;
  font-size: 16px;
}
#questionario-externo .item input {
  font-weight: 400;
  font-size: 16px;
}
#questionario-externo .item .bootstrap-select.btn-group .dropdown-menu > li > a .text {
  font-weight: 400;
  font-size: 16px;
}
#questionario-externo .item .irs-from,
#questionario-externo .item .irs-to,
#questionario-externo .item .irs-single {
  font-weight: 400;
  font-size: 16px;
}
#questionario-externo .item .bootstrap-select.btn-group .btn .filter-option {
  font-weight: 400;
  font-size: 15px;
}
#questionario-externo .item .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
#questionario-externo .item .form-group-flex {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#questionario-externo .item .form-group-flex .radio-inline,
#questionario-externo .item .form-group-flex .checkbox-inline {
  flex-basis: 25%;
  width: 25%;
  display: block;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario-externo .item .form-group-flex .radio-inline,
  #questionario-externo .item .form-group-flex .checkbox-inline {
    flex-basis: 33%;
    width: 33%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #questionario-externo .item .form-group-flex .radio-inline,
  #questionario-externo .item .form-group-flex .checkbox-inline {
    flex-basis: 100%;
    width: 100%;
  }
}
#questionario-externo .item .form-group-flex .radio-inline label,
#questionario-externo .item .form-group-flex .checkbox-inline label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#questionario-externo .item .ratingBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 50px 0 20px 0;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario-externo .item .ratingBox {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario-externo .item .ratingBox .br-theme-fontawesome-stars,
  #questionario-externo .item .ratingBox .br-widget {
    text-align: center;
  }
}
#questionario-externo .item .ratingBox span {
  color: #999999;
  font-size: 13px;
  line-height: 15px;
  top: 0;
  padding: 6px;
}
#questionario-externo .item .ratingBox span:nth-child(1) {
  text-align: right;
  margin-left: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario-externo .item .ratingBox span:nth-child(1) {
    position: absolute;
    left: 0;
    top: -30px;
    margin-left: 5px;
  }
}
#questionario-externo .item .ratingBox span:nth-child(3) {
  text-align: left;
  margin-right: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #questionario-externo .item .ratingBox span:nth-child(3) {
    position: absolute;
    right: 0;
    top: -30px;
    margin-right: 5px;
  }
}
#questionario-externo .item .npsBox {
  display: block;
  width: 100%;
  text-align: center;
}
#questionario-externo .item .npsBox .justificativa {
  display: none;
  margin-top: 20px;
}
#questionario-externo .item .npsBox .justificativa label {
  display: none;
  text-align: left;
  font-size: 14px;
}
#questionario-externo .item .npsBox .justificativa label.active {
  display: block;
}
#questionario-externo .item .npsBox .justificativa.active {
  display: block;
}
#questionario-externo .item .embed-responsive {
  margin-bottom: 15px;
}
.controleElementos {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 31px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 11px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
}
.br-theme-bars-pill .br-widget {
  white-space: nowrap;
}
.br-theme-bars-pill .br-widget a {
  padding: 7px 15px;
  text-decoration: none;
  font-size: 17px;
  line-height: 3;
  text-align: center;
  font-weight: 400;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .br-theme-bars-pill .br-widget a {
    padding: 2px 6px;
    width: 9.09%;
    display: inline-block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  .br-theme-bars-pill .br-widget a {
    padding: 4px 6px;
    width: 9.09%;
    display: inline-block;
  }
}
.br-theme-bars-pill .br-widget a:first-child {
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.br-theme-bars-pill .br-widget a:last-child {
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.br-theme-bars-pill .br-widget a.br-current {
  font-weight: 700;
  position: relative;
}
.br-theme-bars-pill .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-bars-pill .br-widget a {
    border: 1px solid #b3b3b3;
    border-left: none;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-pill .br-widget a.br-active,
  .br-theme-bars-pill .br-widget a.br-selected {
    border: 1px solid black;
    border-left: none;
    background: white;
    color: black;
  }
  .br-theme-bars-pill .br-widget a:first-child {
    border-left: 1px solid black;
  }
}
#classificarNPS .panel-footer {
  padding: 20px;
}
#classificarNPS .panel-body {
  padding-bottom: 0;
}
#classificarNPS p,
#classificarNPS label {
  font-size: 14px;
}
#classificarNPS p span,
#classificarNPS label span {
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 16px;
}
#classificarNPS .tokenfield .token .token-label {
  font-size: 15px;
}
#FormularioCriar .stepy-clickable {
  position: relative;
}
#FormularioCriar .stepy-finish {
  display: none;
}
#FormularioCriar #FormularioName {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 170px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.015em;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#FormularioCriar .stepy-header {
  padding-bottom: 10px;
}
#FormularioCriar .stepy-header li {
  cursor: default;
}
#FormularioCriar .stepy-header li.stepy-active span {
  font-weight: bold;
}
#FormularioCriar fieldset {
  position: relative;
  width: 100%;
}
#FormularioCriar .stepy-navigator {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#FormularioCriar .stepy-navigator:before,
#FormularioCriar .stepy-navigator:after {
  content: " ";
  display: table;
}
#FormularioCriar .stepy-navigator .button-next {
  margin-right: 40px;
}
#FormularioCriar .stepy-navigator .button-back {
  margin-left: 40px;
}
#FormularioCriar .stepy-step {
  position: relative;
  padding: 0 !important;
}
#FormularioCriar .stepy-step:nth-child(1) {
  padding: 0 !important;
}
#FormularioCriar .stepy-step .panel {
  padding: 55px 0 0 0 !important;
}
#FormularioCriar .stepy-header li {
  padding: 10px 0 0 0;
}
#FormularioCriar .stepy-header li:before,
#FormularioCriar .stepy-header li:after {
  top: 28px;
}
#FormularioCriar .stepy-header li.stepy-active span {
  color: #333333;
  font-size: 15px;
}
#FormularioCriar .stepy-header li span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #999999;
}
#FormularioCriar .stepy-header li.stepy-active div:after,
#FormularioCriar .stepy-header li div:after {
  content: '';
}
#FormularioCriar textarea {
  resize: none;
  min-height: 45px;
  line-height: inherit !important;
}
#FormularioCriar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  margin-top: 5px;
}
#FormularioCriar #Formulario {
  min-height: 400px;
  display: block;
  background: #ddd;
  padding: 60px 0 20px 0;
  position: relative;
}
#FormularioCriar #Formulario .sp-replacer {
  position: absolute;
  top: 10px;
  right: 55px;
}
#FormularioCriar #Formulario .formCriacaoBarra {
  list-style: none;
  padding: 0;
  margin: 0;
}
#FormularioCriar #Formulario .secao {
  padding: 15px 20px 15px 15px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  max-width: 90%;
  margin: 0 auto 20px auto;
}
#FormularioCriar #Formulario .secao .intro {
  padding-bottom: 20px;
  text-align: center;
}
#FormularioCriar #Formulario .secao .dropZoneFields {
  padding: 10px;
}
#FormularioCriar #Formulario .secao .dropZoneFields:before,
#FormularioCriar #Formulario .secao .dropZoneFields:after {
  content: " ";
  display: table;
}
#FormularioCriar #Formulario .secao .dropZoneFields:after {
  clear: both;
}
#FormularioCriar #Formulario .secao .dropZoneFields.highlight .itemField.gu-transit .box i.icon-move:before {
  content: "\ed6c";
}
#FormularioCriar #Formulario .secao .dropZoneFields.highlight .itemField.gu-mirror .box {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.35);
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField {
  margin-bottom: 10px;
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField:before,
#FormularioCriar #Formulario .secao .dropZoneFields .itemField:after {
  content: " ";
  display: table;
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField:after {
  clear: both;
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField .box {
  border: 1px dotted #ccc;
  padding: 10px;
  background: #fff;
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField .box:before,
#FormularioCriar #Formulario .secao .dropZoneFields .itemField .box:after {
  content: " ";
  display: table;
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField .box:after {
  clear: both;
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField .box .icon-move,
#FormularioCriar #Formulario .secao .dropZoneFields .itemField .box .icon-lock {
  float: left;
  margin-right: 10px;
  opacity: 1;
  color: initial;
  font-size: 13px;
  padding-top: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #FormularioCriar #Formulario .secao .dropZoneFields .itemField .box .icon-move,
  #FormularioCriar #Formulario .secao .dropZoneFields .itemField .box .icon-lock {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
  }
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField .box .icon-lock {
  opacity: 0.4;
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField .box .icons-list {
  float: right;
  margin-left: 10px;
  opacity: 1;
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField .box span {
  float: left;
  opacity: 1;
  line-height: 140%;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #FormularioCriar #Formulario .secao .dropZoneFields .itemField .box span {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
  }
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField .requiredControl {
  opacity: 0.7;
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField .requiredControl.active {
  opacity: 1;
  color: red;
}
#FormularioCriar #Formulario .secao .dropZoneFields .itemField .requiredDefault {
  opacity: 1;
  color: red;
}
#FormularioCriar #Formulario.tema-indigo {
  background-color: #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .btn-tema {
  background-color: #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .stepy-header {
  background: #111754;
}
#FormularioCriar #Formulario.tema-indigo .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #1A237E;
  color: #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .stepy-header li div {
  background-color: #1A237E;
}
#FormularioCriar #Formulario.tema-indigo li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1A237E !important;
}
#FormularioCriar #Formulario.tema-indigo .stepy-header li:before,
#FormularioCriar #Formulario.tema-indigo .stepy-header li:after {
  background-color: #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .stepy-header li div {
  border: 2px solid #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .border-primary-600 {
  border-color: #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-indigo .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-indigo .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-indigo .bootstrap-select .btn-default.active {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .checker span {
  border: 2px solid #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .irs-slider {
  background-color: #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .irs-bar {
  background-color: #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .irs-from,
#FormularioCriar #Formulario.tema-indigo .irs-to,
#FormularioCriar #Formulario.tema-indigo .irs-single {
  background-color: #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .form-control:focus {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .irs-from:after,
#FormularioCriar #Formulario.tema-indigo .irs-to:after,
#FormularioCriar #Formulario.tema-indigo .irs-single:after {
  border-top-color: #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #1A237E;
}
#FormularioCriar #Formulario.tema-indigo .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-indigo .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #1A237E;
  color: white;
}
#FormularioCriar #Formulario.tema-indigo .stepy-navigator a {
  background-color: #1A237E;
  color: #fff;
}
#FormularioCriar #Formulario.tema-indigo .stepy-navigator a .button-next {
  background-color: #1A237E;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-indigo .stepy-navigator a .button-back {
  background-color: #1A237E;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-pink {
  background-color: #880E4F;
}
#FormularioCriar #Formulario.tema-pink .btn-tema {
  background-color: #880E4F;
}
#FormularioCriar #Formulario.tema-pink .stepy-header {
  background: #5a0934;
}
#FormularioCriar #Formulario.tema-pink .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #880E4F;
  color: #880E4F;
}
#FormularioCriar #Formulario.tema-pink .stepy-header li div {
  background-color: #880E4F;
}
#FormularioCriar #Formulario.tema-pink li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #880E4F !important;
}
#FormularioCriar #Formulario.tema-pink .stepy-header li:before,
#FormularioCriar #Formulario.tema-pink .stepy-header li:after {
  background-color: #880E4F;
}
#FormularioCriar #Formulario.tema-pink .stepy-header li div {
  border: 2px solid #880E4F;
}
#FormularioCriar #Formulario.tema-pink .border-primary-600 {
  border-color: #880E4F;
}
#FormularioCriar #Formulario.tema-pink .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #880E4F;
}
#FormularioCriar #Formulario.tema-pink .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
#FormularioCriar #Formulario.tema-pink .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-pink .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-pink .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-pink .bootstrap-select .btn-default.active {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
#FormularioCriar #Formulario.tema-pink .checker span {
  border: 2px solid #880E4F;
}
#FormularioCriar #Formulario.tema-pink .irs-slider {
  background-color: #880E4F;
}
#FormularioCriar #Formulario.tema-pink .irs-bar {
  background-color: #880E4F;
}
#FormularioCriar #Formulario.tema-pink .irs-from,
#FormularioCriar #Formulario.tema-pink .irs-to,
#FormularioCriar #Formulario.tema-pink .irs-single {
  background-color: #880E4F;
}
#FormularioCriar #Formulario.tema-pink .form-control:focus {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
#FormularioCriar #Formulario.tema-pink .irs-from:after,
#FormularioCriar #Formulario.tema-pink .irs-to:after,
#FormularioCriar #Formulario.tema-pink .irs-single:after {
  border-top-color: #880E4F;
}
#FormularioCriar #Formulario.tema-pink .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #880E4F;
}
#FormularioCriar #Formulario.tema-pink .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-pink .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #880E4F;
  color: white;
}
#FormularioCriar #Formulario.tema-pink .stepy-navigator a {
  background-color: #880E4F;
  color: #fff;
}
#FormularioCriar #Formulario.tema-pink .stepy-navigator a .button-next {
  background-color: #880E4F;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-pink .stepy-navigator a .button-back {
  background-color: #880E4F;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-violet {
  background-color: #4A148C;
}
#FormularioCriar #Formulario.tema-violet .btn-tema {
  background-color: #4A148C;
}
#FormularioCriar #Formulario.tema-violet .stepy-header {
  background: #320e5f;
}
#FormularioCriar #Formulario.tema-violet .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #4A148C;
  color: #4A148C;
}
#FormularioCriar #Formulario.tema-violet .stepy-header li div {
  background-color: #4A148C;
}
#FormularioCriar #Formulario.tema-violet li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #4A148C !important;
}
#FormularioCriar #Formulario.tema-violet .stepy-header li:before,
#FormularioCriar #Formulario.tema-violet .stepy-header li:after {
  background-color: #4A148C;
}
#FormularioCriar #Formulario.tema-violet .stepy-header li div {
  border: 2px solid #4A148C;
}
#FormularioCriar #Formulario.tema-violet .border-primary-600 {
  border-color: #4A148C;
}
#FormularioCriar #Formulario.tema-violet .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #4A148C;
}
#FormularioCriar #Formulario.tema-violet .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
#FormularioCriar #Formulario.tema-violet .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-violet .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-violet .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-violet .bootstrap-select .btn-default.active {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
#FormularioCriar #Formulario.tema-violet .checker span {
  border: 2px solid #4A148C;
}
#FormularioCriar #Formulario.tema-violet .irs-slider {
  background-color: #4A148C;
}
#FormularioCriar #Formulario.tema-violet .irs-bar {
  background-color: #4A148C;
}
#FormularioCriar #Formulario.tema-violet .irs-from,
#FormularioCriar #Formulario.tema-violet .irs-to,
#FormularioCriar #Formulario.tema-violet .irs-single {
  background-color: #4A148C;
}
#FormularioCriar #Formulario.tema-violet .form-control:focus {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
#FormularioCriar #Formulario.tema-violet .irs-from:after,
#FormularioCriar #Formulario.tema-violet .irs-to:after,
#FormularioCriar #Formulario.tema-violet .irs-single:after {
  border-top-color: #4A148C;
}
#FormularioCriar #Formulario.tema-violet .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #4A148C;
}
#FormularioCriar #Formulario.tema-violet .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-violet .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #4A148C;
  color: white;
}
#FormularioCriar #Formulario.tema-violet .stepy-navigator a {
  background-color: #4A148C;
  color: #fff;
}
#FormularioCriar #Formulario.tema-violet .stepy-navigator a .button-next {
  background-color: #4A148C;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-violet .stepy-navigator a .button-back {
  background-color: #4A148C;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-purple {
  background-color: #311B92;
}
#FormularioCriar #Formulario.tema-purple .btn-tema {
  background-color: #311B92;
}
#FormularioCriar #Formulario.tema-purple .stepy-header {
  background: #231367;
}
#FormularioCriar #Formulario.tema-purple .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #311B92;
  color: #311B92;
}
#FormularioCriar #Formulario.tema-purple .stepy-header li div {
  background-color: #311B92;
}
#FormularioCriar #Formulario.tema-purple li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #311B92 !important;
}
#FormularioCriar #Formulario.tema-purple .stepy-header li:before,
#FormularioCriar #Formulario.tema-purple .stepy-header li:after {
  background-color: #311B92;
}
#FormularioCriar #Formulario.tema-purple .stepy-header li div {
  border: 2px solid #311B92;
}
#FormularioCriar #Formulario.tema-purple .border-primary-600 {
  border-color: #311B92;
}
#FormularioCriar #Formulario.tema-purple .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #311B92;
}
#FormularioCriar #Formulario.tema-purple .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
#FormularioCriar #Formulario.tema-purple .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-purple .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-purple .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-purple .bootstrap-select .btn-default.active {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
#FormularioCriar #Formulario.tema-purple .checker span {
  border: 2px solid #311B92;
}
#FormularioCriar #Formulario.tema-purple .irs-slider {
  background-color: #311B92;
}
#FormularioCriar #Formulario.tema-purple .irs-bar {
  background-color: #311B92;
}
#FormularioCriar #Formulario.tema-purple .irs-from,
#FormularioCriar #Formulario.tema-purple .irs-to,
#FormularioCriar #Formulario.tema-purple .irs-single {
  background-color: #311B92;
}
#FormularioCriar #Formulario.tema-purple .form-control:focus {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
#FormularioCriar #Formulario.tema-purple .irs-from:after,
#FormularioCriar #Formulario.tema-purple .irs-to:after,
#FormularioCriar #Formulario.tema-purple .irs-single:after {
  border-top-color: #311B92;
}
#FormularioCriar #Formulario.tema-purple .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #311B92;
}
#FormularioCriar #Formulario.tema-purple .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-purple .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #311B92;
  color: white;
}
#FormularioCriar #Formulario.tema-purple .stepy-navigator a {
  background-color: #311B92;
  color: #fff;
}
#FormularioCriar #Formulario.tema-purple .stepy-navigator a .button-next {
  background-color: #311B92;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-purple .stepy-navigator a .button-back {
  background-color: #311B92;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-blue {
  background-color: #01579B;
}
#FormularioCriar #Formulario.tema-blue .btn-tema {
  background-color: #01579B;
}
#FormularioCriar #Formulario.tema-blue .stepy-header {
  background: #013b68;
}
#FormularioCriar #Formulario.tema-blue .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #01579B;
  color: #01579B;
}
#FormularioCriar #Formulario.tema-blue .stepy-header li div {
  background-color: #01579B;
}
#FormularioCriar #Formulario.tema-blue li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #01579B !important;
}
#FormularioCriar #Formulario.tema-blue .stepy-header li:before,
#FormularioCriar #Formulario.tema-blue .stepy-header li:after {
  background-color: #01579B;
}
#FormularioCriar #Formulario.tema-blue .stepy-header li div {
  border: 2px solid #01579B;
}
#FormularioCriar #Formulario.tema-blue .border-primary-600 {
  border-color: #01579B;
}
#FormularioCriar #Formulario.tema-blue .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #01579B;
}
#FormularioCriar #Formulario.tema-blue .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
#FormularioCriar #Formulario.tema-blue .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-blue .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-blue .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-blue .bootstrap-select .btn-default.active {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
#FormularioCriar #Formulario.tema-blue .checker span {
  border: 2px solid #01579B;
}
#FormularioCriar #Formulario.tema-blue .irs-slider {
  background-color: #01579B;
}
#FormularioCriar #Formulario.tema-blue .irs-bar {
  background-color: #01579B;
}
#FormularioCriar #Formulario.tema-blue .irs-from,
#FormularioCriar #Formulario.tema-blue .irs-to,
#FormularioCriar #Formulario.tema-blue .irs-single {
  background-color: #01579B;
}
#FormularioCriar #Formulario.tema-blue .form-control:focus {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
#FormularioCriar #Formulario.tema-blue .irs-from:after,
#FormularioCriar #Formulario.tema-blue .irs-to:after,
#FormularioCriar #Formulario.tema-blue .irs-single:after {
  border-top-color: #01579B;
}
#FormularioCriar #Formulario.tema-blue .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #01579B;
}
#FormularioCriar #Formulario.tema-blue .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-blue .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #01579B;
  color: white;
}
#FormularioCriar #Formulario.tema-blue .stepy-navigator a {
  background-color: #01579B;
  color: #fff;
}
#FormularioCriar #Formulario.tema-blue .stepy-navigator a .button-next {
  background-color: #01579B;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-blue .stepy-navigator a .button-back {
  background-color: #01579B;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-teal {
  background-color: #004D40;
}
#FormularioCriar #Formulario.tema-teal .btn-tema {
  background-color: #004D40;
}
#FormularioCriar #Formulario.tema-teal .stepy-header {
  background: #001a16;
}
#FormularioCriar #Formulario.tema-teal .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #004D40;
  color: #004D40;
}
#FormularioCriar #Formulario.tema-teal .stepy-header li div {
  background-color: #004D40;
}
#FormularioCriar #Formulario.tema-teal li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #004D40 !important;
}
#FormularioCriar #Formulario.tema-teal .stepy-header li:before,
#FormularioCriar #Formulario.tema-teal .stepy-header li:after {
  background-color: #004D40;
}
#FormularioCriar #Formulario.tema-teal .stepy-header li div {
  border: 2px solid #004D40;
}
#FormularioCriar #Formulario.tema-teal .border-primary-600 {
  border-color: #004D40;
}
#FormularioCriar #Formulario.tema-teal .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #004D40;
}
#FormularioCriar #Formulario.tema-teal .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
#FormularioCriar #Formulario.tema-teal .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-teal .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-teal .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-teal .bootstrap-select .btn-default.active {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
#FormularioCriar #Formulario.tema-teal .checker span {
  border: 2px solid #004D40;
}
#FormularioCriar #Formulario.tema-teal .irs-slider {
  background-color: #004D40;
}
#FormularioCriar #Formulario.tema-teal .irs-bar {
  background-color: #004D40;
}
#FormularioCriar #Formulario.tema-teal .irs-from,
#FormularioCriar #Formulario.tema-teal .irs-to,
#FormularioCriar #Formulario.tema-teal .irs-single {
  background-color: #004D40;
}
#FormularioCriar #Formulario.tema-teal .form-control:focus {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
#FormularioCriar #Formulario.tema-teal .irs-from:after,
#FormularioCriar #Formulario.tema-teal .irs-to:after,
#FormularioCriar #Formulario.tema-teal .irs-single:after {
  border-top-color: #004D40;
}
#FormularioCriar #Formulario.tema-teal .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #004D40;
}
#FormularioCriar #Formulario.tema-teal .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-teal .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #004D40;
  color: white;
}
#FormularioCriar #Formulario.tema-teal .stepy-navigator a {
  background-color: #004D40;
  color: #fff;
}
#FormularioCriar #Formulario.tema-teal .stepy-navigator a .button-next {
  background-color: #004D40;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-teal .stepy-navigator a .button-back {
  background-color: #004D40;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-green {
  background-color: #33691E;
}
#FormularioCriar #Formulario.tema-green .btn-tema {
  background-color: #33691E;
}
#FormularioCriar #Formulario.tema-green .stepy-header {
  background: #204113;
}
#FormularioCriar #Formulario.tema-green .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #33691E;
  color: #33691E;
}
#FormularioCriar #Formulario.tema-green .stepy-header li div {
  background-color: #33691E;
}
#FormularioCriar #Formulario.tema-green li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #33691E !important;
}
#FormularioCriar #Formulario.tema-green .stepy-header li:before,
#FormularioCriar #Formulario.tema-green .stepy-header li:after {
  background-color: #33691E;
}
#FormularioCriar #Formulario.tema-green .stepy-header li div {
  border: 2px solid #33691E;
}
#FormularioCriar #Formulario.tema-green .border-primary-600 {
  border-color: #33691E;
}
#FormularioCriar #Formulario.tema-green .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #33691E;
}
#FormularioCriar #Formulario.tema-green .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
#FormularioCriar #Formulario.tema-green .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-green .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-green .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-green .bootstrap-select .btn-default.active {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
#FormularioCriar #Formulario.tema-green .checker span {
  border: 2px solid #33691E;
}
#FormularioCriar #Formulario.tema-green .irs-slider {
  background-color: #33691E;
}
#FormularioCriar #Formulario.tema-green .irs-bar {
  background-color: #33691E;
}
#FormularioCriar #Formulario.tema-green .irs-from,
#FormularioCriar #Formulario.tema-green .irs-to,
#FormularioCriar #Formulario.tema-green .irs-single {
  background-color: #33691E;
}
#FormularioCriar #Formulario.tema-green .form-control:focus {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
#FormularioCriar #Formulario.tema-green .irs-from:after,
#FormularioCriar #Formulario.tema-green .irs-to:after,
#FormularioCriar #Formulario.tema-green .irs-single:after {
  border-top-color: #33691E;
}
#FormularioCriar #Formulario.tema-green .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #33691E;
}
#FormularioCriar #Formulario.tema-green .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-green .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #33691E;
  color: white;
}
#FormularioCriar #Formulario.tema-green .stepy-navigator a {
  background-color: #33691E;
  color: #fff;
}
#FormularioCriar #Formulario.tema-green .stepy-navigator a .button-next {
  background-color: #33691E;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-green .stepy-navigator a .button-back {
  background-color: #33691E;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-orange {
  background-color: #E65100;
}
#FormularioCriar #Formulario.tema-orange .btn-tema {
  background-color: #E65100;
}
#FormularioCriar #Formulario.tema-orange .stepy-header {
  background: #b33f00;
}
#FormularioCriar #Formulario.tema-orange .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #E65100;
  color: #E65100;
}
#FormularioCriar #Formulario.tema-orange .stepy-header li div {
  background-color: #E65100;
}
#FormularioCriar #Formulario.tema-orange li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #E65100 !important;
}
#FormularioCriar #Formulario.tema-orange .stepy-header li:before,
#FormularioCriar #Formulario.tema-orange .stepy-header li:after {
  background-color: #E65100;
}
#FormularioCriar #Formulario.tema-orange .stepy-header li div {
  border: 2px solid #E65100;
}
#FormularioCriar #Formulario.tema-orange .border-primary-600 {
  border-color: #E65100;
}
#FormularioCriar #Formulario.tema-orange .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #E65100;
}
#FormularioCriar #Formulario.tema-orange .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
#FormularioCriar #Formulario.tema-orange .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-orange .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-orange .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-orange .bootstrap-select .btn-default.active {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
#FormularioCriar #Formulario.tema-orange .checker span {
  border: 2px solid #E65100;
}
#FormularioCriar #Formulario.tema-orange .irs-slider {
  background-color: #E65100;
}
#FormularioCriar #Formulario.tema-orange .irs-bar {
  background-color: #E65100;
}
#FormularioCriar #Formulario.tema-orange .irs-from,
#FormularioCriar #Formulario.tema-orange .irs-to,
#FormularioCriar #Formulario.tema-orange .irs-single {
  background-color: #E65100;
}
#FormularioCriar #Formulario.tema-orange .form-control:focus {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
#FormularioCriar #Formulario.tema-orange .irs-from:after,
#FormularioCriar #Formulario.tema-orange .irs-to:after,
#FormularioCriar #Formulario.tema-orange .irs-single:after {
  border-top-color: #E65100;
}
#FormularioCriar #Formulario.tema-orange .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #E65100;
}
#FormularioCriar #Formulario.tema-orange .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-orange .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #E65100;
  color: white;
}
#FormularioCriar #Formulario.tema-orange .stepy-navigator a {
  background-color: #E65100;
  color: #fff;
}
#FormularioCriar #Formulario.tema-orange .stepy-navigator a .button-next {
  background-color: #E65100;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-orange .stepy-navigator a .button-back {
  background-color: #E65100;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-brown {
  background-color: #3E2723;
}
#FormularioCriar #Formulario.tema-brown .btn-tema {
  background-color: #3E2723;
}
#FormularioCriar #Formulario.tema-brown .stepy-header {
  background: #1d1211;
}
#FormularioCriar #Formulario.tema-brown .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #3E2723;
  color: #3E2723;
}
#FormularioCriar #Formulario.tema-brown .stepy-header li div {
  background-color: #3E2723;
}
#FormularioCriar #Formulario.tema-brown li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #3E2723 !important;
}
#FormularioCriar #Formulario.tema-brown .stepy-header li:before,
#FormularioCriar #Formulario.tema-brown .stepy-header li:after {
  background-color: #3E2723;
}
#FormularioCriar #Formulario.tema-brown .stepy-header li div {
  border: 2px solid #3E2723;
}
#FormularioCriar #Formulario.tema-brown .border-primary-600 {
  border-color: #3E2723;
}
#FormularioCriar #Formulario.tema-brown .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #3E2723;
}
#FormularioCriar #Formulario.tema-brown .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
#FormularioCriar #Formulario.tema-brown .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-brown .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-brown .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-brown .bootstrap-select .btn-default.active {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
#FormularioCriar #Formulario.tema-brown .checker span {
  border: 2px solid #3E2723;
}
#FormularioCriar #Formulario.tema-brown .irs-slider {
  background-color: #3E2723;
}
#FormularioCriar #Formulario.tema-brown .irs-bar {
  background-color: #3E2723;
}
#FormularioCriar #Formulario.tema-brown .irs-from,
#FormularioCriar #Formulario.tema-brown .irs-to,
#FormularioCriar #Formulario.tema-brown .irs-single {
  background-color: #3E2723;
}
#FormularioCriar #Formulario.tema-brown .form-control:focus {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
#FormularioCriar #Formulario.tema-brown .irs-from:after,
#FormularioCriar #Formulario.tema-brown .irs-to:after,
#FormularioCriar #Formulario.tema-brown .irs-single:after {
  border-top-color: #3E2723;
}
#FormularioCriar #Formulario.tema-brown .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #3E2723;
}
#FormularioCriar #Formulario.tema-brown .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-brown .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #3E2723;
  color: white;
}
#FormularioCriar #Formulario.tema-brown .stepy-navigator a {
  background-color: #3E2723;
  color: #fff;
}
#FormularioCriar #Formulario.tema-brown .stepy-navigator a .button-next {
  background-color: #3E2723;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-brown .stepy-navigator a .button-back {
  background-color: #3E2723;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-grey {
  background-color: #333;
}
#FormularioCriar #Formulario.tema-grey .btn-tema {
  background-color: #333;
}
#FormularioCriar #Formulario.tema-grey .stepy-header {
  background: #1a1a1a;
}
#FormularioCriar #Formulario.tema-grey .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #333;
  color: #333;
}
#FormularioCriar #Formulario.tema-grey .stepy-header li div {
  background-color: #333;
}
#FormularioCriar #Formulario.tema-grey li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #333 !important;
}
#FormularioCriar #Formulario.tema-grey .stepy-header li:before,
#FormularioCriar #Formulario.tema-grey .stepy-header li:after {
  background-color: #333;
}
#FormularioCriar #Formulario.tema-grey .stepy-header li div {
  border: 2px solid #333;
}
#FormularioCriar #Formulario.tema-grey .border-primary-600 {
  border-color: #333;
}
#FormularioCriar #Formulario.tema-grey .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #333;
}
#FormularioCriar #Formulario.tema-grey .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
#FormularioCriar #Formulario.tema-grey .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-grey .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-grey .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-grey .bootstrap-select .btn-default.active {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
#FormularioCriar #Formulario.tema-grey .checker span {
  border: 2px solid #333;
}
#FormularioCriar #Formulario.tema-grey .irs-slider {
  background-color: #333;
}
#FormularioCriar #Formulario.tema-grey .irs-bar {
  background-color: #333;
}
#FormularioCriar #Formulario.tema-grey .irs-from,
#FormularioCriar #Formulario.tema-grey .irs-to,
#FormularioCriar #Formulario.tema-grey .irs-single {
  background-color: #333;
}
#FormularioCriar #Formulario.tema-grey .form-control:focus {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
#FormularioCriar #Formulario.tema-grey .irs-from:after,
#FormularioCriar #Formulario.tema-grey .irs-to:after,
#FormularioCriar #Formulario.tema-grey .irs-single:after {
  border-top-color: #333;
}
#FormularioCriar #Formulario.tema-grey .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #333;
}
#FormularioCriar #Formulario.tema-grey .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-grey .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #333;
  color: white;
}
#FormularioCriar #Formulario.tema-grey .stepy-navigator a {
  background-color: #333;
  color: #fff;
}
#FormularioCriar #Formulario.tema-grey .stepy-navigator a .button-next {
  background-color: #333;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-grey .stepy-navigator a .button-back {
  background-color: #333;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-slate {
  background-color: #263238;
}
#FormularioCriar #Formulario.tema-slate .btn-tema {
  background-color: #263238;
}
#FormularioCriar #Formulario.tema-slate .stepy-header {
  background: #11171a;
}
#FormularioCriar #Formulario.tema-slate .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #263238;
  color: #263238;
}
#FormularioCriar #Formulario.tema-slate .stepy-header li div {
  background-color: #263238;
}
#FormularioCriar #Formulario.tema-slate li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #263238 !important;
}
#FormularioCriar #Formulario.tema-slate .stepy-header li:before,
#FormularioCriar #Formulario.tema-slate .stepy-header li:after {
  background-color: #263238;
}
#FormularioCriar #Formulario.tema-slate .stepy-header li div {
  border: 2px solid #263238;
}
#FormularioCriar #Formulario.tema-slate .border-primary-600 {
  border-color: #263238;
}
#FormularioCriar #Formulario.tema-slate .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #263238;
}
#FormularioCriar #Formulario.tema-slate .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
#FormularioCriar #Formulario.tema-slate .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-slate .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-slate .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-slate .bootstrap-select .btn-default.active {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
#FormularioCriar #Formulario.tema-slate .checker span {
  border: 2px solid #263238;
}
#FormularioCriar #Formulario.tema-slate .irs-slider {
  background-color: #263238;
}
#FormularioCriar #Formulario.tema-slate .irs-bar {
  background-color: #263238;
}
#FormularioCriar #Formulario.tema-slate .irs-from,
#FormularioCriar #Formulario.tema-slate .irs-to,
#FormularioCriar #Formulario.tema-slate .irs-single {
  background-color: #263238;
}
#FormularioCriar #Formulario.tema-slate .form-control:focus {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
#FormularioCriar #Formulario.tema-slate .irs-from:after,
#FormularioCriar #Formulario.tema-slate .irs-to:after,
#FormularioCriar #Formulario.tema-slate .irs-single:after {
  border-top-color: #263238;
}
#FormularioCriar #Formulario.tema-slate .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #263238;
}
#FormularioCriar #Formulario.tema-slate .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-slate .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #263238;
  color: white;
}
#FormularioCriar #Formulario.tema-slate .stepy-navigator a {
  background-color: #263238;
  color: #fff;
}
#FormularioCriar #Formulario.tema-slate .stepy-navigator a .button-next {
  background-color: #263238;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-slate .stepy-navigator a .button-back {
  background-color: #263238;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-red {
  background-color: #B71C1C;
}
#FormularioCriar #Formulario.tema-red .btn-tema {
  background-color: #B71C1C;
}
#FormularioCriar #Formulario.tema-red .stepy-header {
  background: #8b1515;
}
#FormularioCriar #Formulario.tema-red .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #B71C1C;
  color: #B71C1C;
}
#FormularioCriar #Formulario.tema-red .stepy-header li div {
  background-color: #B71C1C;
}
#FormularioCriar #Formulario.tema-red li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #B71C1C !important;
}
#FormularioCriar #Formulario.tema-red .stepy-header li:before,
#FormularioCriar #Formulario.tema-red .stepy-header li:after {
  background-color: #B71C1C;
}
#FormularioCriar #Formulario.tema-red .stepy-header li div {
  border: 2px solid #B71C1C;
}
#FormularioCriar #Formulario.tema-red .border-primary-600 {
  border-color: #B71C1C;
}
#FormularioCriar #Formulario.tema-red .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #B71C1C;
}
#FormularioCriar #Formulario.tema-red .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
#FormularioCriar #Formulario.tema-red .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-red .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-red .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-red .bootstrap-select .btn-default.active {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
#FormularioCriar #Formulario.tema-red .checker span {
  border: 2px solid #B71C1C;
}
#FormularioCriar #Formulario.tema-red .irs-slider {
  background-color: #B71C1C;
}
#FormularioCriar #Formulario.tema-red .irs-bar {
  background-color: #B71C1C;
}
#FormularioCriar #Formulario.tema-red .irs-from,
#FormularioCriar #Formulario.tema-red .irs-to,
#FormularioCriar #Formulario.tema-red .irs-single {
  background-color: #B71C1C;
}
#FormularioCriar #Formulario.tema-red .form-control:focus {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
#FormularioCriar #Formulario.tema-red .irs-from:after,
#FormularioCriar #Formulario.tema-red .irs-to:after,
#FormularioCriar #Formulario.tema-red .irs-single:after {
  border-top-color: #B71C1C;
}
#FormularioCriar #Formulario.tema-red .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #B71C1C;
}
#FormularioCriar #Formulario.tema-red .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-red .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #B71C1C;
  color: white;
}
#FormularioCriar #Formulario.tema-red .stepy-navigator a {
  background-color: #B71C1C;
  color: #fff;
}
#FormularioCriar #Formulario.tema-red .stepy-navigator a .button-next {
  background-color: #B71C1C;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-red .stepy-navigator a .button-back {
  background-color: #B71C1C;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-green2 {
  background-color: #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .btn-tema {
  background-color: #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .stepy-header {
  background: #103613;
}
#FormularioCriar #Formulario.tema-green2 .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #1B5E20;
  color: #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .stepy-header li div {
  background-color: #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1B5E20 !important;
}
#FormularioCriar #Formulario.tema-green2 .stepy-header li:before,
#FormularioCriar #Formulario.tema-green2 .stepy-header li:after {
  background-color: #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .stepy-header li div {
  border: 2px solid #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .border-primary-600 {
  border-color: #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .bootstrap-select .btn-default:focus,
#FormularioCriar #Formulario.tema-green2 .bootstrap-select .btn-default.focus,
#FormularioCriar #Formulario.tema-green2 .bootstrap-select .btn-default:active,
#FormularioCriar #Formulario.tema-green2 .bootstrap-select .btn-default.active {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .checker span {
  border: 2px solid #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .irs-slider {
  background-color: #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .irs-bar {
  background-color: #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .irs-from,
#FormularioCriar #Formulario.tema-green2 .irs-to,
#FormularioCriar #Formulario.tema-green2 .irs-single {
  background-color: #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .form-control:focus {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .irs-from:after,
#FormularioCriar #Formulario.tema-green2 .irs-to:after,
#FormularioCriar #Formulario.tema-green2 .irs-single:after {
  border-top-color: #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #1B5E20;
}
#FormularioCriar #Formulario.tema-green2 .br-theme-bars-pill .br-widget a.br-active,
#FormularioCriar #Formulario.tema-green2 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #1B5E20;
  color: white;
}
#FormularioCriar #Formulario.tema-green2 .stepy-navigator a {
  background-color: #1B5E20;
  color: #fff;
}
#FormularioCriar #Formulario.tema-green2 .stepy-navigator a .button-next {
  background-color: #1B5E20;
  color: #fff !important;
}
#FormularioCriar #Formulario.tema-green2 .stepy-navigator a .button-back {
  background-color: #1B5E20;
  color: #fff !important;
}
#sidebar_intro textarea,
#sidebar_fim textarea {
  resize: none;
  min-height: 150px;
  line-height: 20px;
}
#formularioExterno {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formularioExterno {
    padding: 0;
  }
  #formularioExterno .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formularioExterno {
    padding: 0;
  }
  #formularioExterno .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
  }
}
#formularioExterno .page-content {
  min-height: 100vh;
  display: block;
  width: 100%;
}
#formularioExterno .content-wrapper {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
}
#formularioExterno .termo {
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
}
#formularioExterno .termo i {
  margin-right: 10px;
  border: 1px solid #ddd;
  padding: 5px;
}
#formularioExterno #revendaId {
  margin: 30px 0;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formularioExterno #revendaId {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formularioExterno #revendaId {
    margin-bottom: 20px;
  }
}
#formularioExterno #revendaId span {
  width: 100%;
  display: block;
}
#formularioExterno #revendaId a {
  cursor: pointer;
}
#formularioExterno .content:first-child {
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formularioExterno .content:first-child {
    padding: 0px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formularioExterno .content:first-child {
    padding: 0px !important;
  }
}
#formularioExterno .stepy-navigator {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #ddd;
  border-bottom: none !important;
}
#formularioExterno .stepy-navigator a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  line-height: 1.5384616;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
}
#formularioExterno.tema-indigo {
  background-color: #1A237E;
}
#formularioExterno.tema-indigo .btn-tema {
  background-color: #1A237E;
}
#formularioExterno.tema-indigo .stepy-header {
  background: #111754;
}
#formularioExterno.tema-indigo .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #1A237E;
  color: #1A237E;
}
#formularioExterno.tema-indigo .stepy-header li div {
  background-color: #1A237E;
}
#formularioExterno.tema-indigo li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1A237E !important;
}
#formularioExterno.tema-indigo .stepy-header li:before,
#formularioExterno.tema-indigo .stepy-header li:after {
  background-color: #1A237E;
}
#formularioExterno.tema-indigo .stepy-header li div {
  border: 2px solid #1A237E;
}
#formularioExterno.tema-indigo .border-primary-600 {
  border-color: #1A237E;
}
#formularioExterno.tema-indigo .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #1A237E;
}
#formularioExterno.tema-indigo .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
#formularioExterno.tema-indigo .bootstrap-select .btn-default:focus,
#formularioExterno.tema-indigo .bootstrap-select .btn-default.focus,
#formularioExterno.tema-indigo .bootstrap-select .btn-default:active,
#formularioExterno.tema-indigo .bootstrap-select .btn-default.active {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
#formularioExterno.tema-indigo .checker span {
  border: 2px solid #1A237E;
}
#formularioExterno.tema-indigo .irs-slider {
  background-color: #1A237E;
}
#formularioExterno.tema-indigo .irs-bar {
  background-color: #1A237E;
}
#formularioExterno.tema-indigo .irs-from,
#formularioExterno.tema-indigo .irs-to,
#formularioExterno.tema-indigo .irs-single {
  background-color: #1A237E;
}
#formularioExterno.tema-indigo .form-control:focus {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
#formularioExterno.tema-indigo .irs-from:after,
#formularioExterno.tema-indigo .irs-to:after,
#formularioExterno.tema-indigo .irs-single:after {
  border-top-color: #1A237E;
}
#formularioExterno.tema-indigo .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #1A237E;
}
#formularioExterno.tema-indigo .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-indigo .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #1A237E;
  color: white;
}
#formularioExterno.tema-indigo .stepy-navigator a {
  background-color: #1A237E;
  color: #fff;
}
#formularioExterno.tema-indigo .stepy-navigator a .button-next {
  background-color: #1A237E;
  color: #fff !important;
}
#formularioExterno.tema-indigo .stepy-navigator a .button-back {
  background-color: #1A237E;
  color: #fff !important;
}
#formularioExterno.tema-pink {
  background-color: #880E4F;
}
#formularioExterno.tema-pink .btn-tema {
  background-color: #880E4F;
}
#formularioExterno.tema-pink .stepy-header {
  background: #5a0934;
}
#formularioExterno.tema-pink .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #880E4F;
  color: #880E4F;
}
#formularioExterno.tema-pink .stepy-header li div {
  background-color: #880E4F;
}
#formularioExterno.tema-pink li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #880E4F !important;
}
#formularioExterno.tema-pink .stepy-header li:before,
#formularioExterno.tema-pink .stepy-header li:after {
  background-color: #880E4F;
}
#formularioExterno.tema-pink .stepy-header li div {
  border: 2px solid #880E4F;
}
#formularioExterno.tema-pink .border-primary-600 {
  border-color: #880E4F;
}
#formularioExterno.tema-pink .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #880E4F;
}
#formularioExterno.tema-pink .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
#formularioExterno.tema-pink .bootstrap-select .btn-default:focus,
#formularioExterno.tema-pink .bootstrap-select .btn-default.focus,
#formularioExterno.tema-pink .bootstrap-select .btn-default:active,
#formularioExterno.tema-pink .bootstrap-select .btn-default.active {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
#formularioExterno.tema-pink .checker span {
  border: 2px solid #880E4F;
}
#formularioExterno.tema-pink .irs-slider {
  background-color: #880E4F;
}
#formularioExterno.tema-pink .irs-bar {
  background-color: #880E4F;
}
#formularioExterno.tema-pink .irs-from,
#formularioExterno.tema-pink .irs-to,
#formularioExterno.tema-pink .irs-single {
  background-color: #880E4F;
}
#formularioExterno.tema-pink .form-control:focus {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
#formularioExterno.tema-pink .irs-from:after,
#formularioExterno.tema-pink .irs-to:after,
#formularioExterno.tema-pink .irs-single:after {
  border-top-color: #880E4F;
}
#formularioExterno.tema-pink .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #880E4F;
}
#formularioExterno.tema-pink .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-pink .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #880E4F;
  color: white;
}
#formularioExterno.tema-pink .stepy-navigator a {
  background-color: #880E4F;
  color: #fff;
}
#formularioExterno.tema-pink .stepy-navigator a .button-next {
  background-color: #880E4F;
  color: #fff !important;
}
#formularioExterno.tema-pink .stepy-navigator a .button-back {
  background-color: #880E4F;
  color: #fff !important;
}
#formularioExterno.tema-violet {
  background-color: #4A148C;
}
#formularioExterno.tema-violet .btn-tema {
  background-color: #4A148C;
}
#formularioExterno.tema-violet .stepy-header {
  background: #320e5f;
}
#formularioExterno.tema-violet .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #4A148C;
  color: #4A148C;
}
#formularioExterno.tema-violet .stepy-header li div {
  background-color: #4A148C;
}
#formularioExterno.tema-violet li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #4A148C !important;
}
#formularioExterno.tema-violet .stepy-header li:before,
#formularioExterno.tema-violet .stepy-header li:after {
  background-color: #4A148C;
}
#formularioExterno.tema-violet .stepy-header li div {
  border: 2px solid #4A148C;
}
#formularioExterno.tema-violet .border-primary-600 {
  border-color: #4A148C;
}
#formularioExterno.tema-violet .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #4A148C;
}
#formularioExterno.tema-violet .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
#formularioExterno.tema-violet .bootstrap-select .btn-default:focus,
#formularioExterno.tema-violet .bootstrap-select .btn-default.focus,
#formularioExterno.tema-violet .bootstrap-select .btn-default:active,
#formularioExterno.tema-violet .bootstrap-select .btn-default.active {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
#formularioExterno.tema-violet .checker span {
  border: 2px solid #4A148C;
}
#formularioExterno.tema-violet .irs-slider {
  background-color: #4A148C;
}
#formularioExterno.tema-violet .irs-bar {
  background-color: #4A148C;
}
#formularioExterno.tema-violet .irs-from,
#formularioExterno.tema-violet .irs-to,
#formularioExterno.tema-violet .irs-single {
  background-color: #4A148C;
}
#formularioExterno.tema-violet .form-control:focus {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
#formularioExterno.tema-violet .irs-from:after,
#formularioExterno.tema-violet .irs-to:after,
#formularioExterno.tema-violet .irs-single:after {
  border-top-color: #4A148C;
}
#formularioExterno.tema-violet .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #4A148C;
}
#formularioExterno.tema-violet .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-violet .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #4A148C;
  color: white;
}
#formularioExterno.tema-violet .stepy-navigator a {
  background-color: #4A148C;
  color: #fff;
}
#formularioExterno.tema-violet .stepy-navigator a .button-next {
  background-color: #4A148C;
  color: #fff !important;
}
#formularioExterno.tema-violet .stepy-navigator a .button-back {
  background-color: #4A148C;
  color: #fff !important;
}
#formularioExterno.tema-purple {
  background-color: #311B92;
}
#formularioExterno.tema-purple .btn-tema {
  background-color: #311B92;
}
#formularioExterno.tema-purple .stepy-header {
  background: #231367;
}
#formularioExterno.tema-purple .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #311B92;
  color: #311B92;
}
#formularioExterno.tema-purple .stepy-header li div {
  background-color: #311B92;
}
#formularioExterno.tema-purple li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #311B92 !important;
}
#formularioExterno.tema-purple .stepy-header li:before,
#formularioExterno.tema-purple .stepy-header li:after {
  background-color: #311B92;
}
#formularioExterno.tema-purple .stepy-header li div {
  border: 2px solid #311B92;
}
#formularioExterno.tema-purple .border-primary-600 {
  border-color: #311B92;
}
#formularioExterno.tema-purple .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #311B92;
}
#formularioExterno.tema-purple .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
#formularioExterno.tema-purple .bootstrap-select .btn-default:focus,
#formularioExterno.tema-purple .bootstrap-select .btn-default.focus,
#formularioExterno.tema-purple .bootstrap-select .btn-default:active,
#formularioExterno.tema-purple .bootstrap-select .btn-default.active {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
#formularioExterno.tema-purple .checker span {
  border: 2px solid #311B92;
}
#formularioExterno.tema-purple .irs-slider {
  background-color: #311B92;
}
#formularioExterno.tema-purple .irs-bar {
  background-color: #311B92;
}
#formularioExterno.tema-purple .irs-from,
#formularioExterno.tema-purple .irs-to,
#formularioExterno.tema-purple .irs-single {
  background-color: #311B92;
}
#formularioExterno.tema-purple .form-control:focus {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
#formularioExterno.tema-purple .irs-from:after,
#formularioExterno.tema-purple .irs-to:after,
#formularioExterno.tema-purple .irs-single:after {
  border-top-color: #311B92;
}
#formularioExterno.tema-purple .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #311B92;
}
#formularioExterno.tema-purple .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-purple .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #311B92;
  color: white;
}
#formularioExterno.tema-purple .stepy-navigator a {
  background-color: #311B92;
  color: #fff;
}
#formularioExterno.tema-purple .stepy-navigator a .button-next {
  background-color: #311B92;
  color: #fff !important;
}
#formularioExterno.tema-purple .stepy-navigator a .button-back {
  background-color: #311B92;
  color: #fff !important;
}
#formularioExterno.tema-blue {
  background-color: #01579B;
}
#formularioExterno.tema-blue .btn-tema {
  background-color: #01579B;
}
#formularioExterno.tema-blue .stepy-header {
  background: #013b68;
}
#formularioExterno.tema-blue .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #01579B;
  color: #01579B;
}
#formularioExterno.tema-blue .stepy-header li div {
  background-color: #01579B;
}
#formularioExterno.tema-blue li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #01579B !important;
}
#formularioExterno.tema-blue .stepy-header li:before,
#formularioExterno.tema-blue .stepy-header li:after {
  background-color: #01579B;
}
#formularioExterno.tema-blue .stepy-header li div {
  border: 2px solid #01579B;
}
#formularioExterno.tema-blue .border-primary-600 {
  border-color: #01579B;
}
#formularioExterno.tema-blue .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #01579B;
}
#formularioExterno.tema-blue .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
#formularioExterno.tema-blue .bootstrap-select .btn-default:focus,
#formularioExterno.tema-blue .bootstrap-select .btn-default.focus,
#formularioExterno.tema-blue .bootstrap-select .btn-default:active,
#formularioExterno.tema-blue .bootstrap-select .btn-default.active {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
#formularioExterno.tema-blue .checker span {
  border: 2px solid #01579B;
}
#formularioExterno.tema-blue .irs-slider {
  background-color: #01579B;
}
#formularioExterno.tema-blue .irs-bar {
  background-color: #01579B;
}
#formularioExterno.tema-blue .irs-from,
#formularioExterno.tema-blue .irs-to,
#formularioExterno.tema-blue .irs-single {
  background-color: #01579B;
}
#formularioExterno.tema-blue .form-control:focus {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
#formularioExterno.tema-blue .irs-from:after,
#formularioExterno.tema-blue .irs-to:after,
#formularioExterno.tema-blue .irs-single:after {
  border-top-color: #01579B;
}
#formularioExterno.tema-blue .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #01579B;
}
#formularioExterno.tema-blue .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-blue .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #01579B;
  color: white;
}
#formularioExterno.tema-blue .stepy-navigator a {
  background-color: #01579B;
  color: #fff;
}
#formularioExterno.tema-blue .stepy-navigator a .button-next {
  background-color: #01579B;
  color: #fff !important;
}
#formularioExterno.tema-blue .stepy-navigator a .button-back {
  background-color: #01579B;
  color: #fff !important;
}
#formularioExterno.tema-teal {
  background-color: #004D40;
}
#formularioExterno.tema-teal .btn-tema {
  background-color: #004D40;
}
#formularioExterno.tema-teal .stepy-header {
  background: #001a16;
}
#formularioExterno.tema-teal .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #004D40;
  color: #004D40;
}
#formularioExterno.tema-teal .stepy-header li div {
  background-color: #004D40;
}
#formularioExterno.tema-teal li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #004D40 !important;
}
#formularioExterno.tema-teal .stepy-header li:before,
#formularioExterno.tema-teal .stepy-header li:after {
  background-color: #004D40;
}
#formularioExterno.tema-teal .stepy-header li div {
  border: 2px solid #004D40;
}
#formularioExterno.tema-teal .border-primary-600 {
  border-color: #004D40;
}
#formularioExterno.tema-teal .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #004D40;
}
#formularioExterno.tema-teal .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
#formularioExterno.tema-teal .bootstrap-select .btn-default:focus,
#formularioExterno.tema-teal .bootstrap-select .btn-default.focus,
#formularioExterno.tema-teal .bootstrap-select .btn-default:active,
#formularioExterno.tema-teal .bootstrap-select .btn-default.active {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
#formularioExterno.tema-teal .checker span {
  border: 2px solid #004D40;
}
#formularioExterno.tema-teal .irs-slider {
  background-color: #004D40;
}
#formularioExterno.tema-teal .irs-bar {
  background-color: #004D40;
}
#formularioExterno.tema-teal .irs-from,
#formularioExterno.tema-teal .irs-to,
#formularioExterno.tema-teal .irs-single {
  background-color: #004D40;
}
#formularioExterno.tema-teal .form-control:focus {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
#formularioExterno.tema-teal .irs-from:after,
#formularioExterno.tema-teal .irs-to:after,
#formularioExterno.tema-teal .irs-single:after {
  border-top-color: #004D40;
}
#formularioExterno.tema-teal .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #004D40;
}
#formularioExterno.tema-teal .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-teal .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #004D40;
  color: white;
}
#formularioExterno.tema-teal .stepy-navigator a {
  background-color: #004D40;
  color: #fff;
}
#formularioExterno.tema-teal .stepy-navigator a .button-next {
  background-color: #004D40;
  color: #fff !important;
}
#formularioExterno.tema-teal .stepy-navigator a .button-back {
  background-color: #004D40;
  color: #fff !important;
}
#formularioExterno.tema-green {
  background-color: #33691E;
}
#formularioExterno.tema-green .btn-tema {
  background-color: #33691E;
}
#formularioExterno.tema-green .stepy-header {
  background: #204113;
}
#formularioExterno.tema-green .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #33691E;
  color: #33691E;
}
#formularioExterno.tema-green .stepy-header li div {
  background-color: #33691E;
}
#formularioExterno.tema-green li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #33691E !important;
}
#formularioExterno.tema-green .stepy-header li:before,
#formularioExterno.tema-green .stepy-header li:after {
  background-color: #33691E;
}
#formularioExterno.tema-green .stepy-header li div {
  border: 2px solid #33691E;
}
#formularioExterno.tema-green .border-primary-600 {
  border-color: #33691E;
}
#formularioExterno.tema-green .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #33691E;
}
#formularioExterno.tema-green .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
#formularioExterno.tema-green .bootstrap-select .btn-default:focus,
#formularioExterno.tema-green .bootstrap-select .btn-default.focus,
#formularioExterno.tema-green .bootstrap-select .btn-default:active,
#formularioExterno.tema-green .bootstrap-select .btn-default.active {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
#formularioExterno.tema-green .checker span {
  border: 2px solid #33691E;
}
#formularioExterno.tema-green .irs-slider {
  background-color: #33691E;
}
#formularioExterno.tema-green .irs-bar {
  background-color: #33691E;
}
#formularioExterno.tema-green .irs-from,
#formularioExterno.tema-green .irs-to,
#formularioExterno.tema-green .irs-single {
  background-color: #33691E;
}
#formularioExterno.tema-green .form-control:focus {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
#formularioExterno.tema-green .irs-from:after,
#formularioExterno.tema-green .irs-to:after,
#formularioExterno.tema-green .irs-single:after {
  border-top-color: #33691E;
}
#formularioExterno.tema-green .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #33691E;
}
#formularioExterno.tema-green .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-green .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #33691E;
  color: white;
}
#formularioExterno.tema-green .stepy-navigator a {
  background-color: #33691E;
  color: #fff;
}
#formularioExterno.tema-green .stepy-navigator a .button-next {
  background-color: #33691E;
  color: #fff !important;
}
#formularioExterno.tema-green .stepy-navigator a .button-back {
  background-color: #33691E;
  color: #fff !important;
}
#formularioExterno.tema-orange {
  background-color: #E65100;
}
#formularioExterno.tema-orange .btn-tema {
  background-color: #E65100;
}
#formularioExterno.tema-orange .stepy-header {
  background: #b33f00;
}
#formularioExterno.tema-orange .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #E65100;
  color: #E65100;
}
#formularioExterno.tema-orange .stepy-header li div {
  background-color: #E65100;
}
#formularioExterno.tema-orange li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #E65100 !important;
}
#formularioExterno.tema-orange .stepy-header li:before,
#formularioExterno.tema-orange .stepy-header li:after {
  background-color: #E65100;
}
#formularioExterno.tema-orange .stepy-header li div {
  border: 2px solid #E65100;
}
#formularioExterno.tema-orange .border-primary-600 {
  border-color: #E65100;
}
#formularioExterno.tema-orange .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #E65100;
}
#formularioExterno.tema-orange .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
#formularioExterno.tema-orange .bootstrap-select .btn-default:focus,
#formularioExterno.tema-orange .bootstrap-select .btn-default.focus,
#formularioExterno.tema-orange .bootstrap-select .btn-default:active,
#formularioExterno.tema-orange .bootstrap-select .btn-default.active {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
#formularioExterno.tema-orange .checker span {
  border: 2px solid #E65100;
}
#formularioExterno.tema-orange .irs-slider {
  background-color: #E65100;
}
#formularioExterno.tema-orange .irs-bar {
  background-color: #E65100;
}
#formularioExterno.tema-orange .irs-from,
#formularioExterno.tema-orange .irs-to,
#formularioExterno.tema-orange .irs-single {
  background-color: #E65100;
}
#formularioExterno.tema-orange .form-control:focus {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
#formularioExterno.tema-orange .irs-from:after,
#formularioExterno.tema-orange .irs-to:after,
#formularioExterno.tema-orange .irs-single:after {
  border-top-color: #E65100;
}
#formularioExterno.tema-orange .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #E65100;
}
#formularioExterno.tema-orange .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-orange .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #E65100;
  color: white;
}
#formularioExterno.tema-orange .stepy-navigator a {
  background-color: #E65100;
  color: #fff;
}
#formularioExterno.tema-orange .stepy-navigator a .button-next {
  background-color: #E65100;
  color: #fff !important;
}
#formularioExterno.tema-orange .stepy-navigator a .button-back {
  background-color: #E65100;
  color: #fff !important;
}
#formularioExterno.tema-brown {
  background-color: #3E2723;
}
#formularioExterno.tema-brown .btn-tema {
  background-color: #3E2723;
}
#formularioExterno.tema-brown .stepy-header {
  background: #1d1211;
}
#formularioExterno.tema-brown .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #3E2723;
  color: #3E2723;
}
#formularioExterno.tema-brown .stepy-header li div {
  background-color: #3E2723;
}
#formularioExterno.tema-brown li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #3E2723 !important;
}
#formularioExterno.tema-brown .stepy-header li:before,
#formularioExterno.tema-brown .stepy-header li:after {
  background-color: #3E2723;
}
#formularioExterno.tema-brown .stepy-header li div {
  border: 2px solid #3E2723;
}
#formularioExterno.tema-brown .border-primary-600 {
  border-color: #3E2723;
}
#formularioExterno.tema-brown .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #3E2723;
}
#formularioExterno.tema-brown .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
#formularioExterno.tema-brown .bootstrap-select .btn-default:focus,
#formularioExterno.tema-brown .bootstrap-select .btn-default.focus,
#formularioExterno.tema-brown .bootstrap-select .btn-default:active,
#formularioExterno.tema-brown .bootstrap-select .btn-default.active {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
#formularioExterno.tema-brown .checker span {
  border: 2px solid #3E2723;
}
#formularioExterno.tema-brown .irs-slider {
  background-color: #3E2723;
}
#formularioExterno.tema-brown .irs-bar {
  background-color: #3E2723;
}
#formularioExterno.tema-brown .irs-from,
#formularioExterno.tema-brown .irs-to,
#formularioExterno.tema-brown .irs-single {
  background-color: #3E2723;
}
#formularioExterno.tema-brown .form-control:focus {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
#formularioExterno.tema-brown .irs-from:after,
#formularioExterno.tema-brown .irs-to:after,
#formularioExterno.tema-brown .irs-single:after {
  border-top-color: #3E2723;
}
#formularioExterno.tema-brown .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #3E2723;
}
#formularioExterno.tema-brown .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-brown .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #3E2723;
  color: white;
}
#formularioExterno.tema-brown .stepy-navigator a {
  background-color: #3E2723;
  color: #fff;
}
#formularioExterno.tema-brown .stepy-navigator a .button-next {
  background-color: #3E2723;
  color: #fff !important;
}
#formularioExterno.tema-brown .stepy-navigator a .button-back {
  background-color: #3E2723;
  color: #fff !important;
}
#formularioExterno.tema-grey {
  background-color: #333;
}
#formularioExterno.tema-grey .btn-tema {
  background-color: #333;
}
#formularioExterno.tema-grey .stepy-header {
  background: #1a1a1a;
}
#formularioExterno.tema-grey .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #333;
  color: #333;
}
#formularioExterno.tema-grey .stepy-header li div {
  background-color: #333;
}
#formularioExterno.tema-grey li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #333 !important;
}
#formularioExterno.tema-grey .stepy-header li:before,
#formularioExterno.tema-grey .stepy-header li:after {
  background-color: #333;
}
#formularioExterno.tema-grey .stepy-header li div {
  border: 2px solid #333;
}
#formularioExterno.tema-grey .border-primary-600 {
  border-color: #333;
}
#formularioExterno.tema-grey .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #333;
}
#formularioExterno.tema-grey .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
#formularioExterno.tema-grey .bootstrap-select .btn-default:focus,
#formularioExterno.tema-grey .bootstrap-select .btn-default.focus,
#formularioExterno.tema-grey .bootstrap-select .btn-default:active,
#formularioExterno.tema-grey .bootstrap-select .btn-default.active {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
#formularioExterno.tema-grey .checker span {
  border: 2px solid #333;
}
#formularioExterno.tema-grey .irs-slider {
  background-color: #333;
}
#formularioExterno.tema-grey .irs-bar {
  background-color: #333;
}
#formularioExterno.tema-grey .irs-from,
#formularioExterno.tema-grey .irs-to,
#formularioExterno.tema-grey .irs-single {
  background-color: #333;
}
#formularioExterno.tema-grey .form-control:focus {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
#formularioExterno.tema-grey .irs-from:after,
#formularioExterno.tema-grey .irs-to:after,
#formularioExterno.tema-grey .irs-single:after {
  border-top-color: #333;
}
#formularioExterno.tema-grey .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #333;
}
#formularioExterno.tema-grey .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-grey .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #333;
  color: white;
}
#formularioExterno.tema-grey .stepy-navigator a {
  background-color: #333;
  color: #fff;
}
#formularioExterno.tema-grey .stepy-navigator a .button-next {
  background-color: #333;
  color: #fff !important;
}
#formularioExterno.tema-grey .stepy-navigator a .button-back {
  background-color: #333;
  color: #fff !important;
}
#formularioExterno.tema-slate {
  background-color: #263238;
}
#formularioExterno.tema-slate .btn-tema {
  background-color: #263238;
}
#formularioExterno.tema-slate .stepy-header {
  background: #11171a;
}
#formularioExterno.tema-slate .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #263238;
  color: #263238;
}
#formularioExterno.tema-slate .stepy-header li div {
  background-color: #263238;
}
#formularioExterno.tema-slate li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #263238 !important;
}
#formularioExterno.tema-slate .stepy-header li:before,
#formularioExterno.tema-slate .stepy-header li:after {
  background-color: #263238;
}
#formularioExterno.tema-slate .stepy-header li div {
  border: 2px solid #263238;
}
#formularioExterno.tema-slate .border-primary-600 {
  border-color: #263238;
}
#formularioExterno.tema-slate .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #263238;
}
#formularioExterno.tema-slate .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
#formularioExterno.tema-slate .bootstrap-select .btn-default:focus,
#formularioExterno.tema-slate .bootstrap-select .btn-default.focus,
#formularioExterno.tema-slate .bootstrap-select .btn-default:active,
#formularioExterno.tema-slate .bootstrap-select .btn-default.active {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
#formularioExterno.tema-slate .checker span {
  border: 2px solid #263238;
}
#formularioExterno.tema-slate .irs-slider {
  background-color: #263238;
}
#formularioExterno.tema-slate .irs-bar {
  background-color: #263238;
}
#formularioExterno.tema-slate .irs-from,
#formularioExterno.tema-slate .irs-to,
#formularioExterno.tema-slate .irs-single {
  background-color: #263238;
}
#formularioExterno.tema-slate .form-control:focus {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
#formularioExterno.tema-slate .irs-from:after,
#formularioExterno.tema-slate .irs-to:after,
#formularioExterno.tema-slate .irs-single:after {
  border-top-color: #263238;
}
#formularioExterno.tema-slate .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #263238;
}
#formularioExterno.tema-slate .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-slate .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #263238;
  color: white;
}
#formularioExterno.tema-slate .stepy-navigator a {
  background-color: #263238;
  color: #fff;
}
#formularioExterno.tema-slate .stepy-navigator a .button-next {
  background-color: #263238;
  color: #fff !important;
}
#formularioExterno.tema-slate .stepy-navigator a .button-back {
  background-color: #263238;
  color: #fff !important;
}
#formularioExterno.tema-red {
  background-color: #B71C1C;
}
#formularioExterno.tema-red .btn-tema {
  background-color: #B71C1C;
}
#formularioExterno.tema-red .stepy-header {
  background: #8b1515;
}
#formularioExterno.tema-red .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #B71C1C;
  color: #B71C1C;
}
#formularioExterno.tema-red .stepy-header li div {
  background-color: #B71C1C;
}
#formularioExterno.tema-red li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #B71C1C !important;
}
#formularioExterno.tema-red .stepy-header li:before,
#formularioExterno.tema-red .stepy-header li:after {
  background-color: #B71C1C;
}
#formularioExterno.tema-red .stepy-header li div {
  border: 2px solid #B71C1C;
}
#formularioExterno.tema-red .border-primary-600 {
  border-color: #B71C1C;
}
#formularioExterno.tema-red .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #B71C1C;
}
#formularioExterno.tema-red .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
#formularioExterno.tema-red .bootstrap-select .btn-default:focus,
#formularioExterno.tema-red .bootstrap-select .btn-default.focus,
#formularioExterno.tema-red .bootstrap-select .btn-default:active,
#formularioExterno.tema-red .bootstrap-select .btn-default.active {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
#formularioExterno.tema-red .checker span {
  border: 2px solid #B71C1C;
}
#formularioExterno.tema-red .irs-slider {
  background-color: #B71C1C;
}
#formularioExterno.tema-red .irs-bar {
  background-color: #B71C1C;
}
#formularioExterno.tema-red .irs-from,
#formularioExterno.tema-red .irs-to,
#formularioExterno.tema-red .irs-single {
  background-color: #B71C1C;
}
#formularioExterno.tema-red .form-control:focus {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
#formularioExterno.tema-red .irs-from:after,
#formularioExterno.tema-red .irs-to:after,
#formularioExterno.tema-red .irs-single:after {
  border-top-color: #B71C1C;
}
#formularioExterno.tema-red .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #B71C1C;
}
#formularioExterno.tema-red .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-red .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #B71C1C;
  color: white;
}
#formularioExterno.tema-red .stepy-navigator a {
  background-color: #B71C1C;
  color: #fff;
}
#formularioExterno.tema-red .stepy-navigator a .button-next {
  background-color: #B71C1C;
  color: #fff !important;
}
#formularioExterno.tema-red .stepy-navigator a .button-back {
  background-color: #B71C1C;
  color: #fff !important;
}
#formularioExterno.tema-green2 {
  background-color: #1B5E20;
}
#formularioExterno.tema-green2 .btn-tema {
  background-color: #1B5E20;
}
#formularioExterno.tema-green2 .stepy-header {
  background: #103613;
}
#formularioExterno.tema-green2 .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #1B5E20;
  color: #1B5E20;
}
#formularioExterno.tema-green2 .stepy-header li div {
  background-color: #1B5E20;
}
#formularioExterno.tema-green2 li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1B5E20 !important;
}
#formularioExterno.tema-green2 .stepy-header li:before,
#formularioExterno.tema-green2 .stepy-header li:after {
  background-color: #1B5E20;
}
#formularioExterno.tema-green2 .stepy-header li div {
  border: 2px solid #1B5E20;
}
#formularioExterno.tema-green2 .border-primary-600 {
  border-color: #1B5E20;
}
#formularioExterno.tema-green2 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #1B5E20;
}
#formularioExterno.tema-green2 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
#formularioExterno.tema-green2 .bootstrap-select .btn-default:focus,
#formularioExterno.tema-green2 .bootstrap-select .btn-default.focus,
#formularioExterno.tema-green2 .bootstrap-select .btn-default:active,
#formularioExterno.tema-green2 .bootstrap-select .btn-default.active {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
#formularioExterno.tema-green2 .checker span {
  border: 2px solid #1B5E20;
}
#formularioExterno.tema-green2 .irs-slider {
  background-color: #1B5E20;
}
#formularioExterno.tema-green2 .irs-bar {
  background-color: #1B5E20;
}
#formularioExterno.tema-green2 .irs-from,
#formularioExterno.tema-green2 .irs-to,
#formularioExterno.tema-green2 .irs-single {
  background-color: #1B5E20;
}
#formularioExterno.tema-green2 .form-control:focus {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
#formularioExterno.tema-green2 .irs-from:after,
#formularioExterno.tema-green2 .irs-to:after,
#formularioExterno.tema-green2 .irs-single:after {
  border-top-color: #1B5E20;
}
#formularioExterno.tema-green2 .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #1B5E20;
}
#formularioExterno.tema-green2 .br-theme-bars-pill .br-widget a.br-active,
#formularioExterno.tema-green2 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #1B5E20;
  color: white;
}
#formularioExterno.tema-green2 .stepy-navigator a {
  background-color: #1B5E20;
  color: #fff;
}
#formularioExterno.tema-green2 .stepy-navigator a .button-next {
  background-color: #1B5E20;
  color: #fff !important;
}
#formularioExterno.tema-green2 .stepy-navigator a .button-back {
  background-color: #1B5E20;
  color: #fff !important;
}
#formulario-externo {
  display: block;
  padding: 0px;
}
#formulario-externo .stepy-header {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formulario-externo .stepy-step {
    padding: 0 5px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formulario-externo .stepy-step {
    padding: 0 5px !important;
  }
}
#formulario-externo .item-placeholder {
  background: #eeeded;
  display: block;
  width: 100%;
}
#formulario-externo form {
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
  padding: 10px 30px;
  -webkit-transition: box-shadow 0.25s cubic-bezier(0, 0, 0.1, 1);
  transition: box-shadow 0.25s cubic-bezier(0, 0, 0.1, 1);
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formulario-externo form {
    padding: 0 !important;
    min-height: 80vh;
    max-width: 98%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formulario-externo form {
    padding: 0 !important;
    min-height: 80vh;
    max-width: 98%;
  }
}
#formulario-externo form .logo {
  max-width: 100%;
  display: block;
  text-align: center;
  max-height: 150px;
}
#formulario-externo form .logo img {
  max-height: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formulario-externo form .logo img {
    max-height: 120px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formulario-externo form .logo img {
    margin-top: 20px;
    max-height: 120px;
  }
}
#formulario-externo form .intro {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#formulario-externo form .intro h1 {
  font-size: 22px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formulario-externo form .intro h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formulario-externo form .intro h1 {
    font-size: 24px;
  }
}
#formulario-externo form .intro p {
  font-size: 17px;
  font-weight: 300;
  color: dimgray;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formulario-externo form .intro p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formulario-externo form .intro p {
    font-size: 18px;
  }
}
#formulario-externo form .intro .acoes {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formulario-externo form .intro .acoes {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formulario-externo form .intro .acoes {
    padding: 0 10px;
  }
}
#formulario-externo form .intro .acoes #btn-comecar {
  font-size: 20px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formulario-externo form .intro .acoes #btn-comecar {
    max-width: 90%;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formulario-externo form .intro .acoes #btn-comecar {
    max-width: 90%;
    margin: 10px auto;
  }
}
#formulario-externo form .intro .acoes #btn-facebook {
  margin-top: 10px;
}
#formulario-externo form .miolo {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formulario-externo form .miolo {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formulario-externo form .miolo {
    padding: 0 10px;
  }
}
#formulario-externo form .miolo .logo {
  margin-bottom: 20px;
}
#formulario-externo form .miolo .row {
  margin: 0;
}
#formulario-externo form .miolo .userLogado {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
#formulario-externo form .miolo .userLogado .media-link {
  display: flex;
  justify-content: center;
}
#formulario-externo form .miolo .userLogado .media-link .media-left {
  display: block;
}
#formulario-externo form .miolo .userLogado .media-link .media-body {
  display: block;
  width: auto;
}
#formulario-externo form .miolo .acoes #btn-salvar-contato {
  font-size: 20px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formulario-externo form .miolo .acoes #btn-salvar-contato {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formulario-externo form .miolo .acoes #btn-salvar-contato {
    width: 100%;
    text-align: center;
  }
}
#formulario-externo form .miolo .form-group {
  min-height: 66px;
}
#formulario-externo form .miolo .form-group .center-block {
  font-weight: 400;
  font-size: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #formulario-externo form .miolo .form-group .label {
    font-size: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #formulario-externo form .miolo .form-group .label {
    font-size: 15px;
  }
}
#formulario-externo form .miolo .form-group .filter-option {
  font-weight: normal;
}
#formulario-externo form .miolo .bootstrap-select .btn-default {
  padding: 6px 0 10px 0 !important;
}
#formulario-externo form .loginSocial {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
#formulario-externo form .agradecimento {
  display: none;
  min-height: 80vh;
  position: relative;
}
#formulario-externo form .agradecimento p {
  text-align: center;
  font-size: 19px;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  font-weight: bold;
}
#formulario-externo form .radio-inline,
#formulario-externo form .checkbox-inline {
  padding-left: 28px;
  line-height: 38px;
}
#modal_termos .modal-body {
  min-height: 75vh;
}
#importacaoUnicaCriar table {
  margin-bottom: 50px;
}
#importacaoUnicaCriar .importaGridData {
  border-top: 1px solid #dddddd;
  background: #EBE9E9;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
#importacaoUnicaCriar .importaGridData .item {
  background: #fff;
  padding: 5px 10px;
  margin: 5px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  position: relative;
  flex-basis: 15%;
  width: 15%;
  display: block;
  flex-grow: 1;
  text-align: center;
}
#importacaoUnicaCriar .importaGridData .item h5 {
  font-size: 12px;
}
#importacaoUnicaCriar .importaGridData .item h6 {
  font-size: 18px;
  font-weight: bold;
}
#importacaoUnicaCriar .importaGridData:nth-child(3) {
  margin: 0 0 50px 0;
}
#importacaoUnicaCriar .importaGridData:nth-child(2) .item:nth-child(1) {
  background: #4CAF50;
  color: #fff;
}
#importacaoUnicaCriar .importaGridData:nth-child(2) .item:nth-child(1) h6 {
  font-size: 25px;
}
#importacaoUnicaCriar .importaGridData:nth-child(2) .item:nth-child(2) {
  background: #0b76cc;
  color: #fff;
}
#importacaoUnicaCriar .importaGridData:nth-child(2) .item:nth-child(2) h6 {
  font-size: 25px;
}
#importacaoUnicaCriar .importaGridData:nth-child(2) .item:nth-child(3) {
  background: #F44336;
  color: #fff;
}
#importacaoUnicaCriar .importaGridData:nth-child(2) .item:nth-child(3) h6 {
  font-size: 25px;
}
#importacaoUnicaCriar .importaGridData:nth-child(2) .item:nth-child(3) .text-muted {
  color: #fff;
}
#importacaoUnicaCriar .stepy-clickable {
  position: relative;
}
#importacaoUnicaCriar .stepy-finish {
  display: none;
}
#importacaoUnicaCriar #ImportacaoName {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 170px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.015em;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#importacaoUnicaCriar .stepy-header {
  padding-bottom: 10px;
}
#importacaoUnicaCriar .stepy-header li {
  cursor: default;
}
#importacaoUnicaCriar .stepy-header li.stepy-active span {
  font-weight: bold;
}
#importacaoUnicaCriar fieldset {
  position: relative;
  width: 100%;
}
#importacaoUnicaCriar .stepy-navigator {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#importacaoUnicaCriar .stepy-navigator:before,
#importacaoUnicaCriar .stepy-navigator:after {
  content: " ";
  display: table;
}
#importacaoUnicaCriar .stepy-navigator .button-next {
  margin-right: 40px;
}
#importacaoUnicaCriar .stepy-navigator .button-back {
  margin-left: 40px;
}
#importacaoUnicaCriar .stepy-step {
  position: relative;
  padding: 0 !important;
}
#importacaoUnicaCriar .stepy-step:nth-child(1) {
  padding: 0 !important;
}
#importacaoUnicaCriar .stepy-step .panel {
  padding: 55px 0 0 0 !important;
}
#importacaoUnicaCriar .stepy-header li {
  padding: 10px 0 0 0;
}
#importacaoUnicaCriar .stepy-header li:before,
#importacaoUnicaCriar .stepy-header li:after {
  top: 28px;
}
#importacaoUnicaCriar .stepy-header li.stepy-active span {
  color: #333333;
  font-size: 15px;
}
#importacaoUnicaCriar .stepy-header li span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #999999;
}
#importacaoUnicaCriar .stepy-header li.stepy-active div:after,
#importacaoUnicaCriar .stepy-header li div:after {
  content: '';
}
#importacaoUnicaCriar textarea {
  resize: none;
  min-height: 45px;
  line-height: inherit !important;
}
#importacaoUnicaCriar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  margin-top: 5px;
}
#importacaoUnicaCriar .dropzone .dz-default.dz-message:before {
  content: "\ea32";
  font-size: 60px;
}
#importacaoUnicaCriar .dropzone .dz-preview,
#importacaoUnicaCriar .dropzone-previews .dz-preview {
  width: 100%;
  margin: 0;
}
#importacaoUnicaCriar .dropzone .dz-preview .dropzone .dz-preview .dz-details,
#importacaoUnicaCriar .dropzone-previews .dz-preview .dropzone .dz-preview .dz-details,
#importacaoUnicaCriar .dropzone .dz-preview .dropzone-previews .dz-preview .dz-details,
#importacaoUnicaCriar .dropzone-previews .dz-preview .dropzone-previews .dz-preview .dz-details {
  width: 100%;
}
#importacaoUnicaCriar .dropzone .dz-preview div,
#importacaoUnicaCriar .dropzone-previews .dz-preview div {
  text-align: center;
  width: 100%;
}
@media (min-width: 769px) {
  #importacaoUnicaCriar .dropzone {
    min-height: 200px;
  }
}
#produtosCatalogo .bootstrap-select .btn-default {
  padding: 8px 0 8px 0 !important;
}
#produtosCatalogo .bottom {
  border-top: 1px solid #bbbbbb;
  padding-top: 10px;
}
/*#lista-produtos {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;

	.item-produto {
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: 23%;
		align-self: stretch;
		width: 23%;
		margin: 0 1% 20px 1%;

		&.inativo {
			.thumb, .panel-body {
				opacity: .5;
			}
		}

		.panel-body {
			padding: 10px;
		}

		h6 {
			margin: 0 0 10px 0;
		}
	}
}*/
#cadastroProduto .breadcrumb.categoria {
  padding: 0;
}
#cadastroProduto .breadcrumb.categoria li {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
#cadastroProduto .breadcrumb.categoria li a {
  opacity: 1;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
#cadastroProduto .userIntro {
  position: relative;
  padding: 10px 0;
  display: block;
  margin-bottom: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#cadastroProduto .userIntro span {
  position: absolute;
  right: 15px;
  text-align: right;
  top: 17px;
}
#cadastroProduto .tabbable > .nav {
  background: #eeeeee;
}
#cadastroProduto .tabbable .tab-content {
  padding: 0 20px;
}
#cadastroProduto .content {
  padding-bottom: 0 !important;
}
#cadastroProduto .content > .row > .panel > .panel-body {
  padding: 0;
}
#cadastroProduto h4 {
  position: relative;
}
#cadastroProduto h4:before {
  content: '';
  width: 15px;
  height: 1px;
  position: absolute;
  bottom: 3px;
}
#cadastroProduto h3.panel-title {
  display: inline-block;
  margin-left: 10px;
}
#cadastroProduto .profileData h4 {
  margin-bottom: 0;
}
#cadastroProduto .profileData span,
#cadastroProduto .profileData s,
#cadastroProduto .profileData a {
  font-size: 13px;
  opacity: 0.7;
  color: #333333;
}
#cadastroProduto .profileData span.center-block,
#cadastroProduto .profileData s.center-block,
#cadastroProduto .profileData a.center-block {
  margin-top: 7px;
}
#cadastroProduto .profileData span.text-black,
#cadastroProduto .profileData s.text-black,
#cadastroProduto .profileData a.text-black {
  font-weight: 500;
  font-size: 14px;
  opacity: 1;
}
#cadastroProduto .profileData span.filter-option,
#cadastroProduto .profileData s.filter-option,
#cadastroProduto .profileData a.filter-option {
  font-weight: 500;
  font-size: 13px;
  opacity: 1;
}
#cadastroProduto .profileData span.label,
#cadastroProduto .profileData s.label,
#cadastroProduto .profileData a.label {
  font-size: 11px;
  color: #ffffff;
  opacity: 1;
}
#cadastroProduto .profileData span.help-block,
#cadastroProduto .profileData s.help-block,
#cadastroProduto .profileData a.help-block {
  margin: 0;
}
#cadastroProduto .profileData .divisor {
  border-bottom: 1px dashed #dddddd;
  padding: 5px 0 15px 0;
}
#cadastroProduto .profileData .fa {
  font-size: 15px;
}
#cadastroProduto form .profileData .divisor:nth-child(even) {
  background: none;
}
#cadastroProduto #detalhes span.center-block {
  margin-top: 7px;
}
#cadastroProduto #detalhes textarea {
  min-height: 200px;
}
#cadastroProduto #detalhes .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
#cadastroProduto #detalhes .form-control {
  height: 33px;
}
#cadastroProduto .nav-tabs:before {
  display: none;
}
#cadastroProduto .dropdown-menu span,
#cadastroProduto .dropdown-menu a {
  font-weight: 500;
  font-size: 12px;
  opacity: 1;
}
#cadastroProduto .dropdown-menu .selected a,
#cadastroProduto .dropdown-menu .selected span {
  color: #ffffff !important;
}
#cadastroProduto #midia {
  padding-bottom: 20px;
}
#cadastroProduto #mediaGrid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
}
#cadastroProduto #mediaGrid .thumbnail {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 23%;
  align-self: stretch;
  width: 23%;
  margin: 0 1% 20px 1%;
  position: relative;
}
#cadastroProduto #mediaGrid .thumbnail button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -25%;
}
#cadastroProduto #mediaGrid .thumbnail button.principal {
  cursor: default;
}
#listaColecao .bootstrap-select .btn-default {
  padding: 8px 0 8px 0 !important;
}
#listaColecao .bottom {
  border-top: 1px solid #bbbbbb;
  padding-top: 10px;
}
#criarColecao .stepy-clickable {
  position: relative;
}
#criarColecao #ColecaoName {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 170px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.015em;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#criarColecao .stepy-header {
  padding-bottom: 10px;
}
#criarColecao .stepy-header li {
  cursor: default;
}
#criarColecao .stepy-header li.stepy-active span {
  font-weight: bold;
}
#criarColecao fieldset {
  position: relative;
  width: 100%;
}
#criarColecao .stepy-navigator {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#criarColecao .stepy-navigator:before,
#criarColecao .stepy-navigator:after {
  content: " ";
  display: table;
}
#criarColecao .stepy-navigator .button-next {
  margin-right: 40px;
}
#criarColecao .stepy-navigator .button-back {
  margin-left: 40px;
}
#criarColecao .stepy-step {
  position: relative;
  padding: 0 !important;
}
#criarColecao .stepy-step:nth-child(1) {
  padding: 0 !important;
}
#criarColecao .stepy-step .panel {
  padding: 55px 0 0 0 !important;
}
#criarColecao .stepy-header li {
  padding: 10px 0 0 0;
}
#criarColecao .stepy-header li:before,
#criarColecao .stepy-header li:after {
  top: 28px;
}
#criarColecao .stepy-header li.stepy-active span {
  color: #333333;
  font-size: 15px;
}
#criarColecao .stepy-header li span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #999999;
}
#criarColecao .stepy-header li.stepy-active div:after,
#criarColecao .stepy-header li div:after {
  content: '';
}
#categoriaProduto .fancytree-icon:after {
  display: none;
}
#categoriaProduto .ui-fancytree > li {
  margin: 5px 0;
}
#categoriaProduto .fancytree-checkbox {
  margin: 4px 0px 0 2px;
}
#categoriaProduto .fancytree-checkbox {
  border: 2px solid #777;
}
#categoriaProduto .fancytree-ext-childcounter .fancytree-childcounter {
  position: relative;
  right: auto;
  top: auto;
  color: #999999;
  margin: 0 8px 0 8px;
}
#categoriaProduto #actionsControl {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 10px;
  padding: 10px;
}
#categoriaProduto #actionsControl .btn-edit,
#categoriaProduto #actionsControl .btn-delete {
  margin-left: 10px;
}
#detalheColecao .colecaoData .divisor {
  border: none;
  margin-bottom: 5px;
  padding: 5px 0 15px 0;
}
#detalheColecao .colecaoData .btn-filtro {
  margin: 20px 0;
}
#detalheColecao .colecaoData .itemFiltro .filtro-divisor {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 0;
  /*.tipo-filtro {
					position: absolute;
					left: 50%;
					margin: -10px 0 0 -10px;
					z-index: 2;
					top: 50%;
					display: block;

					&:after {
						position: absolute;
						z-index: 1;
						width: 100px;
						height: 1px;
						display: block;
						background: #ddd;
						top: 50%;
						left: -110px;
					}

					&:before {
						position: absolute;
						z-index: 1;
						width: 100px;
						height: 1px;
						display: block;
						background: #ddd;
						top: 50%;
						right: -110px;
					}
				}*/
}
#CupomCriar .stepy-clickable {
  position: relative;
}
#CupomCriar .stepy-finish {
  display: none;
}
#CupomCriar #CupomName {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 170px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.015em;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#CupomCriar .stepy-header {
  padding-bottom: 10px;
}
#CupomCriar .stepy-header li {
  cursor: default;
}
#CupomCriar .stepy-header li.stepy-active span {
  font-weight: bold;
}
#CupomCriar fieldset {
  position: relative;
  width: 100%;
}
#CupomCriar .stepy-navigator {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#CupomCriar .stepy-navigator:before,
#CupomCriar .stepy-navigator:after {
  content: " ";
  display: table;
}
#CupomCriar .stepy-navigator .button-next {
  margin-right: 40px;
}
#CupomCriar .stepy-navigator .button-back {
  margin-left: 40px;
}
#CupomCriar .stepy-step {
  position: relative;
  padding: 0 !important;
}
#CupomCriar .stepy-step:nth-child(1) {
  padding: 0 !important;
}
#CupomCriar .stepy-step .panel {
  padding: 55px 0 0 0 !important;
}
#CupomCriar .stepy-header li {
  padding: 10px 0 0 0;
}
#CupomCriar .stepy-header li:before,
#CupomCriar .stepy-header li:after {
  top: 28px;
}
#CupomCriar .stepy-header li.stepy-active span {
  color: #333333;
  font-size: 15px;
}
#CupomCriar .stepy-header li span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #999999;
}
#CupomCriar .stepy-header li.stepy-active div:after,
#CupomCriar .stepy-header li div:after {
  content: '';
}
#CupomCriar textarea {
  resize: none;
  min-height: 45px;
  line-height: inherit !important;
}
#CupomCriar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  margin-top: 5px;
}
#CupomCriar #smsCriar .textoSmsControle textarea {
  resize: none;
  height: 100px;
  line-height: initial;
  padding-bottom: 30px;
}
#cupomExterno {
  width: 100%;
  padding: 50px 0;
}
#cupomExterno main {
  width: 600px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.28);
  text-align: center;
}
#cupomExterno main:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  /* TODO Add browser prefixes */
  background: linear-gradient(45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667%);
  background-size: 8px 20px;
  background-position: 0 -10px;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
#cupomExterno main:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 10px;
  /* TODO Add browser prefixes */
  background: linear-gradient(45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667%);
  background-size: 8px 20px;
  background-position: 0 -10px;
}
#cupomExterno main h1 {
  text-align: center;
  font-size: 29px;
  margin: 8px 0;
}
#cupomExterno main .img {
  width: 100%;
  display: block;
  text-align: center;
}
#cupomExterno main .img img {
  max-width: 100%;
}
#cupomExterno main h2 {
  text-align: center;
}
#cupomExterno main p {
  text-align: center;
}
#cupomExterno main .barCode {
  width: 100%;
  display: block;
  padding: 30px 0;
  text-align: center;
}
#cupomExterno main .codigos {
  padding: 10px 0;
  background-color: #fcfcfc;
  border-top: 1px dashed #999999;
}
#cupomExterno main .codigos > div {
  width: 100%;
  display: block;
}
#cupomExterno main .QRCode img {
  max-width: 200px;
}
#cupomExterno main mark,
#cupomExterno main .highlight {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(-100deg, rgba(250, 247, 133, 0.4), rgba(250, 247, 133, 0.8) 95%, rgba(250, 247, 133, 0.2));
  background-color: transparent;
  padding: 0;
  color: initial;
  font-size: 20px;
  display: inline-block;
}
#cupomExterno main footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  border-top: 1px dashed #999999;
  padding-top: 10px;
}
#cupomExterno main footer img {
  max-height: 75px;
}
#cupomExterno main footer .informacoes p {
  min-width: 50%;
  display: block;
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0;
  color: #999999;
  font-size: 14px;
}
#cupomExterno main footer .informacoes p span {
  float: right;
  font-weight: bold;
  margin-left: 7px;
}
@media (max-width: 600px) {
  #cupomExterno main {
    width: 100%;
  }
  #cupomExterno main mark strong {
    width: 100%;
    display: block;
  }
  #cupomExterno main footer {
    flex-direction: column;
  }
  #cupomExterno main footer img {
    margin-top: 30px;
  }
}
#cupomExterno #servicos {
  margin: 30px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  width: 580px;
}
#cupomExterno #servicos span {
  font-size: 12px;
  color: #fff;
}
#cupomExterno #servicos a {
  color: #fff;
  padding: 5px;
  margin-left: 10px;
}
#cupomExterno #servicos a i {
  font-size: 30px;
  color: #fff;
}
#cupomExterno #servicos a.print {
  font-size: 15px;
  padding: 10px;
}
#cupomExterno #servicos a.print i {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 600px) {
  #cupomExterno #servicos {
    width: 100%;
  }
  #cupomExterno #servicos .btn-tema-dark10 {
    display: none;
  }
}
@media print {
  #cupomExterno {
    background-color: #fff;
  }
  #cupomExterno #servicos {
    display: none;
  }
  #cupomExterno main {
    border: 1px dotted #000;
  }
  #cupomExterno h1 {
    color: #000;
  }
}
#baixaCupomExterno .numeroCupom {
  position: relative;
  display: block;
  width: 100%;
}
#baixaCupomExterno .numeroCupom input {
  padding-right: 20px;
}
#baixaCupomExterno .numeroCupom > a.openCam {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  color: #333333;
  opacity: 0.5;
}
@media (min-width: 1000px) {
  #baixaCupomExterno .numeroCupom > a.openCam {
    display: none;
  }
}
#baixaCupomExternoCliente .content:first-child {
  padding: 20px 20px 60px 20px;
}
#baixaCupomExternoCliente .numeroCupom {
  position: relative;
  display: block;
  width: 100%;
}
#baixaCupomExternoCliente .numeroCupom input {
  padding-right: 20px;
}
#baixaCupomExternoCliente .text-muted {
  text-align: center;
}
#baixaCupomExternoCliente form {
  display: none;
}
#baixaCupomExternoCliente .actions {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0;
}
#baixaCupomExternoCliente .actions a {
  /*display: block;
			text-align: center;
			margin: 20px;
			//border: 1px solid #ccc;
			padding: 30px;
			color: #333333;
			border-radius: 1000px;*/
  padding: 10px 19px 10px 54px;
}
#baixaCupomExternoCliente .confirmationBox {
  display: none;
  margin: 10px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
#baixaCupomExternoCliente .confirmationBox.show {
  display: block;
}
#baixaCupomExternoCliente .confirmationBox .list > li:first-child {
  margin: 10px 0;
}
#baixaCupomExternoCliente .confirmationBox .list-icons li {
  margin: 10px 0 20px 0;
  display: flex;
}
#baixaCupomExternoCliente .confirmationBox .list-icons li a {
  text-decoration: underline;
}
#baixaCupomExternoCliente .logoPrograma {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#baixaCupomExternoCliente .logoPrograma img {
  margin: 0 auto;
  max-height: 145px;
  display: block;
}
#baixaCupomExternoCliente .clientebox {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
#baixaCupomExternoCliente .clientebox img {
  margin: 0 auto;
  max-height: 85px;
  display: block;
}
#baixaCupomExternoCliente footer {
  position: fixed;
  bottom: 0;
  background: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  webkit-box-shadow: 0 -8px 13px 0 rgba(82, 63, 105, 0.05), 0 0 13px 0 rgba(82, 63, 105, 0.1);
  box-shadow: 0 -8px 30px 10px rgba(82, 63, 105, 0.2);
}
#baixaCupomExternoCliente footer img {
  margin: 0 auto;
  max-height: 20px;
  display: block;
}
#baixaCupomExternoCliente .panel {
  max-width: 700px;
  margin: 0 auto;
}
#baixaCupomExternoCliente .panel form {
  padding: 0;
}
#baixaCupomExternoCliente .panel .panel-body {
  padding: 20px 20px 0 20px;
}
#baixaCupomExternoCliente .panel-extra {
  padding: 0 20px 20px 20px;
}
#baixaCupomExternoCliente .panel-extra .panel-heading {
  background: #ECEFF1;
}
#baixaCupomExternoCliente .userInfo {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  display: none;
}
#baixaCupomExternoCliente .userInfo.show {
  display: block;
}
#baixaCupomExternoCliente .userInfo .text-muted {
  color: #000;
  opacity: 0.5;
}
#baixaCupomExternoCliente .userInfo h3 {
  font-size: 25px;
}
#modal-camera .scans {
  display: none;
}
#modal-camera #app {
  background: transparent;
  display: block;
}
#modal-camera #app .sidebar {
  background: #fff;
  box-shadow: none;
}
#modal-camera #app .preview-container {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#modal-camera #app .cameras h2 {
  display: none;
}
#modal-camera #app .cameras li {
  text-transform: none;
  padding: 6px 17px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-weight: 500;
  border-width: 0;
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.5384616;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 10px;
}
#modal-camera #app .cameras li .empty {
  color: #000;
}
#modal-camera canvas {
  width: 100% !important;
  margin-left: 0 !important;
}
#ProgramaFidelidade .fidelidadeItem h1.panel-title {
  font-size: 18px;
  font-weight: 600;
}
#ProgramaFidelidade .fidelidadeItem .infobar {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 7px 0;
  position: relative;
}
#ProgramaFidelidade .fidelidadeItem .infobar:nth-of-type(2) {
  border-top: 1px solid #dddddd;
}
#ProgramaFidelidade .fidelidadeItem .infobar li {
  align-self: stretch;
  position: relative;
}
#ProgramaFidelidade .fidelidadeItem .infobar li > span:not(.badge) {
  color: #999999;
  font-size: 13px;
  text-align: center;
  width: 100%;
  display: block;
}
#ProgramaFidelidade .fidelidadeItem .infobar li > div:not(.popover) {
  font-size: 13px;
  text-align: center;
  width: 100%;
  display: block;
}
#ProgramaFidelidade .fidelidadeItem .infobar li > div:not(.popover) span:not(.badge) {
  font-size: 11px;
  width: 100%;
  display: block;
}
#ProgramaFidelidade .fidelidadeItem .infobar li > div:not(.popover) span.maxPot {
  color: #999999;
}
#ProgramaFidelidade .fidelidadeItem .infobar li.subject {
  width: 30%;
  max-width: 30%;
}
#ProgramaFidelidade .fidelidadeItem .infobar li.subject div:not(.popover),
#ProgramaFidelidade .fidelidadeItem .infobar li.subject span:not(.badge) {
  text-align: left;
}
#ProgramaFidelidade .fidelidadeItem .infobar li.data {
  text-align: center;
}
#ProgramaFidelidade .fidelidadeItem .infobar li.data > div:nth-of-type(2) {
  display: none;
}
#ProgramaFidelidade .fidelidadeItem .infobar li:hover > div:not(.popover),
#ProgramaFidelidade .fidelidadeItem .infobar li:hover > span {
  font-weight: 600;
}
#ProgramaFidelidade .fidelidadeItem .infobar:hover .data.hover > div:nth-of-type(2) {
  display: block;
}
#ProgramaFidelidade .fidelidadeItem .infobar:hover .data.hover > div:nth-of-type(1) {
  display: none;
}
#ProgramaFidelidade .fidelidadeItem .infobar.extra {
  flex-wrap: wrap;
  justify-content: space-around;
}
#ProgramaFidelidade .fidelidadeItem .infobar.extra li {
  background: #fff;
  padding: 30px 10px 20px 10px;
  margin: 5px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  position: relative;
  flex-basis: 15%;
  width: 15%;
  display: block;
  flex-grow: 1;
}
#ProgramaFidelidade .fidelidadeItem .infobar.extra li > span {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 5px;
  line-height: 100%;
}
#ProgramaFidelidade .fidelidadeItem .infobar.extra li i {
  position: absolute;
  bottom: 5px;
  top: auto;
  left: 50%;
  margin-left: -6px;
}
#ProgramaFidelidade .fidelidadeItem .infobar.extra li > div:not(.popover) {
  font-size: 14px;
}
#ProgramaFidelidade .fidelidadeItem .infobar.total {
  border-top: 1px solid #dddddd;
  background: #1a237e;
  overflow: hidden;
  max-height: 33px;
  margin-bottom: 10px;
}
#ProgramaFidelidade .fidelidadeItem .infobar.total li {
  top: -20px;
}
#ProgramaFidelidade .fidelidadeItem .infobar.total li > div {
  color: #fff !important;
}
#ProgramaFidelidade .fidelidadeItem .infobar.total li > div:nth-child(1) {
  opacity: 0;
}
#ProgramaFidelidade .fidelidadeItem .infobar.total li > span {
  opacity: 0;
}
#ProgramaFidelidade .fidelidadeItem .headerLote {
  padding: 0 9px;
}
#ProgramaFidelidade .fidelidadeItem .panel-heading .heading-elements .icons-list .dropdown a {
  padding: 2px 5px 0px 5px;
}
#ProgramaFidelidade .fidelidadeItem .panel-body {
  padding: 0 10px;
}
#ProgramaFidelidade .fidelidadeItem .panel-footer .heading-elements > span {
  margin-left: 5px;
  margin-top: 5px;
}
#ProgramaFidelidade .fidelidadeItem .panel-footer .heading-elements > span > span {
  padding: 3px 5px 3px 5px;
}
#ProgramaFidelidade .fidelidadeItem .bodyLote {
  display: none;
  border-top: 1px solid #dddddd;
  background: #EBE9E9;
}
#ProgramaFidelidade .fidelidadeItem .navbar {
  background: #fff !important;
}
#ProgramaFidelidade .fidelidadeItem .spinner {
  font-size: 11px;
}
#ProgramaFidelidade .fidelidadeItem .slider-labels {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
#ProgramaFidelidade .fidelidadeItem .slider-labels li {
  order: 1;
  flex-grow: 1;
  width: 25%;
  text-align: center;
}
#ProgramaFidelidade .fidelidadeItem .slider-labels li:first-child {
  text-align: left;
}
#ProgramaFidelidade .fidelidadeItem .slider-labels li:last-child {
  text-align: right;
}
#ProgramaFidelidade .fidelidadeItem .slider-labels li.active {
  font-weight: bold;
}
#ProgramaFidelidade #panelHotsiteLink {
  padding: 0 !important;
}
#ProgramaFidelidadeItem #cupomAdesao,
#ProgramaFidelidadeItem #pontosAdesao {
  display: none;
}
#ProgramaFidelidadeItem .pesquisa-heading {
  margin-top: 26px;
}
#ProgramaFidelidadeItem .background-padrao {
  background-color: #ccc;
  display: flex;
  width: 100%;
  height: 200px;
  background-size: contain;
  position: relative;
  align-content: center;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: inset 0px 0px 22px -1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: inset 0px 0px 22px -1px rgba(0, 0, 0, 0.36);
  box-shadow: inset 0px 0px 22px -1px rgba(0, 0, 0, 0.36);
}
#ProgramaFidelidadeItem .background-padrao img {
  max-height: 150px;
}
#ProgramaFidelidadeItem .dropzone .dz-default.dz-message:before {
  font-size: 37px;
  top: 71px;
  width: 80px;
  height: 47px;
  margin-left: -32px;
}
#ProgramaFidelidadeItem .dropzone .dz-default.dz-message span {
  font-size: 19px;
  margin-top: 105px;
}
#ProgramaFidelidadeItem .gridCartoes {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
}
#ProgramaFidelidadeItem .gridCartoes .item-cartao {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 23%;
  align-self: stretch;
  width: 23%;
  margin: 0 1% 20px 1%;
}
#ProgramaFidelidadeItem #controleFaixas {
  padding: 100px 50px 50px 50px;
}
#ProgramaFidelidadeItem #controleFaixasAcoes {
  text-align: right;
  padding: 0 50px;
}
#ProgramaFidelidadeItem #controleFaixasAlertas {
  padding: 50px;
}
#ProgramaFidelidadeItem #controleFaixasAlertas p {
  font-size: 11px;
}
#ProgramaFidelidadeItem .slider-faixas {
  margin-bottom: 120px;
}
#ProgramaFidelidadeItem .noUi-value-sub {
  color: #ccc;
  font-size: 6px;
  display: none;
}
#ProgramaFidelidadeItem .noUi-connect.alterado {
  background: #F44336 !important;
}
#ProgramaFidelidadeItem .noUi-handle.alterado {
  background: #F44336 !important;
}
#ProgramaFidelidadeItem .noUi-tooltip {
  display: block;
  width: 100px;
  bottom: 22px;
  top: auto;
  left: 50%;
  margin-left: -50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
}
#ProgramaFidelidadeItem .noUi-tooltip.alterado {
  background: #F44336 !important;
}
#ProgramaFidelidadeItem .noUi-tooltip span {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 12px;
}
#ProgramaFidelidadeItem .noUi-tooltip span:nth-child(2) {
  font-size: 10px;
}
#ProgramaFidelidadeItem .noUi-tooltip span:nth-child(2) i {
  font-size: 11px;
}
#ProgramaFidelidadeItem .noUi-active .noUi-tooltip {
  display: block;
}
#ProgramaFidelidadeItem #ProgramaName {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 170px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.015em;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ProgramaFidelidadeItem textarea {
  min-height: 400px;
}
#ProgramaFidelidadeItem .stepy-clickable {
  position: relative;
}
#ProgramaFidelidadeItem .stepy-finish {
  display: none;
}
#ProgramaFidelidadeItem .stepy-header {
  padding-bottom: 10px;
}
#ProgramaFidelidadeItem .stepy-header li {
  cursor: default;
}
#ProgramaFidelidadeItem .stepy-header li.stepy-active span {
  font-weight: bold;
}
#ProgramaFidelidadeItem fieldset {
  position: relative;
  width: 100%;
}
#ProgramaFidelidadeItem .stepy-navigator {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#ProgramaFidelidadeItem .stepy-navigator:before,
#ProgramaFidelidadeItem .stepy-navigator:after {
  content: " ";
  display: table;
}
#ProgramaFidelidadeItem .stepy-navigator .button-next {
  margin-right: 40px;
}
#ProgramaFidelidadeItem .stepy-navigator .button-back {
  margin-left: 40px;
}
#ProgramaFidelidadeItem .stepy-step {
  position: relative;
  padding: 0 !important;
}
#ProgramaFidelidadeItem .stepy-step:nth-child(1) {
  padding: 0 !important;
}
#ProgramaFidelidadeItem .stepy-step > .panel {
  padding: 55px 0 0 0 !important;
}
#ProgramaFidelidadeItem .stepy-header li {
  padding: 10px 0 0 0;
}
#ProgramaFidelidadeItem .stepy-header li:before,
#ProgramaFidelidadeItem .stepy-header li:after {
  top: 28px;
}
#ProgramaFidelidadeItem .stepy-header li.stepy-active span {
  color: #333333;
  font-size: 15px;
}
#ProgramaFidelidadeItem .stepy-header li span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #999999;
}
#ProgramaFidelidadeItem .stepy-header li.stepy-active div:after,
#ProgramaFidelidadeItem .stepy-header li div:after {
  content: '';
}
#ProgramaFidelidadeItem textarea {
  resize: none;
  min-height: 45px;
  line-height: inherit !important;
}
#ProgramaFidelidadeItem .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  margin-top: 5px;
}
#ProgramaFidelidadeItem .stepy-step > .panel-premios {
  padding: 0px !important;
}
#ProgramaFidelidadePremioItem .content > .row > .panel > .panel-body {
  padding: 0;
}
#ProgramaFidelidadePremioItem h3.panel-title {
  display: inline-block;
  margin-left: 10px;
}
#ProgramaFidelidadePremioItem .tabbable > .nav {
  background: #eeeeee;
}
#ProgramaFidelidadePremioItem .tabbable .tab-content {
  padding: 0 20px;
}
#ProgramaFidelidadePremioItem .userIntro {
  position: relative;
  padding: 10px 0;
  display: block;
  margin-bottom: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#ProgramaFidelidadePremioItem .userIntro span {
  position: absolute;
  right: 15px;
  text-align: right;
  top: 17px;
}
#ProgramaFidelidadePremioItem textarea {
  resize: none;
  min-height: 25px;
  line-height: inherit !important;
}
#ProgramaFidelidadePremioItem .premio-saldo {
  display: block;
  width: 100%;
  position: relative;
  /*a {
			position: absolute;
			right: 20px;
			font-size: 12px;
			top: 11px;
			padding: 5px 10px 5px 10px;
			line-height: 0;

			i {
				font-size: 12px;
			}
		}*/
}
#ProgramaFidelidadePremioItem .premio-saldo .label {
  position: absolute;
  right: 20px;
  font-size: 12px;
  top: 11px;
}
#ProgramaFidelidadePremioItem .ppp {
  font-size: 12px;
  margin: 4px 0;
}
#ProgramaFidelidadePremioItem .bootstrap-select {
  padding: 6px 0 !important;
}
#ProgramaFidelidadePremioItem .modal-footer {
  border-top: 1px #ddd solid;
  padding-top: 10px;
}
#descricaoLongaProgramaFidelidade {
  min-height: 200px;
}
/* BACKUP PROGRAMA CRM */
/************************************************************/
/*
#ProgramaFidelidade {

	.fidelidadeItem {
		h1.panel-title {
			font-size: 18px;
			font-weight: 600;
		}

		.infobar {
			display: flex;
			flex-direction: row;
			align-items: stretch;
			justify-content: space-between;
			align-content: flex-start;
			list-style: none;
			margin: 0;
			padding: 7px 0;
			position: relative;

			&:nth-of-type(2) {
				border-top: 1px solid #dddddd;
			}

			li {
				//flex-grow: 1;
				align-self: stretch;
				position: relative;

				> span:not(.badge) {
					color: #999999;
					font-size: 13px;
					text-align: center;
					width: 100%;
					display: block;
				}

				> div:not(.popover) {
					font-size: 13px;
					text-align: center;
					width: 100%;
					display: block;

					span:not(.badge) {
						font-size: 11px;
						width: 100%;
						display: block;
					}

					span.maxPot {
						color: #999999;
					}
				}

				&.subject {
					width: 30%;
					max-width: 30%;

					div:not(.popover), span:not(.badge) {
						text-align: left;
					}
				}

				&.data {
					text-align: center;

					> div:nth-of-type(2) {
						display: none;
					}
				}

				&:hover {
					> div:not(.popover), > span {
						font-weight: 600;
					}
				}
			}

			&:hover {
				.data.hover {
					> div:nth-of-type(2) {
						display: block;
					}

					> div:nth-of-type(1) {
						display: none;
					}
				}
			}

			&.extra {
				flex-wrap: wrap;
				justify-content: space-around;

				li {
					background: #fff;
					padding: 30px 10px 20px 10px;
					margin: 5px 10px;
					box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
					border-radius: 3px;
					position: relative;
					flex-basis: 15%;
					width: 15%;
					display: block;
					flex-grow: 1;

					> span {
						// color: #ffffff;
						position: absolute;
						top: 5px;
						left: 0;
						padding: 0 5px;
						line-height: 100%;
					}

					i {
						position: absolute;
						bottom: 5px;
						top: auto;
						left: 50%;
						margin-left: -6px;
					}

					> div {
						//  color: #ffffff;
					}
				}

				li > div:not(.popover) {
					font-size: 14px;
				}
			}

			&.total {
				border-top: 1px solid #dddddd;
				background: #1a237e;
				overflow: hidden;
				max-height: 33px;
				margin-bottom: 10px;

				li {
					top: -20px;

					> div {
						color: #fff !important;
						//&:hover{color: #fff !important;}
						&:nth-child(1) {
							opacity: 0;
						}
					}

					> span {
						opacity: 0;
					}
				}
			}
		}


		.headerLote {
			padding: 0 9px;
		}

		.panel-heading {
			.heading-elements {
				.icons-list {
					.dropdown {
						a {
							padding: 2px 5px 0px 5px;
						}
					}
				}
			}
		}

		.panel-body {
			padding: 0 10px;
		}

		.panel-footer {
			.heading-elements {
				> span {
					margin-left: 5px;
					margin-top: 5px;

					> span {
						padding: 3px 5px 3px 5px;
					}
				}
			}
		}

		.bodyLote {
			display: none;
			border-top: 1px solid #dddddd;
			background: #EBE9E9;
		}

		.navbar {
			background: #fff !important;
		}

		.spinner {
			font-size: 11px;
		}

		.slider-labels {
			list-style: none;
			display: flex;
			flex-direction: row;
			margin: 0;
			padding: 0;

			li {
				order: 1;
				flex-grow: 1;
				width: 25%;
				text-align: center;

				&:first-child {
					text-align: left;
				}

				&:last-child {
					text-align: right;
				}

				&.active {
					font-weight: bold;
				}
			}
		}
	}
}

#ProgramaFidelidadeItem {
	.pesquisa-heading {
		margin-top: 26px;
	}



	.dropzone {
		min-height: 120px !important;
	}

	.dropzone .dz-default.dz-message:before {
		font-size: 37px;
		top: 71px;
		width: 80px;
		height: 47px;
		margin-left: -32px;
	}

	.dropzone .dz-default.dz-message span {
		font-size: 19px;
		margin-top: 105px;
	}

	.gridCartoes {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: stretch;

		.item-cartao {
			flex-grow: 0;
			flex-shrink: 1;
			flex-basis: 23%;
			align-self: stretch;
			width: 23%;
			margin: 0 1% 20px 1%;
		}
	}

	#controleFaixas {
		padding: 100px 50px 50px 50px;
	}

	#controleFaixasAcoes {
		text-align: right;
		padding: 0 50px;
	}

	#controleFaixasAlertas {
		padding: 50px;

		p {
			font-size: 11px;
		}
	}

	.slider-faixas {
		margin-bottom: 120px;
	}

	.noUi-value-sub {
		color: #ccc;
		font-size: 6px;
		display: none;
	}

	.noUi-connect {
		&.alterado {
			background: #F44336 !important;
		}
	}

	.noUi-handle {
		&.alterado {
			background: #F44336 !important;
		}
	}

	.noUi-tooltip {
		display: block;
		width: 100px;
		bottom: 22px;
		top: auto;
		left: 50%;
		margin-left: -50px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 11px;

		&.alterado {
			background: #F44336 !important;
		}

		span {
			width: 100%;
			display: block;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			font-weight: bold;
			font-size: 12px;

			&:nth-child(2) {
				font-size: 10px;

				i {
					font-size: 11px;
				}
			}
		}
	}

	.noUi-active .noUi-tooltip {
		display: block;
	}

	#ProgramaName {
		position: absolute;
		top: 20px;
		left: 0;
		z-index: 1;
		width: 100%;
		padding: 0 170px;
		text-align: center;
		font-weight: 500;
		letter-spacing: -0.015em;
		font-size: 22px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	textarea {
		min-height: 400px;
	}


	.stepy-clickable {
		position: relative;
	}

	.stepy-finish {
		display: none;
	}


	.stepy-header {
		padding-bottom: 10px;

		li {
			cursor: default;

			&.stepy-active {
				span {
					font-weight: bold;
				}
			}
		}
	}

	fieldset {
		position: relative;
		width: 100%;
	}

	.stepy-navigator {
		width: 100%;
		padding: 20px 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;

		&:before, &:after {
			content: " ";
			display: table;
		}

		.button-next {
			margin-right: 40px;
		}

		.button-back {
			margin-left: 40px;
		}
	}

	.stepy-step {
		position: relative;
		padding: 0 !important;



		&:nth-child(1) {
			padding: 0 !important;
		}

		> .panel {
			padding: 55px 0 0 0 !important;
		}
	}

	.stepy-header li {
		padding: 10px 0 0 0;
	}

	.stepy-header li:before, .stepy-header li:after {
		top: 28px;
	}

	.stepy-header li.stepy-active span {
		color: #333333;
		font-size: 15px;
	}

	.stepy-header li span {
		display: block;
		font-size: 14px;
		margin-top: 15px;
		color: #999999;
	}

	.stepy-header li.stepy-active div:after, .stepy-header li div:after {
		content: '';
	}

	textarea {
		resize: none;
		min-height: 45px;
		line-height: inherit !important;
	}

	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width: 100%;
		margin-top: 5px;
	}

	.stepy-step > .panel-premios {
		padding: 0px !important;
	}


}

#ProgramaFidelidadePremioItem {
	.content > .row > .panel > .panel-body {
		padding: 0;
	}

	h3.panel-title {
		display: inline-block;
		margin-left: 10px;
	}

	.tabbable {
		> .nav {
			background: #eeeeee;
		}

		.tab-content {
			padding: 0 20px;
		}
	}

	.userIntro {
		position: relative;
		padding: 10px 0;
		display: block;
		margin-bottom: 0px;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;

		span {
			position: absolute;
			right: 15px;
			text-align: right;
			top: 17px;
		}
	}

	textarea {
		resize: none;
		min-height: 25px;
		line-height: inherit !important;
	}

	.premio-saldo {
		display: block;
		width: 100%;
		position: relative;

		.label {
			position: absolute;
			right: 20px;
			font-size: 12px;
			top: 11px;
		}


	}

	.ppp {
		font-size: 12px;
		margin: 4px 0;
	}

	.bootstrap-select {
		padding: 6px 0 !important
	}

	.modal-footer {
		border-top: 1px #ddd solid;
		padding-top: 10px;
	}
}

*/
/* BACKUP PROGRAMA CRM */
/************************************************************/
#Empresas .bootstrap-select {
  margin-bottom: 10px;
}
#EmpresaVisualizar .content > .row > .panel > .panel-body {
  padding: 0;
}
#EmpresaVisualizar h3.panel-title {
  display: inline-block;
  margin-left: 10px;
}
#EmpresaVisualizar h4 {
  margin-bottom: 0;
  position: relative;
}
#EmpresaVisualizar h4:before {
  content: '';
  width: 15px;
  height: 1px;
  position: absolute;
  bottom: 3px;
}
#EmpresaVisualizar .divisor {
  border-bottom: 1px dashed #dddddd;
  padding: 5px 0 15px 0;
}
#EmpresaVisualizar #copyAddress {
  margin-left: 10px;
  font-size: 13px;
  background: #f5f5f5;
}
#EmpresaVisualizar .profileData .center-block {
  margin-top: 7px;
  font-size: 13px;
  opacity: 0.7;
  color: #333333;
}
#EmpresaVisualizar .tabbable > .nav {
  background: #eeeeee;
}
#EmpresaVisualizar .tabbable .tab-content {
  padding: 0 20px;
}
#EmpresaVisualizar .userIntro {
  position: relative;
  padding: 10px 0;
  display: block;
  margin-bottom: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#EmpresaVisualizar .userIntro span {
  position: absolute;
  right: 15px;
  text-align: right;
  top: 17px;
}
#EmpresaVisualizar .bootstrap-select {
  margin-bottom: 10px;
}
#EmpresaEditar .content > .row > .panel > .panel-body {
  padding: 0;
}
#EmpresaEditar .profileData {
  padding: 0 20px;
}
#EmpresaEditar h3.panel-title {
  display: inline-block;
  margin-left: 10px;
}
#EmpresaEditar h4 {
  margin-bottom: 0;
  position: relative;
}
#EmpresaEditar h4:before {
  content: '';
  width: 15px;
  height: 1px;
  position: absolute;
  bottom: 3px;
}
#EmpresaEditar .divisor {
  border-bottom: 1px dashed #dddddd;
  padding: 5px 0 15px 0;
}
#EmpresaEditar .profileData .center-block {
  margin-top: 7px;
  font-size: 13px;
  opacity: 0.7;
  color: #333333;
}
#EmpresaEditar .userIntro {
  position: relative;
  padding: 10px 0;
  display: block;
  margin-bottom: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#EmpresaEditar .userIntro span {
  position: absolute;
  right: 15px;
  text-align: right;
  top: 17px;
}
#EmpresaEditar .bootstrap-select {
  margin-bottom: 10px;
}
#EmpresaEditar .bootstrap-select .btn-default {
  padding: 6px 0 5px 0 !important;
}
#EmpresaEditar .form-control {
  height: auto;
}
#campanha #tiposCampanha {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
#campanha #tiposCampanha .item-tpcampanha {
  position: relative;
  flex-grow: 0;
  flex-shrink: 1;
  align-self: stretch;
  width: 23%;
  flex-basis: 23%;
  margin: 0 1% 20px 1%;
}
#campanha #tiposCampanha .item-tpcampanha h6 {
  font-size: 18px;
}
#campanha #tiposCampanha .item-tpcampanha .descritivo {
  padding: 5px 0;
}
#campanha #tiposCampanha .item-tpcampanha button {
  bottom: 5px;
}
#PlanoeCobranca #planoAtual {
  /*.info-top, .info-bottom, .title {
			display: flex;
			flex-wrap: nowrap;
			justify-content: space-between;

			h3 {
				margin-top: 0;
			}

			p {
				&:nth-child(1) {
					text-align: left;
				}

				&:nth-child(2) {
					text-align: right;
				}

				strong {
					font-size: 15px;
				}
			}
		}*/
}
#PlanoeCobranca #planoAtual .title {
  margin-bottom: 20px;
}
#PlanoeCobranca #planoAtual .info-bottom {
  margin-top: 10px;
}
#PlanoeCobranca #planoAtual .edit {
  display: none;
}
#PlanoeCobranca #planoAtual .edit.active {
  display: block;
}
#PlanoeCobranca #planoAtual .bootstrap-select .btn-default {
  padding: 6px 0 10px 0 !important;
}
#PlanoeCobranca #planoAtual .intro {
  background: #eeeeee;
  padding: 20px;
}
#PlanoeCobranca #planoAtual .progress {
  background: #DBDBDB;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.29);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.29);
}
#PlanoeCobranca #gridSaldo {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  margin-top: 30px;
}
#PlanoeCobranca #gridSaldo .item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 15%;
  align-self: stretch;
  width: 15%;
  margin: 0 2% 20px 2%;
  margin-bottom: 20px;
  border-width: 0;
  color: #333333;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-align: center;
  padding: 10px;
}
#PlanoeCobranca #gridSaldo .item .saldo {
  /*display: flex;
				flex-direction: row;
				align-items: stretch;
				flex-wrap: wrap;
				justify-content: space-between;
				align-content: center;*/
  margin: 5px 20px 20px 20px;
}
#PlanoeCobranca #gridSaldo .item .saldo span {
  width: 100%;
  display: block;
}
#PlanoeCobranca #gridSaldo .item .saldo span:nth-child(2) {
  font-weight: 800;
  font-size: 16px;
}
#PlanoeCobranca #gridSaldo .item i {
  margin: 0 auto;
  padding: 10px;
  border-radius: 43px;
  color: #fff;
}
#PlanoeCobranca #gridSaldo .item h1 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin: 3px 0;
}
#modal-plano-responsavel .bootstrap-select .btn-default {
  line-height: 25px;
}
#modal-metodo-pagamento #pagSeguro {
  margin: 10px 0 15px 0;
  padding: 10px 0 15px 0;
  display: flex;
  align-content: center;
}
#modal-metodo-pagamento #pagSeguro span {
  font-size: 11px;
}
#modal-metodo-pagamento #pagSeguro img {
  height: 25px;
  margin-left: 10px;
}
#contaFiliais .panel-tema input {
  border-bottom-style: none !important;
  height: auto;
  padding: 2px 0 17px 0;
}
#contaFiliais .panel-group .panel {
  margin-bottom: 15px !important;
}
#contaFiliais .panel-group .panel h6.panel-title,
#contaFiliais .panel-group .panel .h6.panel-title {
  line-height: 43px;
  font-weight: bold;
}
#contaFiliais .panel-group .panel span.center-block {
  margin-top: 12px;
  font-size: 13px;
  opacity: 1;
}
#contaFiliais .panel-group .panel .form-control {
  line-height: 0;
  height: auto;
}
#contaFiliais .panel-group .panel .panel-footer {
  padding: 8px;
  background-color: #fcfcfc;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.login-container {
  background: url(../less/images/bg.jpg) center center no-repeat;
  background-size: cover;
}
#linkPrivacidade {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 12px;
  text-shadow: -2px 3px 5px rgba(0, 0, 0, 0.18);
}
#gerenciaPerfil .group {
  padding: 5px 10px;
  margin-bottom: 20px;
}
#gerenciaPerfil .group.off {
  opacity: 0.5;
}
#sidebar_add_grafico .bootstrap-select.btn-group .btn .filter-option {
  width: 94% !important;
}
#sidebar_add_grafico .input-group {
  max-width: 100%;
}
#sidebar_add_grafico .bootstrap-select {
  width: 100%;
  max-width: 272px;
}
#sidebar_add_grafico .bs-searchbox:after {
  top: 27px;
}
#dashboard .multiselect .caret {
  right: 5px;
}
#dashboard .tooltip {
  z-index: 101;
}
#dashboard .turnOn {
  display: none;
}
#dashboard .btn {
  box-shadow: none;
}
#dashboard .nav-tabs {
  margin: 0;
}
#dashboard .db-container {
  position: relative;
  width: 100%;
  min-height: 60vh;
  padding: 30px 0 60px 0;
  display: block;
}
#dashboard .db-container:after {
  content: '';
  display: block;
  clear: both;
}
#dashboard .sortable-placeholder:before {
  background-color: rgba(95, 95, 95, 0.1);
  border-style: dotted !important;
  margin: 0 20px 20px 0;
}
#dashboard .packery-drop-placeholder {
  background-color: rgba(95, 95, 95, 0.1);
  outline-offset: -6px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
#dashboard .addNew {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block;
  background: #fff;
}
#dashboard .addNew button {
  margin-top: 10px;
  float: right;
}
#dashboard .dbgrid,
#dashboard .sortable-placeholder {
  margin: 0;
  height: 280px;
  width: 280px;
  display: block;
}
#dashboard .dbgrid.is-dragging,
#dashboard .sortable-placeholder.is-dragging,
#dashboard .dbgrid .is-positioning-post-drag,
#dashboard .sortable-placeholder .is-positioning-post-drag {
  z-index: 2;
  /* keep dragged item on top */
}
#dashboard .dbgrid.init,
#dashboard .sortable-placeholder.init {
  webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 20px 20px 0;
  height: 280px;
  width: 280px;
  display: block;
  float: left;
}
#dashboard .dbgrid.init .panel-heading,
#dashboard .sortable-placeholder.init .panel-heading {
  opacity: 0;
  position: absolute;
}
#dashboard .dbgrid.init .panel-footer,
#dashboard .sortable-placeholder.init .panel-footer {
  opacity: 0;
  position: absolute;
}
#dashboard .dbgrid.init .loading-chart,
#dashboard .sortable-placeholder.init .loading-chart {
  min-height: 210px;
  min-width: 260px;
  padding-top: 105px;
  display: block;
  position: relative;
}
#dashboard .dbgrid.noBg .panel-heading,
#dashboard .sortable-placeholder.noBg .panel-heading {
  background: none;
}
#dashboard .dbgrid.noBg .panel-footer,
#dashboard .sortable-placeholder.noBg .panel-footer {
  background: none;
}
#dashboard .dbgrid.noBg .miniBox,
#dashboard .sortable-placeholder.noBg .miniBox {
  width: 45%;
  margin: 5px 2.5%;
  padding: 5px 10px;
  float: left;
  position: relative;
}
#dashboard .dbgrid.noBg .miniBox .text,
#dashboard .sortable-placeholder.noBg .miniBox .text {
  float: right;
}
#dashboard .dbgrid.noBg .miniBox i,
#dashboard .sortable-placeholder.noBg .miniBox i {
  color: #999999;
  float: left;
  font-size: 30px;
}
#dashboard .dbgrid .heading-elements,
#dashboard .sortable-placeholder .heading-elements {
  right: 10px;
  top: 2px !important;
  margin-top: 0;
}
#dashboard .dbgrid .panel-heading,
#dashboard .sortable-placeholder .panel-heading {
  padding: 5px 10px;
  border: none;
}
#dashboard .dbgrid .panel-heading .heading-elements,
#dashboard .sortable-placeholder .panel-heading .heading-elements {
  background: none;
}
#dashboard .dbgrid .panel-heading .panel-title,
#dashboard .sortable-placeholder .panel-heading .panel-title {
  padding-right: 18px;
  /*white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;*/
  font-size: 13px;
  line-height: 36px;
}
#dashboard .dbgrid .svg-center,
#dashboard .sortable-placeholder .svg-center {
  overflow: hidden;
}
#dashboard .dbgrid .panel-body,
#dashboard .sortable-placeholder .panel-body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  position: relative;
}
#dashboard .dbgrid .panel-body.noData .noDataContent,
#dashboard .sortable-placeholder .panel-body.noData .noDataContent {
  width: auto;
  position: absolute;
  padding: 10px;
  top: 50%;
  left: 0;
  text-align: center;
  display: block;
}
#dashboard .dbgrid .panel-body.noData .noDataContent span,
#dashboard .sortable-placeholder .panel-body.noData .noDataContent span {
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 20px;
}
#dashboard .dbgrid .panel-body .customMapTooltip h1,
#dashboard .sortable-placeholder .panel-body .customMapTooltip h1 {
  font-size: 14px;
  font-weight: 500;
}
#dashboard .dbgrid .panel-body .iconItem,
#dashboard .sortable-placeholder .panel-body .iconItem {
  display: inline-block;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
#dashboard .dbgrid .panel-body .iconItem h1,
#dashboard .sortable-placeholder .panel-body .iconItem h1 {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  border-top: 1px solid #dddddd;
  padding-top: 10px;
}
#dashboard .dbgrid .panel-body .iconItem > i,
#dashboard .sortable-placeholder .panel-body .iconItem > i {
  font-size: 80px;
  font-weight: 500;
}
#dashboard .dbgrid .panel-body .iconItem span,
#dashboard .sortable-placeholder .panel-body .iconItem span {
  font-size: 12px;
}
#dashboard .dbgrid .panel-body .iconItem span.variacao,
#dashboard .sortable-placeholder .panel-body .iconItem span.variacao {
  padding: 0 0 0 5px;
  position: absolute;
  bottom: 0;
}
#dashboard .dbgrid .panel-body .iconItem span.variacao.negativo,
#dashboard .sortable-placeholder .panel-body .iconItem span.variacao.negativo {
  color: red;
}
#dashboard .dbgrid .panel-body .iconItem span.variacao.positivo,
#dashboard .sortable-placeholder .panel-body .iconItem span.variacao.positivo {
  color: green;
}
#dashboard .dbgrid .panel-body .valorUnico,
#dashboard .sortable-placeholder .panel-body .valorUnico {
  text-align: center;
  padding: 0;
  display: block;
  width: 100%;
}
#dashboard .dbgrid .panel-body .valorUnico span,
#dashboard .sortable-placeholder .panel-body .valorUnico span {
  overflow: hidden;
  white-space: nowrap;
}
#dashboard .dbgrid .panel-body .valorUnico span:nth-child(1),
#dashboard .sortable-placeholder .panel-body .valorUnico span:nth-child(1) {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.28);
}
#dashboard .dbgrid .panel-body .valorUnico span:nth-child(3),
#dashboard .sortable-placeholder .panel-body .valorUnico span:nth-child(3) {
  opacity: 0.8;
}
#dashboard .dbgrid .panel-body .valorUnico span.sized,
#dashboard .sortable-placeholder .panel-body .valorUnico span.sized {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
}
#dashboard .dbgrid .panel-body > div,
#dashboard .sortable-placeholder .panel-body > div {
  position: relative;
  width: 100%;
  padding: 0;
}
#dashboard .dbgrid .panel-body > div > div,
#dashboard .sortable-placeholder .panel-body > div > div {
  width: 100%;
  position: relative;
}
#dashboard .dbgrid .panel-body > div > div .display-inline-block,
#dashboard .sortable-placeholder .panel-body > div > div .display-inline-block {
  width: 100%;
  position: relative;
}
#dashboard .dbgrid .panel-body table,
#dashboard .sortable-placeholder .panel-body table {
  margin: 10px 0;
}
#dashboard .dbgrid .panel-body .dataTables_paginate .paginate_button,
#dashboard .sortable-placeholder .panel-body .dataTables_paginate .paginate_button {
  padding: 3px;
  min-width: 22px;
}
#dashboard .dbgrid .panel-body .bottom,
#dashboard .sortable-placeholder .panel-body .bottom {
  border-top-style: dotted;
  border-top-width: 1px;
  padding-top: 5px;
}
#dashboard .dbgrid .panel-body .bottom:before,
#dashboard .sortable-placeholder .panel-body .bottom:before,
#dashboard .dbgrid .panel-body .bottom:after,
#dashboard .sortable-placeholder .panel-body .bottom:after {
  content: " ";
  display: table;
}
#dashboard .dbgrid .panel-body .bottom:after,
#dashboard .sortable-placeholder .panel-body .bottom:after {
  clear: both;
}
#dashboard .dbgrid .panel-body .bottom .dataTables_paginate,
#dashboard .sortable-placeholder .panel-body .bottom .dataTables_paginate {
  margin: 0;
}
#dashboard .dbgrid .panel-body h1,
#dashboard .sortable-placeholder .panel-body h1 {
  font-size: 25px;
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: center;
  color: #555555;
}
#dashboard .dbgrid .panel-body h1.gauge,
#dashboard .sortable-placeholder .panel-body h1.gauge {
  font-size: 18px;
  margin: 2px;
  line-height: 90%;
}
#dashboard .dbgrid .panel-body h1 small,
#dashboard .sortable-placeholder .panel-body h1 small {
  font-size: 12px;
  fill: #999999;
  width: 100%;
  display: block;
}
#dashboard .dbgrid .panel-body h2,
#dashboard .sortable-placeholder .panel-body h2 {
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: center;
  color: #999;
  padding: 0;
  margin: 0;
}
#dashboard .dbgrid .panel-body .google-visualization-tooltip,
#dashboard .sortable-placeholder .panel-body .google-visualization-tooltip {
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
#dashboard .dbgrid .panel-body .customChartTooltip,
#dashboard .sortable-placeholder .panel-body .customChartTooltip {
  background: none;
  min-width: 130px;
  min-height: 60px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.27);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.27);
}
#dashboard .dbgrid .panel-body .customChartTooltip ul,
#dashboard .sortable-placeholder .panel-body .customChartTooltip ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#dashboard .dbgrid .panel-body .customChartTooltip ul li,
#dashboard .sortable-placeholder .panel-body .customChartTooltip ul li {
  color: #333333;
  padding: 6px;
  background: #ffffff;
}
#dashboard .dbgrid .panel-body .customChartTooltip ul li:before,
#dashboard .sortable-placeholder .panel-body .customChartTooltip ul li:before,
#dashboard .dbgrid .panel-body .customChartTooltip ul li:after,
#dashboard .sortable-placeholder .panel-body .customChartTooltip ul li:after {
  content: " ";
  display: table;
}
#dashboard .dbgrid .panel-body .customChartTooltip ul li:after,
#dashboard .sortable-placeholder .panel-body .customChartTooltip ul li:after {
  clear: both;
}
#dashboard .dbgrid .panel-body .customChartTooltip ul li:first-child,
#dashboard .sortable-placeholder .panel-body .customChartTooltip ul li:first-child {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}
#dashboard .dbgrid .panel-body .customChartTooltip ul li .status-mark,
#dashboard .sortable-placeholder .panel-body .customChartTooltip ul li .status-mark {
  margin: 0 5px 0 0;
  display: none;
}
#dashboard .dbgrid .panel-body .customChartTooltip ul li .labelValor,
#dashboard .sortable-placeholder .panel-body .customChartTooltip ul li .labelValor {
  float: left;
  margin-right: 10px;
}
#dashboard .dbgrid .panel-body .customChartTooltip ul li .valor,
#dashboard .sortable-placeholder .panel-body .customChartTooltip ul li .valor {
  float: right;
}
#dashboard .dbgrid .panel-body .chart-widget-legend,
#dashboard .sortable-placeholder .panel-body .chart-widget-legend {
  margin: 0 0 10px 0;
}
#dashboard .dbgrid .panel-body .chart-widget-legend.hover li,
#dashboard .sortable-placeholder .panel-body .chart-widget-legend.hover li {
  opacity: 0.3;
}
#dashboard .dbgrid .panel-body .chart-widget-legend.hover li.hover,
#dashboard .sortable-placeholder .panel-body .chart-widget-legend.hover li.hover {
  opacity: 1;
}
#dashboard .dbgrid .panel-body .socialResume,
#dashboard .sortable-placeholder .panel-body .socialResume {
  width: 100%;
  padding: 0;
}
#dashboard .dbgrid .panel-body .socialResume > div,
#dashboard .sortable-placeholder .panel-body .socialResume > div {
  padding: 0px;
  margin: 10px 0 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#dashboard .dbgrid .panel-body .socialResume > div h2,
#dashboard .sortable-placeholder .panel-body .socialResume > div h2 {
  font-weight: 500;
  font-size: 13px;
  display: block;
  text-align: left;
  margin: 0;
  color: #999999;
}
#dashboard .dbgrid .panel-body .socialResume > div h3,
#dashboard .sortable-placeholder .panel-body .socialResume > div h3 {
  font-weight: 500;
  font-size: 13px;
  display: block;
  width: 80px;
  text-align: left;
  margin: 0;
  color: #999999;
}
#dashboard .dbgrid .panel-body .socialResume > div h5,
#dashboard .sortable-placeholder .panel-body .socialResume > div h5 {
  color: #595d6e;
  margin: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
#dashboard .dbgrid .panel-body .socialResume > div small,
#dashboard .sortable-placeholder .panel-body .socialResume > div small {
  font-size: 12px;
}
#dashboard .dbgrid .panel-body .socialResume > div small i,
#dashboard .sortable-placeholder .panel-body .socialResume > div small i {
  margin-left: 8px;
}
#dashboard .dbgrid .panel-body .socialResume > div small.positivo,
#dashboard .sortable-placeholder .panel-body .socialResume > div small.positivo {
  color: #4CAF50;
}
#dashboard .dbgrid .panel-body .socialResume > div small.negativo,
#dashboard .sortable-placeholder .panel-body .socialResume > div small.negativo {
  color: #F44336;
}
#dashboard .dbgrid .panel-body .socialResume .profile,
#dashboard .sortable-placeholder .panel-body .socialResume .profile {
  position: relative;
  border-bottom: 1px dashed #ddd;
  justify-content: flex-start;
  padding-bottom: 5px;
  margin: 0 0 5px 0;
}
#dashboard .dbgrid .panel-body .socialResume .profile img,
#dashboard .sortable-placeholder .panel-body .socialResume .profile img {
  max-width: 30px;
  border-radius: 30px;
  margin-right: 10px;
}
#dashboard .dbgrid .panel-body .socialResume .escore,
#dashboard .sortable-placeholder .panel-body .socialResume .escore {
  flex-wrap: wrap;
  border-top: 1px dashed #ddd;
  padding-top: 15px;
  margin-top: 15px;
  border-bottom: 1px dashed #ddd;
}
#dashboard .dbgrid .panel-body .socialResume .escore > div,
#dashboard .sortable-placeholder .panel-body .socialResume .escore > div {
  margin-top: 15px;
  display: block;
  width: 100%;
}
#dashboard .dbgrid .panel-body .socialResume.ig .profile h2,
#dashboard .sortable-placeholder .panel-body .socialResume.ig .profile h2 {
  color: #c32aa3;
}
#dashboard .dbgrid .panel-body .socialResume.ig h5.label,
#dashboard .sortable-placeholder .panel-body .socialResume.ig h5.label {
  background-color: #c32aa3;
  color: #fff;
}
#dashboard .dbgrid .panel-body td .positivo,
#dashboard .sortable-placeholder .panel-body td .positivo {
  color: #4CAF50;
}
#dashboard .dbgrid .panel-body td .negativo,
#dashboard .sortable-placeholder .panel-body td .negativo {
  color: #F44336;
}
#dashboard .dbgrid .panel-footer,
#dashboard .sortable-placeholder .panel-footer {
  padding: 0;
  border: none;
}
#dashboard .dbgrid .panel-footer .heading-elements,
#dashboard .sortable-placeholder .panel-footer .heading-elements {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
#dashboard .dbgrid .panel-footer .heading-elements .status-mark,
#dashboard .sortable-placeholder .panel-footer .heading-elements .status-mark {
  display: none;
}
#dashboard .dbgrid .panel-footer .heading-elements .icons-list,
#dashboard .sortable-placeholder .panel-footer .heading-elements .icons-list {
  margin: 11px 10px 0 10px;
  width: 16px;
}
#dashboard .dbgrid .panel-footer .heading-elements form,
#dashboard .sortable-placeholder .panel-footer .heading-elements form {
  flex-grow: 3;
}
#dashboard .dbgrid .panel-footer .heading-elements form .status-mark.position-left,
#dashboard .sortable-placeholder .panel-footer .heading-elements form .status-mark.position-left {
  margin-right: 3px;
}
#dashboard .dbgrid .panel-footer .heading-elements form .multiselect,
#dashboard .sortable-placeholder .panel-footer .heading-elements form .multiselect {
  padding-right: 20px;
  padding-left: 10px;
}
#dashboard .dbgrid .panel-footer .heading-elements form .multiselect .multiselect .caret,
#dashboard .sortable-placeholder .panel-footer .heading-elements form .multiselect .multiselect .caret {
  right: 5px;
}
#dashboard .dbgrid .panel-footer .form-group,
#dashboard .sortable-placeholder .panel-footer .form-group {
  margin: 0;
}
#dashboard .dbgrid .panel-footer .form-group button,
#dashboard .sortable-placeholder .panel-footer .form-group button {
  font-size: 11px;
  line-height: 27px;
}
#dashboard .dbgrid .panel-footer .form-group .input-group,
#dashboard .sortable-placeholder .panel-footer .form-group .input-group {
  width: auto;
  display: flex;
}
#dashboard .dbgrid .panel-footer .form-group .input-group:nth-child(1),
#dashboard .sortable-placeholder .panel-footer .form-group .input-group:nth-child(1) {
  margin-left: 10px;
}
#dashboard .dbgrid .panel-footer .form-group .input-group .input-group-addon,
#dashboard .sortable-placeholder .panel-footer .form-group .input-group .input-group-addon {
  padding: 8px 8px 8px 0px;
}
#dashboard .dbgrid .panel-footer .form-group .input-group .form-control,
#dashboard .sortable-placeholder .panel-footer .form-group .input-group .form-control {
  width: 80px !important;
  font-weight: normal;
  font-size: 11px;
}
#dashboard .dbgrid.hasBg .panel-heading,
#dashboard .sortable-placeholder.hasBg .panel-heading,
#dashboard .dbgrid.hasBg .panel-footer,
#dashboard .sortable-placeholder.hasBg .panel-footer {
  background: none;
  border-color: rgba(0, 0, 0, 0.1);
}
#dashboard .dbgrid.dragging,
#dashboard .sortable-placeholder.dragging {
  z-index: 800;
}
#dashboard .dbgrid.clone,
#dashboard .sortable-placeholder.clone {
  opacity: 0.1;
  z-index: 1 !important;
  border: none;
}
#dashboard .dbgrid > :not(.dragging),
#dashboard .sortable-placeholder > :not(.dragging) {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#dashboard .dbgrid .chart-widget-legend.2col,
#dashboard .sortable-placeholder .chart-widget-legend.2col {
  float: right;
  width: 200px;
}
#dashboard .dbgrid .linhaPercentItem,
#dashboard .sortable-placeholder .linhaPercentItem {
  float: left;
  position: relative;
  margin: 0 5px;
}
#dashboard .dbgrid .linhaPercentItem .value,
#dashboard .sortable-placeholder .linhaPercentItem .value {
  position: absolute;
  font-size: 26px;
  width: 100%;
  left: 0;
  text-align: center;
}
#dashboard .dbgrid .linhaPercentItem .graph,
#dashboard .sortable-placeholder .linhaPercentItem .graph {
  padding-top: 10px;
}
#dashboard .dbgrid .linhaPercentItem .text i,
#dashboard .sortable-placeholder .linhaPercentItem .text i {
  margin: 5px 0;
}
#dashboard .dbgrid .linhaPercentItem .text h1,
#dashboard .sortable-placeholder .linhaPercentItem .text h1 {
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
.turnOff {
  color: #3657AF;
}
.turnOff .turnOn {
  display: block !important;
  position: absolute;
  top: 10px;
  right: 0;
  background: #151A20;
  color: goldenrod;
}
.turnOff.navbar-top {
  padding-top: 0;
}
.turnOff > .navbar {
  display: none;
}
.turnOff > .page-container .page-header {
  display: none;
}
.turnOff > .page-container .sidebar-main {
  display: none;
}
.turnOff > .page-container .page-header-default {
  background: #151A20;
}
.turnOff > .page-container .page-header-default .breadcrumb-line:not([class*=bg-]) {
  background: #151A20;
}
.turnOff #dashboard {
  background: #1E242C;
}
.turnOff #dashboard .nav-tabs {
  display: none;
}
.turnOff #dashboard .hint-help {
  display: none;
}
.turnOff #dashboard .panel-white,
.turnOff #dashboard .panel-heading,
.turnOff #dashboard .panel-footer {
  background-color: #151A20 !important;
  border: none;
  color: #b6b6b7 !important;
}
.turnOff #dashboard .drag.ui-sortable-handle {
  display: none;
}
.turnOff #dashboard .panel-footer {
  display: none;
}
.turnOff #dashboard .addNew {
  display: none;
}
.turnOff #dashboard .valorUnico .titulo {
  color: #E8E9EA !important;
}
.turnOff #dashboard .valorUnico .subtitulo {
  color: #E8E9EA !important;
}
.turnOff #dashboard h6.panel-title {
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
  font-weight: 600 !important;
}
.turnOff #dashboard svg > rect {
  fill: transparent;
}
.turnOff #dashboard svg g {
  stroke: none;
}
.turnOff #dashboard tr.odd {
  background-color: #232A34;
}
.turnOff #dashboard .table > thead > tr > th,
.turnOff #dashboard .table > tbody > tr > th,
.turnOff #dashboard .table > tfoot > tr > th,
.turnOff #dashboard .table > thead > tr > td,
.turnOff #dashboard .table > tbody > tr > td,
.turnOff #dashboard .table > tfoot > tr > td {
  border: none;
}
#sidebar_add_grafico .dadosGraficoSelecionado {
  display: none;
}
#sidebar_add_grafico .actions {
  display: none;
}
#sidebar_add_grafico .bootstrap-select.btn-group .dropdown-menu > li > a .text {
  width: 80%;
  white-space: normal;
}
#sidebar_add_grafico .bootstrap-select.btn-group .dropdown-menu > li > a .text small {
  width: 100%;
  display: block;
  padding: 0;
}
#sidebar_add_grafico .bootstrap-select.btn-group .dropdown-menu > li > a .fa {
  float: left;
  margin-right: 5px;
  font-size: 14px;
  line-height: 142%;
}
#sidebar_add_grafico .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  right: 7px;
}
.fancybox-close {
  right: 10px !important;
}
body.help {
  padding-top: 40px;
}
body.help .navbar-brand > img {
  margin-top: -5px !important;
  height: auto !important;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  body.help {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  body.help {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  body.help .navbar-mobile {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  body.help .navbar-mobile {
    display: none;
  }
}
#helpCenter video {
  border: 1px solid white;
  -moz-box-shadow: 0px 0px 4px #ffffff;
  /* FF3.5+ */
  -webkit-box-shadow: 5px 44px 28px #333;
  /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 4px #ffffff;
  /* Opera 10.5, IE 9.0 */
  -moz-transform: translate(0, 10px);
  /* FF3.5+ */
  -o-transform: translate(0, 10px);
  /* Opera 10.5 */
  -webkit-transform: translate(0, 10px);
  /* Saf3.1+, Chrome */
  width: 100%;
}
#helpCenter .tutItem .media-left,
#helpCenter .tutItem .media-right {
  width: 40%;
}
#helpCenter .tutItem .media-left a,
#helpCenter .tutItem .media-right a {
  display: none;
}
#helpCenter .tutItem .media-left a:first-child,
#helpCenter .tutItem .media-right a:first-child {
  display: block;
  width: 100%;
}
#helpCenter .tutItem .media-left img,
#helpCenter .tutItem .media-right img {
  width: 100%;
}
#helpCenter #helpSearch {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#helpCenter #helpSearch .form-control {
  background: #ffffff;
  padding: 0 10px;
}
#helpCenter #helpSearch .form-control:hover,
#helpCenter #helpSearch .form-control:focus {
  border: none;
}
#helpCenter #helpSearch .btn {
  background: #ffffff;
  border-radius: 0;
  font-size: 17px;
}
#helpCenter #helpSearch .input-group-btn {
  padding: 0;
}
#helpCenter .sidebar-detached {
  padding: 50px 0 0 0;
}
#helpCenter #categoriasMenu {
  background-color: #fff;
  color: #333333;
  position: relative;
  width: 100%;
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-top: 30px;
}
#helpCenter #categoriasMenu .category-title span {
  font-size: 23px;
  letter-spacing: -0.015em;
  text-transform: none;
}
#helpCenter #categoriasMenu .navigation li > a {
  color: #333333;
}
#helpCenter .page-header-default {
  margin-bottom: 0;
}
#helpCenter .page-header #helpPageHeader {
  position: relative;
  min-height: 200px;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #helpCenter .page-header #helpPageHeader {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #helpCenter .page-header #helpPageHeader {
    padding: 0 20px;
  }
}
#helpCenter .page-header #helpPageHeader h4 {
  padding: 20px 0 10px 0;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #helpCenter .page-header #helpPageHeader h4 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #helpCenter .page-header #helpPageHeader h4 {
    margin-top: 0;
  }
}
#helpCenter .page-header #helpPageHeader h4 small {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.9;
}
#helpCenter .page-header #helpPageHeader.interna {
  min-height: 120px;
  padding: 30px 20px 0 20px;
  position: relative;
}
#helpCenter .page-header #helpPageHeader.interna #helpSearch {
  display: block;
  width: 40%;
  position: absolute;
  right: 15px;
  top: 50px;
}
#helpCenter .page-header #helpPageHeader.interna a {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.9;
  color: #fff;
}
#helpCenter .page-header #helpPageHeader.interna h4 {
  text-align: left;
  margin: 0;
  padding: 0;
}
#helpCenter #listaDestaque {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  margin: 30px 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #helpCenter #listaDestaque {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #helpCenter #listaDestaque {
    display: block;
  }
}
#helpCenter #listaDestaque .destaque {
  flex-grow: 1;
  align-self: stretch;
  flex-basis: 32%;
  width: 32%;
  margin: 0 0 20px 0;
}
#helpCenter #listaDestaque .destaque:nth-child(2) {
  margin: 0 0 20px 2%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #helpCenter #listaDestaque .destaque {
    flex-basis: 100%;
    width: 100%;
    margin: 10px 0 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #helpCenter #listaDestaque .destaque {
    flex-basis: 100%;
    width: 100%;
    margin: 10px 0 !important;
  }
}
#helpCenter #listaDestaque .destaque .panel-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #helpCenter #listaDestaque .destaque .panel-body {
    display: block;
    text-align: center;
  }
  #helpCenter #listaDestaque .destaque .panel-body i {
    font-size: 50px;
  }
  #helpCenter #listaDestaque .destaque .panel-body .conteudo {
    padding: 0px;
  }
  #helpCenter #listaDestaque .destaque .panel-body .conteudo h1 {
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #helpCenter #listaDestaque .destaque .panel-body {
    display: block;
    text-align: center;
  }
  #helpCenter #listaDestaque .destaque .panel-body i {
    font-size: 50px;
  }
  #helpCenter #listaDestaque .destaque .panel-body .conteudo {
    padding: 0px;
  }
  #helpCenter #listaDestaque .destaque .panel-body .conteudo h1 {
    margin: 0;
  }
}
#helpCenter #listaDestaque .destaque:hover i {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
#helpCenter #listaDestaque .destaque i {
  font-size: 90px;
  webkit-transition: -webkit-transform 0.9s ease-in-out;
  transition: transform 0.8s ease-in-out;
  flex-grow: 1;
  align-self: center;
}
#helpCenter #listaDestaque .destaque .conteudo {
  flex-grow: 1;
  align-self: center;
  padding-left: 20px;
}
#helpCenter #listaDestaque .destaque .conteudo h1 {
  font-size: 30px;
}
#helpCenter #listaDestaque .destaque .conteudo p {
  min-height: 60px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
#helpCenter .categoriaBox h2 {
  display: block;
  width: 100%;
  margin: 0 0 20px 10px;
  padding: 5px 0;
}
#helpCenter .categoriaLista {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #helpCenter .categoriaLista {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #helpCenter .categoriaLista {
    display: block;
  }
}
#helpCenter .categoriaLista .categoriaItem {
  flex-grow: 1;
  align-self: stretch;
  flex-basis: 23%;
  width: 24%;
  margin: 0 1% 20px 0;
  padding-bottom: 40px;
  position: relative;
}
#helpCenter .categoriaLista .categoriaItem:after {
  content: '';
  border-top: 1px solid #dddddd;
  width: 100%;
  position: absolute;
  bottom: 35px;
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #helpCenter .categoriaLista .categoriaItem {
    flex-basis: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 429px) {
  #helpCenter .categoriaLista .categoriaItem {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #helpCenter .categoriaLista .categoriaItem .heading-elements:not(.not-collapsible),
  #helpCenter .categoriaLista .categoriaItem .breadcrumb-elements:not(.not-collapsible) {
    display: block;
    position: absolute;
  }
}
#helpCenter .categoriaLista .categoriaItem .panel-body {
  padding: 15px;
}
#helpCenter .categoriaLista .categoriaItem .panel-body h1 {
  font-size: 17px;
  margin: 0;
  padding: 0 0 5px 0;
}
#helpCenter .categoriaLista .categoriaItem .panel-body a {
  color: #333333;
}
#helpCenter .categoriaLista .categoriaItem .panel-body a:hover {
  text-decoration: underline;
}
#helpCenter .categoriaLista .categoriaItem .panel-body p {
  min-height: 70px;
}
#helpCenter .categoriaLista .categoriaItem .heading-elements {
  bottom: 0px !important;
  top: auto !important;
  width: 100%;
  left: 0;
  right: auto;
  height: auto;
  padding-right: 20px;
}
#helpCenter .categoriaLista .categoriaItem .panel-footer {
  min-height: 40px;
  border: none;
}
#helpCenter .categoriaLista .categoriaItem .panel-footer ul.avaliacao li {
  padding: 0 5px;
}
#helpCenter .categoriaLista.linha {
  padding: 50px 0 0 0;
}
#helpCenter .categoriaLista.linha .categoriaItem {
  flex-basis: 100%;
  width: 100%;
  margin: 0 0 20px 0;
}
#helpCenter .categoriaLista.linha .categoriaItem .panel-footer ul li {
  padding-right: 10px;
}
#helpCenter .categoriaLista.linha .categoriaItem .panel-body {
  padding-bottom: 5px;
}
#helpCenter .categoriaLista.linha .categoriaItem .panel-body a.item {
  font-size: 16px;
  padding: 0;
}
#helpCenter .categoriaLista.linha .categoriaItem .panel-body p {
  min-height: 0px;
  margin: 0;
}
#dicionarioAlpha {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#dicionarioAlpha a {
  display: block;
  flex-grow: 0;
  align-self: stretch;
  margin: 10px;
  padding: 5px 10px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#dicionarioLista .dicionarioItem {
  margin-bottom: 10px !important;
}
#dicionarioLista .dicionarioItem h2 {
  margin: 0;
  padding: 0;
}
#chatBot {
  margin-top: 5px;
  min-width: 320px;
  padding: 0;
  z-index: 99;
  display: none;
}
#chatBot .input-group {
  width: 90%;
  margin: 0 auto;
  display: block;
}
#chatBot .input-group-btn {
  position: relative;
  width: 4%;
  display: block;
}
#chatBot #q {
  padding: 0 20px;
  background: #fff;
  width: 94%;
  text-align: center;
  font-size: 15px;
}
#chatBot #q:focus,
#chatBot #qhover {
  box-shadow: none;
}
#chatBot #rec {
  color: #f44336;
  background: none;
  box-shadow: none;
  padding: 6px 8px;
  display: none;
  border-radius: 0;
}
#chatBot #send {
  color: #fff;
  box-shadow: none;
  padding: 6px 15px;
  position: absolute;
  height: 38px;
  border-radius: 0;
}
#chatBot.bar {
  background: none;
}
#chatBot.bar ul,
#chatBot.bar h1,
#chatBot.bar .header {
  display: none;
}
#chatBot.bar .input-group-btn {
  padding-left: 0;
}
#chatBot.active {
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 500px;
  padding: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-size: 600% 600%;
  background-repeat: repeat;
}
#chatBot.active .header {
  display: block;
  padding: 5px;
  text-align: right;
}
#chatBot.active .header a {
  color: #fff;
  font-size: 10px;
}
#chatBot.active h1 {
  display: block;
  margin: 0;
  padding: 0;
}
#chatBot.active .base {
  background: #eeeded;
  padding: 10px 0 10px 10px;
  height: 480px;
  display: block;
  width: 100%;
}
#chatBot.active .chatScroll {
  overflow: hidden;
  padding-right: 10px;
  width: 100%;
  display: block;
}
#chatBot.active ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#chatBot.active ul .media-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#chatBot.active ul .media {
  margin-right: 0;
}
#chatBot.active ul .media-content:before {
  display: none;
}
#chatBot.active ul li:last-child {
  margin-bottom: 10px;
}
#chatBot.active ul .btn {
  width: 100%;
  text-align: center;
  margin: 5px 0;
}
#chatBot.active ul .btn:hover {
  font-weight: bold;
}
#chatBot.active .input-group {
  border-top: 1px solid #dddddd;
  display: block;
  width: 100%;
}
#chatBot.active .chat-list {
  max-height: 400px;
  overflow: auto;
  height: 400px;
}
#chatBot.active #q {
  float: left;
  width: 80%;
  margin-bottom: 5px;
  border: none;
  text-align: left;
  font-size: 12px;
  padding: 0 5px;
}
#chatBot.active #q:focus,
#chatBot.active #qhover {
  border: none;
  box-shadow: none;
}
#chatBot.active .input-group-btn {
  display: block;
}
#edicao .select2-selection__rendered {
  font-weight: bold;
}
#edicao select [multiple] option,
#edicao select[size] option {
  font-weight: bold;
}
#ticketGrid .ticket {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.1);
  padding: 10px;
  border: 1px solid #fff;
}
#ticketGrid .ticket .checker {
  width: 30px;
  text-align: center;
}
#ticketGrid .ticket .userThumb {
  width: 60px;
  text-align: center;
}
#ticketGrid .ticket .prioridade i {
  top: 0;
  font-size: 20px;
  opacity: 0.4;
  cursor: pointer;
  color: #333333;
}
#ticketGrid .ticket .prioridade i:before {
  content: "\ece0";
}
#ticketGrid .ticket .prioridade a.urgente i {
  color: #ffd700;
  opacity: 1;
}
#ticketGrid .ticket .prioridade a.urgente i:before {
  content: "\ece2";
}
#ticketGrid .ticket .data {
  max-width: 80%;
  width: 80%;
}
#ticketGrid .ticket .data .tags .label {
  font-size: 9px;
}
#ticketGrid .ticket .data h1 {
  padding: 0;
  margin: 5px 10px 5px 0;
  line-height: 1;
}
#ticketGrid .ticket .data h1 a {
  font-size: 15px;
  font-weight: bold;
}
#ticketGrid .ticket .data h1 small {
  font-weight: normal;
}
#ticketGrid .ticket .data .source {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
#ticketGrid .ticket .data .source i {
  font-size: 15px;
  color: #999999;
}
#ticketGrid .ticket .data .source h2 {
  padding: 0;
  font-size: 13px;
  margin: 2px 5px;
}
#ticketGrid .ticket .data .source h2:before {
  content: "\f052";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  font-size: 9px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  opacity: 0.4;
}
#ticketGrid .ticket .data .source small {
  font-weight: normal;
  margin-right: 10px;
  opacity: 0.7;
}
#ticketGrid .ticket .data .source small:before {
  content: "\f052";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  font-size: 9px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  opacity: 0.4;
}
#ticketGrid .ticket .actions {
  max-width: 20%;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  position: relative;
}
#ticketGrid .ticket .actions .dropdown-toggle .status-mark {
  margin-left: 2px;
}
#ticketGrid .ticket .actions .has-feedback {
  width: 90%;
}
#ticketGrid .ticket .actions > div {
  width: 100%;
  display: block;
  position: relative;
}
#ticketGrid .ticket.resolvido {
  opacity: 0.5;
}
#ticketGrid .ticket.vencido {
  border: 2px solid #F44336;
}
#ticketGrid .ticket.vencido:hover {
  border-left: 3px solid #F44336;
}
#helpDeskPage #ticketGridTopBar {
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
#helpDeskPage #ticketGridTopBar .resumo {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
#helpDeskPage #ticketGridTopBar .resumo > span {
  color: #fff;
  margin-right: 10px;
}
#helpDeskPage #ticketGridTopBar .resumo > span:before {
  content: "\f052";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  font-size: 9px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
#helpDeskPage #ticketGridTopBar .resumo > span:nth-child(1):before {
  display: none;
}
#helpDeskPage #ticketGridTopBar .resumo > span small,
#helpDeskPage #ticketGridTopBar .resumo > span a {
  font-weight: 600;
  font-size: 12px;
}
#helpDeskPage #ticketGridTopBar .resumo > span a {
  text-decoration: none;
  color: #fff;
}
#helpDeskPage .sidebar-detached .sidebar-default {
  margin-bottom: 20px;
}
#helpDeskTicket .ticketForm .breadcrumb-elements {
  float: none !important;
}
#helpDeskTicket .ticketDesc {
  min-height: 500px !important;
}
#helpDeskTicket .bootstrap-select.btn-group .btn .filter-option {
  height: 25px;
}
#helpDeskTicket #ticketContent {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
#helpDeskTicket #ticketContent .col-a {
  width: 100%;
  padding-right: 20px;
}
#helpDeskTicket #ticketContent .col-a .panel {
  margin-bottom: 20px;
}
#helpDeskTicket #ticketContent .col-b {
  width: 350px;
}
#helpDeskTicket .panel-group-control .panel-title > a:before {
  content: '\e9c6';
}
#helpDeskTicket .panel-group-control .panel-title > a.collapsed:before {
  content: "\e9c5";
}
#helpDeskTicket .ticketIntro {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 10px 0;
  margin-bottom: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#helpDeskTicket .ticketIntro .panel-title {
  display: inline-block;
  margin-left: 10px;
}
#helpDeskTicket .ticketIntro span {
  padding: 5px 15px 0 0;
}
#helpDeskTicket .ticketInfo {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 10px;
  background: #e1e1e1;
}
#helpDeskTicket .ticketInfo span {
  margin-right: 5px;
}
#helpDeskTicket .ticketInfo span:before {
  content: "\f052";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  font-size: 9px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  opacity: 0.4;
}
#helpDeskTicket .ticketInfo span:nth-child(1):before {
  display: none;
}
.label-simples {
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
}
.label-simples i {
  margin-right: 6px;
  font-size: 14px;
}
.label-simples:hover {
  color: #333333 !important;
}
#ticketTarefas .media-action {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
#ticketTarefas .media-action .btn {
  padding: 0px 2px;
  color: #fff;
  background: #F44336;
}
#ticketTarefas .media-left,
#ticketTarefas .media-right,
#ticketTarefas .media-body {
  display: table-cell;
  vertical-align: middle;
}
#ticketTarefas .panel-body {
  padding-top: 0;
}
#ticketTarefas textarea.form-control {
  height: 58px;
  line-height: normal;
}
#ticketTarefas .media-body a {
  color: #333;
}
#ticketTarefas .media-body a:hover {
  text-decoration: underline;
}
#ticketTarefas .done {
  text-decoration: line-through;
  opacity: 0.8;
}
#ticketTarefas .done p {
  text-decoration: line-through;
  opacity: 0.8;
}
#ticket-aba-lateral .semContato > div:nth-child(1) {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#ticket-aba-lateral .semContato > div:nth-child(1) i {
  color: #999999;
  font-size: 50px;
  padding: 15px;
  opacity: 0.3;
}
#ticket-aba-lateral .detalheContato {
  border-bottom: 1px solid #ddd;
}
#ticket-aba-lateral .detalheContato .panel-body {
  padding-top: 5px;
}
#ticket-aba-lateral .detalheContato h7 {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0;
}
#ticket-aba-lateral .detalheContato .user {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#ticket-aba-lateral .detalheContato .user .media-center,
#ticket-aba-lateral .detalheContato .user h6 {
  text-align: center;
}
#ticket-aba-lateral .detalheContato .user h6 {
  font-weight: bold;
}
#ticket-aba-lateral .detalheContato .media {
  margin-top: 5px;
}
#ticket-aba-lateral .detalheContato .info {
  margin: 5px 0 20px 0;
}
#ticket-aba-lateral .detalheContato .info p {
  padding: 0;
  margin-bottom: 5px;
}
#ticket-aba-lateral .detalheContato .info p.text-muted {
  margin-bottom: 0px;
}
#ticket-aba-lateral .detalheContato .info .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#ticket-aba-lateral .detalheContato .info .social li a {
  font-size: 15px;
  color: #999999;
  padding: 10px;
}
#ticket-aba-lateral .panel-group {
  margin-bottom: 0 !important;
}
#ticket-aba-lateral .panel-group .panel-heading {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
#ticket-aba-lateral .panel-group .panel-heading .panel-title {
  font-weight: bold;
  font-size: 13px;
}
#ticket-aba-lateral .panel-group:nth-child(1) .panel-heading {
  border-top: none;
}
#ticket-aba-lateral .panel-group .panel-body {
  border: none !important;
}
#ticketInteracoes {
  padding: 20px;
}
#ticketInteracoes .actions {
  margin: 10px 0;
}
#ticketInteracoes .ticketInteracoes-item {
  margin-bottom: 20px;
  position: relative;
}
#ticketInteracoes .ticketInteracoes-item .tiContainer {
  border-radius: 3px;
}
#ticketInteracoes .ticketInteracoes-item .header {
  padding: 20px 20px 5px 20px;
}
#ticketInteracoes .ticketInteracoes-item .header h6 {
  line-height: 100%;
  font-weight: bold;
}
#ticketInteracoes .ticketInteracoes-item .header p {
  padding: 0;
}
#ticketInteracoes .ticketInteracoes-item .iContent {
  padding: 20px;
}
#ticketInteracoes .ticketInteracoes-item .iContent .responsiveIframe {
  width: 100%;
  display: flex;
  justify-content: center;
}
#ticketInteracoes .ticketInteracoes-item .iContent .responsiveIframe iframe {
  width: 100% !important;
}
#ticketInteracoes .ticketInteracoes-item .actions {
  display: none;
  margin: 10px 0;
  justify-content: flex-end;
}
#ticketInteracoes .ticketInteracoes-item .actions a {
  margin-left: 10px;
}
#ticketInteracoes .ticketInteracoes-item.client .tiContainer {
  border: 1px solid #bbdcfe;
  background: #e5f2fd;
}
#ticketInteracoes .ticketInteracoes-item.client .header {
  border-bottom: 1px solid #bbdcfe;
}
#ticketInteracoes .ticketInteracoes-item.client .header h6 {
  color: #183247;
}
#ticketInteracoes .ticketInteracoes-item.client .header p.text {
  color: #183247;
}
#ticketInteracoes .ticketInteracoes-item.userNote .tiContainer {
  border: 1px solid #FF5722;
  background: rgba(255, 87, 34, 0.2);
}
#ticketInteracoes .ticketInteracoes-item.userNote .header {
  border-bottom: 1px solid #FF5722;
  position: relative;
}
#ticketInteracoes .ticketInteracoes-item.userNote .header h6 {
  color: #FF5722;
}
#ticketInteracoes .ticketInteracoes-item.userNote .header p.text {
  color: #FF5722;
}
#ticketInteracoes .ticketInteracoes-item.userNote .header .label {
  position: absolute;
  right: 10px;
  top: 0;
}
#ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  border: 1px solid #fff;
}
#ticketInteracoes .ticketInteracoes-item:hover .actions {
  display: flex;
}
#sidebar_nova_mensagem {
  width: 50%;
}
#sidebar_nova_mensagem .category-content {
  padding: 0;
}
#sidebar_nova_mensagem .mail-details-write {
  margin: 0;
  border-top: none;
}
#sidebar_nova_mensagem .sidebar-content {
  width: 100% !important;
}
#sidebar_nova_mensagem table tbody tr > td {
  padding: 12px 5px;
}
#sidebar_nova_mensagem table tbody tr > td a {
  color: #999999;
}
#sidebar_nova_mensagem table tbody tr:nth-child(1) td {
  border-top: 1px solid #fff !important;
}
#sidebar_nova_mensagem table tbody tr:nth-child(1) td:nth-child(1) {
  width: 90px;
}
#sidebar_nova_mensagem table tbody tr:nth-child(1) td:nth-child(2) {
  padding: 0;
}
#sidebar_nova_mensagem table tbody tr:nth-child(1) td:nth-child(2) a {
  font-weight: 600;
}
#sidebar_nova_mensagem table tbody tr:nth-child(1) td:nth-child(3) {
  width: 100px;
}
#sidebar_nova_mensagem table tbody td:nth-child(1) {
  padding-left: 20px;
}
#sidebar_nova_mensagem table tbody td:nth-child(2) .form-control {
  padding-left: 0;
}
#sidebar_nova_mensagem table tbody td:nth-child(3) {
  text-align: right;
  padding-right: 20px;
}
#sidebar_nova_anotacao {
  width: 50%;
}
#sidebar_nova_anotacao .sidebar-content {
  width: 100% !important;
}
.ticketAlert {
  -webkit-animation: ticketAlert 0.9s both;
  animation: ticketAlert 0.9s both;
}
@-webkit-keyframes ticketAlert {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ticketAlert {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.tema-indigo {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-indigo #ticketGridTopBar {
  background-color: #1A237E;
}
.tema-indigo #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #1A237E;
}
.tema-indigo #ticket-aba-lateral .panel-heading h6 {
  color: #1A237E;
}
.tema-indigo #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #E8EAF6;
  border-color: #E7E9F5;
}
.tema-indigo #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #E7E9F5;
}
.tema-indigo #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #1A237E;
}
.tema-indigo #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #1A237E;
}
.tema-indigo .ticketIntro {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo .ticketInfo strong,
.tema-indigo .ticketInfo i {
  color: #1A237E;
}
.tema-indigo #ticketGrid h1 a {
  color: #1A237E;
}
.tema-indigo #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #1A237E;
}
.tema-indigo .tokenfield .token:not([class*=bg-]) {
  background-color: #1A237E;
  color: #ffffff;
}
.tema-indigo .tokenfield .token:not([class*=bg-]):hover {
  background-color: #E8EAF6;
  color: #1A237E;
}
.tema-indigo#EmailDragDropEditor .content #settingsBar h2 {
  color: #1A237E;
}
.tema-indigo#EmailDragDropEditor #editBar .box h2 {
  color: #1A237E;
}
.tema-indigo#EmailDragDropEditor #editBar .irs-from,
.tema-indigo#EmailDragDropEditor #editBar .irs-to,
.tema-indigo#EmailDragDropEditor #editBar .irs-single {
  background-color: #1A237E;
}
.tema-indigo#EmailDragDropEditor #editBar .irs-from:after,
.tema-indigo#EmailDragDropEditor #editBar .irs-to:after,
.tema-indigo#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #1A237E;
}
.tema-indigo#EmailDragDropEditor #editBar .irs-slider {
  background-color: #1A237E;
}
.tema-indigo#EmailDragDropEditor #editBar .irs-bar {
  background-color: #3949AB;
}
.tema-indigo#baixaCupomExternoCliente footer {
  background-color: #1A237E;
}
.tema-indigo #linkPrivacidade {
  background-color: rgba(26, 35, 126, 0.5);
  color: #E8EAF6;
}
.tema-indigo #linkPrivacidade:hover {
  background-color: #1A237E;
}
.tema-indigo #formularioExterno .termo i {
  color: #1A237E;
}
.tema-indigo #formularioExterno .termo strong {
  color: #1A237E;
}
.tema-indigo #formularioExterno .termo a {
  color: #1A237E;
  border-bottom: 1px dotted #1A237E;
}
.tema-indigo .modal_boasvindas .modal-body h1 {
  color: #1A237E;
}
.tema-indigo .modal_boasvindas .modal-body h2 {
  color: #7986CB;
}
.tema-indigo .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #7986CB;
}
.tema-indigo .modal_boasvindas .modal-body strong {
  color: #1A237E;
}
.tema-indigo .noui-slider-primary .noUi-handle {
  background-color: #1A237E;
}
.tema-indigo .noUi-tooltip {
  background-color: #1A237E;
}
.tema-indigo .noUi-connect {
  background-color: #1A237E !important;
}
.tema-indigo #detalheColecao .colecaoData h4 {
  color: #1A237E;
}
.tema-indigo .panel-tema {
  background-color: #1A237E;
}
.tema-indigo .panel-tema h6,
.tema-indigo .panel-tema span.center-block {
  color: #fff;
}
.tema-indigo .panel-tema input {
  color: #E7E9F5;
}
.tema-indigo #toast-container.toast-center-center {
  background-color: rgba(26, 35, 126, 0.7);
}
.tema-indigo .cd-top {
  background-color: rgba(26, 35, 126, 0.7);
}
.tema-indigo .cd-top i {
  color: #fff;
}
.tema-indigo .cd-top:hover {
  background-color: #1A237E;
}
.tema-indigo .pagination > .active > a,
.tema-indigo .pagination > .active > span,
.tema-indigo .pagination > .active > a:hover,
.tema-indigo .pagination > .active > span:hover,
.tema-indigo .pagination > .active > a:focus,
.tema-indigo .pagination > .active > span:focus {
  background-color: #1A237E;
  border-color: #1A237E;
}
.tema-indigo #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-indigo #edicao .editor_box .action_bar a:hover {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo .responsiveIframe.mobile {
  border: 1px solid #1A237E;
}
.tema-indigo .responsiveIframe.mobile #previewHtml {
  border: 1px solid #1A237E;
}
.tema-indigo .progress-bar {
  background-color: #1A237E;
}
.tema-indigo .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-indigo pre[class*="language-"] {
  border-left-color: #1A237E;
}
.tema-indigo #pesquisaTabulacao tr.group,
.tema-indigo #pesquisaTabulacao tr.group:hover {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo #smsCriar .panel-heading {
  border-bottom: 1px dotted #1A237E;
}
.tema-indigo #smsCriar .panel-heading #SmsName {
  color: #1A237E;
}
.tema-indigo .br-theme-bars-pill .br-widget a {
  background-color: #E8EAF6;
  color: #1A237E;
}
.tema-indigo .br-theme-bars-pill .br-widget a.br-active,
.tema-indigo .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #1A237E;
  color: white;
}
.tema-indigo .br-theme-bars-pill .br-readonly a.br-active,
.tema-indigo .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #1A237E;
}
.tema-indigo .pesquisaCriacaoBarra > li a,
.tema-indigo .formCriacaoBarra > li a {
  color: #1A237E;
}
.tema-indigo .pesquisaCriacaoBarra > li a:hover,
.tema-indigo .formCriacaoBarra > li a:hover {
  color: #1A237E;
  background: #fff;
}
.tema-indigo .pesquisaCriacaoBarra > li > ul a,
.tema-indigo .formCriacaoBarra > li > ul a {
  color: #1A237E;
}
.tema-indigo .pesquisaCriacaoBarra > li > ul a:hover,
.tema-indigo .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #1A237E;
}
.tema-indigo #novaRespTemp {
  border-left: 2px dotted #1A237E !important;
}
.tema-indigo #PesquisaCriar .help-block a {
  color: #1A237E;
}
.tema-indigo #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #E7E9F5;
}
.tema-indigo #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #E8EAF6;
}
.tema-indigo #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #1A237E;
}
.tema-indigo #questionario .item .menu li a {
  color: #1A237E;
}
.tema-indigo #questionario .item.active {
  border-left: 2px solid #1A237E;
}
.tema-indigo #questionario .item.active .menu {
  background: #E7E9F5;
}
.tema-indigo #questionario .item-placeholder {
  border: 1px dotted #1A237E;
}
.tema-indigo #questionario .secao-data {
  color: #1A237E;
}
.tema-indigo #dv-resumo-emails-validos ul {
  border: 1px dashed #1A237E;
}
.tema-indigo #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #1A237E;
}
.tema-indigo #dv-resumo-emails-validos ul li:hover {
  background: #1A237E;
  color: #fff;
}
.tema-indigo .cke_editable.cke_focus {
  border-bottom: 2px solid #1A237E;
}
.tema-indigo .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-indigo #modalDetalheVenda .modal-header,
.tema-indigo #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-indigo #modalDetalheVenda .vendaDetalhe .intro,
.tema-indigo #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #1A237E;
}
.tema-indigo span.dicItem {
  border-bottom: dotted 1px #1A237E;
  color: #1A237E;
}
.tema-indigo .d3-tip {
  background-color: #1A237E;
}
.tema-indigo .fancybox-overlay {
  background-color: rgba(26, 35, 126, 0.8);
}
.tema-indigo .fidelidadeItem h1.panel-title {
  color: #1A237E;
}
.tema-indigo .fidelidadeItem .infobar li div:hover {
  color: #1A237E;
}
.tema-indigo .gerenciaEmailItem h1.panel-title {
  color: #1A237E;
}
.tema-indigo .gerenciaEmailItem .infobar li div:hover {
  color: #1A237E;
}
.tema-indigo .itemLote .hlight {
  border-bottom: 1px solid #1A237E;
}
.tema-indigo .text-tema {
  color: #1A237E;
}
.tema-indigo .label-tema-flat {
  color: #1A237E;
  border-color: #1A237E;
}
.tema-indigo .label-tema {
  color: #fff;
  background-color: #1A237E;
}
.tema-indigo .btn-tema-7 {
  color: #fff;
  background-color: #7986CB;
}
.tema-indigo .btn-tema {
  color: #fff;
  background-color: #1A237E;
}
.tema-indigo .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-indigo .btn-tema .checker span.checked {
  border: none;
}
.tema-indigo #modalLabSend .modal-body h5 {
  color: #1A237E;
}
.tema-indigo .btn-group .btn.active {
  background-color: #1A237E !important;
  color: #fff !important;
}
.tema-indigo picker__list-item--selected,
.tema-indigo .picker__list-item--selected:hover,
.tema-indigo .picker--focused .picker__list-item--selected {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo .UserId.member {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo .UserId.member.inNavBar {
  background-color: #fff;
  color: #1A237E;
}
.tema-indigo #EmailName,
.tema-indigo #ColecaoName,
.tema-indigo #CupomName,
.tema-indigo #ProgramaName {
  color: #1A237E;
}
.tema-indigo .stepy-navigator {
  border-bottom: 1px dotted #1A237E;
}
.tema-indigo #ComunicacaoEmailCriar h4.content-group,
.tema-indigo #ProgramaFidelidadeItem h4.content-group {
  color: #1A237E;
}
.tema-indigo #sidebar_historico .category-content li {
  border-color: #1A237E;
}
.tema-indigo #sidebar_historico .category-content li:before {
  border: 2px solid #1A237E;
}
.tema-indigo #sidebar_historico .category-content li:after {
  border-left: 1px solid #1A237E;
  border-right: 1px solid #1A237E;
}
.tema-indigo #sidebar_historico .category-content li strong {
  color: #1A237E;
}
.tema-indigo .panel-footer.historico a {
  color: #1A237E;
}
.tema-indigo #loading-default:not(.step1) {
  background: #1A237E;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-indigo #helpPageHeader {
  -o-animation: tema-indigo 5s linear infinite alternate both;
  -webkit-animation: tema-indigo 5s linear infinite alternate both;
  -moz-animation: tema-indigo 5s linear infinite alternate both;
  animation: tema-indigo 5s linear infinite alternate both;
}
@-moz-keyframes tema-indigo {
  0% {
    background: rgba(26, 35, 126, 0.5);
  }
  100% {
    background: rgba(48, 63, 159, 0.9);
  }
}
@-webkit-keyframes tema-indigo {
  0% {
    background: rgba(26, 35, 126, 0.5);
  }
  100% {
    background: rgba(48, 63, 159, 0.9);
  }
}
@keyframes tema-indigo {
  0% {
    background: rgba(26, 35, 126, 0.5);
  }
  100% {
    background: rgba(48, 63, 159, 0.9);
  }
}
.tema-indigo #helpCenter #categoriasMenu .category-title span {
  color: #1A237E;
}
.tema-indigo #helpCenter #CatHeader {
  background: #1A237E;
}
.tema-indigo #helpCenter .page-header h4 {
  color: #fff;
}
.tema-indigo #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-indigo #helpCenter .categoriaBox h2 {
  color: #1A237E;
}
.tema-indigo #helpCenter .categoriaItem h1 {
  color: #303F9F;
}
.tema-indigo #chatBot #q {
  color: #1A237E;
}
.tema-indigo #chatBot #q::-webkit-input-placeholder {
  color: #5C6BC0;
}
.tema-indigo #chatBot #q:-moz-placeholder {
  color: #5C6BC0;
}
.tema-indigo #chatBot #send {
  background-color: #1A237E;
}
.tema-indigo #chatBot.active .header {
  background-image: linear-gradient(315deg, #1A237E, #7986CB);
}
.tema-indigo #chatBot.active .header h1 {
  color: #fff;
}
.tema-indigo #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #1A237E;
  border-color: #1A237E;
  color: #fff;
}
.tema-indigo #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #1A237E;
}
.tema-indigo #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #E8EAF6;
}
.tema-indigo #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #E7E9F5;
  border-color: #E7E9F5;
  color: #1A237E;
}
.tema-indigo #contatoDados h4,
.tema-indigo #cadastroProduto h4,
.tema-indigo #ProgramaFidelidadePremioItem h4,
.tema-indigo #EmpresaVisualizar h4,
.tema-indigo #EmpresaEditar h4 {
  color: #1A237E;
}
.tema-indigo #contatoDados h4:before,
.tema-indigo #cadastroProduto h4:before,
.tema-indigo #ProgramaFidelidadePremioItem h4:before,
.tema-indigo #EmpresaVisualizar h4:before,
.tema-indigo #EmpresaEditar h4:before {
  background: #E7E9F5;
}
.tema-indigo #contatoDados .userIntro,
.tema-indigo #cadastroProduto .userIntro,
.tema-indigo #ProgramaFidelidadePremioItem .userIntro,
.tema-indigo #EmpresaVisualizar .userIntro,
.tema-indigo #EmpresaEditar .userIntro {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo .eventoIntro,
.tema-indigo .relatorioIntro {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo .pesquisaIntro {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-indigo #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #1A237E !important;
}
.tema-indigo #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-indigo #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #E8EAF6;
}
.tema-indigo #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-indigo #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #1A237E !important;
}
.tema-indigo #contatoConfig .dropZoneFields .itemField .box,
.tema-indigo #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #5C6BC0;
}
.tema-indigo #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-indigo #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #1A237E;
}
.tema-indigo #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-indigo #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-indigo #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-indigo #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #1A237E !important;
}
.tema-indigo #contatoConfig .g .header h4,
.tema-indigo #contatoConfig .g .header i {
  color: #1A237E;
}
.tema-indigo #contatoConfig .g:nth-child(even) {
  background: #E8EAF6;
  border-bottom: 1px dotted #7986CB;
  border-top: 1px dotted #7986CB;
}
.tema-indigo #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-indigo #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-indigo #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-indigo .dataTables_paginate .paginate_button.current,
.tema-indigo .dataTables_paginate .paginate_button.current:hover,
.tema-indigo .dataTables_paginate .paginate_button.current:focus {
  color: #E8EAF6 !important;
  background-color: #3F51B5 !important;
}
.tema-indigo .dropdown-menu > .active > a,
.tema-indigo .dropdown-menu > .active > a:hover,
.tema-indigo .dropdown-menu > .active > a:focus {
  color: #E8EAF6 !important;
  background-color: #3F51B5 !important;
}
.tema-indigo .btn-link:hover,
.tema-indigo .btn-link:focus {
  color: #3F51B5;
}
.tema-indigo .bg-tema {
  background-color: #3F51B5 !important;
}
.tema-indigo .btn.bg-tema {
  background-color: #3F51B5 !important;
  color: #fff;
}
.tema-indigo .border-tema {
  border-color: #3F51B5;
}
.tema-indigo .nicescroll-cursors {
  background-color: #3F51B5 !important;
}
.tema-indigo .addNew button {
  color: #E8EAF6 !important;
  background-color: #3F51B5 !important;
}
.tema-indigo .dbgrid.dragging {
  border: 1px solid #3F51B5;
}
.tema-indigo .dbgrid .table thead {
  background-color: #3F51B5 !important;
  color: #E8EAF6 !important;
}
.tema-indigo .dbgrid .table a {
  color: #3F51B5;
}
.tema-indigo .dbgrid .table a:hover {
  color: #1A237E;
}
.tema-indigo .dbgrid .bottom {
  border-color: #3F51B5 !important;
}
.tema-indigo .packery-drop-placeholder:before {
  outline: 3px dashed #3F51B5 !important;
}
.tema-indigo .loading-chart .coffee_cup {
  border-color: #1A237E;
}
.tema-indigo .loading-chart .coffee_cup:after {
  border-color: #1A237E;
}
.tema-indigo .loading-chart .coffee_cup:before {
  background-color: #1A237E;
  box-shadow: 5px 0px 0px 0px #1A237E, 5px -5px 0px 0px #1A237E, 10px 0px 0px 0px #1A237E;
}
.tema-indigo #loading-default h1 {
  color: #1A237E;
}
.tema-indigo #loading-default h2 {
  color: #303F9F;
}
.tema-indigo #loading-default .coffee_cup {
  border-color: #1A237E;
}
.tema-indigo #loading-default .coffee_cup:after {
  border-color: #1A237E;
}
.tema-indigo #loading-default .coffee_cup:before {
  background-color: #1A237E;
  box-shadow: 5px 0px 0px 0px #1A237E, 5px -5px 0px 0px #1A237E, 10px 0px 0px 0px #1A237E;
}
.tema-indigo #loading-default.step1 .panel {
  background-color: #1A237E;
}
.tema-indigo #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-indigo #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-indigo #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-indigo #loading-default .lds-ring > div {
  border: 3px solid #1A237E;
  border-color: #1A237E transparent transparent transparent;
}
.tema-indigo #gerenciaPerfil h6 {
  color: #1A237E;
}
.tema-indigo #gerenciaPerfil .group {
  border: 1px dotted #7986CB;
}
.tema-indigo .switchery-default {
  background-color: #1A237E !important;
  border-color: #1A237E !important;
  box-shadow: #1A237E 0px 0px 0px 0px inset !important;
}
.tema-indigo .switchery-default small {
  background-color: #fff !important;
}
.tema-indigo.login-container .panel-heading {
  background-color: #1A237E !important;
}
.tema-indigo.login-container .panel-body button {
  background-color: #1A237E !important;
  color: #E8EAF6 !important;
}
.tema-indigo.login-container .panel-body button:hover {
  color: #1A237E !important;
  background-color: #E8EAF6 !important;
}
.tema-indigo.login-container .panel-body ul li a {
  border: 1px solid #1A237E !important;
  color: #1A237E !important;
}
.tema-indigo.login-container .panel-body ul li a:hover {
  color: #E8EAF6 !important;
  background-color: #1A237E !important;
}
.tema-indigo .navbar-header {
  background-color: #1A237E !important;
}
.tema-indigo .DTCR_clonedTable td,
.tema-indigo .DTCR_pointer {
  border-left: 1px dotted #1A237E !important;
  z-index: 99999;
}
.tema-indigo #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #1A237E !important;
}
.tema-indigo #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-indigo #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #E8EAF6 !important;
}
.tema-indigo #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #1A237E !important;
  background-color: #E8EAF6 !important;
}
.tema-indigo #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #1A237E !important;
}
.tema-indigo #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #1A237E !important;
  color: #E8EAF6 !important;
}
.tema-indigo .cke_chrome {
  border: none;
}
.tema-indigo table.hover tr:hover td,
.tema-indigo table.hover tr:focus td {
  border-bottom: 1px solid #1A237E !important;
}
.tema-indigo table.hover tr:hover td:first-child:before,
.tema-indigo table.hover tr:focus td:first-child:before {
  color: #1A237E !important;
}
.tema-indigo .popover.superhint {
  background-color: #1A237E !important;
}
.tema-indigo .popover.superhint .popover-footer {
  background-color: #E8EAF6 !important;
}
.tema-indigo .popover.superhint .popover-footer button {
  background-color: #1A237E !important;
  color: #E8EAF6 !important;
}
.tema-indigo .popover.superhint .popover-title {
  color: #E8EAF6 !important;
}
.tema-indigo .popover.superhint .popover-content {
  color: #E8EAF6 !important;
}
.tema-indigo .popover.superhint .popover-close {
  color: #E8EAF6 !important;
}
.tema-indigo .popover.superhint.left > .arrow {
  border-left-color: #1A237E !important;
}
.tema-indigo .popover.superhint.left > .arrow:after {
  border-left-color: #1A237E !important;
}
.tema-indigo .popover.superhint.right > .arrow {
  border-right-color: #1A237E !important;
}
.tema-indigo .popover.superhint.right > .arrow:after {
  border-right-color: #1A237E !important;
}
.tema-indigo .popover.superhint.top > .arrow {
  border-top-color: #E8EAF6 !important;
}
.tema-indigo .popover.superhint.top > .arrow:after {
  border-top-color: #E8EAF6 !important;
}
.tema-indigo .popover.superhint.bottom > .arrow {
  border-bottom-color: #1A237E !important;
}
.tema-indigo .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #1A237E !important;
}
.tema-indigo .checker span {
  color: #3949AB !important;
  border: 2px solid #3949AB;
}
.tema-indigo .thumb:hover .zoom-image {
  background-color: #3949AB !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-indigo .panel-email-insertType:hover .btn {
  background-color: #3949AB !important;
  color: #E8EAF6 !important;
}
.tema-indigo .stepy-header li div {
  color: #E8EAF6 !important;
}
.tema-indigo .stepy-header li div {
  border-color: #5C6BC0 !important;
  background-color: #5C6BC0 !important;
  color: #E8EAF6 !important;
}
.tema-indigo .stepy-header li span {
  color: #5C6BC0 !important;
}
.tema-indigo .stepy-header li.stepy-active div {
  border-color: #1A237E !important;
  background-color: #1A237E !important;
  color: #E8EAF6 !important;
}
.tema-indigo .stepy-header li.stepy-active span {
  color: #1A237E !important;
}
.tema-indigo .stepy-header li:before,
.tema-indigo .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-indigo .emojSelect a:hover {
  color: #3949AB !important;
}
.tema-indigo .daterangepicker td.active,
.tema-indigo .daterangepicker td.active:hover,
.tema-indigo .daterangepicker td.active:focus {
  background-color: #3949AB !important;
}
.tema-indigo .ranges ul li.active {
  color: #ffffff;
  background-color: #3949AB !important;
}
.tema-indigo .hint-help {
  color: #3949AB !important;
}
.tema-indigo .hasBg .hint-help {
  color: #333333 !important;
}
.tema-indigo .popover-hint,
.tema-indigo .tooltip {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo .tooltip > .tooltip-inner {
  background-color: #1A237E;
}
.tema-indigo .modal-backdrop {
  background-color: #283593 !important;
}
.tema-indigo .border-left-tema {
  border-left-color: #1A237E;
}
.tema-indigo .tema-bg {
  background-color: #283593 !important;
}
.tema-indigo .tema-border {
  border-color: #3949AB;
}
.tema-indigo .tema-text,
.tema-indigo .tema-text:hover,
.tema-indigo .tema-text:focus {
  color: #3949AB !important;
}
.tema-indigo .badge-tema {
  background-color: #1A237E;
  border-color: #1A237E;
}
.tema-indigo > .navbar {
  background-color: #283593;
}
.tema-indigo > .navbar a:hover {
  color: #5C6BC0;
}
.tema-indigo > .navbar a:hover i {
  color: #E7E9F5;
}
.tema-indigo #adesaoPlano > .navbar {
  background-color: #283593;
}
.tema-indigo .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-indigo .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(26, 35, 126, 0.85);
}
.tema-indigo .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-indigo #sidebar_config,
.tema-indigo .sidebar_config {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo #sidebar_config .navigation > li.active > a,
.tema-indigo .sidebar_config .navigation > li.active > a,
.tema-indigo #sidebar_config .navigation > li.active > a:hover,
.tema-indigo .sidebar_config .navigation > li.active > a:hover,
.tema-indigo #sidebar_config .navigation > li.active > a:focus,
.tema-indigo .sidebar_config .navigation > li.active > a:focus {
  background-color: #303F9F;
  color: #ffffff;
}
.tema-indigo .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #1A237E;
}
@media only screen and (min-width: 769px) {
  .tema-indigo .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #1A237E;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-indigo .nav-tabs.nav-justified > li.active > a,
  .tema-indigo .nav-tabs.nav-justified > li.active > a:hover,
  .tema-indigo .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #1A237E;
  }
}
.tema-indigo .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-indigo .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-indigo .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #1A237E;
}
@media (min-width: 769px) {
  .tema-indigo .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-indigo .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-indigo .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #1A237E;
  }
  .tema-indigo .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #1A237E;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-indigo .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #1A237E;
  }
}
@media (max-width: 768px) {
  .tema-indigo .nav-tabs > li.active > a,
  .tema-indigo .nav-tabs > li.active > a:hover,
  .tema-indigo .nav-tabs > li.active > a:focus {
    border-left-color: #1A237E;
    color: #1A237E;
  }
}
@media (min-width: 769px) {
  .tema-indigo .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-indigo .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-indigo .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #1A237E;
  }
}
.tema-indigo #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-indigo #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-indigo #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-indigo #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-indigo #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-indigo #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-indigo #compras #meses table th,
.tema-indigo #carrinho-abandonado #meses table th,
.tema-indigo #compras #meses-carrinho-abandonado table th,
.tema-indigo #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo #compras #meses table tr.highlight td,
.tema-indigo #carrinho-abandonado #meses table tr.highlight td,
.tema-indigo #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-indigo #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #1A237E 1px dotted !important;
  border-bottom: #1A237E 1px dotted !important;
  color: #1A237E;
}
.tema-indigo #compras #meses table tr.highlight td:nth-child(1),
.tema-indigo #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-indigo #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-indigo #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-indigo #compras #meses table tr.highlight td:nth-child(2),
.tema-indigo #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-indigo #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-indigo #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-indigo #compras #meses table td.highlight,
.tema-indigo #carrinho-abandonado #meses table td.highlight,
.tema-indigo #compras #meses-carrinho-abandonado table td.highlight,
.tema-indigo #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #1A237E 1px dotted !important;
  border-right: #1A237E 1px dotted !important;
  color: #1A237E;
}
.tema-indigo #compras #meses table td:nth-child(1),
.tema-indigo #carrinho-abandonado #meses table td:nth-child(1),
.tema-indigo #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-indigo #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #283593;
  color: #fff;
}
.tema-indigo #compras #meses table td:nth-child(1).highlight,
.tema-indigo #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-indigo #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-indigo #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-indigo #compras #meses table td:nth-child(2),
.tema-indigo #carrinho-abandonado #meses table td:nth-child(2),
.tema-indigo #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-indigo #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #303F9F;
  color: #fff;
}
.tema-indigo .form-control:focus {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
.tema-indigo .bootstrap-select .btn-default:focus,
.tema-indigo .bootstrap-select .btn-default.focus,
.tema-indigo .bootstrap-select .btn-default:active,
.tema-indigo .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
.tema-indigo .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #1A237E;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
.tema-indigo .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #1A237E;
}
.tema-indigo .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-indigo .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-indigo .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-indigo .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-indigo .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-indigo .btn-delete:hover,
.tema-indigo .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-indigo .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-indigo .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-indigo .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-indigo .btn-edit:hover,
.tema-indigo .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-indigo .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-indigo .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-indigo .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-indigo .btn-search:hover,
.tema-indigo .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-indigo .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-indigo .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-indigo .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-indigo .btn-save:hover,
.tema-indigo .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-indigo .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-indigo .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-indigo .btn-save-inv:hover,
.tema-indigo .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-indigo .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-indigo .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-indigo .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-indigo .btn-face:hover,
.tema-indigo .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-indigo .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-indigo .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-indigo .btn-default:hover,
.tema-indigo .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-indigo .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-indigo .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-indigo .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-indigo .bootstrap-select .btn-default:focus,
.tema-indigo .bootstrap-select .btn-default:hover,
.tema-indigo .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-indigo .btn-tema-dark10 {
  background: #111754;
  background-color: #111754;
  color: #fff;
}
.tema-indigo .btn-tema-dark10:focus,
.tema-indigo .btn-tema-dark10:hover,
.tema-indigo .btn-tema-dark10 [disabled] {
  background: #090c29;
  background-color: #090c29;
  color: #fff;
}
.tema-indigo .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #1A237E;
}
.tema-indigo .btn-white-inv:focus,
.tema-indigo .btn-white-inv:hover,
.tema-indigo .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-indigo .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-indigo .btn-white:focus,
.tema-indigo .btn-white:hover,
.tema-indigo .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-indigo .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-indigo .btn-new {
  text-transform: none;
  color: #1A237E !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-indigo .btn-new:hover,
.tema-indigo .btn-new [disabled] {
  color: #E8EAF6 !important;
  background-color: #1A237E !important;
}
.tema-indigo .btn-new:focus {
  color: #E8EAF6 !important;
  background-color: #1A237E !important;
}
.tema-indigo .btn-new[disabled] {
  color: #1A237E !important;
  background-color: #E8EAF6 !important;
}
.tema-indigo .content-wrapper::selection {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo .content-wrapper::-moz-selection {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo .content-wrapper::-o-selection {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo .content-wrapper::-ms-selection {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo .content-wrapper::-webkit-selection {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo #cupomExterno {
  background-color: #1A237E;
}
.tema-indigo #cupomExterno h1 {
  color: #1A237E;
}
.tema-indigo #pesquisaExterno {
  background-color: #1A237E;
}
.tema-indigo #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #1A237E;
  color: #1A237E;
}
.tema-indigo #pesquisaExterno .stepy-header li div {
  background-color: #1A237E;
}
.tema-indigo #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1A237E !important;
}
.tema-indigo #pesquisaExterno .stepy-header li:before,
.tema-indigo #pesquisaExterno .stepy-header li:after {
  background-color: #1A237E;
}
.tema-indigo #pesquisaExterno .stepy-header li div {
  border: 2px solid #1A237E;
}
.tema-indigo #pesquisaExterno .border-primary-600 {
  border-color: #1A237E;
}
.tema-indigo #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #1A237E;
}
.tema-indigo #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
.tema-indigo #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-indigo #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-indigo #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-indigo #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
.tema-indigo #pesquisaExterno .checker span {
  border: 2px solid #1A237E;
}
.tema-indigo #pesquisaExterno .irs-slider {
  background-color: #1A237E;
}
.tema-indigo #pesquisaExterno .irs-bar {
  background-color: #1A237E;
}
.tema-indigo #pesquisaExterno .irs-from,
.tema-indigo #pesquisaExterno .irs-to,
.tema-indigo #pesquisaExterno .irs-single {
  background-color: #1A237E;
}
.tema-indigo #pesquisaExterno .form-control:focus {
  border-bottom-color: #1A237E;
  -webkit-box-shadow: 0 1px 0 #1A237E;
  box-shadow: 0 1px 0 #1A237E;
}
.tema-indigo #pesquisaExterno .irs-from:after,
.tema-indigo #pesquisaExterno .irs-to:after,
.tema-indigo #pesquisaExterno .irs-single:after {
  border-top-color: #1A237E;
}
.tema-indigo #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #1A237E;
}
.tema-indigo #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-indigo #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #283593;
  color: white;
}
.tema-indigo #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-indigo #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #1A237E;
  color: white;
}
.tema-indigo #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #111754;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-indigo #pesquisaExterno .stepy-navigator a {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #1A237E;
  color: #fff !important;
}
.tema-indigo #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #1A237E;
  color: #fff !important;
}
.tema-indigo #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-indigo #categoriaProduto #actionsControl {
  background-color: #1A237E;
}
.tema-indigo #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #1A237E;
}
.tema-indigo #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-indigo #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #1A237E;
}
.tema-indigo #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-indigo #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #1A237E;
}
.tema-indigo #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #1A237E;
}
.tema-indigo #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #1A237E;
  color: #fff;
}
.tema-indigo #categoriaProduto #actionsControl .btn-edit,
.tema-indigo #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-indigo #categoriaProduto #actionsControl .btn-edit:hover,
.tema-indigo #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-indigo #categoriaProduto #actionsControl .btn-delete:hover,
.tema-indigo #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-pink {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-pink #ticketGridTopBar {
  background-color: #880E4F;
}
.tema-pink #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #880E4F;
}
.tema-pink #ticket-aba-lateral .panel-heading h6 {
  color: #880E4F;
}
.tema-pink #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #FCE4EC;
  border-color: #F06292;
}
.tema-pink #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #F06292;
}
.tema-pink #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #880E4F;
}
.tema-pink #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #880E4F;
}
.tema-pink .ticketIntro {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink .ticketInfo strong,
.tema-pink .ticketInfo i {
  color: #880E4F;
}
.tema-pink #ticketGrid h1 a {
  color: #880E4F;
}
.tema-pink #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #880E4F;
}
.tema-pink .tokenfield .token:not([class*=bg-]) {
  background-color: #880E4F;
  color: #ffffff;
}
.tema-pink .tokenfield .token:not([class*=bg-]):hover {
  background-color: #FCE4EC;
  color: #880E4F;
}
.tema-pink#EmailDragDropEditor .content #settingsBar h2 {
  color: #880E4F;
}
.tema-pink#EmailDragDropEditor #editBar .box h2 {
  color: #880E4F;
}
.tema-pink#EmailDragDropEditor #editBar .irs-from,
.tema-pink#EmailDragDropEditor #editBar .irs-to,
.tema-pink#EmailDragDropEditor #editBar .irs-single {
  background-color: #880E4F;
}
.tema-pink#EmailDragDropEditor #editBar .irs-from:after,
.tema-pink#EmailDragDropEditor #editBar .irs-to:after,
.tema-pink#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #880E4F;
}
.tema-pink#EmailDragDropEditor #editBar .irs-slider {
  background-color: #880E4F;
}
.tema-pink#EmailDragDropEditor #editBar .irs-bar {
  background-color: #D81B60;
}
.tema-pink#baixaCupomExternoCliente footer {
  background-color: #880E4F;
}
.tema-pink #linkPrivacidade {
  background-color: rgba(136, 14, 79, 0.5);
  color: #FCE4EC;
}
.tema-pink #linkPrivacidade:hover {
  background-color: #880E4F;
}
.tema-pink #formularioExterno .termo i {
  color: #880E4F;
}
.tema-pink #formularioExterno .termo strong {
  color: #880E4F;
}
.tema-pink #formularioExterno .termo a {
  color: #880E4F;
  border-bottom: 1px dotted #880E4F;
}
.tema-pink .modal_boasvindas .modal-body h1 {
  color: #880E4F;
}
.tema-pink .modal_boasvindas .modal-body h2 {
  color: #F06292;
}
.tema-pink .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #F06292;
}
.tema-pink .modal_boasvindas .modal-body strong {
  color: #880E4F;
}
.tema-pink .noui-slider-primary .noUi-handle {
  background-color: #880E4F;
}
.tema-pink .noUi-tooltip {
  background-color: #880E4F;
}
.tema-pink .noUi-connect {
  background-color: #880E4F !important;
}
.tema-pink #detalheColecao .colecaoData h4 {
  color: #880E4F;
}
.tema-pink .panel-tema {
  background-color: #880E4F;
}
.tema-pink .panel-tema h6,
.tema-pink .panel-tema span.center-block {
  color: #fff;
}
.tema-pink .panel-tema input {
  color: #F06292;
}
.tema-pink #toast-container.toast-center-center {
  background-color: rgba(136, 14, 79, 0.7);
}
.tema-pink .cd-top {
  background-color: rgba(136, 14, 79, 0.7);
}
.tema-pink .cd-top i {
  color: #fff;
}
.tema-pink .cd-top:hover {
  background-color: #880E4F;
}
.tema-pink .pagination > .active > a,
.tema-pink .pagination > .active > span,
.tema-pink .pagination > .active > a:hover,
.tema-pink .pagination > .active > span:hover,
.tema-pink .pagination > .active > a:focus,
.tema-pink .pagination > .active > span:focus {
  background-color: #880E4F;
  border-color: #880E4F;
}
.tema-pink #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-pink #edicao .editor_box .action_bar a:hover {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink .responsiveIframe.mobile {
  border: 1px solid #880E4F;
}
.tema-pink .responsiveIframe.mobile #previewHtml {
  border: 1px solid #880E4F;
}
.tema-pink .progress-bar {
  background-color: #880E4F;
}
.tema-pink .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-pink pre[class*="language-"] {
  border-left-color: #880E4F;
}
.tema-pink #pesquisaTabulacao tr.group,
.tema-pink #pesquisaTabulacao tr.group:hover {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink #smsCriar .panel-heading {
  border-bottom: 1px dotted #880E4F;
}
.tema-pink #smsCriar .panel-heading #SmsName {
  color: #880E4F;
}
.tema-pink .br-theme-bars-pill .br-widget a {
  background-color: #FCE4EC;
  color: #880E4F;
}
.tema-pink .br-theme-bars-pill .br-widget a.br-active,
.tema-pink .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #880E4F;
  color: white;
}
.tema-pink .br-theme-bars-pill .br-readonly a.br-active,
.tema-pink .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #880E4F;
}
.tema-pink .pesquisaCriacaoBarra > li a,
.tema-pink .formCriacaoBarra > li a {
  color: #880E4F;
}
.tema-pink .pesquisaCriacaoBarra > li a:hover,
.tema-pink .formCriacaoBarra > li a:hover {
  color: #880E4F;
  background: #fff;
}
.tema-pink .pesquisaCriacaoBarra > li > ul a,
.tema-pink .formCriacaoBarra > li > ul a {
  color: #880E4F;
}
.tema-pink .pesquisaCriacaoBarra > li > ul a:hover,
.tema-pink .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #880E4F;
}
.tema-pink #novaRespTemp {
  border-left: 2px dotted #880E4F !important;
}
.tema-pink #PesquisaCriar .help-block a {
  color: #880E4F;
}
.tema-pink #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #F06292;
}
.tema-pink #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #FCE4EC;
}
.tema-pink #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #880E4F;
}
.tema-pink #questionario .item .menu li a {
  color: #880E4F;
}
.tema-pink #questionario .item.active {
  border-left: 2px solid #880E4F;
}
.tema-pink #questionario .item.active .menu {
  background: #F06292;
}
.tema-pink #questionario .item-placeholder {
  border: 1px dotted #880E4F;
}
.tema-pink #questionario .secao-data {
  color: #880E4F;
}
.tema-pink #dv-resumo-emails-validos ul {
  border: 1px dashed #880E4F;
}
.tema-pink #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #880E4F;
}
.tema-pink #dv-resumo-emails-validos ul li:hover {
  background: #880E4F;
  color: #fff;
}
.tema-pink .cke_editable.cke_focus {
  border-bottom: 2px solid #880E4F;
}
.tema-pink .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-pink #modalDetalheVenda .modal-header,
.tema-pink #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-pink #modalDetalheVenda .vendaDetalhe .intro,
.tema-pink #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #880E4F;
}
.tema-pink span.dicItem {
  border-bottom: dotted 1px #880E4F;
  color: #880E4F;
}
.tema-pink .d3-tip {
  background-color: #880E4F;
}
.tema-pink .fancybox-overlay {
  background-color: rgba(136, 14, 79, 0.8);
}
.tema-pink .fidelidadeItem h1.panel-title {
  color: #880E4F;
}
.tema-pink .fidelidadeItem .infobar li div:hover {
  color: #880E4F;
}
.tema-pink .gerenciaEmailItem h1.panel-title {
  color: #880E4F;
}
.tema-pink .gerenciaEmailItem .infobar li div:hover {
  color: #880E4F;
}
.tema-pink .itemLote .hlight {
  border-bottom: 1px solid #880E4F;
}
.tema-pink .text-tema {
  color: #880E4F;
}
.tema-pink .label-tema-flat {
  color: #880E4F;
  border-color: #880E4F;
}
.tema-pink .label-tema {
  color: #fff;
  background-color: #880E4F;
}
.tema-pink .btn-tema-7 {
  color: #fff;
  background-color: #F06292;
}
.tema-pink .btn-tema {
  color: #fff;
  background-color: #880E4F;
}
.tema-pink .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-pink .btn-tema .checker span.checked {
  border: none;
}
.tema-pink #modalLabSend .modal-body h5 {
  color: #880E4F;
}
.tema-pink .btn-group .btn.active {
  background-color: #880E4F !important;
  color: #fff !important;
}
.tema-pink picker__list-item--selected,
.tema-pink .picker__list-item--selected:hover,
.tema-pink .picker--focused .picker__list-item--selected {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink .UserId.member {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink .UserId.member.inNavBar {
  background-color: #fff;
  color: #880E4F;
}
.tema-pink #EmailName,
.tema-pink #ColecaoName,
.tema-pink #CupomName,
.tema-pink #ProgramaName {
  color: #880E4F;
}
.tema-pink .stepy-navigator {
  border-bottom: 1px dotted #880E4F;
}
.tema-pink #ComunicacaoEmailCriar h4.content-group,
.tema-pink #ProgramaFidelidadeItem h4.content-group {
  color: #880E4F;
}
.tema-pink #sidebar_historico .category-content li {
  border-color: #880E4F;
}
.tema-pink #sidebar_historico .category-content li:before {
  border: 2px solid #880E4F;
}
.tema-pink #sidebar_historico .category-content li:after {
  border-left: 1px solid #880E4F;
  border-right: 1px solid #880E4F;
}
.tema-pink #sidebar_historico .category-content li strong {
  color: #880E4F;
}
.tema-pink .panel-footer.historico a {
  color: #880E4F;
}
.tema-pink #loading-default:not(.step1) {
  background: #880E4F;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-pink #helpPageHeader {
  -o-animation: tema-pink 5s linear infinite alternate both;
  -webkit-animation: tema-pink 5s linear infinite alternate both;
  -moz-animation: tema-pink 5s linear infinite alternate both;
  animation: tema-pink 5s linear infinite alternate both;
}
@-moz-keyframes tema-pink {
  0% {
    background: rgba(136, 14, 79, 0.5);
  }
  100% {
    background: rgba(194, 24, 91, 0.9);
  }
}
@-webkit-keyframes tema-pink {
  0% {
    background: rgba(136, 14, 79, 0.5);
  }
  100% {
    background: rgba(194, 24, 91, 0.9);
  }
}
@keyframes tema-pink {
  0% {
    background: rgba(136, 14, 79, 0.5);
  }
  100% {
    background: rgba(194, 24, 91, 0.9);
  }
}
.tema-pink #helpCenter #categoriasMenu .category-title span {
  color: #880E4F;
}
.tema-pink #helpCenter #CatHeader {
  background: #880E4F;
}
.tema-pink #helpCenter .page-header h4 {
  color: #fff;
}
.tema-pink #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-pink #helpCenter .categoriaBox h2 {
  color: #880E4F;
}
.tema-pink #helpCenter .categoriaItem h1 {
  color: #C2185B;
}
.tema-pink #chatBot #q {
  color: #880E4F;
}
.tema-pink #chatBot #q::-webkit-input-placeholder {
  color: #EC407A;
}
.tema-pink #chatBot #q:-moz-placeholder {
  color: #EC407A;
}
.tema-pink #chatBot #send {
  background-color: #880E4F;
}
.tema-pink #chatBot.active .header {
  background-image: linear-gradient(315deg, #880E4F, #F06292);
}
.tema-pink #chatBot.active .header h1 {
  color: #fff;
}
.tema-pink #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #880E4F;
  border-color: #880E4F;
  color: #fff;
}
.tema-pink #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #880E4F;
}
.tema-pink #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #FCE4EC;
}
.tema-pink #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #F06292;
  border-color: #F06292;
  color: #880E4F;
}
.tema-pink #contatoDados h4,
.tema-pink #cadastroProduto h4,
.tema-pink #ProgramaFidelidadePremioItem h4,
.tema-pink #EmpresaVisualizar h4,
.tema-pink #EmpresaEditar h4 {
  color: #880E4F;
}
.tema-pink #contatoDados h4:before,
.tema-pink #cadastroProduto h4:before,
.tema-pink #ProgramaFidelidadePremioItem h4:before,
.tema-pink #EmpresaVisualizar h4:before,
.tema-pink #EmpresaEditar h4:before {
  background: #F06292;
}
.tema-pink #contatoDados .userIntro,
.tema-pink #cadastroProduto .userIntro,
.tema-pink #ProgramaFidelidadePremioItem .userIntro,
.tema-pink #EmpresaVisualizar .userIntro,
.tema-pink #EmpresaEditar .userIntro {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink .eventoIntro,
.tema-pink .relatorioIntro {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink .pesquisaIntro {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-pink #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #880E4F !important;
}
.tema-pink #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-pink #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #FCE4EC;
}
.tema-pink #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-pink #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #880E4F !important;
}
.tema-pink #contatoConfig .dropZoneFields .itemField .box,
.tema-pink #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #EC407A;
}
.tema-pink #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-pink #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #880E4F;
}
.tema-pink #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-pink #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-pink #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-pink #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #880E4F !important;
}
.tema-pink #contatoConfig .g .header h4,
.tema-pink #contatoConfig .g .header i {
  color: #880E4F;
}
.tema-pink #contatoConfig .g:nth-child(even) {
  background: #FCE4EC;
  border-bottom: 1px dotted #F06292;
  border-top: 1px dotted #F06292;
}
.tema-pink #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-pink #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-pink #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-pink .dataTables_paginate .paginate_button.current,
.tema-pink .dataTables_paginate .paginate_button.current:hover,
.tema-pink .dataTables_paginate .paginate_button.current:focus {
  color: #FCE4EC !important;
  background-color: #E91E63 !important;
}
.tema-pink .dropdown-menu > .active > a,
.tema-pink .dropdown-menu > .active > a:hover,
.tema-pink .dropdown-menu > .active > a:focus {
  color: #FCE4EC !important;
  background-color: #E91E63 !important;
}
.tema-pink .btn-link:hover,
.tema-pink .btn-link:focus {
  color: #E91E63;
}
.tema-pink .bg-tema {
  background-color: #E91E63 !important;
}
.tema-pink .btn.bg-tema {
  background-color: #E91E63 !important;
  color: #fff;
}
.tema-pink .border-tema {
  border-color: #E91E63;
}
.tema-pink .nicescroll-cursors {
  background-color: #E91E63 !important;
}
.tema-pink .addNew button {
  color: #FCE4EC !important;
  background-color: #E91E63 !important;
}
.tema-pink .dbgrid.dragging {
  border: 1px solid #E91E63;
}
.tema-pink .dbgrid .table thead {
  background-color: #E91E63 !important;
  color: #FCE4EC !important;
}
.tema-pink .dbgrid .table a {
  color: #E91E63;
}
.tema-pink .dbgrid .table a:hover {
  color: #880E4F;
}
.tema-pink .dbgrid .bottom {
  border-color: #E91E63 !important;
}
.tema-pink .packery-drop-placeholder:before {
  outline: 3px dashed #E91E63 !important;
}
.tema-pink .loading-chart .coffee_cup {
  border-color: #880E4F;
}
.tema-pink .loading-chart .coffee_cup:after {
  border-color: #880E4F;
}
.tema-pink .loading-chart .coffee_cup:before {
  background-color: #880E4F;
  box-shadow: 5px 0px 0px 0px #880E4F, 5px -5px 0px 0px #880E4F, 10px 0px 0px 0px #880E4F;
}
.tema-pink #loading-default h1 {
  color: #880E4F;
}
.tema-pink #loading-default h2 {
  color: #C2185B;
}
.tema-pink #loading-default .coffee_cup {
  border-color: #880E4F;
}
.tema-pink #loading-default .coffee_cup:after {
  border-color: #880E4F;
}
.tema-pink #loading-default .coffee_cup:before {
  background-color: #880E4F;
  box-shadow: 5px 0px 0px 0px #880E4F, 5px -5px 0px 0px #880E4F, 10px 0px 0px 0px #880E4F;
}
.tema-pink #loading-default.step1 .panel {
  background-color: #880E4F;
}
.tema-pink #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-pink #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-pink #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-pink #loading-default .lds-ring > div {
  border: 3px solid #880E4F;
  border-color: #880E4F transparent transparent transparent;
}
.tema-pink #gerenciaPerfil h6 {
  color: #880E4F;
}
.tema-pink #gerenciaPerfil .group {
  border: 1px dotted #F06292;
}
.tema-pink .switchery-default {
  background-color: #880E4F !important;
  border-color: #880E4F !important;
  box-shadow: #880E4F 0px 0px 0px 0px inset !important;
}
.tema-pink .switchery-default small {
  background-color: #fff !important;
}
.tema-pink.login-container .panel-heading {
  background-color: #880E4F !important;
}
.tema-pink.login-container .panel-body button {
  background-color: #880E4F !important;
  color: #FCE4EC !important;
}
.tema-pink.login-container .panel-body button:hover {
  color: #880E4F !important;
  background-color: #FCE4EC !important;
}
.tema-pink.login-container .panel-body ul li a {
  border: 1px solid #880E4F !important;
  color: #880E4F !important;
}
.tema-pink.login-container .panel-body ul li a:hover {
  color: #FCE4EC !important;
  background-color: #880E4F !important;
}
.tema-pink .navbar-header {
  background-color: #880E4F !important;
}
.tema-pink .DTCR_clonedTable td,
.tema-pink .DTCR_pointer {
  border-left: 1px dotted #880E4F !important;
  z-index: 99999;
}
.tema-pink #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #880E4F !important;
}
.tema-pink #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-pink #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #FCE4EC !important;
}
.tema-pink #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #880E4F !important;
  background-color: #FCE4EC !important;
}
.tema-pink #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #880E4F !important;
}
.tema-pink #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #880E4F !important;
  color: #FCE4EC !important;
}
.tema-pink .cke_chrome {
  border: none;
}
.tema-pink table.hover tr:hover td,
.tema-pink table.hover tr:focus td {
  border-bottom: 1px solid #880E4F !important;
}
.tema-pink table.hover tr:hover td:first-child:before,
.tema-pink table.hover tr:focus td:first-child:before {
  color: #880E4F !important;
}
.tema-pink .popover.superhint {
  background-color: #880E4F !important;
}
.tema-pink .popover.superhint .popover-footer {
  background-color: #FCE4EC !important;
}
.tema-pink .popover.superhint .popover-footer button {
  background-color: #880E4F !important;
  color: #FCE4EC !important;
}
.tema-pink .popover.superhint .popover-title {
  color: #FCE4EC !important;
}
.tema-pink .popover.superhint .popover-content {
  color: #FCE4EC !important;
}
.tema-pink .popover.superhint .popover-close {
  color: #FCE4EC !important;
}
.tema-pink .popover.superhint.left > .arrow {
  border-left-color: #880E4F !important;
}
.tema-pink .popover.superhint.left > .arrow:after {
  border-left-color: #880E4F !important;
}
.tema-pink .popover.superhint.right > .arrow {
  border-right-color: #880E4F !important;
}
.tema-pink .popover.superhint.right > .arrow:after {
  border-right-color: #880E4F !important;
}
.tema-pink .popover.superhint.top > .arrow {
  border-top-color: #FCE4EC !important;
}
.tema-pink .popover.superhint.top > .arrow:after {
  border-top-color: #FCE4EC !important;
}
.tema-pink .popover.superhint.bottom > .arrow {
  border-bottom-color: #880E4F !important;
}
.tema-pink .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #880E4F !important;
}
.tema-pink .checker span {
  color: #D81B60 !important;
  border: 2px solid #D81B60;
}
.tema-pink .thumb:hover .zoom-image {
  background-color: #D81B60 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-pink .panel-email-insertType:hover .btn {
  background-color: #D81B60 !important;
  color: #FCE4EC !important;
}
.tema-pink .stepy-header li div {
  color: #FCE4EC !important;
}
.tema-pink .stepy-header li div {
  border-color: #EC407A !important;
  background-color: #EC407A !important;
  color: #FCE4EC !important;
}
.tema-pink .stepy-header li span {
  color: #EC407A !important;
}
.tema-pink .stepy-header li.stepy-active div {
  border-color: #880E4F !important;
  background-color: #880E4F !important;
  color: #FCE4EC !important;
}
.tema-pink .stepy-header li.stepy-active span {
  color: #880E4F !important;
}
.tema-pink .stepy-header li:before,
.tema-pink .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-pink .emojSelect a:hover {
  color: #D81B60 !important;
}
.tema-pink .daterangepicker td.active,
.tema-pink .daterangepicker td.active:hover,
.tema-pink .daterangepicker td.active:focus {
  background-color: #D81B60 !important;
}
.tema-pink .ranges ul li.active {
  color: #ffffff;
  background-color: #D81B60 !important;
}
.tema-pink .hint-help {
  color: #D81B60 !important;
}
.tema-pink .hasBg .hint-help {
  color: #333333 !important;
}
.tema-pink .popover-hint,
.tema-pink .tooltip {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink .tooltip > .tooltip-inner {
  background-color: #880E4F;
}
.tema-pink .modal-backdrop {
  background-color: #AD1457 !important;
}
.tema-pink .border-left-tema {
  border-left-color: #880E4F;
}
.tema-pink .tema-bg {
  background-color: #AD1457 !important;
}
.tema-pink .tema-border {
  border-color: #D81B60;
}
.tema-pink .tema-text,
.tema-pink .tema-text:hover,
.tema-pink .tema-text:focus {
  color: #D81B60 !important;
}
.tema-pink .badge-tema {
  background-color: #880E4F;
  border-color: #880E4F;
}
.tema-pink > .navbar {
  background-color: #AD1457;
}
.tema-pink > .navbar a:hover {
  color: #EC407A;
}
.tema-pink > .navbar a:hover i {
  color: #F06292;
}
.tema-pink #adesaoPlano > .navbar {
  background-color: #AD1457;
}
.tema-pink .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-pink .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(136, 14, 79, 0.85);
}
.tema-pink .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-pink #sidebar_config,
.tema-pink .sidebar_config {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink #sidebar_config .navigation > li.active > a,
.tema-pink .sidebar_config .navigation > li.active > a,
.tema-pink #sidebar_config .navigation > li.active > a:hover,
.tema-pink .sidebar_config .navigation > li.active > a:hover,
.tema-pink #sidebar_config .navigation > li.active > a:focus,
.tema-pink .sidebar_config .navigation > li.active > a:focus {
  background-color: #C2185B;
  color: #ffffff;
}
.tema-pink .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #880E4F;
}
@media only screen and (min-width: 769px) {
  .tema-pink .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #880E4F;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-pink .nav-tabs.nav-justified > li.active > a,
  .tema-pink .nav-tabs.nav-justified > li.active > a:hover,
  .tema-pink .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #880E4F;
  }
}
.tema-pink .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-pink .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-pink .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #880E4F;
}
@media (min-width: 769px) {
  .tema-pink .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-pink .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-pink .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #880E4F;
  }
  .tema-pink .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #880E4F;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-pink .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #880E4F;
  }
}
@media (max-width: 768px) {
  .tema-pink .nav-tabs > li.active > a,
  .tema-pink .nav-tabs > li.active > a:hover,
  .tema-pink .nav-tabs > li.active > a:focus {
    border-left-color: #880E4F;
    color: #880E4F;
  }
}
@media (min-width: 769px) {
  .tema-pink .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-pink .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-pink .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #880E4F;
  }
}
.tema-pink #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-pink #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-pink #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-pink #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-pink #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-pink #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-pink #compras #meses table th,
.tema-pink #carrinho-abandonado #meses table th,
.tema-pink #compras #meses-carrinho-abandonado table th,
.tema-pink #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink #compras #meses table tr.highlight td,
.tema-pink #carrinho-abandonado #meses table tr.highlight td,
.tema-pink #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-pink #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #880E4F 1px dotted !important;
  border-bottom: #880E4F 1px dotted !important;
  color: #880E4F;
}
.tema-pink #compras #meses table tr.highlight td:nth-child(1),
.tema-pink #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-pink #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-pink #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-pink #compras #meses table tr.highlight td:nth-child(2),
.tema-pink #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-pink #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-pink #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-pink #compras #meses table td.highlight,
.tema-pink #carrinho-abandonado #meses table td.highlight,
.tema-pink #compras #meses-carrinho-abandonado table td.highlight,
.tema-pink #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #880E4F 1px dotted !important;
  border-right: #880E4F 1px dotted !important;
  color: #880E4F;
}
.tema-pink #compras #meses table td:nth-child(1),
.tema-pink #carrinho-abandonado #meses table td:nth-child(1),
.tema-pink #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-pink #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #AD1457;
  color: #fff;
}
.tema-pink #compras #meses table td:nth-child(1).highlight,
.tema-pink #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-pink #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-pink #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-pink #compras #meses table td:nth-child(2),
.tema-pink #carrinho-abandonado #meses table td:nth-child(2),
.tema-pink #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-pink #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #C2185B;
  color: #fff;
}
.tema-pink .form-control:focus {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
.tema-pink .bootstrap-select .btn-default:focus,
.tema-pink .bootstrap-select .btn-default.focus,
.tema-pink .bootstrap-select .btn-default:active,
.tema-pink .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
.tema-pink .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #880E4F;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
.tema-pink .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #880E4F;
}
.tema-pink .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-pink .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-pink .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-pink .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-pink .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-pink .btn-delete:hover,
.tema-pink .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-pink .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-pink .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-pink .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-pink .btn-edit:hover,
.tema-pink .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-pink .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-pink .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-pink .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-pink .btn-search:hover,
.tema-pink .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-pink .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-pink .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-pink .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-pink .btn-save:hover,
.tema-pink .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-pink .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-pink .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-pink .btn-save-inv:hover,
.tema-pink .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-pink .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-pink .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-pink .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-pink .btn-face:hover,
.tema-pink .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-pink .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-pink .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-pink .btn-default:hover,
.tema-pink .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-pink .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-pink .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-pink .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-pink .bootstrap-select .btn-default:focus,
.tema-pink .bootstrap-select .btn-default:hover,
.tema-pink .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-pink .btn-tema-dark10 {
  background: #5a0934;
  background-color: #5a0934;
  color: #fff;
}
.tema-pink .btn-tema-dark10:focus,
.tema-pink .btn-tema-dark10:hover,
.tema-pink .btn-tema-dark10 [disabled] {
  background: #2c0419;
  background-color: #2c0419;
  color: #fff;
}
.tema-pink .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #880E4F;
}
.tema-pink .btn-white-inv:focus,
.tema-pink .btn-white-inv:hover,
.tema-pink .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-pink .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-pink .btn-white:focus,
.tema-pink .btn-white:hover,
.tema-pink .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-pink .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-pink .btn-new {
  text-transform: none;
  color: #880E4F !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-pink .btn-new:hover,
.tema-pink .btn-new [disabled] {
  color: #FCE4EC !important;
  background-color: #880E4F !important;
}
.tema-pink .btn-new:focus {
  color: #FCE4EC !important;
  background-color: #880E4F !important;
}
.tema-pink .btn-new[disabled] {
  color: #880E4F !important;
  background-color: #FCE4EC !important;
}
.tema-pink .content-wrapper::selection {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink .content-wrapper::-moz-selection {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink .content-wrapper::-o-selection {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink .content-wrapper::-ms-selection {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink .content-wrapper::-webkit-selection {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink #cupomExterno {
  background-color: #880E4F;
}
.tema-pink #cupomExterno h1 {
  color: #880E4F;
}
.tema-pink #pesquisaExterno {
  background-color: #880E4F;
}
.tema-pink #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #880E4F;
  color: #880E4F;
}
.tema-pink #pesquisaExterno .stepy-header li div {
  background-color: #880E4F;
}
.tema-pink #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #880E4F !important;
}
.tema-pink #pesquisaExterno .stepy-header li:before,
.tema-pink #pesquisaExterno .stepy-header li:after {
  background-color: #880E4F;
}
.tema-pink #pesquisaExterno .stepy-header li div {
  border: 2px solid #880E4F;
}
.tema-pink #pesquisaExterno .border-primary-600 {
  border-color: #880E4F;
}
.tema-pink #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #880E4F;
}
.tema-pink #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
.tema-pink #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-pink #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-pink #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-pink #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
.tema-pink #pesquisaExterno .checker span {
  border: 2px solid #880E4F;
}
.tema-pink #pesquisaExterno .irs-slider {
  background-color: #880E4F;
}
.tema-pink #pesquisaExterno .irs-bar {
  background-color: #880E4F;
}
.tema-pink #pesquisaExterno .irs-from,
.tema-pink #pesquisaExterno .irs-to,
.tema-pink #pesquisaExterno .irs-single {
  background-color: #880E4F;
}
.tema-pink #pesquisaExterno .form-control:focus {
  border-bottom-color: #880E4F;
  -webkit-box-shadow: 0 1px 0 #880E4F;
  box-shadow: 0 1px 0 #880E4F;
}
.tema-pink #pesquisaExterno .irs-from:after,
.tema-pink #pesquisaExterno .irs-to:after,
.tema-pink #pesquisaExterno .irs-single:after {
  border-top-color: #880E4F;
}
.tema-pink #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #880E4F;
}
.tema-pink #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-pink #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #AD1457;
  color: white;
}
.tema-pink #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-pink #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #880E4F;
  color: white;
}
.tema-pink #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #5a0934;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-pink #pesquisaExterno .stepy-navigator a {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #880E4F;
  color: #fff !important;
}
.tema-pink #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #880E4F;
  color: #fff !important;
}
.tema-pink #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-pink #categoriaProduto #actionsControl {
  background-color: #880E4F;
}
.tema-pink #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #880E4F;
}
.tema-pink #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-pink #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #880E4F;
}
.tema-pink #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-pink #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #880E4F;
}
.tema-pink #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #880E4F;
}
.tema-pink #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #880E4F;
  color: #fff;
}
.tema-pink #categoriaProduto #actionsControl .btn-edit,
.tema-pink #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-pink #categoriaProduto #actionsControl .btn-edit:hover,
.tema-pink #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-pink #categoriaProduto #actionsControl .btn-delete:hover,
.tema-pink #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-violet {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-violet #ticketGridTopBar {
  background-color: #4A148C;
}
.tema-violet #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #4A148C;
}
.tema-violet #ticket-aba-lateral .panel-heading h6 {
  color: #4A148C;
}
.tema-violet #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #F3E5F5;
  border-color: #BA68C8;
}
.tema-violet #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #BA68C8;
}
.tema-violet #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #4A148C;
}
.tema-violet #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #4A148C;
}
.tema-violet .ticketIntro {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet .ticketInfo strong,
.tema-violet .ticketInfo i {
  color: #4A148C;
}
.tema-violet #ticketGrid h1 a {
  color: #4A148C;
}
.tema-violet #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #4A148C;
}
.tema-violet .tokenfield .token:not([class*=bg-]) {
  background-color: #4A148C;
  color: #ffffff;
}
.tema-violet .tokenfield .token:not([class*=bg-]):hover {
  background-color: #F3E5F5;
  color: #4A148C;
}
.tema-violet#EmailDragDropEditor .content #settingsBar h2 {
  color: #4A148C;
}
.tema-violet#EmailDragDropEditor #editBar .box h2 {
  color: #4A148C;
}
.tema-violet#EmailDragDropEditor #editBar .irs-from,
.tema-violet#EmailDragDropEditor #editBar .irs-to,
.tema-violet#EmailDragDropEditor #editBar .irs-single {
  background-color: #4A148C;
}
.tema-violet#EmailDragDropEditor #editBar .irs-from:after,
.tema-violet#EmailDragDropEditor #editBar .irs-to:after,
.tema-violet#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #4A148C;
}
.tema-violet#EmailDragDropEditor #editBar .irs-slider {
  background-color: #4A148C;
}
.tema-violet#EmailDragDropEditor #editBar .irs-bar {
  background-color: #8E24AA;
}
.tema-violet#baixaCupomExternoCliente footer {
  background-color: #4A148C;
}
.tema-violet #linkPrivacidade {
  background-color: rgba(74, 20, 140, 0.5);
  color: #F3E5F5;
}
.tema-violet #linkPrivacidade:hover {
  background-color: #4A148C;
}
.tema-violet #formularioExterno .termo i {
  color: #4A148C;
}
.tema-violet #formularioExterno .termo strong {
  color: #4A148C;
}
.tema-violet #formularioExterno .termo a {
  color: #4A148C;
  border-bottom: 1px dotted #4A148C;
}
.tema-violet .modal_boasvindas .modal-body h1 {
  color: #4A148C;
}
.tema-violet .modal_boasvindas .modal-body h2 {
  color: #BA68C8;
}
.tema-violet .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #BA68C8;
}
.tema-violet .modal_boasvindas .modal-body strong {
  color: #4A148C;
}
.tema-violet .noui-slider-primary .noUi-handle {
  background-color: #4A148C;
}
.tema-violet .noUi-tooltip {
  background-color: #4A148C;
}
.tema-violet .noUi-connect {
  background-color: #4A148C !important;
}
.tema-violet #detalheColecao .colecaoData h4 {
  color: #4A148C;
}
.tema-violet .panel-tema {
  background-color: #4A148C;
}
.tema-violet .panel-tema h6,
.tema-violet .panel-tema span.center-block {
  color: #fff;
}
.tema-violet .panel-tema input {
  color: #BA68C8;
}
.tema-violet #toast-container.toast-center-center {
  background-color: rgba(74, 20, 140, 0.7);
}
.tema-violet .cd-top {
  background-color: rgba(74, 20, 140, 0.7);
}
.tema-violet .cd-top i {
  color: #fff;
}
.tema-violet .cd-top:hover {
  background-color: #4A148C;
}
.tema-violet .pagination > .active > a,
.tema-violet .pagination > .active > span,
.tema-violet .pagination > .active > a:hover,
.tema-violet .pagination > .active > span:hover,
.tema-violet .pagination > .active > a:focus,
.tema-violet .pagination > .active > span:focus {
  background-color: #4A148C;
  border-color: #4A148C;
}
.tema-violet #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-violet #edicao .editor_box .action_bar a:hover {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet .responsiveIframe.mobile {
  border: 1px solid #4A148C;
}
.tema-violet .responsiveIframe.mobile #previewHtml {
  border: 1px solid #4A148C;
}
.tema-violet .progress-bar {
  background-color: #4A148C;
}
.tema-violet .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-violet pre[class*="language-"] {
  border-left-color: #4A148C;
}
.tema-violet #pesquisaTabulacao tr.group,
.tema-violet #pesquisaTabulacao tr.group:hover {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet #smsCriar .panel-heading {
  border-bottom: 1px dotted #4A148C;
}
.tema-violet #smsCriar .panel-heading #SmsName {
  color: #4A148C;
}
.tema-violet .br-theme-bars-pill .br-widget a {
  background-color: #F3E5F5;
  color: #4A148C;
}
.tema-violet .br-theme-bars-pill .br-widget a.br-active,
.tema-violet .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #4A148C;
  color: white;
}
.tema-violet .br-theme-bars-pill .br-readonly a.br-active,
.tema-violet .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #4A148C;
}
.tema-violet .pesquisaCriacaoBarra > li a,
.tema-violet .formCriacaoBarra > li a {
  color: #4A148C;
}
.tema-violet .pesquisaCriacaoBarra > li a:hover,
.tema-violet .formCriacaoBarra > li a:hover {
  color: #4A148C;
  background: #fff;
}
.tema-violet .pesquisaCriacaoBarra > li > ul a,
.tema-violet .formCriacaoBarra > li > ul a {
  color: #4A148C;
}
.tema-violet .pesquisaCriacaoBarra > li > ul a:hover,
.tema-violet .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #4A148C;
}
.tema-violet #novaRespTemp {
  border-left: 2px dotted #4A148C !important;
}
.tema-violet #PesquisaCriar .help-block a {
  color: #4A148C;
}
.tema-violet #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #BA68C8;
}
.tema-violet #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #F3E5F5;
}
.tema-violet #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #4A148C;
}
.tema-violet #questionario .item .menu li a {
  color: #4A148C;
}
.tema-violet #questionario .item.active {
  border-left: 2px solid #4A148C;
}
.tema-violet #questionario .item.active .menu {
  background: #BA68C8;
}
.tema-violet #questionario .item-placeholder {
  border: 1px dotted #4A148C;
}
.tema-violet #questionario .secao-data {
  color: #4A148C;
}
.tema-violet #dv-resumo-emails-validos ul {
  border: 1px dashed #4A148C;
}
.tema-violet #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #4A148C;
}
.tema-violet #dv-resumo-emails-validos ul li:hover {
  background: #4A148C;
  color: #fff;
}
.tema-violet .cke_editable.cke_focus {
  border-bottom: 2px solid #4A148C;
}
.tema-violet .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-violet #modalDetalheVenda .modal-header,
.tema-violet #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-violet #modalDetalheVenda .vendaDetalhe .intro,
.tema-violet #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #4A148C;
}
.tema-violet span.dicItem {
  border-bottom: dotted 1px #4A148C;
  color: #4A148C;
}
.tema-violet .d3-tip {
  background-color: #4A148C;
}
.tema-violet .fancybox-overlay {
  background-color: rgba(74, 20, 140, 0.8);
}
.tema-violet .fidelidadeItem h1.panel-title {
  color: #4A148C;
}
.tema-violet .fidelidadeItem .infobar li div:hover {
  color: #4A148C;
}
.tema-violet .gerenciaEmailItem h1.panel-title {
  color: #4A148C;
}
.tema-violet .gerenciaEmailItem .infobar li div:hover {
  color: #4A148C;
}
.tema-violet .itemLote .hlight {
  border-bottom: 1px solid #4A148C;
}
.tema-violet .text-tema {
  color: #4A148C;
}
.tema-violet .label-tema-flat {
  color: #4A148C;
  border-color: #4A148C;
}
.tema-violet .label-tema {
  color: #fff;
  background-color: #4A148C;
}
.tema-violet .btn-tema-7 {
  color: #fff;
  background-color: #BA68C8;
}
.tema-violet .btn-tema {
  color: #fff;
  background-color: #4A148C;
}
.tema-violet .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-violet .btn-tema .checker span.checked {
  border: none;
}
.tema-violet #modalLabSend .modal-body h5 {
  color: #4A148C;
}
.tema-violet .btn-group .btn.active {
  background-color: #4A148C !important;
  color: #fff !important;
}
.tema-violet picker__list-item--selected,
.tema-violet .picker__list-item--selected:hover,
.tema-violet .picker--focused .picker__list-item--selected {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet .UserId.member {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet .UserId.member.inNavBar {
  background-color: #fff;
  color: #4A148C;
}
.tema-violet #EmailName,
.tema-violet #ColecaoName,
.tema-violet #CupomName,
.tema-violet #ProgramaName {
  color: #4A148C;
}
.tema-violet .stepy-navigator {
  border-bottom: 1px dotted #4A148C;
}
.tema-violet #ComunicacaoEmailCriar h4.content-group,
.tema-violet #ProgramaFidelidadeItem h4.content-group {
  color: #4A148C;
}
.tema-violet #sidebar_historico .category-content li {
  border-color: #4A148C;
}
.tema-violet #sidebar_historico .category-content li:before {
  border: 2px solid #4A148C;
}
.tema-violet #sidebar_historico .category-content li:after {
  border-left: 1px solid #4A148C;
  border-right: 1px solid #4A148C;
}
.tema-violet #sidebar_historico .category-content li strong {
  color: #4A148C;
}
.tema-violet .panel-footer.historico a {
  color: #4A148C;
}
.tema-violet #loading-default:not(.step1) {
  background: #4A148C;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-violet #helpPageHeader {
  -o-animation: tema-violet 5s linear infinite alternate both;
  -webkit-animation: tema-violet 5s linear infinite alternate both;
  -moz-animation: tema-violet 5s linear infinite alternate both;
  animation: tema-violet 5s linear infinite alternate both;
}
@-moz-keyframes tema-violet {
  0% {
    background: rgba(74, 20, 140, 0.5);
  }
  100% {
    background: rgba(123, 31, 162, 0.9);
  }
}
@-webkit-keyframes tema-violet {
  0% {
    background: rgba(74, 20, 140, 0.5);
  }
  100% {
    background: rgba(123, 31, 162, 0.9);
  }
}
@keyframes tema-violet {
  0% {
    background: rgba(74, 20, 140, 0.5);
  }
  100% {
    background: rgba(123, 31, 162, 0.9);
  }
}
.tema-violet #helpCenter #categoriasMenu .category-title span {
  color: #4A148C;
}
.tema-violet #helpCenter #CatHeader {
  background: #4A148C;
}
.tema-violet #helpCenter .page-header h4 {
  color: #fff;
}
.tema-violet #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-violet #helpCenter .categoriaBox h2 {
  color: #4A148C;
}
.tema-violet #helpCenter .categoriaItem h1 {
  color: #7B1FA2;
}
.tema-violet #chatBot #q {
  color: #4A148C;
}
.tema-violet #chatBot #q::-webkit-input-placeholder {
  color: #AB47BC;
}
.tema-violet #chatBot #q:-moz-placeholder {
  color: #AB47BC;
}
.tema-violet #chatBot #send {
  background-color: #4A148C;
}
.tema-violet #chatBot.active .header {
  background-image: linear-gradient(315deg, #4A148C, #BA68C8);
}
.tema-violet #chatBot.active .header h1 {
  color: #fff;
}
.tema-violet #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #4A148C;
  border-color: #4A148C;
  color: #fff;
}
.tema-violet #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #4A148C;
}
.tema-violet #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #F3E5F5;
}
.tema-violet #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #BA68C8;
  border-color: #BA68C8;
  color: #4A148C;
}
.tema-violet #contatoDados h4,
.tema-violet #cadastroProduto h4,
.tema-violet #ProgramaFidelidadePremioItem h4,
.tema-violet #EmpresaVisualizar h4,
.tema-violet #EmpresaEditar h4 {
  color: #4A148C;
}
.tema-violet #contatoDados h4:before,
.tema-violet #cadastroProduto h4:before,
.tema-violet #ProgramaFidelidadePremioItem h4:before,
.tema-violet #EmpresaVisualizar h4:before,
.tema-violet #EmpresaEditar h4:before {
  background: #BA68C8;
}
.tema-violet #contatoDados .userIntro,
.tema-violet #cadastroProduto .userIntro,
.tema-violet #ProgramaFidelidadePremioItem .userIntro,
.tema-violet #EmpresaVisualizar .userIntro,
.tema-violet #EmpresaEditar .userIntro {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet .eventoIntro,
.tema-violet .relatorioIntro {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet .pesquisaIntro {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-violet #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #4A148C !important;
}
.tema-violet #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-violet #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #F3E5F5;
}
.tema-violet #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-violet #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #4A148C !important;
}
.tema-violet #contatoConfig .dropZoneFields .itemField .box,
.tema-violet #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #AB47BC;
}
.tema-violet #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-violet #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #4A148C;
}
.tema-violet #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-violet #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-violet #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-violet #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #4A148C !important;
}
.tema-violet #contatoConfig .g .header h4,
.tema-violet #contatoConfig .g .header i {
  color: #4A148C;
}
.tema-violet #contatoConfig .g:nth-child(even) {
  background: #F3E5F5;
  border-bottom: 1px dotted #BA68C8;
  border-top: 1px dotted #BA68C8;
}
.tema-violet #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-violet #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-violet #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-violet .dataTables_paginate .paginate_button.current,
.tema-violet .dataTables_paginate .paginate_button.current:hover,
.tema-violet .dataTables_paginate .paginate_button.current:focus {
  color: #F3E5F5 !important;
  background-color: #9C27B0 !important;
}
.tema-violet .dropdown-menu > .active > a,
.tema-violet .dropdown-menu > .active > a:hover,
.tema-violet .dropdown-menu > .active > a:focus {
  color: #F3E5F5 !important;
  background-color: #9C27B0 !important;
}
.tema-violet .btn-link:hover,
.tema-violet .btn-link:focus {
  color: #9C27B0;
}
.tema-violet .bg-tema {
  background-color: #9C27B0 !important;
}
.tema-violet .btn.bg-tema {
  background-color: #9C27B0 !important;
  color: #fff;
}
.tema-violet .border-tema {
  border-color: #9C27B0;
}
.tema-violet .nicescroll-cursors {
  background-color: #9C27B0 !important;
}
.tema-violet .addNew button {
  color: #F3E5F5 !important;
  background-color: #9C27B0 !important;
}
.tema-violet .dbgrid.dragging {
  border: 1px solid #9C27B0;
}
.tema-violet .dbgrid .table thead {
  background-color: #9C27B0 !important;
  color: #F3E5F5 !important;
}
.tema-violet .dbgrid .table a {
  color: #9C27B0;
}
.tema-violet .dbgrid .table a:hover {
  color: #4A148C;
}
.tema-violet .dbgrid .bottom {
  border-color: #9C27B0 !important;
}
.tema-violet .packery-drop-placeholder:before {
  outline: 3px dashed #9C27B0 !important;
}
.tema-violet .loading-chart .coffee_cup {
  border-color: #4A148C;
}
.tema-violet .loading-chart .coffee_cup:after {
  border-color: #4A148C;
}
.tema-violet .loading-chart .coffee_cup:before {
  background-color: #4A148C;
  box-shadow: 5px 0px 0px 0px #4A148C, 5px -5px 0px 0px #4A148C, 10px 0px 0px 0px #4A148C;
}
.tema-violet #loading-default h1 {
  color: #4A148C;
}
.tema-violet #loading-default h2 {
  color: #7B1FA2;
}
.tema-violet #loading-default .coffee_cup {
  border-color: #4A148C;
}
.tema-violet #loading-default .coffee_cup:after {
  border-color: #4A148C;
}
.tema-violet #loading-default .coffee_cup:before {
  background-color: #4A148C;
  box-shadow: 5px 0px 0px 0px #4A148C, 5px -5px 0px 0px #4A148C, 10px 0px 0px 0px #4A148C;
}
.tema-violet #loading-default.step1 .panel {
  background-color: #4A148C;
}
.tema-violet #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-violet #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-violet #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-violet #loading-default .lds-ring > div {
  border: 3px solid #4A148C;
  border-color: #4A148C transparent transparent transparent;
}
.tema-violet #gerenciaPerfil h6 {
  color: #4A148C;
}
.tema-violet #gerenciaPerfil .group {
  border: 1px dotted #BA68C8;
}
.tema-violet .switchery-default {
  background-color: #4A148C !important;
  border-color: #4A148C !important;
  box-shadow: #4A148C 0px 0px 0px 0px inset !important;
}
.tema-violet .switchery-default small {
  background-color: #fff !important;
}
.tema-violet.login-container .panel-heading {
  background-color: #4A148C !important;
}
.tema-violet.login-container .panel-body button {
  background-color: #4A148C !important;
  color: #F3E5F5 !important;
}
.tema-violet.login-container .panel-body button:hover {
  color: #4A148C !important;
  background-color: #F3E5F5 !important;
}
.tema-violet.login-container .panel-body ul li a {
  border: 1px solid #4A148C !important;
  color: #4A148C !important;
}
.tema-violet.login-container .panel-body ul li a:hover {
  color: #F3E5F5 !important;
  background-color: #4A148C !important;
}
.tema-violet .navbar-header {
  background-color: #4A148C !important;
}
.tema-violet .DTCR_clonedTable td,
.tema-violet .DTCR_pointer {
  border-left: 1px dotted #4A148C !important;
  z-index: 99999;
}
.tema-violet #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #4A148C !important;
}
.tema-violet #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-violet #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #F3E5F5 !important;
}
.tema-violet #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #4A148C !important;
  background-color: #F3E5F5 !important;
}
.tema-violet #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #4A148C !important;
}
.tema-violet #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #4A148C !important;
  color: #F3E5F5 !important;
}
.tema-violet .cke_chrome {
  border: none;
}
.tema-violet table.hover tr:hover td,
.tema-violet table.hover tr:focus td {
  border-bottom: 1px solid #4A148C !important;
}
.tema-violet table.hover tr:hover td:first-child:before,
.tema-violet table.hover tr:focus td:first-child:before {
  color: #4A148C !important;
}
.tema-violet .popover.superhint {
  background-color: #4A148C !important;
}
.tema-violet .popover.superhint .popover-footer {
  background-color: #F3E5F5 !important;
}
.tema-violet .popover.superhint .popover-footer button {
  background-color: #4A148C !important;
  color: #F3E5F5 !important;
}
.tema-violet .popover.superhint .popover-title {
  color: #F3E5F5 !important;
}
.tema-violet .popover.superhint .popover-content {
  color: #F3E5F5 !important;
}
.tema-violet .popover.superhint .popover-close {
  color: #F3E5F5 !important;
}
.tema-violet .popover.superhint.left > .arrow {
  border-left-color: #4A148C !important;
}
.tema-violet .popover.superhint.left > .arrow:after {
  border-left-color: #4A148C !important;
}
.tema-violet .popover.superhint.right > .arrow {
  border-right-color: #4A148C !important;
}
.tema-violet .popover.superhint.right > .arrow:after {
  border-right-color: #4A148C !important;
}
.tema-violet .popover.superhint.top > .arrow {
  border-top-color: #F3E5F5 !important;
}
.tema-violet .popover.superhint.top > .arrow:after {
  border-top-color: #F3E5F5 !important;
}
.tema-violet .popover.superhint.bottom > .arrow {
  border-bottom-color: #4A148C !important;
}
.tema-violet .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #4A148C !important;
}
.tema-violet .checker span {
  color: #8E24AA !important;
  border: 2px solid #8E24AA;
}
.tema-violet .thumb:hover .zoom-image {
  background-color: #8E24AA !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-violet .panel-email-insertType:hover .btn {
  background-color: #8E24AA !important;
  color: #F3E5F5 !important;
}
.tema-violet .stepy-header li div {
  color: #F3E5F5 !important;
}
.tema-violet .stepy-header li div {
  border-color: #AB47BC !important;
  background-color: #AB47BC !important;
  color: #F3E5F5 !important;
}
.tema-violet .stepy-header li span {
  color: #AB47BC !important;
}
.tema-violet .stepy-header li.stepy-active div {
  border-color: #4A148C !important;
  background-color: #4A148C !important;
  color: #F3E5F5 !important;
}
.tema-violet .stepy-header li.stepy-active span {
  color: #4A148C !important;
}
.tema-violet .stepy-header li:before,
.tema-violet .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-violet .emojSelect a:hover {
  color: #8E24AA !important;
}
.tema-violet .daterangepicker td.active,
.tema-violet .daterangepicker td.active:hover,
.tema-violet .daterangepicker td.active:focus {
  background-color: #8E24AA !important;
}
.tema-violet .ranges ul li.active {
  color: #ffffff;
  background-color: #8E24AA !important;
}
.tema-violet .hint-help {
  color: #8E24AA !important;
}
.tema-violet .hasBg .hint-help {
  color: #333333 !important;
}
.tema-violet .popover-hint,
.tema-violet .tooltip {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet .tooltip > .tooltip-inner {
  background-color: #4A148C;
}
.tema-violet .modal-backdrop {
  background-color: #6A1B9A !important;
}
.tema-violet .border-left-tema {
  border-left-color: #4A148C;
}
.tema-violet .tema-bg {
  background-color: #6A1B9A !important;
}
.tema-violet .tema-border {
  border-color: #8E24AA;
}
.tema-violet .tema-text,
.tema-violet .tema-text:hover,
.tema-violet .tema-text:focus {
  color: #8E24AA !important;
}
.tema-violet .badge-tema {
  background-color: #4A148C;
  border-color: #4A148C;
}
.tema-violet > .navbar {
  background-color: #6A1B9A;
}
.tema-violet > .navbar a:hover {
  color: #AB47BC;
}
.tema-violet > .navbar a:hover i {
  color: #BA68C8;
}
.tema-violet #adesaoPlano > .navbar {
  background-color: #6A1B9A;
}
.tema-violet .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-violet .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(74, 20, 140, 0.85);
}
.tema-violet .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-violet #sidebar_config,
.tema-violet .sidebar_config {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet #sidebar_config .navigation > li.active > a,
.tema-violet .sidebar_config .navigation > li.active > a,
.tema-violet #sidebar_config .navigation > li.active > a:hover,
.tema-violet .sidebar_config .navigation > li.active > a:hover,
.tema-violet #sidebar_config .navigation > li.active > a:focus,
.tema-violet .sidebar_config .navigation > li.active > a:focus {
  background-color: #7B1FA2;
  color: #ffffff;
}
.tema-violet .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #4A148C;
}
@media only screen and (min-width: 769px) {
  .tema-violet .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #4A148C;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-violet .nav-tabs.nav-justified > li.active > a,
  .tema-violet .nav-tabs.nav-justified > li.active > a:hover,
  .tema-violet .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #4A148C;
  }
}
.tema-violet .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-violet .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-violet .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #4A148C;
}
@media (min-width: 769px) {
  .tema-violet .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-violet .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-violet .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #4A148C;
  }
  .tema-violet .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #4A148C;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-violet .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #4A148C;
  }
}
@media (max-width: 768px) {
  .tema-violet .nav-tabs > li.active > a,
  .tema-violet .nav-tabs > li.active > a:hover,
  .tema-violet .nav-tabs > li.active > a:focus {
    border-left-color: #4A148C;
    color: #4A148C;
  }
}
@media (min-width: 769px) {
  .tema-violet .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-violet .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-violet .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #4A148C;
  }
}
.tema-violet #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-violet #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-violet #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-violet #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-violet #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-violet #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-violet #compras #meses table th,
.tema-violet #carrinho-abandonado #meses table th,
.tema-violet #compras #meses-carrinho-abandonado table th,
.tema-violet #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet #compras #meses table tr.highlight td,
.tema-violet #carrinho-abandonado #meses table tr.highlight td,
.tema-violet #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-violet #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #4A148C 1px dotted !important;
  border-bottom: #4A148C 1px dotted !important;
  color: #4A148C;
}
.tema-violet #compras #meses table tr.highlight td:nth-child(1),
.tema-violet #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-violet #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-violet #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-violet #compras #meses table tr.highlight td:nth-child(2),
.tema-violet #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-violet #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-violet #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-violet #compras #meses table td.highlight,
.tema-violet #carrinho-abandonado #meses table td.highlight,
.tema-violet #compras #meses-carrinho-abandonado table td.highlight,
.tema-violet #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #4A148C 1px dotted !important;
  border-right: #4A148C 1px dotted !important;
  color: #4A148C;
}
.tema-violet #compras #meses table td:nth-child(1),
.tema-violet #carrinho-abandonado #meses table td:nth-child(1),
.tema-violet #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-violet #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #6A1B9A;
  color: #fff;
}
.tema-violet #compras #meses table td:nth-child(1).highlight,
.tema-violet #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-violet #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-violet #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-violet #compras #meses table td:nth-child(2),
.tema-violet #carrinho-abandonado #meses table td:nth-child(2),
.tema-violet #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-violet #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #7B1FA2;
  color: #fff;
}
.tema-violet .form-control:focus {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
.tema-violet .bootstrap-select .btn-default:focus,
.tema-violet .bootstrap-select .btn-default.focus,
.tema-violet .bootstrap-select .btn-default:active,
.tema-violet .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
.tema-violet .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #4A148C;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
.tema-violet .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #4A148C;
}
.tema-violet .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-violet .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-violet .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-violet .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-violet .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-violet .btn-delete:hover,
.tema-violet .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-violet .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-violet .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-violet .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-violet .btn-edit:hover,
.tema-violet .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-violet .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-violet .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-violet .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-violet .btn-search:hover,
.tema-violet .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-violet .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-violet .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-violet .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-violet .btn-save:hover,
.tema-violet .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-violet .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-violet .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-violet .btn-save-inv:hover,
.tema-violet .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-violet .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-violet .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-violet .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-violet .btn-face:hover,
.tema-violet .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-violet .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-violet .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-violet .btn-default:hover,
.tema-violet .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-violet .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-violet .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-violet .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-violet .bootstrap-select .btn-default:focus,
.tema-violet .bootstrap-select .btn-default:hover,
.tema-violet .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-violet .btn-tema-dark10 {
  background: #320e5f;
  background-color: #320e5f;
  color: #fff;
}
.tema-violet .btn-tema-dark10:focus,
.tema-violet .btn-tema-dark10:hover,
.tema-violet .btn-tema-dark10 [disabled] {
  background: #1b0733;
  background-color: #1b0733;
  color: #fff;
}
.tema-violet .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #4A148C;
}
.tema-violet .btn-white-inv:focus,
.tema-violet .btn-white-inv:hover,
.tema-violet .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-violet .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-violet .btn-white:focus,
.tema-violet .btn-white:hover,
.tema-violet .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-violet .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-violet .btn-new {
  text-transform: none;
  color: #4A148C !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-violet .btn-new:hover,
.tema-violet .btn-new [disabled] {
  color: #F3E5F5 !important;
  background-color: #4A148C !important;
}
.tema-violet .btn-new:focus {
  color: #F3E5F5 !important;
  background-color: #4A148C !important;
}
.tema-violet .btn-new[disabled] {
  color: #4A148C !important;
  background-color: #F3E5F5 !important;
}
.tema-violet .content-wrapper::selection {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet .content-wrapper::-moz-selection {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet .content-wrapper::-o-selection {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet .content-wrapper::-ms-selection {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet .content-wrapper::-webkit-selection {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet #cupomExterno {
  background-color: #4A148C;
}
.tema-violet #cupomExterno h1 {
  color: #4A148C;
}
.tema-violet #pesquisaExterno {
  background-color: #4A148C;
}
.tema-violet #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #4A148C;
  color: #4A148C;
}
.tema-violet #pesquisaExterno .stepy-header li div {
  background-color: #4A148C;
}
.tema-violet #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #4A148C !important;
}
.tema-violet #pesquisaExterno .stepy-header li:before,
.tema-violet #pesquisaExterno .stepy-header li:after {
  background-color: #4A148C;
}
.tema-violet #pesquisaExterno .stepy-header li div {
  border: 2px solid #4A148C;
}
.tema-violet #pesquisaExterno .border-primary-600 {
  border-color: #4A148C;
}
.tema-violet #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #4A148C;
}
.tema-violet #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
.tema-violet #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-violet #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-violet #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-violet #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
.tema-violet #pesquisaExterno .checker span {
  border: 2px solid #4A148C;
}
.tema-violet #pesquisaExterno .irs-slider {
  background-color: #4A148C;
}
.tema-violet #pesquisaExterno .irs-bar {
  background-color: #4A148C;
}
.tema-violet #pesquisaExterno .irs-from,
.tema-violet #pesquisaExterno .irs-to,
.tema-violet #pesquisaExterno .irs-single {
  background-color: #4A148C;
}
.tema-violet #pesquisaExterno .form-control:focus {
  border-bottom-color: #4A148C;
  -webkit-box-shadow: 0 1px 0 #4A148C;
  box-shadow: 0 1px 0 #4A148C;
}
.tema-violet #pesquisaExterno .irs-from:after,
.tema-violet #pesquisaExterno .irs-to:after,
.tema-violet #pesquisaExterno .irs-single:after {
  border-top-color: #4A148C;
}
.tema-violet #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #4A148C;
}
.tema-violet #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-violet #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #6A1B9A;
  color: white;
}
.tema-violet #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-violet #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #4A148C;
  color: white;
}
.tema-violet #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #320e5f;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-violet #pesquisaExterno .stepy-navigator a {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #4A148C;
  color: #fff !important;
}
.tema-violet #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #4A148C;
  color: #fff !important;
}
.tema-violet #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-violet #categoriaProduto #actionsControl {
  background-color: #4A148C;
}
.tema-violet #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #4A148C;
}
.tema-violet #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-violet #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #4A148C;
}
.tema-violet #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-violet #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #4A148C;
}
.tema-violet #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #4A148C;
}
.tema-violet #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #4A148C;
  color: #fff;
}
.tema-violet #categoriaProduto #actionsControl .btn-edit,
.tema-violet #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-violet #categoriaProduto #actionsControl .btn-edit:hover,
.tema-violet #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-violet #categoriaProduto #actionsControl .btn-delete:hover,
.tema-violet #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-purple {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-purple #ticketGridTopBar {
  background-color: #311B92;
}
.tema-purple #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #311B92;
}
.tema-purple #ticket-aba-lateral .panel-heading h6 {
  color: #311B92;
}
.tema-purple #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #EDE7F6;
  border-color: #9575CD;
}
.tema-purple #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #9575CD;
}
.tema-purple #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #311B92;
}
.tema-purple #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #311B92;
}
.tema-purple .ticketIntro {
  background-color: #311B92;
  color: #fff;
}
.tema-purple .ticketInfo strong,
.tema-purple .ticketInfo i {
  color: #311B92;
}
.tema-purple #ticketGrid h1 a {
  color: #311B92;
}
.tema-purple #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #311B92;
}
.tema-purple .tokenfield .token:not([class*=bg-]) {
  background-color: #311B92;
  color: #ffffff;
}
.tema-purple .tokenfield .token:not([class*=bg-]):hover {
  background-color: #EDE7F6;
  color: #311B92;
}
.tema-purple#EmailDragDropEditor .content #settingsBar h2 {
  color: #311B92;
}
.tema-purple#EmailDragDropEditor #editBar .box h2 {
  color: #311B92;
}
.tema-purple#EmailDragDropEditor #editBar .irs-from,
.tema-purple#EmailDragDropEditor #editBar .irs-to,
.tema-purple#EmailDragDropEditor #editBar .irs-single {
  background-color: #311B92;
}
.tema-purple#EmailDragDropEditor #editBar .irs-from:after,
.tema-purple#EmailDragDropEditor #editBar .irs-to:after,
.tema-purple#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #311B92;
}
.tema-purple#EmailDragDropEditor #editBar .irs-slider {
  background-color: #311B92;
}
.tema-purple#EmailDragDropEditor #editBar .irs-bar {
  background-color: #5E35B1;
}
.tema-purple#baixaCupomExternoCliente footer {
  background-color: #311B92;
}
.tema-purple #linkPrivacidade {
  background-color: rgba(49, 27, 146, 0.5);
  color: #EDE7F6;
}
.tema-purple #linkPrivacidade:hover {
  background-color: #311B92;
}
.tema-purple #formularioExterno .termo i {
  color: #311B92;
}
.tema-purple #formularioExterno .termo strong {
  color: #311B92;
}
.tema-purple #formularioExterno .termo a {
  color: #311B92;
  border-bottom: 1px dotted #311B92;
}
.tema-purple .modal_boasvindas .modal-body h1 {
  color: #311B92;
}
.tema-purple .modal_boasvindas .modal-body h2 {
  color: #9575CD;
}
.tema-purple .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #9575CD;
}
.tema-purple .modal_boasvindas .modal-body strong {
  color: #311B92;
}
.tema-purple .noui-slider-primary .noUi-handle {
  background-color: #311B92;
}
.tema-purple .noUi-tooltip {
  background-color: #311B92;
}
.tema-purple .noUi-connect {
  background-color: #311B92 !important;
}
.tema-purple #detalheColecao .colecaoData h4 {
  color: #311B92;
}
.tema-purple .panel-tema {
  background-color: #311B92;
}
.tema-purple .panel-tema h6,
.tema-purple .panel-tema span.center-block {
  color: #fff;
}
.tema-purple .panel-tema input {
  color: #9575CD;
}
.tema-purple #toast-container.toast-center-center {
  background-color: rgba(49, 27, 146, 0.7);
}
.tema-purple .cd-top {
  background-color: rgba(49, 27, 146, 0.7);
}
.tema-purple .cd-top i {
  color: #fff;
}
.tema-purple .cd-top:hover {
  background-color: #311B92;
}
.tema-purple .pagination > .active > a,
.tema-purple .pagination > .active > span,
.tema-purple .pagination > .active > a:hover,
.tema-purple .pagination > .active > span:hover,
.tema-purple .pagination > .active > a:focus,
.tema-purple .pagination > .active > span:focus {
  background-color: #311B92;
  border-color: #311B92;
}
.tema-purple #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-purple #edicao .editor_box .action_bar a:hover {
  background-color: #311B92;
  color: #fff;
}
.tema-purple .responsiveIframe.mobile {
  border: 1px solid #311B92;
}
.tema-purple .responsiveIframe.mobile #previewHtml {
  border: 1px solid #311B92;
}
.tema-purple .progress-bar {
  background-color: #311B92;
}
.tema-purple .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-purple pre[class*="language-"] {
  border-left-color: #311B92;
}
.tema-purple #pesquisaTabulacao tr.group,
.tema-purple #pesquisaTabulacao tr.group:hover {
  background-color: #311B92;
  color: #fff;
}
.tema-purple #smsCriar .panel-heading {
  border-bottom: 1px dotted #311B92;
}
.tema-purple #smsCriar .panel-heading #SmsName {
  color: #311B92;
}
.tema-purple .br-theme-bars-pill .br-widget a {
  background-color: #EDE7F6;
  color: #311B92;
}
.tema-purple .br-theme-bars-pill .br-widget a.br-active,
.tema-purple .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #311B92;
  color: white;
}
.tema-purple .br-theme-bars-pill .br-readonly a.br-active,
.tema-purple .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #311B92;
}
.tema-purple .pesquisaCriacaoBarra > li a,
.tema-purple .formCriacaoBarra > li a {
  color: #311B92;
}
.tema-purple .pesquisaCriacaoBarra > li a:hover,
.tema-purple .formCriacaoBarra > li a:hover {
  color: #311B92;
  background: #fff;
}
.tema-purple .pesquisaCriacaoBarra > li > ul a,
.tema-purple .formCriacaoBarra > li > ul a {
  color: #311B92;
}
.tema-purple .pesquisaCriacaoBarra > li > ul a:hover,
.tema-purple .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #311B92;
}
.tema-purple #novaRespTemp {
  border-left: 2px dotted #311B92 !important;
}
.tema-purple #PesquisaCriar .help-block a {
  color: #311B92;
}
.tema-purple #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #9575CD;
}
.tema-purple #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #EDE7F6;
}
.tema-purple #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #311B92;
}
.tema-purple #questionario .item .menu li a {
  color: #311B92;
}
.tema-purple #questionario .item.active {
  border-left: 2px solid #311B92;
}
.tema-purple #questionario .item.active .menu {
  background: #9575CD;
}
.tema-purple #questionario .item-placeholder {
  border: 1px dotted #311B92;
}
.tema-purple #questionario .secao-data {
  color: #311B92;
}
.tema-purple #dv-resumo-emails-validos ul {
  border: 1px dashed #311B92;
}
.tema-purple #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #311B92;
}
.tema-purple #dv-resumo-emails-validos ul li:hover {
  background: #311B92;
  color: #fff;
}
.tema-purple .cke_editable.cke_focus {
  border-bottom: 2px solid #311B92;
}
.tema-purple .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-purple #modalDetalheVenda .modal-header,
.tema-purple #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-purple #modalDetalheVenda .vendaDetalhe .intro,
.tema-purple #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #311B92;
}
.tema-purple span.dicItem {
  border-bottom: dotted 1px #311B92;
  color: #311B92;
}
.tema-purple .d3-tip {
  background-color: #311B92;
}
.tema-purple .fancybox-overlay {
  background-color: rgba(49, 27, 146, 0.8);
}
.tema-purple .fidelidadeItem h1.panel-title {
  color: #311B92;
}
.tema-purple .fidelidadeItem .infobar li div:hover {
  color: #311B92;
}
.tema-purple .gerenciaEmailItem h1.panel-title {
  color: #311B92;
}
.tema-purple .gerenciaEmailItem .infobar li div:hover {
  color: #311B92;
}
.tema-purple .itemLote .hlight {
  border-bottom: 1px solid #311B92;
}
.tema-purple .text-tema {
  color: #311B92;
}
.tema-purple .label-tema-flat {
  color: #311B92;
  border-color: #311B92;
}
.tema-purple .label-tema {
  color: #fff;
  background-color: #311B92;
}
.tema-purple .btn-tema-7 {
  color: #fff;
  background-color: #9575CD;
}
.tema-purple .btn-tema {
  color: #fff;
  background-color: #311B92;
}
.tema-purple .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-purple .btn-tema .checker span.checked {
  border: none;
}
.tema-purple #modalLabSend .modal-body h5 {
  color: #311B92;
}
.tema-purple .btn-group .btn.active {
  background-color: #311B92 !important;
  color: #fff !important;
}
.tema-purple picker__list-item--selected,
.tema-purple .picker__list-item--selected:hover,
.tema-purple .picker--focused .picker__list-item--selected {
  background-color: #311B92;
  color: #fff;
}
.tema-purple .UserId.member {
  background-color: #311B92;
  color: #fff;
}
.tema-purple .UserId.member.inNavBar {
  background-color: #fff;
  color: #311B92;
}
.tema-purple #EmailName,
.tema-purple #ColecaoName,
.tema-purple #CupomName,
.tema-purple #ProgramaName {
  color: #311B92;
}
.tema-purple .stepy-navigator {
  border-bottom: 1px dotted #311B92;
}
.tema-purple #ComunicacaoEmailCriar h4.content-group,
.tema-purple #ProgramaFidelidadeItem h4.content-group {
  color: #311B92;
}
.tema-purple #sidebar_historico .category-content li {
  border-color: #311B92;
}
.tema-purple #sidebar_historico .category-content li:before {
  border: 2px solid #311B92;
}
.tema-purple #sidebar_historico .category-content li:after {
  border-left: 1px solid #311B92;
  border-right: 1px solid #311B92;
}
.tema-purple #sidebar_historico .category-content li strong {
  color: #311B92;
}
.tema-purple .panel-footer.historico a {
  color: #311B92;
}
.tema-purple #loading-default:not(.step1) {
  background: #311B92;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-purple #helpPageHeader {
  -o-animation: tema-purple 5s linear infinite alternate both;
  -webkit-animation: tema-purple 5s linear infinite alternate both;
  -moz-animation: tema-purple 5s linear infinite alternate both;
  animation: tema-purple 5s linear infinite alternate both;
}
@-moz-keyframes tema-purple {
  0% {
    background: rgba(49, 27, 146, 0.5);
  }
  100% {
    background: rgba(81, 45, 168, 0.9);
  }
}
@-webkit-keyframes tema-purple {
  0% {
    background: rgba(49, 27, 146, 0.5);
  }
  100% {
    background: rgba(81, 45, 168, 0.9);
  }
}
@keyframes tema-purple {
  0% {
    background: rgba(49, 27, 146, 0.5);
  }
  100% {
    background: rgba(81, 45, 168, 0.9);
  }
}
.tema-purple #helpCenter #categoriasMenu .category-title span {
  color: #311B92;
}
.tema-purple #helpCenter #CatHeader {
  background: #311B92;
}
.tema-purple #helpCenter .page-header h4 {
  color: #fff;
}
.tema-purple #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-purple #helpCenter .categoriaBox h2 {
  color: #311B92;
}
.tema-purple #helpCenter .categoriaItem h1 {
  color: #512DA8;
}
.tema-purple #chatBot #q {
  color: #311B92;
}
.tema-purple #chatBot #q::-webkit-input-placeholder {
  color: #7E57C2;
}
.tema-purple #chatBot #q:-moz-placeholder {
  color: #7E57C2;
}
.tema-purple #chatBot #send {
  background-color: #311B92;
}
.tema-purple #chatBot.active .header {
  background-image: linear-gradient(315deg, #311B92, #9575CD);
}
.tema-purple #chatBot.active .header h1 {
  color: #fff;
}
.tema-purple #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #311B92;
  border-color: #311B92;
  color: #fff;
}
.tema-purple #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #311B92;
}
.tema-purple #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #EDE7F6;
}
.tema-purple #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #9575CD;
  border-color: #9575CD;
  color: #311B92;
}
.tema-purple #contatoDados h4,
.tema-purple #cadastroProduto h4,
.tema-purple #ProgramaFidelidadePremioItem h4,
.tema-purple #EmpresaVisualizar h4,
.tema-purple #EmpresaEditar h4 {
  color: #311B92;
}
.tema-purple #contatoDados h4:before,
.tema-purple #cadastroProduto h4:before,
.tema-purple #ProgramaFidelidadePremioItem h4:before,
.tema-purple #EmpresaVisualizar h4:before,
.tema-purple #EmpresaEditar h4:before {
  background: #9575CD;
}
.tema-purple #contatoDados .userIntro,
.tema-purple #cadastroProduto .userIntro,
.tema-purple #ProgramaFidelidadePremioItem .userIntro,
.tema-purple #EmpresaVisualizar .userIntro,
.tema-purple #EmpresaEditar .userIntro {
  background-color: #311B92;
  color: #fff;
}
.tema-purple .eventoIntro,
.tema-purple .relatorioIntro {
  background-color: #311B92;
  color: #fff;
}
.tema-purple .pesquisaIntro {
  background-color: #311B92;
  color: #fff;
}
.tema-purple #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-purple #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #311B92 !important;
}
.tema-purple #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-purple #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #EDE7F6;
}
.tema-purple #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-purple #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #311B92 !important;
}
.tema-purple #contatoConfig .dropZoneFields .itemField .box,
.tema-purple #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #7E57C2;
}
.tema-purple #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-purple #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #311B92;
}
.tema-purple #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-purple #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-purple #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-purple #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #311B92 !important;
}
.tema-purple #contatoConfig .g .header h4,
.tema-purple #contatoConfig .g .header i {
  color: #311B92;
}
.tema-purple #contatoConfig .g:nth-child(even) {
  background: #EDE7F6;
  border-bottom: 1px dotted #9575CD;
  border-top: 1px dotted #9575CD;
}
.tema-purple #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-purple #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-purple #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-purple .dataTables_paginate .paginate_button.current,
.tema-purple .dataTables_paginate .paginate_button.current:hover,
.tema-purple .dataTables_paginate .paginate_button.current:focus {
  color: #EDE7F6 !important;
  background-color: #673AB7 !important;
}
.tema-purple .dropdown-menu > .active > a,
.tema-purple .dropdown-menu > .active > a:hover,
.tema-purple .dropdown-menu > .active > a:focus {
  color: #EDE7F6 !important;
  background-color: #673AB7 !important;
}
.tema-purple .btn-link:hover,
.tema-purple .btn-link:focus {
  color: #673AB7;
}
.tema-purple .bg-tema {
  background-color: #673AB7 !important;
}
.tema-purple .btn.bg-tema {
  background-color: #673AB7 !important;
  color: #fff;
}
.tema-purple .border-tema {
  border-color: #673AB7;
}
.tema-purple .nicescroll-cursors {
  background-color: #673AB7 !important;
}
.tema-purple .addNew button {
  color: #EDE7F6 !important;
  background-color: #673AB7 !important;
}
.tema-purple .dbgrid.dragging {
  border: 1px solid #673AB7;
}
.tema-purple .dbgrid .table thead {
  background-color: #673AB7 !important;
  color: #EDE7F6 !important;
}
.tema-purple .dbgrid .table a {
  color: #673AB7;
}
.tema-purple .dbgrid .table a:hover {
  color: #311B92;
}
.tema-purple .dbgrid .bottom {
  border-color: #673AB7 !important;
}
.tema-purple .packery-drop-placeholder:before {
  outline: 3px dashed #673AB7 !important;
}
.tema-purple .loading-chart .coffee_cup {
  border-color: #311B92;
}
.tema-purple .loading-chart .coffee_cup:after {
  border-color: #311B92;
}
.tema-purple .loading-chart .coffee_cup:before {
  background-color: #311B92;
  box-shadow: 5px 0px 0px 0px #311B92, 5px -5px 0px 0px #311B92, 10px 0px 0px 0px #311B92;
}
.tema-purple #loading-default h1 {
  color: #311B92;
}
.tema-purple #loading-default h2 {
  color: #512DA8;
}
.tema-purple #loading-default .coffee_cup {
  border-color: #311B92;
}
.tema-purple #loading-default .coffee_cup:after {
  border-color: #311B92;
}
.tema-purple #loading-default .coffee_cup:before {
  background-color: #311B92;
  box-shadow: 5px 0px 0px 0px #311B92, 5px -5px 0px 0px #311B92, 10px 0px 0px 0px #311B92;
}
.tema-purple #loading-default.step1 .panel {
  background-color: #311B92;
}
.tema-purple #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-purple #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-purple #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-purple #loading-default .lds-ring > div {
  border: 3px solid #311B92;
  border-color: #311B92 transparent transparent transparent;
}
.tema-purple #gerenciaPerfil h6 {
  color: #311B92;
}
.tema-purple #gerenciaPerfil .group {
  border: 1px dotted #9575CD;
}
.tema-purple .switchery-default {
  background-color: #311B92 !important;
  border-color: #311B92 !important;
  box-shadow: #311B92 0px 0px 0px 0px inset !important;
}
.tema-purple .switchery-default small {
  background-color: #fff !important;
}
.tema-purple.login-container .panel-heading {
  background-color: #311B92 !important;
}
.tema-purple.login-container .panel-body button {
  background-color: #311B92 !important;
  color: #EDE7F6 !important;
}
.tema-purple.login-container .panel-body button:hover {
  color: #311B92 !important;
  background-color: #EDE7F6 !important;
}
.tema-purple.login-container .panel-body ul li a {
  border: 1px solid #311B92 !important;
  color: #311B92 !important;
}
.tema-purple.login-container .panel-body ul li a:hover {
  color: #EDE7F6 !important;
  background-color: #311B92 !important;
}
.tema-purple .navbar-header {
  background-color: #311B92 !important;
}
.tema-purple .DTCR_clonedTable td,
.tema-purple .DTCR_pointer {
  border-left: 1px dotted #311B92 !important;
  z-index: 99999;
}
.tema-purple #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #311B92 !important;
}
.tema-purple #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-purple #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #EDE7F6 !important;
}
.tema-purple #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #311B92 !important;
  background-color: #EDE7F6 !important;
}
.tema-purple #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #311B92 !important;
}
.tema-purple #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #311B92 !important;
  color: #EDE7F6 !important;
}
.tema-purple .cke_chrome {
  border: none;
}
.tema-purple table.hover tr:hover td,
.tema-purple table.hover tr:focus td {
  border-bottom: 1px solid #311B92 !important;
}
.tema-purple table.hover tr:hover td:first-child:before,
.tema-purple table.hover tr:focus td:first-child:before {
  color: #311B92 !important;
}
.tema-purple .popover.superhint {
  background-color: #311B92 !important;
}
.tema-purple .popover.superhint .popover-footer {
  background-color: #EDE7F6 !important;
}
.tema-purple .popover.superhint .popover-footer button {
  background-color: #311B92 !important;
  color: #EDE7F6 !important;
}
.tema-purple .popover.superhint .popover-title {
  color: #EDE7F6 !important;
}
.tema-purple .popover.superhint .popover-content {
  color: #EDE7F6 !important;
}
.tema-purple .popover.superhint .popover-close {
  color: #EDE7F6 !important;
}
.tema-purple .popover.superhint.left > .arrow {
  border-left-color: #311B92 !important;
}
.tema-purple .popover.superhint.left > .arrow:after {
  border-left-color: #311B92 !important;
}
.tema-purple .popover.superhint.right > .arrow {
  border-right-color: #311B92 !important;
}
.tema-purple .popover.superhint.right > .arrow:after {
  border-right-color: #311B92 !important;
}
.tema-purple .popover.superhint.top > .arrow {
  border-top-color: #EDE7F6 !important;
}
.tema-purple .popover.superhint.top > .arrow:after {
  border-top-color: #EDE7F6 !important;
}
.tema-purple .popover.superhint.bottom > .arrow {
  border-bottom-color: #311B92 !important;
}
.tema-purple .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #311B92 !important;
}
.tema-purple .checker span {
  color: #5E35B1 !important;
  border: 2px solid #5E35B1;
}
.tema-purple .thumb:hover .zoom-image {
  background-color: #5E35B1 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-purple .panel-email-insertType:hover .btn {
  background-color: #5E35B1 !important;
  color: #EDE7F6 !important;
}
.tema-purple .stepy-header li div {
  color: #EDE7F6 !important;
}
.tema-purple .stepy-header li div {
  border-color: #7E57C2 !important;
  background-color: #7E57C2 !important;
  color: #EDE7F6 !important;
}
.tema-purple .stepy-header li span {
  color: #7E57C2 !important;
}
.tema-purple .stepy-header li.stepy-active div {
  border-color: #311B92 !important;
  background-color: #311B92 !important;
  color: #EDE7F6 !important;
}
.tema-purple .stepy-header li.stepy-active span {
  color: #311B92 !important;
}
.tema-purple .stepy-header li:before,
.tema-purple .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-purple .emojSelect a:hover {
  color: #5E35B1 !important;
}
.tema-purple .daterangepicker td.active,
.tema-purple .daterangepicker td.active:hover,
.tema-purple .daterangepicker td.active:focus {
  background-color: #5E35B1 !important;
}
.tema-purple .ranges ul li.active {
  color: #ffffff;
  background-color: #5E35B1 !important;
}
.tema-purple .hint-help {
  color: #5E35B1 !important;
}
.tema-purple .hasBg .hint-help {
  color: #333333 !important;
}
.tema-purple .popover-hint,
.tema-purple .tooltip {
  background-color: #311B92;
  color: #fff;
}
.tema-purple .tooltip > .tooltip-inner {
  background-color: #311B92;
}
.tema-purple .modal-backdrop {
  background-color: #4527A0 !important;
}
.tema-purple .border-left-tema {
  border-left-color: #311B92;
}
.tema-purple .tema-bg {
  background-color: #4527A0 !important;
}
.tema-purple .tema-border {
  border-color: #5E35B1;
}
.tema-purple .tema-text,
.tema-purple .tema-text:hover,
.tema-purple .tema-text:focus {
  color: #5E35B1 !important;
}
.tema-purple .badge-tema {
  background-color: #311B92;
  border-color: #311B92;
}
.tema-purple > .navbar {
  background-color: #4527A0;
}
.tema-purple > .navbar a:hover {
  color: #7E57C2;
}
.tema-purple > .navbar a:hover i {
  color: #9575CD;
}
.tema-purple #adesaoPlano > .navbar {
  background-color: #4527A0;
}
.tema-purple .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-purple .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(49, 27, 146, 0.85);
}
.tema-purple .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-purple #sidebar_config,
.tema-purple .sidebar_config {
  background-color: #311B92;
  color: #fff;
}
.tema-purple #sidebar_config .navigation > li.active > a,
.tema-purple .sidebar_config .navigation > li.active > a,
.tema-purple #sidebar_config .navigation > li.active > a:hover,
.tema-purple .sidebar_config .navigation > li.active > a:hover,
.tema-purple #sidebar_config .navigation > li.active > a:focus,
.tema-purple .sidebar_config .navigation > li.active > a:focus {
  background-color: #512DA8;
  color: #ffffff;
}
.tema-purple .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #311B92;
}
@media only screen and (min-width: 769px) {
  .tema-purple .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #311B92;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-purple .nav-tabs.nav-justified > li.active > a,
  .tema-purple .nav-tabs.nav-justified > li.active > a:hover,
  .tema-purple .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #311B92;
  }
}
.tema-purple .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-purple .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-purple .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #311B92;
}
@media (min-width: 769px) {
  .tema-purple .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-purple .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-purple .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #311B92;
  }
  .tema-purple .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #311B92;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-purple .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #311B92;
  }
}
@media (max-width: 768px) {
  .tema-purple .nav-tabs > li.active > a,
  .tema-purple .nav-tabs > li.active > a:hover,
  .tema-purple .nav-tabs > li.active > a:focus {
    border-left-color: #311B92;
    color: #311B92;
  }
}
@media (min-width: 769px) {
  .tema-purple .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-purple .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-purple .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #311B92;
  }
}
.tema-purple #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-purple #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-purple #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-purple #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-purple #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-purple #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-purple #compras #meses table th,
.tema-purple #carrinho-abandonado #meses table th,
.tema-purple #compras #meses-carrinho-abandonado table th,
.tema-purple #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #311B92;
  color: #fff;
}
.tema-purple #compras #meses table tr.highlight td,
.tema-purple #carrinho-abandonado #meses table tr.highlight td,
.tema-purple #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-purple #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #311B92 1px dotted !important;
  border-bottom: #311B92 1px dotted !important;
  color: #311B92;
}
.tema-purple #compras #meses table tr.highlight td:nth-child(1),
.tema-purple #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-purple #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-purple #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-purple #compras #meses table tr.highlight td:nth-child(2),
.tema-purple #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-purple #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-purple #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-purple #compras #meses table td.highlight,
.tema-purple #carrinho-abandonado #meses table td.highlight,
.tema-purple #compras #meses-carrinho-abandonado table td.highlight,
.tema-purple #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #311B92 1px dotted !important;
  border-right: #311B92 1px dotted !important;
  color: #311B92;
}
.tema-purple #compras #meses table td:nth-child(1),
.tema-purple #carrinho-abandonado #meses table td:nth-child(1),
.tema-purple #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-purple #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #4527A0;
  color: #fff;
}
.tema-purple #compras #meses table td:nth-child(1).highlight,
.tema-purple #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-purple #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-purple #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-purple #compras #meses table td:nth-child(2),
.tema-purple #carrinho-abandonado #meses table td:nth-child(2),
.tema-purple #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-purple #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #512DA8;
  color: #fff;
}
.tema-purple .form-control:focus {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
.tema-purple .bootstrap-select .btn-default:focus,
.tema-purple .bootstrap-select .btn-default.focus,
.tema-purple .bootstrap-select .btn-default:active,
.tema-purple .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
.tema-purple .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #311B92;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
.tema-purple .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #311B92;
}
.tema-purple .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-purple .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-purple .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-purple .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-purple .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-purple .btn-delete:hover,
.tema-purple .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-purple .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-purple .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-purple .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-purple .btn-edit:hover,
.tema-purple .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-purple .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-purple .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-purple .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-purple .btn-search:hover,
.tema-purple .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-purple .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-purple .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-purple .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-purple .btn-save:hover,
.tema-purple .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-purple .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-purple .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-purple .btn-save-inv:hover,
.tema-purple .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-purple .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-purple .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-purple .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-purple .btn-face:hover,
.tema-purple .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-purple .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-purple .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-purple .btn-default:hover,
.tema-purple .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-purple .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-purple .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-purple .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-purple .bootstrap-select .btn-default:focus,
.tema-purple .bootstrap-select .btn-default:hover,
.tema-purple .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-purple .btn-tema-dark10 {
  background: #231367;
  background-color: #231367;
  color: #fff;
}
.tema-purple .btn-tema-dark10:focus,
.tema-purple .btn-tema-dark10:hover,
.tema-purple .btn-tema-dark10 [disabled] {
  background: #140b3c;
  background-color: #140b3c;
  color: #fff;
}
.tema-purple .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #311B92;
}
.tema-purple .btn-white-inv:focus,
.tema-purple .btn-white-inv:hover,
.tema-purple .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-purple .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-purple .btn-white:focus,
.tema-purple .btn-white:hover,
.tema-purple .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-purple .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-purple .btn-new {
  text-transform: none;
  color: #311B92 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-purple .btn-new:hover,
.tema-purple .btn-new [disabled] {
  color: #EDE7F6 !important;
  background-color: #311B92 !important;
}
.tema-purple .btn-new:focus {
  color: #EDE7F6 !important;
  background-color: #311B92 !important;
}
.tema-purple .btn-new[disabled] {
  color: #311B92 !important;
  background-color: #EDE7F6 !important;
}
.tema-purple .content-wrapper::selection {
  background-color: #311B92;
  color: #fff;
}
.tema-purple .content-wrapper::-moz-selection {
  background-color: #311B92;
  color: #fff;
}
.tema-purple .content-wrapper::-o-selection {
  background-color: #311B92;
  color: #fff;
}
.tema-purple .content-wrapper::-ms-selection {
  background-color: #311B92;
  color: #fff;
}
.tema-purple .content-wrapper::-webkit-selection {
  background-color: #311B92;
  color: #fff;
}
.tema-purple #cupomExterno {
  background-color: #311B92;
}
.tema-purple #cupomExterno h1 {
  color: #311B92;
}
.tema-purple #pesquisaExterno {
  background-color: #311B92;
}
.tema-purple #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #311B92;
  color: #311B92;
}
.tema-purple #pesquisaExterno .stepy-header li div {
  background-color: #311B92;
}
.tema-purple #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #311B92 !important;
}
.tema-purple #pesquisaExterno .stepy-header li:before,
.tema-purple #pesquisaExterno .stepy-header li:after {
  background-color: #311B92;
}
.tema-purple #pesquisaExterno .stepy-header li div {
  border: 2px solid #311B92;
}
.tema-purple #pesquisaExterno .border-primary-600 {
  border-color: #311B92;
}
.tema-purple #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #311B92;
}
.tema-purple #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
.tema-purple #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-purple #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-purple #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-purple #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
.tema-purple #pesquisaExterno .checker span {
  border: 2px solid #311B92;
}
.tema-purple #pesquisaExterno .irs-slider {
  background-color: #311B92;
}
.tema-purple #pesquisaExterno .irs-bar {
  background-color: #311B92;
}
.tema-purple #pesquisaExterno .irs-from,
.tema-purple #pesquisaExterno .irs-to,
.tema-purple #pesquisaExterno .irs-single {
  background-color: #311B92;
}
.tema-purple #pesquisaExterno .form-control:focus {
  border-bottom-color: #311B92;
  -webkit-box-shadow: 0 1px 0 #311B92;
  box-shadow: 0 1px 0 #311B92;
}
.tema-purple #pesquisaExterno .irs-from:after,
.tema-purple #pesquisaExterno .irs-to:after,
.tema-purple #pesquisaExterno .irs-single:after {
  border-top-color: #311B92;
}
.tema-purple #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #311B92;
}
.tema-purple #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-purple #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #4527A0;
  color: white;
}
.tema-purple #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-purple #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #311B92;
  color: white;
}
.tema-purple #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #231367;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-purple #pesquisaExterno .stepy-navigator a {
  background-color: #311B92;
  color: #fff;
}
.tema-purple #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #311B92;
  color: #fff !important;
}
.tema-purple #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #311B92;
  color: #fff !important;
}
.tema-purple #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-purple #categoriaProduto #actionsControl {
  background-color: #311B92;
}
.tema-purple #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #311B92;
}
.tema-purple #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-purple #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #311B92;
}
.tema-purple #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-purple #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #311B92;
}
.tema-purple #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #311B92;
}
.tema-purple #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #311B92;
  color: #fff;
}
.tema-purple #categoriaProduto #actionsControl .btn-edit,
.tema-purple #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-purple #categoriaProduto #actionsControl .btn-edit:hover,
.tema-purple #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-purple #categoriaProduto #actionsControl .btn-delete:hover,
.tema-purple #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-blue {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-blue #ticketGridTopBar {
  background-color: #01579B;
}
.tema-blue #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #01579B;
}
.tema-blue #ticket-aba-lateral .panel-heading h6 {
  color: #01579B;
}
.tema-blue #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #E1F5FE;
  border-color: #4FC3F7;
}
.tema-blue #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #4FC3F7;
}
.tema-blue #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #01579B;
}
.tema-blue #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #01579B;
}
.tema-blue .ticketIntro {
  background-color: #01579B;
  color: #fff;
}
.tema-blue .ticketInfo strong,
.tema-blue .ticketInfo i {
  color: #01579B;
}
.tema-blue #ticketGrid h1 a {
  color: #01579B;
}
.tema-blue #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #01579B;
}
.tema-blue .tokenfield .token:not([class*=bg-]) {
  background-color: #01579B;
  color: #ffffff;
}
.tema-blue .tokenfield .token:not([class*=bg-]):hover {
  background-color: #E1F5FE;
  color: #01579B;
}
.tema-blue#EmailDragDropEditor .content #settingsBar h2 {
  color: #01579B;
}
.tema-blue#EmailDragDropEditor #editBar .box h2 {
  color: #01579B;
}
.tema-blue#EmailDragDropEditor #editBar .irs-from,
.tema-blue#EmailDragDropEditor #editBar .irs-to,
.tema-blue#EmailDragDropEditor #editBar .irs-single {
  background-color: #01579B;
}
.tema-blue#EmailDragDropEditor #editBar .irs-from:after,
.tema-blue#EmailDragDropEditor #editBar .irs-to:after,
.tema-blue#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #01579B;
}
.tema-blue#EmailDragDropEditor #editBar .irs-slider {
  background-color: #01579B;
}
.tema-blue#EmailDragDropEditor #editBar .irs-bar {
  background-color: #039BE5;
}
.tema-blue#baixaCupomExternoCliente footer {
  background-color: #01579B;
}
.tema-blue #linkPrivacidade {
  background-color: rgba(1, 87, 155, 0.5);
  color: #E1F5FE;
}
.tema-blue #linkPrivacidade:hover {
  background-color: #01579B;
}
.tema-blue #formularioExterno .termo i {
  color: #01579B;
}
.tema-blue #formularioExterno .termo strong {
  color: #01579B;
}
.tema-blue #formularioExterno .termo a {
  color: #01579B;
  border-bottom: 1px dotted #01579B;
}
.tema-blue .modal_boasvindas .modal-body h1 {
  color: #01579B;
}
.tema-blue .modal_boasvindas .modal-body h2 {
  color: #4FC3F7;
}
.tema-blue .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #4FC3F7;
}
.tema-blue .modal_boasvindas .modal-body strong {
  color: #01579B;
}
.tema-blue .noui-slider-primary .noUi-handle {
  background-color: #01579B;
}
.tema-blue .noUi-tooltip {
  background-color: #01579B;
}
.tema-blue .noUi-connect {
  background-color: #01579B !important;
}
.tema-blue #detalheColecao .colecaoData h4 {
  color: #01579B;
}
.tema-blue .panel-tema {
  background-color: #01579B;
}
.tema-blue .panel-tema h6,
.tema-blue .panel-tema span.center-block {
  color: #fff;
}
.tema-blue .panel-tema input {
  color: #4FC3F7;
}
.tema-blue #toast-container.toast-center-center {
  background-color: rgba(1, 87, 155, 0.7);
}
.tema-blue .cd-top {
  background-color: rgba(1, 87, 155, 0.7);
}
.tema-blue .cd-top i {
  color: #fff;
}
.tema-blue .cd-top:hover {
  background-color: #01579B;
}
.tema-blue .pagination > .active > a,
.tema-blue .pagination > .active > span,
.tema-blue .pagination > .active > a:hover,
.tema-blue .pagination > .active > span:hover,
.tema-blue .pagination > .active > a:focus,
.tema-blue .pagination > .active > span:focus {
  background-color: #01579B;
  border-color: #01579B;
}
.tema-blue #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-blue #edicao .editor_box .action_bar a:hover {
  background-color: #01579B;
  color: #fff;
}
.tema-blue .responsiveIframe.mobile {
  border: 1px solid #01579B;
}
.tema-blue .responsiveIframe.mobile #previewHtml {
  border: 1px solid #01579B;
}
.tema-blue .progress-bar {
  background-color: #01579B;
}
.tema-blue .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-blue pre[class*="language-"] {
  border-left-color: #01579B;
}
.tema-blue #pesquisaTabulacao tr.group,
.tema-blue #pesquisaTabulacao tr.group:hover {
  background-color: #01579B;
  color: #fff;
}
.tema-blue #smsCriar .panel-heading {
  border-bottom: 1px dotted #01579B;
}
.tema-blue #smsCriar .panel-heading #SmsName {
  color: #01579B;
}
.tema-blue .br-theme-bars-pill .br-widget a {
  background-color: #E1F5FE;
  color: #01579B;
}
.tema-blue .br-theme-bars-pill .br-widget a.br-active,
.tema-blue .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #01579B;
  color: white;
}
.tema-blue .br-theme-bars-pill .br-readonly a.br-active,
.tema-blue .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #01579B;
}
.tema-blue .pesquisaCriacaoBarra > li a,
.tema-blue .formCriacaoBarra > li a {
  color: #01579B;
}
.tema-blue .pesquisaCriacaoBarra > li a:hover,
.tema-blue .formCriacaoBarra > li a:hover {
  color: #01579B;
  background: #fff;
}
.tema-blue .pesquisaCriacaoBarra > li > ul a,
.tema-blue .formCriacaoBarra > li > ul a {
  color: #01579B;
}
.tema-blue .pesquisaCriacaoBarra > li > ul a:hover,
.tema-blue .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #01579B;
}
.tema-blue #novaRespTemp {
  border-left: 2px dotted #01579B !important;
}
.tema-blue #PesquisaCriar .help-block a {
  color: #01579B;
}
.tema-blue #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #4FC3F7;
}
.tema-blue #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #E1F5FE;
}
.tema-blue #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #01579B;
}
.tema-blue #questionario .item .menu li a {
  color: #01579B;
}
.tema-blue #questionario .item.active {
  border-left: 2px solid #01579B;
}
.tema-blue #questionario .item.active .menu {
  background: #4FC3F7;
}
.tema-blue #questionario .item-placeholder {
  border: 1px dotted #01579B;
}
.tema-blue #questionario .secao-data {
  color: #01579B;
}
.tema-blue #dv-resumo-emails-validos ul {
  border: 1px dashed #01579B;
}
.tema-blue #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #01579B;
}
.tema-blue #dv-resumo-emails-validos ul li:hover {
  background: #01579B;
  color: #fff;
}
.tema-blue .cke_editable.cke_focus {
  border-bottom: 2px solid #01579B;
}
.tema-blue .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-blue #modalDetalheVenda .modal-header,
.tema-blue #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-blue #modalDetalheVenda .vendaDetalhe .intro,
.tema-blue #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #01579B;
}
.tema-blue span.dicItem {
  border-bottom: dotted 1px #01579B;
  color: #01579B;
}
.tema-blue .d3-tip {
  background-color: #01579B;
}
.tema-blue .fancybox-overlay {
  background-color: rgba(1, 87, 155, 0.8);
}
.tema-blue .fidelidadeItem h1.panel-title {
  color: #01579B;
}
.tema-blue .fidelidadeItem .infobar li div:hover {
  color: #01579B;
}
.tema-blue .gerenciaEmailItem h1.panel-title {
  color: #01579B;
}
.tema-blue .gerenciaEmailItem .infobar li div:hover {
  color: #01579B;
}
.tema-blue .itemLote .hlight {
  border-bottom: 1px solid #01579B;
}
.tema-blue .text-tema {
  color: #01579B;
}
.tema-blue .label-tema-flat {
  color: #01579B;
  border-color: #01579B;
}
.tema-blue .label-tema {
  color: #fff;
  background-color: #01579B;
}
.tema-blue .btn-tema-7 {
  color: #fff;
  background-color: #4FC3F7;
}
.tema-blue .btn-tema {
  color: #fff;
  background-color: #01579B;
}
.tema-blue .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-blue .btn-tema .checker span.checked {
  border: none;
}
.tema-blue #modalLabSend .modal-body h5 {
  color: #01579B;
}
.tema-blue .btn-group .btn.active {
  background-color: #01579B !important;
  color: #fff !important;
}
.tema-blue picker__list-item--selected,
.tema-blue .picker__list-item--selected:hover,
.tema-blue .picker--focused .picker__list-item--selected {
  background-color: #01579B;
  color: #fff;
}
.tema-blue .UserId.member {
  background-color: #01579B;
  color: #fff;
}
.tema-blue .UserId.member.inNavBar {
  background-color: #fff;
  color: #01579B;
}
.tema-blue #EmailName,
.tema-blue #ColecaoName,
.tema-blue #CupomName,
.tema-blue #ProgramaName {
  color: #01579B;
}
.tema-blue .stepy-navigator {
  border-bottom: 1px dotted #01579B;
}
.tema-blue #ComunicacaoEmailCriar h4.content-group,
.tema-blue #ProgramaFidelidadeItem h4.content-group {
  color: #01579B;
}
.tema-blue #sidebar_historico .category-content li {
  border-color: #01579B;
}
.tema-blue #sidebar_historico .category-content li:before {
  border: 2px solid #01579B;
}
.tema-blue #sidebar_historico .category-content li:after {
  border-left: 1px solid #01579B;
  border-right: 1px solid #01579B;
}
.tema-blue #sidebar_historico .category-content li strong {
  color: #01579B;
}
.tema-blue .panel-footer.historico a {
  color: #01579B;
}
.tema-blue #loading-default:not(.step1) {
  background: #01579B;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-blue #helpPageHeader {
  -o-animation: tema-blue 5s linear infinite alternate both;
  -webkit-animation: tema-blue 5s linear infinite alternate both;
  -moz-animation: tema-blue 5s linear infinite alternate both;
  animation: tema-blue 5s linear infinite alternate both;
}
@-moz-keyframes tema-blue {
  0% {
    background: rgba(1, 87, 155, 0.5);
  }
  100% {
    background: rgba(2, 136, 209, 0.9);
  }
}
@-webkit-keyframes tema-blue {
  0% {
    background: rgba(1, 87, 155, 0.5);
  }
  100% {
    background: rgba(2, 136, 209, 0.9);
  }
}
@keyframes tema-blue {
  0% {
    background: rgba(1, 87, 155, 0.5);
  }
  100% {
    background: rgba(2, 136, 209, 0.9);
  }
}
.tema-blue #helpCenter #categoriasMenu .category-title span {
  color: #01579B;
}
.tema-blue #helpCenter #CatHeader {
  background: #01579B;
}
.tema-blue #helpCenter .page-header h4 {
  color: #fff;
}
.tema-blue #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-blue #helpCenter .categoriaBox h2 {
  color: #01579B;
}
.tema-blue #helpCenter .categoriaItem h1 {
  color: #0288D1;
}
.tema-blue #chatBot #q {
  color: #01579B;
}
.tema-blue #chatBot #q::-webkit-input-placeholder {
  color: #29B6F6;
}
.tema-blue #chatBot #q:-moz-placeholder {
  color: #29B6F6;
}
.tema-blue #chatBot #send {
  background-color: #01579B;
}
.tema-blue #chatBot.active .header {
  background-image: linear-gradient(315deg, #01579B, #4FC3F7);
}
.tema-blue #chatBot.active .header h1 {
  color: #fff;
}
.tema-blue #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #01579B;
  border-color: #01579B;
  color: #fff;
}
.tema-blue #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #01579B;
}
.tema-blue #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #E1F5FE;
}
.tema-blue #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #4FC3F7;
  border-color: #4FC3F7;
  color: #01579B;
}
.tema-blue #contatoDados h4,
.tema-blue #cadastroProduto h4,
.tema-blue #ProgramaFidelidadePremioItem h4,
.tema-blue #EmpresaVisualizar h4,
.tema-blue #EmpresaEditar h4 {
  color: #01579B;
}
.tema-blue #contatoDados h4:before,
.tema-blue #cadastroProduto h4:before,
.tema-blue #ProgramaFidelidadePremioItem h4:before,
.tema-blue #EmpresaVisualizar h4:before,
.tema-blue #EmpresaEditar h4:before {
  background: #4FC3F7;
}
.tema-blue #contatoDados .userIntro,
.tema-blue #cadastroProduto .userIntro,
.tema-blue #ProgramaFidelidadePremioItem .userIntro,
.tema-blue #EmpresaVisualizar .userIntro,
.tema-blue #EmpresaEditar .userIntro {
  background-color: #01579B;
  color: #fff;
}
.tema-blue .eventoIntro,
.tema-blue .relatorioIntro {
  background-color: #01579B;
  color: #fff;
}
.tema-blue .pesquisaIntro {
  background-color: #01579B;
  color: #fff;
}
.tema-blue #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-blue #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #01579B !important;
}
.tema-blue #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-blue #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #E1F5FE;
}
.tema-blue #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-blue #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #01579B !important;
}
.tema-blue #contatoConfig .dropZoneFields .itemField .box,
.tema-blue #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #29B6F6;
}
.tema-blue #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-blue #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #01579B;
}
.tema-blue #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-blue #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-blue #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-blue #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #01579B !important;
}
.tema-blue #contatoConfig .g .header h4,
.tema-blue #contatoConfig .g .header i {
  color: #01579B;
}
.tema-blue #contatoConfig .g:nth-child(even) {
  background: #E1F5FE;
  border-bottom: 1px dotted #4FC3F7;
  border-top: 1px dotted #4FC3F7;
}
.tema-blue #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-blue #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-blue #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-blue .dataTables_paginate .paginate_button.current,
.tema-blue .dataTables_paginate .paginate_button.current:hover,
.tema-blue .dataTables_paginate .paginate_button.current:focus {
  color: #E1F5FE !important;
  background-color: #03A9F4 !important;
}
.tema-blue .dropdown-menu > .active > a,
.tema-blue .dropdown-menu > .active > a:hover,
.tema-blue .dropdown-menu > .active > a:focus {
  color: #E1F5FE !important;
  background-color: #03A9F4 !important;
}
.tema-blue .btn-link:hover,
.tema-blue .btn-link:focus {
  color: #03A9F4;
}
.tema-blue .bg-tema {
  background-color: #03A9F4 !important;
}
.tema-blue .btn.bg-tema {
  background-color: #03A9F4 !important;
  color: #fff;
}
.tema-blue .border-tema {
  border-color: #03A9F4;
}
.tema-blue .nicescroll-cursors {
  background-color: #03A9F4 !important;
}
.tema-blue .addNew button {
  color: #E1F5FE !important;
  background-color: #03A9F4 !important;
}
.tema-blue .dbgrid.dragging {
  border: 1px solid #03A9F4;
}
.tema-blue .dbgrid .table thead {
  background-color: #03A9F4 !important;
  color: #E1F5FE !important;
}
.tema-blue .dbgrid .table a {
  color: #03A9F4;
}
.tema-blue .dbgrid .table a:hover {
  color: #01579B;
}
.tema-blue .dbgrid .bottom {
  border-color: #03A9F4 !important;
}
.tema-blue .packery-drop-placeholder:before {
  outline: 3px dashed #03A9F4 !important;
}
.tema-blue .loading-chart .coffee_cup {
  border-color: #01579B;
}
.tema-blue .loading-chart .coffee_cup:after {
  border-color: #01579B;
}
.tema-blue .loading-chart .coffee_cup:before {
  background-color: #01579B;
  box-shadow: 5px 0px 0px 0px #01579B, 5px -5px 0px 0px #01579B, 10px 0px 0px 0px #01579B;
}
.tema-blue #loading-default h1 {
  color: #01579B;
}
.tema-blue #loading-default h2 {
  color: #0288D1;
}
.tema-blue #loading-default .coffee_cup {
  border-color: #01579B;
}
.tema-blue #loading-default .coffee_cup:after {
  border-color: #01579B;
}
.tema-blue #loading-default .coffee_cup:before {
  background-color: #01579B;
  box-shadow: 5px 0px 0px 0px #01579B, 5px -5px 0px 0px #01579B, 10px 0px 0px 0px #01579B;
}
.tema-blue #loading-default.step1 .panel {
  background-color: #01579B;
}
.tema-blue #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-blue #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-blue #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-blue #loading-default .lds-ring > div {
  border: 3px solid #01579B;
  border-color: #01579B transparent transparent transparent;
}
.tema-blue #gerenciaPerfil h6 {
  color: #01579B;
}
.tema-blue #gerenciaPerfil .group {
  border: 1px dotted #4FC3F7;
}
.tema-blue .switchery-default {
  background-color: #01579B !important;
  border-color: #01579B !important;
  box-shadow: #01579B 0px 0px 0px 0px inset !important;
}
.tema-blue .switchery-default small {
  background-color: #fff !important;
}
.tema-blue.login-container .panel-heading {
  background-color: #01579B !important;
}
.tema-blue.login-container .panel-body button {
  background-color: #01579B !important;
  color: #E1F5FE !important;
}
.tema-blue.login-container .panel-body button:hover {
  color: #01579B !important;
  background-color: #E1F5FE !important;
}
.tema-blue.login-container .panel-body ul li a {
  border: 1px solid #01579B !important;
  color: #01579B !important;
}
.tema-blue.login-container .panel-body ul li a:hover {
  color: #E1F5FE !important;
  background-color: #01579B !important;
}
.tema-blue .navbar-header {
  background-color: #01579B !important;
}
.tema-blue .DTCR_clonedTable td,
.tema-blue .DTCR_pointer {
  border-left: 1px dotted #01579B !important;
  z-index: 99999;
}
.tema-blue #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #01579B !important;
}
.tema-blue #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-blue #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #E1F5FE !important;
}
.tema-blue #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #01579B !important;
  background-color: #E1F5FE !important;
}
.tema-blue #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #01579B !important;
}
.tema-blue #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #01579B !important;
  color: #E1F5FE !important;
}
.tema-blue .cke_chrome {
  border: none;
}
.tema-blue table.hover tr:hover td,
.tema-blue table.hover tr:focus td {
  border-bottom: 1px solid #01579B !important;
}
.tema-blue table.hover tr:hover td:first-child:before,
.tema-blue table.hover tr:focus td:first-child:before {
  color: #01579B !important;
}
.tema-blue .popover.superhint {
  background-color: #01579B !important;
}
.tema-blue .popover.superhint .popover-footer {
  background-color: #E1F5FE !important;
}
.tema-blue .popover.superhint .popover-footer button {
  background-color: #01579B !important;
  color: #E1F5FE !important;
}
.tema-blue .popover.superhint .popover-title {
  color: #E1F5FE !important;
}
.tema-blue .popover.superhint .popover-content {
  color: #E1F5FE !important;
}
.tema-blue .popover.superhint .popover-close {
  color: #E1F5FE !important;
}
.tema-blue .popover.superhint.left > .arrow {
  border-left-color: #01579B !important;
}
.tema-blue .popover.superhint.left > .arrow:after {
  border-left-color: #01579B !important;
}
.tema-blue .popover.superhint.right > .arrow {
  border-right-color: #01579B !important;
}
.tema-blue .popover.superhint.right > .arrow:after {
  border-right-color: #01579B !important;
}
.tema-blue .popover.superhint.top > .arrow {
  border-top-color: #E1F5FE !important;
}
.tema-blue .popover.superhint.top > .arrow:after {
  border-top-color: #E1F5FE !important;
}
.tema-blue .popover.superhint.bottom > .arrow {
  border-bottom-color: #01579B !important;
}
.tema-blue .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #01579B !important;
}
.tema-blue .checker span {
  color: #039BE5 !important;
  border: 2px solid #039BE5;
}
.tema-blue .thumb:hover .zoom-image {
  background-color: #039BE5 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-blue .panel-email-insertType:hover .btn {
  background-color: #039BE5 !important;
  color: #E1F5FE !important;
}
.tema-blue .stepy-header li div {
  color: #E1F5FE !important;
}
.tema-blue .stepy-header li div {
  border-color: #29B6F6 !important;
  background-color: #29B6F6 !important;
  color: #E1F5FE !important;
}
.tema-blue .stepy-header li span {
  color: #29B6F6 !important;
}
.tema-blue .stepy-header li.stepy-active div {
  border-color: #01579B !important;
  background-color: #01579B !important;
  color: #E1F5FE !important;
}
.tema-blue .stepy-header li.stepy-active span {
  color: #01579B !important;
}
.tema-blue .stepy-header li:before,
.tema-blue .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-blue .emojSelect a:hover {
  color: #039BE5 !important;
}
.tema-blue .daterangepicker td.active,
.tema-blue .daterangepicker td.active:hover,
.tema-blue .daterangepicker td.active:focus {
  background-color: #039BE5 !important;
}
.tema-blue .ranges ul li.active {
  color: #ffffff;
  background-color: #039BE5 !important;
}
.tema-blue .hint-help {
  color: #039BE5 !important;
}
.tema-blue .hasBg .hint-help {
  color: #333333 !important;
}
.tema-blue .popover-hint,
.tema-blue .tooltip {
  background-color: #01579B;
  color: #fff;
}
.tema-blue .tooltip > .tooltip-inner {
  background-color: #01579B;
}
.tema-blue .modal-backdrop {
  background-color: #0277BD !important;
}
.tema-blue .border-left-tema {
  border-left-color: #01579B;
}
.tema-blue .tema-bg {
  background-color: #0277BD !important;
}
.tema-blue .tema-border {
  border-color: #039BE5;
}
.tema-blue .tema-text,
.tema-blue .tema-text:hover,
.tema-blue .tema-text:focus {
  color: #039BE5 !important;
}
.tema-blue .badge-tema {
  background-color: #01579B;
  border-color: #01579B;
}
.tema-blue > .navbar {
  background-color: #0277BD;
}
.tema-blue > .navbar a:hover {
  color: #29B6F6;
}
.tema-blue > .navbar a:hover i {
  color: #4FC3F7;
}
.tema-blue #adesaoPlano > .navbar {
  background-color: #0277BD;
}
.tema-blue .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-blue .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(1, 87, 155, 0.85);
}
.tema-blue .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-blue #sidebar_config,
.tema-blue .sidebar_config {
  background-color: #01579B;
  color: #fff;
}
.tema-blue #sidebar_config .navigation > li.active > a,
.tema-blue .sidebar_config .navigation > li.active > a,
.tema-blue #sidebar_config .navigation > li.active > a:hover,
.tema-blue .sidebar_config .navigation > li.active > a:hover,
.tema-blue #sidebar_config .navigation > li.active > a:focus,
.tema-blue .sidebar_config .navigation > li.active > a:focus {
  background-color: #0288D1;
  color: #ffffff;
}
.tema-blue .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #01579B;
}
@media only screen and (min-width: 769px) {
  .tema-blue .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #01579B;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-blue .nav-tabs.nav-justified > li.active > a,
  .tema-blue .nav-tabs.nav-justified > li.active > a:hover,
  .tema-blue .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #01579B;
  }
}
.tema-blue .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-blue .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-blue .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #01579B;
}
@media (min-width: 769px) {
  .tema-blue .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-blue .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-blue .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #01579B;
  }
  .tema-blue .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #01579B;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-blue .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #01579B;
  }
}
@media (max-width: 768px) {
  .tema-blue .nav-tabs > li.active > a,
  .tema-blue .nav-tabs > li.active > a:hover,
  .tema-blue .nav-tabs > li.active > a:focus {
    border-left-color: #01579B;
    color: #01579B;
  }
}
@media (min-width: 769px) {
  .tema-blue .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-blue .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-blue .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #01579B;
  }
}
.tema-blue #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-blue #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-blue #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-blue #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-blue #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-blue #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-blue #compras #meses table th,
.tema-blue #carrinho-abandonado #meses table th,
.tema-blue #compras #meses-carrinho-abandonado table th,
.tema-blue #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #01579B;
  color: #fff;
}
.tema-blue #compras #meses table tr.highlight td,
.tema-blue #carrinho-abandonado #meses table tr.highlight td,
.tema-blue #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-blue #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #01579B 1px dotted !important;
  border-bottom: #01579B 1px dotted !important;
  color: #01579B;
}
.tema-blue #compras #meses table tr.highlight td:nth-child(1),
.tema-blue #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-blue #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-blue #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-blue #compras #meses table tr.highlight td:nth-child(2),
.tema-blue #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-blue #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-blue #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-blue #compras #meses table td.highlight,
.tema-blue #carrinho-abandonado #meses table td.highlight,
.tema-blue #compras #meses-carrinho-abandonado table td.highlight,
.tema-blue #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #01579B 1px dotted !important;
  border-right: #01579B 1px dotted !important;
  color: #01579B;
}
.tema-blue #compras #meses table td:nth-child(1),
.tema-blue #carrinho-abandonado #meses table td:nth-child(1),
.tema-blue #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-blue #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #0277BD;
  color: #fff;
}
.tema-blue #compras #meses table td:nth-child(1).highlight,
.tema-blue #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-blue #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-blue #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-blue #compras #meses table td:nth-child(2),
.tema-blue #carrinho-abandonado #meses table td:nth-child(2),
.tema-blue #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-blue #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #0288D1;
  color: #fff;
}
.tema-blue .form-control:focus {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
.tema-blue .bootstrap-select .btn-default:focus,
.tema-blue .bootstrap-select .btn-default.focus,
.tema-blue .bootstrap-select .btn-default:active,
.tema-blue .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
.tema-blue .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #01579B;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
.tema-blue .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #01579B;
}
.tema-blue .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-blue .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-blue .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-blue .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-blue .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-blue .btn-delete:hover,
.tema-blue .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-blue .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-blue .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-blue .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-blue .btn-edit:hover,
.tema-blue .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-blue .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-blue .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-blue .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-blue .btn-search:hover,
.tema-blue .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-blue .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-blue .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-blue .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-blue .btn-save:hover,
.tema-blue .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-blue .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-blue .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-blue .btn-save-inv:hover,
.tema-blue .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-blue .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-blue .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-blue .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-blue .btn-face:hover,
.tema-blue .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-blue .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-blue .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-blue .btn-default:hover,
.tema-blue .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-blue .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-blue .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-blue .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-blue .bootstrap-select .btn-default:focus,
.tema-blue .bootstrap-select .btn-default:hover,
.tema-blue .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-blue .btn-tema-dark10 {
  background: #013b68;
  background-color: #013b68;
  color: #fff;
}
.tema-blue .btn-tema-dark10:focus,
.tema-blue .btn-tema-dark10:hover,
.tema-blue .btn-tema-dark10 [disabled] {
  background: #001e36;
  background-color: #001e36;
  color: #fff;
}
.tema-blue .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #01579B;
}
.tema-blue .btn-white-inv:focus,
.tema-blue .btn-white-inv:hover,
.tema-blue .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-blue .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-blue .btn-white:focus,
.tema-blue .btn-white:hover,
.tema-blue .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-blue .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-blue .btn-new {
  text-transform: none;
  color: #01579B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-blue .btn-new:hover,
.tema-blue .btn-new [disabled] {
  color: #E1F5FE !important;
  background-color: #01579B !important;
}
.tema-blue .btn-new:focus {
  color: #E1F5FE !important;
  background-color: #01579B !important;
}
.tema-blue .btn-new[disabled] {
  color: #01579B !important;
  background-color: #E1F5FE !important;
}
.tema-blue .content-wrapper::selection {
  background-color: #01579B;
  color: #fff;
}
.tema-blue .content-wrapper::-moz-selection {
  background-color: #01579B;
  color: #fff;
}
.tema-blue .content-wrapper::-o-selection {
  background-color: #01579B;
  color: #fff;
}
.tema-blue .content-wrapper::-ms-selection {
  background-color: #01579B;
  color: #fff;
}
.tema-blue .content-wrapper::-webkit-selection {
  background-color: #01579B;
  color: #fff;
}
.tema-blue #cupomExterno {
  background-color: #01579B;
}
.tema-blue #cupomExterno h1 {
  color: #01579B;
}
.tema-blue #pesquisaExterno {
  background-color: #01579B;
}
.tema-blue #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #01579B;
  color: #01579B;
}
.tema-blue #pesquisaExterno .stepy-header li div {
  background-color: #01579B;
}
.tema-blue #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #01579B !important;
}
.tema-blue #pesquisaExterno .stepy-header li:before,
.tema-blue #pesquisaExterno .stepy-header li:after {
  background-color: #01579B;
}
.tema-blue #pesquisaExterno .stepy-header li div {
  border: 2px solid #01579B;
}
.tema-blue #pesquisaExterno .border-primary-600 {
  border-color: #01579B;
}
.tema-blue #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #01579B;
}
.tema-blue #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
.tema-blue #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-blue #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-blue #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-blue #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
.tema-blue #pesquisaExterno .checker span {
  border: 2px solid #01579B;
}
.tema-blue #pesquisaExterno .irs-slider {
  background-color: #01579B;
}
.tema-blue #pesquisaExterno .irs-bar {
  background-color: #01579B;
}
.tema-blue #pesquisaExterno .irs-from,
.tema-blue #pesquisaExterno .irs-to,
.tema-blue #pesquisaExterno .irs-single {
  background-color: #01579B;
}
.tema-blue #pesquisaExterno .form-control:focus {
  border-bottom-color: #01579B;
  -webkit-box-shadow: 0 1px 0 #01579B;
  box-shadow: 0 1px 0 #01579B;
}
.tema-blue #pesquisaExterno .irs-from:after,
.tema-blue #pesquisaExterno .irs-to:after,
.tema-blue #pesquisaExterno .irs-single:after {
  border-top-color: #01579B;
}
.tema-blue #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #01579B;
}
.tema-blue #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-blue #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #0277BD;
  color: white;
}
.tema-blue #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-blue #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #01579B;
  color: white;
}
.tema-blue #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #013b68;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-blue #pesquisaExterno .stepy-navigator a {
  background-color: #01579B;
  color: #fff;
}
.tema-blue #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #01579B;
  color: #fff !important;
}
.tema-blue #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #01579B;
  color: #fff !important;
}
.tema-blue #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-blue #categoriaProduto #actionsControl {
  background-color: #01579B;
}
.tema-blue #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #01579B;
}
.tema-blue #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-blue #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #01579B;
}
.tema-blue #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-blue #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #01579B;
}
.tema-blue #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #01579B;
}
.tema-blue #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #01579B;
  color: #fff;
}
.tema-blue #categoriaProduto #actionsControl .btn-edit,
.tema-blue #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-blue #categoriaProduto #actionsControl .btn-edit:hover,
.tema-blue #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-blue #categoriaProduto #actionsControl .btn-delete:hover,
.tema-blue #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-teal {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-teal #ticketGridTopBar {
  background-color: #004D40;
}
.tema-teal #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #004D40;
}
.tema-teal #ticket-aba-lateral .panel-heading h6 {
  color: #004D40;
}
.tema-teal #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #E0F2F1;
  border-color: #4DB6AC;
}
.tema-teal #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #4DB6AC;
}
.tema-teal #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #004D40;
}
.tema-teal #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #004D40;
}
.tema-teal .ticketIntro {
  background-color: #004D40;
  color: #fff;
}
.tema-teal .ticketInfo strong,
.tema-teal .ticketInfo i {
  color: #004D40;
}
.tema-teal #ticketGrid h1 a {
  color: #004D40;
}
.tema-teal #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #004D40;
}
.tema-teal .tokenfield .token:not([class*=bg-]) {
  background-color: #004D40;
  color: #ffffff;
}
.tema-teal .tokenfield .token:not([class*=bg-]):hover {
  background-color: #E0F2F1;
  color: #004D40;
}
.tema-teal#EmailDragDropEditor .content #settingsBar h2 {
  color: #004D40;
}
.tema-teal#EmailDragDropEditor #editBar .box h2 {
  color: #004D40;
}
.tema-teal#EmailDragDropEditor #editBar .irs-from,
.tema-teal#EmailDragDropEditor #editBar .irs-to,
.tema-teal#EmailDragDropEditor #editBar .irs-single {
  background-color: #004D40;
}
.tema-teal#EmailDragDropEditor #editBar .irs-from:after,
.tema-teal#EmailDragDropEditor #editBar .irs-to:after,
.tema-teal#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #004D40;
}
.tema-teal#EmailDragDropEditor #editBar .irs-slider {
  background-color: #004D40;
}
.tema-teal#EmailDragDropEditor #editBar .irs-bar {
  background-color: #00897B;
}
.tema-teal#baixaCupomExternoCliente footer {
  background-color: #004D40;
}
.tema-teal #linkPrivacidade {
  background-color: rgba(0, 77, 64, 0.5);
  color: #E0F2F1;
}
.tema-teal #linkPrivacidade:hover {
  background-color: #004D40;
}
.tema-teal #formularioExterno .termo i {
  color: #004D40;
}
.tema-teal #formularioExterno .termo strong {
  color: #004D40;
}
.tema-teal #formularioExterno .termo a {
  color: #004D40;
  border-bottom: 1px dotted #004D40;
}
.tema-teal .modal_boasvindas .modal-body h1 {
  color: #004D40;
}
.tema-teal .modal_boasvindas .modal-body h2 {
  color: #4DB6AC;
}
.tema-teal .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #4DB6AC;
}
.tema-teal .modal_boasvindas .modal-body strong {
  color: #004D40;
}
.tema-teal .noui-slider-primary .noUi-handle {
  background-color: #004D40;
}
.tema-teal .noUi-tooltip {
  background-color: #004D40;
}
.tema-teal .noUi-connect {
  background-color: #004D40 !important;
}
.tema-teal #detalheColecao .colecaoData h4 {
  color: #004D40;
}
.tema-teal .panel-tema {
  background-color: #004D40;
}
.tema-teal .panel-tema h6,
.tema-teal .panel-tema span.center-block {
  color: #fff;
}
.tema-teal .panel-tema input {
  color: #4DB6AC;
}
.tema-teal #toast-container.toast-center-center {
  background-color: rgba(0, 77, 64, 0.7);
}
.tema-teal .cd-top {
  background-color: rgba(0, 77, 64, 0.7);
}
.tema-teal .cd-top i {
  color: #fff;
}
.tema-teal .cd-top:hover {
  background-color: #004D40;
}
.tema-teal .pagination > .active > a,
.tema-teal .pagination > .active > span,
.tema-teal .pagination > .active > a:hover,
.tema-teal .pagination > .active > span:hover,
.tema-teal .pagination > .active > a:focus,
.tema-teal .pagination > .active > span:focus {
  background-color: #004D40;
  border-color: #004D40;
}
.tema-teal #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-teal #edicao .editor_box .action_bar a:hover {
  background-color: #004D40;
  color: #fff;
}
.tema-teal .responsiveIframe.mobile {
  border: 1px solid #004D40;
}
.tema-teal .responsiveIframe.mobile #previewHtml {
  border: 1px solid #004D40;
}
.tema-teal .progress-bar {
  background-color: #004D40;
}
.tema-teal .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-teal pre[class*="language-"] {
  border-left-color: #004D40;
}
.tema-teal #pesquisaTabulacao tr.group,
.tema-teal #pesquisaTabulacao tr.group:hover {
  background-color: #004D40;
  color: #fff;
}
.tema-teal #smsCriar .panel-heading {
  border-bottom: 1px dotted #004D40;
}
.tema-teal #smsCriar .panel-heading #SmsName {
  color: #004D40;
}
.tema-teal .br-theme-bars-pill .br-widget a {
  background-color: #E0F2F1;
  color: #004D40;
}
.tema-teal .br-theme-bars-pill .br-widget a.br-active,
.tema-teal .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #004D40;
  color: white;
}
.tema-teal .br-theme-bars-pill .br-readonly a.br-active,
.tema-teal .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #004D40;
}
.tema-teal .pesquisaCriacaoBarra > li a,
.tema-teal .formCriacaoBarra > li a {
  color: #004D40;
}
.tema-teal .pesquisaCriacaoBarra > li a:hover,
.tema-teal .formCriacaoBarra > li a:hover {
  color: #004D40;
  background: #fff;
}
.tema-teal .pesquisaCriacaoBarra > li > ul a,
.tema-teal .formCriacaoBarra > li > ul a {
  color: #004D40;
}
.tema-teal .pesquisaCriacaoBarra > li > ul a:hover,
.tema-teal .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #004D40;
}
.tema-teal #novaRespTemp {
  border-left: 2px dotted #004D40 !important;
}
.tema-teal #PesquisaCriar .help-block a {
  color: #004D40;
}
.tema-teal #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #4DB6AC;
}
.tema-teal #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #E0F2F1;
}
.tema-teal #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #004D40;
}
.tema-teal #questionario .item .menu li a {
  color: #004D40;
}
.tema-teal #questionario .item.active {
  border-left: 2px solid #004D40;
}
.tema-teal #questionario .item.active .menu {
  background: #4DB6AC;
}
.tema-teal #questionario .item-placeholder {
  border: 1px dotted #004D40;
}
.tema-teal #questionario .secao-data {
  color: #004D40;
}
.tema-teal #dv-resumo-emails-validos ul {
  border: 1px dashed #004D40;
}
.tema-teal #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #004D40;
}
.tema-teal #dv-resumo-emails-validos ul li:hover {
  background: #004D40;
  color: #fff;
}
.tema-teal .cke_editable.cke_focus {
  border-bottom: 2px solid #004D40;
}
.tema-teal .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-teal #modalDetalheVenda .modal-header,
.tema-teal #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-teal #modalDetalheVenda .vendaDetalhe .intro,
.tema-teal #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #004D40;
}
.tema-teal span.dicItem {
  border-bottom: dotted 1px #004D40;
  color: #004D40;
}
.tema-teal .d3-tip {
  background-color: #004D40;
}
.tema-teal .fancybox-overlay {
  background-color: rgba(0, 77, 64, 0.8);
}
.tema-teal .fidelidadeItem h1.panel-title {
  color: #004D40;
}
.tema-teal .fidelidadeItem .infobar li div:hover {
  color: #004D40;
}
.tema-teal .gerenciaEmailItem h1.panel-title {
  color: #004D40;
}
.tema-teal .gerenciaEmailItem .infobar li div:hover {
  color: #004D40;
}
.tema-teal .itemLote .hlight {
  border-bottom: 1px solid #004D40;
}
.tema-teal .text-tema {
  color: #004D40;
}
.tema-teal .label-tema-flat {
  color: #004D40;
  border-color: #004D40;
}
.tema-teal .label-tema {
  color: #fff;
  background-color: #004D40;
}
.tema-teal .btn-tema-7 {
  color: #fff;
  background-color: #4DB6AC;
}
.tema-teal .btn-tema {
  color: #fff;
  background-color: #004D40;
}
.tema-teal .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-teal .btn-tema .checker span.checked {
  border: none;
}
.tema-teal #modalLabSend .modal-body h5 {
  color: #004D40;
}
.tema-teal .btn-group .btn.active {
  background-color: #004D40 !important;
  color: #fff !important;
}
.tema-teal picker__list-item--selected,
.tema-teal .picker__list-item--selected:hover,
.tema-teal .picker--focused .picker__list-item--selected {
  background-color: #004D40;
  color: #fff;
}
.tema-teal .UserId.member {
  background-color: #004D40;
  color: #fff;
}
.tema-teal .UserId.member.inNavBar {
  background-color: #fff;
  color: #004D40;
}
.tema-teal #EmailName,
.tema-teal #ColecaoName,
.tema-teal #CupomName,
.tema-teal #ProgramaName {
  color: #004D40;
}
.tema-teal .stepy-navigator {
  border-bottom: 1px dotted #004D40;
}
.tema-teal #ComunicacaoEmailCriar h4.content-group,
.tema-teal #ProgramaFidelidadeItem h4.content-group {
  color: #004D40;
}
.tema-teal #sidebar_historico .category-content li {
  border-color: #004D40;
}
.tema-teal #sidebar_historico .category-content li:before {
  border: 2px solid #004D40;
}
.tema-teal #sidebar_historico .category-content li:after {
  border-left: 1px solid #004D40;
  border-right: 1px solid #004D40;
}
.tema-teal #sidebar_historico .category-content li strong {
  color: #004D40;
}
.tema-teal .panel-footer.historico a {
  color: #004D40;
}
.tema-teal #loading-default:not(.step1) {
  background: #004D40;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-teal #helpPageHeader {
  -o-animation: tema-teal 5s linear infinite alternate both;
  -webkit-animation: tema-teal 5s linear infinite alternate both;
  -moz-animation: tema-teal 5s linear infinite alternate both;
  animation: tema-teal 5s linear infinite alternate both;
}
@-moz-keyframes tema-teal {
  0% {
    background: rgba(0, 77, 64, 0.5);
  }
  100% {
    background: rgba(0, 121, 107, 0.9);
  }
}
@-webkit-keyframes tema-teal {
  0% {
    background: rgba(0, 77, 64, 0.5);
  }
  100% {
    background: rgba(0, 121, 107, 0.9);
  }
}
@keyframes tema-teal {
  0% {
    background: rgba(0, 77, 64, 0.5);
  }
  100% {
    background: rgba(0, 121, 107, 0.9);
  }
}
.tema-teal #helpCenter #categoriasMenu .category-title span {
  color: #004D40;
}
.tema-teal #helpCenter #CatHeader {
  background: #004D40;
}
.tema-teal #helpCenter .page-header h4 {
  color: #fff;
}
.tema-teal #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-teal #helpCenter .categoriaBox h2 {
  color: #004D40;
}
.tema-teal #helpCenter .categoriaItem h1 {
  color: #00796B;
}
.tema-teal #chatBot #q {
  color: #004D40;
}
.tema-teal #chatBot #q::-webkit-input-placeholder {
  color: #26A69A;
}
.tema-teal #chatBot #q:-moz-placeholder {
  color: #26A69A;
}
.tema-teal #chatBot #send {
  background-color: #004D40;
}
.tema-teal #chatBot.active .header {
  background-image: linear-gradient(315deg, #004D40, #4DB6AC);
}
.tema-teal #chatBot.active .header h1 {
  color: #fff;
}
.tema-teal #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #004D40;
  border-color: #004D40;
  color: #fff;
}
.tema-teal #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #004D40;
}
.tema-teal #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #E0F2F1;
}
.tema-teal #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #4DB6AC;
  border-color: #4DB6AC;
  color: #004D40;
}
.tema-teal #contatoDados h4,
.tema-teal #cadastroProduto h4,
.tema-teal #ProgramaFidelidadePremioItem h4,
.tema-teal #EmpresaVisualizar h4,
.tema-teal #EmpresaEditar h4 {
  color: #004D40;
}
.tema-teal #contatoDados h4:before,
.tema-teal #cadastroProduto h4:before,
.tema-teal #ProgramaFidelidadePremioItem h4:before,
.tema-teal #EmpresaVisualizar h4:before,
.tema-teal #EmpresaEditar h4:before {
  background: #4DB6AC;
}
.tema-teal #contatoDados .userIntro,
.tema-teal #cadastroProduto .userIntro,
.tema-teal #ProgramaFidelidadePremioItem .userIntro,
.tema-teal #EmpresaVisualizar .userIntro,
.tema-teal #EmpresaEditar .userIntro {
  background-color: #004D40;
  color: #fff;
}
.tema-teal .eventoIntro,
.tema-teal .relatorioIntro {
  background-color: #004D40;
  color: #fff;
}
.tema-teal .pesquisaIntro {
  background-color: #004D40;
  color: #fff;
}
.tema-teal #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-teal #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #004D40 !important;
}
.tema-teal #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-teal #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #E0F2F1;
}
.tema-teal #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-teal #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #004D40 !important;
}
.tema-teal #contatoConfig .dropZoneFields .itemField .box,
.tema-teal #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #26A69A;
}
.tema-teal #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-teal #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #004D40;
}
.tema-teal #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-teal #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-teal #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-teal #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #004D40 !important;
}
.tema-teal #contatoConfig .g .header h4,
.tema-teal #contatoConfig .g .header i {
  color: #004D40;
}
.tema-teal #contatoConfig .g:nth-child(even) {
  background: #E0F2F1;
  border-bottom: 1px dotted #4DB6AC;
  border-top: 1px dotted #4DB6AC;
}
.tema-teal #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-teal #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-teal #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-teal .dataTables_paginate .paginate_button.current,
.tema-teal .dataTables_paginate .paginate_button.current:hover,
.tema-teal .dataTables_paginate .paginate_button.current:focus {
  color: #E0F2F1 !important;
  background-color: #009688 !important;
}
.tema-teal .dropdown-menu > .active > a,
.tema-teal .dropdown-menu > .active > a:hover,
.tema-teal .dropdown-menu > .active > a:focus {
  color: #E0F2F1 !important;
  background-color: #009688 !important;
}
.tema-teal .btn-link:hover,
.tema-teal .btn-link:focus {
  color: #009688;
}
.tema-teal .bg-tema {
  background-color: #009688 !important;
}
.tema-teal .btn.bg-tema {
  background-color: #009688 !important;
  color: #fff;
}
.tema-teal .border-tema {
  border-color: #009688;
}
.tema-teal .nicescroll-cursors {
  background-color: #009688 !important;
}
.tema-teal .addNew button {
  color: #E0F2F1 !important;
  background-color: #009688 !important;
}
.tema-teal .dbgrid.dragging {
  border: 1px solid #009688;
}
.tema-teal .dbgrid .table thead {
  background-color: #009688 !important;
  color: #E0F2F1 !important;
}
.tema-teal .dbgrid .table a {
  color: #009688;
}
.tema-teal .dbgrid .table a:hover {
  color: #004D40;
}
.tema-teal .dbgrid .bottom {
  border-color: #009688 !important;
}
.tema-teal .packery-drop-placeholder:before {
  outline: 3px dashed #009688 !important;
}
.tema-teal .loading-chart .coffee_cup {
  border-color: #004D40;
}
.tema-teal .loading-chart .coffee_cup:after {
  border-color: #004D40;
}
.tema-teal .loading-chart .coffee_cup:before {
  background-color: #004D40;
  box-shadow: 5px 0px 0px 0px #004D40, 5px -5px 0px 0px #004D40, 10px 0px 0px 0px #004D40;
}
.tema-teal #loading-default h1 {
  color: #004D40;
}
.tema-teal #loading-default h2 {
  color: #00796B;
}
.tema-teal #loading-default .coffee_cup {
  border-color: #004D40;
}
.tema-teal #loading-default .coffee_cup:after {
  border-color: #004D40;
}
.tema-teal #loading-default .coffee_cup:before {
  background-color: #004D40;
  box-shadow: 5px 0px 0px 0px #004D40, 5px -5px 0px 0px #004D40, 10px 0px 0px 0px #004D40;
}
.tema-teal #loading-default.step1 .panel {
  background-color: #004D40;
}
.tema-teal #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-teal #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-teal #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-teal #loading-default .lds-ring > div {
  border: 3px solid #004D40;
  border-color: #004D40 transparent transparent transparent;
}
.tema-teal #gerenciaPerfil h6 {
  color: #004D40;
}
.tema-teal #gerenciaPerfil .group {
  border: 1px dotted #4DB6AC;
}
.tema-teal .switchery-default {
  background-color: #004D40 !important;
  border-color: #004D40 !important;
  box-shadow: #004D40 0px 0px 0px 0px inset !important;
}
.tema-teal .switchery-default small {
  background-color: #fff !important;
}
.tema-teal.login-container .panel-heading {
  background-color: #004D40 !important;
}
.tema-teal.login-container .panel-body button {
  background-color: #004D40 !important;
  color: #E0F2F1 !important;
}
.tema-teal.login-container .panel-body button:hover {
  color: #004D40 !important;
  background-color: #E0F2F1 !important;
}
.tema-teal.login-container .panel-body ul li a {
  border: 1px solid #004D40 !important;
  color: #004D40 !important;
}
.tema-teal.login-container .panel-body ul li a:hover {
  color: #E0F2F1 !important;
  background-color: #004D40 !important;
}
.tema-teal .navbar-header {
  background-color: #004D40 !important;
}
.tema-teal .DTCR_clonedTable td,
.tema-teal .DTCR_pointer {
  border-left: 1px dotted #004D40 !important;
  z-index: 99999;
}
.tema-teal #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #004D40 !important;
}
.tema-teal #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-teal #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #E0F2F1 !important;
}
.tema-teal #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #004D40 !important;
  background-color: #E0F2F1 !important;
}
.tema-teal #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #004D40 !important;
}
.tema-teal #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #004D40 !important;
  color: #E0F2F1 !important;
}
.tema-teal .cke_chrome {
  border: none;
}
.tema-teal table.hover tr:hover td,
.tema-teal table.hover tr:focus td {
  border-bottom: 1px solid #004D40 !important;
}
.tema-teal table.hover tr:hover td:first-child:before,
.tema-teal table.hover tr:focus td:first-child:before {
  color: #004D40 !important;
}
.tema-teal .popover.superhint {
  background-color: #004D40 !important;
}
.tema-teal .popover.superhint .popover-footer {
  background-color: #E0F2F1 !important;
}
.tema-teal .popover.superhint .popover-footer button {
  background-color: #004D40 !important;
  color: #E0F2F1 !important;
}
.tema-teal .popover.superhint .popover-title {
  color: #E0F2F1 !important;
}
.tema-teal .popover.superhint .popover-content {
  color: #E0F2F1 !important;
}
.tema-teal .popover.superhint .popover-close {
  color: #E0F2F1 !important;
}
.tema-teal .popover.superhint.left > .arrow {
  border-left-color: #004D40 !important;
}
.tema-teal .popover.superhint.left > .arrow:after {
  border-left-color: #004D40 !important;
}
.tema-teal .popover.superhint.right > .arrow {
  border-right-color: #004D40 !important;
}
.tema-teal .popover.superhint.right > .arrow:after {
  border-right-color: #004D40 !important;
}
.tema-teal .popover.superhint.top > .arrow {
  border-top-color: #E0F2F1 !important;
}
.tema-teal .popover.superhint.top > .arrow:after {
  border-top-color: #E0F2F1 !important;
}
.tema-teal .popover.superhint.bottom > .arrow {
  border-bottom-color: #004D40 !important;
}
.tema-teal .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #004D40 !important;
}
.tema-teal .checker span {
  color: #00897B !important;
  border: 2px solid #00897B;
}
.tema-teal .thumb:hover .zoom-image {
  background-color: #00897B !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-teal .panel-email-insertType:hover .btn {
  background-color: #00897B !important;
  color: #E0F2F1 !important;
}
.tema-teal .stepy-header li div {
  color: #E0F2F1 !important;
}
.tema-teal .stepy-header li div {
  border-color: #26A69A !important;
  background-color: #26A69A !important;
  color: #E0F2F1 !important;
}
.tema-teal .stepy-header li span {
  color: #26A69A !important;
}
.tema-teal .stepy-header li.stepy-active div {
  border-color: #004D40 !important;
  background-color: #004D40 !important;
  color: #E0F2F1 !important;
}
.tema-teal .stepy-header li.stepy-active span {
  color: #004D40 !important;
}
.tema-teal .stepy-header li:before,
.tema-teal .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-teal .emojSelect a:hover {
  color: #00897B !important;
}
.tema-teal .daterangepicker td.active,
.tema-teal .daterangepicker td.active:hover,
.tema-teal .daterangepicker td.active:focus {
  background-color: #00897B !important;
}
.tema-teal .ranges ul li.active {
  color: #ffffff;
  background-color: #00897B !important;
}
.tema-teal .hint-help {
  color: #00897B !important;
}
.tema-teal .hasBg .hint-help {
  color: #333333 !important;
}
.tema-teal .popover-hint,
.tema-teal .tooltip {
  background-color: #004D40;
  color: #fff;
}
.tema-teal .tooltip > .tooltip-inner {
  background-color: #004D40;
}
.tema-teal .modal-backdrop {
  background-color: #00695C !important;
}
.tema-teal .border-left-tema {
  border-left-color: #004D40;
}
.tema-teal .tema-bg {
  background-color: #00695C !important;
}
.tema-teal .tema-border {
  border-color: #00897B;
}
.tema-teal .tema-text,
.tema-teal .tema-text:hover,
.tema-teal .tema-text:focus {
  color: #00897B !important;
}
.tema-teal .badge-tema {
  background-color: #004D40;
  border-color: #004D40;
}
.tema-teal > .navbar {
  background-color: #00695C;
}
.tema-teal > .navbar a:hover {
  color: #26A69A;
}
.tema-teal > .navbar a:hover i {
  color: #4DB6AC;
}
.tema-teal #adesaoPlano > .navbar {
  background-color: #00695C;
}
.tema-teal .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-teal .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(0, 77, 64, 0.85);
}
.tema-teal .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-teal #sidebar_config,
.tema-teal .sidebar_config {
  background-color: #004D40;
  color: #fff;
}
.tema-teal #sidebar_config .navigation > li.active > a,
.tema-teal .sidebar_config .navigation > li.active > a,
.tema-teal #sidebar_config .navigation > li.active > a:hover,
.tema-teal .sidebar_config .navigation > li.active > a:hover,
.tema-teal #sidebar_config .navigation > li.active > a:focus,
.tema-teal .sidebar_config .navigation > li.active > a:focus {
  background-color: #00796B;
  color: #ffffff;
}
.tema-teal .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #004D40;
}
@media only screen and (min-width: 769px) {
  .tema-teal .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #004D40;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-teal .nav-tabs.nav-justified > li.active > a,
  .tema-teal .nav-tabs.nav-justified > li.active > a:hover,
  .tema-teal .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #004D40;
  }
}
.tema-teal .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-teal .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-teal .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #004D40;
}
@media (min-width: 769px) {
  .tema-teal .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-teal .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-teal .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #004D40;
  }
  .tema-teal .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #004D40;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-teal .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #004D40;
  }
}
@media (max-width: 768px) {
  .tema-teal .nav-tabs > li.active > a,
  .tema-teal .nav-tabs > li.active > a:hover,
  .tema-teal .nav-tabs > li.active > a:focus {
    border-left-color: #004D40;
    color: #004D40;
  }
}
@media (min-width: 769px) {
  .tema-teal .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-teal .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-teal .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #004D40;
  }
}
.tema-teal #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-teal #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-teal #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-teal #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-teal #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-teal #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-teal #compras #meses table th,
.tema-teal #carrinho-abandonado #meses table th,
.tema-teal #compras #meses-carrinho-abandonado table th,
.tema-teal #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #004D40;
  color: #fff;
}
.tema-teal #compras #meses table tr.highlight td,
.tema-teal #carrinho-abandonado #meses table tr.highlight td,
.tema-teal #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-teal #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #004D40 1px dotted !important;
  border-bottom: #004D40 1px dotted !important;
  color: #004D40;
}
.tema-teal #compras #meses table tr.highlight td:nth-child(1),
.tema-teal #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-teal #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-teal #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-teal #compras #meses table tr.highlight td:nth-child(2),
.tema-teal #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-teal #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-teal #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-teal #compras #meses table td.highlight,
.tema-teal #carrinho-abandonado #meses table td.highlight,
.tema-teal #compras #meses-carrinho-abandonado table td.highlight,
.tema-teal #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #004D40 1px dotted !important;
  border-right: #004D40 1px dotted !important;
  color: #004D40;
}
.tema-teal #compras #meses table td:nth-child(1),
.tema-teal #carrinho-abandonado #meses table td:nth-child(1),
.tema-teal #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-teal #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #00695C;
  color: #fff;
}
.tema-teal #compras #meses table td:nth-child(1).highlight,
.tema-teal #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-teal #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-teal #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-teal #compras #meses table td:nth-child(2),
.tema-teal #carrinho-abandonado #meses table td:nth-child(2),
.tema-teal #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-teal #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #00796B;
  color: #fff;
}
.tema-teal .form-control:focus {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
.tema-teal .bootstrap-select .btn-default:focus,
.tema-teal .bootstrap-select .btn-default.focus,
.tema-teal .bootstrap-select .btn-default:active,
.tema-teal .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
.tema-teal .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #004D40;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
.tema-teal .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #004D40;
}
.tema-teal .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-teal .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-teal .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-teal .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-teal .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-teal .btn-delete:hover,
.tema-teal .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-teal .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-teal .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-teal .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-teal .btn-edit:hover,
.tema-teal .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-teal .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-teal .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-teal .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-teal .btn-search:hover,
.tema-teal .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-teal .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-teal .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-teal .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-teal .btn-save:hover,
.tema-teal .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-teal .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-teal .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-teal .btn-save-inv:hover,
.tema-teal .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-teal .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-teal .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-teal .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-teal .btn-face:hover,
.tema-teal .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-teal .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-teal .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-teal .btn-default:hover,
.tema-teal .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-teal .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-teal .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-teal .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-teal .bootstrap-select .btn-default:focus,
.tema-teal .bootstrap-select .btn-default:hover,
.tema-teal .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-teal .btn-tema-dark10 {
  background: #001a16;
  background-color: #001a16;
  color: #fff;
}
.tema-teal .btn-tema-dark10:focus,
.tema-teal .btn-tema-dark10:hover,
.tema-teal .btn-tema-dark10 [disabled] {
  background: #000000;
  background-color: #000000;
  color: #fff;
}
.tema-teal .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #004D40;
}
.tema-teal .btn-white-inv:focus,
.tema-teal .btn-white-inv:hover,
.tema-teal .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-teal .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-teal .btn-white:focus,
.tema-teal .btn-white:hover,
.tema-teal .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-teal .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-teal .btn-new {
  text-transform: none;
  color: #004D40 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-teal .btn-new:hover,
.tema-teal .btn-new [disabled] {
  color: #E0F2F1 !important;
  background-color: #004D40 !important;
}
.tema-teal .btn-new:focus {
  color: #E0F2F1 !important;
  background-color: #004D40 !important;
}
.tema-teal .btn-new[disabled] {
  color: #004D40 !important;
  background-color: #E0F2F1 !important;
}
.tema-teal .content-wrapper::selection {
  background-color: #004D40;
  color: #fff;
}
.tema-teal .content-wrapper::-moz-selection {
  background-color: #004D40;
  color: #fff;
}
.tema-teal .content-wrapper::-o-selection {
  background-color: #004D40;
  color: #fff;
}
.tema-teal .content-wrapper::-ms-selection {
  background-color: #004D40;
  color: #fff;
}
.tema-teal .content-wrapper::-webkit-selection {
  background-color: #004D40;
  color: #fff;
}
.tema-teal #cupomExterno {
  background-color: #004D40;
}
.tema-teal #cupomExterno h1 {
  color: #004D40;
}
.tema-teal #pesquisaExterno {
  background-color: #004D40;
}
.tema-teal #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #004D40;
  color: #004D40;
}
.tema-teal #pesquisaExterno .stepy-header li div {
  background-color: #004D40;
}
.tema-teal #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #004D40 !important;
}
.tema-teal #pesquisaExterno .stepy-header li:before,
.tema-teal #pesquisaExterno .stepy-header li:after {
  background-color: #004D40;
}
.tema-teal #pesquisaExterno .stepy-header li div {
  border: 2px solid #004D40;
}
.tema-teal #pesquisaExterno .border-primary-600 {
  border-color: #004D40;
}
.tema-teal #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #004D40;
}
.tema-teal #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
.tema-teal #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-teal #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-teal #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-teal #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
.tema-teal #pesquisaExterno .checker span {
  border: 2px solid #004D40;
}
.tema-teal #pesquisaExterno .irs-slider {
  background-color: #004D40;
}
.tema-teal #pesquisaExterno .irs-bar {
  background-color: #004D40;
}
.tema-teal #pesquisaExterno .irs-from,
.tema-teal #pesquisaExterno .irs-to,
.tema-teal #pesquisaExterno .irs-single {
  background-color: #004D40;
}
.tema-teal #pesquisaExterno .form-control:focus {
  border-bottom-color: #004D40;
  -webkit-box-shadow: 0 1px 0 #004D40;
  box-shadow: 0 1px 0 #004D40;
}
.tema-teal #pesquisaExterno .irs-from:after,
.tema-teal #pesquisaExterno .irs-to:after,
.tema-teal #pesquisaExterno .irs-single:after {
  border-top-color: #004D40;
}
.tema-teal #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #004D40;
}
.tema-teal #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-teal #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #00695C;
  color: white;
}
.tema-teal #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-teal #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #004D40;
  color: white;
}
.tema-teal #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #001a16;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-teal #pesquisaExterno .stepy-navigator a {
  background-color: #004D40;
  color: #fff;
}
.tema-teal #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #004D40;
  color: #fff !important;
}
.tema-teal #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #004D40;
  color: #fff !important;
}
.tema-teal #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-teal #categoriaProduto #actionsControl {
  background-color: #004D40;
}
.tema-teal #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #004D40;
}
.tema-teal #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-teal #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #004D40;
}
.tema-teal #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-teal #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #004D40;
}
.tema-teal #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #004D40;
}
.tema-teal #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #004D40;
  color: #fff;
}
.tema-teal #categoriaProduto #actionsControl .btn-edit,
.tema-teal #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-teal #categoriaProduto #actionsControl .btn-edit:hover,
.tema-teal #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-teal #categoriaProduto #actionsControl .btn-delete:hover,
.tema-teal #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-green {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-green #ticketGridTopBar {
  background-color: #33691E;
}
.tema-green #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #33691E;
}
.tema-green #ticket-aba-lateral .panel-heading h6 {
  color: #33691E;
}
.tema-green #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #F1F8E9;
  border-color: #AED581;
}
.tema-green #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #AED581;
}
.tema-green #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #33691E;
}
.tema-green #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #33691E;
}
.tema-green .ticketIntro {
  background-color: #33691E;
  color: #fff;
}
.tema-green .ticketInfo strong,
.tema-green .ticketInfo i {
  color: #33691E;
}
.tema-green #ticketGrid h1 a {
  color: #33691E;
}
.tema-green #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #33691E;
}
.tema-green .tokenfield .token:not([class*=bg-]) {
  background-color: #33691E;
  color: #ffffff;
}
.tema-green .tokenfield .token:not([class*=bg-]):hover {
  background-color: #F1F8E9;
  color: #33691E;
}
.tema-green#EmailDragDropEditor .content #settingsBar h2 {
  color: #33691E;
}
.tema-green#EmailDragDropEditor #editBar .box h2 {
  color: #33691E;
}
.tema-green#EmailDragDropEditor #editBar .irs-from,
.tema-green#EmailDragDropEditor #editBar .irs-to,
.tema-green#EmailDragDropEditor #editBar .irs-single {
  background-color: #33691E;
}
.tema-green#EmailDragDropEditor #editBar .irs-from:after,
.tema-green#EmailDragDropEditor #editBar .irs-to:after,
.tema-green#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #33691E;
}
.tema-green#EmailDragDropEditor #editBar .irs-slider {
  background-color: #33691E;
}
.tema-green#EmailDragDropEditor #editBar .irs-bar {
  background-color: #7CB342;
}
.tema-green#baixaCupomExternoCliente footer {
  background-color: #33691E;
}
.tema-green #linkPrivacidade {
  background-color: rgba(51, 105, 30, 0.5);
  color: #F1F8E9;
}
.tema-green #linkPrivacidade:hover {
  background-color: #33691E;
}
.tema-green #formularioExterno .termo i {
  color: #33691E;
}
.tema-green #formularioExterno .termo strong {
  color: #33691E;
}
.tema-green #formularioExterno .termo a {
  color: #33691E;
  border-bottom: 1px dotted #33691E;
}
.tema-green .modal_boasvindas .modal-body h1 {
  color: #33691E;
}
.tema-green .modal_boasvindas .modal-body h2 {
  color: #AED581;
}
.tema-green .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #AED581;
}
.tema-green .modal_boasvindas .modal-body strong {
  color: #33691E;
}
.tema-green .noui-slider-primary .noUi-handle {
  background-color: #33691E;
}
.tema-green .noUi-tooltip {
  background-color: #33691E;
}
.tema-green .noUi-connect {
  background-color: #33691E !important;
}
.tema-green #detalheColecao .colecaoData h4 {
  color: #33691E;
}
.tema-green .panel-tema {
  background-color: #33691E;
}
.tema-green .panel-tema h6,
.tema-green .panel-tema span.center-block {
  color: #fff;
}
.tema-green .panel-tema input {
  color: #AED581;
}
.tema-green #toast-container.toast-center-center {
  background-color: rgba(51, 105, 30, 0.7);
}
.tema-green .cd-top {
  background-color: rgba(51, 105, 30, 0.7);
}
.tema-green .cd-top i {
  color: #fff;
}
.tema-green .cd-top:hover {
  background-color: #33691E;
}
.tema-green .pagination > .active > a,
.tema-green .pagination > .active > span,
.tema-green .pagination > .active > a:hover,
.tema-green .pagination > .active > span:hover,
.tema-green .pagination > .active > a:focus,
.tema-green .pagination > .active > span:focus {
  background-color: #33691E;
  border-color: #33691E;
}
.tema-green #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-green #edicao .editor_box .action_bar a:hover {
  background-color: #33691E;
  color: #fff;
}
.tema-green .responsiveIframe.mobile {
  border: 1px solid #33691E;
}
.tema-green .responsiveIframe.mobile #previewHtml {
  border: 1px solid #33691E;
}
.tema-green .progress-bar {
  background-color: #33691E;
}
.tema-green .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-green pre[class*="language-"] {
  border-left-color: #33691E;
}
.tema-green #pesquisaTabulacao tr.group,
.tema-green #pesquisaTabulacao tr.group:hover {
  background-color: #33691E;
  color: #fff;
}
.tema-green #smsCriar .panel-heading {
  border-bottom: 1px dotted #33691E;
}
.tema-green #smsCriar .panel-heading #SmsName {
  color: #33691E;
}
.tema-green .br-theme-bars-pill .br-widget a {
  background-color: #F1F8E9;
  color: #33691E;
}
.tema-green .br-theme-bars-pill .br-widget a.br-active,
.tema-green .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #33691E;
  color: white;
}
.tema-green .br-theme-bars-pill .br-readonly a.br-active,
.tema-green .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #33691E;
}
.tema-green .pesquisaCriacaoBarra > li a,
.tema-green .formCriacaoBarra > li a {
  color: #33691E;
}
.tema-green .pesquisaCriacaoBarra > li a:hover,
.tema-green .formCriacaoBarra > li a:hover {
  color: #33691E;
  background: #fff;
}
.tema-green .pesquisaCriacaoBarra > li > ul a,
.tema-green .formCriacaoBarra > li > ul a {
  color: #33691E;
}
.tema-green .pesquisaCriacaoBarra > li > ul a:hover,
.tema-green .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #33691E;
}
.tema-green #novaRespTemp {
  border-left: 2px dotted #33691E !important;
}
.tema-green #PesquisaCriar .help-block a {
  color: #33691E;
}
.tema-green #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #AED581;
}
.tema-green #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #F1F8E9;
}
.tema-green #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #33691E;
}
.tema-green #questionario .item .menu li a {
  color: #33691E;
}
.tema-green #questionario .item.active {
  border-left: 2px solid #33691E;
}
.tema-green #questionario .item.active .menu {
  background: #AED581;
}
.tema-green #questionario .item-placeholder {
  border: 1px dotted #33691E;
}
.tema-green #questionario .secao-data {
  color: #33691E;
}
.tema-green #dv-resumo-emails-validos ul {
  border: 1px dashed #33691E;
}
.tema-green #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #33691E;
}
.tema-green #dv-resumo-emails-validos ul li:hover {
  background: #33691E;
  color: #fff;
}
.tema-green .cke_editable.cke_focus {
  border-bottom: 2px solid #33691E;
}
.tema-green .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-green #modalDetalheVenda .modal-header,
.tema-green #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-green #modalDetalheVenda .vendaDetalhe .intro,
.tema-green #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #33691E;
}
.tema-green span.dicItem {
  border-bottom: dotted 1px #33691E;
  color: #33691E;
}
.tema-green .d3-tip {
  background-color: #33691E;
}
.tema-green .fancybox-overlay {
  background-color: rgba(51, 105, 30, 0.8);
}
.tema-green .fidelidadeItem h1.panel-title {
  color: #33691E;
}
.tema-green .fidelidadeItem .infobar li div:hover {
  color: #33691E;
}
.tema-green .gerenciaEmailItem h1.panel-title {
  color: #33691E;
}
.tema-green .gerenciaEmailItem .infobar li div:hover {
  color: #33691E;
}
.tema-green .itemLote .hlight {
  border-bottom: 1px solid #33691E;
}
.tema-green .text-tema {
  color: #33691E;
}
.tema-green .label-tema-flat {
  color: #33691E;
  border-color: #33691E;
}
.tema-green .label-tema {
  color: #fff;
  background-color: #33691E;
}
.tema-green .btn-tema-7 {
  color: #fff;
  background-color: #AED581;
}
.tema-green .btn-tema {
  color: #fff;
  background-color: #33691E;
}
.tema-green .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-green .btn-tema .checker span.checked {
  border: none;
}
.tema-green #modalLabSend .modal-body h5 {
  color: #33691E;
}
.tema-green .btn-group .btn.active {
  background-color: #33691E !important;
  color: #fff !important;
}
.tema-green picker__list-item--selected,
.tema-green .picker__list-item--selected:hover,
.tema-green .picker--focused .picker__list-item--selected {
  background-color: #33691E;
  color: #fff;
}
.tema-green .UserId.member {
  background-color: #33691E;
  color: #fff;
}
.tema-green .UserId.member.inNavBar {
  background-color: #fff;
  color: #33691E;
}
.tema-green #EmailName,
.tema-green #ColecaoName,
.tema-green #CupomName,
.tema-green #ProgramaName {
  color: #33691E;
}
.tema-green .stepy-navigator {
  border-bottom: 1px dotted #33691E;
}
.tema-green #ComunicacaoEmailCriar h4.content-group,
.tema-green #ProgramaFidelidadeItem h4.content-group {
  color: #33691E;
}
.tema-green #sidebar_historico .category-content li {
  border-color: #33691E;
}
.tema-green #sidebar_historico .category-content li:before {
  border: 2px solid #33691E;
}
.tema-green #sidebar_historico .category-content li:after {
  border-left: 1px solid #33691E;
  border-right: 1px solid #33691E;
}
.tema-green #sidebar_historico .category-content li strong {
  color: #33691E;
}
.tema-green .panel-footer.historico a {
  color: #33691E;
}
.tema-green #loading-default:not(.step1) {
  background: #33691E;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-green #helpPageHeader {
  -o-animation: tema-green 5s linear infinite alternate both;
  -webkit-animation: tema-green 5s linear infinite alternate both;
  -moz-animation: tema-green 5s linear infinite alternate both;
  animation: tema-green 5s linear infinite alternate both;
}
@-moz-keyframes tema-green {
  0% {
    background: rgba(51, 105, 30, 0.5);
  }
  100% {
    background: rgba(104, 159, 56, 0.9);
  }
}
@-webkit-keyframes tema-green {
  0% {
    background: rgba(51, 105, 30, 0.5);
  }
  100% {
    background: rgba(104, 159, 56, 0.9);
  }
}
@keyframes tema-green {
  0% {
    background: rgba(51, 105, 30, 0.5);
  }
  100% {
    background: rgba(104, 159, 56, 0.9);
  }
}
.tema-green #helpCenter #categoriasMenu .category-title span {
  color: #33691E;
}
.tema-green #helpCenter #CatHeader {
  background: #33691E;
}
.tema-green #helpCenter .page-header h4 {
  color: #fff;
}
.tema-green #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-green #helpCenter .categoriaBox h2 {
  color: #33691E;
}
.tema-green #helpCenter .categoriaItem h1 {
  color: #689F38;
}
.tema-green #chatBot #q {
  color: #33691E;
}
.tema-green #chatBot #q::-webkit-input-placeholder {
  color: #9CCC65;
}
.tema-green #chatBot #q:-moz-placeholder {
  color: #9CCC65;
}
.tema-green #chatBot #send {
  background-color: #33691E;
}
.tema-green #chatBot.active .header {
  background-image: linear-gradient(315deg, #33691E, #AED581);
}
.tema-green #chatBot.active .header h1 {
  color: #fff;
}
.tema-green #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #33691E;
  border-color: #33691E;
  color: #fff;
}
.tema-green #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #33691E;
}
.tema-green #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #F1F8E9;
}
.tema-green #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #AED581;
  border-color: #AED581;
  color: #33691E;
}
.tema-green #contatoDados h4,
.tema-green #cadastroProduto h4,
.tema-green #ProgramaFidelidadePremioItem h4,
.tema-green #EmpresaVisualizar h4,
.tema-green #EmpresaEditar h4 {
  color: #33691E;
}
.tema-green #contatoDados h4:before,
.tema-green #cadastroProduto h4:before,
.tema-green #ProgramaFidelidadePremioItem h4:before,
.tema-green #EmpresaVisualizar h4:before,
.tema-green #EmpresaEditar h4:before {
  background: #AED581;
}
.tema-green #contatoDados .userIntro,
.tema-green #cadastroProduto .userIntro,
.tema-green #ProgramaFidelidadePremioItem .userIntro,
.tema-green #EmpresaVisualizar .userIntro,
.tema-green #EmpresaEditar .userIntro {
  background-color: #33691E;
  color: #fff;
}
.tema-green .eventoIntro,
.tema-green .relatorioIntro {
  background-color: #33691E;
  color: #fff;
}
.tema-green .pesquisaIntro {
  background-color: #33691E;
  color: #fff;
}
.tema-green #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-green #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #33691E !important;
}
.tema-green #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-green #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #F1F8E9;
}
.tema-green #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-green #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #33691E !important;
}
.tema-green #contatoConfig .dropZoneFields .itemField .box,
.tema-green #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #9CCC65;
}
.tema-green #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-green #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #33691E;
}
.tema-green #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-green #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-green #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-green #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #33691E !important;
}
.tema-green #contatoConfig .g .header h4,
.tema-green #contatoConfig .g .header i {
  color: #33691E;
}
.tema-green #contatoConfig .g:nth-child(even) {
  background: #F1F8E9;
  border-bottom: 1px dotted #AED581;
  border-top: 1px dotted #AED581;
}
.tema-green #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-green #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-green #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-green .dataTables_paginate .paginate_button.current,
.tema-green .dataTables_paginate .paginate_button.current:hover,
.tema-green .dataTables_paginate .paginate_button.current:focus {
  color: #F1F8E9 !important;
  background-color: #8BC34A !important;
}
.tema-green .dropdown-menu > .active > a,
.tema-green .dropdown-menu > .active > a:hover,
.tema-green .dropdown-menu > .active > a:focus {
  color: #F1F8E9 !important;
  background-color: #8BC34A !important;
}
.tema-green .btn-link:hover,
.tema-green .btn-link:focus {
  color: #8BC34A;
}
.tema-green .bg-tema {
  background-color: #8BC34A !important;
}
.tema-green .btn.bg-tema {
  background-color: #8BC34A !important;
  color: #fff;
}
.tema-green .border-tema {
  border-color: #8BC34A;
}
.tema-green .nicescroll-cursors {
  background-color: #8BC34A !important;
}
.tema-green .addNew button {
  color: #F1F8E9 !important;
  background-color: #8BC34A !important;
}
.tema-green .dbgrid.dragging {
  border: 1px solid #8BC34A;
}
.tema-green .dbgrid .table thead {
  background-color: #8BC34A !important;
  color: #F1F8E9 !important;
}
.tema-green .dbgrid .table a {
  color: #8BC34A;
}
.tema-green .dbgrid .table a:hover {
  color: #33691E;
}
.tema-green .dbgrid .bottom {
  border-color: #8BC34A !important;
}
.tema-green .packery-drop-placeholder:before {
  outline: 3px dashed #8BC34A !important;
}
.tema-green .loading-chart .coffee_cup {
  border-color: #33691E;
}
.tema-green .loading-chart .coffee_cup:after {
  border-color: #33691E;
}
.tema-green .loading-chart .coffee_cup:before {
  background-color: #33691E;
  box-shadow: 5px 0px 0px 0px #33691E, 5px -5px 0px 0px #33691E, 10px 0px 0px 0px #33691E;
}
.tema-green #loading-default h1 {
  color: #33691E;
}
.tema-green #loading-default h2 {
  color: #689F38;
}
.tema-green #loading-default .coffee_cup {
  border-color: #33691E;
}
.tema-green #loading-default .coffee_cup:after {
  border-color: #33691E;
}
.tema-green #loading-default .coffee_cup:before {
  background-color: #33691E;
  box-shadow: 5px 0px 0px 0px #33691E, 5px -5px 0px 0px #33691E, 10px 0px 0px 0px #33691E;
}
.tema-green #loading-default.step1 .panel {
  background-color: #33691E;
}
.tema-green #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-green #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-green #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-green #loading-default .lds-ring > div {
  border: 3px solid #33691E;
  border-color: #33691E transparent transparent transparent;
}
.tema-green #gerenciaPerfil h6 {
  color: #33691E;
}
.tema-green #gerenciaPerfil .group {
  border: 1px dotted #AED581;
}
.tema-green .switchery-default {
  background-color: #33691E !important;
  border-color: #33691E !important;
  box-shadow: #33691E 0px 0px 0px 0px inset !important;
}
.tema-green .switchery-default small {
  background-color: #fff !important;
}
.tema-green.login-container .panel-heading {
  background-color: #33691E !important;
}
.tema-green.login-container .panel-body button {
  background-color: #33691E !important;
  color: #F1F8E9 !important;
}
.tema-green.login-container .panel-body button:hover {
  color: #33691E !important;
  background-color: #F1F8E9 !important;
}
.tema-green.login-container .panel-body ul li a {
  border: 1px solid #33691E !important;
  color: #33691E !important;
}
.tema-green.login-container .panel-body ul li a:hover {
  color: #F1F8E9 !important;
  background-color: #33691E !important;
}
.tema-green .navbar-header {
  background-color: #33691E !important;
}
.tema-green .DTCR_clonedTable td,
.tema-green .DTCR_pointer {
  border-left: 1px dotted #33691E !important;
  z-index: 99999;
}
.tema-green #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #33691E !important;
}
.tema-green #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-green #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #F1F8E9 !important;
}
.tema-green #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #33691E !important;
  background-color: #F1F8E9 !important;
}
.tema-green #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #33691E !important;
}
.tema-green #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #33691E !important;
  color: #F1F8E9 !important;
}
.tema-green .cke_chrome {
  border: none;
}
.tema-green table.hover tr:hover td,
.tema-green table.hover tr:focus td {
  border-bottom: 1px solid #33691E !important;
}
.tema-green table.hover tr:hover td:first-child:before,
.tema-green table.hover tr:focus td:first-child:before {
  color: #33691E !important;
}
.tema-green .popover.superhint {
  background-color: #33691E !important;
}
.tema-green .popover.superhint .popover-footer {
  background-color: #F1F8E9 !important;
}
.tema-green .popover.superhint .popover-footer button {
  background-color: #33691E !important;
  color: #F1F8E9 !important;
}
.tema-green .popover.superhint .popover-title {
  color: #F1F8E9 !important;
}
.tema-green .popover.superhint .popover-content {
  color: #F1F8E9 !important;
}
.tema-green .popover.superhint .popover-close {
  color: #F1F8E9 !important;
}
.tema-green .popover.superhint.left > .arrow {
  border-left-color: #33691E !important;
}
.tema-green .popover.superhint.left > .arrow:after {
  border-left-color: #33691E !important;
}
.tema-green .popover.superhint.right > .arrow {
  border-right-color: #33691E !important;
}
.tema-green .popover.superhint.right > .arrow:after {
  border-right-color: #33691E !important;
}
.tema-green .popover.superhint.top > .arrow {
  border-top-color: #F1F8E9 !important;
}
.tema-green .popover.superhint.top > .arrow:after {
  border-top-color: #F1F8E9 !important;
}
.tema-green .popover.superhint.bottom > .arrow {
  border-bottom-color: #33691E !important;
}
.tema-green .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #33691E !important;
}
.tema-green .checker span {
  color: #7CB342 !important;
  border: 2px solid #7CB342;
}
.tema-green .thumb:hover .zoom-image {
  background-color: #7CB342 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-green .panel-email-insertType:hover .btn {
  background-color: #7CB342 !important;
  color: #F1F8E9 !important;
}
.tema-green .stepy-header li div {
  color: #F1F8E9 !important;
}
.tema-green .stepy-header li div {
  border-color: #9CCC65 !important;
  background-color: #9CCC65 !important;
  color: #F1F8E9 !important;
}
.tema-green .stepy-header li span {
  color: #9CCC65 !important;
}
.tema-green .stepy-header li.stepy-active div {
  border-color: #33691E !important;
  background-color: #33691E !important;
  color: #F1F8E9 !important;
}
.tema-green .stepy-header li.stepy-active span {
  color: #33691E !important;
}
.tema-green .stepy-header li:before,
.tema-green .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-green .emojSelect a:hover {
  color: #7CB342 !important;
}
.tema-green .daterangepicker td.active,
.tema-green .daterangepicker td.active:hover,
.tema-green .daterangepicker td.active:focus {
  background-color: #7CB342 !important;
}
.tema-green .ranges ul li.active {
  color: #ffffff;
  background-color: #7CB342 !important;
}
.tema-green .hint-help {
  color: #7CB342 !important;
}
.tema-green .hasBg .hint-help {
  color: #333333 !important;
}
.tema-green .popover-hint,
.tema-green .tooltip {
  background-color: #33691E;
  color: #fff;
}
.tema-green .tooltip > .tooltip-inner {
  background-color: #33691E;
}
.tema-green .modal-backdrop {
  background-color: #558B2F !important;
}
.tema-green .border-left-tema {
  border-left-color: #33691E;
}
.tema-green .tema-bg {
  background-color: #558B2F !important;
}
.tema-green .tema-border {
  border-color: #7CB342;
}
.tema-green .tema-text,
.tema-green .tema-text:hover,
.tema-green .tema-text:focus {
  color: #7CB342 !important;
}
.tema-green .badge-tema {
  background-color: #33691E;
  border-color: #33691E;
}
.tema-green > .navbar {
  background-color: #558B2F;
}
.tema-green > .navbar a:hover {
  color: #9CCC65;
}
.tema-green > .navbar a:hover i {
  color: #AED581;
}
.tema-green #adesaoPlano > .navbar {
  background-color: #558B2F;
}
.tema-green .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-green .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(51, 105, 30, 0.85);
}
.tema-green .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-green #sidebar_config,
.tema-green .sidebar_config {
  background-color: #33691E;
  color: #fff;
}
.tema-green #sidebar_config .navigation > li.active > a,
.tema-green .sidebar_config .navigation > li.active > a,
.tema-green #sidebar_config .navigation > li.active > a:hover,
.tema-green .sidebar_config .navigation > li.active > a:hover,
.tema-green #sidebar_config .navigation > li.active > a:focus,
.tema-green .sidebar_config .navigation > li.active > a:focus {
  background-color: #689F38;
  color: #ffffff;
}
.tema-green .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #33691E;
}
@media only screen and (min-width: 769px) {
  .tema-green .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #33691E;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-green .nav-tabs.nav-justified > li.active > a,
  .tema-green .nav-tabs.nav-justified > li.active > a:hover,
  .tema-green .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #33691E;
  }
}
.tema-green .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-green .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-green .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #33691E;
}
@media (min-width: 769px) {
  .tema-green .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-green .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-green .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #33691E;
  }
  .tema-green .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #33691E;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-green .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #33691E;
  }
}
@media (max-width: 768px) {
  .tema-green .nav-tabs > li.active > a,
  .tema-green .nav-tabs > li.active > a:hover,
  .tema-green .nav-tabs > li.active > a:focus {
    border-left-color: #33691E;
    color: #33691E;
  }
}
@media (min-width: 769px) {
  .tema-green .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-green .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-green .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #33691E;
  }
}
.tema-green #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-green #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-green #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-green #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-green #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-green #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-green #compras #meses table th,
.tema-green #carrinho-abandonado #meses table th,
.tema-green #compras #meses-carrinho-abandonado table th,
.tema-green #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #33691E;
  color: #fff;
}
.tema-green #compras #meses table tr.highlight td,
.tema-green #carrinho-abandonado #meses table tr.highlight td,
.tema-green #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-green #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #33691E 1px dotted !important;
  border-bottom: #33691E 1px dotted !important;
  color: #33691E;
}
.tema-green #compras #meses table tr.highlight td:nth-child(1),
.tema-green #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-green #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-green #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-green #compras #meses table tr.highlight td:nth-child(2),
.tema-green #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-green #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-green #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-green #compras #meses table td.highlight,
.tema-green #carrinho-abandonado #meses table td.highlight,
.tema-green #compras #meses-carrinho-abandonado table td.highlight,
.tema-green #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #33691E 1px dotted !important;
  border-right: #33691E 1px dotted !important;
  color: #33691E;
}
.tema-green #compras #meses table td:nth-child(1),
.tema-green #carrinho-abandonado #meses table td:nth-child(1),
.tema-green #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-green #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #558B2F;
  color: #fff;
}
.tema-green #compras #meses table td:nth-child(1).highlight,
.tema-green #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-green #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-green #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-green #compras #meses table td:nth-child(2),
.tema-green #carrinho-abandonado #meses table td:nth-child(2),
.tema-green #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-green #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #689F38;
  color: #fff;
}
.tema-green .form-control:focus {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
.tema-green .bootstrap-select .btn-default:focus,
.tema-green .bootstrap-select .btn-default.focus,
.tema-green .bootstrap-select .btn-default:active,
.tema-green .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
.tema-green .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #33691E;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
.tema-green .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #33691E;
}
.tema-green .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-green .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-green .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-green .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-green .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-green .btn-delete:hover,
.tema-green .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-green .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-green .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-green .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-green .btn-edit:hover,
.tema-green .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-green .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-green .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-green .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-green .btn-search:hover,
.tema-green .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-green .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-green .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-green .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-green .btn-save:hover,
.tema-green .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-green .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-green .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-green .btn-save-inv:hover,
.tema-green .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-green .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-green .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-green .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-green .btn-face:hover,
.tema-green .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-green .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-green .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-green .btn-default:hover,
.tema-green .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-green .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-green .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-green .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-green .bootstrap-select .btn-default:focus,
.tema-green .bootstrap-select .btn-default:hover,
.tema-green .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-green .btn-tema-dark10 {
  background: #204113;
  background-color: #204113;
  color: #fff;
}
.tema-green .btn-tema-dark10:focus,
.tema-green .btn-tema-dark10:hover,
.tema-green .btn-tema-dark10 [disabled] {
  background: #0c1a07;
  background-color: #0c1a07;
  color: #fff;
}
.tema-green .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #33691E;
}
.tema-green .btn-white-inv:focus,
.tema-green .btn-white-inv:hover,
.tema-green .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-green .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-green .btn-white:focus,
.tema-green .btn-white:hover,
.tema-green .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-green .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-green .btn-new {
  text-transform: none;
  color: #33691E !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-green .btn-new:hover,
.tema-green .btn-new [disabled] {
  color: #F1F8E9 !important;
  background-color: #33691E !important;
}
.tema-green .btn-new:focus {
  color: #F1F8E9 !important;
  background-color: #33691E !important;
}
.tema-green .btn-new[disabled] {
  color: #33691E !important;
  background-color: #F1F8E9 !important;
}
.tema-green .content-wrapper::selection {
  background-color: #33691E;
  color: #fff;
}
.tema-green .content-wrapper::-moz-selection {
  background-color: #33691E;
  color: #fff;
}
.tema-green .content-wrapper::-o-selection {
  background-color: #33691E;
  color: #fff;
}
.tema-green .content-wrapper::-ms-selection {
  background-color: #33691E;
  color: #fff;
}
.tema-green .content-wrapper::-webkit-selection {
  background-color: #33691E;
  color: #fff;
}
.tema-green #cupomExterno {
  background-color: #33691E;
}
.tema-green #cupomExterno h1 {
  color: #33691E;
}
.tema-green #pesquisaExterno {
  background-color: #33691E;
}
.tema-green #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #33691E;
  color: #33691E;
}
.tema-green #pesquisaExterno .stepy-header li div {
  background-color: #33691E;
}
.tema-green #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #33691E !important;
}
.tema-green #pesquisaExterno .stepy-header li:before,
.tema-green #pesquisaExterno .stepy-header li:after {
  background-color: #33691E;
}
.tema-green #pesquisaExterno .stepy-header li div {
  border: 2px solid #33691E;
}
.tema-green #pesquisaExterno .border-primary-600 {
  border-color: #33691E;
}
.tema-green #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #33691E;
}
.tema-green #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
.tema-green #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-green #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-green #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-green #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
.tema-green #pesquisaExterno .checker span {
  border: 2px solid #33691E;
}
.tema-green #pesquisaExterno .irs-slider {
  background-color: #33691E;
}
.tema-green #pesquisaExterno .irs-bar {
  background-color: #33691E;
}
.tema-green #pesquisaExterno .irs-from,
.tema-green #pesquisaExterno .irs-to,
.tema-green #pesquisaExterno .irs-single {
  background-color: #33691E;
}
.tema-green #pesquisaExterno .form-control:focus {
  border-bottom-color: #33691E;
  -webkit-box-shadow: 0 1px 0 #33691E;
  box-shadow: 0 1px 0 #33691E;
}
.tema-green #pesquisaExterno .irs-from:after,
.tema-green #pesquisaExterno .irs-to:after,
.tema-green #pesquisaExterno .irs-single:after {
  border-top-color: #33691E;
}
.tema-green #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #33691E;
}
.tema-green #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-green #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #558B2F;
  color: white;
}
.tema-green #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-green #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #33691E;
  color: white;
}
.tema-green #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #204113;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-green #pesquisaExterno .stepy-navigator a {
  background-color: #33691E;
  color: #fff;
}
.tema-green #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #33691E;
  color: #fff !important;
}
.tema-green #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #33691E;
  color: #fff !important;
}
.tema-green #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-green #categoriaProduto #actionsControl {
  background-color: #33691E;
}
.tema-green #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #33691E;
}
.tema-green #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-green #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #33691E;
}
.tema-green #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-green #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #33691E;
}
.tema-green #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #33691E;
}
.tema-green #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #33691E;
  color: #fff;
}
.tema-green #categoriaProduto #actionsControl .btn-edit,
.tema-green #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-green #categoriaProduto #actionsControl .btn-edit:hover,
.tema-green #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-green #categoriaProduto #actionsControl .btn-delete:hover,
.tema-green #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-orange {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-orange #ticketGridTopBar {
  background-color: #E65100;
}
.tema-orange #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #E65100;
}
.tema-orange #ticket-aba-lateral .panel-heading h6 {
  color: #E65100;
}
.tema-orange #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #FFF3E0;
  border-color: #FFB74D;
}
.tema-orange #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #FFB74D;
}
.tema-orange #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #E65100;
}
.tema-orange #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #E65100;
}
.tema-orange .ticketIntro {
  background-color: #E65100;
  color: #fff;
}
.tema-orange .ticketInfo strong,
.tema-orange .ticketInfo i {
  color: #E65100;
}
.tema-orange #ticketGrid h1 a {
  color: #E65100;
}
.tema-orange #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #E65100;
}
.tema-orange .tokenfield .token:not([class*=bg-]) {
  background-color: #E65100;
  color: #ffffff;
}
.tema-orange .tokenfield .token:not([class*=bg-]):hover {
  background-color: #FFF3E0;
  color: #E65100;
}
.tema-orange#EmailDragDropEditor .content #settingsBar h2 {
  color: #E65100;
}
.tema-orange#EmailDragDropEditor #editBar .box h2 {
  color: #E65100;
}
.tema-orange#EmailDragDropEditor #editBar .irs-from,
.tema-orange#EmailDragDropEditor #editBar .irs-to,
.tema-orange#EmailDragDropEditor #editBar .irs-single {
  background-color: #E65100;
}
.tema-orange#EmailDragDropEditor #editBar .irs-from:after,
.tema-orange#EmailDragDropEditor #editBar .irs-to:after,
.tema-orange#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #E65100;
}
.tema-orange#EmailDragDropEditor #editBar .irs-slider {
  background-color: #E65100;
}
.tema-orange#EmailDragDropEditor #editBar .irs-bar {
  background-color: #FB8C00;
}
.tema-orange#baixaCupomExternoCliente footer {
  background-color: #E65100;
}
.tema-orange #linkPrivacidade {
  background-color: rgba(230, 81, 0, 0.5);
  color: #FFF3E0;
}
.tema-orange #linkPrivacidade:hover {
  background-color: #E65100;
}
.tema-orange #formularioExterno .termo i {
  color: #E65100;
}
.tema-orange #formularioExterno .termo strong {
  color: #E65100;
}
.tema-orange #formularioExterno .termo a {
  color: #E65100;
  border-bottom: 1px dotted #E65100;
}
.tema-orange .modal_boasvindas .modal-body h1 {
  color: #E65100;
}
.tema-orange .modal_boasvindas .modal-body h2 {
  color: #FFB74D;
}
.tema-orange .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #FFB74D;
}
.tema-orange .modal_boasvindas .modal-body strong {
  color: #E65100;
}
.tema-orange .noui-slider-primary .noUi-handle {
  background-color: #E65100;
}
.tema-orange .noUi-tooltip {
  background-color: #E65100;
}
.tema-orange .noUi-connect {
  background-color: #E65100 !important;
}
.tema-orange #detalheColecao .colecaoData h4 {
  color: #E65100;
}
.tema-orange .panel-tema {
  background-color: #E65100;
}
.tema-orange .panel-tema h6,
.tema-orange .panel-tema span.center-block {
  color: #fff;
}
.tema-orange .panel-tema input {
  color: #FFB74D;
}
.tema-orange #toast-container.toast-center-center {
  background-color: rgba(230, 81, 0, 0.7);
}
.tema-orange .cd-top {
  background-color: rgba(230, 81, 0, 0.7);
}
.tema-orange .cd-top i {
  color: #fff;
}
.tema-orange .cd-top:hover {
  background-color: #E65100;
}
.tema-orange .pagination > .active > a,
.tema-orange .pagination > .active > span,
.tema-orange .pagination > .active > a:hover,
.tema-orange .pagination > .active > span:hover,
.tema-orange .pagination > .active > a:focus,
.tema-orange .pagination > .active > span:focus {
  background-color: #E65100;
  border-color: #E65100;
}
.tema-orange #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-orange #edicao .editor_box .action_bar a:hover {
  background-color: #E65100;
  color: #fff;
}
.tema-orange .responsiveIframe.mobile {
  border: 1px solid #E65100;
}
.tema-orange .responsiveIframe.mobile #previewHtml {
  border: 1px solid #E65100;
}
.tema-orange .progress-bar {
  background-color: #E65100;
}
.tema-orange .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-orange pre[class*="language-"] {
  border-left-color: #E65100;
}
.tema-orange #pesquisaTabulacao tr.group,
.tema-orange #pesquisaTabulacao tr.group:hover {
  background-color: #E65100;
  color: #fff;
}
.tema-orange #smsCriar .panel-heading {
  border-bottom: 1px dotted #E65100;
}
.tema-orange #smsCriar .panel-heading #SmsName {
  color: #E65100;
}
.tema-orange .br-theme-bars-pill .br-widget a {
  background-color: #FFF3E0;
  color: #E65100;
}
.tema-orange .br-theme-bars-pill .br-widget a.br-active,
.tema-orange .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #E65100;
  color: white;
}
.tema-orange .br-theme-bars-pill .br-readonly a.br-active,
.tema-orange .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #E65100;
}
.tema-orange .pesquisaCriacaoBarra > li a,
.tema-orange .formCriacaoBarra > li a {
  color: #E65100;
}
.tema-orange .pesquisaCriacaoBarra > li a:hover,
.tema-orange .formCriacaoBarra > li a:hover {
  color: #E65100;
  background: #fff;
}
.tema-orange .pesquisaCriacaoBarra > li > ul a,
.tema-orange .formCriacaoBarra > li > ul a {
  color: #E65100;
}
.tema-orange .pesquisaCriacaoBarra > li > ul a:hover,
.tema-orange .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #E65100;
}
.tema-orange #novaRespTemp {
  border-left: 2px dotted #E65100 !important;
}
.tema-orange #PesquisaCriar .help-block a {
  color: #E65100;
}
.tema-orange #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #FFB74D;
}
.tema-orange #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #FFF3E0;
}
.tema-orange #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #E65100;
}
.tema-orange #questionario .item .menu li a {
  color: #E65100;
}
.tema-orange #questionario .item.active {
  border-left: 2px solid #E65100;
}
.tema-orange #questionario .item.active .menu {
  background: #FFB74D;
}
.tema-orange #questionario .item-placeholder {
  border: 1px dotted #E65100;
}
.tema-orange #questionario .secao-data {
  color: #E65100;
}
.tema-orange #dv-resumo-emails-validos ul {
  border: 1px dashed #E65100;
}
.tema-orange #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #E65100;
}
.tema-orange #dv-resumo-emails-validos ul li:hover {
  background: #E65100;
  color: #fff;
}
.tema-orange .cke_editable.cke_focus {
  border-bottom: 2px solid #E65100;
}
.tema-orange .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-orange #modalDetalheVenda .modal-header,
.tema-orange #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-orange #modalDetalheVenda .vendaDetalhe .intro,
.tema-orange #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #E65100;
}
.tema-orange span.dicItem {
  border-bottom: dotted 1px #E65100;
  color: #E65100;
}
.tema-orange .d3-tip {
  background-color: #E65100;
}
.tema-orange .fancybox-overlay {
  background-color: rgba(230, 81, 0, 0.8);
}
.tema-orange .fidelidadeItem h1.panel-title {
  color: #E65100;
}
.tema-orange .fidelidadeItem .infobar li div:hover {
  color: #E65100;
}
.tema-orange .gerenciaEmailItem h1.panel-title {
  color: #E65100;
}
.tema-orange .gerenciaEmailItem .infobar li div:hover {
  color: #E65100;
}
.tema-orange .itemLote .hlight {
  border-bottom: 1px solid #E65100;
}
.tema-orange .text-tema {
  color: #E65100;
}
.tema-orange .label-tema-flat {
  color: #E65100;
  border-color: #E65100;
}
.tema-orange .label-tema {
  color: #fff;
  background-color: #E65100;
}
.tema-orange .btn-tema-7 {
  color: #fff;
  background-color: #FFB74D;
}
.tema-orange .btn-tema {
  color: #fff;
  background-color: #E65100;
}
.tema-orange .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-orange .btn-tema .checker span.checked {
  border: none;
}
.tema-orange #modalLabSend .modal-body h5 {
  color: #E65100;
}
.tema-orange .btn-group .btn.active {
  background-color: #E65100 !important;
  color: #fff !important;
}
.tema-orange picker__list-item--selected,
.tema-orange .picker__list-item--selected:hover,
.tema-orange .picker--focused .picker__list-item--selected {
  background-color: #E65100;
  color: #fff;
}
.tema-orange .UserId.member {
  background-color: #E65100;
  color: #fff;
}
.tema-orange .UserId.member.inNavBar {
  background-color: #fff;
  color: #E65100;
}
.tema-orange #EmailName,
.tema-orange #ColecaoName,
.tema-orange #CupomName,
.tema-orange #ProgramaName {
  color: #E65100;
}
.tema-orange .stepy-navigator {
  border-bottom: 1px dotted #E65100;
}
.tema-orange #ComunicacaoEmailCriar h4.content-group,
.tema-orange #ProgramaFidelidadeItem h4.content-group {
  color: #E65100;
}
.tema-orange #sidebar_historico .category-content li {
  border-color: #E65100;
}
.tema-orange #sidebar_historico .category-content li:before {
  border: 2px solid #E65100;
}
.tema-orange #sidebar_historico .category-content li:after {
  border-left: 1px solid #E65100;
  border-right: 1px solid #E65100;
}
.tema-orange #sidebar_historico .category-content li strong {
  color: #E65100;
}
.tema-orange .panel-footer.historico a {
  color: #E65100;
}
.tema-orange #loading-default:not(.step1) {
  background: #E65100;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-orange #helpPageHeader {
  -o-animation: tema-orange 5s linear infinite alternate both;
  -webkit-animation: tema-orange 5s linear infinite alternate both;
  -moz-animation: tema-orange 5s linear infinite alternate both;
  animation: tema-orange 5s linear infinite alternate both;
}
@-moz-keyframes tema-orange {
  0% {
    background: rgba(230, 81, 0, 0.5);
  }
  100% {
    background: rgba(245, 124, 0, 0.9);
  }
}
@-webkit-keyframes tema-orange {
  0% {
    background: rgba(230, 81, 0, 0.5);
  }
  100% {
    background: rgba(245, 124, 0, 0.9);
  }
}
@keyframes tema-orange {
  0% {
    background: rgba(230, 81, 0, 0.5);
  }
  100% {
    background: rgba(245, 124, 0, 0.9);
  }
}
.tema-orange #helpCenter #categoriasMenu .category-title span {
  color: #E65100;
}
.tema-orange #helpCenter #CatHeader {
  background: #E65100;
}
.tema-orange #helpCenter .page-header h4 {
  color: #fff;
}
.tema-orange #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-orange #helpCenter .categoriaBox h2 {
  color: #E65100;
}
.tema-orange #helpCenter .categoriaItem h1 {
  color: #F57C00;
}
.tema-orange #chatBot #q {
  color: #E65100;
}
.tema-orange #chatBot #q::-webkit-input-placeholder {
  color: #FFA726;
}
.tema-orange #chatBot #q:-moz-placeholder {
  color: #FFA726;
}
.tema-orange #chatBot #send {
  background-color: #E65100;
}
.tema-orange #chatBot.active .header {
  background-image: linear-gradient(315deg, #E65100, #FFB74D);
}
.tema-orange #chatBot.active .header h1 {
  color: #fff;
}
.tema-orange #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #E65100;
  border-color: #E65100;
  color: #fff;
}
.tema-orange #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #E65100;
}
.tema-orange #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #FFF3E0;
}
.tema-orange #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #FFB74D;
  border-color: #FFB74D;
  color: #E65100;
}
.tema-orange #contatoDados h4,
.tema-orange #cadastroProduto h4,
.tema-orange #ProgramaFidelidadePremioItem h4,
.tema-orange #EmpresaVisualizar h4,
.tema-orange #EmpresaEditar h4 {
  color: #E65100;
}
.tema-orange #contatoDados h4:before,
.tema-orange #cadastroProduto h4:before,
.tema-orange #ProgramaFidelidadePremioItem h4:before,
.tema-orange #EmpresaVisualizar h4:before,
.tema-orange #EmpresaEditar h4:before {
  background: #FFB74D;
}
.tema-orange #contatoDados .userIntro,
.tema-orange #cadastroProduto .userIntro,
.tema-orange #ProgramaFidelidadePremioItem .userIntro,
.tema-orange #EmpresaVisualizar .userIntro,
.tema-orange #EmpresaEditar .userIntro {
  background-color: #E65100;
  color: #fff;
}
.tema-orange .eventoIntro,
.tema-orange .relatorioIntro {
  background-color: #E65100;
  color: #fff;
}
.tema-orange .pesquisaIntro {
  background-color: #E65100;
  color: #fff;
}
.tema-orange #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-orange #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #E65100 !important;
}
.tema-orange #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-orange #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #FFF3E0;
}
.tema-orange #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-orange #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #E65100 !important;
}
.tema-orange #contatoConfig .dropZoneFields .itemField .box,
.tema-orange #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #FFA726;
}
.tema-orange #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-orange #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #E65100;
}
.tema-orange #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-orange #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-orange #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-orange #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #E65100 !important;
}
.tema-orange #contatoConfig .g .header h4,
.tema-orange #contatoConfig .g .header i {
  color: #E65100;
}
.tema-orange #contatoConfig .g:nth-child(even) {
  background: #FFF3E0;
  border-bottom: 1px dotted #FFB74D;
  border-top: 1px dotted #FFB74D;
}
.tema-orange #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-orange #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-orange #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-orange .dataTables_paginate .paginate_button.current,
.tema-orange .dataTables_paginate .paginate_button.current:hover,
.tema-orange .dataTables_paginate .paginate_button.current:focus {
  color: #FFF3E0 !important;
  background-color: #FF9800 !important;
}
.tema-orange .dropdown-menu > .active > a,
.tema-orange .dropdown-menu > .active > a:hover,
.tema-orange .dropdown-menu > .active > a:focus {
  color: #FFF3E0 !important;
  background-color: #FF9800 !important;
}
.tema-orange .btn-link:hover,
.tema-orange .btn-link:focus {
  color: #FF9800;
}
.tema-orange .bg-tema {
  background-color: #FF9800 !important;
}
.tema-orange .btn.bg-tema {
  background-color: #FF9800 !important;
  color: #fff;
}
.tema-orange .border-tema {
  border-color: #FF9800;
}
.tema-orange .nicescroll-cursors {
  background-color: #FF9800 !important;
}
.tema-orange .addNew button {
  color: #FFF3E0 !important;
  background-color: #FF9800 !important;
}
.tema-orange .dbgrid.dragging {
  border: 1px solid #FF9800;
}
.tema-orange .dbgrid .table thead {
  background-color: #FF9800 !important;
  color: #FFF3E0 !important;
}
.tema-orange .dbgrid .table a {
  color: #FF9800;
}
.tema-orange .dbgrid .table a:hover {
  color: #E65100;
}
.tema-orange .dbgrid .bottom {
  border-color: #FF9800 !important;
}
.tema-orange .packery-drop-placeholder:before {
  outline: 3px dashed #FF9800 !important;
}
.tema-orange .loading-chart .coffee_cup {
  border-color: #E65100;
}
.tema-orange .loading-chart .coffee_cup:after {
  border-color: #E65100;
}
.tema-orange .loading-chart .coffee_cup:before {
  background-color: #E65100;
  box-shadow: 5px 0px 0px 0px #E65100, 5px -5px 0px 0px #E65100, 10px 0px 0px 0px #E65100;
}
.tema-orange #loading-default h1 {
  color: #E65100;
}
.tema-orange #loading-default h2 {
  color: #F57C00;
}
.tema-orange #loading-default .coffee_cup {
  border-color: #E65100;
}
.tema-orange #loading-default .coffee_cup:after {
  border-color: #E65100;
}
.tema-orange #loading-default .coffee_cup:before {
  background-color: #E65100;
  box-shadow: 5px 0px 0px 0px #E65100, 5px -5px 0px 0px #E65100, 10px 0px 0px 0px #E65100;
}
.tema-orange #loading-default.step1 .panel {
  background-color: #E65100;
}
.tema-orange #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-orange #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-orange #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-orange #loading-default .lds-ring > div {
  border: 3px solid #E65100;
  border-color: #E65100 transparent transparent transparent;
}
.tema-orange #gerenciaPerfil h6 {
  color: #E65100;
}
.tema-orange #gerenciaPerfil .group {
  border: 1px dotted #FFB74D;
}
.tema-orange .switchery-default {
  background-color: #E65100 !important;
  border-color: #E65100 !important;
  box-shadow: #E65100 0px 0px 0px 0px inset !important;
}
.tema-orange .switchery-default small {
  background-color: #fff !important;
}
.tema-orange.login-container .panel-heading {
  background-color: #E65100 !important;
}
.tema-orange.login-container .panel-body button {
  background-color: #E65100 !important;
  color: #FFF3E0 !important;
}
.tema-orange.login-container .panel-body button:hover {
  color: #E65100 !important;
  background-color: #FFF3E0 !important;
}
.tema-orange.login-container .panel-body ul li a {
  border: 1px solid #E65100 !important;
  color: #E65100 !important;
}
.tema-orange.login-container .panel-body ul li a:hover {
  color: #FFF3E0 !important;
  background-color: #E65100 !important;
}
.tema-orange .navbar-header {
  background-color: #E65100 !important;
}
.tema-orange .DTCR_clonedTable td,
.tema-orange .DTCR_pointer {
  border-left: 1px dotted #E65100 !important;
  z-index: 99999;
}
.tema-orange #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #E65100 !important;
}
.tema-orange #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-orange #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #FFF3E0 !important;
}
.tema-orange #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #E65100 !important;
  background-color: #FFF3E0 !important;
}
.tema-orange #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #E65100 !important;
}
.tema-orange #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #E65100 !important;
  color: #FFF3E0 !important;
}
.tema-orange .cke_chrome {
  border: none;
}
.tema-orange table.hover tr:hover td,
.tema-orange table.hover tr:focus td {
  border-bottom: 1px solid #E65100 !important;
}
.tema-orange table.hover tr:hover td:first-child:before,
.tema-orange table.hover tr:focus td:first-child:before {
  color: #E65100 !important;
}
.tema-orange .popover.superhint {
  background-color: #E65100 !important;
}
.tema-orange .popover.superhint .popover-footer {
  background-color: #FFF3E0 !important;
}
.tema-orange .popover.superhint .popover-footer button {
  background-color: #E65100 !important;
  color: #FFF3E0 !important;
}
.tema-orange .popover.superhint .popover-title {
  color: #FFF3E0 !important;
}
.tema-orange .popover.superhint .popover-content {
  color: #FFF3E0 !important;
}
.tema-orange .popover.superhint .popover-close {
  color: #FFF3E0 !important;
}
.tema-orange .popover.superhint.left > .arrow {
  border-left-color: #E65100 !important;
}
.tema-orange .popover.superhint.left > .arrow:after {
  border-left-color: #E65100 !important;
}
.tema-orange .popover.superhint.right > .arrow {
  border-right-color: #E65100 !important;
}
.tema-orange .popover.superhint.right > .arrow:after {
  border-right-color: #E65100 !important;
}
.tema-orange .popover.superhint.top > .arrow {
  border-top-color: #FFF3E0 !important;
}
.tema-orange .popover.superhint.top > .arrow:after {
  border-top-color: #FFF3E0 !important;
}
.tema-orange .popover.superhint.bottom > .arrow {
  border-bottom-color: #E65100 !important;
}
.tema-orange .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #E65100 !important;
}
.tema-orange .checker span {
  color: #FB8C00 !important;
  border: 2px solid #FB8C00;
}
.tema-orange .thumb:hover .zoom-image {
  background-color: #FB8C00 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-orange .panel-email-insertType:hover .btn {
  background-color: #FB8C00 !important;
  color: #FFF3E0 !important;
}
.tema-orange .stepy-header li div {
  color: #FFF3E0 !important;
}
.tema-orange .stepy-header li div {
  border-color: #FFA726 !important;
  background-color: #FFA726 !important;
  color: #FFF3E0 !important;
}
.tema-orange .stepy-header li span {
  color: #FFA726 !important;
}
.tema-orange .stepy-header li.stepy-active div {
  border-color: #E65100 !important;
  background-color: #E65100 !important;
  color: #FFF3E0 !important;
}
.tema-orange .stepy-header li.stepy-active span {
  color: #E65100 !important;
}
.tema-orange .stepy-header li:before,
.tema-orange .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-orange .emojSelect a:hover {
  color: #FB8C00 !important;
}
.tema-orange .daterangepicker td.active,
.tema-orange .daterangepicker td.active:hover,
.tema-orange .daterangepicker td.active:focus {
  background-color: #FB8C00 !important;
}
.tema-orange .ranges ul li.active {
  color: #ffffff;
  background-color: #FB8C00 !important;
}
.tema-orange .hint-help {
  color: #FB8C00 !important;
}
.tema-orange .hasBg .hint-help {
  color: #333333 !important;
}
.tema-orange .popover-hint,
.tema-orange .tooltip {
  background-color: #E65100;
  color: #fff;
}
.tema-orange .tooltip > .tooltip-inner {
  background-color: #E65100;
}
.tema-orange .modal-backdrop {
  background-color: #EF6C00 !important;
}
.tema-orange .border-left-tema {
  border-left-color: #E65100;
}
.tema-orange .tema-bg {
  background-color: #EF6C00 !important;
}
.tema-orange .tema-border {
  border-color: #FB8C00;
}
.tema-orange .tema-text,
.tema-orange .tema-text:hover,
.tema-orange .tema-text:focus {
  color: #FB8C00 !important;
}
.tema-orange .badge-tema {
  background-color: #E65100;
  border-color: #E65100;
}
.tema-orange > .navbar {
  background-color: #EF6C00;
}
.tema-orange > .navbar a:hover {
  color: #FFA726;
}
.tema-orange > .navbar a:hover i {
  color: #FFB74D;
}
.tema-orange #adesaoPlano > .navbar {
  background-color: #EF6C00;
}
.tema-orange .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-orange .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(230, 81, 0, 0.85);
}
.tema-orange .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-orange #sidebar_config,
.tema-orange .sidebar_config {
  background-color: #E65100;
  color: #fff;
}
.tema-orange #sidebar_config .navigation > li.active > a,
.tema-orange .sidebar_config .navigation > li.active > a,
.tema-orange #sidebar_config .navigation > li.active > a:hover,
.tema-orange .sidebar_config .navigation > li.active > a:hover,
.tema-orange #sidebar_config .navigation > li.active > a:focus,
.tema-orange .sidebar_config .navigation > li.active > a:focus {
  background-color: #F57C00;
  color: #ffffff;
}
.tema-orange .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #E65100;
}
@media only screen and (min-width: 769px) {
  .tema-orange .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #E65100;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-orange .nav-tabs.nav-justified > li.active > a,
  .tema-orange .nav-tabs.nav-justified > li.active > a:hover,
  .tema-orange .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #E65100;
  }
}
.tema-orange .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-orange .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-orange .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #E65100;
}
@media (min-width: 769px) {
  .tema-orange .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-orange .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-orange .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #E65100;
  }
  .tema-orange .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #E65100;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-orange .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #E65100;
  }
}
@media (max-width: 768px) {
  .tema-orange .nav-tabs > li.active > a,
  .tema-orange .nav-tabs > li.active > a:hover,
  .tema-orange .nav-tabs > li.active > a:focus {
    border-left-color: #E65100;
    color: #E65100;
  }
}
@media (min-width: 769px) {
  .tema-orange .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-orange .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-orange .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #E65100;
  }
}
.tema-orange #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-orange #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-orange #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-orange #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-orange #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-orange #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-orange #compras #meses table th,
.tema-orange #carrinho-abandonado #meses table th,
.tema-orange #compras #meses-carrinho-abandonado table th,
.tema-orange #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #E65100;
  color: #fff;
}
.tema-orange #compras #meses table tr.highlight td,
.tema-orange #carrinho-abandonado #meses table tr.highlight td,
.tema-orange #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-orange #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #E65100 1px dotted !important;
  border-bottom: #E65100 1px dotted !important;
  color: #E65100;
}
.tema-orange #compras #meses table tr.highlight td:nth-child(1),
.tema-orange #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-orange #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-orange #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-orange #compras #meses table tr.highlight td:nth-child(2),
.tema-orange #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-orange #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-orange #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-orange #compras #meses table td.highlight,
.tema-orange #carrinho-abandonado #meses table td.highlight,
.tema-orange #compras #meses-carrinho-abandonado table td.highlight,
.tema-orange #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #E65100 1px dotted !important;
  border-right: #E65100 1px dotted !important;
  color: #E65100;
}
.tema-orange #compras #meses table td:nth-child(1),
.tema-orange #carrinho-abandonado #meses table td:nth-child(1),
.tema-orange #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-orange #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #EF6C00;
  color: #fff;
}
.tema-orange #compras #meses table td:nth-child(1).highlight,
.tema-orange #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-orange #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-orange #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-orange #compras #meses table td:nth-child(2),
.tema-orange #carrinho-abandonado #meses table td:nth-child(2),
.tema-orange #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-orange #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #F57C00;
  color: #fff;
}
.tema-orange .form-control:focus {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
.tema-orange .bootstrap-select .btn-default:focus,
.tema-orange .bootstrap-select .btn-default.focus,
.tema-orange .bootstrap-select .btn-default:active,
.tema-orange .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
.tema-orange .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #E65100;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
.tema-orange .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #E65100;
}
.tema-orange .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-orange .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-orange .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-orange .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-orange .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-orange .btn-delete:hover,
.tema-orange .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-orange .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-orange .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-orange .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-orange .btn-edit:hover,
.tema-orange .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-orange .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-orange .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-orange .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-orange .btn-search:hover,
.tema-orange .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-orange .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-orange .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-orange .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-orange .btn-save:hover,
.tema-orange .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-orange .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-orange .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-orange .btn-save-inv:hover,
.tema-orange .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-orange .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-orange .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-orange .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-orange .btn-face:hover,
.tema-orange .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-orange .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-orange .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-orange .btn-default:hover,
.tema-orange .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-orange .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-orange .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-orange .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-orange .bootstrap-select .btn-default:focus,
.tema-orange .bootstrap-select .btn-default:hover,
.tema-orange .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-orange .btn-tema-dark10 {
  background: #b33f00;
  background-color: #b33f00;
  color: #fff;
}
.tema-orange .btn-tema-dark10:focus,
.tema-orange .btn-tema-dark10:hover,
.tema-orange .btn-tema-dark10 [disabled] {
  background: #802d00;
  background-color: #802d00;
  color: #fff;
}
.tema-orange .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #E65100;
}
.tema-orange .btn-white-inv:focus,
.tema-orange .btn-white-inv:hover,
.tema-orange .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-orange .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-orange .btn-white:focus,
.tema-orange .btn-white:hover,
.tema-orange .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-orange .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-orange .btn-new {
  text-transform: none;
  color: #E65100 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-orange .btn-new:hover,
.tema-orange .btn-new [disabled] {
  color: #FFF3E0 !important;
  background-color: #E65100 !important;
}
.tema-orange .btn-new:focus {
  color: #FFF3E0 !important;
  background-color: #E65100 !important;
}
.tema-orange .btn-new[disabled] {
  color: #E65100 !important;
  background-color: #FFF3E0 !important;
}
.tema-orange .content-wrapper::selection {
  background-color: #E65100;
  color: #fff;
}
.tema-orange .content-wrapper::-moz-selection {
  background-color: #E65100;
  color: #fff;
}
.tema-orange .content-wrapper::-o-selection {
  background-color: #E65100;
  color: #fff;
}
.tema-orange .content-wrapper::-ms-selection {
  background-color: #E65100;
  color: #fff;
}
.tema-orange .content-wrapper::-webkit-selection {
  background-color: #E65100;
  color: #fff;
}
.tema-orange #cupomExterno {
  background-color: #E65100;
}
.tema-orange #cupomExterno h1 {
  color: #E65100;
}
.tema-orange #pesquisaExterno {
  background-color: #E65100;
}
.tema-orange #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #E65100;
  color: #E65100;
}
.tema-orange #pesquisaExterno .stepy-header li div {
  background-color: #E65100;
}
.tema-orange #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #E65100 !important;
}
.tema-orange #pesquisaExterno .stepy-header li:before,
.tema-orange #pesquisaExterno .stepy-header li:after {
  background-color: #E65100;
}
.tema-orange #pesquisaExterno .stepy-header li div {
  border: 2px solid #E65100;
}
.tema-orange #pesquisaExterno .border-primary-600 {
  border-color: #E65100;
}
.tema-orange #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #E65100;
}
.tema-orange #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
.tema-orange #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-orange #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-orange #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-orange #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
.tema-orange #pesquisaExterno .checker span {
  border: 2px solid #E65100;
}
.tema-orange #pesquisaExterno .irs-slider {
  background-color: #E65100;
}
.tema-orange #pesquisaExterno .irs-bar {
  background-color: #E65100;
}
.tema-orange #pesquisaExterno .irs-from,
.tema-orange #pesquisaExterno .irs-to,
.tema-orange #pesquisaExterno .irs-single {
  background-color: #E65100;
}
.tema-orange #pesquisaExterno .form-control:focus {
  border-bottom-color: #E65100;
  -webkit-box-shadow: 0 1px 0 #E65100;
  box-shadow: 0 1px 0 #E65100;
}
.tema-orange #pesquisaExterno .irs-from:after,
.tema-orange #pesquisaExterno .irs-to:after,
.tema-orange #pesquisaExterno .irs-single:after {
  border-top-color: #E65100;
}
.tema-orange #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #E65100;
}
.tema-orange #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-orange #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #EF6C00;
  color: white;
}
.tema-orange #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-orange #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #E65100;
  color: white;
}
.tema-orange #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #b33f00;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-orange #pesquisaExterno .stepy-navigator a {
  background-color: #E65100;
  color: #fff;
}
.tema-orange #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #E65100;
  color: #fff !important;
}
.tema-orange #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #E65100;
  color: #fff !important;
}
.tema-orange #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-orange #categoriaProduto #actionsControl {
  background-color: #E65100;
}
.tema-orange #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #E65100;
}
.tema-orange #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-orange #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #E65100;
}
.tema-orange #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-orange #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #E65100;
}
.tema-orange #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #E65100;
}
.tema-orange #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #E65100;
  color: #fff;
}
.tema-orange #categoriaProduto #actionsControl .btn-edit,
.tema-orange #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-orange #categoriaProduto #actionsControl .btn-edit:hover,
.tema-orange #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-orange #categoriaProduto #actionsControl .btn-delete:hover,
.tema-orange #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-brown {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-brown #ticketGridTopBar {
  background-color: #3E2723;
}
.tema-brown #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #3E2723;
}
.tema-brown #ticket-aba-lateral .panel-heading h6 {
  color: #3E2723;
}
.tema-brown #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #EFEBE9;
  border-color: #A1887F;
}
.tema-brown #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #A1887F;
}
.tema-brown #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #3E2723;
}
.tema-brown #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #3E2723;
}
.tema-brown .ticketIntro {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown .ticketInfo strong,
.tema-brown .ticketInfo i {
  color: #3E2723;
}
.tema-brown #ticketGrid h1 a {
  color: #3E2723;
}
.tema-brown #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #3E2723;
}
.tema-brown .tokenfield .token:not([class*=bg-]) {
  background-color: #3E2723;
  color: #ffffff;
}
.tema-brown .tokenfield .token:not([class*=bg-]):hover {
  background-color: #EFEBE9;
  color: #3E2723;
}
.tema-brown#EmailDragDropEditor .content #settingsBar h2 {
  color: #3E2723;
}
.tema-brown#EmailDragDropEditor #editBar .box h2 {
  color: #3E2723;
}
.tema-brown#EmailDragDropEditor #editBar .irs-from,
.tema-brown#EmailDragDropEditor #editBar .irs-to,
.tema-brown#EmailDragDropEditor #editBar .irs-single {
  background-color: #3E2723;
}
.tema-brown#EmailDragDropEditor #editBar .irs-from:after,
.tema-brown#EmailDragDropEditor #editBar .irs-to:after,
.tema-brown#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #3E2723;
}
.tema-brown#EmailDragDropEditor #editBar .irs-slider {
  background-color: #3E2723;
}
.tema-brown#EmailDragDropEditor #editBar .irs-bar {
  background-color: #6D4C41;
}
.tema-brown#baixaCupomExternoCliente footer {
  background-color: #3E2723;
}
.tema-brown #linkPrivacidade {
  background-color: rgba(62, 39, 35, 0.5);
  color: #EFEBE9;
}
.tema-brown #linkPrivacidade:hover {
  background-color: #3E2723;
}
.tema-brown #formularioExterno .termo i {
  color: #3E2723;
}
.tema-brown #formularioExterno .termo strong {
  color: #3E2723;
}
.tema-brown #formularioExterno .termo a {
  color: #3E2723;
  border-bottom: 1px dotted #3E2723;
}
.tema-brown .modal_boasvindas .modal-body h1 {
  color: #3E2723;
}
.tema-brown .modal_boasvindas .modal-body h2 {
  color: #A1887F;
}
.tema-brown .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #A1887F;
}
.tema-brown .modal_boasvindas .modal-body strong {
  color: #3E2723;
}
.tema-brown .noui-slider-primary .noUi-handle {
  background-color: #3E2723;
}
.tema-brown .noUi-tooltip {
  background-color: #3E2723;
}
.tema-brown .noUi-connect {
  background-color: #3E2723 !important;
}
.tema-brown #detalheColecao .colecaoData h4 {
  color: #3E2723;
}
.tema-brown .panel-tema {
  background-color: #3E2723;
}
.tema-brown .panel-tema h6,
.tema-brown .panel-tema span.center-block {
  color: #fff;
}
.tema-brown .panel-tema input {
  color: #A1887F;
}
.tema-brown #toast-container.toast-center-center {
  background-color: rgba(62, 39, 35, 0.7);
}
.tema-brown .cd-top {
  background-color: rgba(62, 39, 35, 0.7);
}
.tema-brown .cd-top i {
  color: #fff;
}
.tema-brown .cd-top:hover {
  background-color: #3E2723;
}
.tema-brown .pagination > .active > a,
.tema-brown .pagination > .active > span,
.tema-brown .pagination > .active > a:hover,
.tema-brown .pagination > .active > span:hover,
.tema-brown .pagination > .active > a:focus,
.tema-brown .pagination > .active > span:focus {
  background-color: #3E2723;
  border-color: #3E2723;
}
.tema-brown #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-brown #edicao .editor_box .action_bar a:hover {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown .responsiveIframe.mobile {
  border: 1px solid #3E2723;
}
.tema-brown .responsiveIframe.mobile #previewHtml {
  border: 1px solid #3E2723;
}
.tema-brown .progress-bar {
  background-color: #3E2723;
}
.tema-brown .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-brown pre[class*="language-"] {
  border-left-color: #3E2723;
}
.tema-brown #pesquisaTabulacao tr.group,
.tema-brown #pesquisaTabulacao tr.group:hover {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown #smsCriar .panel-heading {
  border-bottom: 1px dotted #3E2723;
}
.tema-brown #smsCriar .panel-heading #SmsName {
  color: #3E2723;
}
.tema-brown .br-theme-bars-pill .br-widget a {
  background-color: #EFEBE9;
  color: #3E2723;
}
.tema-brown .br-theme-bars-pill .br-widget a.br-active,
.tema-brown .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #3E2723;
  color: white;
}
.tema-brown .br-theme-bars-pill .br-readonly a.br-active,
.tema-brown .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #3E2723;
}
.tema-brown .pesquisaCriacaoBarra > li a,
.tema-brown .formCriacaoBarra > li a {
  color: #3E2723;
}
.tema-brown .pesquisaCriacaoBarra > li a:hover,
.tema-brown .formCriacaoBarra > li a:hover {
  color: #3E2723;
  background: #fff;
}
.tema-brown .pesquisaCriacaoBarra > li > ul a,
.tema-brown .formCriacaoBarra > li > ul a {
  color: #3E2723;
}
.tema-brown .pesquisaCriacaoBarra > li > ul a:hover,
.tema-brown .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #3E2723;
}
.tema-brown #novaRespTemp {
  border-left: 2px dotted #3E2723 !important;
}
.tema-brown #PesquisaCriar .help-block a {
  color: #3E2723;
}
.tema-brown #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #A1887F;
}
.tema-brown #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #EFEBE9;
}
.tema-brown #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #3E2723;
}
.tema-brown #questionario .item .menu li a {
  color: #3E2723;
}
.tema-brown #questionario .item.active {
  border-left: 2px solid #3E2723;
}
.tema-brown #questionario .item.active .menu {
  background: #A1887F;
}
.tema-brown #questionario .item-placeholder {
  border: 1px dotted #3E2723;
}
.tema-brown #questionario .secao-data {
  color: #3E2723;
}
.tema-brown #dv-resumo-emails-validos ul {
  border: 1px dashed #3E2723;
}
.tema-brown #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #3E2723;
}
.tema-brown #dv-resumo-emails-validos ul li:hover {
  background: #3E2723;
  color: #fff;
}
.tema-brown .cke_editable.cke_focus {
  border-bottom: 2px solid #3E2723;
}
.tema-brown .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-brown #modalDetalheVenda .modal-header,
.tema-brown #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-brown #modalDetalheVenda .vendaDetalhe .intro,
.tema-brown #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #3E2723;
}
.tema-brown span.dicItem {
  border-bottom: dotted 1px #3E2723;
  color: #3E2723;
}
.tema-brown .d3-tip {
  background-color: #3E2723;
}
.tema-brown .fancybox-overlay {
  background-color: rgba(62, 39, 35, 0.8);
}
.tema-brown .fidelidadeItem h1.panel-title {
  color: #3E2723;
}
.tema-brown .fidelidadeItem .infobar li div:hover {
  color: #3E2723;
}
.tema-brown .gerenciaEmailItem h1.panel-title {
  color: #3E2723;
}
.tema-brown .gerenciaEmailItem .infobar li div:hover {
  color: #3E2723;
}
.tema-brown .itemLote .hlight {
  border-bottom: 1px solid #3E2723;
}
.tema-brown .text-tema {
  color: #3E2723;
}
.tema-brown .label-tema-flat {
  color: #3E2723;
  border-color: #3E2723;
}
.tema-brown .label-tema {
  color: #fff;
  background-color: #3E2723;
}
.tema-brown .btn-tema-7 {
  color: #fff;
  background-color: #A1887F;
}
.tema-brown .btn-tema {
  color: #fff;
  background-color: #3E2723;
}
.tema-brown .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-brown .btn-tema .checker span.checked {
  border: none;
}
.tema-brown #modalLabSend .modal-body h5 {
  color: #3E2723;
}
.tema-brown .btn-group .btn.active {
  background-color: #3E2723 !important;
  color: #fff !important;
}
.tema-brown picker__list-item--selected,
.tema-brown .picker__list-item--selected:hover,
.tema-brown .picker--focused .picker__list-item--selected {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown .UserId.member {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown .UserId.member.inNavBar {
  background-color: #fff;
  color: #3E2723;
}
.tema-brown #EmailName,
.tema-brown #ColecaoName,
.tema-brown #CupomName,
.tema-brown #ProgramaName {
  color: #3E2723;
}
.tema-brown .stepy-navigator {
  border-bottom: 1px dotted #3E2723;
}
.tema-brown #ComunicacaoEmailCriar h4.content-group,
.tema-brown #ProgramaFidelidadeItem h4.content-group {
  color: #3E2723;
}
.tema-brown #sidebar_historico .category-content li {
  border-color: #3E2723;
}
.tema-brown #sidebar_historico .category-content li:before {
  border: 2px solid #3E2723;
}
.tema-brown #sidebar_historico .category-content li:after {
  border-left: 1px solid #3E2723;
  border-right: 1px solid #3E2723;
}
.tema-brown #sidebar_historico .category-content li strong {
  color: #3E2723;
}
.tema-brown .panel-footer.historico a {
  color: #3E2723;
}
.tema-brown #loading-default:not(.step1) {
  background: #3E2723;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-brown #helpPageHeader {
  -o-animation: tema-brown 5s linear infinite alternate both;
  -webkit-animation: tema-brown 5s linear infinite alternate both;
  -moz-animation: tema-brown 5s linear infinite alternate both;
  animation: tema-brown 5s linear infinite alternate both;
}
@-moz-keyframes tema-brown {
  0% {
    background: rgba(62, 39, 35, 0.5);
  }
  100% {
    background: rgba(93, 64, 55, 0.9);
  }
}
@-webkit-keyframes tema-brown {
  0% {
    background: rgba(62, 39, 35, 0.5);
  }
  100% {
    background: rgba(93, 64, 55, 0.9);
  }
}
@keyframes tema-brown {
  0% {
    background: rgba(62, 39, 35, 0.5);
  }
  100% {
    background: rgba(93, 64, 55, 0.9);
  }
}
.tema-brown #helpCenter #categoriasMenu .category-title span {
  color: #3E2723;
}
.tema-brown #helpCenter #CatHeader {
  background: #3E2723;
}
.tema-brown #helpCenter .page-header h4 {
  color: #fff;
}
.tema-brown #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-brown #helpCenter .categoriaBox h2 {
  color: #3E2723;
}
.tema-brown #helpCenter .categoriaItem h1 {
  color: #5D4037;
}
.tema-brown #chatBot #q {
  color: #3E2723;
}
.tema-brown #chatBot #q::-webkit-input-placeholder {
  color: #8D6E63;
}
.tema-brown #chatBot #q:-moz-placeholder {
  color: #8D6E63;
}
.tema-brown #chatBot #send {
  background-color: #3E2723;
}
.tema-brown #chatBot.active .header {
  background-image: linear-gradient(315deg, #3E2723, #A1887F);
}
.tema-brown #chatBot.active .header h1 {
  color: #fff;
}
.tema-brown #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #3E2723;
  border-color: #3E2723;
  color: #fff;
}
.tema-brown #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #3E2723;
}
.tema-brown #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #EFEBE9;
}
.tema-brown #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #A1887F;
  border-color: #A1887F;
  color: #3E2723;
}
.tema-brown #contatoDados h4,
.tema-brown #cadastroProduto h4,
.tema-brown #ProgramaFidelidadePremioItem h4,
.tema-brown #EmpresaVisualizar h4,
.tema-brown #EmpresaEditar h4 {
  color: #3E2723;
}
.tema-brown #contatoDados h4:before,
.tema-brown #cadastroProduto h4:before,
.tema-brown #ProgramaFidelidadePremioItem h4:before,
.tema-brown #EmpresaVisualizar h4:before,
.tema-brown #EmpresaEditar h4:before {
  background: #A1887F;
}
.tema-brown #contatoDados .userIntro,
.tema-brown #cadastroProduto .userIntro,
.tema-brown #ProgramaFidelidadePremioItem .userIntro,
.tema-brown #EmpresaVisualizar .userIntro,
.tema-brown #EmpresaEditar .userIntro {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown .eventoIntro,
.tema-brown .relatorioIntro {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown .pesquisaIntro {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-brown #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #3E2723 !important;
}
.tema-brown #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-brown #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #EFEBE9;
}
.tema-brown #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-brown #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #3E2723 !important;
}
.tema-brown #contatoConfig .dropZoneFields .itemField .box,
.tema-brown #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #8D6E63;
}
.tema-brown #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-brown #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #3E2723;
}
.tema-brown #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-brown #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-brown #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-brown #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #3E2723 !important;
}
.tema-brown #contatoConfig .g .header h4,
.tema-brown #contatoConfig .g .header i {
  color: #3E2723;
}
.tema-brown #contatoConfig .g:nth-child(even) {
  background: #EFEBE9;
  border-bottom: 1px dotted #A1887F;
  border-top: 1px dotted #A1887F;
}
.tema-brown #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-brown #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-brown #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-brown .dataTables_paginate .paginate_button.current,
.tema-brown .dataTables_paginate .paginate_button.current:hover,
.tema-brown .dataTables_paginate .paginate_button.current:focus {
  color: #EFEBE9 !important;
  background-color: #795548 !important;
}
.tema-brown .dropdown-menu > .active > a,
.tema-brown .dropdown-menu > .active > a:hover,
.tema-brown .dropdown-menu > .active > a:focus {
  color: #EFEBE9 !important;
  background-color: #795548 !important;
}
.tema-brown .btn-link:hover,
.tema-brown .btn-link:focus {
  color: #795548;
}
.tema-brown .bg-tema {
  background-color: #795548 !important;
}
.tema-brown .btn.bg-tema {
  background-color: #795548 !important;
  color: #fff;
}
.tema-brown .border-tema {
  border-color: #795548;
}
.tema-brown .nicescroll-cursors {
  background-color: #795548 !important;
}
.tema-brown .addNew button {
  color: #EFEBE9 !important;
  background-color: #795548 !important;
}
.tema-brown .dbgrid.dragging {
  border: 1px solid #795548;
}
.tema-brown .dbgrid .table thead {
  background-color: #795548 !important;
  color: #EFEBE9 !important;
}
.tema-brown .dbgrid .table a {
  color: #795548;
}
.tema-brown .dbgrid .table a:hover {
  color: #3E2723;
}
.tema-brown .dbgrid .bottom {
  border-color: #795548 !important;
}
.tema-brown .packery-drop-placeholder:before {
  outline: 3px dashed #795548 !important;
}
.tema-brown .loading-chart .coffee_cup {
  border-color: #3E2723;
}
.tema-brown .loading-chart .coffee_cup:after {
  border-color: #3E2723;
}
.tema-brown .loading-chart .coffee_cup:before {
  background-color: #3E2723;
  box-shadow: 5px 0px 0px 0px #3E2723, 5px -5px 0px 0px #3E2723, 10px 0px 0px 0px #3E2723;
}
.tema-brown #loading-default h1 {
  color: #3E2723;
}
.tema-brown #loading-default h2 {
  color: #5D4037;
}
.tema-brown #loading-default .coffee_cup {
  border-color: #3E2723;
}
.tema-brown #loading-default .coffee_cup:after {
  border-color: #3E2723;
}
.tema-brown #loading-default .coffee_cup:before {
  background-color: #3E2723;
  box-shadow: 5px 0px 0px 0px #3E2723, 5px -5px 0px 0px #3E2723, 10px 0px 0px 0px #3E2723;
}
.tema-brown #loading-default.step1 .panel {
  background-color: #3E2723;
}
.tema-brown #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-brown #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-brown #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-brown #loading-default .lds-ring > div {
  border: 3px solid #3E2723;
  border-color: #3E2723 transparent transparent transparent;
}
.tema-brown #gerenciaPerfil h6 {
  color: #3E2723;
}
.tema-brown #gerenciaPerfil .group {
  border: 1px dotted #A1887F;
}
.tema-brown .switchery-default {
  background-color: #3E2723 !important;
  border-color: #3E2723 !important;
  box-shadow: #3E2723 0px 0px 0px 0px inset !important;
}
.tema-brown .switchery-default small {
  background-color: #fff !important;
}
.tema-brown.login-container .panel-heading {
  background-color: #3E2723 !important;
}
.tema-brown.login-container .panel-body button {
  background-color: #3E2723 !important;
  color: #EFEBE9 !important;
}
.tema-brown.login-container .panel-body button:hover {
  color: #3E2723 !important;
  background-color: #EFEBE9 !important;
}
.tema-brown.login-container .panel-body ul li a {
  border: 1px solid #3E2723 !important;
  color: #3E2723 !important;
}
.tema-brown.login-container .panel-body ul li a:hover {
  color: #EFEBE9 !important;
  background-color: #3E2723 !important;
}
.tema-brown .navbar-header {
  background-color: #3E2723 !important;
}
.tema-brown .DTCR_clonedTable td,
.tema-brown .DTCR_pointer {
  border-left: 1px dotted #3E2723 !important;
  z-index: 99999;
}
.tema-brown #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #3E2723 !important;
}
.tema-brown #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-brown #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #EFEBE9 !important;
}
.tema-brown #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #3E2723 !important;
  background-color: #EFEBE9 !important;
}
.tema-brown #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #3E2723 !important;
}
.tema-brown #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #3E2723 !important;
  color: #EFEBE9 !important;
}
.tema-brown .cke_chrome {
  border: none;
}
.tema-brown table.hover tr:hover td,
.tema-brown table.hover tr:focus td {
  border-bottom: 1px solid #3E2723 !important;
}
.tema-brown table.hover tr:hover td:first-child:before,
.tema-brown table.hover tr:focus td:first-child:before {
  color: #3E2723 !important;
}
.tema-brown .popover.superhint {
  background-color: #3E2723 !important;
}
.tema-brown .popover.superhint .popover-footer {
  background-color: #EFEBE9 !important;
}
.tema-brown .popover.superhint .popover-footer button {
  background-color: #3E2723 !important;
  color: #EFEBE9 !important;
}
.tema-brown .popover.superhint .popover-title {
  color: #EFEBE9 !important;
}
.tema-brown .popover.superhint .popover-content {
  color: #EFEBE9 !important;
}
.tema-brown .popover.superhint .popover-close {
  color: #EFEBE9 !important;
}
.tema-brown .popover.superhint.left > .arrow {
  border-left-color: #3E2723 !important;
}
.tema-brown .popover.superhint.left > .arrow:after {
  border-left-color: #3E2723 !important;
}
.tema-brown .popover.superhint.right > .arrow {
  border-right-color: #3E2723 !important;
}
.tema-brown .popover.superhint.right > .arrow:after {
  border-right-color: #3E2723 !important;
}
.tema-brown .popover.superhint.top > .arrow {
  border-top-color: #EFEBE9 !important;
}
.tema-brown .popover.superhint.top > .arrow:after {
  border-top-color: #EFEBE9 !important;
}
.tema-brown .popover.superhint.bottom > .arrow {
  border-bottom-color: #3E2723 !important;
}
.tema-brown .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #3E2723 !important;
}
.tema-brown .checker span {
  color: #6D4C41 !important;
  border: 2px solid #6D4C41;
}
.tema-brown .thumb:hover .zoom-image {
  background-color: #6D4C41 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-brown .panel-email-insertType:hover .btn {
  background-color: #6D4C41 !important;
  color: #EFEBE9 !important;
}
.tema-brown .stepy-header li div {
  color: #EFEBE9 !important;
}
.tema-brown .stepy-header li div {
  border-color: #8D6E63 !important;
  background-color: #8D6E63 !important;
  color: #EFEBE9 !important;
}
.tema-brown .stepy-header li span {
  color: #8D6E63 !important;
}
.tema-brown .stepy-header li.stepy-active div {
  border-color: #3E2723 !important;
  background-color: #3E2723 !important;
  color: #EFEBE9 !important;
}
.tema-brown .stepy-header li.stepy-active span {
  color: #3E2723 !important;
}
.tema-brown .stepy-header li:before,
.tema-brown .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-brown .emojSelect a:hover {
  color: #6D4C41 !important;
}
.tema-brown .daterangepicker td.active,
.tema-brown .daterangepicker td.active:hover,
.tema-brown .daterangepicker td.active:focus {
  background-color: #6D4C41 !important;
}
.tema-brown .ranges ul li.active {
  color: #ffffff;
  background-color: #6D4C41 !important;
}
.tema-brown .hint-help {
  color: #6D4C41 !important;
}
.tema-brown .hasBg .hint-help {
  color: #333333 !important;
}
.tema-brown .popover-hint,
.tema-brown .tooltip {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown .tooltip > .tooltip-inner {
  background-color: #3E2723;
}
.tema-brown .modal-backdrop {
  background-color: #4E342E !important;
}
.tema-brown .border-left-tema {
  border-left-color: #3E2723;
}
.tema-brown .tema-bg {
  background-color: #4E342E !important;
}
.tema-brown .tema-border {
  border-color: #6D4C41;
}
.tema-brown .tema-text,
.tema-brown .tema-text:hover,
.tema-brown .tema-text:focus {
  color: #6D4C41 !important;
}
.tema-brown .badge-tema {
  background-color: #3E2723;
  border-color: #3E2723;
}
.tema-brown > .navbar {
  background-color: #4E342E;
}
.tema-brown > .navbar a:hover {
  color: #8D6E63;
}
.tema-brown > .navbar a:hover i {
  color: #A1887F;
}
.tema-brown #adesaoPlano > .navbar {
  background-color: #4E342E;
}
.tema-brown .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-brown .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(62, 39, 35, 0.85);
}
.tema-brown .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-brown #sidebar_config,
.tema-brown .sidebar_config {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown #sidebar_config .navigation > li.active > a,
.tema-brown .sidebar_config .navigation > li.active > a,
.tema-brown #sidebar_config .navigation > li.active > a:hover,
.tema-brown .sidebar_config .navigation > li.active > a:hover,
.tema-brown #sidebar_config .navigation > li.active > a:focus,
.tema-brown .sidebar_config .navigation > li.active > a:focus {
  background-color: #5D4037;
  color: #ffffff;
}
.tema-brown .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #3E2723;
}
@media only screen and (min-width: 769px) {
  .tema-brown .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #3E2723;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-brown .nav-tabs.nav-justified > li.active > a,
  .tema-brown .nav-tabs.nav-justified > li.active > a:hover,
  .tema-brown .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #3E2723;
  }
}
.tema-brown .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-brown .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-brown .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #3E2723;
}
@media (min-width: 769px) {
  .tema-brown .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-brown .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-brown .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #3E2723;
  }
  .tema-brown .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #3E2723;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-brown .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #3E2723;
  }
}
@media (max-width: 768px) {
  .tema-brown .nav-tabs > li.active > a,
  .tema-brown .nav-tabs > li.active > a:hover,
  .tema-brown .nav-tabs > li.active > a:focus {
    border-left-color: #3E2723;
    color: #3E2723;
  }
}
@media (min-width: 769px) {
  .tema-brown .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-brown .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-brown .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #3E2723;
  }
}
.tema-brown #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-brown #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-brown #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-brown #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-brown #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-brown #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-brown #compras #meses table th,
.tema-brown #carrinho-abandonado #meses table th,
.tema-brown #compras #meses-carrinho-abandonado table th,
.tema-brown #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown #compras #meses table tr.highlight td,
.tema-brown #carrinho-abandonado #meses table tr.highlight td,
.tema-brown #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-brown #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #3E2723 1px dotted !important;
  border-bottom: #3E2723 1px dotted !important;
  color: #3E2723;
}
.tema-brown #compras #meses table tr.highlight td:nth-child(1),
.tema-brown #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-brown #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-brown #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-brown #compras #meses table tr.highlight td:nth-child(2),
.tema-brown #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-brown #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-brown #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-brown #compras #meses table td.highlight,
.tema-brown #carrinho-abandonado #meses table td.highlight,
.tema-brown #compras #meses-carrinho-abandonado table td.highlight,
.tema-brown #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #3E2723 1px dotted !important;
  border-right: #3E2723 1px dotted !important;
  color: #3E2723;
}
.tema-brown #compras #meses table td:nth-child(1),
.tema-brown #carrinho-abandonado #meses table td:nth-child(1),
.tema-brown #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-brown #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #4E342E;
  color: #fff;
}
.tema-brown #compras #meses table td:nth-child(1).highlight,
.tema-brown #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-brown #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-brown #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-brown #compras #meses table td:nth-child(2),
.tema-brown #carrinho-abandonado #meses table td:nth-child(2),
.tema-brown #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-brown #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #5D4037;
  color: #fff;
}
.tema-brown .form-control:focus {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
.tema-brown .bootstrap-select .btn-default:focus,
.tema-brown .bootstrap-select .btn-default.focus,
.tema-brown .bootstrap-select .btn-default:active,
.tema-brown .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
.tema-brown .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #3E2723;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
.tema-brown .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #3E2723;
}
.tema-brown .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-brown .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-brown .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-brown .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-brown .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-brown .btn-delete:hover,
.tema-brown .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-brown .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-brown .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-brown .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-brown .btn-edit:hover,
.tema-brown .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-brown .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-brown .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-brown .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-brown .btn-search:hover,
.tema-brown .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-brown .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-brown .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-brown .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-brown .btn-save:hover,
.tema-brown .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-brown .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-brown .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-brown .btn-save-inv:hover,
.tema-brown .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-brown .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-brown .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-brown .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-brown .btn-face:hover,
.tema-brown .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-brown .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-brown .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-brown .btn-default:hover,
.tema-brown .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-brown .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-brown .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-brown .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-brown .bootstrap-select .btn-default:focus,
.tema-brown .bootstrap-select .btn-default:hover,
.tema-brown .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-brown .btn-tema-dark10 {
  background: #1d1211;
  background-color: #1d1211;
  color: #fff;
}
.tema-brown .btn-tema-dark10:focus,
.tema-brown .btn-tema-dark10:hover,
.tema-brown .btn-tema-dark10 [disabled] {
  background: #000000;
  background-color: #000000;
  color: #fff;
}
.tema-brown .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #3E2723;
}
.tema-brown .btn-white-inv:focus,
.tema-brown .btn-white-inv:hover,
.tema-brown .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-brown .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-brown .btn-white:focus,
.tema-brown .btn-white:hover,
.tema-brown .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-brown .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-brown .btn-new {
  text-transform: none;
  color: #3E2723 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-brown .btn-new:hover,
.tema-brown .btn-new [disabled] {
  color: #EFEBE9 !important;
  background-color: #3E2723 !important;
}
.tema-brown .btn-new:focus {
  color: #EFEBE9 !important;
  background-color: #3E2723 !important;
}
.tema-brown .btn-new[disabled] {
  color: #3E2723 !important;
  background-color: #EFEBE9 !important;
}
.tema-brown .content-wrapper::selection {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown .content-wrapper::-moz-selection {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown .content-wrapper::-o-selection {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown .content-wrapper::-ms-selection {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown .content-wrapper::-webkit-selection {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown #cupomExterno {
  background-color: #3E2723;
}
.tema-brown #cupomExterno h1 {
  color: #3E2723;
}
.tema-brown #pesquisaExterno {
  background-color: #3E2723;
}
.tema-brown #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #3E2723;
  color: #3E2723;
}
.tema-brown #pesquisaExterno .stepy-header li div {
  background-color: #3E2723;
}
.tema-brown #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #3E2723 !important;
}
.tema-brown #pesquisaExterno .stepy-header li:before,
.tema-brown #pesquisaExterno .stepy-header li:after {
  background-color: #3E2723;
}
.tema-brown #pesquisaExterno .stepy-header li div {
  border: 2px solid #3E2723;
}
.tema-brown #pesquisaExterno .border-primary-600 {
  border-color: #3E2723;
}
.tema-brown #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #3E2723;
}
.tema-brown #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
.tema-brown #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-brown #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-brown #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-brown #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
.tema-brown #pesquisaExterno .checker span {
  border: 2px solid #3E2723;
}
.tema-brown #pesquisaExterno .irs-slider {
  background-color: #3E2723;
}
.tema-brown #pesquisaExterno .irs-bar {
  background-color: #3E2723;
}
.tema-brown #pesquisaExterno .irs-from,
.tema-brown #pesquisaExterno .irs-to,
.tema-brown #pesquisaExterno .irs-single {
  background-color: #3E2723;
}
.tema-brown #pesquisaExterno .form-control:focus {
  border-bottom-color: #3E2723;
  -webkit-box-shadow: 0 1px 0 #3E2723;
  box-shadow: 0 1px 0 #3E2723;
}
.tema-brown #pesquisaExterno .irs-from:after,
.tema-brown #pesquisaExterno .irs-to:after,
.tema-brown #pesquisaExterno .irs-single:after {
  border-top-color: #3E2723;
}
.tema-brown #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #3E2723;
}
.tema-brown #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-brown #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #4E342E;
  color: white;
}
.tema-brown #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-brown #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #3E2723;
  color: white;
}
.tema-brown #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #1d1211;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-brown #pesquisaExterno .stepy-navigator a {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #3E2723;
  color: #fff !important;
}
.tema-brown #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #3E2723;
  color: #fff !important;
}
.tema-brown #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-brown #categoriaProduto #actionsControl {
  background-color: #3E2723;
}
.tema-brown #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #3E2723;
}
.tema-brown #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-brown #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #3E2723;
}
.tema-brown #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-brown #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #3E2723;
}
.tema-brown #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #3E2723;
}
.tema-brown #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #3E2723;
  color: #fff;
}
.tema-brown #categoriaProduto #actionsControl .btn-edit,
.tema-brown #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-brown #categoriaProduto #actionsControl .btn-edit:hover,
.tema-brown #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-brown #categoriaProduto #actionsControl .btn-delete:hover,
.tema-brown #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-grey {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-grey #ticketGridTopBar {
  background-color: #333;
}
.tema-grey #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #333;
}
.tema-grey #ticket-aba-lateral .panel-heading h6 {
  color: #333;
}
.tema-grey #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #FAFAFA;
  border-color: #999;
}
.tema-grey #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #999;
}
.tema-grey #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #333;
}
.tema-grey #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #333;
}
.tema-grey .ticketIntro {
  background-color: #333;
  color: #fff;
}
.tema-grey .ticketInfo strong,
.tema-grey .ticketInfo i {
  color: #333;
}
.tema-grey #ticketGrid h1 a {
  color: #333;
}
.tema-grey #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #333;
}
.tema-grey .tokenfield .token:not([class*=bg-]) {
  background-color: #333;
  color: #ffffff;
}
.tema-grey .tokenfield .token:not([class*=bg-]):hover {
  background-color: #FAFAFA;
  color: #333;
}
.tema-grey#EmailDragDropEditor .content #settingsBar h2 {
  color: #333;
}
.tema-grey#EmailDragDropEditor #editBar .box h2 {
  color: #333;
}
.tema-grey#EmailDragDropEditor #editBar .irs-from,
.tema-grey#EmailDragDropEditor #editBar .irs-to,
.tema-grey#EmailDragDropEditor #editBar .irs-single {
  background-color: #333;
}
.tema-grey#EmailDragDropEditor #editBar .irs-from:after,
.tema-grey#EmailDragDropEditor #editBar .irs-to:after,
.tema-grey#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #333;
}
.tema-grey#EmailDragDropEditor #editBar .irs-slider {
  background-color: #333;
}
.tema-grey#EmailDragDropEditor #editBar .irs-bar {
  background-color: #666;
}
.tema-grey#baixaCupomExternoCliente footer {
  background-color: #333;
}
.tema-grey #linkPrivacidade {
  background-color: rgba(51, 51, 51, 0.5);
  color: #FAFAFA;
}
.tema-grey #linkPrivacidade:hover {
  background-color: #333;
}
.tema-grey #formularioExterno .termo i {
  color: #333;
}
.tema-grey #formularioExterno .termo strong {
  color: #333;
}
.tema-grey #formularioExterno .termo a {
  color: #333;
  border-bottom: 1px dotted #333;
}
.tema-grey .modal_boasvindas .modal-body h1 {
  color: #333;
}
.tema-grey .modal_boasvindas .modal-body h2 {
  color: #999;
}
.tema-grey .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #999;
}
.tema-grey .modal_boasvindas .modal-body strong {
  color: #333;
}
.tema-grey .noui-slider-primary .noUi-handle {
  background-color: #333;
}
.tema-grey .noUi-tooltip {
  background-color: #333;
}
.tema-grey .noUi-connect {
  background-color: #333 !important;
}
.tema-grey #detalheColecao .colecaoData h4 {
  color: #333;
}
.tema-grey .panel-tema {
  background-color: #333;
}
.tema-grey .panel-tema h6,
.tema-grey .panel-tema span.center-block {
  color: #fff;
}
.tema-grey .panel-tema input {
  color: #999;
}
.tema-grey #toast-container.toast-center-center {
  background-color: rgba(51, 51, 51, 0.7);
}
.tema-grey .cd-top {
  background-color: rgba(51, 51, 51, 0.7);
}
.tema-grey .cd-top i {
  color: #fff;
}
.tema-grey .cd-top:hover {
  background-color: #333;
}
.tema-grey .pagination > .active > a,
.tema-grey .pagination > .active > span,
.tema-grey .pagination > .active > a:hover,
.tema-grey .pagination > .active > span:hover,
.tema-grey .pagination > .active > a:focus,
.tema-grey .pagination > .active > span:focus {
  background-color: #333;
  border-color: #333;
}
.tema-grey #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-grey #edicao .editor_box .action_bar a:hover {
  background-color: #333;
  color: #fff;
}
.tema-grey .responsiveIframe.mobile {
  border: 1px solid #333;
}
.tema-grey .responsiveIframe.mobile #previewHtml {
  border: 1px solid #333;
}
.tema-grey .progress-bar {
  background-color: #333;
}
.tema-grey .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-grey pre[class*="language-"] {
  border-left-color: #333;
}
.tema-grey #pesquisaTabulacao tr.group,
.tema-grey #pesquisaTabulacao tr.group:hover {
  background-color: #333;
  color: #fff;
}
.tema-grey #smsCriar .panel-heading {
  border-bottom: 1px dotted #333;
}
.tema-grey #smsCriar .panel-heading #SmsName {
  color: #333;
}
.tema-grey .br-theme-bars-pill .br-widget a {
  background-color: #FAFAFA;
  color: #333;
}
.tema-grey .br-theme-bars-pill .br-widget a.br-active,
.tema-grey .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #333;
  color: white;
}
.tema-grey .br-theme-bars-pill .br-readonly a.br-active,
.tema-grey .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #333;
}
.tema-grey .pesquisaCriacaoBarra > li a,
.tema-grey .formCriacaoBarra > li a {
  color: #333;
}
.tema-grey .pesquisaCriacaoBarra > li a:hover,
.tema-grey .formCriacaoBarra > li a:hover {
  color: #333;
  background: #fff;
}
.tema-grey .pesquisaCriacaoBarra > li > ul a,
.tema-grey .formCriacaoBarra > li > ul a {
  color: #333;
}
.tema-grey .pesquisaCriacaoBarra > li > ul a:hover,
.tema-grey .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #333;
}
.tema-grey #novaRespTemp {
  border-left: 2px dotted #333 !important;
}
.tema-grey #PesquisaCriar .help-block a {
  color: #333;
}
.tema-grey #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #999;
}
.tema-grey #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #FAFAFA;
}
.tema-grey #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #333;
}
.tema-grey #questionario .item .menu li a {
  color: #333;
}
.tema-grey #questionario .item.active {
  border-left: 2px solid #333;
}
.tema-grey #questionario .item.active .menu {
  background: #999;
}
.tema-grey #questionario .item-placeholder {
  border: 1px dotted #333;
}
.tema-grey #questionario .secao-data {
  color: #333;
}
.tema-grey #dv-resumo-emails-validos ul {
  border: 1px dashed #333;
}
.tema-grey #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #333;
}
.tema-grey #dv-resumo-emails-validos ul li:hover {
  background: #333;
  color: #fff;
}
.tema-grey .cke_editable.cke_focus {
  border-bottom: 2px solid #333;
}
.tema-grey .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-grey #modalDetalheVenda .modal-header,
.tema-grey #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-grey #modalDetalheVenda .vendaDetalhe .intro,
.tema-grey #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #333;
}
.tema-grey span.dicItem {
  border-bottom: dotted 1px #333;
  color: #333;
}
.tema-grey .d3-tip {
  background-color: #333;
}
.tema-grey .fancybox-overlay {
  background-color: rgba(51, 51, 51, 0.8);
}
.tema-grey .fidelidadeItem h1.panel-title {
  color: #333;
}
.tema-grey .fidelidadeItem .infobar li div:hover {
  color: #333;
}
.tema-grey .gerenciaEmailItem h1.panel-title {
  color: #333;
}
.tema-grey .gerenciaEmailItem .infobar li div:hover {
  color: #333;
}
.tema-grey .itemLote .hlight {
  border-bottom: 1px solid #333;
}
.tema-grey .text-tema {
  color: #333;
}
.tema-grey .label-tema-flat {
  color: #333;
  border-color: #333;
}
.tema-grey .label-tema {
  color: #fff;
  background-color: #333;
}
.tema-grey .btn-tema-7 {
  color: #fff;
  background-color: #999;
}
.tema-grey .btn-tema {
  color: #fff;
  background-color: #333;
}
.tema-grey .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-grey .btn-tema .checker span.checked {
  border: none;
}
.tema-grey #modalLabSend .modal-body h5 {
  color: #333;
}
.tema-grey .btn-group .btn.active {
  background-color: #333 !important;
  color: #fff !important;
}
.tema-grey picker__list-item--selected,
.tema-grey .picker__list-item--selected:hover,
.tema-grey .picker--focused .picker__list-item--selected {
  background-color: #333;
  color: #fff;
}
.tema-grey .UserId.member {
  background-color: #333;
  color: #fff;
}
.tema-grey .UserId.member.inNavBar {
  background-color: #fff;
  color: #333;
}
.tema-grey #EmailName,
.tema-grey #ColecaoName,
.tema-grey #CupomName,
.tema-grey #ProgramaName {
  color: #333;
}
.tema-grey .stepy-navigator {
  border-bottom: 1px dotted #333;
}
.tema-grey #ComunicacaoEmailCriar h4.content-group,
.tema-grey #ProgramaFidelidadeItem h4.content-group {
  color: #333;
}
.tema-grey #sidebar_historico .category-content li {
  border-color: #333;
}
.tema-grey #sidebar_historico .category-content li:before {
  border: 2px solid #333;
}
.tema-grey #sidebar_historico .category-content li:after {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.tema-grey #sidebar_historico .category-content li strong {
  color: #333;
}
.tema-grey .panel-footer.historico a {
  color: #333;
}
.tema-grey #loading-default:not(.step1) {
  background: #333;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-grey #helpPageHeader {
  -o-animation: tema-grey 5s linear infinite alternate both;
  -webkit-animation: tema-grey 5s linear infinite alternate both;
  -moz-animation: tema-grey 5s linear infinite alternate both;
  animation: tema-grey 5s linear infinite alternate both;
}
@-moz-keyframes tema-grey {
  0% {
    background: rgba(51, 51, 51, 0.5);
  }
  100% {
    background: rgba(85, 85, 85, 0.9);
  }
}
@-webkit-keyframes tema-grey {
  0% {
    background: rgba(51, 51, 51, 0.5);
  }
  100% {
    background: rgba(85, 85, 85, 0.9);
  }
}
@keyframes tema-grey {
  0% {
    background: rgba(51, 51, 51, 0.5);
  }
  100% {
    background: rgba(85, 85, 85, 0.9);
  }
}
.tema-grey #helpCenter #categoriasMenu .category-title span {
  color: #333;
}
.tema-grey #helpCenter #CatHeader {
  background: #333;
}
.tema-grey #helpCenter .page-header h4 {
  color: #fff;
}
.tema-grey #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-grey #helpCenter .categoriaBox h2 {
  color: #333;
}
.tema-grey #helpCenter .categoriaItem h1 {
  color: #555;
}
.tema-grey #chatBot #q {
  color: #333;
}
.tema-grey #chatBot #q::-webkit-input-placeholder {
  color: #888;
}
.tema-grey #chatBot #q:-moz-placeholder {
  color: #888;
}
.tema-grey #chatBot #send {
  background-color: #333;
}
.tema-grey #chatBot.active .header {
  background-image: linear-gradient(315deg, #333, #999);
}
.tema-grey #chatBot.active .header h1 {
  color: #fff;
}
.tema-grey #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.tema-grey #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #333;
}
.tema-grey #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #FAFAFA;
}
.tema-grey #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #999;
  border-color: #999;
  color: #333;
}
.tema-grey #contatoDados h4,
.tema-grey #cadastroProduto h4,
.tema-grey #ProgramaFidelidadePremioItem h4,
.tema-grey #EmpresaVisualizar h4,
.tema-grey #EmpresaEditar h4 {
  color: #333;
}
.tema-grey #contatoDados h4:before,
.tema-grey #cadastroProduto h4:before,
.tema-grey #ProgramaFidelidadePremioItem h4:before,
.tema-grey #EmpresaVisualizar h4:before,
.tema-grey #EmpresaEditar h4:before {
  background: #999;
}
.tema-grey #contatoDados .userIntro,
.tema-grey #cadastroProduto .userIntro,
.tema-grey #ProgramaFidelidadePremioItem .userIntro,
.tema-grey #EmpresaVisualizar .userIntro,
.tema-grey #EmpresaEditar .userIntro {
  background-color: #333;
  color: #fff;
}
.tema-grey .eventoIntro,
.tema-grey .relatorioIntro {
  background-color: #333;
  color: #fff;
}
.tema-grey .pesquisaIntro {
  background-color: #333;
  color: #fff;
}
.tema-grey #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-grey #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #333 !important;
}
.tema-grey #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-grey #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #FAFAFA;
}
.tema-grey #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-grey #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #333 !important;
}
.tema-grey #contatoConfig .dropZoneFields .itemField .box,
.tema-grey #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #888;
}
.tema-grey #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-grey #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #333;
}
.tema-grey #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-grey #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-grey #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-grey #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #333 !important;
}
.tema-grey #contatoConfig .g .header h4,
.tema-grey #contatoConfig .g .header i {
  color: #333;
}
.tema-grey #contatoConfig .g:nth-child(even) {
  background: #FAFAFA;
  border-bottom: 1px dotted #999;
  border-top: 1px dotted #999;
}
.tema-grey #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-grey #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-grey #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-grey .dataTables_paginate .paginate_button.current,
.tema-grey .dataTables_paginate .paginate_button.current:hover,
.tema-grey .dataTables_paginate .paginate_button.current:focus {
  color: #FAFAFA !important;
  background-color: #777 !important;
}
.tema-grey .dropdown-menu > .active > a,
.tema-grey .dropdown-menu > .active > a:hover,
.tema-grey .dropdown-menu > .active > a:focus {
  color: #FAFAFA !important;
  background-color: #777 !important;
}
.tema-grey .btn-link:hover,
.tema-grey .btn-link:focus {
  color: #777;
}
.tema-grey .bg-tema {
  background-color: #777 !important;
}
.tema-grey .btn.bg-tema {
  background-color: #777 !important;
  color: #fff;
}
.tema-grey .border-tema {
  border-color: #777;
}
.tema-grey .nicescroll-cursors {
  background-color: #777 !important;
}
.tema-grey .addNew button {
  color: #FAFAFA !important;
  background-color: #777 !important;
}
.tema-grey .dbgrid.dragging {
  border: 1px solid #777;
}
.tema-grey .dbgrid .table thead {
  background-color: #777 !important;
  color: #FAFAFA !important;
}
.tema-grey .dbgrid .table a {
  color: #777;
}
.tema-grey .dbgrid .table a:hover {
  color: #333;
}
.tema-grey .dbgrid .bottom {
  border-color: #777 !important;
}
.tema-grey .packery-drop-placeholder:before {
  outline: 3px dashed #777 !important;
}
.tema-grey .loading-chart .coffee_cup {
  border-color: #333;
}
.tema-grey .loading-chart .coffee_cup:after {
  border-color: #333;
}
.tema-grey .loading-chart .coffee_cup:before {
  background-color: #333;
  box-shadow: 5px 0px 0px 0px #333, 5px -5px 0px 0px #333, 10px 0px 0px 0px #333;
}
.tema-grey #loading-default h1 {
  color: #333;
}
.tema-grey #loading-default h2 {
  color: #555;
}
.tema-grey #loading-default .coffee_cup {
  border-color: #333;
}
.tema-grey #loading-default .coffee_cup:after {
  border-color: #333;
}
.tema-grey #loading-default .coffee_cup:before {
  background-color: #333;
  box-shadow: 5px 0px 0px 0px #333, 5px -5px 0px 0px #333, 10px 0px 0px 0px #333;
}
.tema-grey #loading-default.step1 .panel {
  background-color: #333;
}
.tema-grey #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-grey #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-grey #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-grey #loading-default .lds-ring > div {
  border: 3px solid #333;
  border-color: #333 transparent transparent transparent;
}
.tema-grey #gerenciaPerfil h6 {
  color: #333;
}
.tema-grey #gerenciaPerfil .group {
  border: 1px dotted #999;
}
.tema-grey .switchery-default {
  background-color: #333 !important;
  border-color: #333 !important;
  box-shadow: #333 0px 0px 0px 0px inset !important;
}
.tema-grey .switchery-default small {
  background-color: #fff !important;
}
.tema-grey.login-container .panel-heading {
  background-color: #333 !important;
}
.tema-grey.login-container .panel-body button {
  background-color: #333 !important;
  color: #FAFAFA !important;
}
.tema-grey.login-container .panel-body button:hover {
  color: #333 !important;
  background-color: #FAFAFA !important;
}
.tema-grey.login-container .panel-body ul li a {
  border: 1px solid #333 !important;
  color: #333 !important;
}
.tema-grey.login-container .panel-body ul li a:hover {
  color: #FAFAFA !important;
  background-color: #333 !important;
}
.tema-grey .navbar-header {
  background-color: #333 !important;
}
.tema-grey .DTCR_clonedTable td,
.tema-grey .DTCR_pointer {
  border-left: 1px dotted #333 !important;
  z-index: 99999;
}
.tema-grey #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #333 !important;
}
.tema-grey #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-grey #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #FAFAFA !important;
}
.tema-grey #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #333 !important;
  background-color: #FAFAFA !important;
}
.tema-grey #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #333 !important;
}
.tema-grey #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #333 !important;
  color: #FAFAFA !important;
}
.tema-grey .cke_chrome {
  border: none;
}
.tema-grey table.hover tr:hover td,
.tema-grey table.hover tr:focus td {
  border-bottom: 1px solid #333 !important;
}
.tema-grey table.hover tr:hover td:first-child:before,
.tema-grey table.hover tr:focus td:first-child:before {
  color: #333 !important;
}
.tema-grey .popover.superhint {
  background-color: #333 !important;
}
.tema-grey .popover.superhint .popover-footer {
  background-color: #FAFAFA !important;
}
.tema-grey .popover.superhint .popover-footer button {
  background-color: #333 !important;
  color: #FAFAFA !important;
}
.tema-grey .popover.superhint .popover-title {
  color: #FAFAFA !important;
}
.tema-grey .popover.superhint .popover-content {
  color: #FAFAFA !important;
}
.tema-grey .popover.superhint .popover-close {
  color: #FAFAFA !important;
}
.tema-grey .popover.superhint.left > .arrow {
  border-left-color: #333 !important;
}
.tema-grey .popover.superhint.left > .arrow:after {
  border-left-color: #333 !important;
}
.tema-grey .popover.superhint.right > .arrow {
  border-right-color: #333 !important;
}
.tema-grey .popover.superhint.right > .arrow:after {
  border-right-color: #333 !important;
}
.tema-grey .popover.superhint.top > .arrow {
  border-top-color: #FAFAFA !important;
}
.tema-grey .popover.superhint.top > .arrow:after {
  border-top-color: #FAFAFA !important;
}
.tema-grey .popover.superhint.bottom > .arrow {
  border-bottom-color: #333 !important;
}
.tema-grey .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #333 !important;
}
.tema-grey .checker span {
  color: #666 !important;
  border: 2px solid #666;
}
.tema-grey .thumb:hover .zoom-image {
  background-color: #666 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-grey .panel-email-insertType:hover .btn {
  background-color: #666 !important;
  color: #FAFAFA !important;
}
.tema-grey .stepy-header li div {
  color: #FAFAFA !important;
}
.tema-grey .stepy-header li div {
  border-color: #888 !important;
  background-color: #888 !important;
  color: #FAFAFA !important;
}
.tema-grey .stepy-header li span {
  color: #888 !important;
}
.tema-grey .stepy-header li.stepy-active div {
  border-color: #333 !important;
  background-color: #333 !important;
  color: #FAFAFA !important;
}
.tema-grey .stepy-header li.stepy-active span {
  color: #333 !important;
}
.tema-grey .stepy-header li:before,
.tema-grey .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-grey .emojSelect a:hover {
  color: #666 !important;
}
.tema-grey .daterangepicker td.active,
.tema-grey .daterangepicker td.active:hover,
.tema-grey .daterangepicker td.active:focus {
  background-color: #666 !important;
}
.tema-grey .ranges ul li.active {
  color: #ffffff;
  background-color: #666 !important;
}
.tema-grey .hint-help {
  color: #666 !important;
}
.tema-grey .hasBg .hint-help {
  color: #333333 !important;
}
.tema-grey .popover-hint,
.tema-grey .tooltip {
  background-color: #333;
  color: #fff;
}
.tema-grey .tooltip > .tooltip-inner {
  background-color: #333;
}
.tema-grey .modal-backdrop {
  background-color: #444 !important;
}
.tema-grey .border-left-tema {
  border-left-color: #333;
}
.tema-grey .tema-bg {
  background-color: #444 !important;
}
.tema-grey .tema-border {
  border-color: #666;
}
.tema-grey .tema-text,
.tema-grey .tema-text:hover,
.tema-grey .tema-text:focus {
  color: #666 !important;
}
.tema-grey .badge-tema {
  background-color: #333;
  border-color: #333;
}
.tema-grey > .navbar {
  background-color: #444;
}
.tema-grey > .navbar a:hover {
  color: #888;
}
.tema-grey > .navbar a:hover i {
  color: #999;
}
.tema-grey #adesaoPlano > .navbar {
  background-color: #444;
}
.tema-grey .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-grey .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(51, 51, 51, 0.85);
}
.tema-grey .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-grey #sidebar_config,
.tema-grey .sidebar_config {
  background-color: #333;
  color: #fff;
}
.tema-grey #sidebar_config .navigation > li.active > a,
.tema-grey .sidebar_config .navigation > li.active > a,
.tema-grey #sidebar_config .navigation > li.active > a:hover,
.tema-grey .sidebar_config .navigation > li.active > a:hover,
.tema-grey #sidebar_config .navigation > li.active > a:focus,
.tema-grey .sidebar_config .navigation > li.active > a:focus {
  background-color: #555;
  color: #ffffff;
}
.tema-grey .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #333;
}
@media only screen and (min-width: 769px) {
  .tema-grey .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #333;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-grey .nav-tabs.nav-justified > li.active > a,
  .tema-grey .nav-tabs.nav-justified > li.active > a:hover,
  .tema-grey .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #333;
  }
}
.tema-grey .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-grey .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-grey .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #333;
}
@media (min-width: 769px) {
  .tema-grey .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-grey .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-grey .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #333;
  }
  .tema-grey .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #333;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-grey .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #333;
  }
}
@media (max-width: 768px) {
  .tema-grey .nav-tabs > li.active > a,
  .tema-grey .nav-tabs > li.active > a:hover,
  .tema-grey .nav-tabs > li.active > a:focus {
    border-left-color: #333;
    color: #333;
  }
}
@media (min-width: 769px) {
  .tema-grey .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-grey .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-grey .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #333;
  }
}
.tema-grey #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-grey #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-grey #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-grey #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-grey #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-grey #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-grey #compras #meses table th,
.tema-grey #carrinho-abandonado #meses table th,
.tema-grey #compras #meses-carrinho-abandonado table th,
.tema-grey #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #333;
  color: #fff;
}
.tema-grey #compras #meses table tr.highlight td,
.tema-grey #carrinho-abandonado #meses table tr.highlight td,
.tema-grey #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-grey #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #333 1px dotted !important;
  border-bottom: #333 1px dotted !important;
  color: #333;
}
.tema-grey #compras #meses table tr.highlight td:nth-child(1),
.tema-grey #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-grey #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-grey #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-grey #compras #meses table tr.highlight td:nth-child(2),
.tema-grey #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-grey #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-grey #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-grey #compras #meses table td.highlight,
.tema-grey #carrinho-abandonado #meses table td.highlight,
.tema-grey #compras #meses-carrinho-abandonado table td.highlight,
.tema-grey #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #333 1px dotted !important;
  border-right: #333 1px dotted !important;
  color: #333;
}
.tema-grey #compras #meses table td:nth-child(1),
.tema-grey #carrinho-abandonado #meses table td:nth-child(1),
.tema-grey #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-grey #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #444;
  color: #fff;
}
.tema-grey #compras #meses table td:nth-child(1).highlight,
.tema-grey #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-grey #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-grey #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-grey #compras #meses table td:nth-child(2),
.tema-grey #carrinho-abandonado #meses table td:nth-child(2),
.tema-grey #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-grey #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #555;
  color: #fff;
}
.tema-grey .form-control:focus {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
.tema-grey .bootstrap-select .btn-default:focus,
.tema-grey .bootstrap-select .btn-default.focus,
.tema-grey .bootstrap-select .btn-default:active,
.tema-grey .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
.tema-grey .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #333;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
.tema-grey .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #333;
}
.tema-grey .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-grey .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-grey .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-grey .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-grey .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-grey .btn-delete:hover,
.tema-grey .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-grey .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-grey .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-grey .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-grey .btn-edit:hover,
.tema-grey .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-grey .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-grey .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-grey .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-grey .btn-search:hover,
.tema-grey .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-grey .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-grey .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-grey .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-grey .btn-save:hover,
.tema-grey .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-grey .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-grey .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-grey .btn-save-inv:hover,
.tema-grey .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-grey .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-grey .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-grey .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-grey .btn-face:hover,
.tema-grey .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-grey .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-grey .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-grey .btn-default:hover,
.tema-grey .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-grey .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-grey .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-grey .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-grey .bootstrap-select .btn-default:focus,
.tema-grey .bootstrap-select .btn-default:hover,
.tema-grey .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-grey .btn-tema-dark10 {
  background: #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
}
.tema-grey .btn-tema-dark10:focus,
.tema-grey .btn-tema-dark10:hover,
.tema-grey .btn-tema-dark10 [disabled] {
  background: #000000;
  background-color: #000000;
  color: #fff;
}
.tema-grey .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #333;
}
.tema-grey .btn-white-inv:focus,
.tema-grey .btn-white-inv:hover,
.tema-grey .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-grey .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-grey .btn-white:focus,
.tema-grey .btn-white:hover,
.tema-grey .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-grey .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-grey .btn-new {
  text-transform: none;
  color: #333 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-grey .btn-new:hover,
.tema-grey .btn-new [disabled] {
  color: #FAFAFA !important;
  background-color: #333 !important;
}
.tema-grey .btn-new:focus {
  color: #FAFAFA !important;
  background-color: #333 !important;
}
.tema-grey .btn-new[disabled] {
  color: #333 !important;
  background-color: #FAFAFA !important;
}
.tema-grey .content-wrapper::selection {
  background-color: #333;
  color: #fff;
}
.tema-grey .content-wrapper::-moz-selection {
  background-color: #333;
  color: #fff;
}
.tema-grey .content-wrapper::-o-selection {
  background-color: #333;
  color: #fff;
}
.tema-grey .content-wrapper::-ms-selection {
  background-color: #333;
  color: #fff;
}
.tema-grey .content-wrapper::-webkit-selection {
  background-color: #333;
  color: #fff;
}
.tema-grey #cupomExterno {
  background-color: #333;
}
.tema-grey #cupomExterno h1 {
  color: #333;
}
.tema-grey #pesquisaExterno {
  background-color: #333;
}
.tema-grey #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #333;
  color: #333;
}
.tema-grey #pesquisaExterno .stepy-header li div {
  background-color: #333;
}
.tema-grey #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #333 !important;
}
.tema-grey #pesquisaExterno .stepy-header li:before,
.tema-grey #pesquisaExterno .stepy-header li:after {
  background-color: #333;
}
.tema-grey #pesquisaExterno .stepy-header li div {
  border: 2px solid #333;
}
.tema-grey #pesquisaExterno .border-primary-600 {
  border-color: #333;
}
.tema-grey #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #333;
}
.tema-grey #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
.tema-grey #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-grey #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-grey #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-grey #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
.tema-grey #pesquisaExterno .checker span {
  border: 2px solid #333;
}
.tema-grey #pesquisaExterno .irs-slider {
  background-color: #333;
}
.tema-grey #pesquisaExterno .irs-bar {
  background-color: #333;
}
.tema-grey #pesquisaExterno .irs-from,
.tema-grey #pesquisaExterno .irs-to,
.tema-grey #pesquisaExterno .irs-single {
  background-color: #333;
}
.tema-grey #pesquisaExterno .form-control:focus {
  border-bottom-color: #333;
  -webkit-box-shadow: 0 1px 0 #333;
  box-shadow: 0 1px 0 #333;
}
.tema-grey #pesquisaExterno .irs-from:after,
.tema-grey #pesquisaExterno .irs-to:after,
.tema-grey #pesquisaExterno .irs-single:after {
  border-top-color: #333;
}
.tema-grey #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #333;
}
.tema-grey #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-grey #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #444;
  color: white;
}
.tema-grey #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-grey #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #333;
  color: white;
}
.tema-grey #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #1a1a1a;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-grey #pesquisaExterno .stepy-navigator a {
  background-color: #333;
  color: #fff;
}
.tema-grey #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #333;
  color: #fff !important;
}
.tema-grey #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #333;
  color: #fff !important;
}
.tema-grey #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-grey #categoriaProduto #actionsControl {
  background-color: #333;
}
.tema-grey #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #333;
}
.tema-grey #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-grey #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #333;
}
.tema-grey #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-grey #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #333;
}
.tema-grey #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #333;
}
.tema-grey #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #333;
  color: #fff;
}
.tema-grey #categoriaProduto #actionsControl .btn-edit,
.tema-grey #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-grey #categoriaProduto #actionsControl .btn-edit:hover,
.tema-grey #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-grey #categoriaProduto #actionsControl .btn-delete:hover,
.tema-grey #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-slate {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-slate #ticketGridTopBar {
  background-color: #263238;
}
.tema-slate #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #263238;
}
.tema-slate #ticket-aba-lateral .panel-heading h6 {
  color: #263238;
}
.tema-slate #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #ECEFF1;
  border-color: #90A4AE;
}
.tema-slate #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #90A4AE;
}
.tema-slate #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #263238;
}
.tema-slate #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #263238;
}
.tema-slate .ticketIntro {
  background-color: #263238;
  color: #fff;
}
.tema-slate .ticketInfo strong,
.tema-slate .ticketInfo i {
  color: #263238;
}
.tema-slate #ticketGrid h1 a {
  color: #263238;
}
.tema-slate #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #263238;
}
.tema-slate .tokenfield .token:not([class*=bg-]) {
  background-color: #263238;
  color: #ffffff;
}
.tema-slate .tokenfield .token:not([class*=bg-]):hover {
  background-color: #ECEFF1;
  color: #263238;
}
.tema-slate#EmailDragDropEditor .content #settingsBar h2 {
  color: #263238;
}
.tema-slate#EmailDragDropEditor #editBar .box h2 {
  color: #263238;
}
.tema-slate#EmailDragDropEditor #editBar .irs-from,
.tema-slate#EmailDragDropEditor #editBar .irs-to,
.tema-slate#EmailDragDropEditor #editBar .irs-single {
  background-color: #263238;
}
.tema-slate#EmailDragDropEditor #editBar .irs-from:after,
.tema-slate#EmailDragDropEditor #editBar .irs-to:after,
.tema-slate#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #263238;
}
.tema-slate#EmailDragDropEditor #editBar .irs-slider {
  background-color: #263238;
}
.tema-slate#EmailDragDropEditor #editBar .irs-bar {
  background-color: #546E7A;
}
.tema-slate#baixaCupomExternoCliente footer {
  background-color: #263238;
}
.tema-slate #linkPrivacidade {
  background-color: rgba(38, 50, 56, 0.5);
  color: #ECEFF1;
}
.tema-slate #linkPrivacidade:hover {
  background-color: #263238;
}
.tema-slate #formularioExterno .termo i {
  color: #263238;
}
.tema-slate #formularioExterno .termo strong {
  color: #263238;
}
.tema-slate #formularioExterno .termo a {
  color: #263238;
  border-bottom: 1px dotted #263238;
}
.tema-slate .modal_boasvindas .modal-body h1 {
  color: #263238;
}
.tema-slate .modal_boasvindas .modal-body h2 {
  color: #90A4AE;
}
.tema-slate .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #90A4AE;
}
.tema-slate .modal_boasvindas .modal-body strong {
  color: #263238;
}
.tema-slate .noui-slider-primary .noUi-handle {
  background-color: #263238;
}
.tema-slate .noUi-tooltip {
  background-color: #263238;
}
.tema-slate .noUi-connect {
  background-color: #263238 !important;
}
.tema-slate #detalheColecao .colecaoData h4 {
  color: #263238;
}
.tema-slate .panel-tema {
  background-color: #263238;
}
.tema-slate .panel-tema h6,
.tema-slate .panel-tema span.center-block {
  color: #fff;
}
.tema-slate .panel-tema input {
  color: #90A4AE;
}
.tema-slate #toast-container.toast-center-center {
  background-color: rgba(38, 50, 56, 0.7);
}
.tema-slate .cd-top {
  background-color: rgba(38, 50, 56, 0.7);
}
.tema-slate .cd-top i {
  color: #fff;
}
.tema-slate .cd-top:hover {
  background-color: #263238;
}
.tema-slate .pagination > .active > a,
.tema-slate .pagination > .active > span,
.tema-slate .pagination > .active > a:hover,
.tema-slate .pagination > .active > span:hover,
.tema-slate .pagination > .active > a:focus,
.tema-slate .pagination > .active > span:focus {
  background-color: #263238;
  border-color: #263238;
}
.tema-slate #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-slate #edicao .editor_box .action_bar a:hover {
  background-color: #263238;
  color: #fff;
}
.tema-slate .responsiveIframe.mobile {
  border: 1px solid #263238;
}
.tema-slate .responsiveIframe.mobile #previewHtml {
  border: 1px solid #263238;
}
.tema-slate .progress-bar {
  background-color: #263238;
}
.tema-slate .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-slate pre[class*="language-"] {
  border-left-color: #263238;
}
.tema-slate #pesquisaTabulacao tr.group,
.tema-slate #pesquisaTabulacao tr.group:hover {
  background-color: #263238;
  color: #fff;
}
.tema-slate #smsCriar .panel-heading {
  border-bottom: 1px dotted #263238;
}
.tema-slate #smsCriar .panel-heading #SmsName {
  color: #263238;
}
.tema-slate .br-theme-bars-pill .br-widget a {
  background-color: #ECEFF1;
  color: #263238;
}
.tema-slate .br-theme-bars-pill .br-widget a.br-active,
.tema-slate .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #263238;
  color: white;
}
.tema-slate .br-theme-bars-pill .br-readonly a.br-active,
.tema-slate .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #263238;
}
.tema-slate .pesquisaCriacaoBarra > li a,
.tema-slate .formCriacaoBarra > li a {
  color: #263238;
}
.tema-slate .pesquisaCriacaoBarra > li a:hover,
.tema-slate .formCriacaoBarra > li a:hover {
  color: #263238;
  background: #fff;
}
.tema-slate .pesquisaCriacaoBarra > li > ul a,
.tema-slate .formCriacaoBarra > li > ul a {
  color: #263238;
}
.tema-slate .pesquisaCriacaoBarra > li > ul a:hover,
.tema-slate .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #263238;
}
.tema-slate #novaRespTemp {
  border-left: 2px dotted #263238 !important;
}
.tema-slate #PesquisaCriar .help-block a {
  color: #263238;
}
.tema-slate #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #90A4AE;
}
.tema-slate #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #ECEFF1;
}
.tema-slate #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #263238;
}
.tema-slate #questionario .item .menu li a {
  color: #263238;
}
.tema-slate #questionario .item.active {
  border-left: 2px solid #263238;
}
.tema-slate #questionario .item.active .menu {
  background: #90A4AE;
}
.tema-slate #questionario .item-placeholder {
  border: 1px dotted #263238;
}
.tema-slate #questionario .secao-data {
  color: #263238;
}
.tema-slate #dv-resumo-emails-validos ul {
  border: 1px dashed #263238;
}
.tema-slate #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #263238;
}
.tema-slate #dv-resumo-emails-validos ul li:hover {
  background: #263238;
  color: #fff;
}
.tema-slate .cke_editable.cke_focus {
  border-bottom: 2px solid #263238;
}
.tema-slate .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-slate #modalDetalheVenda .modal-header,
.tema-slate #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-slate #modalDetalheVenda .vendaDetalhe .intro,
.tema-slate #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #263238;
}
.tema-slate span.dicItem {
  border-bottom: dotted 1px #263238;
  color: #263238;
}
.tema-slate .d3-tip {
  background-color: #263238;
}
.tema-slate .fancybox-overlay {
  background-color: rgba(38, 50, 56, 0.8);
}
.tema-slate .fidelidadeItem h1.panel-title {
  color: #263238;
}
.tema-slate .fidelidadeItem .infobar li div:hover {
  color: #263238;
}
.tema-slate .gerenciaEmailItem h1.panel-title {
  color: #263238;
}
.tema-slate .gerenciaEmailItem .infobar li div:hover {
  color: #263238;
}
.tema-slate .itemLote .hlight {
  border-bottom: 1px solid #263238;
}
.tema-slate .text-tema {
  color: #263238;
}
.tema-slate .label-tema-flat {
  color: #263238;
  border-color: #263238;
}
.tema-slate .label-tema {
  color: #fff;
  background-color: #263238;
}
.tema-slate .btn-tema-7 {
  color: #fff;
  background-color: #90A4AE;
}
.tema-slate .btn-tema {
  color: #fff;
  background-color: #263238;
}
.tema-slate .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-slate .btn-tema .checker span.checked {
  border: none;
}
.tema-slate #modalLabSend .modal-body h5 {
  color: #263238;
}
.tema-slate .btn-group .btn.active {
  background-color: #263238 !important;
  color: #fff !important;
}
.tema-slate picker__list-item--selected,
.tema-slate .picker__list-item--selected:hover,
.tema-slate .picker--focused .picker__list-item--selected {
  background-color: #263238;
  color: #fff;
}
.tema-slate .UserId.member {
  background-color: #263238;
  color: #fff;
}
.tema-slate .UserId.member.inNavBar {
  background-color: #fff;
  color: #263238;
}
.tema-slate #EmailName,
.tema-slate #ColecaoName,
.tema-slate #CupomName,
.tema-slate #ProgramaName {
  color: #263238;
}
.tema-slate .stepy-navigator {
  border-bottom: 1px dotted #263238;
}
.tema-slate #ComunicacaoEmailCriar h4.content-group,
.tema-slate #ProgramaFidelidadeItem h4.content-group {
  color: #263238;
}
.tema-slate #sidebar_historico .category-content li {
  border-color: #263238;
}
.tema-slate #sidebar_historico .category-content li:before {
  border: 2px solid #263238;
}
.tema-slate #sidebar_historico .category-content li:after {
  border-left: 1px solid #263238;
  border-right: 1px solid #263238;
}
.tema-slate #sidebar_historico .category-content li strong {
  color: #263238;
}
.tema-slate .panel-footer.historico a {
  color: #263238;
}
.tema-slate #loading-default:not(.step1) {
  background: #263238;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-slate #helpPageHeader {
  -o-animation: tema-slate 5s linear infinite alternate both;
  -webkit-animation: tema-slate 5s linear infinite alternate both;
  -moz-animation: tema-slate 5s linear infinite alternate both;
  animation: tema-slate 5s linear infinite alternate both;
}
@-moz-keyframes tema-slate {
  0% {
    background: rgba(38, 50, 56, 0.5);
  }
  100% {
    background: rgba(69, 90, 100, 0.9);
  }
}
@-webkit-keyframes tema-slate {
  0% {
    background: rgba(38, 50, 56, 0.5);
  }
  100% {
    background: rgba(69, 90, 100, 0.9);
  }
}
@keyframes tema-slate {
  0% {
    background: rgba(38, 50, 56, 0.5);
  }
  100% {
    background: rgba(69, 90, 100, 0.9);
  }
}
.tema-slate #helpCenter #categoriasMenu .category-title span {
  color: #263238;
}
.tema-slate #helpCenter #CatHeader {
  background: #263238;
}
.tema-slate #helpCenter .page-header h4 {
  color: #fff;
}
.tema-slate #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-slate #helpCenter .categoriaBox h2 {
  color: #263238;
}
.tema-slate #helpCenter .categoriaItem h1 {
  color: #455A64;
}
.tema-slate #chatBot #q {
  color: #263238;
}
.tema-slate #chatBot #q::-webkit-input-placeholder {
  color: #78909C;
}
.tema-slate #chatBot #q:-moz-placeholder {
  color: #78909C;
}
.tema-slate #chatBot #send {
  background-color: #263238;
}
.tema-slate #chatBot.active .header {
  background-image: linear-gradient(315deg, #263238, #90A4AE);
}
.tema-slate #chatBot.active .header h1 {
  color: #fff;
}
.tema-slate #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #263238;
  border-color: #263238;
  color: #fff;
}
.tema-slate #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #263238;
}
.tema-slate #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #ECEFF1;
}
.tema-slate #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #90A4AE;
  border-color: #90A4AE;
  color: #263238;
}
.tema-slate #contatoDados h4,
.tema-slate #cadastroProduto h4,
.tema-slate #ProgramaFidelidadePremioItem h4,
.tema-slate #EmpresaVisualizar h4,
.tema-slate #EmpresaEditar h4 {
  color: #263238;
}
.tema-slate #contatoDados h4:before,
.tema-slate #cadastroProduto h4:before,
.tema-slate #ProgramaFidelidadePremioItem h4:before,
.tema-slate #EmpresaVisualizar h4:before,
.tema-slate #EmpresaEditar h4:before {
  background: #90A4AE;
}
.tema-slate #contatoDados .userIntro,
.tema-slate #cadastroProduto .userIntro,
.tema-slate #ProgramaFidelidadePremioItem .userIntro,
.tema-slate #EmpresaVisualizar .userIntro,
.tema-slate #EmpresaEditar .userIntro {
  background-color: #263238;
  color: #fff;
}
.tema-slate .eventoIntro,
.tema-slate .relatorioIntro {
  background-color: #263238;
  color: #fff;
}
.tema-slate .pesquisaIntro {
  background-color: #263238;
  color: #fff;
}
.tema-slate #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-slate #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #263238 !important;
}
.tema-slate #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-slate #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #ECEFF1;
}
.tema-slate #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-slate #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #263238 !important;
}
.tema-slate #contatoConfig .dropZoneFields .itemField .box,
.tema-slate #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #78909C;
}
.tema-slate #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-slate #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #263238;
}
.tema-slate #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-slate #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-slate #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-slate #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #263238 !important;
}
.tema-slate #contatoConfig .g .header h4,
.tema-slate #contatoConfig .g .header i {
  color: #263238;
}
.tema-slate #contatoConfig .g:nth-child(even) {
  background: #ECEFF1;
  border-bottom: 1px dotted #90A4AE;
  border-top: 1px dotted #90A4AE;
}
.tema-slate #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-slate #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-slate #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-slate .dataTables_paginate .paginate_button.current,
.tema-slate .dataTables_paginate .paginate_button.current:hover,
.tema-slate .dataTables_paginate .paginate_button.current:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-slate .dropdown-menu > .active > a,
.tema-slate .dropdown-menu > .active > a:hover,
.tema-slate .dropdown-menu > .active > a:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-slate .btn-link:hover,
.tema-slate .btn-link:focus {
  color: #607D8B;
}
.tema-slate .bg-tema {
  background-color: #607D8B !important;
}
.tema-slate .btn.bg-tema {
  background-color: #607D8B !important;
  color: #fff;
}
.tema-slate .border-tema {
  border-color: #607D8B;
}
.tema-slate .nicescroll-cursors {
  background-color: #607D8B !important;
}
.tema-slate .addNew button {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-slate .dbgrid.dragging {
  border: 1px solid #607D8B;
}
.tema-slate .dbgrid .table thead {
  background-color: #607D8B !important;
  color: #ECEFF1 !important;
}
.tema-slate .dbgrid .table a {
  color: #607D8B;
}
.tema-slate .dbgrid .table a:hover {
  color: #263238;
}
.tema-slate .dbgrid .bottom {
  border-color: #607D8B !important;
}
.tema-slate .packery-drop-placeholder:before {
  outline: 3px dashed #607D8B !important;
}
.tema-slate .loading-chart .coffee_cup {
  border-color: #263238;
}
.tema-slate .loading-chart .coffee_cup:after {
  border-color: #263238;
}
.tema-slate .loading-chart .coffee_cup:before {
  background-color: #263238;
  box-shadow: 5px 0px 0px 0px #263238, 5px -5px 0px 0px #263238, 10px 0px 0px 0px #263238;
}
.tema-slate #loading-default h1 {
  color: #263238;
}
.tema-slate #loading-default h2 {
  color: #455A64;
}
.tema-slate #loading-default .coffee_cup {
  border-color: #263238;
}
.tema-slate #loading-default .coffee_cup:after {
  border-color: #263238;
}
.tema-slate #loading-default .coffee_cup:before {
  background-color: #263238;
  box-shadow: 5px 0px 0px 0px #263238, 5px -5px 0px 0px #263238, 10px 0px 0px 0px #263238;
}
.tema-slate #loading-default.step1 .panel {
  background-color: #263238;
}
.tema-slate #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-slate #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-slate #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-slate #loading-default .lds-ring > div {
  border: 3px solid #263238;
  border-color: #263238 transparent transparent transparent;
}
.tema-slate #gerenciaPerfil h6 {
  color: #263238;
}
.tema-slate #gerenciaPerfil .group {
  border: 1px dotted #90A4AE;
}
.tema-slate .switchery-default {
  background-color: #263238 !important;
  border-color: #263238 !important;
  box-shadow: #263238 0px 0px 0px 0px inset !important;
}
.tema-slate .switchery-default small {
  background-color: #fff !important;
}
.tema-slate.login-container .panel-heading {
  background-color: #263238 !important;
}
.tema-slate.login-container .panel-body button {
  background-color: #263238 !important;
  color: #ECEFF1 !important;
}
.tema-slate.login-container .panel-body button:hover {
  color: #263238 !important;
  background-color: #ECEFF1 !important;
}
.tema-slate.login-container .panel-body ul li a {
  border: 1px solid #263238 !important;
  color: #263238 !important;
}
.tema-slate.login-container .panel-body ul li a:hover {
  color: #ECEFF1 !important;
  background-color: #263238 !important;
}
.tema-slate .navbar-header {
  background-color: #263238 !important;
}
.tema-slate .DTCR_clonedTable td,
.tema-slate .DTCR_pointer {
  border-left: 1px dotted #263238 !important;
  z-index: 99999;
}
.tema-slate #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #263238 !important;
}
.tema-slate #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-slate #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #ECEFF1 !important;
}
.tema-slate #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #263238 !important;
  background-color: #ECEFF1 !important;
}
.tema-slate #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #263238 !important;
}
.tema-slate #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #263238 !important;
  color: #ECEFF1 !important;
}
.tema-slate .cke_chrome {
  border: none;
}
.tema-slate table.hover tr:hover td,
.tema-slate table.hover tr:focus td {
  border-bottom: 1px solid #263238 !important;
}
.tema-slate table.hover tr:hover td:first-child:before,
.tema-slate table.hover tr:focus td:first-child:before {
  color: #263238 !important;
}
.tema-slate .popover.superhint {
  background-color: #263238 !important;
}
.tema-slate .popover.superhint .popover-footer {
  background-color: #ECEFF1 !important;
}
.tema-slate .popover.superhint .popover-footer button {
  background-color: #263238 !important;
  color: #ECEFF1 !important;
}
.tema-slate .popover.superhint .popover-title {
  color: #ECEFF1 !important;
}
.tema-slate .popover.superhint .popover-content {
  color: #ECEFF1 !important;
}
.tema-slate .popover.superhint .popover-close {
  color: #ECEFF1 !important;
}
.tema-slate .popover.superhint.left > .arrow {
  border-left-color: #263238 !important;
}
.tema-slate .popover.superhint.left > .arrow:after {
  border-left-color: #263238 !important;
}
.tema-slate .popover.superhint.right > .arrow {
  border-right-color: #263238 !important;
}
.tema-slate .popover.superhint.right > .arrow:after {
  border-right-color: #263238 !important;
}
.tema-slate .popover.superhint.top > .arrow {
  border-top-color: #ECEFF1 !important;
}
.tema-slate .popover.superhint.top > .arrow:after {
  border-top-color: #ECEFF1 !important;
}
.tema-slate .popover.superhint.bottom > .arrow {
  border-bottom-color: #263238 !important;
}
.tema-slate .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #263238 !important;
}
.tema-slate .checker span {
  color: #546E7A !important;
  border: 2px solid #546E7A;
}
.tema-slate .thumb:hover .zoom-image {
  background-color: #546E7A !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-slate .panel-email-insertType:hover .btn {
  background-color: #546E7A !important;
  color: #ECEFF1 !important;
}
.tema-slate .stepy-header li div {
  color: #ECEFF1 !important;
}
.tema-slate .stepy-header li div {
  border-color: #78909C !important;
  background-color: #78909C !important;
  color: #ECEFF1 !important;
}
.tema-slate .stepy-header li span {
  color: #78909C !important;
}
.tema-slate .stepy-header li.stepy-active div {
  border-color: #263238 !important;
  background-color: #263238 !important;
  color: #ECEFF1 !important;
}
.tema-slate .stepy-header li.stepy-active span {
  color: #263238 !important;
}
.tema-slate .stepy-header li:before,
.tema-slate .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-slate .emojSelect a:hover {
  color: #546E7A !important;
}
.tema-slate .daterangepicker td.active,
.tema-slate .daterangepicker td.active:hover,
.tema-slate .daterangepicker td.active:focus {
  background-color: #546E7A !important;
}
.tema-slate .ranges ul li.active {
  color: #ffffff;
  background-color: #546E7A !important;
}
.tema-slate .hint-help {
  color: #546E7A !important;
}
.tema-slate .hasBg .hint-help {
  color: #333333 !important;
}
.tema-slate .popover-hint,
.tema-slate .tooltip {
  background-color: #263238;
  color: #fff;
}
.tema-slate .tooltip > .tooltip-inner {
  background-color: #263238;
}
.tema-slate .modal-backdrop {
  background-color: #37474F !important;
}
.tema-slate .border-left-tema {
  border-left-color: #263238;
}
.tema-slate .tema-bg {
  background-color: #37474F !important;
}
.tema-slate .tema-border {
  border-color: #546E7A;
}
.tema-slate .tema-text,
.tema-slate .tema-text:hover,
.tema-slate .tema-text:focus {
  color: #546E7A !important;
}
.tema-slate .badge-tema {
  background-color: #263238;
  border-color: #263238;
}
.tema-slate > .navbar {
  background-color: #37474F;
}
.tema-slate > .navbar a:hover {
  color: #78909C;
}
.tema-slate > .navbar a:hover i {
  color: #90A4AE;
}
.tema-slate #adesaoPlano > .navbar {
  background-color: #37474F;
}
.tema-slate .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-slate .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(38, 50, 56, 0.85);
}
.tema-slate .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-slate #sidebar_config,
.tema-slate .sidebar_config {
  background-color: #263238;
  color: #fff;
}
.tema-slate #sidebar_config .navigation > li.active > a,
.tema-slate .sidebar_config .navigation > li.active > a,
.tema-slate #sidebar_config .navigation > li.active > a:hover,
.tema-slate .sidebar_config .navigation > li.active > a:hover,
.tema-slate #sidebar_config .navigation > li.active > a:focus,
.tema-slate .sidebar_config .navigation > li.active > a:focus {
  background-color: #455A64;
  color: #ffffff;
}
.tema-slate .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #263238;
}
@media only screen and (min-width: 769px) {
  .tema-slate .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #263238;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-slate .nav-tabs.nav-justified > li.active > a,
  .tema-slate .nav-tabs.nav-justified > li.active > a:hover,
  .tema-slate .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #263238;
  }
}
.tema-slate .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-slate .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-slate .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #263238;
}
@media (min-width: 769px) {
  .tema-slate .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-slate .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-slate .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #263238;
  }
  .tema-slate .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #263238;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-slate .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #263238;
  }
}
@media (max-width: 768px) {
  .tema-slate .nav-tabs > li.active > a,
  .tema-slate .nav-tabs > li.active > a:hover,
  .tema-slate .nav-tabs > li.active > a:focus {
    border-left-color: #263238;
    color: #263238;
  }
}
@media (min-width: 769px) {
  .tema-slate .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-slate .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-slate .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #263238;
  }
}
.tema-slate #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-slate #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-slate #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-slate #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-slate #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-slate #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-slate #compras #meses table th,
.tema-slate #carrinho-abandonado #meses table th,
.tema-slate #compras #meses-carrinho-abandonado table th,
.tema-slate #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #263238;
  color: #fff;
}
.tema-slate #compras #meses table tr.highlight td,
.tema-slate #carrinho-abandonado #meses table tr.highlight td,
.tema-slate #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-slate #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #263238 1px dotted !important;
  border-bottom: #263238 1px dotted !important;
  color: #263238;
}
.tema-slate #compras #meses table tr.highlight td:nth-child(1),
.tema-slate #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-slate #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-slate #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-slate #compras #meses table tr.highlight td:nth-child(2),
.tema-slate #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-slate #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-slate #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-slate #compras #meses table td.highlight,
.tema-slate #carrinho-abandonado #meses table td.highlight,
.tema-slate #compras #meses-carrinho-abandonado table td.highlight,
.tema-slate #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #263238 1px dotted !important;
  border-right: #263238 1px dotted !important;
  color: #263238;
}
.tema-slate #compras #meses table td:nth-child(1),
.tema-slate #carrinho-abandonado #meses table td:nth-child(1),
.tema-slate #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-slate #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #37474F;
  color: #fff;
}
.tema-slate #compras #meses table td:nth-child(1).highlight,
.tema-slate #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-slate #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-slate #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-slate #compras #meses table td:nth-child(2),
.tema-slate #carrinho-abandonado #meses table td:nth-child(2),
.tema-slate #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-slate #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #455A64;
  color: #fff;
}
.tema-slate .form-control:focus {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
.tema-slate .bootstrap-select .btn-default:focus,
.tema-slate .bootstrap-select .btn-default.focus,
.tema-slate .bootstrap-select .btn-default:active,
.tema-slate .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
.tema-slate .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #263238;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
.tema-slate .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #263238;
}
.tema-slate .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-slate .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-slate .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-slate .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-slate .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-slate .btn-delete:hover,
.tema-slate .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-slate .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-slate .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-slate .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-slate .btn-edit:hover,
.tema-slate .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-slate .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-slate .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-slate .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-slate .btn-search:hover,
.tema-slate .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-slate .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-slate .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-slate .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-slate .btn-save:hover,
.tema-slate .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-slate .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-slate .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-slate .btn-save-inv:hover,
.tema-slate .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-slate .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-slate .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-slate .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-slate .btn-face:hover,
.tema-slate .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-slate .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-slate .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-slate .btn-default:hover,
.tema-slate .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-slate .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-slate .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-slate .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-slate .bootstrap-select .btn-default:focus,
.tema-slate .bootstrap-select .btn-default:hover,
.tema-slate .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-slate .btn-tema-dark10 {
  background: #11171a;
  background-color: #11171a;
  color: #fff;
}
.tema-slate .btn-tema-dark10:focus,
.tema-slate .btn-tema-dark10:hover,
.tema-slate .btn-tema-dark10 [disabled] {
  background: #000000;
  background-color: #000000;
  color: #fff;
}
.tema-slate .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #263238;
}
.tema-slate .btn-white-inv:focus,
.tema-slate .btn-white-inv:hover,
.tema-slate .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-slate .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-slate .btn-white:focus,
.tema-slate .btn-white:hover,
.tema-slate .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-slate .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-slate .btn-new {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-slate .btn-new:hover,
.tema-slate .btn-new [disabled] {
  color: #ECEFF1 !important;
  background-color: #263238 !important;
}
.tema-slate .btn-new:focus {
  color: #ECEFF1 !important;
  background-color: #263238 !important;
}
.tema-slate .btn-new[disabled] {
  color: #263238 !important;
  background-color: #ECEFF1 !important;
}
.tema-slate .content-wrapper::selection {
  background-color: #263238;
  color: #fff;
}
.tema-slate .content-wrapper::-moz-selection {
  background-color: #263238;
  color: #fff;
}
.tema-slate .content-wrapper::-o-selection {
  background-color: #263238;
  color: #fff;
}
.tema-slate .content-wrapper::-ms-selection {
  background-color: #263238;
  color: #fff;
}
.tema-slate .content-wrapper::-webkit-selection {
  background-color: #263238;
  color: #fff;
}
.tema-slate #cupomExterno {
  background-color: #263238;
}
.tema-slate #cupomExterno h1 {
  color: #263238;
}
.tema-slate #pesquisaExterno {
  background-color: #263238;
}
.tema-slate #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #263238;
  color: #263238;
}
.tema-slate #pesquisaExterno .stepy-header li div {
  background-color: #263238;
}
.tema-slate #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #263238 !important;
}
.tema-slate #pesquisaExterno .stepy-header li:before,
.tema-slate #pesquisaExterno .stepy-header li:after {
  background-color: #263238;
}
.tema-slate #pesquisaExterno .stepy-header li div {
  border: 2px solid #263238;
}
.tema-slate #pesquisaExterno .border-primary-600 {
  border-color: #263238;
}
.tema-slate #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #263238;
}
.tema-slate #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
.tema-slate #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-slate #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-slate #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-slate #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
.tema-slate #pesquisaExterno .checker span {
  border: 2px solid #263238;
}
.tema-slate #pesquisaExterno .irs-slider {
  background-color: #263238;
}
.tema-slate #pesquisaExterno .irs-bar {
  background-color: #263238;
}
.tema-slate #pesquisaExterno .irs-from,
.tema-slate #pesquisaExterno .irs-to,
.tema-slate #pesquisaExterno .irs-single {
  background-color: #263238;
}
.tema-slate #pesquisaExterno .form-control:focus {
  border-bottom-color: #263238;
  -webkit-box-shadow: 0 1px 0 #263238;
  box-shadow: 0 1px 0 #263238;
}
.tema-slate #pesquisaExterno .irs-from:after,
.tema-slate #pesquisaExterno .irs-to:after,
.tema-slate #pesquisaExterno .irs-single:after {
  border-top-color: #263238;
}
.tema-slate #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #263238;
}
.tema-slate #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-slate #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #37474F;
  color: white;
}
.tema-slate #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-slate #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #263238;
  color: white;
}
.tema-slate #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #11171a;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-slate #pesquisaExterno .stepy-navigator a {
  background-color: #263238;
  color: #fff;
}
.tema-slate #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #263238;
  color: #fff !important;
}
.tema-slate #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #263238;
  color: #fff !important;
}
.tema-slate #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-slate #categoriaProduto #actionsControl {
  background-color: #263238;
}
.tema-slate #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #263238;
}
.tema-slate #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-slate #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #263238;
}
.tema-slate #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-slate #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #263238;
}
.tema-slate #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #263238;
}
.tema-slate #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #263238;
  color: #fff;
}
.tema-slate #categoriaProduto #actionsControl .btn-edit,
.tema-slate #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-slate #categoriaProduto #actionsControl .btn-edit:hover,
.tema-slate #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-slate #categoriaProduto #actionsControl .btn-delete:hover,
.tema-slate #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-red {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-red #ticketGridTopBar {
  background-color: #B71C1C;
}
.tema-red #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #B71C1C;
}
.tema-red #ticket-aba-lateral .panel-heading h6 {
  color: #B71C1C;
}
.tema-red #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #FFEBEE;
  border-color: #E57373;
}
.tema-red #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #E57373;
}
.tema-red #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #B71C1C;
}
.tema-red #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #B71C1C;
}
.tema-red .ticketIntro {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red .ticketInfo strong,
.tema-red .ticketInfo i {
  color: #B71C1C;
}
.tema-red #ticketGrid h1 a {
  color: #B71C1C;
}
.tema-red #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #B71C1C;
}
.tema-red .tokenfield .token:not([class*=bg-]) {
  background-color: #B71C1C;
  color: #ffffff;
}
.tema-red .tokenfield .token:not([class*=bg-]):hover {
  background-color: #FFEBEE;
  color: #B71C1C;
}
.tema-red#EmailDragDropEditor .content #settingsBar h2 {
  color: #B71C1C;
}
.tema-red#EmailDragDropEditor #editBar .box h2 {
  color: #B71C1C;
}
.tema-red#EmailDragDropEditor #editBar .irs-from,
.tema-red#EmailDragDropEditor #editBar .irs-to,
.tema-red#EmailDragDropEditor #editBar .irs-single {
  background-color: #B71C1C;
}
.tema-red#EmailDragDropEditor #editBar .irs-from:after,
.tema-red#EmailDragDropEditor #editBar .irs-to:after,
.tema-red#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #B71C1C;
}
.tema-red#EmailDragDropEditor #editBar .irs-slider {
  background-color: #B71C1C;
}
.tema-red#EmailDragDropEditor #editBar .irs-bar {
  background-color: #E53935;
}
.tema-red#baixaCupomExternoCliente footer {
  background-color: #B71C1C;
}
.tema-red #linkPrivacidade {
  background-color: rgba(183, 28, 28, 0.5);
  color: #FFEBEE;
}
.tema-red #linkPrivacidade:hover {
  background-color: #B71C1C;
}
.tema-red #formularioExterno .termo i {
  color: #B71C1C;
}
.tema-red #formularioExterno .termo strong {
  color: #B71C1C;
}
.tema-red #formularioExterno .termo a {
  color: #B71C1C;
  border-bottom: 1px dotted #B71C1C;
}
.tema-red .modal_boasvindas .modal-body h1 {
  color: #B71C1C;
}
.tema-red .modal_boasvindas .modal-body h2 {
  color: #E57373;
}
.tema-red .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #E57373;
}
.tema-red .modal_boasvindas .modal-body strong {
  color: #B71C1C;
}
.tema-red .noui-slider-primary .noUi-handle {
  background-color: #B71C1C;
}
.tema-red .noUi-tooltip {
  background-color: #B71C1C;
}
.tema-red .noUi-connect {
  background-color: #B71C1C !important;
}
.tema-red #detalheColecao .colecaoData h4 {
  color: #B71C1C;
}
.tema-red .panel-tema {
  background-color: #B71C1C;
}
.tema-red .panel-tema h6,
.tema-red .panel-tema span.center-block {
  color: #fff;
}
.tema-red .panel-tema input {
  color: #E57373;
}
.tema-red #toast-container.toast-center-center {
  background-color: rgba(183, 28, 28, 0.7);
}
.tema-red .cd-top {
  background-color: rgba(183, 28, 28, 0.7);
}
.tema-red .cd-top i {
  color: #fff;
}
.tema-red .cd-top:hover {
  background-color: #B71C1C;
}
.tema-red .pagination > .active > a,
.tema-red .pagination > .active > span,
.tema-red .pagination > .active > a:hover,
.tema-red .pagination > .active > span:hover,
.tema-red .pagination > .active > a:focus,
.tema-red .pagination > .active > span:focus {
  background-color: #B71C1C;
  border-color: #B71C1C;
}
.tema-red #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-red #edicao .editor_box .action_bar a:hover {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red .responsiveIframe.mobile {
  border: 1px solid #B71C1C;
}
.tema-red .responsiveIframe.mobile #previewHtml {
  border: 1px solid #B71C1C;
}
.tema-red .progress-bar {
  background-color: #B71C1C;
}
.tema-red .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-red pre[class*="language-"] {
  border-left-color: #B71C1C;
}
.tema-red #pesquisaTabulacao tr.group,
.tema-red #pesquisaTabulacao tr.group:hover {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red #smsCriar .panel-heading {
  border-bottom: 1px dotted #B71C1C;
}
.tema-red #smsCriar .panel-heading #SmsName {
  color: #B71C1C;
}
.tema-red .br-theme-bars-pill .br-widget a {
  background-color: #FFEBEE;
  color: #B71C1C;
}
.tema-red .br-theme-bars-pill .br-widget a.br-active,
.tema-red .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #B71C1C;
  color: white;
}
.tema-red .br-theme-bars-pill .br-readonly a.br-active,
.tema-red .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #B71C1C;
}
.tema-red .pesquisaCriacaoBarra > li a,
.tema-red .formCriacaoBarra > li a {
  color: #B71C1C;
}
.tema-red .pesquisaCriacaoBarra > li a:hover,
.tema-red .formCriacaoBarra > li a:hover {
  color: #B71C1C;
  background: #fff;
}
.tema-red .pesquisaCriacaoBarra > li > ul a,
.tema-red .formCriacaoBarra > li > ul a {
  color: #B71C1C;
}
.tema-red .pesquisaCriacaoBarra > li > ul a:hover,
.tema-red .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #B71C1C;
}
.tema-red #novaRespTemp {
  border-left: 2px dotted #B71C1C !important;
}
.tema-red #PesquisaCriar .help-block a {
  color: #B71C1C;
}
.tema-red #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #E57373;
}
.tema-red #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #FFEBEE;
}
.tema-red #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #B71C1C;
}
.tema-red #questionario .item .menu li a {
  color: #B71C1C;
}
.tema-red #questionario .item.active {
  border-left: 2px solid #B71C1C;
}
.tema-red #questionario .item.active .menu {
  background: #E57373;
}
.tema-red #questionario .item-placeholder {
  border: 1px dotted #B71C1C;
}
.tema-red #questionario .secao-data {
  color: #B71C1C;
}
.tema-red #dv-resumo-emails-validos ul {
  border: 1px dashed #B71C1C;
}
.tema-red #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #B71C1C;
}
.tema-red #dv-resumo-emails-validos ul li:hover {
  background: #B71C1C;
  color: #fff;
}
.tema-red .cke_editable.cke_focus {
  border-bottom: 2px solid #B71C1C;
}
.tema-red .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-red #modalDetalheVenda .modal-header,
.tema-red #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-red #modalDetalheVenda .vendaDetalhe .intro,
.tema-red #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #B71C1C;
}
.tema-red span.dicItem {
  border-bottom: dotted 1px #B71C1C;
  color: #B71C1C;
}
.tema-red .d3-tip {
  background-color: #B71C1C;
}
.tema-red .fancybox-overlay {
  background-color: rgba(183, 28, 28, 0.8);
}
.tema-red .fidelidadeItem h1.panel-title {
  color: #B71C1C;
}
.tema-red .fidelidadeItem .infobar li div:hover {
  color: #B71C1C;
}
.tema-red .gerenciaEmailItem h1.panel-title {
  color: #B71C1C;
}
.tema-red .gerenciaEmailItem .infobar li div:hover {
  color: #B71C1C;
}
.tema-red .itemLote .hlight {
  border-bottom: 1px solid #B71C1C;
}
.tema-red .text-tema {
  color: #B71C1C;
}
.tema-red .label-tema-flat {
  color: #B71C1C;
  border-color: #B71C1C;
}
.tema-red .label-tema {
  color: #fff;
  background-color: #B71C1C;
}
.tema-red .btn-tema-7 {
  color: #fff;
  background-color: #E57373;
}
.tema-red .btn-tema {
  color: #fff;
  background-color: #B71C1C;
}
.tema-red .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-red .btn-tema .checker span.checked {
  border: none;
}
.tema-red #modalLabSend .modal-body h5 {
  color: #B71C1C;
}
.tema-red .btn-group .btn.active {
  background-color: #B71C1C !important;
  color: #fff !important;
}
.tema-red picker__list-item--selected,
.tema-red .picker__list-item--selected:hover,
.tema-red .picker--focused .picker__list-item--selected {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red .UserId.member {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red .UserId.member.inNavBar {
  background-color: #fff;
  color: #B71C1C;
}
.tema-red #EmailName,
.tema-red #ColecaoName,
.tema-red #CupomName,
.tema-red #ProgramaName {
  color: #B71C1C;
}
.tema-red .stepy-navigator {
  border-bottom: 1px dotted #B71C1C;
}
.tema-red #ComunicacaoEmailCriar h4.content-group,
.tema-red #ProgramaFidelidadeItem h4.content-group {
  color: #B71C1C;
}
.tema-red #sidebar_historico .category-content li {
  border-color: #B71C1C;
}
.tema-red #sidebar_historico .category-content li:before {
  border: 2px solid #B71C1C;
}
.tema-red #sidebar_historico .category-content li:after {
  border-left: 1px solid #B71C1C;
  border-right: 1px solid #B71C1C;
}
.tema-red #sidebar_historico .category-content li strong {
  color: #B71C1C;
}
.tema-red .panel-footer.historico a {
  color: #B71C1C;
}
.tema-red #loading-default:not(.step1) {
  background: #B71C1C;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-red #helpPageHeader {
  -o-animation: tema-red 5s linear infinite alternate both;
  -webkit-animation: tema-red 5s linear infinite alternate both;
  -moz-animation: tema-red 5s linear infinite alternate both;
  animation: tema-red 5s linear infinite alternate both;
}
@-moz-keyframes tema-red {
  0% {
    background: rgba(183, 28, 28, 0.5);
  }
  100% {
    background: rgba(211, 47, 47, 0.9);
  }
}
@-webkit-keyframes tema-red {
  0% {
    background: rgba(183, 28, 28, 0.5);
  }
  100% {
    background: rgba(211, 47, 47, 0.9);
  }
}
@keyframes tema-red {
  0% {
    background: rgba(183, 28, 28, 0.5);
  }
  100% {
    background: rgba(211, 47, 47, 0.9);
  }
}
.tema-red #helpCenter #categoriasMenu .category-title span {
  color: #B71C1C;
}
.tema-red #helpCenter #CatHeader {
  background: #B71C1C;
}
.tema-red #helpCenter .page-header h4 {
  color: #fff;
}
.tema-red #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-red #helpCenter .categoriaBox h2 {
  color: #B71C1C;
}
.tema-red #helpCenter .categoriaItem h1 {
  color: #D32F2F;
}
.tema-red #chatBot #q {
  color: #B71C1C;
}
.tema-red #chatBot #q::-webkit-input-placeholder {
  color: #EF5350;
}
.tema-red #chatBot #q:-moz-placeholder {
  color: #EF5350;
}
.tema-red #chatBot #send {
  background-color: #B71C1C;
}
.tema-red #chatBot.active .header {
  background-image: linear-gradient(315deg, #B71C1C, #E57373);
}
.tema-red #chatBot.active .header h1 {
  color: #fff;
}
.tema-red #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #B71C1C;
  border-color: #B71C1C;
  color: #fff;
}
.tema-red #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #B71C1C;
}
.tema-red #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #FFEBEE;
}
.tema-red #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #E57373;
  border-color: #E57373;
  color: #B71C1C;
}
.tema-red #contatoDados h4,
.tema-red #cadastroProduto h4,
.tema-red #ProgramaFidelidadePremioItem h4,
.tema-red #EmpresaVisualizar h4,
.tema-red #EmpresaEditar h4 {
  color: #B71C1C;
}
.tema-red #contatoDados h4:before,
.tema-red #cadastroProduto h4:before,
.tema-red #ProgramaFidelidadePremioItem h4:before,
.tema-red #EmpresaVisualizar h4:before,
.tema-red #EmpresaEditar h4:before {
  background: #E57373;
}
.tema-red #contatoDados .userIntro,
.tema-red #cadastroProduto .userIntro,
.tema-red #ProgramaFidelidadePremioItem .userIntro,
.tema-red #EmpresaVisualizar .userIntro,
.tema-red #EmpresaEditar .userIntro {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red .eventoIntro,
.tema-red .relatorioIntro {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red .pesquisaIntro {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-red #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #B71C1C !important;
}
.tema-red #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-red #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #FFEBEE;
}
.tema-red #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-red #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #B71C1C !important;
}
.tema-red #contatoConfig .dropZoneFields .itemField .box,
.tema-red #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #EF5350;
}
.tema-red #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-red #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #B71C1C;
}
.tema-red #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-red #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-red #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-red #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #B71C1C !important;
}
.tema-red #contatoConfig .g .header h4,
.tema-red #contatoConfig .g .header i {
  color: #B71C1C;
}
.tema-red #contatoConfig .g:nth-child(even) {
  background: #FFEBEE;
  border-bottom: 1px dotted #E57373;
  border-top: 1px dotted #E57373;
}
.tema-red #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-red #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-red #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-red .dataTables_paginate .paginate_button.current,
.tema-red .dataTables_paginate .paginate_button.current:hover,
.tema-red .dataTables_paginate .paginate_button.current:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-red .dropdown-menu > .active > a,
.tema-red .dropdown-menu > .active > a:hover,
.tema-red .dropdown-menu > .active > a:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-red .btn-link:hover,
.tema-red .btn-link:focus {
  color: #F44336;
}
.tema-red .bg-tema {
  background-color: #F44336 !important;
}
.tema-red .btn.bg-tema {
  background-color: #F44336 !important;
  color: #fff;
}
.tema-red .border-tema {
  border-color: #F44336;
}
.tema-red .nicescroll-cursors {
  background-color: #F44336 !important;
}
.tema-red .addNew button {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-red .dbgrid.dragging {
  border: 1px solid #F44336;
}
.tema-red .dbgrid .table thead {
  background-color: #F44336 !important;
  color: #FFEBEE !important;
}
.tema-red .dbgrid .table a {
  color: #F44336;
}
.tema-red .dbgrid .table a:hover {
  color: #B71C1C;
}
.tema-red .dbgrid .bottom {
  border-color: #F44336 !important;
}
.tema-red .packery-drop-placeholder:before {
  outline: 3px dashed #F44336 !important;
}
.tema-red .loading-chart .coffee_cup {
  border-color: #B71C1C;
}
.tema-red .loading-chart .coffee_cup:after {
  border-color: #B71C1C;
}
.tema-red .loading-chart .coffee_cup:before {
  background-color: #B71C1C;
  box-shadow: 5px 0px 0px 0px #B71C1C, 5px -5px 0px 0px #B71C1C, 10px 0px 0px 0px #B71C1C;
}
.tema-red #loading-default h1 {
  color: #B71C1C;
}
.tema-red #loading-default h2 {
  color: #D32F2F;
}
.tema-red #loading-default .coffee_cup {
  border-color: #B71C1C;
}
.tema-red #loading-default .coffee_cup:after {
  border-color: #B71C1C;
}
.tema-red #loading-default .coffee_cup:before {
  background-color: #B71C1C;
  box-shadow: 5px 0px 0px 0px #B71C1C, 5px -5px 0px 0px #B71C1C, 10px 0px 0px 0px #B71C1C;
}
.tema-red #loading-default.step1 .panel {
  background-color: #B71C1C;
}
.tema-red #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-red #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-red #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-red #loading-default .lds-ring > div {
  border: 3px solid #B71C1C;
  border-color: #B71C1C transparent transparent transparent;
}
.tema-red #gerenciaPerfil h6 {
  color: #B71C1C;
}
.tema-red #gerenciaPerfil .group {
  border: 1px dotted #E57373;
}
.tema-red .switchery-default {
  background-color: #B71C1C !important;
  border-color: #B71C1C !important;
  box-shadow: #B71C1C 0px 0px 0px 0px inset !important;
}
.tema-red .switchery-default small {
  background-color: #fff !important;
}
.tema-red.login-container .panel-heading {
  background-color: #B71C1C !important;
}
.tema-red.login-container .panel-body button {
  background-color: #B71C1C !important;
  color: #FFEBEE !important;
}
.tema-red.login-container .panel-body button:hover {
  color: #B71C1C !important;
  background-color: #FFEBEE !important;
}
.tema-red.login-container .panel-body ul li a {
  border: 1px solid #B71C1C !important;
  color: #B71C1C !important;
}
.tema-red.login-container .panel-body ul li a:hover {
  color: #FFEBEE !important;
  background-color: #B71C1C !important;
}
.tema-red .navbar-header {
  background-color: #B71C1C !important;
}
.tema-red .DTCR_clonedTable td,
.tema-red .DTCR_pointer {
  border-left: 1px dotted #B71C1C !important;
  z-index: 99999;
}
.tema-red #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #B71C1C !important;
}
.tema-red #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-red #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #FFEBEE !important;
}
.tema-red #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #B71C1C !important;
  background-color: #FFEBEE !important;
}
.tema-red #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #B71C1C !important;
}
.tema-red #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #B71C1C !important;
  color: #FFEBEE !important;
}
.tema-red .cke_chrome {
  border: none;
}
.tema-red table.hover tr:hover td,
.tema-red table.hover tr:focus td {
  border-bottom: 1px solid #B71C1C !important;
}
.tema-red table.hover tr:hover td:first-child:before,
.tema-red table.hover tr:focus td:first-child:before {
  color: #B71C1C !important;
}
.tema-red .popover.superhint {
  background-color: #B71C1C !important;
}
.tema-red .popover.superhint .popover-footer {
  background-color: #FFEBEE !important;
}
.tema-red .popover.superhint .popover-footer button {
  background-color: #B71C1C !important;
  color: #FFEBEE !important;
}
.tema-red .popover.superhint .popover-title {
  color: #FFEBEE !important;
}
.tema-red .popover.superhint .popover-content {
  color: #FFEBEE !important;
}
.tema-red .popover.superhint .popover-close {
  color: #FFEBEE !important;
}
.tema-red .popover.superhint.left > .arrow {
  border-left-color: #B71C1C !important;
}
.tema-red .popover.superhint.left > .arrow:after {
  border-left-color: #B71C1C !important;
}
.tema-red .popover.superhint.right > .arrow {
  border-right-color: #B71C1C !important;
}
.tema-red .popover.superhint.right > .arrow:after {
  border-right-color: #B71C1C !important;
}
.tema-red .popover.superhint.top > .arrow {
  border-top-color: #FFEBEE !important;
}
.tema-red .popover.superhint.top > .arrow:after {
  border-top-color: #FFEBEE !important;
}
.tema-red .popover.superhint.bottom > .arrow {
  border-bottom-color: #B71C1C !important;
}
.tema-red .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #B71C1C !important;
}
.tema-red .checker span {
  color: #E53935 !important;
  border: 2px solid #E53935;
}
.tema-red .thumb:hover .zoom-image {
  background-color: #E53935 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-red .panel-email-insertType:hover .btn {
  background-color: #E53935 !important;
  color: #FFEBEE !important;
}
.tema-red .stepy-header li div {
  color: #FFEBEE !important;
}
.tema-red .stepy-header li div {
  border-color: #EF5350 !important;
  background-color: #EF5350 !important;
  color: #FFEBEE !important;
}
.tema-red .stepy-header li span {
  color: #EF5350 !important;
}
.tema-red .stepy-header li.stepy-active div {
  border-color: #B71C1C !important;
  background-color: #B71C1C !important;
  color: #FFEBEE !important;
}
.tema-red .stepy-header li.stepy-active span {
  color: #B71C1C !important;
}
.tema-red .stepy-header li:before,
.tema-red .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-red .emojSelect a:hover {
  color: #E53935 !important;
}
.tema-red .daterangepicker td.active,
.tema-red .daterangepicker td.active:hover,
.tema-red .daterangepicker td.active:focus {
  background-color: #E53935 !important;
}
.tema-red .ranges ul li.active {
  color: #ffffff;
  background-color: #E53935 !important;
}
.tema-red .hint-help {
  color: #E53935 !important;
}
.tema-red .hasBg .hint-help {
  color: #333333 !important;
}
.tema-red .popover-hint,
.tema-red .tooltip {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red .tooltip > .tooltip-inner {
  background-color: #B71C1C;
}
.tema-red .modal-backdrop {
  background-color: #C62828 !important;
}
.tema-red .border-left-tema {
  border-left-color: #B71C1C;
}
.tema-red .tema-bg {
  background-color: #C62828 !important;
}
.tema-red .tema-border {
  border-color: #E53935;
}
.tema-red .tema-text,
.tema-red .tema-text:hover,
.tema-red .tema-text:focus {
  color: #E53935 !important;
}
.tema-red .badge-tema {
  background-color: #B71C1C;
  border-color: #B71C1C;
}
.tema-red > .navbar {
  background-color: #C62828;
}
.tema-red > .navbar a:hover {
  color: #EF5350;
}
.tema-red > .navbar a:hover i {
  color: #E57373;
}
.tema-red #adesaoPlano > .navbar {
  background-color: #C62828;
}
.tema-red .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-red .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(183, 28, 28, 0.85);
}
.tema-red .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-red #sidebar_config,
.tema-red .sidebar_config {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red #sidebar_config .navigation > li.active > a,
.tema-red .sidebar_config .navigation > li.active > a,
.tema-red #sidebar_config .navigation > li.active > a:hover,
.tema-red .sidebar_config .navigation > li.active > a:hover,
.tema-red #sidebar_config .navigation > li.active > a:focus,
.tema-red .sidebar_config .navigation > li.active > a:focus {
  background-color: #D32F2F;
  color: #ffffff;
}
.tema-red .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #B71C1C;
}
@media only screen and (min-width: 769px) {
  .tema-red .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #B71C1C;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-red .nav-tabs.nav-justified > li.active > a,
  .tema-red .nav-tabs.nav-justified > li.active > a:hover,
  .tema-red .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #B71C1C;
  }
}
.tema-red .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-red .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-red .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #B71C1C;
}
@media (min-width: 769px) {
  .tema-red .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-red .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-red .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #B71C1C;
  }
  .tema-red .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #B71C1C;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-red .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #B71C1C;
  }
}
@media (max-width: 768px) {
  .tema-red .nav-tabs > li.active > a,
  .tema-red .nav-tabs > li.active > a:hover,
  .tema-red .nav-tabs > li.active > a:focus {
    border-left-color: #B71C1C;
    color: #B71C1C;
  }
}
@media (min-width: 769px) {
  .tema-red .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-red .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-red .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #B71C1C;
  }
}
.tema-red #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-red #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-red #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-red #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-red #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-red #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-red #compras #meses table th,
.tema-red #carrinho-abandonado #meses table th,
.tema-red #compras #meses-carrinho-abandonado table th,
.tema-red #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red #compras #meses table tr.highlight td,
.tema-red #carrinho-abandonado #meses table tr.highlight td,
.tema-red #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-red #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #B71C1C 1px dotted !important;
  border-bottom: #B71C1C 1px dotted !important;
  color: #B71C1C;
}
.tema-red #compras #meses table tr.highlight td:nth-child(1),
.tema-red #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-red #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-red #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-red #compras #meses table tr.highlight td:nth-child(2),
.tema-red #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-red #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-red #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-red #compras #meses table td.highlight,
.tema-red #carrinho-abandonado #meses table td.highlight,
.tema-red #compras #meses-carrinho-abandonado table td.highlight,
.tema-red #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #B71C1C 1px dotted !important;
  border-right: #B71C1C 1px dotted !important;
  color: #B71C1C;
}
.tema-red #compras #meses table td:nth-child(1),
.tema-red #carrinho-abandonado #meses table td:nth-child(1),
.tema-red #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-red #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #C62828;
  color: #fff;
}
.tema-red #compras #meses table td:nth-child(1).highlight,
.tema-red #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-red #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-red #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-red #compras #meses table td:nth-child(2),
.tema-red #carrinho-abandonado #meses table td:nth-child(2),
.tema-red #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-red #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #D32F2F;
  color: #fff;
}
.tema-red .form-control:focus {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
.tema-red .bootstrap-select .btn-default:focus,
.tema-red .bootstrap-select .btn-default.focus,
.tema-red .bootstrap-select .btn-default:active,
.tema-red .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
.tema-red .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #B71C1C;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
.tema-red .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #B71C1C;
}
.tema-red .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-red .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-red .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-red .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-red .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-red .btn-delete:hover,
.tema-red .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-red .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-red .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-red .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-red .btn-edit:hover,
.tema-red .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-red .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-red .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-red .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-red .btn-search:hover,
.tema-red .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-red .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-red .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-red .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-red .btn-save:hover,
.tema-red .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-red .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-red .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-red .btn-save-inv:hover,
.tema-red .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-red .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-red .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-red .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-red .btn-face:hover,
.tema-red .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-red .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-red .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-red .btn-default:hover,
.tema-red .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-red .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-red .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-red .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-red .bootstrap-select .btn-default:focus,
.tema-red .bootstrap-select .btn-default:hover,
.tema-red .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-red .btn-tema-dark10 {
  background: #8b1515;
  background-color: #8b1515;
  color: #fff;
}
.tema-red .btn-tema-dark10:focus,
.tema-red .btn-tema-dark10:hover,
.tema-red .btn-tema-dark10 [disabled] {
  background: #5f0e0e;
  background-color: #5f0e0e;
  color: #fff;
}
.tema-red .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #B71C1C;
}
.tema-red .btn-white-inv:focus,
.tema-red .btn-white-inv:hover,
.tema-red .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-red .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-red .btn-white:focus,
.tema-red .btn-white:hover,
.tema-red .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-red .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-red .btn-new {
  text-transform: none;
  color: #B71C1C !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-red .btn-new:hover,
.tema-red .btn-new [disabled] {
  color: #FFEBEE !important;
  background-color: #B71C1C !important;
}
.tema-red .btn-new:focus {
  color: #FFEBEE !important;
  background-color: #B71C1C !important;
}
.tema-red .btn-new[disabled] {
  color: #B71C1C !important;
  background-color: #FFEBEE !important;
}
.tema-red .content-wrapper::selection {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red .content-wrapper::-moz-selection {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red .content-wrapper::-o-selection {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red .content-wrapper::-ms-selection {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red .content-wrapper::-webkit-selection {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red #cupomExterno {
  background-color: #B71C1C;
}
.tema-red #cupomExterno h1 {
  color: #B71C1C;
}
.tema-red #pesquisaExterno {
  background-color: #B71C1C;
}
.tema-red #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #B71C1C;
  color: #B71C1C;
}
.tema-red #pesquisaExterno .stepy-header li div {
  background-color: #B71C1C;
}
.tema-red #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #B71C1C !important;
}
.tema-red #pesquisaExterno .stepy-header li:before,
.tema-red #pesquisaExterno .stepy-header li:after {
  background-color: #B71C1C;
}
.tema-red #pesquisaExterno .stepy-header li div {
  border: 2px solid #B71C1C;
}
.tema-red #pesquisaExterno .border-primary-600 {
  border-color: #B71C1C;
}
.tema-red #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #B71C1C;
}
.tema-red #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
.tema-red #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-red #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-red #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-red #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
.tema-red #pesquisaExterno .checker span {
  border: 2px solid #B71C1C;
}
.tema-red #pesquisaExterno .irs-slider {
  background-color: #B71C1C;
}
.tema-red #pesquisaExterno .irs-bar {
  background-color: #B71C1C;
}
.tema-red #pesquisaExterno .irs-from,
.tema-red #pesquisaExterno .irs-to,
.tema-red #pesquisaExterno .irs-single {
  background-color: #B71C1C;
}
.tema-red #pesquisaExterno .form-control:focus {
  border-bottom-color: #B71C1C;
  -webkit-box-shadow: 0 1px 0 #B71C1C;
  box-shadow: 0 1px 0 #B71C1C;
}
.tema-red #pesquisaExterno .irs-from:after,
.tema-red #pesquisaExterno .irs-to:after,
.tema-red #pesquisaExterno .irs-single:after {
  border-top-color: #B71C1C;
}
.tema-red #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #B71C1C;
}
.tema-red #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-red #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #C62828;
  color: white;
}
.tema-red #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-red #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #B71C1C;
  color: white;
}
.tema-red #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #8b1515;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-red #pesquisaExterno .stepy-navigator a {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #B71C1C;
  color: #fff !important;
}
.tema-red #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #B71C1C;
  color: #fff !important;
}
.tema-red #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-red #categoriaProduto #actionsControl {
  background-color: #B71C1C;
}
.tema-red #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #B71C1C;
}
.tema-red #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-red #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #B71C1C;
}
.tema-red #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-red #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #B71C1C;
}
.tema-red #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #B71C1C;
}
.tema-red #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #B71C1C;
  color: #fff;
}
.tema-red #categoriaProduto #actionsControl .btn-edit,
.tema-red #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-red #categoriaProduto #actionsControl .btn-edit:hover,
.tema-red #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-red #categoriaProduto #actionsControl .btn-delete:hover,
.tema-red #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-green2 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-green2 #ticketGridTopBar {
  background-color: #1B5E20;
}
.tema-green2 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #1B5E20;
}
.tema-green2 #ticket-aba-lateral .panel-heading h6 {
  color: #1B5E20;
}
.tema-green2 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #E8F5E9;
  border-color: #81C784;
}
.tema-green2 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #81C784;
}
.tema-green2 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #1B5E20;
}
.tema-green2 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #1B5E20;
}
.tema-green2 .ticketIntro {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 .ticketInfo strong,
.tema-green2 .ticketInfo i {
  color: #1B5E20;
}
.tema-green2 #ticketGrid h1 a {
  color: #1B5E20;
}
.tema-green2 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #1B5E20;
}
.tema-green2 .tokenfield .token:not([class*=bg-]) {
  background-color: #1B5E20;
  color: #ffffff;
}
.tema-green2 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #E8F5E9;
  color: #1B5E20;
}
.tema-green2#EmailDragDropEditor .content #settingsBar h2 {
  color: #1B5E20;
}
.tema-green2#EmailDragDropEditor #editBar .box h2 {
  color: #1B5E20;
}
.tema-green2#EmailDragDropEditor #editBar .irs-from,
.tema-green2#EmailDragDropEditor #editBar .irs-to,
.tema-green2#EmailDragDropEditor #editBar .irs-single {
  background-color: #1B5E20;
}
.tema-green2#EmailDragDropEditor #editBar .irs-from:after,
.tema-green2#EmailDragDropEditor #editBar .irs-to:after,
.tema-green2#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #1B5E20;
}
.tema-green2#EmailDragDropEditor #editBar .irs-slider {
  background-color: #1B5E20;
}
.tema-green2#EmailDragDropEditor #editBar .irs-bar {
  background-color: #43A047;
}
.tema-green2#baixaCupomExternoCliente footer {
  background-color: #1B5E20;
}
.tema-green2 #linkPrivacidade {
  background-color: rgba(27, 94, 32, 0.5);
  color: #E8F5E9;
}
.tema-green2 #linkPrivacidade:hover {
  background-color: #1B5E20;
}
.tema-green2 #formularioExterno .termo i {
  color: #1B5E20;
}
.tema-green2 #formularioExterno .termo strong {
  color: #1B5E20;
}
.tema-green2 #formularioExterno .termo a {
  color: #1B5E20;
  border-bottom: 1px dotted #1B5E20;
}
.tema-green2 .modal_boasvindas .modal-body h1 {
  color: #1B5E20;
}
.tema-green2 .modal_boasvindas .modal-body h2 {
  color: #81C784;
}
.tema-green2 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #81C784;
}
.tema-green2 .modal_boasvindas .modal-body strong {
  color: #1B5E20;
}
.tema-green2 .noui-slider-primary .noUi-handle {
  background-color: #1B5E20;
}
.tema-green2 .noUi-tooltip {
  background-color: #1B5E20;
}
.tema-green2 .noUi-connect {
  background-color: #1B5E20 !important;
}
.tema-green2 #detalheColecao .colecaoData h4 {
  color: #1B5E20;
}
.tema-green2 .panel-tema {
  background-color: #1B5E20;
}
.tema-green2 .panel-tema h6,
.tema-green2 .panel-tema span.center-block {
  color: #fff;
}
.tema-green2 .panel-tema input {
  color: #81C784;
}
.tema-green2 #toast-container.toast-center-center {
  background-color: rgba(27, 94, 32, 0.7);
}
.tema-green2 .cd-top {
  background-color: rgba(27, 94, 32, 0.7);
}
.tema-green2 .cd-top i {
  color: #fff;
}
.tema-green2 .cd-top:hover {
  background-color: #1B5E20;
}
.tema-green2 .pagination > .active > a,
.tema-green2 .pagination > .active > span,
.tema-green2 .pagination > .active > a:hover,
.tema-green2 .pagination > .active > span:hover,
.tema-green2 .pagination > .active > a:focus,
.tema-green2 .pagination > .active > span:focus {
  background-color: #1B5E20;
  border-color: #1B5E20;
}
.tema-green2 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-green2 #edicao .editor_box .action_bar a:hover {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 .responsiveIframe.mobile {
  border: 1px solid #1B5E20;
}
.tema-green2 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #1B5E20;
}
.tema-green2 .progress-bar {
  background-color: #1B5E20;
}
.tema-green2 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-green2 pre[class*="language-"] {
  border-left-color: #1B5E20;
}
.tema-green2 #pesquisaTabulacao tr.group,
.tema-green2 #pesquisaTabulacao tr.group:hover {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 #smsCriar .panel-heading {
  border-bottom: 1px dotted #1B5E20;
}
.tema-green2 #smsCriar .panel-heading #SmsName {
  color: #1B5E20;
}
.tema-green2 .br-theme-bars-pill .br-widget a {
  background-color: #E8F5E9;
  color: #1B5E20;
}
.tema-green2 .br-theme-bars-pill .br-widget a.br-active,
.tema-green2 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #1B5E20;
  color: white;
}
.tema-green2 .br-theme-bars-pill .br-readonly a.br-active,
.tema-green2 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #1B5E20;
}
.tema-green2 .pesquisaCriacaoBarra > li a,
.tema-green2 .formCriacaoBarra > li a {
  color: #1B5E20;
}
.tema-green2 .pesquisaCriacaoBarra > li a:hover,
.tema-green2 .formCriacaoBarra > li a:hover {
  color: #1B5E20;
  background: #fff;
}
.tema-green2 .pesquisaCriacaoBarra > li > ul a,
.tema-green2 .formCriacaoBarra > li > ul a {
  color: #1B5E20;
}
.tema-green2 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-green2 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #1B5E20;
}
.tema-green2 #novaRespTemp {
  border-left: 2px dotted #1B5E20 !important;
}
.tema-green2 #PesquisaCriar .help-block a {
  color: #1B5E20;
}
.tema-green2 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #81C784;
}
.tema-green2 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #E8F5E9;
}
.tema-green2 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #1B5E20;
}
.tema-green2 #questionario .item .menu li a {
  color: #1B5E20;
}
.tema-green2 #questionario .item.active {
  border-left: 2px solid #1B5E20;
}
.tema-green2 #questionario .item.active .menu {
  background: #81C784;
}
.tema-green2 #questionario .item-placeholder {
  border: 1px dotted #1B5E20;
}
.tema-green2 #questionario .secao-data {
  color: #1B5E20;
}
.tema-green2 #dv-resumo-emails-validos ul {
  border: 1px dashed #1B5E20;
}
.tema-green2 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #1B5E20;
}
.tema-green2 #dv-resumo-emails-validos ul li:hover {
  background: #1B5E20;
  color: #fff;
}
.tema-green2 .cke_editable.cke_focus {
  border-bottom: 2px solid #1B5E20;
}
.tema-green2 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-green2 #modalDetalheVenda .modal-header,
.tema-green2 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-green2 #modalDetalheVenda .vendaDetalhe .intro,
.tema-green2 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #1B5E20;
}
.tema-green2 span.dicItem {
  border-bottom: dotted 1px #1B5E20;
  color: #1B5E20;
}
.tema-green2 .d3-tip {
  background-color: #1B5E20;
}
.tema-green2 .fancybox-overlay {
  background-color: rgba(27, 94, 32, 0.8);
}
.tema-green2 .fidelidadeItem h1.panel-title {
  color: #1B5E20;
}
.tema-green2 .fidelidadeItem .infobar li div:hover {
  color: #1B5E20;
}
.tema-green2 .gerenciaEmailItem h1.panel-title {
  color: #1B5E20;
}
.tema-green2 .gerenciaEmailItem .infobar li div:hover {
  color: #1B5E20;
}
.tema-green2 .itemLote .hlight {
  border-bottom: 1px solid #1B5E20;
}
.tema-green2 .text-tema {
  color: #1B5E20;
}
.tema-green2 .label-tema-flat {
  color: #1B5E20;
  border-color: #1B5E20;
}
.tema-green2 .label-tema {
  color: #fff;
  background-color: #1B5E20;
}
.tema-green2 .btn-tema-7 {
  color: #fff;
  background-color: #81C784;
}
.tema-green2 .btn-tema {
  color: #fff;
  background-color: #1B5E20;
}
.tema-green2 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-green2 .btn-tema .checker span.checked {
  border: none;
}
.tema-green2 #modalLabSend .modal-body h5 {
  color: #1B5E20;
}
.tema-green2 .btn-group .btn.active {
  background-color: #1B5E20 !important;
  color: #fff !important;
}
.tema-green2 picker__list-item--selected,
.tema-green2 .picker__list-item--selected:hover,
.tema-green2 .picker--focused .picker__list-item--selected {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 .UserId.member {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 .UserId.member.inNavBar {
  background-color: #fff;
  color: #1B5E20;
}
.tema-green2 #EmailName,
.tema-green2 #ColecaoName,
.tema-green2 #CupomName,
.tema-green2 #ProgramaName {
  color: #1B5E20;
}
.tema-green2 .stepy-navigator {
  border-bottom: 1px dotted #1B5E20;
}
.tema-green2 #ComunicacaoEmailCriar h4.content-group,
.tema-green2 #ProgramaFidelidadeItem h4.content-group {
  color: #1B5E20;
}
.tema-green2 #sidebar_historico .category-content li {
  border-color: #1B5E20;
}
.tema-green2 #sidebar_historico .category-content li:before {
  border: 2px solid #1B5E20;
}
.tema-green2 #sidebar_historico .category-content li:after {
  border-left: 1px solid #1B5E20;
  border-right: 1px solid #1B5E20;
}
.tema-green2 #sidebar_historico .category-content li strong {
  color: #1B5E20;
}
.tema-green2 .panel-footer.historico a {
  color: #1B5E20;
}
.tema-green2 #loading-default:not(.step1) {
  background: #1B5E20;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-green2 #helpPageHeader {
  -o-animation: tema-green2 5s linear infinite alternate both;
  -webkit-animation: tema-green2 5s linear infinite alternate both;
  -moz-animation: tema-green2 5s linear infinite alternate both;
  animation: tema-green2 5s linear infinite alternate both;
}
@-moz-keyframes tema-green2 {
  0% {
    background: rgba(27, 94, 32, 0.5);
  }
  100% {
    background: rgba(56, 142, 60, 0.9);
  }
}
@-webkit-keyframes tema-green2 {
  0% {
    background: rgba(27, 94, 32, 0.5);
  }
  100% {
    background: rgba(56, 142, 60, 0.9);
  }
}
@keyframes tema-green2 {
  0% {
    background: rgba(27, 94, 32, 0.5);
  }
  100% {
    background: rgba(56, 142, 60, 0.9);
  }
}
.tema-green2 #helpCenter #categoriasMenu .category-title span {
  color: #1B5E20;
}
.tema-green2 #helpCenter #CatHeader {
  background: #1B5E20;
}
.tema-green2 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-green2 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-green2 #helpCenter .categoriaBox h2 {
  color: #1B5E20;
}
.tema-green2 #helpCenter .categoriaItem h1 {
  color: #388E3C;
}
.tema-green2 #chatBot #q {
  color: #1B5E20;
}
.tema-green2 #chatBot #q::-webkit-input-placeholder {
  color: #66BB6A;
}
.tema-green2 #chatBot #q:-moz-placeholder {
  color: #66BB6A;
}
.tema-green2 #chatBot #send {
  background-color: #1B5E20;
}
.tema-green2 #chatBot.active .header {
  background-image: linear-gradient(315deg, #1B5E20, #81C784);
}
.tema-green2 #chatBot.active .header h1 {
  color: #fff;
}
.tema-green2 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #1B5E20;
  border-color: #1B5E20;
  color: #fff;
}
.tema-green2 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #1B5E20;
}
.tema-green2 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #E8F5E9;
}
.tema-green2 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #81C784;
  border-color: #81C784;
  color: #1B5E20;
}
.tema-green2 #contatoDados h4,
.tema-green2 #cadastroProduto h4,
.tema-green2 #ProgramaFidelidadePremioItem h4,
.tema-green2 #EmpresaVisualizar h4,
.tema-green2 #EmpresaEditar h4 {
  color: #1B5E20;
}
.tema-green2 #contatoDados h4:before,
.tema-green2 #cadastroProduto h4:before,
.tema-green2 #ProgramaFidelidadePremioItem h4:before,
.tema-green2 #EmpresaVisualizar h4:before,
.tema-green2 #EmpresaEditar h4:before {
  background: #81C784;
}
.tema-green2 #contatoDados .userIntro,
.tema-green2 #cadastroProduto .userIntro,
.tema-green2 #ProgramaFidelidadePremioItem .userIntro,
.tema-green2 #EmpresaVisualizar .userIntro,
.tema-green2 #EmpresaEditar .userIntro {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 .eventoIntro,
.tema-green2 .relatorioIntro {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 .pesquisaIntro {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-green2 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #1B5E20 !important;
}
.tema-green2 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-green2 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #E8F5E9;
}
.tema-green2 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-green2 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #1B5E20 !important;
}
.tema-green2 #contatoConfig .dropZoneFields .itemField .box,
.tema-green2 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #66BB6A;
}
.tema-green2 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-green2 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #1B5E20;
}
.tema-green2 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-green2 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-green2 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-green2 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #1B5E20 !important;
}
.tema-green2 #contatoConfig .g .header h4,
.tema-green2 #contatoConfig .g .header i {
  color: #1B5E20;
}
.tema-green2 #contatoConfig .g:nth-child(even) {
  background: #E8F5E9;
  border-bottom: 1px dotted #81C784;
  border-top: 1px dotted #81C784;
}
.tema-green2 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-green2 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-green2 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-green2 .dataTables_paginate .paginate_button.current,
.tema-green2 .dataTables_paginate .paginate_button.current:hover,
.tema-green2 .dataTables_paginate .paginate_button.current:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-green2 .dropdown-menu > .active > a,
.tema-green2 .dropdown-menu > .active > a:hover,
.tema-green2 .dropdown-menu > .active > a:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-green2 .btn-link:hover,
.tema-green2 .btn-link:focus {
  color: #4CAF50;
}
.tema-green2 .bg-tema {
  background-color: #4CAF50 !important;
}
.tema-green2 .btn.bg-tema {
  background-color: #4CAF50 !important;
  color: #fff;
}
.tema-green2 .border-tema {
  border-color: #4CAF50;
}
.tema-green2 .nicescroll-cursors {
  background-color: #4CAF50 !important;
}
.tema-green2 .addNew button {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-green2 .dbgrid.dragging {
  border: 1px solid #4CAF50;
}
.tema-green2 .dbgrid .table thead {
  background-color: #4CAF50 !important;
  color: #E8F5E9 !important;
}
.tema-green2 .dbgrid .table a {
  color: #4CAF50;
}
.tema-green2 .dbgrid .table a:hover {
  color: #1B5E20;
}
.tema-green2 .dbgrid .bottom {
  border-color: #4CAF50 !important;
}
.tema-green2 .packery-drop-placeholder:before {
  outline: 3px dashed #4CAF50 !important;
}
.tema-green2 .loading-chart .coffee_cup {
  border-color: #1B5E20;
}
.tema-green2 .loading-chart .coffee_cup:after {
  border-color: #1B5E20;
}
.tema-green2 .loading-chart .coffee_cup:before {
  background-color: #1B5E20;
  box-shadow: 5px 0px 0px 0px #1B5E20, 5px -5px 0px 0px #1B5E20, 10px 0px 0px 0px #1B5E20;
}
.tema-green2 #loading-default h1 {
  color: #1B5E20;
}
.tema-green2 #loading-default h2 {
  color: #388E3C;
}
.tema-green2 #loading-default .coffee_cup {
  border-color: #1B5E20;
}
.tema-green2 #loading-default .coffee_cup:after {
  border-color: #1B5E20;
}
.tema-green2 #loading-default .coffee_cup:before {
  background-color: #1B5E20;
  box-shadow: 5px 0px 0px 0px #1B5E20, 5px -5px 0px 0px #1B5E20, 10px 0px 0px 0px #1B5E20;
}
.tema-green2 #loading-default.step1 .panel {
  background-color: #1B5E20;
}
.tema-green2 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-green2 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-green2 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-green2 #loading-default .lds-ring > div {
  border: 3px solid #1B5E20;
  border-color: #1B5E20 transparent transparent transparent;
}
.tema-green2 #gerenciaPerfil h6 {
  color: #1B5E20;
}
.tema-green2 #gerenciaPerfil .group {
  border: 1px dotted #81C784;
}
.tema-green2 .switchery-default {
  background-color: #1B5E20 !important;
  border-color: #1B5E20 !important;
  box-shadow: #1B5E20 0px 0px 0px 0px inset !important;
}
.tema-green2 .switchery-default small {
  background-color: #fff !important;
}
.tema-green2.login-container .panel-heading {
  background-color: #1B5E20 !important;
}
.tema-green2.login-container .panel-body button {
  background-color: #1B5E20 !important;
  color: #E8F5E9 !important;
}
.tema-green2.login-container .panel-body button:hover {
  color: #1B5E20 !important;
  background-color: #E8F5E9 !important;
}
.tema-green2.login-container .panel-body ul li a {
  border: 1px solid #1B5E20 !important;
  color: #1B5E20 !important;
}
.tema-green2.login-container .panel-body ul li a:hover {
  color: #E8F5E9 !important;
  background-color: #1B5E20 !important;
}
.tema-green2 .navbar-header {
  background-color: #1B5E20 !important;
}
.tema-green2 .DTCR_clonedTable td,
.tema-green2 .DTCR_pointer {
  border-left: 1px dotted #1B5E20 !important;
  z-index: 99999;
}
.tema-green2 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #1B5E20 !important;
}
.tema-green2 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-green2 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #E8F5E9 !important;
}
.tema-green2 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #1B5E20 !important;
  background-color: #E8F5E9 !important;
}
.tema-green2 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #1B5E20 !important;
}
.tema-green2 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #1B5E20 !important;
  color: #E8F5E9 !important;
}
.tema-green2 .cke_chrome {
  border: none;
}
.tema-green2 table.hover tr:hover td,
.tema-green2 table.hover tr:focus td {
  border-bottom: 1px solid #1B5E20 !important;
}
.tema-green2 table.hover tr:hover td:first-child:before,
.tema-green2 table.hover tr:focus td:first-child:before {
  color: #1B5E20 !important;
}
.tema-green2 .popover.superhint {
  background-color: #1B5E20 !important;
}
.tema-green2 .popover.superhint .popover-footer {
  background-color: #E8F5E9 !important;
}
.tema-green2 .popover.superhint .popover-footer button {
  background-color: #1B5E20 !important;
  color: #E8F5E9 !important;
}
.tema-green2 .popover.superhint .popover-title {
  color: #E8F5E9 !important;
}
.tema-green2 .popover.superhint .popover-content {
  color: #E8F5E9 !important;
}
.tema-green2 .popover.superhint .popover-close {
  color: #E8F5E9 !important;
}
.tema-green2 .popover.superhint.left > .arrow {
  border-left-color: #1B5E20 !important;
}
.tema-green2 .popover.superhint.left > .arrow:after {
  border-left-color: #1B5E20 !important;
}
.tema-green2 .popover.superhint.right > .arrow {
  border-right-color: #1B5E20 !important;
}
.tema-green2 .popover.superhint.right > .arrow:after {
  border-right-color: #1B5E20 !important;
}
.tema-green2 .popover.superhint.top > .arrow {
  border-top-color: #E8F5E9 !important;
}
.tema-green2 .popover.superhint.top > .arrow:after {
  border-top-color: #E8F5E9 !important;
}
.tema-green2 .popover.superhint.bottom > .arrow {
  border-bottom-color: #1B5E20 !important;
}
.tema-green2 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #1B5E20 !important;
}
.tema-green2 .checker span {
  color: #43A047 !important;
  border: 2px solid #43A047;
}
.tema-green2 .thumb:hover .zoom-image {
  background-color: #43A047 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-green2 .panel-email-insertType:hover .btn {
  background-color: #43A047 !important;
  color: #E8F5E9 !important;
}
.tema-green2 .stepy-header li div {
  color: #E8F5E9 !important;
}
.tema-green2 .stepy-header li div {
  border-color: #66BB6A !important;
  background-color: #66BB6A !important;
  color: #E8F5E9 !important;
}
.tema-green2 .stepy-header li span {
  color: #66BB6A !important;
}
.tema-green2 .stepy-header li.stepy-active div {
  border-color: #1B5E20 !important;
  background-color: #1B5E20 !important;
  color: #E8F5E9 !important;
}
.tema-green2 .stepy-header li.stepy-active span {
  color: #1B5E20 !important;
}
.tema-green2 .stepy-header li:before,
.tema-green2 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-green2 .emojSelect a:hover {
  color: #43A047 !important;
}
.tema-green2 .daterangepicker td.active,
.tema-green2 .daterangepicker td.active:hover,
.tema-green2 .daterangepicker td.active:focus {
  background-color: #43A047 !important;
}
.tema-green2 .ranges ul li.active {
  color: #ffffff;
  background-color: #43A047 !important;
}
.tema-green2 .hint-help {
  color: #43A047 !important;
}
.tema-green2 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-green2 .popover-hint,
.tema-green2 .tooltip {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 .tooltip > .tooltip-inner {
  background-color: #1B5E20;
}
.tema-green2 .modal-backdrop {
  background-color: #2E7D32 !important;
}
.tema-green2 .border-left-tema {
  border-left-color: #1B5E20;
}
.tema-green2 .tema-bg {
  background-color: #2E7D32 !important;
}
.tema-green2 .tema-border {
  border-color: #43A047;
}
.tema-green2 .tema-text,
.tema-green2 .tema-text:hover,
.tema-green2 .tema-text:focus {
  color: #43A047 !important;
}
.tema-green2 .badge-tema {
  background-color: #1B5E20;
  border-color: #1B5E20;
}
.tema-green2 > .navbar {
  background-color: #2E7D32;
}
.tema-green2 > .navbar a:hover {
  color: #66BB6A;
}
.tema-green2 > .navbar a:hover i {
  color: #81C784;
}
.tema-green2 #adesaoPlano > .navbar {
  background-color: #2E7D32;
}
.tema-green2 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-green2 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(27, 94, 32, 0.85);
}
.tema-green2 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-green2 #sidebar_config,
.tema-green2 .sidebar_config {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 #sidebar_config .navigation > li.active > a,
.tema-green2 .sidebar_config .navigation > li.active > a,
.tema-green2 #sidebar_config .navigation > li.active > a:hover,
.tema-green2 .sidebar_config .navigation > li.active > a:hover,
.tema-green2 #sidebar_config .navigation > li.active > a:focus,
.tema-green2 .sidebar_config .navigation > li.active > a:focus {
  background-color: #388E3C;
  color: #ffffff;
}
.tema-green2 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #1B5E20;
}
@media only screen and (min-width: 769px) {
  .tema-green2 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #1B5E20;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-green2 .nav-tabs.nav-justified > li.active > a,
  .tema-green2 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-green2 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #1B5E20;
  }
}
.tema-green2 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-green2 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-green2 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #1B5E20;
}
@media (min-width: 769px) {
  .tema-green2 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-green2 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-green2 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #1B5E20;
  }
  .tema-green2 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #1B5E20;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-green2 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #1B5E20;
  }
}
@media (max-width: 768px) {
  .tema-green2 .nav-tabs > li.active > a,
  .tema-green2 .nav-tabs > li.active > a:hover,
  .tema-green2 .nav-tabs > li.active > a:focus {
    border-left-color: #1B5E20;
    color: #1B5E20;
  }
}
@media (min-width: 769px) {
  .tema-green2 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-green2 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-green2 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #1B5E20;
  }
}
.tema-green2 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-green2 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-green2 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-green2 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-green2 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-green2 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-green2 #compras #meses table th,
.tema-green2 #carrinho-abandonado #meses table th,
.tema-green2 #compras #meses-carrinho-abandonado table th,
.tema-green2 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 #compras #meses table tr.highlight td,
.tema-green2 #carrinho-abandonado #meses table tr.highlight td,
.tema-green2 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-green2 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #1B5E20 1px dotted !important;
  border-bottom: #1B5E20 1px dotted !important;
  color: #1B5E20;
}
.tema-green2 #compras #meses table tr.highlight td:nth-child(1),
.tema-green2 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-green2 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-green2 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-green2 #compras #meses table tr.highlight td:nth-child(2),
.tema-green2 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-green2 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-green2 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-green2 #compras #meses table td.highlight,
.tema-green2 #carrinho-abandonado #meses table td.highlight,
.tema-green2 #compras #meses-carrinho-abandonado table td.highlight,
.tema-green2 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #1B5E20 1px dotted !important;
  border-right: #1B5E20 1px dotted !important;
  color: #1B5E20;
}
.tema-green2 #compras #meses table td:nth-child(1),
.tema-green2 #carrinho-abandonado #meses table td:nth-child(1),
.tema-green2 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-green2 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #2E7D32;
  color: #fff;
}
.tema-green2 #compras #meses table td:nth-child(1).highlight,
.tema-green2 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-green2 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-green2 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-green2 #compras #meses table td:nth-child(2),
.tema-green2 #carrinho-abandonado #meses table td:nth-child(2),
.tema-green2 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-green2 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #388E3C;
  color: #fff;
}
.tema-green2 .form-control:focus {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
.tema-green2 .bootstrap-select .btn-default:focus,
.tema-green2 .bootstrap-select .btn-default.focus,
.tema-green2 .bootstrap-select .btn-default:active,
.tema-green2 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
.tema-green2 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #1B5E20;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
.tema-green2 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #1B5E20;
}
.tema-green2 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-green2 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-green2 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-green2 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-green2 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-green2 .btn-delete:hover,
.tema-green2 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-green2 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-green2 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-green2 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-green2 .btn-edit:hover,
.tema-green2 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-green2 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-green2 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-green2 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-green2 .btn-search:hover,
.tema-green2 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-green2 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-green2 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-green2 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-green2 .btn-save:hover,
.tema-green2 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-green2 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-green2 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-green2 .btn-save-inv:hover,
.tema-green2 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-green2 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-green2 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-green2 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-green2 .btn-face:hover,
.tema-green2 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-green2 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-green2 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-green2 .btn-default:hover,
.tema-green2 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-green2 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-green2 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-green2 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-green2 .bootstrap-select .btn-default:focus,
.tema-green2 .bootstrap-select .btn-default:hover,
.tema-green2 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-green2 .btn-tema-dark10 {
  background: #103613;
  background-color: #103613;
  color: #fff;
}
.tema-green2 .btn-tema-dark10:focus,
.tema-green2 .btn-tema-dark10:hover,
.tema-green2 .btn-tema-dark10 [disabled] {
  background: #040f05;
  background-color: #040f05;
  color: #fff;
}
.tema-green2 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #1B5E20;
}
.tema-green2 .btn-white-inv:focus,
.tema-green2 .btn-white-inv:hover,
.tema-green2 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-green2 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-green2 .btn-white:focus,
.tema-green2 .btn-white:hover,
.tema-green2 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-green2 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-green2 .btn-new {
  text-transform: none;
  color: #1B5E20 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-green2 .btn-new:hover,
.tema-green2 .btn-new [disabled] {
  color: #E8F5E9 !important;
  background-color: #1B5E20 !important;
}
.tema-green2 .btn-new:focus {
  color: #E8F5E9 !important;
  background-color: #1B5E20 !important;
}
.tema-green2 .btn-new[disabled] {
  color: #1B5E20 !important;
  background-color: #E8F5E9 !important;
}
.tema-green2 .content-wrapper::selection {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 .content-wrapper::-moz-selection {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 .content-wrapper::-o-selection {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 .content-wrapper::-ms-selection {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 .content-wrapper::-webkit-selection {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 #cupomExterno {
  background-color: #1B5E20;
}
.tema-green2 #cupomExterno h1 {
  color: #1B5E20;
}
.tema-green2 #pesquisaExterno {
  background-color: #1B5E20;
}
.tema-green2 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #1B5E20;
  color: #1B5E20;
}
.tema-green2 #pesquisaExterno .stepy-header li div {
  background-color: #1B5E20;
}
.tema-green2 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #1B5E20 !important;
}
.tema-green2 #pesquisaExterno .stepy-header li:before,
.tema-green2 #pesquisaExterno .stepy-header li:after {
  background-color: #1B5E20;
}
.tema-green2 #pesquisaExterno .stepy-header li div {
  border: 2px solid #1B5E20;
}
.tema-green2 #pesquisaExterno .border-primary-600 {
  border-color: #1B5E20;
}
.tema-green2 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #1B5E20;
}
.tema-green2 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
.tema-green2 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-green2 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-green2 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-green2 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
.tema-green2 #pesquisaExterno .checker span {
  border: 2px solid #1B5E20;
}
.tema-green2 #pesquisaExterno .irs-slider {
  background-color: #1B5E20;
}
.tema-green2 #pesquisaExterno .irs-bar {
  background-color: #1B5E20;
}
.tema-green2 #pesquisaExterno .irs-from,
.tema-green2 #pesquisaExterno .irs-to,
.tema-green2 #pesquisaExterno .irs-single {
  background-color: #1B5E20;
}
.tema-green2 #pesquisaExterno .form-control:focus {
  border-bottom-color: #1B5E20;
  -webkit-box-shadow: 0 1px 0 #1B5E20;
  box-shadow: 0 1px 0 #1B5E20;
}
.tema-green2 #pesquisaExterno .irs-from:after,
.tema-green2 #pesquisaExterno .irs-to:after,
.tema-green2 #pesquisaExterno .irs-single:after {
  border-top-color: #1B5E20;
}
.tema-green2 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #1B5E20;
}
.tema-green2 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-green2 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #2E7D32;
  color: white;
}
.tema-green2 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-green2 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #1B5E20;
  color: white;
}
.tema-green2 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #103613;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-green2 #pesquisaExterno .stepy-navigator a {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #1B5E20;
  color: #fff !important;
}
.tema-green2 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #1B5E20;
  color: #fff !important;
}
.tema-green2 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-green2 #categoriaProduto #actionsControl {
  background-color: #1B5E20;
}
.tema-green2 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #1B5E20;
}
.tema-green2 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-green2 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #1B5E20;
}
.tema-green2 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-green2 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #1B5E20;
}
.tema-green2 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #1B5E20;
}
.tema-green2 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #1B5E20;
  color: #fff;
}
.tema-green2 #categoriaProduto #actionsControl .btn-edit,
.tema-green2 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-green2 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-green2 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-green2 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-green2 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-turquesa {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-turquesa #ticketGridTopBar {
  background-color: #008898;
}
.tema-turquesa #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #008898;
}
.tema-turquesa #ticket-aba-lateral .panel-heading h6 {
  color: #008898;
}
.tema-turquesa #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #DFFBFF;
  border-color: #DDFBFF;
}
.tema-turquesa #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #DDFBFF;
}
.tema-turquesa #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #008898;
}
.tema-turquesa #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #008898;
}
.tema-turquesa .ticketIntro {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa .ticketInfo strong,
.tema-turquesa .ticketInfo i {
  color: #008898;
}
.tema-turquesa #ticketGrid h1 a {
  color: #008898;
}
.tema-turquesa #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #008898;
}
.tema-turquesa .tokenfield .token:not([class*=bg-]) {
  background-color: #008898;
  color: #ffffff;
}
.tema-turquesa .tokenfield .token:not([class*=bg-]):hover {
  background-color: #DFFBFF;
  color: #008898;
}
.tema-turquesa#EmailDragDropEditor .content #settingsBar h2 {
  color: #008898;
}
.tema-turquesa#EmailDragDropEditor #editBar .box h2 {
  color: #008898;
}
.tema-turquesa#EmailDragDropEditor #editBar .irs-from,
.tema-turquesa#EmailDragDropEditor #editBar .irs-to,
.tema-turquesa#EmailDragDropEditor #editBar .irs-single {
  background-color: #008898;
}
.tema-turquesa#EmailDragDropEditor #editBar .irs-from:after,
.tema-turquesa#EmailDragDropEditor #editBar .irs-to:after,
.tema-turquesa#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #008898;
}
.tema-turquesa#EmailDragDropEditor #editBar .irs-slider {
  background-color: #008898;
}
.tema-turquesa#EmailDragDropEditor #editBar .irs-bar {
  background-color: #00CDE3;
}
.tema-turquesa#baixaCupomExternoCliente footer {
  background-color: #008898;
}
.tema-turquesa #linkPrivacidade {
  background-color: rgba(0, 136, 152, 0.5);
  color: #DFFBFF;
}
.tema-turquesa #linkPrivacidade:hover {
  background-color: #008898;
}
.tema-turquesa #formularioExterno .termo i {
  color: #008898;
}
.tema-turquesa #formularioExterno .termo strong {
  color: #008898;
}
.tema-turquesa #formularioExterno .termo a {
  color: #008898;
  border-bottom: 1px dotted #008898;
}
.tema-turquesa .modal_boasvindas .modal-body h1 {
  color: #008898;
}
.tema-turquesa .modal_boasvindas .modal-body h2 {
  color: #44ECFF;
}
.tema-turquesa .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #44ECFF;
}
.tema-turquesa .modal_boasvindas .modal-body strong {
  color: #008898;
}
.tema-turquesa .noui-slider-primary .noUi-handle {
  background-color: #008898;
}
.tema-turquesa .noUi-tooltip {
  background-color: #008898;
}
.tema-turquesa .noUi-connect {
  background-color: #008898 !important;
}
.tema-turquesa #detalheColecao .colecaoData h4 {
  color: #008898;
}
.tema-turquesa .panel-tema {
  background-color: #008898;
}
.tema-turquesa .panel-tema h6,
.tema-turquesa .panel-tema span.center-block {
  color: #fff;
}
.tema-turquesa .panel-tema input {
  color: #DDFBFF;
}
.tema-turquesa #toast-container.toast-center-center {
  background-color: rgba(0, 136, 152, 0.7);
}
.tema-turquesa .cd-top {
  background-color: rgba(0, 136, 152, 0.7);
}
.tema-turquesa .cd-top i {
  color: #fff;
}
.tema-turquesa .cd-top:hover {
  background-color: #008898;
}
.tema-turquesa .pagination > .active > a,
.tema-turquesa .pagination > .active > span,
.tema-turquesa .pagination > .active > a:hover,
.tema-turquesa .pagination > .active > span:hover,
.tema-turquesa .pagination > .active > a:focus,
.tema-turquesa .pagination > .active > span:focus {
  background-color: #008898;
  border-color: #008898;
}
.tema-turquesa #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-turquesa #edicao .editor_box .action_bar a:hover {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa .responsiveIframe.mobile {
  border: 1px solid #008898;
}
.tema-turquesa .responsiveIframe.mobile #previewHtml {
  border: 1px solid #008898;
}
.tema-turquesa .progress-bar {
  background-color: #008898;
}
.tema-turquesa .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-turquesa pre[class*="language-"] {
  border-left-color: #008898;
}
.tema-turquesa #pesquisaTabulacao tr.group,
.tema-turquesa #pesquisaTabulacao tr.group:hover {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa #smsCriar .panel-heading {
  border-bottom: 1px dotted #008898;
}
.tema-turquesa #smsCriar .panel-heading #SmsName {
  color: #008898;
}
.tema-turquesa .br-theme-bars-pill .br-widget a {
  background-color: #DFFBFF;
  color: #008898;
}
.tema-turquesa .br-theme-bars-pill .br-widget a.br-active,
.tema-turquesa .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #008898;
  color: white;
}
.tema-turquesa .br-theme-bars-pill .br-readonly a.br-active,
.tema-turquesa .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #008898;
}
.tema-turquesa .pesquisaCriacaoBarra > li a,
.tema-turquesa .formCriacaoBarra > li a {
  color: #008898;
}
.tema-turquesa .pesquisaCriacaoBarra > li a:hover,
.tema-turquesa .formCriacaoBarra > li a:hover {
  color: #008898;
  background: #fff;
}
.tema-turquesa .pesquisaCriacaoBarra > li > ul a,
.tema-turquesa .formCriacaoBarra > li > ul a {
  color: #008898;
}
.tema-turquesa .pesquisaCriacaoBarra > li > ul a:hover,
.tema-turquesa .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #008898;
}
.tema-turquesa #novaRespTemp {
  border-left: 2px dotted #008898 !important;
}
.tema-turquesa #PesquisaCriar .help-block a {
  color: #008898;
}
.tema-turquesa #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #DDFBFF;
}
.tema-turquesa #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #DFFBFF;
}
.tema-turquesa #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #008898;
}
.tema-turquesa #questionario .item .menu li a {
  color: #008898;
}
.tema-turquesa #questionario .item.active {
  border-left: 2px solid #008898;
}
.tema-turquesa #questionario .item.active .menu {
  background: #DDFBFF;
}
.tema-turquesa #questionario .item-placeholder {
  border: 1px dotted #008898;
}
.tema-turquesa #questionario .secao-data {
  color: #008898;
}
.tema-turquesa #dv-resumo-emails-validos ul {
  border: 1px dashed #008898;
}
.tema-turquesa #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #008898;
}
.tema-turquesa #dv-resumo-emails-validos ul li:hover {
  background: #008898;
  color: #fff;
}
.tema-turquesa .cke_editable.cke_focus {
  border-bottom: 2px solid #008898;
}
.tema-turquesa .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-turquesa #modalDetalheVenda .modal-header,
.tema-turquesa #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-turquesa #modalDetalheVenda .vendaDetalhe .intro,
.tema-turquesa #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #008898;
}
.tema-turquesa span.dicItem {
  border-bottom: dotted 1px #008898;
  color: #008898;
}
.tema-turquesa .d3-tip {
  background-color: #008898;
}
.tema-turquesa .fancybox-overlay {
  background-color: rgba(0, 136, 152, 0.8);
}
.tema-turquesa .fidelidadeItem h1.panel-title {
  color: #008898;
}
.tema-turquesa .fidelidadeItem .infobar li div:hover {
  color: #008898;
}
.tema-turquesa .gerenciaEmailItem h1.panel-title {
  color: #008898;
}
.tema-turquesa .gerenciaEmailItem .infobar li div:hover {
  color: #008898;
}
.tema-turquesa .itemLote .hlight {
  border-bottom: 1px solid #008898;
}
.tema-turquesa .text-tema {
  color: #008898;
}
.tema-turquesa .label-tema-flat {
  color: #008898;
  border-color: #008898;
}
.tema-turquesa .label-tema {
  color: #fff;
  background-color: #008898;
}
.tema-turquesa .btn-tema-7 {
  color: #fff;
  background-color: #44ECFF;
}
.tema-turquesa .btn-tema {
  color: #fff;
  background-color: #008898;
}
.tema-turquesa .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-turquesa .btn-tema .checker span.checked {
  border: none;
}
.tema-turquesa #modalLabSend .modal-body h5 {
  color: #008898;
}
.tema-turquesa .btn-group .btn.active {
  background-color: #008898 !important;
  color: #fff !important;
}
.tema-turquesa picker__list-item--selected,
.tema-turquesa .picker__list-item--selected:hover,
.tema-turquesa .picker--focused .picker__list-item--selected {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa .UserId.member {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa .UserId.member.inNavBar {
  background-color: #fff;
  color: #008898;
}
.tema-turquesa #EmailName,
.tema-turquesa #ColecaoName,
.tema-turquesa #CupomName,
.tema-turquesa #ProgramaName {
  color: #008898;
}
.tema-turquesa .stepy-navigator {
  border-bottom: 1px dotted #008898;
}
.tema-turquesa #ComunicacaoEmailCriar h4.content-group,
.tema-turquesa #ProgramaFidelidadeItem h4.content-group {
  color: #008898;
}
.tema-turquesa #sidebar_historico .category-content li {
  border-color: #008898;
}
.tema-turquesa #sidebar_historico .category-content li:before {
  border: 2px solid #008898;
}
.tema-turquesa #sidebar_historico .category-content li:after {
  border-left: 1px solid #008898;
  border-right: 1px solid #008898;
}
.tema-turquesa #sidebar_historico .category-content li strong {
  color: #008898;
}
.tema-turquesa .panel-footer.historico a {
  color: #008898;
}
.tema-turquesa #loading-default:not(.step1) {
  background: #008898;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-turquesa #helpPageHeader {
  -o-animation: tema-turquesa 5s linear infinite alternate both;
  -webkit-animation: tema-turquesa 5s linear infinite alternate both;
  -moz-animation: tema-turquesa 5s linear infinite alternate both;
  animation: tema-turquesa 5s linear infinite alternate both;
}
@-moz-keyframes tema-turquesa {
  0% {
    background: rgba(0, 136, 152, 0.5);
  }
  100% {
    background: rgba(0, 186, 207, 0.9);
  }
}
@-webkit-keyframes tema-turquesa {
  0% {
    background: rgba(0, 136, 152, 0.5);
  }
  100% {
    background: rgba(0, 186, 207, 0.9);
  }
}
@keyframes tema-turquesa {
  0% {
    background: rgba(0, 136, 152, 0.5);
  }
  100% {
    background: rgba(0, 186, 207, 0.9);
  }
}
.tema-turquesa #helpCenter #categoriasMenu .category-title span {
  color: #008898;
}
.tema-turquesa #helpCenter #CatHeader {
  background: #008898;
}
.tema-turquesa #helpCenter .page-header h4 {
  color: #fff;
}
.tema-turquesa #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-turquesa #helpCenter .categoriaBox h2 {
  color: #008898;
}
.tema-turquesa #helpCenter .categoriaItem h1 {
  color: #00BACF;
}
.tema-turquesa #chatBot #q {
  color: #008898;
}
.tema-turquesa #chatBot #q::-webkit-input-placeholder {
  color: #1DE8FF;
}
.tema-turquesa #chatBot #q:-moz-placeholder {
  color: #1DE8FF;
}
.tema-turquesa #chatBot #send {
  background-color: #008898;
}
.tema-turquesa #chatBot.active .header {
  background-image: linear-gradient(315deg, #008898, #44ECFF);
}
.tema-turquesa #chatBot.active .header h1 {
  color: #fff;
}
.tema-turquesa #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #008898;
  border-color: #008898;
  color: #fff;
}
.tema-turquesa #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #008898;
}
.tema-turquesa #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #DFFBFF;
}
.tema-turquesa #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #DDFBFF;
  border-color: #DDFBFF;
  color: #008898;
}
.tema-turquesa #contatoDados h4,
.tema-turquesa #cadastroProduto h4,
.tema-turquesa #ProgramaFidelidadePremioItem h4,
.tema-turquesa #EmpresaVisualizar h4,
.tema-turquesa #EmpresaEditar h4 {
  color: #008898;
}
.tema-turquesa #contatoDados h4:before,
.tema-turquesa #cadastroProduto h4:before,
.tema-turquesa #ProgramaFidelidadePremioItem h4:before,
.tema-turquesa #EmpresaVisualizar h4:before,
.tema-turquesa #EmpresaEditar h4:before {
  background: #DDFBFF;
}
.tema-turquesa #contatoDados .userIntro,
.tema-turquesa #cadastroProduto .userIntro,
.tema-turquesa #ProgramaFidelidadePremioItem .userIntro,
.tema-turquesa #EmpresaVisualizar .userIntro,
.tema-turquesa #EmpresaEditar .userIntro {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa .eventoIntro,
.tema-turquesa .relatorioIntro {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa .pesquisaIntro {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-turquesa #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #008898 !important;
}
.tema-turquesa #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-turquesa #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #DFFBFF;
}
.tema-turquesa #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-turquesa #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #008898 !important;
}
.tema-turquesa #contatoConfig .dropZoneFields .itemField .box,
.tema-turquesa #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #1DE8FF;
}
.tema-turquesa #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-turquesa #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #008898;
}
.tema-turquesa #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-turquesa #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-turquesa #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-turquesa #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #008898 !important;
}
.tema-turquesa #contatoConfig .g .header h4,
.tema-turquesa #contatoConfig .g .header i {
  color: #008898;
}
.tema-turquesa #contatoConfig .g:nth-child(even) {
  background: #DFFBFF;
  border-bottom: 1px dotted #44ECFF;
  border-top: 1px dotted #44ECFF;
}
.tema-turquesa #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-turquesa #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-turquesa #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-turquesa .dataTables_paginate .paginate_button.current,
.tema-turquesa .dataTables_paginate .paginate_button.current:hover,
.tema-turquesa .dataTables_paginate .paginate_button.current:focus {
  color: #DFFBFF !important;
  background-color: #00BACF !important;
}
.tema-turquesa .dropdown-menu > .active > a,
.tema-turquesa .dropdown-menu > .active > a:hover,
.tema-turquesa .dropdown-menu > .active > a:focus {
  color: #DFFBFF !important;
  background-color: #00BACF !important;
}
.tema-turquesa .btn-link:hover,
.tema-turquesa .btn-link:focus {
  color: #00BACF;
}
.tema-turquesa .bg-tema {
  background-color: #00BACF !important;
}
.tema-turquesa .btn.bg-tema {
  background-color: #00BACF !important;
  color: #fff;
}
.tema-turquesa .border-tema {
  border-color: #00BACF;
}
.tema-turquesa .nicescroll-cursors {
  background-color: #00BACF !important;
}
.tema-turquesa .addNew button {
  color: #DFFBFF !important;
  background-color: #00BACF !important;
}
.tema-turquesa .dbgrid.dragging {
  border: 1px solid #00BACF;
}
.tema-turquesa .dbgrid .table thead {
  background-color: #00BACF !important;
  color: #DFFBFF !important;
}
.tema-turquesa .dbgrid .table a {
  color: #00BACF;
}
.tema-turquesa .dbgrid .table a:hover {
  color: #008898;
}
.tema-turquesa .dbgrid .bottom {
  border-color: #00BACF !important;
}
.tema-turquesa .packery-drop-placeholder:before {
  outline: 3px dashed #00BACF !important;
}
.tema-turquesa .loading-chart .coffee_cup {
  border-color: #008898;
}
.tema-turquesa .loading-chart .coffee_cup:after {
  border-color: #008898;
}
.tema-turquesa .loading-chart .coffee_cup:before {
  background-color: #008898;
  box-shadow: 5px 0px 0px 0px #008898, 5px -5px 0px 0px #008898, 10px 0px 0px 0px #008898;
}
.tema-turquesa #loading-default h1 {
  color: #008898;
}
.tema-turquesa #loading-default h2 {
  color: #00BACF;
}
.tema-turquesa #loading-default .coffee_cup {
  border-color: #008898;
}
.tema-turquesa #loading-default .coffee_cup:after {
  border-color: #008898;
}
.tema-turquesa #loading-default .coffee_cup:before {
  background-color: #008898;
  box-shadow: 5px 0px 0px 0px #008898, 5px -5px 0px 0px #008898, 10px 0px 0px 0px #008898;
}
.tema-turquesa #loading-default.step1 .panel {
  background-color: #008898;
}
.tema-turquesa #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-turquesa #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-turquesa #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-turquesa #loading-default .lds-ring > div {
  border: 3px solid #008898;
  border-color: #008898 transparent transparent transparent;
}
.tema-turquesa #gerenciaPerfil h6 {
  color: #008898;
}
.tema-turquesa #gerenciaPerfil .group {
  border: 1px dotted #44ECFF;
}
.tema-turquesa .switchery-default {
  background-color: #008898 !important;
  border-color: #008898 !important;
  box-shadow: #008898 0px 0px 0px 0px inset !important;
}
.tema-turquesa .switchery-default small {
  background-color: #fff !important;
}
.tema-turquesa.login-container .panel-heading {
  background-color: #008898 !important;
}
.tema-turquesa.login-container .panel-body button {
  background-color: #008898 !important;
  color: #DFFBFF !important;
}
.tema-turquesa.login-container .panel-body button:hover {
  color: #008898 !important;
  background-color: #DFFBFF !important;
}
.tema-turquesa.login-container .panel-body ul li a {
  border: 1px solid #008898 !important;
  color: #008898 !important;
}
.tema-turquesa.login-container .panel-body ul li a:hover {
  color: #DFFBFF !important;
  background-color: #008898 !important;
}
.tema-turquesa .navbar-header {
  background-color: #008898 !important;
}
.tema-turquesa .DTCR_clonedTable td,
.tema-turquesa .DTCR_pointer {
  border-left: 1px dotted #008898 !important;
  z-index: 99999;
}
.tema-turquesa #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #008898 !important;
}
.tema-turquesa #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-turquesa #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #DFFBFF !important;
}
.tema-turquesa #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #008898 !important;
  background-color: #DFFBFF !important;
}
.tema-turquesa #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #008898 !important;
}
.tema-turquesa #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #008898 !important;
  color: #DFFBFF !important;
}
.tema-turquesa .cke_chrome {
  border: none;
}
.tema-turquesa table.hover tr:hover td,
.tema-turquesa table.hover tr:focus td {
  border-bottom: 1px solid #008898 !important;
}
.tema-turquesa table.hover tr:hover td:first-child:before,
.tema-turquesa table.hover tr:focus td:first-child:before {
  color: #008898 !important;
}
.tema-turquesa .popover.superhint {
  background-color: #008898 !important;
}
.tema-turquesa .popover.superhint .popover-footer {
  background-color: #DFFBFF !important;
}
.tema-turquesa .popover.superhint .popover-footer button {
  background-color: #008898 !important;
  color: #DFFBFF !important;
}
.tema-turquesa .popover.superhint .popover-title {
  color: #DFFBFF !important;
}
.tema-turquesa .popover.superhint .popover-content {
  color: #DFFBFF !important;
}
.tema-turquesa .popover.superhint .popover-close {
  color: #DFFBFF !important;
}
.tema-turquesa .popover.superhint.left > .arrow {
  border-left-color: #008898 !important;
}
.tema-turquesa .popover.superhint.left > .arrow:after {
  border-left-color: #008898 !important;
}
.tema-turquesa .popover.superhint.right > .arrow {
  border-right-color: #008898 !important;
}
.tema-turquesa .popover.superhint.right > .arrow:after {
  border-right-color: #008898 !important;
}
.tema-turquesa .popover.superhint.top > .arrow {
  border-top-color: #DFFBFF !important;
}
.tema-turquesa .popover.superhint.top > .arrow:after {
  border-top-color: #DFFBFF !important;
}
.tema-turquesa .popover.superhint.bottom > .arrow {
  border-bottom-color: #008898 !important;
}
.tema-turquesa .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #008898 !important;
}
.tema-turquesa .checker span {
  color: #00CDE3 !important;
  border: 2px solid #00CDE3;
}
.tema-turquesa .thumb:hover .zoom-image {
  background-color: #00CDE3 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-turquesa .panel-email-insertType:hover .btn {
  background-color: #00CDE3 !important;
  color: #DFFBFF !important;
}
.tema-turquesa .stepy-header li div {
  color: #DFFBFF !important;
}
.tema-turquesa .stepy-header li div {
  border-color: #1DE8FF !important;
  background-color: #1DE8FF !important;
  color: #DFFBFF !important;
}
.tema-turquesa .stepy-header li span {
  color: #1DE8FF !important;
}
.tema-turquesa .stepy-header li.stepy-active div {
  border-color: #008898 !important;
  background-color: #008898 !important;
  color: #DFFBFF !important;
}
.tema-turquesa .stepy-header li.stepy-active span {
  color: #008898 !important;
}
.tema-turquesa .stepy-header li:before,
.tema-turquesa .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-turquesa .emojSelect a:hover {
  color: #00CDE3 !important;
}
.tema-turquesa .daterangepicker td.active,
.tema-turquesa .daterangepicker td.active:hover,
.tema-turquesa .daterangepicker td.active:focus {
  background-color: #00CDE3 !important;
}
.tema-turquesa .ranges ul li.active {
  color: #ffffff;
  background-color: #00CDE3 !important;
}
.tema-turquesa .hint-help {
  color: #00CDE3 !important;
}
.tema-turquesa .hasBg .hint-help {
  color: #333333 !important;
}
.tema-turquesa .popover-hint,
.tema-turquesa .tooltip {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa .tooltip > .tooltip-inner {
  background-color: #008898;
}
.tema-turquesa .modal-backdrop {
  background-color: #00A8BB !important;
}
.tema-turquesa .border-left-tema {
  border-left-color: #008898;
}
.tema-turquesa .tema-bg {
  background-color: #00A8BB !important;
}
.tema-turquesa .tema-border {
  border-color: #00CDE3;
}
.tema-turquesa .tema-text,
.tema-turquesa .tema-text:hover,
.tema-turquesa .tema-text:focus {
  color: #00CDE3 !important;
}
.tema-turquesa .badge-tema {
  background-color: #008898;
  border-color: #008898;
}
.tema-turquesa > .navbar {
  background-color: #00A8BB;
}
.tema-turquesa > .navbar a:hover {
  color: #1DE8FF;
}
.tema-turquesa > .navbar a:hover i {
  color: #DDFBFF;
}
.tema-turquesa #adesaoPlano > .navbar {
  background-color: #00A8BB;
}
.tema-turquesa .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-turquesa .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(0, 136, 152, 0.85);
}
.tema-turquesa .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-turquesa #sidebar_config,
.tema-turquesa .sidebar_config {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa #sidebar_config .navigation > li.active > a,
.tema-turquesa .sidebar_config .navigation > li.active > a,
.tema-turquesa #sidebar_config .navigation > li.active > a:hover,
.tema-turquesa .sidebar_config .navigation > li.active > a:hover,
.tema-turquesa #sidebar_config .navigation > li.active > a:focus,
.tema-turquesa .sidebar_config .navigation > li.active > a:focus {
  background-color: #00BACF;
  color: #ffffff;
}
.tema-turquesa .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #008898;
}
@media only screen and (min-width: 769px) {
  .tema-turquesa .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #008898;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-turquesa .nav-tabs.nav-justified > li.active > a,
  .tema-turquesa .nav-tabs.nav-justified > li.active > a:hover,
  .tema-turquesa .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #008898;
  }
}
.tema-turquesa .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-turquesa .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-turquesa .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #008898;
}
@media (min-width: 769px) {
  .tema-turquesa .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-turquesa .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-turquesa .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #008898;
  }
  .tema-turquesa .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #008898;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-turquesa .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #008898;
  }
}
@media (max-width: 768px) {
  .tema-turquesa .nav-tabs > li.active > a,
  .tema-turquesa .nav-tabs > li.active > a:hover,
  .tema-turquesa .nav-tabs > li.active > a:focus {
    border-left-color: #008898;
    color: #008898;
  }
}
@media (min-width: 769px) {
  .tema-turquesa .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-turquesa .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-turquesa .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #008898;
  }
}
.tema-turquesa #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-turquesa #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-turquesa #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-turquesa #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-turquesa #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-turquesa #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-turquesa #compras #meses table th,
.tema-turquesa #carrinho-abandonado #meses table th,
.tema-turquesa #compras #meses-carrinho-abandonado table th,
.tema-turquesa #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa #compras #meses table tr.highlight td,
.tema-turquesa #carrinho-abandonado #meses table tr.highlight td,
.tema-turquesa #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-turquesa #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #008898 1px dotted !important;
  border-bottom: #008898 1px dotted !important;
  color: #008898;
}
.tema-turquesa #compras #meses table tr.highlight td:nth-child(1),
.tema-turquesa #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-turquesa #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-turquesa #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-turquesa #compras #meses table tr.highlight td:nth-child(2),
.tema-turquesa #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-turquesa #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-turquesa #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-turquesa #compras #meses table td.highlight,
.tema-turquesa #carrinho-abandonado #meses table td.highlight,
.tema-turquesa #compras #meses-carrinho-abandonado table td.highlight,
.tema-turquesa #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #008898 1px dotted !important;
  border-right: #008898 1px dotted !important;
  color: #008898;
}
.tema-turquesa #compras #meses table td:nth-child(1),
.tema-turquesa #carrinho-abandonado #meses table td:nth-child(1),
.tema-turquesa #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-turquesa #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #00A8BB;
  color: #fff;
}
.tema-turquesa #compras #meses table td:nth-child(1).highlight,
.tema-turquesa #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-turquesa #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-turquesa #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-turquesa #compras #meses table td:nth-child(2),
.tema-turquesa #carrinho-abandonado #meses table td:nth-child(2),
.tema-turquesa #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-turquesa #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #00BACF;
  color: #fff;
}
.tema-turquesa .form-control:focus {
  border-bottom-color: #008898;
  -webkit-box-shadow: 0 1px 0 #008898;
  box-shadow: 0 1px 0 #008898;
}
.tema-turquesa .bootstrap-select .btn-default:focus,
.tema-turquesa .bootstrap-select .btn-default.focus,
.tema-turquesa .bootstrap-select .btn-default:active,
.tema-turquesa .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #008898;
  -webkit-box-shadow: 0 1px 0 #008898;
  box-shadow: 0 1px 0 #008898;
}
.tema-turquesa .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #008898;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #008898;
  box-shadow: 0 1px 0 #008898;
}
.tema-turquesa .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #008898;
}
.tema-turquesa .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-turquesa .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-turquesa .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-turquesa .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-turquesa .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-turquesa .btn-delete:hover,
.tema-turquesa .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-turquesa .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-turquesa .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-turquesa .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-turquesa .btn-edit:hover,
.tema-turquesa .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-turquesa .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-turquesa .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-turquesa .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-turquesa .btn-search:hover,
.tema-turquesa .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-turquesa .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-turquesa .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-turquesa .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-turquesa .btn-save:hover,
.tema-turquesa .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-turquesa .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-turquesa .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-turquesa .btn-save-inv:hover,
.tema-turquesa .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-turquesa .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-turquesa .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-turquesa .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-turquesa .btn-face:hover,
.tema-turquesa .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-turquesa .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-turquesa .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-turquesa .btn-default:hover,
.tema-turquesa .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-turquesa .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-turquesa .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-turquesa .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-turquesa .bootstrap-select .btn-default:focus,
.tema-turquesa .bootstrap-select .btn-default:hover,
.tema-turquesa .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-turquesa .btn-tema-dark10 {
  background: #005a65;
  background-color: #005a65;
  color: #fff;
}
.tema-turquesa .btn-tema-dark10:focus,
.tema-turquesa .btn-tema-dark10:hover,
.tema-turquesa .btn-tema-dark10 [disabled] {
  background: #002d32;
  background-color: #002d32;
  color: #fff;
}
.tema-turquesa .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #008898;
}
.tema-turquesa .btn-white-inv:focus,
.tema-turquesa .btn-white-inv:hover,
.tema-turquesa .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-turquesa .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-turquesa .btn-white:focus,
.tema-turquesa .btn-white:hover,
.tema-turquesa .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-turquesa .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-turquesa .btn-new {
  text-transform: none;
  color: #008898 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-turquesa .btn-new:hover,
.tema-turquesa .btn-new [disabled] {
  color: #DFFBFF !important;
  background-color: #008898 !important;
}
.tema-turquesa .btn-new:focus {
  color: #DFFBFF !important;
  background-color: #008898 !important;
}
.tema-turquesa .btn-new[disabled] {
  color: #008898 !important;
  background-color: #DFFBFF !important;
}
.tema-turquesa .content-wrapper::selection {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa .content-wrapper::-moz-selection {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa .content-wrapper::-o-selection {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa .content-wrapper::-ms-selection {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa .content-wrapper::-webkit-selection {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa #cupomExterno {
  background-color: #008898;
}
.tema-turquesa #cupomExterno h1 {
  color: #008898;
}
.tema-turquesa #pesquisaExterno {
  background-color: #008898;
}
.tema-turquesa #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #008898;
  color: #008898;
}
.tema-turquesa #pesquisaExterno .stepy-header li div {
  background-color: #008898;
}
.tema-turquesa #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #008898 !important;
}
.tema-turquesa #pesquisaExterno .stepy-header li:before,
.tema-turquesa #pesquisaExterno .stepy-header li:after {
  background-color: #008898;
}
.tema-turquesa #pesquisaExterno .stepy-header li div {
  border: 2px solid #008898;
}
.tema-turquesa #pesquisaExterno .border-primary-600 {
  border-color: #008898;
}
.tema-turquesa #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #008898;
}
.tema-turquesa #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #008898;
  -webkit-box-shadow: 0 1px 0 #008898;
  box-shadow: 0 1px 0 #008898;
}
.tema-turquesa #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-turquesa #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-turquesa #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-turquesa #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #008898;
  -webkit-box-shadow: 0 1px 0 #008898;
  box-shadow: 0 1px 0 #008898;
}
.tema-turquesa #pesquisaExterno .checker span {
  border: 2px solid #008898;
}
.tema-turquesa #pesquisaExterno .irs-slider {
  background-color: #008898;
}
.tema-turquesa #pesquisaExterno .irs-bar {
  background-color: #008898;
}
.tema-turquesa #pesquisaExterno .irs-from,
.tema-turquesa #pesquisaExterno .irs-to,
.tema-turquesa #pesquisaExterno .irs-single {
  background-color: #008898;
}
.tema-turquesa #pesquisaExterno .form-control:focus {
  border-bottom-color: #008898;
  -webkit-box-shadow: 0 1px 0 #008898;
  box-shadow: 0 1px 0 #008898;
}
.tema-turquesa #pesquisaExterno .irs-from:after,
.tema-turquesa #pesquisaExterno .irs-to:after,
.tema-turquesa #pesquisaExterno .irs-single:after {
  border-top-color: #008898;
}
.tema-turquesa #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #008898;
}
.tema-turquesa #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-turquesa #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #00A8BB;
  color: white;
}
.tema-turquesa #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-turquesa #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #008898;
  color: white;
}
.tema-turquesa #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #005a65;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-turquesa #pesquisaExterno .stepy-navigator a {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #008898;
  color: #fff !important;
}
.tema-turquesa #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #008898;
  color: #fff !important;
}
.tema-turquesa #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-turquesa #categoriaProduto #actionsControl {
  background-color: #008898;
}
.tema-turquesa #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #008898;
}
.tema-turquesa #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-turquesa #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #008898;
}
.tema-turquesa #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-turquesa #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #008898;
}
.tema-turquesa #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #008898;
}
.tema-turquesa #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #008898;
  color: #fff;
}
.tema-turquesa #categoriaProduto #actionsControl .btn-edit,
.tema-turquesa #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-turquesa #categoriaProduto #actionsControl .btn-edit:hover,
.tema-turquesa #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-turquesa #categoriaProduto #actionsControl .btn-delete:hover,
.tema-turquesa #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t1 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t1 #ticketGridTopBar {
  background-color: #080055;
}
.tema-t1 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #080055;
}
.tema-t1 #ticket-aba-lateral .panel-heading h6 {
  color: #080055;
}
.tema-t1 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #f0eeff;
  border-color: #c1bbff;
}
.tema-t1 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #c1bbff;
}
.tema-t1 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #080055;
}
.tema-t1 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #080055;
}
.tema-t1 .ticketIntro {
  background-color: #080055;
  color: #fff;
}
.tema-t1 .ticketInfo strong,
.tema-t1 .ticketInfo i {
  color: #080055;
}
.tema-t1 #ticketGrid h1 a {
  color: #080055;
}
.tema-t1 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #080055;
}
.tema-t1 .tokenfield .token:not([class*=bg-]) {
  background-color: #080055;
  color: #ffffff;
}
.tema-t1 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #f0eeff;
  color: #080055;
}
.tema-t1#EmailDragDropEditor .content #settingsBar h2 {
  color: #080055;
}
.tema-t1#EmailDragDropEditor #editBar .box h2 {
  color: #080055;
}
.tema-t1#EmailDragDropEditor #editBar .irs-from,
.tema-t1#EmailDragDropEditor #editBar .irs-to,
.tema-t1#EmailDragDropEditor #editBar .irs-single {
  background-color: #080055;
}
.tema-t1#EmailDragDropEditor #editBar .irs-from:after,
.tema-t1#EmailDragDropEditor #editBar .irs-to:after,
.tema-t1#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #080055;
}
.tema-t1#EmailDragDropEditor #editBar .irs-slider {
  background-color: #080055;
}
.tema-t1#EmailDragDropEditor #editBar .irs-bar {
  background-color: #1600ee;
}
.tema-t1#baixaCupomExternoCliente footer {
  background-color: #080055;
}
.tema-t1 #linkPrivacidade {
  background-color: rgba(8, 0, 85, 0.5);
  color: #f0eeff;
}
.tema-t1 #linkPrivacidade:hover {
  background-color: #080055;
}
.tema-t1 #formularioExterno .termo i {
  color: #080055;
}
.tema-t1 #formularioExterno .termo strong {
  color: #080055;
}
.tema-t1 #formularioExterno .termo a {
  color: #080055;
  border-bottom: 1px dotted #080055;
}
.tema-t1 .modal_boasvindas .modal-body h1 {
  color: #080055;
}
.tema-t1 .modal_boasvindas .modal-body h2 {
  color: #9388ff;
}
.tema-t1 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #9388ff;
}
.tema-t1 .modal_boasvindas .modal-body strong {
  color: #080055;
}
.tema-t1 .noui-slider-primary .noUi-handle {
  background-color: #080055;
}
.tema-t1 .noUi-tooltip {
  background-color: #080055;
}
.tema-t1 .noUi-connect {
  background-color: #080055 !important;
}
.tema-t1 #detalheColecao .colecaoData h4 {
  color: #080055;
}
.tema-t1 .panel-tema {
  background-color: #080055;
}
.tema-t1 .panel-tema h6,
.tema-t1 .panel-tema span.center-block {
  color: #fff;
}
.tema-t1 .panel-tema input {
  color: #c1bbff;
}
.tema-t1 #toast-container.toast-center-center {
  background-color: rgba(8, 0, 85, 0.7);
}
.tema-t1 .cd-top {
  background-color: rgba(8, 0, 85, 0.7);
}
.tema-t1 .cd-top i {
  color: #fff;
}
.tema-t1 .cd-top:hover {
  background-color: #080055;
}
.tema-t1 .pagination > .active > a,
.tema-t1 .pagination > .active > span,
.tema-t1 .pagination > .active > a:hover,
.tema-t1 .pagination > .active > span:hover,
.tema-t1 .pagination > .active > a:focus,
.tema-t1 .pagination > .active > span:focus {
  background-color: #080055;
  border-color: #080055;
}
.tema-t1 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t1 #edicao .editor_box .action_bar a:hover {
  background-color: #080055;
  color: #fff;
}
.tema-t1 .responsiveIframe.mobile {
  border: 1px solid #080055;
}
.tema-t1 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #080055;
}
.tema-t1 .progress-bar {
  background-color: #080055;
}
.tema-t1 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t1 pre[class*="language-"] {
  border-left-color: #080055;
}
.tema-t1 #pesquisaTabulacao tr.group,
.tema-t1 #pesquisaTabulacao tr.group:hover {
  background-color: #080055;
  color: #fff;
}
.tema-t1 #smsCriar .panel-heading {
  border-bottom: 1px dotted #080055;
}
.tema-t1 #smsCriar .panel-heading #SmsName {
  color: #080055;
}
.tema-t1 .br-theme-bars-pill .br-widget a {
  background-color: #f0eeff;
  color: #080055;
}
.tema-t1 .br-theme-bars-pill .br-widget a.br-active,
.tema-t1 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #080055;
  color: white;
}
.tema-t1 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t1 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #080055;
}
.tema-t1 .pesquisaCriacaoBarra > li a,
.tema-t1 .formCriacaoBarra > li a {
  color: #080055;
}
.tema-t1 .pesquisaCriacaoBarra > li a:hover,
.tema-t1 .formCriacaoBarra > li a:hover {
  color: #080055;
  background: #fff;
}
.tema-t1 .pesquisaCriacaoBarra > li > ul a,
.tema-t1 .formCriacaoBarra > li > ul a {
  color: #080055;
}
.tema-t1 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t1 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #080055;
}
.tema-t1 #novaRespTemp {
  border-left: 2px dotted #080055 !important;
}
.tema-t1 #PesquisaCriar .help-block a {
  color: #080055;
}
.tema-t1 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #c1bbff;
}
.tema-t1 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #f0eeff;
}
.tema-t1 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #080055;
}
.tema-t1 #questionario .item .menu li a {
  color: #080055;
}
.tema-t1 #questionario .item.active {
  border-left: 2px solid #080055;
}
.tema-t1 #questionario .item.active .menu {
  background: #c1bbff;
}
.tema-t1 #questionario .item-placeholder {
  border: 1px dotted #080055;
}
.tema-t1 #questionario .secao-data {
  color: #080055;
}
.tema-t1 #dv-resumo-emails-validos ul {
  border: 1px dashed #080055;
}
.tema-t1 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #080055;
}
.tema-t1 #dv-resumo-emails-validos ul li:hover {
  background: #080055;
  color: #fff;
}
.tema-t1 .cke_editable.cke_focus {
  border-bottom: 2px solid #080055;
}
.tema-t1 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t1 #modalDetalheVenda .modal-header,
.tema-t1 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t1 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t1 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #080055;
}
.tema-t1 span.dicItem {
  border-bottom: dotted 1px #080055;
  color: #080055;
}
.tema-t1 .d3-tip {
  background-color: #080055;
}
.tema-t1 .fancybox-overlay {
  background-color: rgba(8, 0, 85, 0.8);
}
.tema-t1 .fidelidadeItem h1.panel-title {
  color: #080055;
}
.tema-t1 .fidelidadeItem .infobar li div:hover {
  color: #080055;
}
.tema-t1 .gerenciaEmailItem h1.panel-title {
  color: #080055;
}
.tema-t1 .gerenciaEmailItem .infobar li div:hover {
  color: #080055;
}
.tema-t1 .itemLote .hlight {
  border-bottom: 1px solid #080055;
}
.tema-t1 .text-tema {
  color: #080055;
}
.tema-t1 .label-tema-flat {
  color: #080055;
  border-color: #080055;
}
.tema-t1 .label-tema {
  color: #fff;
  background-color: #080055;
}
.tema-t1 .btn-tema-7 {
  color: #fff;
  background-color: #9388ff;
}
.tema-t1 .btn-tema {
  color: #fff;
  background-color: #080055;
}
.tema-t1 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t1 .btn-tema .checker span.checked {
  border: none;
}
.tema-t1 #modalLabSend .modal-body h5 {
  color: #080055;
}
.tema-t1 .btn-group .btn.active {
  background-color: #080055 !important;
  color: #fff !important;
}
.tema-t1 picker__list-item--selected,
.tema-t1 .picker__list-item--selected:hover,
.tema-t1 .picker--focused .picker__list-item--selected {
  background-color: #080055;
  color: #fff;
}
.tema-t1 .UserId.member {
  background-color: #080055;
  color: #fff;
}
.tema-t1 .UserId.member.inNavBar {
  background-color: #fff;
  color: #080055;
}
.tema-t1 #EmailName,
.tema-t1 #ColecaoName,
.tema-t1 #CupomName,
.tema-t1 #ProgramaName {
  color: #080055;
}
.tema-t1 .stepy-navigator {
  border-bottom: 1px dotted #080055;
}
.tema-t1 #ComunicacaoEmailCriar h4.content-group,
.tema-t1 #ProgramaFidelidadeItem h4.content-group {
  color: #080055;
}
.tema-t1 #sidebar_historico .category-content li {
  border-color: #080055;
}
.tema-t1 #sidebar_historico .category-content li:before {
  border: 2px solid #080055;
}
.tema-t1 #sidebar_historico .category-content li:after {
  border-left: 1px solid #080055;
  border-right: 1px solid #080055;
}
.tema-t1 #sidebar_historico .category-content li strong {
  color: #080055;
}
.tema-t1 .panel-footer.historico a {
  color: #080055;
}
.tema-t1 #loading-default:not(.step1) {
  background: #080055;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t1 #helpPageHeader {
  -o-animation: tema-t1 5s linear infinite alternate both;
  -webkit-animation: tema-t1 5s linear infinite alternate both;
  -moz-animation: tema-t1 5s linear infinite alternate both;
  animation: tema-t1 5s linear infinite alternate both;
}
@-moz-keyframes tema-t1 {
  0% {
    background: rgba(8, 0, 85, 0.5);
  }
  100% {
    background: rgba(18, 0, 187, 0.9);
  }
}
@-webkit-keyframes tema-t1 {
  0% {
    background: rgba(8, 0, 85, 0.5);
  }
  100% {
    background: rgba(18, 0, 187, 0.9);
  }
}
@keyframes tema-t1 {
  0% {
    background: rgba(8, 0, 85, 0.5);
  }
  100% {
    background: rgba(18, 0, 187, 0.9);
  }
}
.tema-t1 #helpCenter #categoriasMenu .category-title span {
  color: #080055;
}
.tema-t1 #helpCenter #CatHeader {
  background: #080055;
}
.tema-t1 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t1 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t1 #helpCenter .categoriaBox h2 {
  color: #080055;
}
.tema-t1 #helpCenter .categoriaItem h1 {
  color: #1200bb;
}
.tema-t1 #chatBot #q {
  color: #080055;
}
.tema-t1 #chatBot #q::-webkit-input-placeholder {
  color: #6555ff;
}
.tema-t1 #chatBot #q:-moz-placeholder {
  color: #6555ff;
}
.tema-t1 #chatBot #send {
  background-color: #080055;
}
.tema-t1 #chatBot.active .header {
  background-image: linear-gradient(315deg, #080055, #9388ff);
}
.tema-t1 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t1 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #080055;
  border-color: #080055;
  color: #fff;
}
.tema-t1 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #080055;
}
.tema-t1 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #f0eeff;
}
.tema-t1 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #c1bbff;
  border-color: #c1bbff;
  color: #080055;
}
.tema-t1 #contatoDados h4,
.tema-t1 #cadastroProduto h4,
.tema-t1 #ProgramaFidelidadePremioItem h4,
.tema-t1 #EmpresaVisualizar h4,
.tema-t1 #EmpresaEditar h4 {
  color: #080055;
}
.tema-t1 #contatoDados h4:before,
.tema-t1 #cadastroProduto h4:before,
.tema-t1 #ProgramaFidelidadePremioItem h4:before,
.tema-t1 #EmpresaVisualizar h4:before,
.tema-t1 #EmpresaEditar h4:before {
  background: #c1bbff;
}
.tema-t1 #contatoDados .userIntro,
.tema-t1 #cadastroProduto .userIntro,
.tema-t1 #ProgramaFidelidadePremioItem .userIntro,
.tema-t1 #EmpresaVisualizar .userIntro,
.tema-t1 #EmpresaEditar .userIntro {
  background-color: #080055;
  color: #fff;
}
.tema-t1 .eventoIntro,
.tema-t1 .relatorioIntro {
  background-color: #080055;
  color: #fff;
}
.tema-t1 .pesquisaIntro {
  background-color: #080055;
  color: #fff;
}
.tema-t1 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t1 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #080055 !important;
}
.tema-t1 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t1 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #f0eeff;
}
.tema-t1 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t1 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #080055 !important;
}
.tema-t1 #contatoConfig .dropZoneFields .itemField .box,
.tema-t1 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #6555ff;
}
.tema-t1 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t1 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #080055;
}
.tema-t1 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t1 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t1 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t1 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #080055 !important;
}
.tema-t1 #contatoConfig .g .header h4,
.tema-t1 #contatoConfig .g .header i {
  color: #080055;
}
.tema-t1 #contatoConfig .g:nth-child(even) {
  background: #f0eeff;
  border-bottom: 1px dotted #9388ff;
  border-top: 1px dotted #9388ff;
}
.tema-t1 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t1 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t1 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t1 .dataTables_paginate .paginate_button.current,
.tema-t1 .dataTables_paginate .paginate_button.current:hover,
.tema-t1 .dataTables_paginate .paginate_button.current:focus {
  color: #f0eeff !important;
  background-color: #3722ff !important;
}
.tema-t1 .dropdown-menu > .active > a,
.tema-t1 .dropdown-menu > .active > a:hover,
.tema-t1 .dropdown-menu > .active > a:focus {
  color: #f0eeff !important;
  background-color: #3722ff !important;
}
.tema-t1 .btn-link:hover,
.tema-t1 .btn-link:focus {
  color: #3722ff;
}
.tema-t1 .bg-tema {
  background-color: #3722ff !important;
}
.tema-t1 .btn.bg-tema {
  background-color: #3722ff !important;
  color: #fff;
}
.tema-t1 .border-tema {
  border-color: #3722ff;
}
.tema-t1 .nicescroll-cursors {
  background-color: #3722ff !important;
}
.tema-t1 .addNew button {
  color: #f0eeff !important;
  background-color: #3722ff !important;
}
.tema-t1 .dbgrid.dragging {
  border: 1px solid #3722ff;
}
.tema-t1 .dbgrid .table thead {
  background-color: #3722ff !important;
  color: #f0eeff !important;
}
.tema-t1 .dbgrid .table a {
  color: #3722ff;
}
.tema-t1 .dbgrid .table a:hover {
  color: #080055;
}
.tema-t1 .dbgrid .bottom {
  border-color: #3722ff !important;
}
.tema-t1 .packery-drop-placeholder:before {
  outline: 3px dashed #3722ff !important;
}
.tema-t1 .loading-chart .coffee_cup {
  border-color: #080055;
}
.tema-t1 .loading-chart .coffee_cup:after {
  border-color: #080055;
}
.tema-t1 .loading-chart .coffee_cup:before {
  background-color: #080055;
  box-shadow: 5px 0px 0px 0px #080055, 5px -5px 0px 0px #080055, 10px 0px 0px 0px #080055;
}
.tema-t1 #loading-default h1 {
  color: #080055;
}
.tema-t1 #loading-default h2 {
  color: #1200bb;
}
.tema-t1 #loading-default .coffee_cup {
  border-color: #080055;
}
.tema-t1 #loading-default .coffee_cup:after {
  border-color: #080055;
}
.tema-t1 #loading-default .coffee_cup:before {
  background-color: #080055;
  box-shadow: 5px 0px 0px 0px #080055, 5px -5px 0px 0px #080055, 10px 0px 0px 0px #080055;
}
.tema-t1 #loading-default.step1 .panel {
  background-color: #080055;
}
.tema-t1 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t1 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t1 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t1 #loading-default .lds-ring > div {
  border: 3px solid #080055;
  border-color: #080055 transparent transparent transparent;
}
.tema-t1 #gerenciaPerfil h6 {
  color: #080055;
}
.tema-t1 #gerenciaPerfil .group {
  border: 1px dotted #9388ff;
}
.tema-t1 .switchery-default {
  background-color: #080055 !important;
  border-color: #080055 !important;
  box-shadow: #080055 0px 0px 0px 0px inset !important;
}
.tema-t1 .switchery-default small {
  background-color: #fff !important;
}
.tema-t1.login-container .panel-heading {
  background-color: #080055 !important;
}
.tema-t1.login-container .panel-body button {
  background-color: #080055 !important;
  color: #f0eeff !important;
}
.tema-t1.login-container .panel-body button:hover {
  color: #080055 !important;
  background-color: #f0eeff !important;
}
.tema-t1.login-container .panel-body ul li a {
  border: 1px solid #080055 !important;
  color: #080055 !important;
}
.tema-t1.login-container .panel-body ul li a:hover {
  color: #f0eeff !important;
  background-color: #080055 !important;
}
.tema-t1 .navbar-header {
  background-color: #080055 !important;
}
.tema-t1 .DTCR_clonedTable td,
.tema-t1 .DTCR_pointer {
  border-left: 1px dotted #080055 !important;
  z-index: 99999;
}
.tema-t1 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #080055 !important;
}
.tema-t1 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t1 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #f0eeff !important;
}
.tema-t1 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #080055 !important;
  background-color: #f0eeff !important;
}
.tema-t1 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #080055 !important;
}
.tema-t1 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #080055 !important;
  color: #f0eeff !important;
}
.tema-t1 .cke_chrome {
  border: none;
}
.tema-t1 table.hover tr:hover td,
.tema-t1 table.hover tr:focus td {
  border-bottom: 1px solid #080055 !important;
}
.tema-t1 table.hover tr:hover td:first-child:before,
.tema-t1 table.hover tr:focus td:first-child:before {
  color: #080055 !important;
}
.tema-t1 .popover.superhint {
  background-color: #080055 !important;
}
.tema-t1 .popover.superhint .popover-footer {
  background-color: #f0eeff !important;
}
.tema-t1 .popover.superhint .popover-footer button {
  background-color: #080055 !important;
  color: #f0eeff !important;
}
.tema-t1 .popover.superhint .popover-title {
  color: #f0eeff !important;
}
.tema-t1 .popover.superhint .popover-content {
  color: #f0eeff !important;
}
.tema-t1 .popover.superhint .popover-close {
  color: #f0eeff !important;
}
.tema-t1 .popover.superhint.left > .arrow {
  border-left-color: #080055 !important;
}
.tema-t1 .popover.superhint.left > .arrow:after {
  border-left-color: #080055 !important;
}
.tema-t1 .popover.superhint.right > .arrow {
  border-right-color: #080055 !important;
}
.tema-t1 .popover.superhint.right > .arrow:after {
  border-right-color: #080055 !important;
}
.tema-t1 .popover.superhint.top > .arrow {
  border-top-color: #f0eeff !important;
}
.tema-t1 .popover.superhint.top > .arrow:after {
  border-top-color: #f0eeff !important;
}
.tema-t1 .popover.superhint.bottom > .arrow {
  border-bottom-color: #080055 !important;
}
.tema-t1 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #080055 !important;
}
.tema-t1 .checker span {
  color: #1600ee !important;
  border: 2px solid #1600ee;
}
.tema-t1 .thumb:hover .zoom-image {
  background-color: #1600ee !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t1 .panel-email-insertType:hover .btn {
  background-color: #1600ee !important;
  color: #f0eeff !important;
}
.tema-t1 .stepy-header li div {
  color: #f0eeff !important;
}
.tema-t1 .stepy-header li div {
  border-color: #6555ff !important;
  background-color: #6555ff !important;
  color: #f0eeff !important;
}
.tema-t1 .stepy-header li span {
  color: #6555ff !important;
}
.tema-t1 .stepy-header li.stepy-active div {
  border-color: #080055 !important;
  background-color: #080055 !important;
  color: #f0eeff !important;
}
.tema-t1 .stepy-header li.stepy-active span {
  color: #080055 !important;
}
.tema-t1 .stepy-header li:before,
.tema-t1 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t1 .emojSelect a:hover {
  color: #1600ee !important;
}
.tema-t1 .daterangepicker td.active,
.tema-t1 .daterangepicker td.active:hover,
.tema-t1 .daterangepicker td.active:focus {
  background-color: #1600ee !important;
}
.tema-t1 .ranges ul li.active {
  color: #ffffff;
  background-color: #1600ee !important;
}
.tema-t1 .hint-help {
  color: #1600ee !important;
}
.tema-t1 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t1 .popover-hint,
.tema-t1 .tooltip {
  background-color: #080055;
  color: #fff;
}
.tema-t1 .tooltip > .tooltip-inner {
  background-color: #080055;
}
.tema-t1 .modal-backdrop {
  background-color: #0d0088 !important;
}
.tema-t1 .border-left-tema {
  border-left-color: #080055;
}
.tema-t1 .tema-bg {
  background-color: #0d0088 !important;
}
.tema-t1 .tema-border {
  border-color: #1600ee;
}
.tema-t1 .tema-text,
.tema-t1 .tema-text:hover,
.tema-t1 .tema-text:focus {
  color: #1600ee !important;
}
.tema-t1 .badge-tema {
  background-color: #080055;
  border-color: #080055;
}
.tema-t1 > .navbar {
  background-color: #0d0088;
}
.tema-t1 > .navbar a:hover {
  color: #6555ff;
}
.tema-t1 > .navbar a:hover i {
  color: #c1bbff;
}
.tema-t1 #adesaoPlano > .navbar {
  background-color: #0d0088;
}
.tema-t1 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t1 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(8, 0, 85, 0.85);
}
.tema-t1 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t1 #sidebar_config,
.tema-t1 .sidebar_config {
  background-color: #080055;
  color: #fff;
}
.tema-t1 #sidebar_config .navigation > li.active > a,
.tema-t1 .sidebar_config .navigation > li.active > a,
.tema-t1 #sidebar_config .navigation > li.active > a:hover,
.tema-t1 .sidebar_config .navigation > li.active > a:hover,
.tema-t1 #sidebar_config .navigation > li.active > a:focus,
.tema-t1 .sidebar_config .navigation > li.active > a:focus {
  background-color: #1200bb;
  color: #ffffff;
}
.tema-t1 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #080055;
}
@media only screen and (min-width: 769px) {
  .tema-t1 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #080055;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t1 .nav-tabs.nav-justified > li.active > a,
  .tema-t1 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t1 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #080055;
  }
}
.tema-t1 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t1 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t1 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #080055;
}
@media (min-width: 769px) {
  .tema-t1 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t1 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t1 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #080055;
  }
  .tema-t1 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #080055;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t1 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #080055;
  }
}
@media (max-width: 768px) {
  .tema-t1 .nav-tabs > li.active > a,
  .tema-t1 .nav-tabs > li.active > a:hover,
  .tema-t1 .nav-tabs > li.active > a:focus {
    border-left-color: #080055;
    color: #080055;
  }
}
@media (min-width: 769px) {
  .tema-t1 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t1 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t1 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #080055;
  }
}
.tema-t1 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t1 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t1 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t1 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t1 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t1 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t1 #compras #meses table th,
.tema-t1 #carrinho-abandonado #meses table th,
.tema-t1 #compras #meses-carrinho-abandonado table th,
.tema-t1 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #080055;
  color: #fff;
}
.tema-t1 #compras #meses table tr.highlight td,
.tema-t1 #carrinho-abandonado #meses table tr.highlight td,
.tema-t1 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t1 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #080055 1px dotted !important;
  border-bottom: #080055 1px dotted !important;
  color: #080055;
}
.tema-t1 #compras #meses table tr.highlight td:nth-child(1),
.tema-t1 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t1 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t1 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t1 #compras #meses table tr.highlight td:nth-child(2),
.tema-t1 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t1 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t1 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t1 #compras #meses table td.highlight,
.tema-t1 #carrinho-abandonado #meses table td.highlight,
.tema-t1 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t1 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #080055 1px dotted !important;
  border-right: #080055 1px dotted !important;
  color: #080055;
}
.tema-t1 #compras #meses table td:nth-child(1),
.tema-t1 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t1 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t1 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #0d0088;
  color: #fff;
}
.tema-t1 #compras #meses table td:nth-child(1).highlight,
.tema-t1 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t1 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t1 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t1 #compras #meses table td:nth-child(2),
.tema-t1 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t1 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t1 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #1200bb;
  color: #fff;
}
.tema-t1 .form-control:focus {
  border-bottom-color: #080055;
  -webkit-box-shadow: 0 1px 0 #080055;
  box-shadow: 0 1px 0 #080055;
}
.tema-t1 .bootstrap-select .btn-default:focus,
.tema-t1 .bootstrap-select .btn-default.focus,
.tema-t1 .bootstrap-select .btn-default:active,
.tema-t1 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #080055;
  -webkit-box-shadow: 0 1px 0 #080055;
  box-shadow: 0 1px 0 #080055;
}
.tema-t1 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #080055;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #080055;
  box-shadow: 0 1px 0 #080055;
}
.tema-t1 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #080055;
}
.tema-t1 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t1 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t1 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t1 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t1 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t1 .btn-delete:hover,
.tema-t1 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t1 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t1 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t1 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t1 .btn-edit:hover,
.tema-t1 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t1 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t1 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t1 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t1 .btn-search:hover,
.tema-t1 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t1 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t1 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t1 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t1 .btn-save:hover,
.tema-t1 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t1 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t1 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t1 .btn-save-inv:hover,
.tema-t1 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t1 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t1 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t1 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t1 .btn-face:hover,
.tema-t1 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t1 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t1 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t1 .btn-default:hover,
.tema-t1 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t1 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t1 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t1 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t1 .bootstrap-select .btn-default:focus,
.tema-t1 .bootstrap-select .btn-default:hover,
.tema-t1 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t1 .btn-tema-dark10 {
  background: #030022;
  background-color: #030022;
  color: #fff;
}
.tema-t1 .btn-tema-dark10:focus,
.tema-t1 .btn-tema-dark10:hover,
.tema-t1 .btn-tema-dark10 [disabled] {
  background: #000000;
  background-color: #000000;
  color: #fff;
}
.tema-t1 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #080055;
}
.tema-t1 .btn-white-inv:focus,
.tema-t1 .btn-white-inv:hover,
.tema-t1 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t1 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t1 .btn-white:focus,
.tema-t1 .btn-white:hover,
.tema-t1 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t1 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t1 .btn-new {
  text-transform: none;
  color: #080055 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t1 .btn-new:hover,
.tema-t1 .btn-new [disabled] {
  color: #f0eeff !important;
  background-color: #080055 !important;
}
.tema-t1 .btn-new:focus {
  color: #f0eeff !important;
  background-color: #080055 !important;
}
.tema-t1 .btn-new[disabled] {
  color: #080055 !important;
  background-color: #f0eeff !important;
}
.tema-t1 .content-wrapper::selection {
  background-color: #080055;
  color: #fff;
}
.tema-t1 .content-wrapper::-moz-selection {
  background-color: #080055;
  color: #fff;
}
.tema-t1 .content-wrapper::-o-selection {
  background-color: #080055;
  color: #fff;
}
.tema-t1 .content-wrapper::-ms-selection {
  background-color: #080055;
  color: #fff;
}
.tema-t1 .content-wrapper::-webkit-selection {
  background-color: #080055;
  color: #fff;
}
.tema-t1 #cupomExterno {
  background-color: #080055;
}
.tema-t1 #cupomExterno h1 {
  color: #080055;
}
.tema-t1 #pesquisaExterno {
  background-color: #080055;
}
.tema-t1 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #080055;
  color: #080055;
}
.tema-t1 #pesquisaExterno .stepy-header li div {
  background-color: #080055;
}
.tema-t1 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #080055 !important;
}
.tema-t1 #pesquisaExterno .stepy-header li:before,
.tema-t1 #pesquisaExterno .stepy-header li:after {
  background-color: #080055;
}
.tema-t1 #pesquisaExterno .stepy-header li div {
  border: 2px solid #080055;
}
.tema-t1 #pesquisaExterno .border-primary-600 {
  border-color: #080055;
}
.tema-t1 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #080055;
}
.tema-t1 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #080055;
  -webkit-box-shadow: 0 1px 0 #080055;
  box-shadow: 0 1px 0 #080055;
}
.tema-t1 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t1 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t1 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t1 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #080055;
  -webkit-box-shadow: 0 1px 0 #080055;
  box-shadow: 0 1px 0 #080055;
}
.tema-t1 #pesquisaExterno .checker span {
  border: 2px solid #080055;
}
.tema-t1 #pesquisaExterno .irs-slider {
  background-color: #080055;
}
.tema-t1 #pesquisaExterno .irs-bar {
  background-color: #080055;
}
.tema-t1 #pesquisaExterno .irs-from,
.tema-t1 #pesquisaExterno .irs-to,
.tema-t1 #pesquisaExterno .irs-single {
  background-color: #080055;
}
.tema-t1 #pesquisaExterno .form-control:focus {
  border-bottom-color: #080055;
  -webkit-box-shadow: 0 1px 0 #080055;
  box-shadow: 0 1px 0 #080055;
}
.tema-t1 #pesquisaExterno .irs-from:after,
.tema-t1 #pesquisaExterno .irs-to:after,
.tema-t1 #pesquisaExterno .irs-single:after {
  border-top-color: #080055;
}
.tema-t1 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #080055;
}
.tema-t1 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t1 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #0d0088;
  color: white;
}
.tema-t1 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t1 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #080055;
  color: white;
}
.tema-t1 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #030022;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t1 #pesquisaExterno .stepy-navigator a {
  background-color: #080055;
  color: #fff;
}
.tema-t1 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #080055;
  color: #fff !important;
}
.tema-t1 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #080055;
  color: #fff !important;
}
.tema-t1 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t1 #categoriaProduto #actionsControl {
  background-color: #080055;
}
.tema-t1 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #080055;
}
.tema-t1 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t1 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #080055;
}
.tema-t1 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t1 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #080055;
}
.tema-t1 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #080055;
}
.tema-t1 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #080055;
  color: #fff;
}
.tema-t1 #categoriaProduto #actionsControl .btn-edit,
.tema-t1 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t1 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t1 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t1 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t1 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t2 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t2 #ticketGridTopBar {
  background-color: #032551;
}
.tema-t2 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #032551;
}
.tema-t2 #ticket-aba-lateral .panel-heading h6 {
  color: #032551;
}
.tema-t2 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #eef5fe;
  border-color: #bcd8fd;
}
.tema-t2 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #bcd8fd;
}
.tema-t2 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #032551;
}
.tema-t2 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #032551;
}
.tema-t2 .ticketIntro {
  background-color: #032551;
  color: #fff;
}
.tema-t2 .ticketInfo strong,
.tema-t2 .ticketInfo i {
  color: #032551;
}
.tema-t2 #ticketGrid h1 a {
  color: #032551;
}
.tema-t2 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #032551;
}
.tema-t2 .tokenfield .token:not([class*=bg-]) {
  background-color: #032551;
  color: #ffffff;
}
.tema-t2 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #eef5fe;
  color: #032551;
}
.tema-t2#EmailDragDropEditor .content #settingsBar h2 {
  color: #032551;
}
.tema-t2#EmailDragDropEditor #editBar .box h2 {
  color: #032551;
}
.tema-t2#EmailDragDropEditor #editBar .irs-from,
.tema-t2#EmailDragDropEditor #editBar .irs-to,
.tema-t2#EmailDragDropEditor #editBar .irs-single {
  background-color: #032551;
}
.tema-t2#EmailDragDropEditor #editBar .irs-from:after,
.tema-t2#EmailDragDropEditor #editBar .irs-to:after,
.tema-t2#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #032551;
}
.tema-t2#EmailDragDropEditor #editBar .irs-slider {
  background-color: #032551;
}
.tema-t2#EmailDragDropEditor #editBar .irs-bar {
  background-color: #0868e5;
}
.tema-t2#baixaCupomExternoCliente footer {
  background-color: #032551;
}
.tema-t2 #linkPrivacidade {
  background-color: rgba(3, 37, 81, 0.5);
  color: #eef5fe;
}
.tema-t2 #linkPrivacidade:hover {
  background-color: #032551;
}
.tema-t2 #formularioExterno .termo i {
  color: #032551;
}
.tema-t2 #formularioExterno .termo strong {
  color: #032551;
}
.tema-t2 #formularioExterno .termo a {
  color: #032551;
  border-bottom: 1px dotted #032551;
}
.tema-t2 .modal_boasvindas .modal-body h1 {
  color: #032551;
}
.tema-t2 .modal_boasvindas .modal-body h2 {
  color: #8bbcfb;
}
.tema-t2 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #8bbcfb;
}
.tema-t2 .modal_boasvindas .modal-body strong {
  color: #032551;
}
.tema-t2 .noui-slider-primary .noUi-handle {
  background-color: #032551;
}
.tema-t2 .noUi-tooltip {
  background-color: #032551;
}
.tema-t2 .noUi-connect {
  background-color: #032551 !important;
}
.tema-t2 #detalheColecao .colecaoData h4 {
  color: #032551;
}
.tema-t2 .panel-tema {
  background-color: #032551;
}
.tema-t2 .panel-tema h6,
.tema-t2 .panel-tema span.center-block {
  color: #fff;
}
.tema-t2 .panel-tema input {
  color: #bcd8fd;
}
.tema-t2 #toast-container.toast-center-center {
  background-color: rgba(3, 37, 81, 0.7);
}
.tema-t2 .cd-top {
  background-color: rgba(3, 37, 81, 0.7);
}
.tema-t2 .cd-top i {
  color: #fff;
}
.tema-t2 .cd-top:hover {
  background-color: #032551;
}
.tema-t2 .pagination > .active > a,
.tema-t2 .pagination > .active > span,
.tema-t2 .pagination > .active > a:hover,
.tema-t2 .pagination > .active > span:hover,
.tema-t2 .pagination > .active > a:focus,
.tema-t2 .pagination > .active > span:focus {
  background-color: #032551;
  border-color: #032551;
}
.tema-t2 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t2 #edicao .editor_box .action_bar a:hover {
  background-color: #032551;
  color: #fff;
}
.tema-t2 .responsiveIframe.mobile {
  border: 1px solid #032551;
}
.tema-t2 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #032551;
}
.tema-t2 .progress-bar {
  background-color: #032551;
}
.tema-t2 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t2 pre[class*="language-"] {
  border-left-color: #032551;
}
.tema-t2 #pesquisaTabulacao tr.group,
.tema-t2 #pesquisaTabulacao tr.group:hover {
  background-color: #032551;
  color: #fff;
}
.tema-t2 #smsCriar .panel-heading {
  border-bottom: 1px dotted #032551;
}
.tema-t2 #smsCriar .panel-heading #SmsName {
  color: #032551;
}
.tema-t2 .br-theme-bars-pill .br-widget a {
  background-color: #eef5fe;
  color: #032551;
}
.tema-t2 .br-theme-bars-pill .br-widget a.br-active,
.tema-t2 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #032551;
  color: white;
}
.tema-t2 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t2 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #032551;
}
.tema-t2 .pesquisaCriacaoBarra > li a,
.tema-t2 .formCriacaoBarra > li a {
  color: #032551;
}
.tema-t2 .pesquisaCriacaoBarra > li a:hover,
.tema-t2 .formCriacaoBarra > li a:hover {
  color: #032551;
  background: #fff;
}
.tema-t2 .pesquisaCriacaoBarra > li > ul a,
.tema-t2 .formCriacaoBarra > li > ul a {
  color: #032551;
}
.tema-t2 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t2 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #032551;
}
.tema-t2 #novaRespTemp {
  border-left: 2px dotted #032551 !important;
}
.tema-t2 #PesquisaCriar .help-block a {
  color: #032551;
}
.tema-t2 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #bcd8fd;
}
.tema-t2 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #eef5fe;
}
.tema-t2 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #032551;
}
.tema-t2 #questionario .item .menu li a {
  color: #032551;
}
.tema-t2 #questionario .item.active {
  border-left: 2px solid #032551;
}
.tema-t2 #questionario .item.active .menu {
  background: #bcd8fd;
}
.tema-t2 #questionario .item-placeholder {
  border: 1px dotted #032551;
}
.tema-t2 #questionario .secao-data {
  color: #032551;
}
.tema-t2 #dv-resumo-emails-validos ul {
  border: 1px dashed #032551;
}
.tema-t2 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #032551;
}
.tema-t2 #dv-resumo-emails-validos ul li:hover {
  background: #032551;
  color: #fff;
}
.tema-t2 .cke_editable.cke_focus {
  border-bottom: 2px solid #032551;
}
.tema-t2 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t2 #modalDetalheVenda .modal-header,
.tema-t2 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t2 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t2 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #032551;
}
.tema-t2 span.dicItem {
  border-bottom: dotted 1px #032551;
  color: #032551;
}
.tema-t2 .d3-tip {
  background-color: #032551;
}
.tema-t2 .fancybox-overlay {
  background-color: rgba(3, 37, 81, 0.8);
}
.tema-t2 .fidelidadeItem h1.panel-title {
  color: #032551;
}
.tema-t2 .fidelidadeItem .infobar li div:hover {
  color: #032551;
}
.tema-t2 .gerenciaEmailItem h1.panel-title {
  color: #032551;
}
.tema-t2 .gerenciaEmailItem .infobar li div:hover {
  color: #032551;
}
.tema-t2 .itemLote .hlight {
  border-bottom: 1px solid #032551;
}
.tema-t2 .text-tema {
  color: #032551;
}
.tema-t2 .label-tema-flat {
  color: #032551;
  border-color: #032551;
}
.tema-t2 .label-tema {
  color: #fff;
  background-color: #032551;
}
.tema-t2 .btn-tema-7 {
  color: #fff;
  background-color: #8bbcfb;
}
.tema-t2 .btn-tema {
  color: #fff;
  background-color: #032551;
}
.tema-t2 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t2 .btn-tema .checker span.checked {
  border: none;
}
.tema-t2 #modalLabSend .modal-body h5 {
  color: #032551;
}
.tema-t2 .btn-group .btn.active {
  background-color: #032551 !important;
  color: #fff !important;
}
.tema-t2 picker__list-item--selected,
.tema-t2 .picker__list-item--selected:hover,
.tema-t2 .picker--focused .picker__list-item--selected {
  background-color: #032551;
  color: #fff;
}
.tema-t2 .UserId.member {
  background-color: #032551;
  color: #fff;
}
.tema-t2 .UserId.member.inNavBar {
  background-color: #fff;
  color: #032551;
}
.tema-t2 #EmailName,
.tema-t2 #ColecaoName,
.tema-t2 #CupomName,
.tema-t2 #ProgramaName {
  color: #032551;
}
.tema-t2 .stepy-navigator {
  border-bottom: 1px dotted #032551;
}
.tema-t2 #ComunicacaoEmailCriar h4.content-group,
.tema-t2 #ProgramaFidelidadeItem h4.content-group {
  color: #032551;
}
.tema-t2 #sidebar_historico .category-content li {
  border-color: #032551;
}
.tema-t2 #sidebar_historico .category-content li:before {
  border: 2px solid #032551;
}
.tema-t2 #sidebar_historico .category-content li:after {
  border-left: 1px solid #032551;
  border-right: 1px solid #032551;
}
.tema-t2 #sidebar_historico .category-content li strong {
  color: #032551;
}
.tema-t2 .panel-footer.historico a {
  color: #032551;
}
.tema-t2 #loading-default:not(.step1) {
  background: #032551;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t2 #helpPageHeader {
  -o-animation: tema-t2 5s linear infinite alternate both;
  -webkit-animation: tema-t2 5s linear infinite alternate both;
  -moz-animation: tema-t2 5s linear infinite alternate both;
  animation: tema-t2 5s linear infinite alternate both;
}
@-moz-keyframes tema-t2 {
  0% {
    background: rgba(3, 37, 81, 0.5);
  }
  100% {
    background: rgba(7, 82, 179, 0.9);
  }
}
@-webkit-keyframes tema-t2 {
  0% {
    background: rgba(3, 37, 81, 0.5);
  }
  100% {
    background: rgba(7, 82, 179, 0.9);
  }
}
@keyframes tema-t2 {
  0% {
    background: rgba(3, 37, 81, 0.5);
  }
  100% {
    background: rgba(7, 82, 179, 0.9);
  }
}
.tema-t2 #helpCenter #categoriasMenu .category-title span {
  color: #032551;
}
.tema-t2 #helpCenter #CatHeader {
  background: #032551;
}
.tema-t2 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t2 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t2 #helpCenter .categoriaBox h2 {
  color: #032551;
}
.tema-t2 #helpCenter .categoriaItem h1 {
  color: #0752b3;
}
.tema-t2 #chatBot #q {
  color: #032551;
}
.tema-t2 #chatBot #q::-webkit-input-placeholder {
  color: #5a9ff9;
}
.tema-t2 #chatBot #q:-moz-placeholder {
  color: #5a9ff9;
}
.tema-t2 #chatBot #send {
  background-color: #032551;
}
.tema-t2 #chatBot.active .header {
  background-image: linear-gradient(315deg, #032551, #8bbcfb);
}
.tema-t2 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t2 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #032551;
  border-color: #032551;
  color: #fff;
}
.tema-t2 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #032551;
}
.tema-t2 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #eef5fe;
}
.tema-t2 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #bcd8fd;
  border-color: #bcd8fd;
  color: #032551;
}
.tema-t2 #contatoDados h4,
.tema-t2 #cadastroProduto h4,
.tema-t2 #ProgramaFidelidadePremioItem h4,
.tema-t2 #EmpresaVisualizar h4,
.tema-t2 #EmpresaEditar h4 {
  color: #032551;
}
.tema-t2 #contatoDados h4:before,
.tema-t2 #cadastroProduto h4:before,
.tema-t2 #ProgramaFidelidadePremioItem h4:before,
.tema-t2 #EmpresaVisualizar h4:before,
.tema-t2 #EmpresaEditar h4:before {
  background: #bcd8fd;
}
.tema-t2 #contatoDados .userIntro,
.tema-t2 #cadastroProduto .userIntro,
.tema-t2 #ProgramaFidelidadePremioItem .userIntro,
.tema-t2 #EmpresaVisualizar .userIntro,
.tema-t2 #EmpresaEditar .userIntro {
  background-color: #032551;
  color: #fff;
}
.tema-t2 .eventoIntro,
.tema-t2 .relatorioIntro {
  background-color: #032551;
  color: #fff;
}
.tema-t2 .pesquisaIntro {
  background-color: #032551;
  color: #fff;
}
.tema-t2 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t2 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #032551 !important;
}
.tema-t2 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t2 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #eef5fe;
}
.tema-t2 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t2 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #032551 !important;
}
.tema-t2 #contatoConfig .dropZoneFields .itemField .box,
.tema-t2 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #5a9ff9;
}
.tema-t2 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t2 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #032551;
}
.tema-t2 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t2 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t2 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t2 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #032551 !important;
}
.tema-t2 #contatoConfig .g .header h4,
.tema-t2 #contatoConfig .g .header i {
  color: #032551;
}
.tema-t2 #contatoConfig .g:nth-child(even) {
  background: #eef5fe;
  border-bottom: 1px dotted #8bbcfb;
  border-top: 1px dotted #8bbcfb;
}
.tema-t2 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t2 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t2 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t2 .dataTables_paginate .paginate_button.current,
.tema-t2 .dataTables_paginate .paginate_button.current:hover,
.tema-t2 .dataTables_paginate .paginate_button.current:focus {
  color: #eef5fe !important;
  background-color: #2983f7 !important;
}
.tema-t2 .dropdown-menu > .active > a,
.tema-t2 .dropdown-menu > .active > a:hover,
.tema-t2 .dropdown-menu > .active > a:focus {
  color: #eef5fe !important;
  background-color: #2983f7 !important;
}
.tema-t2 .btn-link:hover,
.tema-t2 .btn-link:focus {
  color: #2983f7;
}
.tema-t2 .bg-tema {
  background-color: #2983f7 !important;
}
.tema-t2 .btn.bg-tema {
  background-color: #2983f7 !important;
  color: #fff;
}
.tema-t2 .border-tema {
  border-color: #2983f7;
}
.tema-t2 .nicescroll-cursors {
  background-color: #2983f7 !important;
}
.tema-t2 .addNew button {
  color: #eef5fe !important;
  background-color: #2983f7 !important;
}
.tema-t2 .dbgrid.dragging {
  border: 1px solid #2983f7;
}
.tema-t2 .dbgrid .table thead {
  background-color: #2983f7 !important;
  color: #eef5fe !important;
}
.tema-t2 .dbgrid .table a {
  color: #2983f7;
}
.tema-t2 .dbgrid .table a:hover {
  color: #032551;
}
.tema-t2 .dbgrid .bottom {
  border-color: #2983f7 !important;
}
.tema-t2 .packery-drop-placeholder:before {
  outline: 3px dashed #2983f7 !important;
}
.tema-t2 .loading-chart .coffee_cup {
  border-color: #032551;
}
.tema-t2 .loading-chart .coffee_cup:after {
  border-color: #032551;
}
.tema-t2 .loading-chart .coffee_cup:before {
  background-color: #032551;
  box-shadow: 5px 0px 0px 0px #032551, 5px -5px 0px 0px #032551, 10px 0px 0px 0px #032551;
}
.tema-t2 #loading-default h1 {
  color: #032551;
}
.tema-t2 #loading-default h2 {
  color: #0752b3;
}
.tema-t2 #loading-default .coffee_cup {
  border-color: #032551;
}
.tema-t2 #loading-default .coffee_cup:after {
  border-color: #032551;
}
.tema-t2 #loading-default .coffee_cup:before {
  background-color: #032551;
  box-shadow: 5px 0px 0px 0px #032551, 5px -5px 0px 0px #032551, 10px 0px 0px 0px #032551;
}
.tema-t2 #loading-default.step1 .panel {
  background-color: #032551;
}
.tema-t2 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t2 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t2 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t2 #loading-default .lds-ring > div {
  border: 3px solid #032551;
  border-color: #032551 transparent transparent transparent;
}
.tema-t2 #gerenciaPerfil h6 {
  color: #032551;
}
.tema-t2 #gerenciaPerfil .group {
  border: 1px dotted #8bbcfb;
}
.tema-t2 .switchery-default {
  background-color: #032551 !important;
  border-color: #032551 !important;
  box-shadow: #032551 0px 0px 0px 0px inset !important;
}
.tema-t2 .switchery-default small {
  background-color: #fff !important;
}
.tema-t2.login-container .panel-heading {
  background-color: #032551 !important;
}
.tema-t2.login-container .panel-body button {
  background-color: #032551 !important;
  color: #eef5fe !important;
}
.tema-t2.login-container .panel-body button:hover {
  color: #032551 !important;
  background-color: #eef5fe !important;
}
.tema-t2.login-container .panel-body ul li a {
  border: 1px solid #032551 !important;
  color: #032551 !important;
}
.tema-t2.login-container .panel-body ul li a:hover {
  color: #eef5fe !important;
  background-color: #032551 !important;
}
.tema-t2 .navbar-header {
  background-color: #032551 !important;
}
.tema-t2 .DTCR_clonedTable td,
.tema-t2 .DTCR_pointer {
  border-left: 1px dotted #032551 !important;
  z-index: 99999;
}
.tema-t2 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #032551 !important;
}
.tema-t2 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t2 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #eef5fe !important;
}
.tema-t2 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #032551 !important;
  background-color: #eef5fe !important;
}
.tema-t2 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #032551 !important;
}
.tema-t2 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #032551 !important;
  color: #eef5fe !important;
}
.tema-t2 .cke_chrome {
  border: none;
}
.tema-t2 table.hover tr:hover td,
.tema-t2 table.hover tr:focus td {
  border-bottom: 1px solid #032551 !important;
}
.tema-t2 table.hover tr:hover td:first-child:before,
.tema-t2 table.hover tr:focus td:first-child:before {
  color: #032551 !important;
}
.tema-t2 .popover.superhint {
  background-color: #032551 !important;
}
.tema-t2 .popover.superhint .popover-footer {
  background-color: #eef5fe !important;
}
.tema-t2 .popover.superhint .popover-footer button {
  background-color: #032551 !important;
  color: #eef5fe !important;
}
.tema-t2 .popover.superhint .popover-title {
  color: #eef5fe !important;
}
.tema-t2 .popover.superhint .popover-content {
  color: #eef5fe !important;
}
.tema-t2 .popover.superhint .popover-close {
  color: #eef5fe !important;
}
.tema-t2 .popover.superhint.left > .arrow {
  border-left-color: #032551 !important;
}
.tema-t2 .popover.superhint.left > .arrow:after {
  border-left-color: #032551 !important;
}
.tema-t2 .popover.superhint.right > .arrow {
  border-right-color: #032551 !important;
}
.tema-t2 .popover.superhint.right > .arrow:after {
  border-right-color: #032551 !important;
}
.tema-t2 .popover.superhint.top > .arrow {
  border-top-color: #eef5fe !important;
}
.tema-t2 .popover.superhint.top > .arrow:after {
  border-top-color: #eef5fe !important;
}
.tema-t2 .popover.superhint.bottom > .arrow {
  border-bottom-color: #032551 !important;
}
.tema-t2 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #032551 !important;
}
.tema-t2 .checker span {
  color: #0868e5 !important;
  border: 2px solid #0868e5;
}
.tema-t2 .thumb:hover .zoom-image {
  background-color: #0868e5 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t2 .panel-email-insertType:hover .btn {
  background-color: #0868e5 !important;
  color: #eef5fe !important;
}
.tema-t2 .stepy-header li div {
  color: #eef5fe !important;
}
.tema-t2 .stepy-header li div {
  border-color: #5a9ff9 !important;
  background-color: #5a9ff9 !important;
  color: #eef5fe !important;
}
.tema-t2 .stepy-header li span {
  color: #5a9ff9 !important;
}
.tema-t2 .stepy-header li.stepy-active div {
  border-color: #032551 !important;
  background-color: #032551 !important;
  color: #eef5fe !important;
}
.tema-t2 .stepy-header li.stepy-active span {
  color: #032551 !important;
}
.tema-t2 .stepy-header li:before,
.tema-t2 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t2 .emojSelect a:hover {
  color: #0868e5 !important;
}
.tema-t2 .daterangepicker td.active,
.tema-t2 .daterangepicker td.active:hover,
.tema-t2 .daterangepicker td.active:focus {
  background-color: #0868e5 !important;
}
.tema-t2 .ranges ul li.active {
  color: #ffffff;
  background-color: #0868e5 !important;
}
.tema-t2 .hint-help {
  color: #0868e5 !important;
}
.tema-t2 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t2 .popover-hint,
.tema-t2 .tooltip {
  background-color: #032551;
  color: #fff;
}
.tema-t2 .tooltip > .tooltip-inner {
  background-color: #032551;
}
.tema-t2 .modal-backdrop {
  background-color: #053b82 !important;
}
.tema-t2 .border-left-tema {
  border-left-color: #032551;
}
.tema-t2 .tema-bg {
  background-color: #053b82 !important;
}
.tema-t2 .tema-border {
  border-color: #0868e5;
}
.tema-t2 .tema-text,
.tema-t2 .tema-text:hover,
.tema-t2 .tema-text:focus {
  color: #0868e5 !important;
}
.tema-t2 .badge-tema {
  background-color: #032551;
  border-color: #032551;
}
.tema-t2 > .navbar {
  background-color: #053b82;
}
.tema-t2 > .navbar a:hover {
  color: #5a9ff9;
}
.tema-t2 > .navbar a:hover i {
  color: #bcd8fd;
}
.tema-t2 #adesaoPlano > .navbar {
  background-color: #053b82;
}
.tema-t2 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t2 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(3, 37, 81, 0.85);
}
.tema-t2 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t2 #sidebar_config,
.tema-t2 .sidebar_config {
  background-color: #032551;
  color: #fff;
}
.tema-t2 #sidebar_config .navigation > li.active > a,
.tema-t2 .sidebar_config .navigation > li.active > a,
.tema-t2 #sidebar_config .navigation > li.active > a:hover,
.tema-t2 .sidebar_config .navigation > li.active > a:hover,
.tema-t2 #sidebar_config .navigation > li.active > a:focus,
.tema-t2 .sidebar_config .navigation > li.active > a:focus {
  background-color: #0752b3;
  color: #ffffff;
}
.tema-t2 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #032551;
}
@media only screen and (min-width: 769px) {
  .tema-t2 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #032551;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t2 .nav-tabs.nav-justified > li.active > a,
  .tema-t2 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t2 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #032551;
  }
}
.tema-t2 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t2 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t2 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #032551;
}
@media (min-width: 769px) {
  .tema-t2 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t2 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t2 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #032551;
  }
  .tema-t2 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #032551;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t2 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #032551;
  }
}
@media (max-width: 768px) {
  .tema-t2 .nav-tabs > li.active > a,
  .tema-t2 .nav-tabs > li.active > a:hover,
  .tema-t2 .nav-tabs > li.active > a:focus {
    border-left-color: #032551;
    color: #032551;
  }
}
@media (min-width: 769px) {
  .tema-t2 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t2 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t2 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #032551;
  }
}
.tema-t2 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t2 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t2 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t2 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t2 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t2 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t2 #compras #meses table th,
.tema-t2 #carrinho-abandonado #meses table th,
.tema-t2 #compras #meses-carrinho-abandonado table th,
.tema-t2 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #032551;
  color: #fff;
}
.tema-t2 #compras #meses table tr.highlight td,
.tema-t2 #carrinho-abandonado #meses table tr.highlight td,
.tema-t2 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t2 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #032551 1px dotted !important;
  border-bottom: #032551 1px dotted !important;
  color: #032551;
}
.tema-t2 #compras #meses table tr.highlight td:nth-child(1),
.tema-t2 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t2 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t2 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t2 #compras #meses table tr.highlight td:nth-child(2),
.tema-t2 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t2 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t2 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t2 #compras #meses table td.highlight,
.tema-t2 #carrinho-abandonado #meses table td.highlight,
.tema-t2 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t2 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #032551 1px dotted !important;
  border-right: #032551 1px dotted !important;
  color: #032551;
}
.tema-t2 #compras #meses table td:nth-child(1),
.tema-t2 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t2 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t2 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #053b82;
  color: #fff;
}
.tema-t2 #compras #meses table td:nth-child(1).highlight,
.tema-t2 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t2 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t2 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t2 #compras #meses table td:nth-child(2),
.tema-t2 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t2 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t2 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #0752b3;
  color: #fff;
}
.tema-t2 .form-control:focus {
  border-bottom-color: #032551;
  -webkit-box-shadow: 0 1px 0 #032551;
  box-shadow: 0 1px 0 #032551;
}
.tema-t2 .bootstrap-select .btn-default:focus,
.tema-t2 .bootstrap-select .btn-default.focus,
.tema-t2 .bootstrap-select .btn-default:active,
.tema-t2 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #032551;
  -webkit-box-shadow: 0 1px 0 #032551;
  box-shadow: 0 1px 0 #032551;
}
.tema-t2 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #032551;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #032551;
  box-shadow: 0 1px 0 #032551;
}
.tema-t2 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #032551;
}
.tema-t2 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t2 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t2 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t2 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t2 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t2 .btn-delete:hover,
.tema-t2 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t2 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t2 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t2 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t2 .btn-edit:hover,
.tema-t2 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t2 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t2 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t2 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t2 .btn-search:hover,
.tema-t2 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t2 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t2 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t2 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t2 .btn-save:hover,
.tema-t2 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t2 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t2 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t2 .btn-save-inv:hover,
.tema-t2 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t2 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t2 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t2 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t2 .btn-face:hover,
.tema-t2 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t2 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t2 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t2 .btn-default:hover,
.tema-t2 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t2 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t2 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t2 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t2 .bootstrap-select .btn-default:focus,
.tema-t2 .bootstrap-select .btn-default:hover,
.tema-t2 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t2 .btn-tema-dark10 {
  background: #010f20;
  background-color: #010f20;
  color: #fff;
}
.tema-t2 .btn-tema-dark10:focus,
.tema-t2 .btn-tema-dark10:hover,
.tema-t2 .btn-tema-dark10 [disabled] {
  background: #000000;
  background-color: #000000;
  color: #fff;
}
.tema-t2 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #032551;
}
.tema-t2 .btn-white-inv:focus,
.tema-t2 .btn-white-inv:hover,
.tema-t2 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t2 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t2 .btn-white:focus,
.tema-t2 .btn-white:hover,
.tema-t2 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t2 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t2 .btn-new {
  text-transform: none;
  color: #032551 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t2 .btn-new:hover,
.tema-t2 .btn-new [disabled] {
  color: #eef5fe !important;
  background-color: #032551 !important;
}
.tema-t2 .btn-new:focus {
  color: #eef5fe !important;
  background-color: #032551 !important;
}
.tema-t2 .btn-new[disabled] {
  color: #032551 !important;
  background-color: #eef5fe !important;
}
.tema-t2 .content-wrapper::selection {
  background-color: #032551;
  color: #fff;
}
.tema-t2 .content-wrapper::-moz-selection {
  background-color: #032551;
  color: #fff;
}
.tema-t2 .content-wrapper::-o-selection {
  background-color: #032551;
  color: #fff;
}
.tema-t2 .content-wrapper::-ms-selection {
  background-color: #032551;
  color: #fff;
}
.tema-t2 .content-wrapper::-webkit-selection {
  background-color: #032551;
  color: #fff;
}
.tema-t2 #cupomExterno {
  background-color: #032551;
}
.tema-t2 #cupomExterno h1 {
  color: #032551;
}
.tema-t2 #pesquisaExterno {
  background-color: #032551;
}
.tema-t2 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #032551;
  color: #032551;
}
.tema-t2 #pesquisaExterno .stepy-header li div {
  background-color: #032551;
}
.tema-t2 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #032551 !important;
}
.tema-t2 #pesquisaExterno .stepy-header li:before,
.tema-t2 #pesquisaExterno .stepy-header li:after {
  background-color: #032551;
}
.tema-t2 #pesquisaExterno .stepy-header li div {
  border: 2px solid #032551;
}
.tema-t2 #pesquisaExterno .border-primary-600 {
  border-color: #032551;
}
.tema-t2 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #032551;
}
.tema-t2 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #032551;
  -webkit-box-shadow: 0 1px 0 #032551;
  box-shadow: 0 1px 0 #032551;
}
.tema-t2 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t2 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t2 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t2 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #032551;
  -webkit-box-shadow: 0 1px 0 #032551;
  box-shadow: 0 1px 0 #032551;
}
.tema-t2 #pesquisaExterno .checker span {
  border: 2px solid #032551;
}
.tema-t2 #pesquisaExterno .irs-slider {
  background-color: #032551;
}
.tema-t2 #pesquisaExterno .irs-bar {
  background-color: #032551;
}
.tema-t2 #pesquisaExterno .irs-from,
.tema-t2 #pesquisaExterno .irs-to,
.tema-t2 #pesquisaExterno .irs-single {
  background-color: #032551;
}
.tema-t2 #pesquisaExterno .form-control:focus {
  border-bottom-color: #032551;
  -webkit-box-shadow: 0 1px 0 #032551;
  box-shadow: 0 1px 0 #032551;
}
.tema-t2 #pesquisaExterno .irs-from:after,
.tema-t2 #pesquisaExterno .irs-to:after,
.tema-t2 #pesquisaExterno .irs-single:after {
  border-top-color: #032551;
}
.tema-t2 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #032551;
}
.tema-t2 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t2 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #053b82;
  color: white;
}
.tema-t2 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t2 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #032551;
  color: white;
}
.tema-t2 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #010f20;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t2 #pesquisaExterno .stepy-navigator a {
  background-color: #032551;
  color: #fff;
}
.tema-t2 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #032551;
  color: #fff !important;
}
.tema-t2 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #032551;
  color: #fff !important;
}
.tema-t2 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t2 #categoriaProduto #actionsControl {
  background-color: #032551;
}
.tema-t2 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #032551;
}
.tema-t2 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t2 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #032551;
}
.tema-t2 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t2 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #032551;
}
.tema-t2 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #032551;
}
.tema-t2 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #032551;
  color: #fff;
}
.tema-t2 #categoriaProduto #actionsControl .btn-edit,
.tema-t2 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t2 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t2 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t2 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t2 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t3 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t3 #ticketGridTopBar {
  background-color: #005524;
}
.tema-t3 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #005524;
}
.tema-t3 #ticket-aba-lateral .panel-heading h6 {
  color: #005524;
}
.tema-t3 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #eefff5;
  border-color: #bbffd8;
}
.tema-t3 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #bbffd8;
}
.tema-t3 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #005524;
}
.tema-t3 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #005524;
}
.tema-t3 .ticketIntro {
  background-color: #005524;
  color: #fff;
}
.tema-t3 .ticketInfo strong,
.tema-t3 .ticketInfo i {
  color: #005524;
}
.tema-t3 #ticketGrid h1 a {
  color: #005524;
}
.tema-t3 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #005524;
}
.tema-t3 .tokenfield .token:not([class*=bg-]) {
  background-color: #005524;
  color: #ffffff;
}
.tema-t3 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #eefff5;
  color: #005524;
}
.tema-t3#EmailDragDropEditor .content #settingsBar h2 {
  color: #005524;
}
.tema-t3#EmailDragDropEditor #editBar .box h2 {
  color: #005524;
}
.tema-t3#EmailDragDropEditor #editBar .irs-from,
.tema-t3#EmailDragDropEditor #editBar .irs-to,
.tema-t3#EmailDragDropEditor #editBar .irs-single {
  background-color: #005524;
}
.tema-t3#EmailDragDropEditor #editBar .irs-from:after,
.tema-t3#EmailDragDropEditor #editBar .irs-to:after,
.tema-t3#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #005524;
}
.tema-t3#EmailDragDropEditor #editBar .irs-slider {
  background-color: #005524;
}
.tema-t3#EmailDragDropEditor #editBar .irs-bar {
  background-color: #00ee65;
}
.tema-t3#baixaCupomExternoCliente footer {
  background-color: #005524;
}
.tema-t3 #linkPrivacidade {
  background-color: rgba(0, 85, 36, 0.5);
  color: #eefff5;
}
.tema-t3 #linkPrivacidade:hover {
  background-color: #005524;
}
.tema-t3 #formularioExterno .termo i {
  color: #005524;
}
.tema-t3 #formularioExterno .termo strong {
  color: #005524;
}
.tema-t3 #formularioExterno .termo a {
  color: #005524;
  border-bottom: 1px dotted #005524;
}
.tema-t3 .modal_boasvindas .modal-body h1 {
  color: #005524;
}
.tema-t3 .modal_boasvindas .modal-body h2 {
  color: #88ffba;
}
.tema-t3 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #88ffba;
}
.tema-t3 .modal_boasvindas .modal-body strong {
  color: #005524;
}
.tema-t3 .noui-slider-primary .noUi-handle {
  background-color: #005524;
}
.tema-t3 .noUi-tooltip {
  background-color: #005524;
}
.tema-t3 .noUi-connect {
  background-color: #005524 !important;
}
.tema-t3 #detalheColecao .colecaoData h4 {
  color: #005524;
}
.tema-t3 .panel-tema {
  background-color: #005524;
}
.tema-t3 .panel-tema h6,
.tema-t3 .panel-tema span.center-block {
  color: #fff;
}
.tema-t3 .panel-tema input {
  color: #bbffd8;
}
.tema-t3 #toast-container.toast-center-center {
  background-color: rgba(0, 85, 36, 0.7);
}
.tema-t3 .cd-top {
  background-color: rgba(0, 85, 36, 0.7);
}
.tema-t3 .cd-top i {
  color: #fff;
}
.tema-t3 .cd-top:hover {
  background-color: #005524;
}
.tema-t3 .pagination > .active > a,
.tema-t3 .pagination > .active > span,
.tema-t3 .pagination > .active > a:hover,
.tema-t3 .pagination > .active > span:hover,
.tema-t3 .pagination > .active > a:focus,
.tema-t3 .pagination > .active > span:focus {
  background-color: #005524;
  border-color: #005524;
}
.tema-t3 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t3 #edicao .editor_box .action_bar a:hover {
  background-color: #005524;
  color: #fff;
}
.tema-t3 .responsiveIframe.mobile {
  border: 1px solid #005524;
}
.tema-t3 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #005524;
}
.tema-t3 .progress-bar {
  background-color: #005524;
}
.tema-t3 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t3 pre[class*="language-"] {
  border-left-color: #005524;
}
.tema-t3 #pesquisaTabulacao tr.group,
.tema-t3 #pesquisaTabulacao tr.group:hover {
  background-color: #005524;
  color: #fff;
}
.tema-t3 #smsCriar .panel-heading {
  border-bottom: 1px dotted #005524;
}
.tema-t3 #smsCriar .panel-heading #SmsName {
  color: #005524;
}
.tema-t3 .br-theme-bars-pill .br-widget a {
  background-color: #eefff5;
  color: #005524;
}
.tema-t3 .br-theme-bars-pill .br-widget a.br-active,
.tema-t3 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #005524;
  color: white;
}
.tema-t3 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t3 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #005524;
}
.tema-t3 .pesquisaCriacaoBarra > li a,
.tema-t3 .formCriacaoBarra > li a {
  color: #005524;
}
.tema-t3 .pesquisaCriacaoBarra > li a:hover,
.tema-t3 .formCriacaoBarra > li a:hover {
  color: #005524;
  background: #fff;
}
.tema-t3 .pesquisaCriacaoBarra > li > ul a,
.tema-t3 .formCriacaoBarra > li > ul a {
  color: #005524;
}
.tema-t3 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t3 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #005524;
}
.tema-t3 #novaRespTemp {
  border-left: 2px dotted #005524 !important;
}
.tema-t3 #PesquisaCriar .help-block a {
  color: #005524;
}
.tema-t3 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #bbffd8;
}
.tema-t3 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #eefff5;
}
.tema-t3 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #005524;
}
.tema-t3 #questionario .item .menu li a {
  color: #005524;
}
.tema-t3 #questionario .item.active {
  border-left: 2px solid #005524;
}
.tema-t3 #questionario .item.active .menu {
  background: #bbffd8;
}
.tema-t3 #questionario .item-placeholder {
  border: 1px dotted #005524;
}
.tema-t3 #questionario .secao-data {
  color: #005524;
}
.tema-t3 #dv-resumo-emails-validos ul {
  border: 1px dashed #005524;
}
.tema-t3 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #005524;
}
.tema-t3 #dv-resumo-emails-validos ul li:hover {
  background: #005524;
  color: #fff;
}
.tema-t3 .cke_editable.cke_focus {
  border-bottom: 2px solid #005524;
}
.tema-t3 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t3 #modalDetalheVenda .modal-header,
.tema-t3 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t3 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t3 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #005524;
}
.tema-t3 span.dicItem {
  border-bottom: dotted 1px #005524;
  color: #005524;
}
.tema-t3 .d3-tip {
  background-color: #005524;
}
.tema-t3 .fancybox-overlay {
  background-color: rgba(0, 85, 36, 0.8);
}
.tema-t3 .fidelidadeItem h1.panel-title {
  color: #005524;
}
.tema-t3 .fidelidadeItem .infobar li div:hover {
  color: #005524;
}
.tema-t3 .gerenciaEmailItem h1.panel-title {
  color: #005524;
}
.tema-t3 .gerenciaEmailItem .infobar li div:hover {
  color: #005524;
}
.tema-t3 .itemLote .hlight {
  border-bottom: 1px solid #005524;
}
.tema-t3 .text-tema {
  color: #005524;
}
.tema-t3 .label-tema-flat {
  color: #005524;
  border-color: #005524;
}
.tema-t3 .label-tema {
  color: #fff;
  background-color: #005524;
}
.tema-t3 .btn-tema-7 {
  color: #fff;
  background-color: #88ffba;
}
.tema-t3 .btn-tema {
  color: #fff;
  background-color: #005524;
}
.tema-t3 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t3 .btn-tema .checker span.checked {
  border: none;
}
.tema-t3 #modalLabSend .modal-body h5 {
  color: #005524;
}
.tema-t3 .btn-group .btn.active {
  background-color: #005524 !important;
  color: #fff !important;
}
.tema-t3 picker__list-item--selected,
.tema-t3 .picker__list-item--selected:hover,
.tema-t3 .picker--focused .picker__list-item--selected {
  background-color: #005524;
  color: #fff;
}
.tema-t3 .UserId.member {
  background-color: #005524;
  color: #fff;
}
.tema-t3 .UserId.member.inNavBar {
  background-color: #fff;
  color: #005524;
}
.tema-t3 #EmailName,
.tema-t3 #ColecaoName,
.tema-t3 #CupomName,
.tema-t3 #ProgramaName {
  color: #005524;
}
.tema-t3 .stepy-navigator {
  border-bottom: 1px dotted #005524;
}
.tema-t3 #ComunicacaoEmailCriar h4.content-group,
.tema-t3 #ProgramaFidelidadeItem h4.content-group {
  color: #005524;
}
.tema-t3 #sidebar_historico .category-content li {
  border-color: #005524;
}
.tema-t3 #sidebar_historico .category-content li:before {
  border: 2px solid #005524;
}
.tema-t3 #sidebar_historico .category-content li:after {
  border-left: 1px solid #005524;
  border-right: 1px solid #005524;
}
.tema-t3 #sidebar_historico .category-content li strong {
  color: #005524;
}
.tema-t3 .panel-footer.historico a {
  color: #005524;
}
.tema-t3 #loading-default:not(.step1) {
  background: #005524;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t3 #helpPageHeader {
  -o-animation: tema-t3 5s linear infinite alternate both;
  -webkit-animation: tema-t3 5s linear infinite alternate both;
  -moz-animation: tema-t3 5s linear infinite alternate both;
  animation: tema-t3 5s linear infinite alternate both;
}
@-moz-keyframes tema-t3 {
  0% {
    background: rgba(0, 85, 36, 0.5);
  }
  100% {
    background: rgba(0, 187, 79, 0.9);
  }
}
@-webkit-keyframes tema-t3 {
  0% {
    background: rgba(0, 85, 36, 0.5);
  }
  100% {
    background: rgba(0, 187, 79, 0.9);
  }
}
@keyframes tema-t3 {
  0% {
    background: rgba(0, 85, 36, 0.5);
  }
  100% {
    background: rgba(0, 187, 79, 0.9);
  }
}
.tema-t3 #helpCenter #categoriasMenu .category-title span {
  color: #005524;
}
.tema-t3 #helpCenter #CatHeader {
  background: #005524;
}
.tema-t3 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t3 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t3 #helpCenter .categoriaBox h2 {
  color: #005524;
}
.tema-t3 #helpCenter .categoriaItem h1 {
  color: #00bb4f;
}
.tema-t3 #chatBot #q {
  color: #005524;
}
.tema-t3 #chatBot #q::-webkit-input-placeholder {
  color: #55ff9d;
}
.tema-t3 #chatBot #q:-moz-placeholder {
  color: #55ff9d;
}
.tema-t3 #chatBot #send {
  background-color: #005524;
}
.tema-t3 #chatBot.active .header {
  background-image: linear-gradient(315deg, #005524, #88ffba);
}
.tema-t3 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t3 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #005524;
  border-color: #005524;
  color: #fff;
}
.tema-t3 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #005524;
}
.tema-t3 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #eefff5;
}
.tema-t3 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #bbffd8;
  border-color: #bbffd8;
  color: #005524;
}
.tema-t3 #contatoDados h4,
.tema-t3 #cadastroProduto h4,
.tema-t3 #ProgramaFidelidadePremioItem h4,
.tema-t3 #EmpresaVisualizar h4,
.tema-t3 #EmpresaEditar h4 {
  color: #005524;
}
.tema-t3 #contatoDados h4:before,
.tema-t3 #cadastroProduto h4:before,
.tema-t3 #ProgramaFidelidadePremioItem h4:before,
.tema-t3 #EmpresaVisualizar h4:before,
.tema-t3 #EmpresaEditar h4:before {
  background: #bbffd8;
}
.tema-t3 #contatoDados .userIntro,
.tema-t3 #cadastroProduto .userIntro,
.tema-t3 #ProgramaFidelidadePremioItem .userIntro,
.tema-t3 #EmpresaVisualizar .userIntro,
.tema-t3 #EmpresaEditar .userIntro {
  background-color: #005524;
  color: #fff;
}
.tema-t3 .eventoIntro,
.tema-t3 .relatorioIntro {
  background-color: #005524;
  color: #fff;
}
.tema-t3 .pesquisaIntro {
  background-color: #005524;
  color: #fff;
}
.tema-t3 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t3 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #005524 !important;
}
.tema-t3 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t3 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #eefff5;
}
.tema-t3 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t3 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #005524 !important;
}
.tema-t3 #contatoConfig .dropZoneFields .itemField .box,
.tema-t3 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #55ff9d;
}
.tema-t3 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t3 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #005524;
}
.tema-t3 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t3 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t3 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t3 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #005524 !important;
}
.tema-t3 #contatoConfig .g .header h4,
.tema-t3 #contatoConfig .g .header i {
  color: #005524;
}
.tema-t3 #contatoConfig .g:nth-child(even) {
  background: #eefff5;
  border-bottom: 1px dotted #88ffba;
  border-top: 1px dotted #88ffba;
}
.tema-t3 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t3 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t3 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t3 .dataTables_paginate .paginate_button.current,
.tema-t3 .dataTables_paginate .paginate_button.current:hover,
.tema-t3 .dataTables_paginate .paginate_button.current:focus {
  color: #eefff5 !important;
  background-color: #22ff80 !important;
}
.tema-t3 .dropdown-menu > .active > a,
.tema-t3 .dropdown-menu > .active > a:hover,
.tema-t3 .dropdown-menu > .active > a:focus {
  color: #eefff5 !important;
  background-color: #22ff80 !important;
}
.tema-t3 .btn-link:hover,
.tema-t3 .btn-link:focus {
  color: #22ff80;
}
.tema-t3 .bg-tema {
  background-color: #22ff80 !important;
}
.tema-t3 .btn.bg-tema {
  background-color: #22ff80 !important;
  color: #fff;
}
.tema-t3 .border-tema {
  border-color: #22ff80;
}
.tema-t3 .nicescroll-cursors {
  background-color: #22ff80 !important;
}
.tema-t3 .addNew button {
  color: #eefff5 !important;
  background-color: #22ff80 !important;
}
.tema-t3 .dbgrid.dragging {
  border: 1px solid #22ff80;
}
.tema-t3 .dbgrid .table thead {
  background-color: #22ff80 !important;
  color: #eefff5 !important;
}
.tema-t3 .dbgrid .table a {
  color: #22ff80;
}
.tema-t3 .dbgrid .table a:hover {
  color: #005524;
}
.tema-t3 .dbgrid .bottom {
  border-color: #22ff80 !important;
}
.tema-t3 .packery-drop-placeholder:before {
  outline: 3px dashed #22ff80 !important;
}
.tema-t3 .loading-chart .coffee_cup {
  border-color: #005524;
}
.tema-t3 .loading-chart .coffee_cup:after {
  border-color: #005524;
}
.tema-t3 .loading-chart .coffee_cup:before {
  background-color: #005524;
  box-shadow: 5px 0px 0px 0px #005524, 5px -5px 0px 0px #005524, 10px 0px 0px 0px #005524;
}
.tema-t3 #loading-default h1 {
  color: #005524;
}
.tema-t3 #loading-default h2 {
  color: #00bb4f;
}
.tema-t3 #loading-default .coffee_cup {
  border-color: #005524;
}
.tema-t3 #loading-default .coffee_cup:after {
  border-color: #005524;
}
.tema-t3 #loading-default .coffee_cup:before {
  background-color: #005524;
  box-shadow: 5px 0px 0px 0px #005524, 5px -5px 0px 0px #005524, 10px 0px 0px 0px #005524;
}
.tema-t3 #loading-default.step1 .panel {
  background-color: #005524;
}
.tema-t3 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t3 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t3 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t3 #loading-default .lds-ring > div {
  border: 3px solid #005524;
  border-color: #005524 transparent transparent transparent;
}
.tema-t3 #gerenciaPerfil h6 {
  color: #005524;
}
.tema-t3 #gerenciaPerfil .group {
  border: 1px dotted #88ffba;
}
.tema-t3 .switchery-default {
  background-color: #005524 !important;
  border-color: #005524 !important;
  box-shadow: #005524 0px 0px 0px 0px inset !important;
}
.tema-t3 .switchery-default small {
  background-color: #fff !important;
}
.tema-t3.login-container .panel-heading {
  background-color: #005524 !important;
}
.tema-t3.login-container .panel-body button {
  background-color: #005524 !important;
  color: #eefff5 !important;
}
.tema-t3.login-container .panel-body button:hover {
  color: #005524 !important;
  background-color: #eefff5 !important;
}
.tema-t3.login-container .panel-body ul li a {
  border: 1px solid #005524 !important;
  color: #005524 !important;
}
.tema-t3.login-container .panel-body ul li a:hover {
  color: #eefff5 !important;
  background-color: #005524 !important;
}
.tema-t3 .navbar-header {
  background-color: #005524 !important;
}
.tema-t3 .DTCR_clonedTable td,
.tema-t3 .DTCR_pointer {
  border-left: 1px dotted #005524 !important;
  z-index: 99999;
}
.tema-t3 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #005524 !important;
}
.tema-t3 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t3 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #eefff5 !important;
}
.tema-t3 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #005524 !important;
  background-color: #eefff5 !important;
}
.tema-t3 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #005524 !important;
}
.tema-t3 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #005524 !important;
  color: #eefff5 !important;
}
.tema-t3 .cke_chrome {
  border: none;
}
.tema-t3 table.hover tr:hover td,
.tema-t3 table.hover tr:focus td {
  border-bottom: 1px solid #005524 !important;
}
.tema-t3 table.hover tr:hover td:first-child:before,
.tema-t3 table.hover tr:focus td:first-child:before {
  color: #005524 !important;
}
.tema-t3 .popover.superhint {
  background-color: #005524 !important;
}
.tema-t3 .popover.superhint .popover-footer {
  background-color: #eefff5 !important;
}
.tema-t3 .popover.superhint .popover-footer button {
  background-color: #005524 !important;
  color: #eefff5 !important;
}
.tema-t3 .popover.superhint .popover-title {
  color: #eefff5 !important;
}
.tema-t3 .popover.superhint .popover-content {
  color: #eefff5 !important;
}
.tema-t3 .popover.superhint .popover-close {
  color: #eefff5 !important;
}
.tema-t3 .popover.superhint.left > .arrow {
  border-left-color: #005524 !important;
}
.tema-t3 .popover.superhint.left > .arrow:after {
  border-left-color: #005524 !important;
}
.tema-t3 .popover.superhint.right > .arrow {
  border-right-color: #005524 !important;
}
.tema-t3 .popover.superhint.right > .arrow:after {
  border-right-color: #005524 !important;
}
.tema-t3 .popover.superhint.top > .arrow {
  border-top-color: #eefff5 !important;
}
.tema-t3 .popover.superhint.top > .arrow:after {
  border-top-color: #eefff5 !important;
}
.tema-t3 .popover.superhint.bottom > .arrow {
  border-bottom-color: #005524 !important;
}
.tema-t3 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #005524 !important;
}
.tema-t3 .checker span {
  color: #00ee65 !important;
  border: 2px solid #00ee65;
}
.tema-t3 .thumb:hover .zoom-image {
  background-color: #00ee65 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t3 .panel-email-insertType:hover .btn {
  background-color: #00ee65 !important;
  color: #eefff5 !important;
}
.tema-t3 .stepy-header li div {
  color: #eefff5 !important;
}
.tema-t3 .stepy-header li div {
  border-color: #55ff9d !important;
  background-color: #55ff9d !important;
  color: #eefff5 !important;
}
.tema-t3 .stepy-header li span {
  color: #55ff9d !important;
}
.tema-t3 .stepy-header li.stepy-active div {
  border-color: #005524 !important;
  background-color: #005524 !important;
  color: #eefff5 !important;
}
.tema-t3 .stepy-header li.stepy-active span {
  color: #005524 !important;
}
.tema-t3 .stepy-header li:before,
.tema-t3 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t3 .emojSelect a:hover {
  color: #00ee65 !important;
}
.tema-t3 .daterangepicker td.active,
.tema-t3 .daterangepicker td.active:hover,
.tema-t3 .daterangepicker td.active:focus {
  background-color: #00ee65 !important;
}
.tema-t3 .ranges ul li.active {
  color: #ffffff;
  background-color: #00ee65 !important;
}
.tema-t3 .hint-help {
  color: #00ee65 !important;
}
.tema-t3 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t3 .popover-hint,
.tema-t3 .tooltip {
  background-color: #005524;
  color: #fff;
}
.tema-t3 .tooltip > .tooltip-inner {
  background-color: #005524;
}
.tema-t3 .modal-backdrop {
  background-color: #00883a !important;
}
.tema-t3 .border-left-tema {
  border-left-color: #005524;
}
.tema-t3 .tema-bg {
  background-color: #00883a !important;
}
.tema-t3 .tema-border {
  border-color: #00ee65;
}
.tema-t3 .tema-text,
.tema-t3 .tema-text:hover,
.tema-t3 .tema-text:focus {
  color: #00ee65 !important;
}
.tema-t3 .badge-tema {
  background-color: #005524;
  border-color: #005524;
}
.tema-t3 > .navbar {
  background-color: #00883a;
}
.tema-t3 > .navbar a:hover {
  color: #55ff9d;
}
.tema-t3 > .navbar a:hover i {
  color: #bbffd8;
}
.tema-t3 #adesaoPlano > .navbar {
  background-color: #00883a;
}
.tema-t3 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t3 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(0, 85, 36, 0.85);
}
.tema-t3 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t3 #sidebar_config,
.tema-t3 .sidebar_config {
  background-color: #005524;
  color: #fff;
}
.tema-t3 #sidebar_config .navigation > li.active > a,
.tema-t3 .sidebar_config .navigation > li.active > a,
.tema-t3 #sidebar_config .navigation > li.active > a:hover,
.tema-t3 .sidebar_config .navigation > li.active > a:hover,
.tema-t3 #sidebar_config .navigation > li.active > a:focus,
.tema-t3 .sidebar_config .navigation > li.active > a:focus {
  background-color: #00bb4f;
  color: #ffffff;
}
.tema-t3 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #005524;
}
@media only screen and (min-width: 769px) {
  .tema-t3 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #005524;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t3 .nav-tabs.nav-justified > li.active > a,
  .tema-t3 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t3 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #005524;
  }
}
.tema-t3 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t3 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t3 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #005524;
}
@media (min-width: 769px) {
  .tema-t3 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t3 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t3 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #005524;
  }
  .tema-t3 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #005524;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t3 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #005524;
  }
}
@media (max-width: 768px) {
  .tema-t3 .nav-tabs > li.active > a,
  .tema-t3 .nav-tabs > li.active > a:hover,
  .tema-t3 .nav-tabs > li.active > a:focus {
    border-left-color: #005524;
    color: #005524;
  }
}
@media (min-width: 769px) {
  .tema-t3 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t3 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t3 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #005524;
  }
}
.tema-t3 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t3 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t3 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t3 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t3 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t3 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t3 #compras #meses table th,
.tema-t3 #carrinho-abandonado #meses table th,
.tema-t3 #compras #meses-carrinho-abandonado table th,
.tema-t3 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #005524;
  color: #fff;
}
.tema-t3 #compras #meses table tr.highlight td,
.tema-t3 #carrinho-abandonado #meses table tr.highlight td,
.tema-t3 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t3 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #005524 1px dotted !important;
  border-bottom: #005524 1px dotted !important;
  color: #005524;
}
.tema-t3 #compras #meses table tr.highlight td:nth-child(1),
.tema-t3 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t3 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t3 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t3 #compras #meses table tr.highlight td:nth-child(2),
.tema-t3 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t3 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t3 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t3 #compras #meses table td.highlight,
.tema-t3 #carrinho-abandonado #meses table td.highlight,
.tema-t3 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t3 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #005524 1px dotted !important;
  border-right: #005524 1px dotted !important;
  color: #005524;
}
.tema-t3 #compras #meses table td:nth-child(1),
.tema-t3 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t3 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t3 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #00883a;
  color: #fff;
}
.tema-t3 #compras #meses table td:nth-child(1).highlight,
.tema-t3 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t3 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t3 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t3 #compras #meses table td:nth-child(2),
.tema-t3 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t3 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t3 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #00bb4f;
  color: #fff;
}
.tema-t3 .form-control:focus {
  border-bottom-color: #005524;
  -webkit-box-shadow: 0 1px 0 #005524;
  box-shadow: 0 1px 0 #005524;
}
.tema-t3 .bootstrap-select .btn-default:focus,
.tema-t3 .bootstrap-select .btn-default.focus,
.tema-t3 .bootstrap-select .btn-default:active,
.tema-t3 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #005524;
  -webkit-box-shadow: 0 1px 0 #005524;
  box-shadow: 0 1px 0 #005524;
}
.tema-t3 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #005524;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #005524;
  box-shadow: 0 1px 0 #005524;
}
.tema-t3 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #005524;
}
.tema-t3 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t3 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t3 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t3 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t3 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t3 .btn-delete:hover,
.tema-t3 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t3 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t3 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t3 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t3 .btn-edit:hover,
.tema-t3 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t3 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t3 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t3 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t3 .btn-search:hover,
.tema-t3 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t3 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t3 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t3 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t3 .btn-save:hover,
.tema-t3 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t3 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t3 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t3 .btn-save-inv:hover,
.tema-t3 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t3 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t3 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t3 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t3 .btn-face:hover,
.tema-t3 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t3 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t3 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t3 .btn-default:hover,
.tema-t3 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t3 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t3 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t3 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t3 .bootstrap-select .btn-default:focus,
.tema-t3 .bootstrap-select .btn-default:hover,
.tema-t3 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t3 .btn-tema-dark10 {
  background: #00220e;
  background-color: #00220e;
  color: #fff;
}
.tema-t3 .btn-tema-dark10:focus,
.tema-t3 .btn-tema-dark10:hover,
.tema-t3 .btn-tema-dark10 [disabled] {
  background: #000000;
  background-color: #000000;
  color: #fff;
}
.tema-t3 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #005524;
}
.tema-t3 .btn-white-inv:focus,
.tema-t3 .btn-white-inv:hover,
.tema-t3 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t3 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t3 .btn-white:focus,
.tema-t3 .btn-white:hover,
.tema-t3 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t3 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t3 .btn-new {
  text-transform: none;
  color: #005524 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t3 .btn-new:hover,
.tema-t3 .btn-new [disabled] {
  color: #eefff5 !important;
  background-color: #005524 !important;
}
.tema-t3 .btn-new:focus {
  color: #eefff5 !important;
  background-color: #005524 !important;
}
.tema-t3 .btn-new[disabled] {
  color: #005524 !important;
  background-color: #eefff5 !important;
}
.tema-t3 .content-wrapper::selection {
  background-color: #005524;
  color: #fff;
}
.tema-t3 .content-wrapper::-moz-selection {
  background-color: #005524;
  color: #fff;
}
.tema-t3 .content-wrapper::-o-selection {
  background-color: #005524;
  color: #fff;
}
.tema-t3 .content-wrapper::-ms-selection {
  background-color: #005524;
  color: #fff;
}
.tema-t3 .content-wrapper::-webkit-selection {
  background-color: #005524;
  color: #fff;
}
.tema-t3 #cupomExterno {
  background-color: #005524;
}
.tema-t3 #cupomExterno h1 {
  color: #005524;
}
.tema-t3 #pesquisaExterno {
  background-color: #005524;
}
.tema-t3 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #005524;
  color: #005524;
}
.tema-t3 #pesquisaExterno .stepy-header li div {
  background-color: #005524;
}
.tema-t3 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #005524 !important;
}
.tema-t3 #pesquisaExterno .stepy-header li:before,
.tema-t3 #pesquisaExterno .stepy-header li:after {
  background-color: #005524;
}
.tema-t3 #pesquisaExterno .stepy-header li div {
  border: 2px solid #005524;
}
.tema-t3 #pesquisaExterno .border-primary-600 {
  border-color: #005524;
}
.tema-t3 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #005524;
}
.tema-t3 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #005524;
  -webkit-box-shadow: 0 1px 0 #005524;
  box-shadow: 0 1px 0 #005524;
}
.tema-t3 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t3 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t3 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t3 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #005524;
  -webkit-box-shadow: 0 1px 0 #005524;
  box-shadow: 0 1px 0 #005524;
}
.tema-t3 #pesquisaExterno .checker span {
  border: 2px solid #005524;
}
.tema-t3 #pesquisaExterno .irs-slider {
  background-color: #005524;
}
.tema-t3 #pesquisaExterno .irs-bar {
  background-color: #005524;
}
.tema-t3 #pesquisaExterno .irs-from,
.tema-t3 #pesquisaExterno .irs-to,
.tema-t3 #pesquisaExterno .irs-single {
  background-color: #005524;
}
.tema-t3 #pesquisaExterno .form-control:focus {
  border-bottom-color: #005524;
  -webkit-box-shadow: 0 1px 0 #005524;
  box-shadow: 0 1px 0 #005524;
}
.tema-t3 #pesquisaExterno .irs-from:after,
.tema-t3 #pesquisaExterno .irs-to:after,
.tema-t3 #pesquisaExterno .irs-single:after {
  border-top-color: #005524;
}
.tema-t3 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #005524;
}
.tema-t3 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t3 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #00883a;
  color: white;
}
.tema-t3 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t3 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #005524;
  color: white;
}
.tema-t3 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #00220e;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t3 #pesquisaExterno .stepy-navigator a {
  background-color: #005524;
  color: #fff;
}
.tema-t3 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #005524;
  color: #fff !important;
}
.tema-t3 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #005524;
  color: #fff !important;
}
.tema-t3 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t3 #categoriaProduto #actionsControl {
  background-color: #005524;
}
.tema-t3 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #005524;
}
.tema-t3 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t3 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #005524;
}
.tema-t3 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t3 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #005524;
}
.tema-t3 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #005524;
}
.tema-t3 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #005524;
  color: #fff;
}
.tema-t3 #categoriaProduto #actionsControl .btn-edit,
.tema-t3 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t3 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t3 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t3 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t3 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t4 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t4 #ticketGridTopBar {
  background-color: #485500;
}
.tema-t4 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #485500;
}
.tema-t4 #ticket-aba-lateral .panel-heading h6 {
  color: #485500;
}
.tema-t4 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #fcffee;
  border-color: #f5ffbb;
}
.tema-t4 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #f5ffbb;
}
.tema-t4 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #485500;
}
.tema-t4 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #485500;
}
.tema-t4 .ticketIntro {
  background-color: #485500;
  color: #fff;
}
.tema-t4 .ticketInfo strong,
.tema-t4 .ticketInfo i {
  color: #485500;
}
.tema-t4 #ticketGrid h1 a {
  color: #485500;
}
.tema-t4 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #485500;
}
.tema-t4 .tokenfield .token:not([class*=bg-]) {
  background-color: #485500;
  color: #ffffff;
}
.tema-t4 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #fcffee;
  color: #485500;
}
.tema-t4#EmailDragDropEditor .content #settingsBar h2 {
  color: #485500;
}
.tema-t4#EmailDragDropEditor #editBar .box h2 {
  color: #485500;
}
.tema-t4#EmailDragDropEditor #editBar .irs-from,
.tema-t4#EmailDragDropEditor #editBar .irs-to,
.tema-t4#EmailDragDropEditor #editBar .irs-single {
  background-color: #485500;
}
.tema-t4#EmailDragDropEditor #editBar .irs-from:after,
.tema-t4#EmailDragDropEditor #editBar .irs-to:after,
.tema-t4#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #485500;
}
.tema-t4#EmailDragDropEditor #editBar .irs-slider {
  background-color: #485500;
}
.tema-t4#EmailDragDropEditor #editBar .irs-bar {
  background-color: #caee00;
}
.tema-t4#baixaCupomExternoCliente footer {
  background-color: #485500;
}
.tema-t4 #linkPrivacidade {
  background-color: rgba(72, 85, 0, 0.5);
  color: #fcffee;
}
.tema-t4 #linkPrivacidade:hover {
  background-color: #485500;
}
.tema-t4 #formularioExterno .termo i {
  color: #485500;
}
.tema-t4 #formularioExterno .termo strong {
  color: #485500;
}
.tema-t4 #formularioExterno .termo a {
  color: #485500;
  border-bottom: 1px dotted #485500;
}
.tema-t4 .modal_boasvindas .modal-body h1 {
  color: #485500;
}
.tema-t4 .modal_boasvindas .modal-body h2 {
  color: #edff88;
}
.tema-t4 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #edff88;
}
.tema-t4 .modal_boasvindas .modal-body strong {
  color: #485500;
}
.tema-t4 .noui-slider-primary .noUi-handle {
  background-color: #485500;
}
.tema-t4 .noUi-tooltip {
  background-color: #485500;
}
.tema-t4 .noUi-connect {
  background-color: #485500 !important;
}
.tema-t4 #detalheColecao .colecaoData h4 {
  color: #485500;
}
.tema-t4 .panel-tema {
  background-color: #485500;
}
.tema-t4 .panel-tema h6,
.tema-t4 .panel-tema span.center-block {
  color: #fff;
}
.tema-t4 .panel-tema input {
  color: #f5ffbb;
}
.tema-t4 #toast-container.toast-center-center {
  background-color: rgba(72, 85, 0, 0.7);
}
.tema-t4 .cd-top {
  background-color: rgba(72, 85, 0, 0.7);
}
.tema-t4 .cd-top i {
  color: #fff;
}
.tema-t4 .cd-top:hover {
  background-color: #485500;
}
.tema-t4 .pagination > .active > a,
.tema-t4 .pagination > .active > span,
.tema-t4 .pagination > .active > a:hover,
.tema-t4 .pagination > .active > span:hover,
.tema-t4 .pagination > .active > a:focus,
.tema-t4 .pagination > .active > span:focus {
  background-color: #485500;
  border-color: #485500;
}
.tema-t4 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t4 #edicao .editor_box .action_bar a:hover {
  background-color: #485500;
  color: #fff;
}
.tema-t4 .responsiveIframe.mobile {
  border: 1px solid #485500;
}
.tema-t4 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #485500;
}
.tema-t4 .progress-bar {
  background-color: #485500;
}
.tema-t4 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t4 pre[class*="language-"] {
  border-left-color: #485500;
}
.tema-t4 #pesquisaTabulacao tr.group,
.tema-t4 #pesquisaTabulacao tr.group:hover {
  background-color: #485500;
  color: #fff;
}
.tema-t4 #smsCriar .panel-heading {
  border-bottom: 1px dotted #485500;
}
.tema-t4 #smsCriar .panel-heading #SmsName {
  color: #485500;
}
.tema-t4 .br-theme-bars-pill .br-widget a {
  background-color: #fcffee;
  color: #485500;
}
.tema-t4 .br-theme-bars-pill .br-widget a.br-active,
.tema-t4 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #485500;
  color: white;
}
.tema-t4 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t4 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #485500;
}
.tema-t4 .pesquisaCriacaoBarra > li a,
.tema-t4 .formCriacaoBarra > li a {
  color: #485500;
}
.tema-t4 .pesquisaCriacaoBarra > li a:hover,
.tema-t4 .formCriacaoBarra > li a:hover {
  color: #485500;
  background: #fff;
}
.tema-t4 .pesquisaCriacaoBarra > li > ul a,
.tema-t4 .formCriacaoBarra > li > ul a {
  color: #485500;
}
.tema-t4 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t4 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #485500;
}
.tema-t4 #novaRespTemp {
  border-left: 2px dotted #485500 !important;
}
.tema-t4 #PesquisaCriar .help-block a {
  color: #485500;
}
.tema-t4 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #f5ffbb;
}
.tema-t4 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #fcffee;
}
.tema-t4 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #485500;
}
.tema-t4 #questionario .item .menu li a {
  color: #485500;
}
.tema-t4 #questionario .item.active {
  border-left: 2px solid #485500;
}
.tema-t4 #questionario .item.active .menu {
  background: #f5ffbb;
}
.tema-t4 #questionario .item-placeholder {
  border: 1px dotted #485500;
}
.tema-t4 #questionario .secao-data {
  color: #485500;
}
.tema-t4 #dv-resumo-emails-validos ul {
  border: 1px dashed #485500;
}
.tema-t4 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #485500;
}
.tema-t4 #dv-resumo-emails-validos ul li:hover {
  background: #485500;
  color: #fff;
}
.tema-t4 .cke_editable.cke_focus {
  border-bottom: 2px solid #485500;
}
.tema-t4 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t4 #modalDetalheVenda .modal-header,
.tema-t4 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t4 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t4 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #485500;
}
.tema-t4 span.dicItem {
  border-bottom: dotted 1px #485500;
  color: #485500;
}
.tema-t4 .d3-tip {
  background-color: #485500;
}
.tema-t4 .fancybox-overlay {
  background-color: rgba(72, 85, 0, 0.8);
}
.tema-t4 .fidelidadeItem h1.panel-title {
  color: #485500;
}
.tema-t4 .fidelidadeItem .infobar li div:hover {
  color: #485500;
}
.tema-t4 .gerenciaEmailItem h1.panel-title {
  color: #485500;
}
.tema-t4 .gerenciaEmailItem .infobar li div:hover {
  color: #485500;
}
.tema-t4 .itemLote .hlight {
  border-bottom: 1px solid #485500;
}
.tema-t4 .text-tema {
  color: #485500;
}
.tema-t4 .label-tema-flat {
  color: #485500;
  border-color: #485500;
}
.tema-t4 .label-tema {
  color: #fff;
  background-color: #485500;
}
.tema-t4 .btn-tema-7 {
  color: #fff;
  background-color: #edff88;
}
.tema-t4 .btn-tema {
  color: #fff;
  background-color: #485500;
}
.tema-t4 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t4 .btn-tema .checker span.checked {
  border: none;
}
.tema-t4 #modalLabSend .modal-body h5 {
  color: #485500;
}
.tema-t4 .btn-group .btn.active {
  background-color: #485500 !important;
  color: #fff !important;
}
.tema-t4 picker__list-item--selected,
.tema-t4 .picker__list-item--selected:hover,
.tema-t4 .picker--focused .picker__list-item--selected {
  background-color: #485500;
  color: #fff;
}
.tema-t4 .UserId.member {
  background-color: #485500;
  color: #fff;
}
.tema-t4 .UserId.member.inNavBar {
  background-color: #fff;
  color: #485500;
}
.tema-t4 #EmailName,
.tema-t4 #ColecaoName,
.tema-t4 #CupomName,
.tema-t4 #ProgramaName {
  color: #485500;
}
.tema-t4 .stepy-navigator {
  border-bottom: 1px dotted #485500;
}
.tema-t4 #ComunicacaoEmailCriar h4.content-group,
.tema-t4 #ProgramaFidelidadeItem h4.content-group {
  color: #485500;
}
.tema-t4 #sidebar_historico .category-content li {
  border-color: #485500;
}
.tema-t4 #sidebar_historico .category-content li:before {
  border: 2px solid #485500;
}
.tema-t4 #sidebar_historico .category-content li:after {
  border-left: 1px solid #485500;
  border-right: 1px solid #485500;
}
.tema-t4 #sidebar_historico .category-content li strong {
  color: #485500;
}
.tema-t4 .panel-footer.historico a {
  color: #485500;
}
.tema-t4 #loading-default:not(.step1) {
  background: #485500;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t4 #helpPageHeader {
  -o-animation: tema-t4 5s linear infinite alternate both;
  -webkit-animation: tema-t4 5s linear infinite alternate both;
  -moz-animation: tema-t4 5s linear infinite alternate both;
  animation: tema-t4 5s linear infinite alternate both;
}
@-moz-keyframes tema-t4 {
  0% {
    background: rgba(72, 85, 0, 0.5);
  }
  100% {
    background: rgba(158, 187, 0, 0.9);
  }
}
@-webkit-keyframes tema-t4 {
  0% {
    background: rgba(72, 85, 0, 0.5);
  }
  100% {
    background: rgba(158, 187, 0, 0.9);
  }
}
@keyframes tema-t4 {
  0% {
    background: rgba(72, 85, 0, 0.5);
  }
  100% {
    background: rgba(158, 187, 0, 0.9);
  }
}
.tema-t4 #helpCenter #categoriasMenu .category-title span {
  color: #485500;
}
.tema-t4 #helpCenter #CatHeader {
  background: #485500;
}
.tema-t4 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t4 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t4 #helpCenter .categoriaBox h2 {
  color: #485500;
}
.tema-t4 #helpCenter .categoriaItem h1 {
  color: #9ebb00;
}
.tema-t4 #chatBot #q {
  color: #485500;
}
.tema-t4 #chatBot #q::-webkit-input-placeholder {
  color: #e5ff55;
}
.tema-t4 #chatBot #q:-moz-placeholder {
  color: #e5ff55;
}
.tema-t4 #chatBot #send {
  background-color: #485500;
}
.tema-t4 #chatBot.active .header {
  background-image: linear-gradient(315deg, #485500, #edff88);
}
.tema-t4 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t4 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #485500;
  border-color: #485500;
  color: #fff;
}
.tema-t4 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #485500;
}
.tema-t4 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #fcffee;
}
.tema-t4 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #f5ffbb;
  border-color: #f5ffbb;
  color: #485500;
}
.tema-t4 #contatoDados h4,
.tema-t4 #cadastroProduto h4,
.tema-t4 #ProgramaFidelidadePremioItem h4,
.tema-t4 #EmpresaVisualizar h4,
.tema-t4 #EmpresaEditar h4 {
  color: #485500;
}
.tema-t4 #contatoDados h4:before,
.tema-t4 #cadastroProduto h4:before,
.tema-t4 #ProgramaFidelidadePremioItem h4:before,
.tema-t4 #EmpresaVisualizar h4:before,
.tema-t4 #EmpresaEditar h4:before {
  background: #f5ffbb;
}
.tema-t4 #contatoDados .userIntro,
.tema-t4 #cadastroProduto .userIntro,
.tema-t4 #ProgramaFidelidadePremioItem .userIntro,
.tema-t4 #EmpresaVisualizar .userIntro,
.tema-t4 #EmpresaEditar .userIntro {
  background-color: #485500;
  color: #fff;
}
.tema-t4 .eventoIntro,
.tema-t4 .relatorioIntro {
  background-color: #485500;
  color: #fff;
}
.tema-t4 .pesquisaIntro {
  background-color: #485500;
  color: #fff;
}
.tema-t4 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t4 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #485500 !important;
}
.tema-t4 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t4 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #fcffee;
}
.tema-t4 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t4 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #485500 !important;
}
.tema-t4 #contatoConfig .dropZoneFields .itemField .box,
.tema-t4 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #e5ff55;
}
.tema-t4 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t4 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #485500;
}
.tema-t4 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t4 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t4 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t4 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #485500 !important;
}
.tema-t4 #contatoConfig .g .header h4,
.tema-t4 #contatoConfig .g .header i {
  color: #485500;
}
.tema-t4 #contatoConfig .g:nth-child(even) {
  background: #fcffee;
  border-bottom: 1px dotted #edff88;
  border-top: 1px dotted #edff88;
}
.tema-t4 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t4 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t4 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t4 .dataTables_paginate .paginate_button.current,
.tema-t4 .dataTables_paginate .paginate_button.current:hover,
.tema-t4 .dataTables_paginate .paginate_button.current:focus {
  color: #fcffee !important;
  background-color: #ddff22 !important;
}
.tema-t4 .dropdown-menu > .active > a,
.tema-t4 .dropdown-menu > .active > a:hover,
.tema-t4 .dropdown-menu > .active > a:focus {
  color: #fcffee !important;
  background-color: #ddff22 !important;
}
.tema-t4 .btn-link:hover,
.tema-t4 .btn-link:focus {
  color: #ddff22;
}
.tema-t4 .bg-tema {
  background-color: #ddff22 !important;
}
.tema-t4 .btn.bg-tema {
  background-color: #ddff22 !important;
  color: #fff;
}
.tema-t4 .border-tema {
  border-color: #ddff22;
}
.tema-t4 .nicescroll-cursors {
  background-color: #ddff22 !important;
}
.tema-t4 .addNew button {
  color: #fcffee !important;
  background-color: #ddff22 !important;
}
.tema-t4 .dbgrid.dragging {
  border: 1px solid #ddff22;
}
.tema-t4 .dbgrid .table thead {
  background-color: #ddff22 !important;
  color: #fcffee !important;
}
.tema-t4 .dbgrid .table a {
  color: #ddff22;
}
.tema-t4 .dbgrid .table a:hover {
  color: #485500;
}
.tema-t4 .dbgrid .bottom {
  border-color: #ddff22 !important;
}
.tema-t4 .packery-drop-placeholder:before {
  outline: 3px dashed #ddff22 !important;
}
.tema-t4 .loading-chart .coffee_cup {
  border-color: #485500;
}
.tema-t4 .loading-chart .coffee_cup:after {
  border-color: #485500;
}
.tema-t4 .loading-chart .coffee_cup:before {
  background-color: #485500;
  box-shadow: 5px 0px 0px 0px #485500, 5px -5px 0px 0px #485500, 10px 0px 0px 0px #485500;
}
.tema-t4 #loading-default h1 {
  color: #485500;
}
.tema-t4 #loading-default h2 {
  color: #9ebb00;
}
.tema-t4 #loading-default .coffee_cup {
  border-color: #485500;
}
.tema-t4 #loading-default .coffee_cup:after {
  border-color: #485500;
}
.tema-t4 #loading-default .coffee_cup:before {
  background-color: #485500;
  box-shadow: 5px 0px 0px 0px #485500, 5px -5px 0px 0px #485500, 10px 0px 0px 0px #485500;
}
.tema-t4 #loading-default.step1 .panel {
  background-color: #485500;
}
.tema-t4 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t4 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t4 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t4 #loading-default .lds-ring > div {
  border: 3px solid #485500;
  border-color: #485500 transparent transparent transparent;
}
.tema-t4 #gerenciaPerfil h6 {
  color: #485500;
}
.tema-t4 #gerenciaPerfil .group {
  border: 1px dotted #edff88;
}
.tema-t4 .switchery-default {
  background-color: #485500 !important;
  border-color: #485500 !important;
  box-shadow: #485500 0px 0px 0px 0px inset !important;
}
.tema-t4 .switchery-default small {
  background-color: #fff !important;
}
.tema-t4.login-container .panel-heading {
  background-color: #485500 !important;
}
.tema-t4.login-container .panel-body button {
  background-color: #485500 !important;
  color: #fcffee !important;
}
.tema-t4.login-container .panel-body button:hover {
  color: #485500 !important;
  background-color: #fcffee !important;
}
.tema-t4.login-container .panel-body ul li a {
  border: 1px solid #485500 !important;
  color: #485500 !important;
}
.tema-t4.login-container .panel-body ul li a:hover {
  color: #fcffee !important;
  background-color: #485500 !important;
}
.tema-t4 .navbar-header {
  background-color: #485500 !important;
}
.tema-t4 .DTCR_clonedTable td,
.tema-t4 .DTCR_pointer {
  border-left: 1px dotted #485500 !important;
  z-index: 99999;
}
.tema-t4 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #485500 !important;
}
.tema-t4 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t4 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #fcffee !important;
}
.tema-t4 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #485500 !important;
  background-color: #fcffee !important;
}
.tema-t4 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #485500 !important;
}
.tema-t4 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #485500 !important;
  color: #fcffee !important;
}
.tema-t4 .cke_chrome {
  border: none;
}
.tema-t4 table.hover tr:hover td,
.tema-t4 table.hover tr:focus td {
  border-bottom: 1px solid #485500 !important;
}
.tema-t4 table.hover tr:hover td:first-child:before,
.tema-t4 table.hover tr:focus td:first-child:before {
  color: #485500 !important;
}
.tema-t4 .popover.superhint {
  background-color: #485500 !important;
}
.tema-t4 .popover.superhint .popover-footer {
  background-color: #fcffee !important;
}
.tema-t4 .popover.superhint .popover-footer button {
  background-color: #485500 !important;
  color: #fcffee !important;
}
.tema-t4 .popover.superhint .popover-title {
  color: #fcffee !important;
}
.tema-t4 .popover.superhint .popover-content {
  color: #fcffee !important;
}
.tema-t4 .popover.superhint .popover-close {
  color: #fcffee !important;
}
.tema-t4 .popover.superhint.left > .arrow {
  border-left-color: #485500 !important;
}
.tema-t4 .popover.superhint.left > .arrow:after {
  border-left-color: #485500 !important;
}
.tema-t4 .popover.superhint.right > .arrow {
  border-right-color: #485500 !important;
}
.tema-t4 .popover.superhint.right > .arrow:after {
  border-right-color: #485500 !important;
}
.tema-t4 .popover.superhint.top > .arrow {
  border-top-color: #fcffee !important;
}
.tema-t4 .popover.superhint.top > .arrow:after {
  border-top-color: #fcffee !important;
}
.tema-t4 .popover.superhint.bottom > .arrow {
  border-bottom-color: #485500 !important;
}
.tema-t4 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #485500 !important;
}
.tema-t4 .checker span {
  color: #caee00 !important;
  border: 2px solid #caee00;
}
.tema-t4 .thumb:hover .zoom-image {
  background-color: #caee00 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t4 .panel-email-insertType:hover .btn {
  background-color: #caee00 !important;
  color: #fcffee !important;
}
.tema-t4 .stepy-header li div {
  color: #fcffee !important;
}
.tema-t4 .stepy-header li div {
  border-color: #e5ff55 !important;
  background-color: #e5ff55 !important;
  color: #fcffee !important;
}
.tema-t4 .stepy-header li span {
  color: #e5ff55 !important;
}
.tema-t4 .stepy-header li.stepy-active div {
  border-color: #485500 !important;
  background-color: #485500 !important;
  color: #fcffee !important;
}
.tema-t4 .stepy-header li.stepy-active span {
  color: #485500 !important;
}
.tema-t4 .stepy-header li:before,
.tema-t4 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t4 .emojSelect a:hover {
  color: #caee00 !important;
}
.tema-t4 .daterangepicker td.active,
.tema-t4 .daterangepicker td.active:hover,
.tema-t4 .daterangepicker td.active:focus {
  background-color: #caee00 !important;
}
.tema-t4 .ranges ul li.active {
  color: #ffffff;
  background-color: #caee00 !important;
}
.tema-t4 .hint-help {
  color: #caee00 !important;
}
.tema-t4 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t4 .popover-hint,
.tema-t4 .tooltip {
  background-color: #485500;
  color: #fff;
}
.tema-t4 .tooltip > .tooltip-inner {
  background-color: #485500;
}
.tema-t4 .modal-backdrop {
  background-color: #738800 !important;
}
.tema-t4 .border-left-tema {
  border-left-color: #485500;
}
.tema-t4 .tema-bg {
  background-color: #738800 !important;
}
.tema-t4 .tema-border {
  border-color: #caee00;
}
.tema-t4 .tema-text,
.tema-t4 .tema-text:hover,
.tema-t4 .tema-text:focus {
  color: #caee00 !important;
}
.tema-t4 .badge-tema {
  background-color: #485500;
  border-color: #485500;
}
.tema-t4 > .navbar {
  background-color: #738800;
}
.tema-t4 > .navbar a:hover {
  color: #e5ff55;
}
.tema-t4 > .navbar a:hover i {
  color: #f5ffbb;
}
.tema-t4 #adesaoPlano > .navbar {
  background-color: #738800;
}
.tema-t4 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t4 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(72, 85, 0, 0.85);
}
.tema-t4 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t4 #sidebar_config,
.tema-t4 .sidebar_config {
  background-color: #485500;
  color: #fff;
}
.tema-t4 #sidebar_config .navigation > li.active > a,
.tema-t4 .sidebar_config .navigation > li.active > a,
.tema-t4 #sidebar_config .navigation > li.active > a:hover,
.tema-t4 .sidebar_config .navigation > li.active > a:hover,
.tema-t4 #sidebar_config .navigation > li.active > a:focus,
.tema-t4 .sidebar_config .navigation > li.active > a:focus {
  background-color: #9ebb00;
  color: #ffffff;
}
.tema-t4 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #485500;
}
@media only screen and (min-width: 769px) {
  .tema-t4 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #485500;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t4 .nav-tabs.nav-justified > li.active > a,
  .tema-t4 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t4 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #485500;
  }
}
.tema-t4 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t4 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t4 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #485500;
}
@media (min-width: 769px) {
  .tema-t4 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t4 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t4 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #485500;
  }
  .tema-t4 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #485500;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t4 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #485500;
  }
}
@media (max-width: 768px) {
  .tema-t4 .nav-tabs > li.active > a,
  .tema-t4 .nav-tabs > li.active > a:hover,
  .tema-t4 .nav-tabs > li.active > a:focus {
    border-left-color: #485500;
    color: #485500;
  }
}
@media (min-width: 769px) {
  .tema-t4 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t4 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t4 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #485500;
  }
}
.tema-t4 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t4 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t4 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t4 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t4 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t4 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t4 #compras #meses table th,
.tema-t4 #carrinho-abandonado #meses table th,
.tema-t4 #compras #meses-carrinho-abandonado table th,
.tema-t4 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #485500;
  color: #fff;
}
.tema-t4 #compras #meses table tr.highlight td,
.tema-t4 #carrinho-abandonado #meses table tr.highlight td,
.tema-t4 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t4 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #485500 1px dotted !important;
  border-bottom: #485500 1px dotted !important;
  color: #485500;
}
.tema-t4 #compras #meses table tr.highlight td:nth-child(1),
.tema-t4 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t4 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t4 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t4 #compras #meses table tr.highlight td:nth-child(2),
.tema-t4 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t4 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t4 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t4 #compras #meses table td.highlight,
.tema-t4 #carrinho-abandonado #meses table td.highlight,
.tema-t4 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t4 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #485500 1px dotted !important;
  border-right: #485500 1px dotted !important;
  color: #485500;
}
.tema-t4 #compras #meses table td:nth-child(1),
.tema-t4 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t4 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t4 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #738800;
  color: #fff;
}
.tema-t4 #compras #meses table td:nth-child(1).highlight,
.tema-t4 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t4 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t4 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t4 #compras #meses table td:nth-child(2),
.tema-t4 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t4 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t4 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #9ebb00;
  color: #fff;
}
.tema-t4 .form-control:focus {
  border-bottom-color: #485500;
  -webkit-box-shadow: 0 1px 0 #485500;
  box-shadow: 0 1px 0 #485500;
}
.tema-t4 .bootstrap-select .btn-default:focus,
.tema-t4 .bootstrap-select .btn-default.focus,
.tema-t4 .bootstrap-select .btn-default:active,
.tema-t4 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #485500;
  -webkit-box-shadow: 0 1px 0 #485500;
  box-shadow: 0 1px 0 #485500;
}
.tema-t4 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #485500;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #485500;
  box-shadow: 0 1px 0 #485500;
}
.tema-t4 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #485500;
}
.tema-t4 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t4 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t4 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t4 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t4 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t4 .btn-delete:hover,
.tema-t4 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t4 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t4 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t4 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t4 .btn-edit:hover,
.tema-t4 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t4 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t4 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t4 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t4 .btn-search:hover,
.tema-t4 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t4 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t4 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t4 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t4 .btn-save:hover,
.tema-t4 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t4 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t4 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t4 .btn-save-inv:hover,
.tema-t4 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t4 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t4 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t4 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t4 .btn-face:hover,
.tema-t4 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t4 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t4 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t4 .btn-default:hover,
.tema-t4 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t4 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t4 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t4 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t4 .bootstrap-select .btn-default:focus,
.tema-t4 .bootstrap-select .btn-default:hover,
.tema-t4 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t4 .btn-tema-dark10 {
  background: #1d2200;
  background-color: #1d2200;
  color: #fff;
}
.tema-t4 .btn-tema-dark10:focus,
.tema-t4 .btn-tema-dark10:hover,
.tema-t4 .btn-tema-dark10 [disabled] {
  background: #000000;
  background-color: #000000;
  color: #fff;
}
.tema-t4 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #485500;
}
.tema-t4 .btn-white-inv:focus,
.tema-t4 .btn-white-inv:hover,
.tema-t4 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t4 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t4 .btn-white:focus,
.tema-t4 .btn-white:hover,
.tema-t4 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t4 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t4 .btn-new {
  text-transform: none;
  color: #485500 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t4 .btn-new:hover,
.tema-t4 .btn-new [disabled] {
  color: #fcffee !important;
  background-color: #485500 !important;
}
.tema-t4 .btn-new:focus {
  color: #fcffee !important;
  background-color: #485500 !important;
}
.tema-t4 .btn-new[disabled] {
  color: #485500 !important;
  background-color: #fcffee !important;
}
.tema-t4 .content-wrapper::selection {
  background-color: #485500;
  color: #fff;
}
.tema-t4 .content-wrapper::-moz-selection {
  background-color: #485500;
  color: #fff;
}
.tema-t4 .content-wrapper::-o-selection {
  background-color: #485500;
  color: #fff;
}
.tema-t4 .content-wrapper::-ms-selection {
  background-color: #485500;
  color: #fff;
}
.tema-t4 .content-wrapper::-webkit-selection {
  background-color: #485500;
  color: #fff;
}
.tema-t4 #cupomExterno {
  background-color: #485500;
}
.tema-t4 #cupomExterno h1 {
  color: #485500;
}
.tema-t4 #pesquisaExterno {
  background-color: #485500;
}
.tema-t4 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #485500;
  color: #485500;
}
.tema-t4 #pesquisaExterno .stepy-header li div {
  background-color: #485500;
}
.tema-t4 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #485500 !important;
}
.tema-t4 #pesquisaExterno .stepy-header li:before,
.tema-t4 #pesquisaExterno .stepy-header li:after {
  background-color: #485500;
}
.tema-t4 #pesquisaExterno .stepy-header li div {
  border: 2px solid #485500;
}
.tema-t4 #pesquisaExterno .border-primary-600 {
  border-color: #485500;
}
.tema-t4 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #485500;
}
.tema-t4 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #485500;
  -webkit-box-shadow: 0 1px 0 #485500;
  box-shadow: 0 1px 0 #485500;
}
.tema-t4 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t4 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t4 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t4 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #485500;
  -webkit-box-shadow: 0 1px 0 #485500;
  box-shadow: 0 1px 0 #485500;
}
.tema-t4 #pesquisaExterno .checker span {
  border: 2px solid #485500;
}
.tema-t4 #pesquisaExterno .irs-slider {
  background-color: #485500;
}
.tema-t4 #pesquisaExterno .irs-bar {
  background-color: #485500;
}
.tema-t4 #pesquisaExterno .irs-from,
.tema-t4 #pesquisaExterno .irs-to,
.tema-t4 #pesquisaExterno .irs-single {
  background-color: #485500;
}
.tema-t4 #pesquisaExterno .form-control:focus {
  border-bottom-color: #485500;
  -webkit-box-shadow: 0 1px 0 #485500;
  box-shadow: 0 1px 0 #485500;
}
.tema-t4 #pesquisaExterno .irs-from:after,
.tema-t4 #pesquisaExterno .irs-to:after,
.tema-t4 #pesquisaExterno .irs-single:after {
  border-top-color: #485500;
}
.tema-t4 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #485500;
}
.tema-t4 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t4 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #738800;
  color: white;
}
.tema-t4 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t4 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #485500;
  color: white;
}
.tema-t4 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #1d2200;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t4 #pesquisaExterno .stepy-navigator a {
  background-color: #485500;
  color: #fff;
}
.tema-t4 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #485500;
  color: #fff !important;
}
.tema-t4 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #485500;
  color: #fff !important;
}
.tema-t4 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t4 #categoriaProduto #actionsControl {
  background-color: #485500;
}
.tema-t4 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #485500;
}
.tema-t4 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t4 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #485500;
}
.tema-t4 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t4 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #485500;
}
.tema-t4 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #485500;
}
.tema-t4 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #485500;
  color: #fff;
}
.tema-t4 #categoriaProduto #actionsControl .btn-edit,
.tema-t4 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t4 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t4 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t4 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t4 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t5 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t5 #ticketGridTopBar {
  background-color: #553800;
}
.tema-t5 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #553800;
}
.tema-t5 #ticket-aba-lateral .panel-heading h6 {
  color: #553800;
}
.tema-t5 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #fff9ee;
  border-color: #ffe8bb;
}
.tema-t5 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #ffe8bb;
}
.tema-t5 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #553800;
}
.tema-t5 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #553800;
}
.tema-t5 .ticketIntro {
  background-color: #553800;
  color: #fff;
}
.tema-t5 .ticketInfo strong,
.tema-t5 .ticketInfo i {
  color: #553800;
}
.tema-t5 #ticketGrid h1 a {
  color: #553800;
}
.tema-t5 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #553800;
}
.tema-t5 .tokenfield .token:not([class*=bg-]) {
  background-color: #553800;
  color: #ffffff;
}
.tema-t5 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #fff9ee;
  color: #553800;
}
.tema-t5#EmailDragDropEditor .content #settingsBar h2 {
  color: #553800;
}
.tema-t5#EmailDragDropEditor #editBar .box h2 {
  color: #553800;
}
.tema-t5#EmailDragDropEditor #editBar .irs-from,
.tema-t5#EmailDragDropEditor #editBar .irs-to,
.tema-t5#EmailDragDropEditor #editBar .irs-single {
  background-color: #553800;
}
.tema-t5#EmailDragDropEditor #editBar .irs-from:after,
.tema-t5#EmailDragDropEditor #editBar .irs-to:after,
.tema-t5#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #553800;
}
.tema-t5#EmailDragDropEditor #editBar .irs-slider {
  background-color: #553800;
}
.tema-t5#EmailDragDropEditor #editBar .irs-bar {
  background-color: #ee9d00;
}
.tema-t5#baixaCupomExternoCliente footer {
  background-color: #553800;
}
.tema-t5 #linkPrivacidade {
  background-color: rgba(85, 56, 0, 0.5);
  color: #fff9ee;
}
.tema-t5 #linkPrivacidade:hover {
  background-color: #553800;
}
.tema-t5 #formularioExterno .termo i {
  color: #553800;
}
.tema-t5 #formularioExterno .termo strong {
  color: #553800;
}
.tema-t5 #formularioExterno .termo a {
  color: #553800;
  border-bottom: 1px dotted #553800;
}
.tema-t5 .modal_boasvindas .modal-body h1 {
  color: #553800;
}
.tema-t5 .modal_boasvindas .modal-body h2 {
  color: #ffd688;
}
.tema-t5 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #ffd688;
}
.tema-t5 .modal_boasvindas .modal-body strong {
  color: #553800;
}
.tema-t5 .noui-slider-primary .noUi-handle {
  background-color: #553800;
}
.tema-t5 .noUi-tooltip {
  background-color: #553800;
}
.tema-t5 .noUi-connect {
  background-color: #553800 !important;
}
.tema-t5 #detalheColecao .colecaoData h4 {
  color: #553800;
}
.tema-t5 .panel-tema {
  background-color: #553800;
}
.tema-t5 .panel-tema h6,
.tema-t5 .panel-tema span.center-block {
  color: #fff;
}
.tema-t5 .panel-tema input {
  color: #ffe8bb;
}
.tema-t5 #toast-container.toast-center-center {
  background-color: rgba(85, 56, 0, 0.7);
}
.tema-t5 .cd-top {
  background-color: rgba(85, 56, 0, 0.7);
}
.tema-t5 .cd-top i {
  color: #fff;
}
.tema-t5 .cd-top:hover {
  background-color: #553800;
}
.tema-t5 .pagination > .active > a,
.tema-t5 .pagination > .active > span,
.tema-t5 .pagination > .active > a:hover,
.tema-t5 .pagination > .active > span:hover,
.tema-t5 .pagination > .active > a:focus,
.tema-t5 .pagination > .active > span:focus {
  background-color: #553800;
  border-color: #553800;
}
.tema-t5 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t5 #edicao .editor_box .action_bar a:hover {
  background-color: #553800;
  color: #fff;
}
.tema-t5 .responsiveIframe.mobile {
  border: 1px solid #553800;
}
.tema-t5 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #553800;
}
.tema-t5 .progress-bar {
  background-color: #553800;
}
.tema-t5 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t5 pre[class*="language-"] {
  border-left-color: #553800;
}
.tema-t5 #pesquisaTabulacao tr.group,
.tema-t5 #pesquisaTabulacao tr.group:hover {
  background-color: #553800;
  color: #fff;
}
.tema-t5 #smsCriar .panel-heading {
  border-bottom: 1px dotted #553800;
}
.tema-t5 #smsCriar .panel-heading #SmsName {
  color: #553800;
}
.tema-t5 .br-theme-bars-pill .br-widget a {
  background-color: #fff9ee;
  color: #553800;
}
.tema-t5 .br-theme-bars-pill .br-widget a.br-active,
.tema-t5 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #553800;
  color: white;
}
.tema-t5 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t5 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #553800;
}
.tema-t5 .pesquisaCriacaoBarra > li a,
.tema-t5 .formCriacaoBarra > li a {
  color: #553800;
}
.tema-t5 .pesquisaCriacaoBarra > li a:hover,
.tema-t5 .formCriacaoBarra > li a:hover {
  color: #553800;
  background: #fff;
}
.tema-t5 .pesquisaCriacaoBarra > li > ul a,
.tema-t5 .formCriacaoBarra > li > ul a {
  color: #553800;
}
.tema-t5 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t5 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #553800;
}
.tema-t5 #novaRespTemp {
  border-left: 2px dotted #553800 !important;
}
.tema-t5 #PesquisaCriar .help-block a {
  color: #553800;
}
.tema-t5 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #ffe8bb;
}
.tema-t5 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #fff9ee;
}
.tema-t5 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #553800;
}
.tema-t5 #questionario .item .menu li a {
  color: #553800;
}
.tema-t5 #questionario .item.active {
  border-left: 2px solid #553800;
}
.tema-t5 #questionario .item.active .menu {
  background: #ffe8bb;
}
.tema-t5 #questionario .item-placeholder {
  border: 1px dotted #553800;
}
.tema-t5 #questionario .secao-data {
  color: #553800;
}
.tema-t5 #dv-resumo-emails-validos ul {
  border: 1px dashed #553800;
}
.tema-t5 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #553800;
}
.tema-t5 #dv-resumo-emails-validos ul li:hover {
  background: #553800;
  color: #fff;
}
.tema-t5 .cke_editable.cke_focus {
  border-bottom: 2px solid #553800;
}
.tema-t5 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t5 #modalDetalheVenda .modal-header,
.tema-t5 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t5 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t5 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #553800;
}
.tema-t5 span.dicItem {
  border-bottom: dotted 1px #553800;
  color: #553800;
}
.tema-t5 .d3-tip {
  background-color: #553800;
}
.tema-t5 .fancybox-overlay {
  background-color: rgba(85, 56, 0, 0.8);
}
.tema-t5 .fidelidadeItem h1.panel-title {
  color: #553800;
}
.tema-t5 .fidelidadeItem .infobar li div:hover {
  color: #553800;
}
.tema-t5 .gerenciaEmailItem h1.panel-title {
  color: #553800;
}
.tema-t5 .gerenciaEmailItem .infobar li div:hover {
  color: #553800;
}
.tema-t5 .itemLote .hlight {
  border-bottom: 1px solid #553800;
}
.tema-t5 .text-tema {
  color: #553800;
}
.tema-t5 .label-tema-flat {
  color: #553800;
  border-color: #553800;
}
.tema-t5 .label-tema {
  color: #fff;
  background-color: #553800;
}
.tema-t5 .btn-tema-7 {
  color: #fff;
  background-color: #ffd688;
}
.tema-t5 .btn-tema {
  color: #fff;
  background-color: #553800;
}
.tema-t5 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t5 .btn-tema .checker span.checked {
  border: none;
}
.tema-t5 #modalLabSend .modal-body h5 {
  color: #553800;
}
.tema-t5 .btn-group .btn.active {
  background-color: #553800 !important;
  color: #fff !important;
}
.tema-t5 picker__list-item--selected,
.tema-t5 .picker__list-item--selected:hover,
.tema-t5 .picker--focused .picker__list-item--selected {
  background-color: #553800;
  color: #fff;
}
.tema-t5 .UserId.member {
  background-color: #553800;
  color: #fff;
}
.tema-t5 .UserId.member.inNavBar {
  background-color: #fff;
  color: #553800;
}
.tema-t5 #EmailName,
.tema-t5 #ColecaoName,
.tema-t5 #CupomName,
.tema-t5 #ProgramaName {
  color: #553800;
}
.tema-t5 .stepy-navigator {
  border-bottom: 1px dotted #553800;
}
.tema-t5 #ComunicacaoEmailCriar h4.content-group,
.tema-t5 #ProgramaFidelidadeItem h4.content-group {
  color: #553800;
}
.tema-t5 #sidebar_historico .category-content li {
  border-color: #553800;
}
.tema-t5 #sidebar_historico .category-content li:before {
  border: 2px solid #553800;
}
.tema-t5 #sidebar_historico .category-content li:after {
  border-left: 1px solid #553800;
  border-right: 1px solid #553800;
}
.tema-t5 #sidebar_historico .category-content li strong {
  color: #553800;
}
.tema-t5 .panel-footer.historico a {
  color: #553800;
}
.tema-t5 #loading-default:not(.step1) {
  background: #553800;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t5 #helpPageHeader {
  -o-animation: tema-t5 5s linear infinite alternate both;
  -webkit-animation: tema-t5 5s linear infinite alternate both;
  -moz-animation: tema-t5 5s linear infinite alternate both;
  animation: tema-t5 5s linear infinite alternate both;
}
@-moz-keyframes tema-t5 {
  0% {
    background: rgba(85, 56, 0, 0.5);
  }
  100% {
    background: rgba(187, 123, 0, 0.9);
  }
}
@-webkit-keyframes tema-t5 {
  0% {
    background: rgba(85, 56, 0, 0.5);
  }
  100% {
    background: rgba(187, 123, 0, 0.9);
  }
}
@keyframes tema-t5 {
  0% {
    background: rgba(85, 56, 0, 0.5);
  }
  100% {
    background: rgba(187, 123, 0, 0.9);
  }
}
.tema-t5 #helpCenter #categoriasMenu .category-title span {
  color: #553800;
}
.tema-t5 #helpCenter #CatHeader {
  background: #553800;
}
.tema-t5 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t5 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t5 #helpCenter .categoriaBox h2 {
  color: #553800;
}
.tema-t5 #helpCenter .categoriaItem h1 {
  color: #bb7b00;
}
.tema-t5 #chatBot #q {
  color: #553800;
}
.tema-t5 #chatBot #q::-webkit-input-placeholder {
  color: #ffc555;
}
.tema-t5 #chatBot #q:-moz-placeholder {
  color: #ffc555;
}
.tema-t5 #chatBot #send {
  background-color: #553800;
}
.tema-t5 #chatBot.active .header {
  background-image: linear-gradient(315deg, #553800, #ffd688);
}
.tema-t5 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t5 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #553800;
  border-color: #553800;
  color: #fff;
}
.tema-t5 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #553800;
}
.tema-t5 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #fff9ee;
}
.tema-t5 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #ffe8bb;
  border-color: #ffe8bb;
  color: #553800;
}
.tema-t5 #contatoDados h4,
.tema-t5 #cadastroProduto h4,
.tema-t5 #ProgramaFidelidadePremioItem h4,
.tema-t5 #EmpresaVisualizar h4,
.tema-t5 #EmpresaEditar h4 {
  color: #553800;
}
.tema-t5 #contatoDados h4:before,
.tema-t5 #cadastroProduto h4:before,
.tema-t5 #ProgramaFidelidadePremioItem h4:before,
.tema-t5 #EmpresaVisualizar h4:before,
.tema-t5 #EmpresaEditar h4:before {
  background: #ffe8bb;
}
.tema-t5 #contatoDados .userIntro,
.tema-t5 #cadastroProduto .userIntro,
.tema-t5 #ProgramaFidelidadePremioItem .userIntro,
.tema-t5 #EmpresaVisualizar .userIntro,
.tema-t5 #EmpresaEditar .userIntro {
  background-color: #553800;
  color: #fff;
}
.tema-t5 .eventoIntro,
.tema-t5 .relatorioIntro {
  background-color: #553800;
  color: #fff;
}
.tema-t5 .pesquisaIntro {
  background-color: #553800;
  color: #fff;
}
.tema-t5 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t5 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #553800 !important;
}
.tema-t5 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t5 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #fff9ee;
}
.tema-t5 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t5 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #553800 !important;
}
.tema-t5 #contatoConfig .dropZoneFields .itemField .box,
.tema-t5 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #ffc555;
}
.tema-t5 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t5 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #553800;
}
.tema-t5 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t5 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t5 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t5 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #553800 !important;
}
.tema-t5 #contatoConfig .g .header h4,
.tema-t5 #contatoConfig .g .header i {
  color: #553800;
}
.tema-t5 #contatoConfig .g:nth-child(even) {
  background: #fff9ee;
  border-bottom: 1px dotted #ffd688;
  border-top: 1px dotted #ffd688;
}
.tema-t5 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t5 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t5 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t5 .dataTables_paginate .paginate_button.current,
.tema-t5 .dataTables_paginate .paginate_button.current:hover,
.tema-t5 .dataTables_paginate .paginate_button.current:focus {
  color: #fff9ee !important;
  background-color: #ffb422 !important;
}
.tema-t5 .dropdown-menu > .active > a,
.tema-t5 .dropdown-menu > .active > a:hover,
.tema-t5 .dropdown-menu > .active > a:focus {
  color: #fff9ee !important;
  background-color: #ffb422 !important;
}
.tema-t5 .btn-link:hover,
.tema-t5 .btn-link:focus {
  color: #ffb422;
}
.tema-t5 .bg-tema {
  background-color: #ffb422 !important;
}
.tema-t5 .btn.bg-tema {
  background-color: #ffb422 !important;
  color: #fff;
}
.tema-t5 .border-tema {
  border-color: #ffb422;
}
.tema-t5 .nicescroll-cursors {
  background-color: #ffb422 !important;
}
.tema-t5 .addNew button {
  color: #fff9ee !important;
  background-color: #ffb422 !important;
}
.tema-t5 .dbgrid.dragging {
  border: 1px solid #ffb422;
}
.tema-t5 .dbgrid .table thead {
  background-color: #ffb422 !important;
  color: #fff9ee !important;
}
.tema-t5 .dbgrid .table a {
  color: #ffb422;
}
.tema-t5 .dbgrid .table a:hover {
  color: #553800;
}
.tema-t5 .dbgrid .bottom {
  border-color: #ffb422 !important;
}
.tema-t5 .packery-drop-placeholder:before {
  outline: 3px dashed #ffb422 !important;
}
.tema-t5 .loading-chart .coffee_cup {
  border-color: #553800;
}
.tema-t5 .loading-chart .coffee_cup:after {
  border-color: #553800;
}
.tema-t5 .loading-chart .coffee_cup:before {
  background-color: #553800;
  box-shadow: 5px 0px 0px 0px #553800, 5px -5px 0px 0px #553800, 10px 0px 0px 0px #553800;
}
.tema-t5 #loading-default h1 {
  color: #553800;
}
.tema-t5 #loading-default h2 {
  color: #bb7b00;
}
.tema-t5 #loading-default .coffee_cup {
  border-color: #553800;
}
.tema-t5 #loading-default .coffee_cup:after {
  border-color: #553800;
}
.tema-t5 #loading-default .coffee_cup:before {
  background-color: #553800;
  box-shadow: 5px 0px 0px 0px #553800, 5px -5px 0px 0px #553800, 10px 0px 0px 0px #553800;
}
.tema-t5 #loading-default.step1 .panel {
  background-color: #553800;
}
.tema-t5 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t5 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t5 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t5 #loading-default .lds-ring > div {
  border: 3px solid #553800;
  border-color: #553800 transparent transparent transparent;
}
.tema-t5 #gerenciaPerfil h6 {
  color: #553800;
}
.tema-t5 #gerenciaPerfil .group {
  border: 1px dotted #ffd688;
}
.tema-t5 .switchery-default {
  background-color: #553800 !important;
  border-color: #553800 !important;
  box-shadow: #553800 0px 0px 0px 0px inset !important;
}
.tema-t5 .switchery-default small {
  background-color: #fff !important;
}
.tema-t5.login-container .panel-heading {
  background-color: #553800 !important;
}
.tema-t5.login-container .panel-body button {
  background-color: #553800 !important;
  color: #fff9ee !important;
}
.tema-t5.login-container .panel-body button:hover {
  color: #553800 !important;
  background-color: #fff9ee !important;
}
.tema-t5.login-container .panel-body ul li a {
  border: 1px solid #553800 !important;
  color: #553800 !important;
}
.tema-t5.login-container .panel-body ul li a:hover {
  color: #fff9ee !important;
  background-color: #553800 !important;
}
.tema-t5 .navbar-header {
  background-color: #553800 !important;
}
.tema-t5 .DTCR_clonedTable td,
.tema-t5 .DTCR_pointer {
  border-left: 1px dotted #553800 !important;
  z-index: 99999;
}
.tema-t5 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #553800 !important;
}
.tema-t5 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t5 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #fff9ee !important;
}
.tema-t5 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #553800 !important;
  background-color: #fff9ee !important;
}
.tema-t5 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #553800 !important;
}
.tema-t5 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #553800 !important;
  color: #fff9ee !important;
}
.tema-t5 .cke_chrome {
  border: none;
}
.tema-t5 table.hover tr:hover td,
.tema-t5 table.hover tr:focus td {
  border-bottom: 1px solid #553800 !important;
}
.tema-t5 table.hover tr:hover td:first-child:before,
.tema-t5 table.hover tr:focus td:first-child:before {
  color: #553800 !important;
}
.tema-t5 .popover.superhint {
  background-color: #553800 !important;
}
.tema-t5 .popover.superhint .popover-footer {
  background-color: #fff9ee !important;
}
.tema-t5 .popover.superhint .popover-footer button {
  background-color: #553800 !important;
  color: #fff9ee !important;
}
.tema-t5 .popover.superhint .popover-title {
  color: #fff9ee !important;
}
.tema-t5 .popover.superhint .popover-content {
  color: #fff9ee !important;
}
.tema-t5 .popover.superhint .popover-close {
  color: #fff9ee !important;
}
.tema-t5 .popover.superhint.left > .arrow {
  border-left-color: #553800 !important;
}
.tema-t5 .popover.superhint.left > .arrow:after {
  border-left-color: #553800 !important;
}
.tema-t5 .popover.superhint.right > .arrow {
  border-right-color: #553800 !important;
}
.tema-t5 .popover.superhint.right > .arrow:after {
  border-right-color: #553800 !important;
}
.tema-t5 .popover.superhint.top > .arrow {
  border-top-color: #fff9ee !important;
}
.tema-t5 .popover.superhint.top > .arrow:after {
  border-top-color: #fff9ee !important;
}
.tema-t5 .popover.superhint.bottom > .arrow {
  border-bottom-color: #553800 !important;
}
.tema-t5 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #553800 !important;
}
.tema-t5 .checker span {
  color: #ee9d00 !important;
  border: 2px solid #ee9d00;
}
.tema-t5 .thumb:hover .zoom-image {
  background-color: #ee9d00 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t5 .panel-email-insertType:hover .btn {
  background-color: #ee9d00 !important;
  color: #fff9ee !important;
}
.tema-t5 .stepy-header li div {
  color: #fff9ee !important;
}
.tema-t5 .stepy-header li div {
  border-color: #ffc555 !important;
  background-color: #ffc555 !important;
  color: #fff9ee !important;
}
.tema-t5 .stepy-header li span {
  color: #ffc555 !important;
}
.tema-t5 .stepy-header li.stepy-active div {
  border-color: #553800 !important;
  background-color: #553800 !important;
  color: #fff9ee !important;
}
.tema-t5 .stepy-header li.stepy-active span {
  color: #553800 !important;
}
.tema-t5 .stepy-header li:before,
.tema-t5 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t5 .emojSelect a:hover {
  color: #ee9d00 !important;
}
.tema-t5 .daterangepicker td.active,
.tema-t5 .daterangepicker td.active:hover,
.tema-t5 .daterangepicker td.active:focus {
  background-color: #ee9d00 !important;
}
.tema-t5 .ranges ul li.active {
  color: #ffffff;
  background-color: #ee9d00 !important;
}
.tema-t5 .hint-help {
  color: #ee9d00 !important;
}
.tema-t5 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t5 .popover-hint,
.tema-t5 .tooltip {
  background-color: #553800;
  color: #fff;
}
.tema-t5 .tooltip > .tooltip-inner {
  background-color: #553800;
}
.tema-t5 .modal-backdrop {
  background-color: #885a00 !important;
}
.tema-t5 .border-left-tema {
  border-left-color: #553800;
}
.tema-t5 .tema-bg {
  background-color: #885a00 !important;
}
.tema-t5 .tema-border {
  border-color: #ee9d00;
}
.tema-t5 .tema-text,
.tema-t5 .tema-text:hover,
.tema-t5 .tema-text:focus {
  color: #ee9d00 !important;
}
.tema-t5 .badge-tema {
  background-color: #553800;
  border-color: #553800;
}
.tema-t5 > .navbar {
  background-color: #885a00;
}
.tema-t5 > .navbar a:hover {
  color: #ffc555;
}
.tema-t5 > .navbar a:hover i {
  color: #ffe8bb;
}
.tema-t5 #adesaoPlano > .navbar {
  background-color: #885a00;
}
.tema-t5 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t5 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(85, 56, 0, 0.85);
}
.tema-t5 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t5 #sidebar_config,
.tema-t5 .sidebar_config {
  background-color: #553800;
  color: #fff;
}
.tema-t5 #sidebar_config .navigation > li.active > a,
.tema-t5 .sidebar_config .navigation > li.active > a,
.tema-t5 #sidebar_config .navigation > li.active > a:hover,
.tema-t5 .sidebar_config .navigation > li.active > a:hover,
.tema-t5 #sidebar_config .navigation > li.active > a:focus,
.tema-t5 .sidebar_config .navigation > li.active > a:focus {
  background-color: #bb7b00;
  color: #ffffff;
}
.tema-t5 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #553800;
}
@media only screen and (min-width: 769px) {
  .tema-t5 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #553800;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t5 .nav-tabs.nav-justified > li.active > a,
  .tema-t5 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t5 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #553800;
  }
}
.tema-t5 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t5 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t5 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #553800;
}
@media (min-width: 769px) {
  .tema-t5 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t5 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t5 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #553800;
  }
  .tema-t5 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #553800;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t5 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #553800;
  }
}
@media (max-width: 768px) {
  .tema-t5 .nav-tabs > li.active > a,
  .tema-t5 .nav-tabs > li.active > a:hover,
  .tema-t5 .nav-tabs > li.active > a:focus {
    border-left-color: #553800;
    color: #553800;
  }
}
@media (min-width: 769px) {
  .tema-t5 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t5 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t5 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #553800;
  }
}
.tema-t5 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t5 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t5 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t5 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t5 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t5 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t5 #compras #meses table th,
.tema-t5 #carrinho-abandonado #meses table th,
.tema-t5 #compras #meses-carrinho-abandonado table th,
.tema-t5 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #553800;
  color: #fff;
}
.tema-t5 #compras #meses table tr.highlight td,
.tema-t5 #carrinho-abandonado #meses table tr.highlight td,
.tema-t5 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t5 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #553800 1px dotted !important;
  border-bottom: #553800 1px dotted !important;
  color: #553800;
}
.tema-t5 #compras #meses table tr.highlight td:nth-child(1),
.tema-t5 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t5 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t5 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t5 #compras #meses table tr.highlight td:nth-child(2),
.tema-t5 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t5 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t5 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t5 #compras #meses table td.highlight,
.tema-t5 #carrinho-abandonado #meses table td.highlight,
.tema-t5 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t5 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #553800 1px dotted !important;
  border-right: #553800 1px dotted !important;
  color: #553800;
}
.tema-t5 #compras #meses table td:nth-child(1),
.tema-t5 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t5 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t5 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #885a00;
  color: #fff;
}
.tema-t5 #compras #meses table td:nth-child(1).highlight,
.tema-t5 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t5 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t5 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t5 #compras #meses table td:nth-child(2),
.tema-t5 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t5 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t5 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #bb7b00;
  color: #fff;
}
.tema-t5 .form-control:focus {
  border-bottom-color: #553800;
  -webkit-box-shadow: 0 1px 0 #553800;
  box-shadow: 0 1px 0 #553800;
}
.tema-t5 .bootstrap-select .btn-default:focus,
.tema-t5 .bootstrap-select .btn-default.focus,
.tema-t5 .bootstrap-select .btn-default:active,
.tema-t5 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #553800;
  -webkit-box-shadow: 0 1px 0 #553800;
  box-shadow: 0 1px 0 #553800;
}
.tema-t5 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #553800;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #553800;
  box-shadow: 0 1px 0 #553800;
}
.tema-t5 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #553800;
}
.tema-t5 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t5 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t5 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t5 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t5 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t5 .btn-delete:hover,
.tema-t5 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t5 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t5 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t5 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t5 .btn-edit:hover,
.tema-t5 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t5 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t5 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t5 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t5 .btn-search:hover,
.tema-t5 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t5 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t5 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t5 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t5 .btn-save:hover,
.tema-t5 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t5 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t5 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t5 .btn-save-inv:hover,
.tema-t5 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t5 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t5 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t5 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t5 .btn-face:hover,
.tema-t5 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t5 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t5 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t5 .btn-default:hover,
.tema-t5 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t5 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t5 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t5 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t5 .bootstrap-select .btn-default:focus,
.tema-t5 .bootstrap-select .btn-default:hover,
.tema-t5 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t5 .btn-tema-dark10 {
  background: #221600;
  background-color: #221600;
  color: #fff;
}
.tema-t5 .btn-tema-dark10:focus,
.tema-t5 .btn-tema-dark10:hover,
.tema-t5 .btn-tema-dark10 [disabled] {
  background: #000000;
  background-color: #000000;
  color: #fff;
}
.tema-t5 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #553800;
}
.tema-t5 .btn-white-inv:focus,
.tema-t5 .btn-white-inv:hover,
.tema-t5 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t5 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t5 .btn-white:focus,
.tema-t5 .btn-white:hover,
.tema-t5 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t5 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t5 .btn-new {
  text-transform: none;
  color: #553800 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t5 .btn-new:hover,
.tema-t5 .btn-new [disabled] {
  color: #fff9ee !important;
  background-color: #553800 !important;
}
.tema-t5 .btn-new:focus {
  color: #fff9ee !important;
  background-color: #553800 !important;
}
.tema-t5 .btn-new[disabled] {
  color: #553800 !important;
  background-color: #fff9ee !important;
}
.tema-t5 .content-wrapper::selection {
  background-color: #553800;
  color: #fff;
}
.tema-t5 .content-wrapper::-moz-selection {
  background-color: #553800;
  color: #fff;
}
.tema-t5 .content-wrapper::-o-selection {
  background-color: #553800;
  color: #fff;
}
.tema-t5 .content-wrapper::-ms-selection {
  background-color: #553800;
  color: #fff;
}
.tema-t5 .content-wrapper::-webkit-selection {
  background-color: #553800;
  color: #fff;
}
.tema-t5 #cupomExterno {
  background-color: #553800;
}
.tema-t5 #cupomExterno h1 {
  color: #553800;
}
.tema-t5 #pesquisaExterno {
  background-color: #553800;
}
.tema-t5 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #553800;
  color: #553800;
}
.tema-t5 #pesquisaExterno .stepy-header li div {
  background-color: #553800;
}
.tema-t5 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #553800 !important;
}
.tema-t5 #pesquisaExterno .stepy-header li:before,
.tema-t5 #pesquisaExterno .stepy-header li:after {
  background-color: #553800;
}
.tema-t5 #pesquisaExterno .stepy-header li div {
  border: 2px solid #553800;
}
.tema-t5 #pesquisaExterno .border-primary-600 {
  border-color: #553800;
}
.tema-t5 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #553800;
}
.tema-t5 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #553800;
  -webkit-box-shadow: 0 1px 0 #553800;
  box-shadow: 0 1px 0 #553800;
}
.tema-t5 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t5 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t5 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t5 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #553800;
  -webkit-box-shadow: 0 1px 0 #553800;
  box-shadow: 0 1px 0 #553800;
}
.tema-t5 #pesquisaExterno .checker span {
  border: 2px solid #553800;
}
.tema-t5 #pesquisaExterno .irs-slider {
  background-color: #553800;
}
.tema-t5 #pesquisaExterno .irs-bar {
  background-color: #553800;
}
.tema-t5 #pesquisaExterno .irs-from,
.tema-t5 #pesquisaExterno .irs-to,
.tema-t5 #pesquisaExterno .irs-single {
  background-color: #553800;
}
.tema-t5 #pesquisaExterno .form-control:focus {
  border-bottom-color: #553800;
  -webkit-box-shadow: 0 1px 0 #553800;
  box-shadow: 0 1px 0 #553800;
}
.tema-t5 #pesquisaExterno .irs-from:after,
.tema-t5 #pesquisaExterno .irs-to:after,
.tema-t5 #pesquisaExterno .irs-single:after {
  border-top-color: #553800;
}
.tema-t5 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #553800;
}
.tema-t5 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t5 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #885a00;
  color: white;
}
.tema-t5 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t5 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #553800;
  color: white;
}
.tema-t5 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #221600;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t5 #pesquisaExterno .stepy-navigator a {
  background-color: #553800;
  color: #fff;
}
.tema-t5 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #553800;
  color: #fff !important;
}
.tema-t5 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #553800;
  color: #fff !important;
}
.tema-t5 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t5 #categoriaProduto #actionsControl {
  background-color: #553800;
}
.tema-t5 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #553800;
}
.tema-t5 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t5 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #553800;
}
.tema-t5 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t5 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #553800;
}
.tema-t5 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #553800;
}
.tema-t5 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #553800;
  color: #fff;
}
.tema-t5 #categoriaProduto #actionsControl .btn-edit,
.tema-t5 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t5 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t5 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t5 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t5 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t6 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t6 #ticketGridTopBar {
  background-color: #ffa800;
}
.tema-t6 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #ffa800;
}
.tema-t6 #ticket-aba-lateral .panel-heading h6 {
  color: #ffa800;
}
.tema-t6 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #ffffff;
  border-color: #ffffff;
}
.tema-t6 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #ffffff;
}
.tema-t6 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #ffa800;
}
.tema-t6 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #ffa800;
}
.tema-t6 .ticketIntro {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 .ticketInfo strong,
.tema-t6 .ticketInfo i {
  color: #ffa800;
}
.tema-t6 #ticketGrid h1 a {
  color: #ffa800;
}
.tema-t6 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #ffa800;
}
.tema-t6 .tokenfield .token:not([class*=bg-]) {
  background-color: #ffa800;
  color: #ffffff;
}
.tema-t6 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #ffffff;
  color: #ffa800;
}
.tema-t6#EmailDragDropEditor .content #settingsBar h2 {
  color: #ffa800;
}
.tema-t6#EmailDragDropEditor #editBar .box h2 {
  color: #ffa800;
}
.tema-t6#EmailDragDropEditor #editBar .irs-from,
.tema-t6#EmailDragDropEditor #editBar .irs-to,
.tema-t6#EmailDragDropEditor #editBar .irs-single {
  background-color: #ffa800;
}
.tema-t6#EmailDragDropEditor #editBar .irs-from:after,
.tema-t6#EmailDragDropEditor #editBar .irs-to:after,
.tema-t6#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #ffa800;
}
.tema-t6#EmailDragDropEditor #editBar .irs-slider {
  background-color: #ffa800;
}
.tema-t6#EmailDragDropEditor #editBar .irs-bar {
  background-color: #ffdc99;
}
.tema-t6#baixaCupomExternoCliente footer {
  background-color: #ffa800;
}
.tema-t6 #linkPrivacidade {
  background-color: rgba(255, 168, 0, 0.5);
  color: #ffffff;
}
.tema-t6 #linkPrivacidade:hover {
  background-color: #ffa800;
}
.tema-t6 #formularioExterno .termo i {
  color: #ffa800;
}
.tema-t6 #formularioExterno .termo strong {
  color: #ffa800;
}
.tema-t6 #formularioExterno .termo a {
  color: #ffa800;
  border-bottom: 1px dotted #ffa800;
}
.tema-t6 .modal_boasvindas .modal-body h1 {
  color: #ffa800;
}
.tema-t6 .modal_boasvindas .modal-body h2 {
  color: #ffffff;
}
.tema-t6 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #ffffff;
}
.tema-t6 .modal_boasvindas .modal-body strong {
  color: #ffa800;
}
.tema-t6 .noui-slider-primary .noUi-handle {
  background-color: #ffa800;
}
.tema-t6 .noUi-tooltip {
  background-color: #ffa800;
}
.tema-t6 .noUi-connect {
  background-color: #ffa800 !important;
}
.tema-t6 #detalheColecao .colecaoData h4 {
  color: #ffa800;
}
.tema-t6 .panel-tema {
  background-color: #ffa800;
}
.tema-t6 .panel-tema h6,
.tema-t6 .panel-tema span.center-block {
  color: #fff;
}
.tema-t6 .panel-tema input {
  color: #ffffff;
}
.tema-t6 #toast-container.toast-center-center {
  background-color: rgba(255, 168, 0, 0.7);
}
.tema-t6 .cd-top {
  background-color: rgba(255, 168, 0, 0.7);
}
.tema-t6 .cd-top i {
  color: #fff;
}
.tema-t6 .cd-top:hover {
  background-color: #ffa800;
}
.tema-t6 .pagination > .active > a,
.tema-t6 .pagination > .active > span,
.tema-t6 .pagination > .active > a:hover,
.tema-t6 .pagination > .active > span:hover,
.tema-t6 .pagination > .active > a:focus,
.tema-t6 .pagination > .active > span:focus {
  background-color: #ffa800;
  border-color: #ffa800;
}
.tema-t6 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t6 #edicao .editor_box .action_bar a:hover {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 .responsiveIframe.mobile {
  border: 1px solid #ffa800;
}
.tema-t6 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #ffa800;
}
.tema-t6 .progress-bar {
  background-color: #ffa800;
}
.tema-t6 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t6 pre[class*="language-"] {
  border-left-color: #ffa800;
}
.tema-t6 #pesquisaTabulacao tr.group,
.tema-t6 #pesquisaTabulacao tr.group:hover {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 #smsCriar .panel-heading {
  border-bottom: 1px dotted #ffa800;
}
.tema-t6 #smsCriar .panel-heading #SmsName {
  color: #ffa800;
}
.tema-t6 .br-theme-bars-pill .br-widget a {
  background-color: #ffffff;
  color: #ffa800;
}
.tema-t6 .br-theme-bars-pill .br-widget a.br-active,
.tema-t6 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #ffa800;
  color: white;
}
.tema-t6 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t6 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #ffa800;
}
.tema-t6 .pesquisaCriacaoBarra > li a,
.tema-t6 .formCriacaoBarra > li a {
  color: #ffa800;
}
.tema-t6 .pesquisaCriacaoBarra > li a:hover,
.tema-t6 .formCriacaoBarra > li a:hover {
  color: #ffa800;
  background: #fff;
}
.tema-t6 .pesquisaCriacaoBarra > li > ul a,
.tema-t6 .formCriacaoBarra > li > ul a {
  color: #ffa800;
}
.tema-t6 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t6 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #ffa800;
}
.tema-t6 #novaRespTemp {
  border-left: 2px dotted #ffa800 !important;
}
.tema-t6 #PesquisaCriar .help-block a {
  color: #ffa800;
}
.tema-t6 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #ffffff;
}
.tema-t6 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #ffffff;
}
.tema-t6 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #ffa800;
}
.tema-t6 #questionario .item .menu li a {
  color: #ffa800;
}
.tema-t6 #questionario .item.active {
  border-left: 2px solid #ffa800;
}
.tema-t6 #questionario .item.active .menu {
  background: #ffffff;
}
.tema-t6 #questionario .item-placeholder {
  border: 1px dotted #ffa800;
}
.tema-t6 #questionario .secao-data {
  color: #ffa800;
}
.tema-t6 #dv-resumo-emails-validos ul {
  border: 1px dashed #ffa800;
}
.tema-t6 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #ffa800;
}
.tema-t6 #dv-resumo-emails-validos ul li:hover {
  background: #ffa800;
  color: #fff;
}
.tema-t6 .cke_editable.cke_focus {
  border-bottom: 2px solid #ffa800;
}
.tema-t6 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t6 #modalDetalheVenda .modal-header,
.tema-t6 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t6 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t6 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #ffa800;
}
.tema-t6 span.dicItem {
  border-bottom: dotted 1px #ffa800;
  color: #ffa800;
}
.tema-t6 .d3-tip {
  background-color: #ffa800;
}
.tema-t6 .fancybox-overlay {
  background-color: rgba(255, 168, 0, 0.8);
}
.tema-t6 .fidelidadeItem h1.panel-title {
  color: #ffa800;
}
.tema-t6 .fidelidadeItem .infobar li div:hover {
  color: #ffa800;
}
.tema-t6 .gerenciaEmailItem h1.panel-title {
  color: #ffa800;
}
.tema-t6 .gerenciaEmailItem .infobar li div:hover {
  color: #ffa800;
}
.tema-t6 .itemLote .hlight {
  border-bottom: 1px solid #ffa800;
}
.tema-t6 .text-tema {
  color: #ffa800;
}
.tema-t6 .label-tema-flat {
  color: #ffa800;
  border-color: #ffa800;
}
.tema-t6 .label-tema {
  color: #fff;
  background-color: #ffa800;
}
.tema-t6 .btn-tema-7 {
  color: #fff;
  background-color: #ffffff;
}
.tema-t6 .btn-tema {
  color: #fff;
  background-color: #ffa800;
}
.tema-t6 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t6 .btn-tema .checker span.checked {
  border: none;
}
.tema-t6 #modalLabSend .modal-body h5 {
  color: #ffa800;
}
.tema-t6 .btn-group .btn.active {
  background-color: #ffa800 !important;
  color: #fff !important;
}
.tema-t6 picker__list-item--selected,
.tema-t6 .picker__list-item--selected:hover,
.tema-t6 .picker--focused .picker__list-item--selected {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 .UserId.member {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 .UserId.member.inNavBar {
  background-color: #fff;
  color: #ffa800;
}
.tema-t6 #EmailName,
.tema-t6 #ColecaoName,
.tema-t6 #CupomName,
.tema-t6 #ProgramaName {
  color: #ffa800;
}
.tema-t6 .stepy-navigator {
  border-bottom: 1px dotted #ffa800;
}
.tema-t6 #ComunicacaoEmailCriar h4.content-group,
.tema-t6 #ProgramaFidelidadeItem h4.content-group {
  color: #ffa800;
}
.tema-t6 #sidebar_historico .category-content li {
  border-color: #ffa800;
}
.tema-t6 #sidebar_historico .category-content li:before {
  border: 2px solid #ffa800;
}
.tema-t6 #sidebar_historico .category-content li:after {
  border-left: 1px solid #ffa800;
  border-right: 1px solid #ffa800;
}
.tema-t6 #sidebar_historico .category-content li strong {
  color: #ffa800;
}
.tema-t6 .panel-footer.historico a {
  color: #ffa800;
}
.tema-t6 #loading-default:not(.step1) {
  background: #ffa800;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t6 #helpPageHeader {
  -o-animation: tema-t6 5s linear infinite alternate both;
  -webkit-animation: tema-t6 5s linear infinite alternate both;
  -moz-animation: tema-t6 5s linear infinite alternate both;
  animation: tema-t6 5s linear infinite alternate both;
}
@-moz-keyframes tema-t6 {
  0% {
    background: rgba(255, 168, 0, 0.5);
  }
  100% {
    background: rgba(255, 203, 102, 0.9);
  }
}
@-webkit-keyframes tema-t6 {
  0% {
    background: rgba(255, 168, 0, 0.5);
  }
  100% {
    background: rgba(255, 203, 102, 0.9);
  }
}
@keyframes tema-t6 {
  0% {
    background: rgba(255, 168, 0, 0.5);
  }
  100% {
    background: rgba(255, 203, 102, 0.9);
  }
}
.tema-t6 #helpCenter #categoriasMenu .category-title span {
  color: #ffa800;
}
.tema-t6 #helpCenter #CatHeader {
  background: #ffa800;
}
.tema-t6 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t6 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t6 #helpCenter .categoriaBox h2 {
  color: #ffa800;
}
.tema-t6 #helpCenter .categoriaItem h1 {
  color: #ffcb66;
}
.tema-t6 #chatBot #q {
  color: #ffa800;
}
.tema-t6 #chatBot #q::-webkit-input-placeholder {
  color: #ffffff;
}
.tema-t6 #chatBot #q:-moz-placeholder {
  color: #ffffff;
}
.tema-t6 #chatBot #send {
  background-color: #ffa800;
}
.tema-t6 #chatBot.active .header {
  background-image: linear-gradient(315deg, #ffa800, #ffffff);
}
.tema-t6 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t6 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #fff;
}
.tema-t6 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #ffa800;
}
.tema-t6 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #ffffff;
}
.tema-t6 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffa800;
}
.tema-t6 #contatoDados h4,
.tema-t6 #cadastroProduto h4,
.tema-t6 #ProgramaFidelidadePremioItem h4,
.tema-t6 #EmpresaVisualizar h4,
.tema-t6 #EmpresaEditar h4 {
  color: #ffa800;
}
.tema-t6 #contatoDados h4:before,
.tema-t6 #cadastroProduto h4:before,
.tema-t6 #ProgramaFidelidadePremioItem h4:before,
.tema-t6 #EmpresaVisualizar h4:before,
.tema-t6 #EmpresaEditar h4:before {
  background: #ffffff;
}
.tema-t6 #contatoDados .userIntro,
.tema-t6 #cadastroProduto .userIntro,
.tema-t6 #ProgramaFidelidadePremioItem .userIntro,
.tema-t6 #EmpresaVisualizar .userIntro,
.tema-t6 #EmpresaEditar .userIntro {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 .eventoIntro,
.tema-t6 .relatorioIntro {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 .pesquisaIntro {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t6 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #ffa800 !important;
}
.tema-t6 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t6 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #ffffff;
}
.tema-t6 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t6 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #ffa800 !important;
}
.tema-t6 #contatoConfig .dropZoneFields .itemField .box,
.tema-t6 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #ffffff;
}
.tema-t6 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t6 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #ffa800;
}
.tema-t6 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t6 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t6 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t6 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #ffa800 !important;
}
.tema-t6 #contatoConfig .g .header h4,
.tema-t6 #contatoConfig .g .header i {
  color: #ffa800;
}
.tema-t6 #contatoConfig .g:nth-child(even) {
  background: #ffffff;
  border-bottom: 1px dotted #ffffff;
  border-top: 1px dotted #ffffff;
}
.tema-t6 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t6 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t6 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t6 .dataTables_paginate .paginate_button.current,
.tema-t6 .dataTables_paginate .paginate_button.current:hover,
.tema-t6 .dataTables_paginate .paginate_button.current:focus {
  color: #ffffff !important;
  background-color: #ffeecc !important;
}
.tema-t6 .dropdown-menu > .active > a,
.tema-t6 .dropdown-menu > .active > a:hover,
.tema-t6 .dropdown-menu > .active > a:focus {
  color: #ffffff !important;
  background-color: #ffeecc !important;
}
.tema-t6 .btn-link:hover,
.tema-t6 .btn-link:focus {
  color: #ffeecc;
}
.tema-t6 .bg-tema {
  background-color: #ffeecc !important;
}
.tema-t6 .btn.bg-tema {
  background-color: #ffeecc !important;
  color: #fff;
}
.tema-t6 .border-tema {
  border-color: #ffeecc;
}
.tema-t6 .nicescroll-cursors {
  background-color: #ffeecc !important;
}
.tema-t6 .addNew button {
  color: #ffffff !important;
  background-color: #ffeecc !important;
}
.tema-t6 .dbgrid.dragging {
  border: 1px solid #ffeecc;
}
.tema-t6 .dbgrid .table thead {
  background-color: #ffeecc !important;
  color: #ffffff !important;
}
.tema-t6 .dbgrid .table a {
  color: #ffeecc;
}
.tema-t6 .dbgrid .table a:hover {
  color: #ffa800;
}
.tema-t6 .dbgrid .bottom {
  border-color: #ffeecc !important;
}
.tema-t6 .packery-drop-placeholder:before {
  outline: 3px dashed #ffeecc !important;
}
.tema-t6 .loading-chart .coffee_cup {
  border-color: #ffa800;
}
.tema-t6 .loading-chart .coffee_cup:after {
  border-color: #ffa800;
}
.tema-t6 .loading-chart .coffee_cup:before {
  background-color: #ffa800;
  box-shadow: 5px 0px 0px 0px #ffa800, 5px -5px 0px 0px #ffa800, 10px 0px 0px 0px #ffa800;
}
.tema-t6 #loading-default h1 {
  color: #ffa800;
}
.tema-t6 #loading-default h2 {
  color: #ffcb66;
}
.tema-t6 #loading-default .coffee_cup {
  border-color: #ffa800;
}
.tema-t6 #loading-default .coffee_cup:after {
  border-color: #ffa800;
}
.tema-t6 #loading-default .coffee_cup:before {
  background-color: #ffa800;
  box-shadow: 5px 0px 0px 0px #ffa800, 5px -5px 0px 0px #ffa800, 10px 0px 0px 0px #ffa800;
}
.tema-t6 #loading-default.step1 .panel {
  background-color: #ffa800;
}
.tema-t6 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t6 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t6 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t6 #loading-default .lds-ring > div {
  border: 3px solid #ffa800;
  border-color: #ffa800 transparent transparent transparent;
}
.tema-t6 #gerenciaPerfil h6 {
  color: #ffa800;
}
.tema-t6 #gerenciaPerfil .group {
  border: 1px dotted #ffffff;
}
.tema-t6 .switchery-default {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  box-shadow: #ffa800 0px 0px 0px 0px inset !important;
}
.tema-t6 .switchery-default small {
  background-color: #fff !important;
}
.tema-t6.login-container .panel-heading {
  background-color: #ffa800 !important;
}
.tema-t6.login-container .panel-body button {
  background-color: #ffa800 !important;
  color: #ffffff !important;
}
.tema-t6.login-container .panel-body button:hover {
  color: #ffa800 !important;
  background-color: #ffffff !important;
}
.tema-t6.login-container .panel-body ul li a {
  border: 1px solid #ffa800 !important;
  color: #ffa800 !important;
}
.tema-t6.login-container .panel-body ul li a:hover {
  color: #ffffff !important;
  background-color: #ffa800 !important;
}
.tema-t6 .navbar-header {
  background-color: #ffa800 !important;
}
.tema-t6 .DTCR_clonedTable td,
.tema-t6 .DTCR_pointer {
  border-left: 1px dotted #ffa800 !important;
  z-index: 99999;
}
.tema-t6 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #ffa800 !important;
}
.tema-t6 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t6 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #ffffff !important;
}
.tema-t6 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #ffa800 !important;
  background-color: #ffffff !important;
}
.tema-t6 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #ffa800 !important;
}
.tema-t6 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #ffa800 !important;
  color: #ffffff !important;
}
.tema-t6 .cke_chrome {
  border: none;
}
.tema-t6 table.hover tr:hover td,
.tema-t6 table.hover tr:focus td {
  border-bottom: 1px solid #ffa800 !important;
}
.tema-t6 table.hover tr:hover td:first-child:before,
.tema-t6 table.hover tr:focus td:first-child:before {
  color: #ffa800 !important;
}
.tema-t6 .popover.superhint {
  background-color: #ffa800 !important;
}
.tema-t6 .popover.superhint .popover-footer {
  background-color: #ffffff !important;
}
.tema-t6 .popover.superhint .popover-footer button {
  background-color: #ffa800 !important;
  color: #ffffff !important;
}
.tema-t6 .popover.superhint .popover-title {
  color: #ffffff !important;
}
.tema-t6 .popover.superhint .popover-content {
  color: #ffffff !important;
}
.tema-t6 .popover.superhint .popover-close {
  color: #ffffff !important;
}
.tema-t6 .popover.superhint.left > .arrow {
  border-left-color: #ffa800 !important;
}
.tema-t6 .popover.superhint.left > .arrow:after {
  border-left-color: #ffa800 !important;
}
.tema-t6 .popover.superhint.right > .arrow {
  border-right-color: #ffa800 !important;
}
.tema-t6 .popover.superhint.right > .arrow:after {
  border-right-color: #ffa800 !important;
}
.tema-t6 .popover.superhint.top > .arrow {
  border-top-color: #ffffff !important;
}
.tema-t6 .popover.superhint.top > .arrow:after {
  border-top-color: #ffffff !important;
}
.tema-t6 .popover.superhint.bottom > .arrow {
  border-bottom-color: #ffa800 !important;
}
.tema-t6 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #ffa800 !important;
}
.tema-t6 .checker span {
  color: #ffdc99 !important;
  border: 2px solid #ffdc99;
}
.tema-t6 .thumb:hover .zoom-image {
  background-color: #ffdc99 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t6 .panel-email-insertType:hover .btn {
  background-color: #ffdc99 !important;
  color: #ffffff !important;
}
.tema-t6 .stepy-header li div {
  color: #ffffff !important;
}
.tema-t6 .stepy-header li div {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.tema-t6 .stepy-header li span {
  color: #ffffff !important;
}
.tema-t6 .stepy-header li.stepy-active div {
  border-color: #ffa800 !important;
  background-color: #ffa800 !important;
  color: #ffffff !important;
}
.tema-t6 .stepy-header li.stepy-active span {
  color: #ffa800 !important;
}
.tema-t6 .stepy-header li:before,
.tema-t6 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t6 .emojSelect a:hover {
  color: #ffdc99 !important;
}
.tema-t6 .daterangepicker td.active,
.tema-t6 .daterangepicker td.active:hover,
.tema-t6 .daterangepicker td.active:focus {
  background-color: #ffdc99 !important;
}
.tema-t6 .ranges ul li.active {
  color: #ffffff;
  background-color: #ffdc99 !important;
}
.tema-t6 .hint-help {
  color: #ffdc99 !important;
}
.tema-t6 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t6 .popover-hint,
.tema-t6 .tooltip {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 .tooltip > .tooltip-inner {
  background-color: #ffa800;
}
.tema-t6 .modal-backdrop {
  background-color: #ffb933 !important;
}
.tema-t6 .border-left-tema {
  border-left-color: #ffa800;
}
.tema-t6 .tema-bg {
  background-color: #ffb933 !important;
}
.tema-t6 .tema-border {
  border-color: #ffdc99;
}
.tema-t6 .tema-text,
.tema-t6 .tema-text:hover,
.tema-t6 .tema-text:focus {
  color: #ffdc99 !important;
}
.tema-t6 .badge-tema {
  background-color: #ffa800;
  border-color: #ffa800;
}
.tema-t6 > .navbar {
  background-color: #ffb933;
}
.tema-t6 > .navbar a:hover {
  color: #ffffff;
}
.tema-t6 > .navbar a:hover i {
  color: #ffffff;
}
.tema-t6 #adesaoPlano > .navbar {
  background-color: #ffb933;
}
.tema-t6 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t6 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(255, 168, 0, 0.85);
}
.tema-t6 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t6 #sidebar_config,
.tema-t6 .sidebar_config {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 #sidebar_config .navigation > li.active > a,
.tema-t6 .sidebar_config .navigation > li.active > a,
.tema-t6 #sidebar_config .navigation > li.active > a:hover,
.tema-t6 .sidebar_config .navigation > li.active > a:hover,
.tema-t6 #sidebar_config .navigation > li.active > a:focus,
.tema-t6 .sidebar_config .navigation > li.active > a:focus {
  background-color: #ffcb66;
  color: #ffffff;
}
.tema-t6 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #ffa800;
}
@media only screen and (min-width: 769px) {
  .tema-t6 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #ffa800;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t6 .nav-tabs.nav-justified > li.active > a,
  .tema-t6 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t6 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #ffa800;
  }
}
.tema-t6 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t6 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t6 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #ffa800;
}
@media (min-width: 769px) {
  .tema-t6 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t6 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t6 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ffa800;
  }
  .tema-t6 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #ffa800;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t6 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #ffa800;
  }
}
@media (max-width: 768px) {
  .tema-t6 .nav-tabs > li.active > a,
  .tema-t6 .nav-tabs > li.active > a:hover,
  .tema-t6 .nav-tabs > li.active > a:focus {
    border-left-color: #ffa800;
    color: #ffa800;
  }
}
@media (min-width: 769px) {
  .tema-t6 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t6 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t6 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #ffa800;
  }
}
.tema-t6 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t6 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t6 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t6 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t6 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t6 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t6 #compras #meses table th,
.tema-t6 #carrinho-abandonado #meses table th,
.tema-t6 #compras #meses-carrinho-abandonado table th,
.tema-t6 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 #compras #meses table tr.highlight td,
.tema-t6 #carrinho-abandonado #meses table tr.highlight td,
.tema-t6 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t6 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #ffa800 1px dotted !important;
  border-bottom: #ffa800 1px dotted !important;
  color: #ffa800;
}
.tema-t6 #compras #meses table tr.highlight td:nth-child(1),
.tema-t6 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t6 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t6 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t6 #compras #meses table tr.highlight td:nth-child(2),
.tema-t6 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t6 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t6 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t6 #compras #meses table td.highlight,
.tema-t6 #carrinho-abandonado #meses table td.highlight,
.tema-t6 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t6 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #ffa800 1px dotted !important;
  border-right: #ffa800 1px dotted !important;
  color: #ffa800;
}
.tema-t6 #compras #meses table td:nth-child(1),
.tema-t6 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t6 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t6 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #ffb933;
  color: #fff;
}
.tema-t6 #compras #meses table td:nth-child(1).highlight,
.tema-t6 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t6 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t6 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t6 #compras #meses table td:nth-child(2),
.tema-t6 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t6 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t6 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #ffcb66;
  color: #fff;
}
.tema-t6 .form-control:focus {
  border-bottom-color: #ffa800;
  -webkit-box-shadow: 0 1px 0 #ffa800;
  box-shadow: 0 1px 0 #ffa800;
}
.tema-t6 .bootstrap-select .btn-default:focus,
.tema-t6 .bootstrap-select .btn-default.focus,
.tema-t6 .bootstrap-select .btn-default:active,
.tema-t6 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #ffa800;
  -webkit-box-shadow: 0 1px 0 #ffa800;
  box-shadow: 0 1px 0 #ffa800;
}
.tema-t6 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #ffa800;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #ffa800;
  box-shadow: 0 1px 0 #ffa800;
}
.tema-t6 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #ffa800;
}
.tema-t6 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t6 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t6 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t6 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t6 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t6 .btn-delete:hover,
.tema-t6 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t6 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t6 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t6 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t6 .btn-edit:hover,
.tema-t6 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t6 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t6 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t6 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t6 .btn-search:hover,
.tema-t6 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t6 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t6 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t6 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t6 .btn-save:hover,
.tema-t6 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t6 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t6 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t6 .btn-save-inv:hover,
.tema-t6 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t6 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t6 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t6 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t6 .btn-face:hover,
.tema-t6 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t6 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t6 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t6 .btn-default:hover,
.tema-t6 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t6 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t6 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t6 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t6 .bootstrap-select .btn-default:focus,
.tema-t6 .bootstrap-select .btn-default:hover,
.tema-t6 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t6 .btn-tema-dark10 {
  background: #cc8600;
  background-color: #cc8600;
  color: #fff;
}
.tema-t6 .btn-tema-dark10:focus,
.tema-t6 .btn-tema-dark10:hover,
.tema-t6 .btn-tema-dark10 [disabled] {
  background: #996500;
  background-color: #996500;
  color: #fff;
}
.tema-t6 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #ffa800;
}
.tema-t6 .btn-white-inv:focus,
.tema-t6 .btn-white-inv:hover,
.tema-t6 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t6 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t6 .btn-white:focus,
.tema-t6 .btn-white:hover,
.tema-t6 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t6 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t6 .btn-new {
  text-transform: none;
  color: #ffa800 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t6 .btn-new:hover,
.tema-t6 .btn-new [disabled] {
  color: #ffffff !important;
  background-color: #ffa800 !important;
}
.tema-t6 .btn-new:focus {
  color: #ffffff !important;
  background-color: #ffa800 !important;
}
.tema-t6 .btn-new[disabled] {
  color: #ffa800 !important;
  background-color: #ffffff !important;
}
.tema-t6 .content-wrapper::selection {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 .content-wrapper::-moz-selection {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 .content-wrapper::-o-selection {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 .content-wrapper::-ms-selection {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 .content-wrapper::-webkit-selection {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 #cupomExterno {
  background-color: #ffa800;
}
.tema-t6 #cupomExterno h1 {
  color: #ffa800;
}
.tema-t6 #pesquisaExterno {
  background-color: #ffa800;
}
.tema-t6 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #ffa800;
  color: #ffa800;
}
.tema-t6 #pesquisaExterno .stepy-header li div {
  background-color: #ffa800;
}
.tema-t6 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #ffa800 !important;
}
.tema-t6 #pesquisaExterno .stepy-header li:before,
.tema-t6 #pesquisaExterno .stepy-header li:after {
  background-color: #ffa800;
}
.tema-t6 #pesquisaExterno .stepy-header li div {
  border: 2px solid #ffa800;
}
.tema-t6 #pesquisaExterno .border-primary-600 {
  border-color: #ffa800;
}
.tema-t6 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #ffa800;
}
.tema-t6 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #ffa800;
  -webkit-box-shadow: 0 1px 0 #ffa800;
  box-shadow: 0 1px 0 #ffa800;
}
.tema-t6 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t6 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t6 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t6 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #ffa800;
  -webkit-box-shadow: 0 1px 0 #ffa800;
  box-shadow: 0 1px 0 #ffa800;
}
.tema-t6 #pesquisaExterno .checker span {
  border: 2px solid #ffa800;
}
.tema-t6 #pesquisaExterno .irs-slider {
  background-color: #ffa800;
}
.tema-t6 #pesquisaExterno .irs-bar {
  background-color: #ffa800;
}
.tema-t6 #pesquisaExterno .irs-from,
.tema-t6 #pesquisaExterno .irs-to,
.tema-t6 #pesquisaExterno .irs-single {
  background-color: #ffa800;
}
.tema-t6 #pesquisaExterno .form-control:focus {
  border-bottom-color: #ffa800;
  -webkit-box-shadow: 0 1px 0 #ffa800;
  box-shadow: 0 1px 0 #ffa800;
}
.tema-t6 #pesquisaExterno .irs-from:after,
.tema-t6 #pesquisaExterno .irs-to:after,
.tema-t6 #pesquisaExterno .irs-single:after {
  border-top-color: #ffa800;
}
.tema-t6 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #ffa800;
}
.tema-t6 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t6 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #ffb933;
  color: white;
}
.tema-t6 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t6 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #ffa800;
  color: white;
}
.tema-t6 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #cc8600;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t6 #pesquisaExterno .stepy-navigator a {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #ffa800;
  color: #fff !important;
}
.tema-t6 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #ffa800;
  color: #fff !important;
}
.tema-t6 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t6 #categoriaProduto #actionsControl {
  background-color: #ffa800;
}
.tema-t6 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #ffa800;
}
.tema-t6 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t6 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #ffa800;
}
.tema-t6 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t6 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #ffa800;
}
.tema-t6 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #ffa800;
}
.tema-t6 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #ffa800;
  color: #fff;
}
.tema-t6 #categoriaProduto #actionsControl .btn-edit,
.tema-t6 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t6 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t6 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t6 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t6 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t7 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t7 #ticketGridTopBar {
  background-color: #aa4a00;
}
.tema-t7 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #aa4a00;
}
.tema-t7 #ticket-aba-lateral .panel-heading h6 {
  color: #aa4a00;
}
.tema-t7 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #ffffff;
  border-color: #ffffff;
}
.tema-t7 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #ffffff;
}
.tema-t7 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #aa4a00;
}
.tema-t7 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #aa4a00;
}
.tema-t7 .ticketIntro {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 .ticketInfo strong,
.tema-t7 .ticketInfo i {
  color: #aa4a00;
}
.tema-t7 #ticketGrid h1 a {
  color: #aa4a00;
}
.tema-t7 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #aa4a00;
}
.tema-t7 .tokenfield .token:not([class*=bg-]) {
  background-color: #aa4a00;
  color: #ffffff;
}
.tema-t7 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #ffffff;
  color: #aa4a00;
}
.tema-t7#EmailDragDropEditor .content #settingsBar h2 {
  color: #aa4a00;
}
.tema-t7#EmailDragDropEditor #editBar .box h2 {
  color: #aa4a00;
}
.tema-t7#EmailDragDropEditor #editBar .irs-from,
.tema-t7#EmailDragDropEditor #editBar .irs-to,
.tema-t7#EmailDragDropEditor #editBar .irs-single {
  background-color: #aa4a00;
}
.tema-t7#EmailDragDropEditor #editBar .irs-from:after,
.tema-t7#EmailDragDropEditor #editBar .irs-to:after,
.tema-t7#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #aa4a00;
}
.tema-t7#EmailDragDropEditor #editBar .irs-slider {
  background-color: #aa4a00;
}
.tema-t7#EmailDragDropEditor #editBar .irs-bar {
  background-color: #ff9544;
}
.tema-t7#baixaCupomExternoCliente footer {
  background-color: #aa4a00;
}
.tema-t7 #linkPrivacidade {
  background-color: rgba(170, 74, 0, 0.5);
  color: #ffffff;
}
.tema-t7 #linkPrivacidade:hover {
  background-color: #aa4a00;
}
.tema-t7 #formularioExterno .termo i {
  color: #aa4a00;
}
.tema-t7 #formularioExterno .termo strong {
  color: #aa4a00;
}
.tema-t7 #formularioExterno .termo a {
  color: #aa4a00;
  border-bottom: 1px dotted #aa4a00;
}
.tema-t7 .modal_boasvindas .modal-body h1 {
  color: #aa4a00;
}
.tema-t7 .modal_boasvindas .modal-body h2 {
  color: #ffecdd;
}
.tema-t7 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #ffecdd;
}
.tema-t7 .modal_boasvindas .modal-body strong {
  color: #aa4a00;
}
.tema-t7 .noui-slider-primary .noUi-handle {
  background-color: #aa4a00;
}
.tema-t7 .noUi-tooltip {
  background-color: #aa4a00;
}
.tema-t7 .noUi-connect {
  background-color: #aa4a00 !important;
}
.tema-t7 #detalheColecao .colecaoData h4 {
  color: #aa4a00;
}
.tema-t7 .panel-tema {
  background-color: #aa4a00;
}
.tema-t7 .panel-tema h6,
.tema-t7 .panel-tema span.center-block {
  color: #fff;
}
.tema-t7 .panel-tema input {
  color: #ffffff;
}
.tema-t7 #toast-container.toast-center-center {
  background-color: rgba(170, 74, 0, 0.7);
}
.tema-t7 .cd-top {
  background-color: rgba(170, 74, 0, 0.7);
}
.tema-t7 .cd-top i {
  color: #fff;
}
.tema-t7 .cd-top:hover {
  background-color: #aa4a00;
}
.tema-t7 .pagination > .active > a,
.tema-t7 .pagination > .active > span,
.tema-t7 .pagination > .active > a:hover,
.tema-t7 .pagination > .active > span:hover,
.tema-t7 .pagination > .active > a:focus,
.tema-t7 .pagination > .active > span:focus {
  background-color: #aa4a00;
  border-color: #aa4a00;
}
.tema-t7 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t7 #edicao .editor_box .action_bar a:hover {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 .responsiveIframe.mobile {
  border: 1px solid #aa4a00;
}
.tema-t7 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #aa4a00;
}
.tema-t7 .progress-bar {
  background-color: #aa4a00;
}
.tema-t7 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t7 pre[class*="language-"] {
  border-left-color: #aa4a00;
}
.tema-t7 #pesquisaTabulacao tr.group,
.tema-t7 #pesquisaTabulacao tr.group:hover {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 #smsCriar .panel-heading {
  border-bottom: 1px dotted #aa4a00;
}
.tema-t7 #smsCriar .panel-heading #SmsName {
  color: #aa4a00;
}
.tema-t7 .br-theme-bars-pill .br-widget a {
  background-color: #ffffff;
  color: #aa4a00;
}
.tema-t7 .br-theme-bars-pill .br-widget a.br-active,
.tema-t7 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #aa4a00;
  color: white;
}
.tema-t7 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t7 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #aa4a00;
}
.tema-t7 .pesquisaCriacaoBarra > li a,
.tema-t7 .formCriacaoBarra > li a {
  color: #aa4a00;
}
.tema-t7 .pesquisaCriacaoBarra > li a:hover,
.tema-t7 .formCriacaoBarra > li a:hover {
  color: #aa4a00;
  background: #fff;
}
.tema-t7 .pesquisaCriacaoBarra > li > ul a,
.tema-t7 .formCriacaoBarra > li > ul a {
  color: #aa4a00;
}
.tema-t7 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t7 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #aa4a00;
}
.tema-t7 #novaRespTemp {
  border-left: 2px dotted #aa4a00 !important;
}
.tema-t7 #PesquisaCriar .help-block a {
  color: #aa4a00;
}
.tema-t7 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #ffffff;
}
.tema-t7 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #ffffff;
}
.tema-t7 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #aa4a00;
}
.tema-t7 #questionario .item .menu li a {
  color: #aa4a00;
}
.tema-t7 #questionario .item.active {
  border-left: 2px solid #aa4a00;
}
.tema-t7 #questionario .item.active .menu {
  background: #ffffff;
}
.tema-t7 #questionario .item-placeholder {
  border: 1px dotted #aa4a00;
}
.tema-t7 #questionario .secao-data {
  color: #aa4a00;
}
.tema-t7 #dv-resumo-emails-validos ul {
  border: 1px dashed #aa4a00;
}
.tema-t7 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #aa4a00;
}
.tema-t7 #dv-resumo-emails-validos ul li:hover {
  background: #aa4a00;
  color: #fff;
}
.tema-t7 .cke_editable.cke_focus {
  border-bottom: 2px solid #aa4a00;
}
.tema-t7 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t7 #modalDetalheVenda .modal-header,
.tema-t7 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t7 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t7 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #aa4a00;
}
.tema-t7 span.dicItem {
  border-bottom: dotted 1px #aa4a00;
  color: #aa4a00;
}
.tema-t7 .d3-tip {
  background-color: #aa4a00;
}
.tema-t7 .fancybox-overlay {
  background-color: rgba(170, 74, 0, 0.8);
}
.tema-t7 .fidelidadeItem h1.panel-title {
  color: #aa4a00;
}
.tema-t7 .fidelidadeItem .infobar li div:hover {
  color: #aa4a00;
}
.tema-t7 .gerenciaEmailItem h1.panel-title {
  color: #aa4a00;
}
.tema-t7 .gerenciaEmailItem .infobar li div:hover {
  color: #aa4a00;
}
.tema-t7 .itemLote .hlight {
  border-bottom: 1px solid #aa4a00;
}
.tema-t7 .text-tema {
  color: #aa4a00;
}
.tema-t7 .label-tema-flat {
  color: #aa4a00;
  border-color: #aa4a00;
}
.tema-t7 .label-tema {
  color: #fff;
  background-color: #aa4a00;
}
.tema-t7 .btn-tema-7 {
  color: #fff;
  background-color: #ffecdd;
}
.tema-t7 .btn-tema {
  color: #fff;
  background-color: #aa4a00;
}
.tema-t7 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t7 .btn-tema .checker span.checked {
  border: none;
}
.tema-t7 #modalLabSend .modal-body h5 {
  color: #aa4a00;
}
.tema-t7 .btn-group .btn.active {
  background-color: #aa4a00 !important;
  color: #fff !important;
}
.tema-t7 picker__list-item--selected,
.tema-t7 .picker__list-item--selected:hover,
.tema-t7 .picker--focused .picker__list-item--selected {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 .UserId.member {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 .UserId.member.inNavBar {
  background-color: #fff;
  color: #aa4a00;
}
.tema-t7 #EmailName,
.tema-t7 #ColecaoName,
.tema-t7 #CupomName,
.tema-t7 #ProgramaName {
  color: #aa4a00;
}
.tema-t7 .stepy-navigator {
  border-bottom: 1px dotted #aa4a00;
}
.tema-t7 #ComunicacaoEmailCriar h4.content-group,
.tema-t7 #ProgramaFidelidadeItem h4.content-group {
  color: #aa4a00;
}
.tema-t7 #sidebar_historico .category-content li {
  border-color: #aa4a00;
}
.tema-t7 #sidebar_historico .category-content li:before {
  border: 2px solid #aa4a00;
}
.tema-t7 #sidebar_historico .category-content li:after {
  border-left: 1px solid #aa4a00;
  border-right: 1px solid #aa4a00;
}
.tema-t7 #sidebar_historico .category-content li strong {
  color: #aa4a00;
}
.tema-t7 .panel-footer.historico a {
  color: #aa4a00;
}
.tema-t7 #loading-default:not(.step1) {
  background: #aa4a00;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t7 #helpPageHeader {
  -o-animation: tema-t7 5s linear infinite alternate both;
  -webkit-animation: tema-t7 5s linear infinite alternate both;
  -moz-animation: tema-t7 5s linear infinite alternate both;
  animation: tema-t7 5s linear infinite alternate both;
}
@-moz-keyframes tema-t7 {
  0% {
    background: rgba(170, 74, 0, 0.5);
  }
  100% {
    background: rgba(255, 121, 17, 0.9);
  }
}
@-webkit-keyframes tema-t7 {
  0% {
    background: rgba(170, 74, 0, 0.5);
  }
  100% {
    background: rgba(255, 121, 17, 0.9);
  }
}
@keyframes tema-t7 {
  0% {
    background: rgba(170, 74, 0, 0.5);
  }
  100% {
    background: rgba(255, 121, 17, 0.9);
  }
}
.tema-t7 #helpCenter #categoriasMenu .category-title span {
  color: #aa4a00;
}
.tema-t7 #helpCenter #CatHeader {
  background: #aa4a00;
}
.tema-t7 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t7 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t7 #helpCenter .categoriaBox h2 {
  color: #aa4a00;
}
.tema-t7 #helpCenter .categoriaItem h1 {
  color: #ff7911;
}
.tema-t7 #chatBot #q {
  color: #aa4a00;
}
.tema-t7 #chatBot #q::-webkit-input-placeholder {
  color: #ffcfaa;
}
.tema-t7 #chatBot #q:-moz-placeholder {
  color: #ffcfaa;
}
.tema-t7 #chatBot #send {
  background-color: #aa4a00;
}
.tema-t7 #chatBot.active .header {
  background-image: linear-gradient(315deg, #aa4a00, #ffecdd);
}
.tema-t7 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t7 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #aa4a00;
  border-color: #aa4a00;
  color: #fff;
}
.tema-t7 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #aa4a00;
}
.tema-t7 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #ffffff;
}
.tema-t7 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #aa4a00;
}
.tema-t7 #contatoDados h4,
.tema-t7 #cadastroProduto h4,
.tema-t7 #ProgramaFidelidadePremioItem h4,
.tema-t7 #EmpresaVisualizar h4,
.tema-t7 #EmpresaEditar h4 {
  color: #aa4a00;
}
.tema-t7 #contatoDados h4:before,
.tema-t7 #cadastroProduto h4:before,
.tema-t7 #ProgramaFidelidadePremioItem h4:before,
.tema-t7 #EmpresaVisualizar h4:before,
.tema-t7 #EmpresaEditar h4:before {
  background: #ffffff;
}
.tema-t7 #contatoDados .userIntro,
.tema-t7 #cadastroProduto .userIntro,
.tema-t7 #ProgramaFidelidadePremioItem .userIntro,
.tema-t7 #EmpresaVisualizar .userIntro,
.tema-t7 #EmpresaEditar .userIntro {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 .eventoIntro,
.tema-t7 .relatorioIntro {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 .pesquisaIntro {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t7 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #aa4a00 !important;
}
.tema-t7 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t7 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #ffffff;
}
.tema-t7 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t7 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #aa4a00 !important;
}
.tema-t7 #contatoConfig .dropZoneFields .itemField .box,
.tema-t7 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #ffcfaa;
}
.tema-t7 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t7 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #aa4a00;
}
.tema-t7 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t7 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t7 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t7 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #aa4a00 !important;
}
.tema-t7 #contatoConfig .g .header h4,
.tema-t7 #contatoConfig .g .header i {
  color: #aa4a00;
}
.tema-t7 #contatoConfig .g:nth-child(even) {
  background: #ffffff;
  border-bottom: 1px dotted #ffecdd;
  border-top: 1px dotted #ffecdd;
}
.tema-t7 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t7 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t7 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t7 .dataTables_paginate .paginate_button.current,
.tema-t7 .dataTables_paginate .paginate_button.current:hover,
.tema-t7 .dataTables_paginate .paginate_button.current:focus {
  color: #ffffff !important;
  background-color: #ffb277 !important;
}
.tema-t7 .dropdown-menu > .active > a,
.tema-t7 .dropdown-menu > .active > a:hover,
.tema-t7 .dropdown-menu > .active > a:focus {
  color: #ffffff !important;
  background-color: #ffb277 !important;
}
.tema-t7 .btn-link:hover,
.tema-t7 .btn-link:focus {
  color: #ffb277;
}
.tema-t7 .bg-tema {
  background-color: #ffb277 !important;
}
.tema-t7 .btn.bg-tema {
  background-color: #ffb277 !important;
  color: #fff;
}
.tema-t7 .border-tema {
  border-color: #ffb277;
}
.tema-t7 .nicescroll-cursors {
  background-color: #ffb277 !important;
}
.tema-t7 .addNew button {
  color: #ffffff !important;
  background-color: #ffb277 !important;
}
.tema-t7 .dbgrid.dragging {
  border: 1px solid #ffb277;
}
.tema-t7 .dbgrid .table thead {
  background-color: #ffb277 !important;
  color: #ffffff !important;
}
.tema-t7 .dbgrid .table a {
  color: #ffb277;
}
.tema-t7 .dbgrid .table a:hover {
  color: #aa4a00;
}
.tema-t7 .dbgrid .bottom {
  border-color: #ffb277 !important;
}
.tema-t7 .packery-drop-placeholder:before {
  outline: 3px dashed #ffb277 !important;
}
.tema-t7 .loading-chart .coffee_cup {
  border-color: #aa4a00;
}
.tema-t7 .loading-chart .coffee_cup:after {
  border-color: #aa4a00;
}
.tema-t7 .loading-chart .coffee_cup:before {
  background-color: #aa4a00;
  box-shadow: 5px 0px 0px 0px #aa4a00, 5px -5px 0px 0px #aa4a00, 10px 0px 0px 0px #aa4a00;
}
.tema-t7 #loading-default h1 {
  color: #aa4a00;
}
.tema-t7 #loading-default h2 {
  color: #ff7911;
}
.tema-t7 #loading-default .coffee_cup {
  border-color: #aa4a00;
}
.tema-t7 #loading-default .coffee_cup:after {
  border-color: #aa4a00;
}
.tema-t7 #loading-default .coffee_cup:before {
  background-color: #aa4a00;
  box-shadow: 5px 0px 0px 0px #aa4a00, 5px -5px 0px 0px #aa4a00, 10px 0px 0px 0px #aa4a00;
}
.tema-t7 #loading-default.step1 .panel {
  background-color: #aa4a00;
}
.tema-t7 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t7 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t7 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t7 #loading-default .lds-ring > div {
  border: 3px solid #aa4a00;
  border-color: #aa4a00 transparent transparent transparent;
}
.tema-t7 #gerenciaPerfil h6 {
  color: #aa4a00;
}
.tema-t7 #gerenciaPerfil .group {
  border: 1px dotted #ffecdd;
}
.tema-t7 .switchery-default {
  background-color: #aa4a00 !important;
  border-color: #aa4a00 !important;
  box-shadow: #aa4a00 0px 0px 0px 0px inset !important;
}
.tema-t7 .switchery-default small {
  background-color: #fff !important;
}
.tema-t7.login-container .panel-heading {
  background-color: #aa4a00 !important;
}
.tema-t7.login-container .panel-body button {
  background-color: #aa4a00 !important;
  color: #ffffff !important;
}
.tema-t7.login-container .panel-body button:hover {
  color: #aa4a00 !important;
  background-color: #ffffff !important;
}
.tema-t7.login-container .panel-body ul li a {
  border: 1px solid #aa4a00 !important;
  color: #aa4a00 !important;
}
.tema-t7.login-container .panel-body ul li a:hover {
  color: #ffffff !important;
  background-color: #aa4a00 !important;
}
.tema-t7 .navbar-header {
  background-color: #aa4a00 !important;
}
.tema-t7 .DTCR_clonedTable td,
.tema-t7 .DTCR_pointer {
  border-left: 1px dotted #aa4a00 !important;
  z-index: 99999;
}
.tema-t7 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #aa4a00 !important;
}
.tema-t7 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t7 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #ffffff !important;
}
.tema-t7 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #aa4a00 !important;
  background-color: #ffffff !important;
}
.tema-t7 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #aa4a00 !important;
}
.tema-t7 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #aa4a00 !important;
  color: #ffffff !important;
}
.tema-t7 .cke_chrome {
  border: none;
}
.tema-t7 table.hover tr:hover td,
.tema-t7 table.hover tr:focus td {
  border-bottom: 1px solid #aa4a00 !important;
}
.tema-t7 table.hover tr:hover td:first-child:before,
.tema-t7 table.hover tr:focus td:first-child:before {
  color: #aa4a00 !important;
}
.tema-t7 .popover.superhint {
  background-color: #aa4a00 !important;
}
.tema-t7 .popover.superhint .popover-footer {
  background-color: #ffffff !important;
}
.tema-t7 .popover.superhint .popover-footer button {
  background-color: #aa4a00 !important;
  color: #ffffff !important;
}
.tema-t7 .popover.superhint .popover-title {
  color: #ffffff !important;
}
.tema-t7 .popover.superhint .popover-content {
  color: #ffffff !important;
}
.tema-t7 .popover.superhint .popover-close {
  color: #ffffff !important;
}
.tema-t7 .popover.superhint.left > .arrow {
  border-left-color: #aa4a00 !important;
}
.tema-t7 .popover.superhint.left > .arrow:after {
  border-left-color: #aa4a00 !important;
}
.tema-t7 .popover.superhint.right > .arrow {
  border-right-color: #aa4a00 !important;
}
.tema-t7 .popover.superhint.right > .arrow:after {
  border-right-color: #aa4a00 !important;
}
.tema-t7 .popover.superhint.top > .arrow {
  border-top-color: #ffffff !important;
}
.tema-t7 .popover.superhint.top > .arrow:after {
  border-top-color: #ffffff !important;
}
.tema-t7 .popover.superhint.bottom > .arrow {
  border-bottom-color: #aa4a00 !important;
}
.tema-t7 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #aa4a00 !important;
}
.tema-t7 .checker span {
  color: #ff9544 !important;
  border: 2px solid #ff9544;
}
.tema-t7 .thumb:hover .zoom-image {
  background-color: #ff9544 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t7 .panel-email-insertType:hover .btn {
  background-color: #ff9544 !important;
  color: #ffffff !important;
}
.tema-t7 .stepy-header li div {
  color: #ffffff !important;
}
.tema-t7 .stepy-header li div {
  border-color: #ffcfaa !important;
  background-color: #ffcfaa !important;
  color: #ffffff !important;
}
.tema-t7 .stepy-header li span {
  color: #ffcfaa !important;
}
.tema-t7 .stepy-header li.stepy-active div {
  border-color: #aa4a00 !important;
  background-color: #aa4a00 !important;
  color: #ffffff !important;
}
.tema-t7 .stepy-header li.stepy-active span {
  color: #aa4a00 !important;
}
.tema-t7 .stepy-header li:before,
.tema-t7 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t7 .emojSelect a:hover {
  color: #ff9544 !important;
}
.tema-t7 .daterangepicker td.active,
.tema-t7 .daterangepicker td.active:hover,
.tema-t7 .daterangepicker td.active:focus {
  background-color: #ff9544 !important;
}
.tema-t7 .ranges ul li.active {
  color: #ffffff;
  background-color: #ff9544 !important;
}
.tema-t7 .hint-help {
  color: #ff9544 !important;
}
.tema-t7 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t7 .popover-hint,
.tema-t7 .tooltip {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 .tooltip > .tooltip-inner {
  background-color: #aa4a00;
}
.tema-t7 .modal-backdrop {
  background-color: #dd6000 !important;
}
.tema-t7 .border-left-tema {
  border-left-color: #aa4a00;
}
.tema-t7 .tema-bg {
  background-color: #dd6000 !important;
}
.tema-t7 .tema-border {
  border-color: #ff9544;
}
.tema-t7 .tema-text,
.tema-t7 .tema-text:hover,
.tema-t7 .tema-text:focus {
  color: #ff9544 !important;
}
.tema-t7 .badge-tema {
  background-color: #aa4a00;
  border-color: #aa4a00;
}
.tema-t7 > .navbar {
  background-color: #dd6000;
}
.tema-t7 > .navbar a:hover {
  color: #ffcfaa;
}
.tema-t7 > .navbar a:hover i {
  color: #ffffff;
}
.tema-t7 #adesaoPlano > .navbar {
  background-color: #dd6000;
}
.tema-t7 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t7 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(170, 74, 0, 0.85);
}
.tema-t7 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t7 #sidebar_config,
.tema-t7 .sidebar_config {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 #sidebar_config .navigation > li.active > a,
.tema-t7 .sidebar_config .navigation > li.active > a,
.tema-t7 #sidebar_config .navigation > li.active > a:hover,
.tema-t7 .sidebar_config .navigation > li.active > a:hover,
.tema-t7 #sidebar_config .navigation > li.active > a:focus,
.tema-t7 .sidebar_config .navigation > li.active > a:focus {
  background-color: #ff7911;
  color: #ffffff;
}
.tema-t7 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #aa4a00;
}
@media only screen and (min-width: 769px) {
  .tema-t7 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #aa4a00;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t7 .nav-tabs.nav-justified > li.active > a,
  .tema-t7 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t7 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #aa4a00;
  }
}
.tema-t7 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t7 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t7 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #aa4a00;
}
@media (min-width: 769px) {
  .tema-t7 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t7 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t7 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #aa4a00;
  }
  .tema-t7 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #aa4a00;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t7 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #aa4a00;
  }
}
@media (max-width: 768px) {
  .tema-t7 .nav-tabs > li.active > a,
  .tema-t7 .nav-tabs > li.active > a:hover,
  .tema-t7 .nav-tabs > li.active > a:focus {
    border-left-color: #aa4a00;
    color: #aa4a00;
  }
}
@media (min-width: 769px) {
  .tema-t7 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t7 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t7 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #aa4a00;
  }
}
.tema-t7 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t7 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t7 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t7 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t7 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t7 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t7 #compras #meses table th,
.tema-t7 #carrinho-abandonado #meses table th,
.tema-t7 #compras #meses-carrinho-abandonado table th,
.tema-t7 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 #compras #meses table tr.highlight td,
.tema-t7 #carrinho-abandonado #meses table tr.highlight td,
.tema-t7 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t7 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #aa4a00 1px dotted !important;
  border-bottom: #aa4a00 1px dotted !important;
  color: #aa4a00;
}
.tema-t7 #compras #meses table tr.highlight td:nth-child(1),
.tema-t7 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t7 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t7 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t7 #compras #meses table tr.highlight td:nth-child(2),
.tema-t7 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t7 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t7 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t7 #compras #meses table td.highlight,
.tema-t7 #carrinho-abandonado #meses table td.highlight,
.tema-t7 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t7 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #aa4a00 1px dotted !important;
  border-right: #aa4a00 1px dotted !important;
  color: #aa4a00;
}
.tema-t7 #compras #meses table td:nth-child(1),
.tema-t7 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t7 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t7 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #dd6000;
  color: #fff;
}
.tema-t7 #compras #meses table td:nth-child(1).highlight,
.tema-t7 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t7 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t7 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t7 #compras #meses table td:nth-child(2),
.tema-t7 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t7 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t7 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #ff7911;
  color: #fff;
}
.tema-t7 .form-control:focus {
  border-bottom-color: #aa4a00;
  -webkit-box-shadow: 0 1px 0 #aa4a00;
  box-shadow: 0 1px 0 #aa4a00;
}
.tema-t7 .bootstrap-select .btn-default:focus,
.tema-t7 .bootstrap-select .btn-default.focus,
.tema-t7 .bootstrap-select .btn-default:active,
.tema-t7 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #aa4a00;
  -webkit-box-shadow: 0 1px 0 #aa4a00;
  box-shadow: 0 1px 0 #aa4a00;
}
.tema-t7 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #aa4a00;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #aa4a00;
  box-shadow: 0 1px 0 #aa4a00;
}
.tema-t7 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #aa4a00;
}
.tema-t7 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t7 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t7 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t7 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t7 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t7 .btn-delete:hover,
.tema-t7 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t7 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t7 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t7 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t7 .btn-edit:hover,
.tema-t7 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t7 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t7 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t7 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t7 .btn-search:hover,
.tema-t7 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t7 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t7 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t7 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t7 .btn-save:hover,
.tema-t7 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t7 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t7 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t7 .btn-save-inv:hover,
.tema-t7 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t7 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t7 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t7 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t7 .btn-face:hover,
.tema-t7 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t7 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t7 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t7 .btn-default:hover,
.tema-t7 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t7 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t7 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t7 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t7 .bootstrap-select .btn-default:focus,
.tema-t7 .bootstrap-select .btn-default:hover,
.tema-t7 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t7 .btn-tema-dark10 {
  background: #773400;
  background-color: #773400;
  color: #fff;
}
.tema-t7 .btn-tema-dark10:focus,
.tema-t7 .btn-tema-dark10:hover,
.tema-t7 .btn-tema-dark10 [disabled] {
  background: #441e00;
  background-color: #441e00;
  color: #fff;
}
.tema-t7 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #aa4a00;
}
.tema-t7 .btn-white-inv:focus,
.tema-t7 .btn-white-inv:hover,
.tema-t7 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t7 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t7 .btn-white:focus,
.tema-t7 .btn-white:hover,
.tema-t7 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t7 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t7 .btn-new {
  text-transform: none;
  color: #aa4a00 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t7 .btn-new:hover,
.tema-t7 .btn-new [disabled] {
  color: #ffffff !important;
  background-color: #aa4a00 !important;
}
.tema-t7 .btn-new:focus {
  color: #ffffff !important;
  background-color: #aa4a00 !important;
}
.tema-t7 .btn-new[disabled] {
  color: #aa4a00 !important;
  background-color: #ffffff !important;
}
.tema-t7 .content-wrapper::selection {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 .content-wrapper::-moz-selection {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 .content-wrapper::-o-selection {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 .content-wrapper::-ms-selection {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 .content-wrapper::-webkit-selection {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 #cupomExterno {
  background-color: #aa4a00;
}
.tema-t7 #cupomExterno h1 {
  color: #aa4a00;
}
.tema-t7 #pesquisaExterno {
  background-color: #aa4a00;
}
.tema-t7 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #aa4a00;
  color: #aa4a00;
}
.tema-t7 #pesquisaExterno .stepy-header li div {
  background-color: #aa4a00;
}
.tema-t7 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #aa4a00 !important;
}
.tema-t7 #pesquisaExterno .stepy-header li:before,
.tema-t7 #pesquisaExterno .stepy-header li:after {
  background-color: #aa4a00;
}
.tema-t7 #pesquisaExterno .stepy-header li div {
  border: 2px solid #aa4a00;
}
.tema-t7 #pesquisaExterno .border-primary-600 {
  border-color: #aa4a00;
}
.tema-t7 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #aa4a00;
}
.tema-t7 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #aa4a00;
  -webkit-box-shadow: 0 1px 0 #aa4a00;
  box-shadow: 0 1px 0 #aa4a00;
}
.tema-t7 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t7 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t7 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t7 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #aa4a00;
  -webkit-box-shadow: 0 1px 0 #aa4a00;
  box-shadow: 0 1px 0 #aa4a00;
}
.tema-t7 #pesquisaExterno .checker span {
  border: 2px solid #aa4a00;
}
.tema-t7 #pesquisaExterno .irs-slider {
  background-color: #aa4a00;
}
.tema-t7 #pesquisaExterno .irs-bar {
  background-color: #aa4a00;
}
.tema-t7 #pesquisaExterno .irs-from,
.tema-t7 #pesquisaExterno .irs-to,
.tema-t7 #pesquisaExterno .irs-single {
  background-color: #aa4a00;
}
.tema-t7 #pesquisaExterno .form-control:focus {
  border-bottom-color: #aa4a00;
  -webkit-box-shadow: 0 1px 0 #aa4a00;
  box-shadow: 0 1px 0 #aa4a00;
}
.tema-t7 #pesquisaExterno .irs-from:after,
.tema-t7 #pesquisaExterno .irs-to:after,
.tema-t7 #pesquisaExterno .irs-single:after {
  border-top-color: #aa4a00;
}
.tema-t7 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #aa4a00;
}
.tema-t7 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t7 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #dd6000;
  color: white;
}
.tema-t7 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t7 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #aa4a00;
  color: white;
}
.tema-t7 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #773400;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t7 #pesquisaExterno .stepy-navigator a {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #aa4a00;
  color: #fff !important;
}
.tema-t7 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #aa4a00;
  color: #fff !important;
}
.tema-t7 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t7 #categoriaProduto #actionsControl {
  background-color: #aa4a00;
}
.tema-t7 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #aa4a00;
}
.tema-t7 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t7 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #aa4a00;
}
.tema-t7 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t7 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #aa4a00;
}
.tema-t7 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #aa4a00;
}
.tema-t7 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #aa4a00;
  color: #fff;
}
.tema-t7 #categoriaProduto #actionsControl .btn-edit,
.tema-t7 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t7 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t7 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t7 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t7 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t8 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t8 #ticketGridTopBar {
  background-color: #ff7000;
}
.tema-t8 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #ff7000;
}
.tema-t8 #ticket-aba-lateral .panel-heading h6 {
  color: #ff7000;
}
.tema-t8 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #ffffff;
  border-color: #ffffff;
}
.tema-t8 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #ffffff;
}
.tema-t8 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #ff7000;
}
.tema-t8 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #ff7000;
}
.tema-t8 .ticketIntro {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 .ticketInfo strong,
.tema-t8 .ticketInfo i {
  color: #ff7000;
}
.tema-t8 #ticketGrid h1 a {
  color: #ff7000;
}
.tema-t8 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #ff7000;
}
.tema-t8 .tokenfield .token:not([class*=bg-]) {
  background-color: #ff7000;
  color: #ffffff;
}
.tema-t8 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #ffffff;
  color: #ff7000;
}
.tema-t8#EmailDragDropEditor .content #settingsBar h2 {
  color: #ff7000;
}
.tema-t8#EmailDragDropEditor #editBar .box h2 {
  color: #ff7000;
}
.tema-t8#EmailDragDropEditor #editBar .irs-from,
.tema-t8#EmailDragDropEditor #editBar .irs-to,
.tema-t8#EmailDragDropEditor #editBar .irs-single {
  background-color: #ff7000;
}
.tema-t8#EmailDragDropEditor #editBar .irs-from:after,
.tema-t8#EmailDragDropEditor #editBar .irs-to:after,
.tema-t8#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #ff7000;
}
.tema-t8#EmailDragDropEditor #editBar .irs-slider {
  background-color: #ff7000;
}
.tema-t8#EmailDragDropEditor #editBar .irs-bar {
  background-color: #ffc699;
}
.tema-t8#baixaCupomExternoCliente footer {
  background-color: #ff7000;
}
.tema-t8 #linkPrivacidade {
  background-color: rgba(255, 112, 0, 0.5);
  color: #ffffff;
}
.tema-t8 #linkPrivacidade:hover {
  background-color: #ff7000;
}
.tema-t8 #formularioExterno .termo i {
  color: #ff7000;
}
.tema-t8 #formularioExterno .termo strong {
  color: #ff7000;
}
.tema-t8 #formularioExterno .termo a {
  color: #ff7000;
  border-bottom: 1px dotted #ff7000;
}
.tema-t8 .modal_boasvindas .modal-body h1 {
  color: #ff7000;
}
.tema-t8 .modal_boasvindas .modal-body h2 {
  color: #ffffff;
}
.tema-t8 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #ffffff;
}
.tema-t8 .modal_boasvindas .modal-body strong {
  color: #ff7000;
}
.tema-t8 .noui-slider-primary .noUi-handle {
  background-color: #ff7000;
}
.tema-t8 .noUi-tooltip {
  background-color: #ff7000;
}
.tema-t8 .noUi-connect {
  background-color: #ff7000 !important;
}
.tema-t8 #detalheColecao .colecaoData h4 {
  color: #ff7000;
}
.tema-t8 .panel-tema {
  background-color: #ff7000;
}
.tema-t8 .panel-tema h6,
.tema-t8 .panel-tema span.center-block {
  color: #fff;
}
.tema-t8 .panel-tema input {
  color: #ffffff;
}
.tema-t8 #toast-container.toast-center-center {
  background-color: rgba(255, 112, 0, 0.7);
}
.tema-t8 .cd-top {
  background-color: rgba(255, 112, 0, 0.7);
}
.tema-t8 .cd-top i {
  color: #fff;
}
.tema-t8 .cd-top:hover {
  background-color: #ff7000;
}
.tema-t8 .pagination > .active > a,
.tema-t8 .pagination > .active > span,
.tema-t8 .pagination > .active > a:hover,
.tema-t8 .pagination > .active > span:hover,
.tema-t8 .pagination > .active > a:focus,
.tema-t8 .pagination > .active > span:focus {
  background-color: #ff7000;
  border-color: #ff7000;
}
.tema-t8 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t8 #edicao .editor_box .action_bar a:hover {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 .responsiveIframe.mobile {
  border: 1px solid #ff7000;
}
.tema-t8 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #ff7000;
}
.tema-t8 .progress-bar {
  background-color: #ff7000;
}
.tema-t8 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t8 pre[class*="language-"] {
  border-left-color: #ff7000;
}
.tema-t8 #pesquisaTabulacao tr.group,
.tema-t8 #pesquisaTabulacao tr.group:hover {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 #smsCriar .panel-heading {
  border-bottom: 1px dotted #ff7000;
}
.tema-t8 #smsCriar .panel-heading #SmsName {
  color: #ff7000;
}
.tema-t8 .br-theme-bars-pill .br-widget a {
  background-color: #ffffff;
  color: #ff7000;
}
.tema-t8 .br-theme-bars-pill .br-widget a.br-active,
.tema-t8 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #ff7000;
  color: white;
}
.tema-t8 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t8 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #ff7000;
}
.tema-t8 .pesquisaCriacaoBarra > li a,
.tema-t8 .formCriacaoBarra > li a {
  color: #ff7000;
}
.tema-t8 .pesquisaCriacaoBarra > li a:hover,
.tema-t8 .formCriacaoBarra > li a:hover {
  color: #ff7000;
  background: #fff;
}
.tema-t8 .pesquisaCriacaoBarra > li > ul a,
.tema-t8 .formCriacaoBarra > li > ul a {
  color: #ff7000;
}
.tema-t8 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t8 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #ff7000;
}
.tema-t8 #novaRespTemp {
  border-left: 2px dotted #ff7000 !important;
}
.tema-t8 #PesquisaCriar .help-block a {
  color: #ff7000;
}
.tema-t8 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #ffffff;
}
.tema-t8 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #ffffff;
}
.tema-t8 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #ff7000;
}
.tema-t8 #questionario .item .menu li a {
  color: #ff7000;
}
.tema-t8 #questionario .item.active {
  border-left: 2px solid #ff7000;
}
.tema-t8 #questionario .item.active .menu {
  background: #ffffff;
}
.tema-t8 #questionario .item-placeholder {
  border: 1px dotted #ff7000;
}
.tema-t8 #questionario .secao-data {
  color: #ff7000;
}
.tema-t8 #dv-resumo-emails-validos ul {
  border: 1px dashed #ff7000;
}
.tema-t8 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #ff7000;
}
.tema-t8 #dv-resumo-emails-validos ul li:hover {
  background: #ff7000;
  color: #fff;
}
.tema-t8 .cke_editable.cke_focus {
  border-bottom: 2px solid #ff7000;
}
.tema-t8 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t8 #modalDetalheVenda .modal-header,
.tema-t8 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t8 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t8 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #ff7000;
}
.tema-t8 span.dicItem {
  border-bottom: dotted 1px #ff7000;
  color: #ff7000;
}
.tema-t8 .d3-tip {
  background-color: #ff7000;
}
.tema-t8 .fancybox-overlay {
  background-color: rgba(255, 112, 0, 0.8);
}
.tema-t8 .fidelidadeItem h1.panel-title {
  color: #ff7000;
}
.tema-t8 .fidelidadeItem .infobar li div:hover {
  color: #ff7000;
}
.tema-t8 .gerenciaEmailItem h1.panel-title {
  color: #ff7000;
}
.tema-t8 .gerenciaEmailItem .infobar li div:hover {
  color: #ff7000;
}
.tema-t8 .itemLote .hlight {
  border-bottom: 1px solid #ff7000;
}
.tema-t8 .text-tema {
  color: #ff7000;
}
.tema-t8 .label-tema-flat {
  color: #ff7000;
  border-color: #ff7000;
}
.tema-t8 .label-tema {
  color: #fff;
  background-color: #ff7000;
}
.tema-t8 .btn-tema-7 {
  color: #fff;
  background-color: #ffffff;
}
.tema-t8 .btn-tema {
  color: #fff;
  background-color: #ff7000;
}
.tema-t8 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t8 .btn-tema .checker span.checked {
  border: none;
}
.tema-t8 #modalLabSend .modal-body h5 {
  color: #ff7000;
}
.tema-t8 .btn-group .btn.active {
  background-color: #ff7000 !important;
  color: #fff !important;
}
.tema-t8 picker__list-item--selected,
.tema-t8 .picker__list-item--selected:hover,
.tema-t8 .picker--focused .picker__list-item--selected {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 .UserId.member {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 .UserId.member.inNavBar {
  background-color: #fff;
  color: #ff7000;
}
.tema-t8 #EmailName,
.tema-t8 #ColecaoName,
.tema-t8 #CupomName,
.tema-t8 #ProgramaName {
  color: #ff7000;
}
.tema-t8 .stepy-navigator {
  border-bottom: 1px dotted #ff7000;
}
.tema-t8 #ComunicacaoEmailCriar h4.content-group,
.tema-t8 #ProgramaFidelidadeItem h4.content-group {
  color: #ff7000;
}
.tema-t8 #sidebar_historico .category-content li {
  border-color: #ff7000;
}
.tema-t8 #sidebar_historico .category-content li:before {
  border: 2px solid #ff7000;
}
.tema-t8 #sidebar_historico .category-content li:after {
  border-left: 1px solid #ff7000;
  border-right: 1px solid #ff7000;
}
.tema-t8 #sidebar_historico .category-content li strong {
  color: #ff7000;
}
.tema-t8 .panel-footer.historico a {
  color: #ff7000;
}
.tema-t8 #loading-default:not(.step1) {
  background: #ff7000;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t8 #helpPageHeader {
  -o-animation: tema-t8 5s linear infinite alternate both;
  -webkit-animation: tema-t8 5s linear infinite alternate both;
  -moz-animation: tema-t8 5s linear infinite alternate both;
  animation: tema-t8 5s linear infinite alternate both;
}
@-moz-keyframes tema-t8 {
  0% {
    background: rgba(255, 112, 0, 0.5);
  }
  100% {
    background: rgba(255, 169, 102, 0.9);
  }
}
@-webkit-keyframes tema-t8 {
  0% {
    background: rgba(255, 112, 0, 0.5);
  }
  100% {
    background: rgba(255, 169, 102, 0.9);
  }
}
@keyframes tema-t8 {
  0% {
    background: rgba(255, 112, 0, 0.5);
  }
  100% {
    background: rgba(255, 169, 102, 0.9);
  }
}
.tema-t8 #helpCenter #categoriasMenu .category-title span {
  color: #ff7000;
}
.tema-t8 #helpCenter #CatHeader {
  background: #ff7000;
}
.tema-t8 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t8 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t8 #helpCenter .categoriaBox h2 {
  color: #ff7000;
}
.tema-t8 #helpCenter .categoriaItem h1 {
  color: #ffa966;
}
.tema-t8 #chatBot #q {
  color: #ff7000;
}
.tema-t8 #chatBot #q::-webkit-input-placeholder {
  color: #ffffff;
}
.tema-t8 #chatBot #q:-moz-placeholder {
  color: #ffffff;
}
.tema-t8 #chatBot #send {
  background-color: #ff7000;
}
.tema-t8 #chatBot.active .header {
  background-image: linear-gradient(315deg, #ff7000, #ffffff);
}
.tema-t8 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t8 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #ff7000;
  border-color: #ff7000;
  color: #fff;
}
.tema-t8 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #ff7000;
}
.tema-t8 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #ffffff;
}
.tema-t8 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ff7000;
}
.tema-t8 #contatoDados h4,
.tema-t8 #cadastroProduto h4,
.tema-t8 #ProgramaFidelidadePremioItem h4,
.tema-t8 #EmpresaVisualizar h4,
.tema-t8 #EmpresaEditar h4 {
  color: #ff7000;
}
.tema-t8 #contatoDados h4:before,
.tema-t8 #cadastroProduto h4:before,
.tema-t8 #ProgramaFidelidadePremioItem h4:before,
.tema-t8 #EmpresaVisualizar h4:before,
.tema-t8 #EmpresaEditar h4:before {
  background: #ffffff;
}
.tema-t8 #contatoDados .userIntro,
.tema-t8 #cadastroProduto .userIntro,
.tema-t8 #ProgramaFidelidadePremioItem .userIntro,
.tema-t8 #EmpresaVisualizar .userIntro,
.tema-t8 #EmpresaEditar .userIntro {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 .eventoIntro,
.tema-t8 .relatorioIntro {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 .pesquisaIntro {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t8 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #ff7000 !important;
}
.tema-t8 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t8 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #ffffff;
}
.tema-t8 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t8 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #ff7000 !important;
}
.tema-t8 #contatoConfig .dropZoneFields .itemField .box,
.tema-t8 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #ffffff;
}
.tema-t8 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t8 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #ff7000;
}
.tema-t8 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t8 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t8 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t8 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #ff7000 !important;
}
.tema-t8 #contatoConfig .g .header h4,
.tema-t8 #contatoConfig .g .header i {
  color: #ff7000;
}
.tema-t8 #contatoConfig .g:nth-child(even) {
  background: #ffffff;
  border-bottom: 1px dotted #ffffff;
  border-top: 1px dotted #ffffff;
}
.tema-t8 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t8 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t8 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t8 .dataTables_paginate .paginate_button.current,
.tema-t8 .dataTables_paginate .paginate_button.current:hover,
.tema-t8 .dataTables_paginate .paginate_button.current:focus {
  color: #ffffff !important;
  background-color: #ffe2cc !important;
}
.tema-t8 .dropdown-menu > .active > a,
.tema-t8 .dropdown-menu > .active > a:hover,
.tema-t8 .dropdown-menu > .active > a:focus {
  color: #ffffff !important;
  background-color: #ffe2cc !important;
}
.tema-t8 .btn-link:hover,
.tema-t8 .btn-link:focus {
  color: #ffe2cc;
}
.tema-t8 .bg-tema {
  background-color: #ffe2cc !important;
}
.tema-t8 .btn.bg-tema {
  background-color: #ffe2cc !important;
  color: #fff;
}
.tema-t8 .border-tema {
  border-color: #ffe2cc;
}
.tema-t8 .nicescroll-cursors {
  background-color: #ffe2cc !important;
}
.tema-t8 .addNew button {
  color: #ffffff !important;
  background-color: #ffe2cc !important;
}
.tema-t8 .dbgrid.dragging {
  border: 1px solid #ffe2cc;
}
.tema-t8 .dbgrid .table thead {
  background-color: #ffe2cc !important;
  color: #ffffff !important;
}
.tema-t8 .dbgrid .table a {
  color: #ffe2cc;
}
.tema-t8 .dbgrid .table a:hover {
  color: #ff7000;
}
.tema-t8 .dbgrid .bottom {
  border-color: #ffe2cc !important;
}
.tema-t8 .packery-drop-placeholder:before {
  outline: 3px dashed #ffe2cc !important;
}
.tema-t8 .loading-chart .coffee_cup {
  border-color: #ff7000;
}
.tema-t8 .loading-chart .coffee_cup:after {
  border-color: #ff7000;
}
.tema-t8 .loading-chart .coffee_cup:before {
  background-color: #ff7000;
  box-shadow: 5px 0px 0px 0px #ff7000, 5px -5px 0px 0px #ff7000, 10px 0px 0px 0px #ff7000;
}
.tema-t8 #loading-default h1 {
  color: #ff7000;
}
.tema-t8 #loading-default h2 {
  color: #ffa966;
}
.tema-t8 #loading-default .coffee_cup {
  border-color: #ff7000;
}
.tema-t8 #loading-default .coffee_cup:after {
  border-color: #ff7000;
}
.tema-t8 #loading-default .coffee_cup:before {
  background-color: #ff7000;
  box-shadow: 5px 0px 0px 0px #ff7000, 5px -5px 0px 0px #ff7000, 10px 0px 0px 0px #ff7000;
}
.tema-t8 #loading-default.step1 .panel {
  background-color: #ff7000;
}
.tema-t8 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t8 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t8 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t8 #loading-default .lds-ring > div {
  border: 3px solid #ff7000;
  border-color: #ff7000 transparent transparent transparent;
}
.tema-t8 #gerenciaPerfil h6 {
  color: #ff7000;
}
.tema-t8 #gerenciaPerfil .group {
  border: 1px dotted #ffffff;
}
.tema-t8 .switchery-default {
  background-color: #ff7000 !important;
  border-color: #ff7000 !important;
  box-shadow: #ff7000 0px 0px 0px 0px inset !important;
}
.tema-t8 .switchery-default small {
  background-color: #fff !important;
}
.tema-t8.login-container .panel-heading {
  background-color: #ff7000 !important;
}
.tema-t8.login-container .panel-body button {
  background-color: #ff7000 !important;
  color: #ffffff !important;
}
.tema-t8.login-container .panel-body button:hover {
  color: #ff7000 !important;
  background-color: #ffffff !important;
}
.tema-t8.login-container .panel-body ul li a {
  border: 1px solid #ff7000 !important;
  color: #ff7000 !important;
}
.tema-t8.login-container .panel-body ul li a:hover {
  color: #ffffff !important;
  background-color: #ff7000 !important;
}
.tema-t8 .navbar-header {
  background-color: #ff7000 !important;
}
.tema-t8 .DTCR_clonedTable td,
.tema-t8 .DTCR_pointer {
  border-left: 1px dotted #ff7000 !important;
  z-index: 99999;
}
.tema-t8 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #ff7000 !important;
}
.tema-t8 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t8 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #ffffff !important;
}
.tema-t8 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #ff7000 !important;
  background-color: #ffffff !important;
}
.tema-t8 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #ff7000 !important;
}
.tema-t8 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #ff7000 !important;
  color: #ffffff !important;
}
.tema-t8 .cke_chrome {
  border: none;
}
.tema-t8 table.hover tr:hover td,
.tema-t8 table.hover tr:focus td {
  border-bottom: 1px solid #ff7000 !important;
}
.tema-t8 table.hover tr:hover td:first-child:before,
.tema-t8 table.hover tr:focus td:first-child:before {
  color: #ff7000 !important;
}
.tema-t8 .popover.superhint {
  background-color: #ff7000 !important;
}
.tema-t8 .popover.superhint .popover-footer {
  background-color: #ffffff !important;
}
.tema-t8 .popover.superhint .popover-footer button {
  background-color: #ff7000 !important;
  color: #ffffff !important;
}
.tema-t8 .popover.superhint .popover-title {
  color: #ffffff !important;
}
.tema-t8 .popover.superhint .popover-content {
  color: #ffffff !important;
}
.tema-t8 .popover.superhint .popover-close {
  color: #ffffff !important;
}
.tema-t8 .popover.superhint.left > .arrow {
  border-left-color: #ff7000 !important;
}
.tema-t8 .popover.superhint.left > .arrow:after {
  border-left-color: #ff7000 !important;
}
.tema-t8 .popover.superhint.right > .arrow {
  border-right-color: #ff7000 !important;
}
.tema-t8 .popover.superhint.right > .arrow:after {
  border-right-color: #ff7000 !important;
}
.tema-t8 .popover.superhint.top > .arrow {
  border-top-color: #ffffff !important;
}
.tema-t8 .popover.superhint.top > .arrow:after {
  border-top-color: #ffffff !important;
}
.tema-t8 .popover.superhint.bottom > .arrow {
  border-bottom-color: #ff7000 !important;
}
.tema-t8 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #ff7000 !important;
}
.tema-t8 .checker span {
  color: #ffc699 !important;
  border: 2px solid #ffc699;
}
.tema-t8 .thumb:hover .zoom-image {
  background-color: #ffc699 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t8 .panel-email-insertType:hover .btn {
  background-color: #ffc699 !important;
  color: #ffffff !important;
}
.tema-t8 .stepy-header li div {
  color: #ffffff !important;
}
.tema-t8 .stepy-header li div {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.tema-t8 .stepy-header li span {
  color: #ffffff !important;
}
.tema-t8 .stepy-header li.stepy-active div {
  border-color: #ff7000 !important;
  background-color: #ff7000 !important;
  color: #ffffff !important;
}
.tema-t8 .stepy-header li.stepy-active span {
  color: #ff7000 !important;
}
.tema-t8 .stepy-header li:before,
.tema-t8 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t8 .emojSelect a:hover {
  color: #ffc699 !important;
}
.tema-t8 .daterangepicker td.active,
.tema-t8 .daterangepicker td.active:hover,
.tema-t8 .daterangepicker td.active:focus {
  background-color: #ffc699 !important;
}
.tema-t8 .ranges ul li.active {
  color: #ffffff;
  background-color: #ffc699 !important;
}
.tema-t8 .hint-help {
  color: #ffc699 !important;
}
.tema-t8 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t8 .popover-hint,
.tema-t8 .tooltip {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 .tooltip > .tooltip-inner {
  background-color: #ff7000;
}
.tema-t8 .modal-backdrop {
  background-color: #ff8d33 !important;
}
.tema-t8 .border-left-tema {
  border-left-color: #ff7000;
}
.tema-t8 .tema-bg {
  background-color: #ff8d33 !important;
}
.tema-t8 .tema-border {
  border-color: #ffc699;
}
.tema-t8 .tema-text,
.tema-t8 .tema-text:hover,
.tema-t8 .tema-text:focus {
  color: #ffc699 !important;
}
.tema-t8 .badge-tema {
  background-color: #ff7000;
  border-color: #ff7000;
}
.tema-t8 > .navbar {
  background-color: #ff8d33;
}
.tema-t8 > .navbar a:hover {
  color: #ffffff;
}
.tema-t8 > .navbar a:hover i {
  color: #ffffff;
}
.tema-t8 #adesaoPlano > .navbar {
  background-color: #ff8d33;
}
.tema-t8 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t8 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(255, 112, 0, 0.85);
}
.tema-t8 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t8 #sidebar_config,
.tema-t8 .sidebar_config {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 #sidebar_config .navigation > li.active > a,
.tema-t8 .sidebar_config .navigation > li.active > a,
.tema-t8 #sidebar_config .navigation > li.active > a:hover,
.tema-t8 .sidebar_config .navigation > li.active > a:hover,
.tema-t8 #sidebar_config .navigation > li.active > a:focus,
.tema-t8 .sidebar_config .navigation > li.active > a:focus {
  background-color: #ffa966;
  color: #ffffff;
}
.tema-t8 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #ff7000;
}
@media only screen and (min-width: 769px) {
  .tema-t8 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #ff7000;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t8 .nav-tabs.nav-justified > li.active > a,
  .tema-t8 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t8 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #ff7000;
  }
}
.tema-t8 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t8 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t8 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #ff7000;
}
@media (min-width: 769px) {
  .tema-t8 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t8 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t8 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ff7000;
  }
  .tema-t8 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #ff7000;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t8 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #ff7000;
  }
}
@media (max-width: 768px) {
  .tema-t8 .nav-tabs > li.active > a,
  .tema-t8 .nav-tabs > li.active > a:hover,
  .tema-t8 .nav-tabs > li.active > a:focus {
    border-left-color: #ff7000;
    color: #ff7000;
  }
}
@media (min-width: 769px) {
  .tema-t8 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t8 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t8 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #ff7000;
  }
}
.tema-t8 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t8 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t8 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t8 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t8 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t8 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t8 #compras #meses table th,
.tema-t8 #carrinho-abandonado #meses table th,
.tema-t8 #compras #meses-carrinho-abandonado table th,
.tema-t8 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 #compras #meses table tr.highlight td,
.tema-t8 #carrinho-abandonado #meses table tr.highlight td,
.tema-t8 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t8 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #ff7000 1px dotted !important;
  border-bottom: #ff7000 1px dotted !important;
  color: #ff7000;
}
.tema-t8 #compras #meses table tr.highlight td:nth-child(1),
.tema-t8 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t8 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t8 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t8 #compras #meses table tr.highlight td:nth-child(2),
.tema-t8 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t8 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t8 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t8 #compras #meses table td.highlight,
.tema-t8 #carrinho-abandonado #meses table td.highlight,
.tema-t8 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t8 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #ff7000 1px dotted !important;
  border-right: #ff7000 1px dotted !important;
  color: #ff7000;
}
.tema-t8 #compras #meses table td:nth-child(1),
.tema-t8 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t8 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t8 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #ff8d33;
  color: #fff;
}
.tema-t8 #compras #meses table td:nth-child(1).highlight,
.tema-t8 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t8 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t8 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t8 #compras #meses table td:nth-child(2),
.tema-t8 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t8 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t8 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #ffa966;
  color: #fff;
}
.tema-t8 .form-control:focus {
  border-bottom-color: #ff7000;
  -webkit-box-shadow: 0 1px 0 #ff7000;
  box-shadow: 0 1px 0 #ff7000;
}
.tema-t8 .bootstrap-select .btn-default:focus,
.tema-t8 .bootstrap-select .btn-default.focus,
.tema-t8 .bootstrap-select .btn-default:active,
.tema-t8 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #ff7000;
  -webkit-box-shadow: 0 1px 0 #ff7000;
  box-shadow: 0 1px 0 #ff7000;
}
.tema-t8 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #ff7000;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #ff7000;
  box-shadow: 0 1px 0 #ff7000;
}
.tema-t8 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #ff7000;
}
.tema-t8 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t8 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t8 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t8 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t8 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t8 .btn-delete:hover,
.tema-t8 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t8 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t8 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t8 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t8 .btn-edit:hover,
.tema-t8 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t8 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t8 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t8 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t8 .btn-search:hover,
.tema-t8 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t8 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t8 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t8 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t8 .btn-save:hover,
.tema-t8 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t8 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t8 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t8 .btn-save-inv:hover,
.tema-t8 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t8 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t8 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t8 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t8 .btn-face:hover,
.tema-t8 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t8 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t8 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t8 .btn-default:hover,
.tema-t8 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t8 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t8 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t8 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t8 .bootstrap-select .btn-default:focus,
.tema-t8 .bootstrap-select .btn-default:hover,
.tema-t8 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t8 .btn-tema-dark10 {
  background: #cc5a00;
  background-color: #cc5a00;
  color: #fff;
}
.tema-t8 .btn-tema-dark10:focus,
.tema-t8 .btn-tema-dark10:hover,
.tema-t8 .btn-tema-dark10 [disabled] {
  background: #994300;
  background-color: #994300;
  color: #fff;
}
.tema-t8 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #ff7000;
}
.tema-t8 .btn-white-inv:focus,
.tema-t8 .btn-white-inv:hover,
.tema-t8 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t8 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t8 .btn-white:focus,
.tema-t8 .btn-white:hover,
.tema-t8 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t8 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t8 .btn-new {
  text-transform: none;
  color: #ff7000 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t8 .btn-new:hover,
.tema-t8 .btn-new [disabled] {
  color: #ffffff !important;
  background-color: #ff7000 !important;
}
.tema-t8 .btn-new:focus {
  color: #ffffff !important;
  background-color: #ff7000 !important;
}
.tema-t8 .btn-new[disabled] {
  color: #ff7000 !important;
  background-color: #ffffff !important;
}
.tema-t8 .content-wrapper::selection {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 .content-wrapper::-moz-selection {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 .content-wrapper::-o-selection {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 .content-wrapper::-ms-selection {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 .content-wrapper::-webkit-selection {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 #cupomExterno {
  background-color: #ff7000;
}
.tema-t8 #cupomExterno h1 {
  color: #ff7000;
}
.tema-t8 #pesquisaExterno {
  background-color: #ff7000;
}
.tema-t8 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #ff7000;
  color: #ff7000;
}
.tema-t8 #pesquisaExterno .stepy-header li div {
  background-color: #ff7000;
}
.tema-t8 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #ff7000 !important;
}
.tema-t8 #pesquisaExterno .stepy-header li:before,
.tema-t8 #pesquisaExterno .stepy-header li:after {
  background-color: #ff7000;
}
.tema-t8 #pesquisaExterno .stepy-header li div {
  border: 2px solid #ff7000;
}
.tema-t8 #pesquisaExterno .border-primary-600 {
  border-color: #ff7000;
}
.tema-t8 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #ff7000;
}
.tema-t8 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #ff7000;
  -webkit-box-shadow: 0 1px 0 #ff7000;
  box-shadow: 0 1px 0 #ff7000;
}
.tema-t8 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t8 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t8 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t8 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #ff7000;
  -webkit-box-shadow: 0 1px 0 #ff7000;
  box-shadow: 0 1px 0 #ff7000;
}
.tema-t8 #pesquisaExterno .checker span {
  border: 2px solid #ff7000;
}
.tema-t8 #pesquisaExterno .irs-slider {
  background-color: #ff7000;
}
.tema-t8 #pesquisaExterno .irs-bar {
  background-color: #ff7000;
}
.tema-t8 #pesquisaExterno .irs-from,
.tema-t8 #pesquisaExterno .irs-to,
.tema-t8 #pesquisaExterno .irs-single {
  background-color: #ff7000;
}
.tema-t8 #pesquisaExterno .form-control:focus {
  border-bottom-color: #ff7000;
  -webkit-box-shadow: 0 1px 0 #ff7000;
  box-shadow: 0 1px 0 #ff7000;
}
.tema-t8 #pesquisaExterno .irs-from:after,
.tema-t8 #pesquisaExterno .irs-to:after,
.tema-t8 #pesquisaExterno .irs-single:after {
  border-top-color: #ff7000;
}
.tema-t8 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #ff7000;
}
.tema-t8 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t8 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #ff8d33;
  color: white;
}
.tema-t8 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t8 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #ff7000;
  color: white;
}
.tema-t8 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #cc5a00;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t8 #pesquisaExterno .stepy-navigator a {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #ff7000;
  color: #fff !important;
}
.tema-t8 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #ff7000;
  color: #fff !important;
}
.tema-t8 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t8 #categoriaProduto #actionsControl {
  background-color: #ff7000;
}
.tema-t8 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #ff7000;
}
.tema-t8 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t8 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #ff7000;
}
.tema-t8 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t8 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #ff7000;
}
.tema-t8 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #ff7000;
}
.tema-t8 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #ff7000;
  color: #fff;
}
.tema-t8 #categoriaProduto #actionsControl .btn-edit,
.tema-t8 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t8 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t8 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t8 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t8 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t9 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t9 #ticketGridTopBar {
  background-color: #aa1600;
}
.tema-t9 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #aa1600;
}
.tema-t9 #ticket-aba-lateral .panel-heading h6 {
  color: #aa1600;
}
.tema-t9 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #ffffff;
  border-color: #ffffff;
}
.tema-t9 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #ffffff;
}
.tema-t9 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #aa1600;
}
.tema-t9 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #aa1600;
}
.tema-t9 .ticketIntro {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 .ticketInfo strong,
.tema-t9 .ticketInfo i {
  color: #aa1600;
}
.tema-t9 #ticketGrid h1 a {
  color: #aa1600;
}
.tema-t9 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #aa1600;
}
.tema-t9 .tokenfield .token:not([class*=bg-]) {
  background-color: #aa1600;
  color: #ffffff;
}
.tema-t9 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #ffffff;
  color: #aa1600;
}
.tema-t9#EmailDragDropEditor .content #settingsBar h2 {
  color: #aa1600;
}
.tema-t9#EmailDragDropEditor #editBar .box h2 {
  color: #aa1600;
}
.tema-t9#EmailDragDropEditor #editBar .irs-from,
.tema-t9#EmailDragDropEditor #editBar .irs-to,
.tema-t9#EmailDragDropEditor #editBar .irs-single {
  background-color: #aa1600;
}
.tema-t9#EmailDragDropEditor #editBar .irs-from:after,
.tema-t9#EmailDragDropEditor #editBar .irs-to:after,
.tema-t9#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #aa1600;
}
.tema-t9#EmailDragDropEditor #editBar .irs-slider {
  background-color: #aa1600;
}
.tema-t9#EmailDragDropEditor #editBar .irs-bar {
  background-color: #ff5c44;
}
.tema-t9#baixaCupomExternoCliente footer {
  background-color: #aa1600;
}
.tema-t9 #linkPrivacidade {
  background-color: rgba(170, 22, 0, 0.5);
  color: #ffffff;
}
.tema-t9 #linkPrivacidade:hover {
  background-color: #aa1600;
}
.tema-t9 #formularioExterno .termo i {
  color: #aa1600;
}
.tema-t9 #formularioExterno .termo strong {
  color: #aa1600;
}
.tema-t9 #formularioExterno .termo a {
  color: #aa1600;
  border-bottom: 1px dotted #aa1600;
}
.tema-t9 .modal_boasvindas .modal-body h1 {
  color: #aa1600;
}
.tema-t9 .modal_boasvindas .modal-body h2 {
  color: #ffe1dd;
}
.tema-t9 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #ffe1dd;
}
.tema-t9 .modal_boasvindas .modal-body strong {
  color: #aa1600;
}
.tema-t9 .noui-slider-primary .noUi-handle {
  background-color: #aa1600;
}
.tema-t9 .noUi-tooltip {
  background-color: #aa1600;
}
.tema-t9 .noUi-connect {
  background-color: #aa1600 !important;
}
.tema-t9 #detalheColecao .colecaoData h4 {
  color: #aa1600;
}
.tema-t9 .panel-tema {
  background-color: #aa1600;
}
.tema-t9 .panel-tema h6,
.tema-t9 .panel-tema span.center-block {
  color: #fff;
}
.tema-t9 .panel-tema input {
  color: #ffffff;
}
.tema-t9 #toast-container.toast-center-center {
  background-color: rgba(170, 22, 0, 0.7);
}
.tema-t9 .cd-top {
  background-color: rgba(170, 22, 0, 0.7);
}
.tema-t9 .cd-top i {
  color: #fff;
}
.tema-t9 .cd-top:hover {
  background-color: #aa1600;
}
.tema-t9 .pagination > .active > a,
.tema-t9 .pagination > .active > span,
.tema-t9 .pagination > .active > a:hover,
.tema-t9 .pagination > .active > span:hover,
.tema-t9 .pagination > .active > a:focus,
.tema-t9 .pagination > .active > span:focus {
  background-color: #aa1600;
  border-color: #aa1600;
}
.tema-t9 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t9 #edicao .editor_box .action_bar a:hover {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 .responsiveIframe.mobile {
  border: 1px solid #aa1600;
}
.tema-t9 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #aa1600;
}
.tema-t9 .progress-bar {
  background-color: #aa1600;
}
.tema-t9 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t9 pre[class*="language-"] {
  border-left-color: #aa1600;
}
.tema-t9 #pesquisaTabulacao tr.group,
.tema-t9 #pesquisaTabulacao tr.group:hover {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 #smsCriar .panel-heading {
  border-bottom: 1px dotted #aa1600;
}
.tema-t9 #smsCriar .panel-heading #SmsName {
  color: #aa1600;
}
.tema-t9 .br-theme-bars-pill .br-widget a {
  background-color: #ffffff;
  color: #aa1600;
}
.tema-t9 .br-theme-bars-pill .br-widget a.br-active,
.tema-t9 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #aa1600;
  color: white;
}
.tema-t9 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t9 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #aa1600;
}
.tema-t9 .pesquisaCriacaoBarra > li a,
.tema-t9 .formCriacaoBarra > li a {
  color: #aa1600;
}
.tema-t9 .pesquisaCriacaoBarra > li a:hover,
.tema-t9 .formCriacaoBarra > li a:hover {
  color: #aa1600;
  background: #fff;
}
.tema-t9 .pesquisaCriacaoBarra > li > ul a,
.tema-t9 .formCriacaoBarra > li > ul a {
  color: #aa1600;
}
.tema-t9 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t9 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #aa1600;
}
.tema-t9 #novaRespTemp {
  border-left: 2px dotted #aa1600 !important;
}
.tema-t9 #PesquisaCriar .help-block a {
  color: #aa1600;
}
.tema-t9 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #ffffff;
}
.tema-t9 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #ffffff;
}
.tema-t9 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #aa1600;
}
.tema-t9 #questionario .item .menu li a {
  color: #aa1600;
}
.tema-t9 #questionario .item.active {
  border-left: 2px solid #aa1600;
}
.tema-t9 #questionario .item.active .menu {
  background: #ffffff;
}
.tema-t9 #questionario .item-placeholder {
  border: 1px dotted #aa1600;
}
.tema-t9 #questionario .secao-data {
  color: #aa1600;
}
.tema-t9 #dv-resumo-emails-validos ul {
  border: 1px dashed #aa1600;
}
.tema-t9 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #aa1600;
}
.tema-t9 #dv-resumo-emails-validos ul li:hover {
  background: #aa1600;
  color: #fff;
}
.tema-t9 .cke_editable.cke_focus {
  border-bottom: 2px solid #aa1600;
}
.tema-t9 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t9 #modalDetalheVenda .modal-header,
.tema-t9 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t9 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t9 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #aa1600;
}
.tema-t9 span.dicItem {
  border-bottom: dotted 1px #aa1600;
  color: #aa1600;
}
.tema-t9 .d3-tip {
  background-color: #aa1600;
}
.tema-t9 .fancybox-overlay {
  background-color: rgba(170, 22, 0, 0.8);
}
.tema-t9 .fidelidadeItem h1.panel-title {
  color: #aa1600;
}
.tema-t9 .fidelidadeItem .infobar li div:hover {
  color: #aa1600;
}
.tema-t9 .gerenciaEmailItem h1.panel-title {
  color: #aa1600;
}
.tema-t9 .gerenciaEmailItem .infobar li div:hover {
  color: #aa1600;
}
.tema-t9 .itemLote .hlight {
  border-bottom: 1px solid #aa1600;
}
.tema-t9 .text-tema {
  color: #aa1600;
}
.tema-t9 .label-tema-flat {
  color: #aa1600;
  border-color: #aa1600;
}
.tema-t9 .label-tema {
  color: #fff;
  background-color: #aa1600;
}
.tema-t9 .btn-tema-7 {
  color: #fff;
  background-color: #ffe1dd;
}
.tema-t9 .btn-tema {
  color: #fff;
  background-color: #aa1600;
}
.tema-t9 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t9 .btn-tema .checker span.checked {
  border: none;
}
.tema-t9 #modalLabSend .modal-body h5 {
  color: #aa1600;
}
.tema-t9 .btn-group .btn.active {
  background-color: #aa1600 !important;
  color: #fff !important;
}
.tema-t9 picker__list-item--selected,
.tema-t9 .picker__list-item--selected:hover,
.tema-t9 .picker--focused .picker__list-item--selected {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 .UserId.member {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 .UserId.member.inNavBar {
  background-color: #fff;
  color: #aa1600;
}
.tema-t9 #EmailName,
.tema-t9 #ColecaoName,
.tema-t9 #CupomName,
.tema-t9 #ProgramaName {
  color: #aa1600;
}
.tema-t9 .stepy-navigator {
  border-bottom: 1px dotted #aa1600;
}
.tema-t9 #ComunicacaoEmailCriar h4.content-group,
.tema-t9 #ProgramaFidelidadeItem h4.content-group {
  color: #aa1600;
}
.tema-t9 #sidebar_historico .category-content li {
  border-color: #aa1600;
}
.tema-t9 #sidebar_historico .category-content li:before {
  border: 2px solid #aa1600;
}
.tema-t9 #sidebar_historico .category-content li:after {
  border-left: 1px solid #aa1600;
  border-right: 1px solid #aa1600;
}
.tema-t9 #sidebar_historico .category-content li strong {
  color: #aa1600;
}
.tema-t9 .panel-footer.historico a {
  color: #aa1600;
}
.tema-t9 #loading-default:not(.step1) {
  background: #aa1600;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t9 #helpPageHeader {
  -o-animation: tema-t9 5s linear infinite alternate both;
  -webkit-animation: tema-t9 5s linear infinite alternate both;
  -moz-animation: tema-t9 5s linear infinite alternate both;
  animation: tema-t9 5s linear infinite alternate both;
}
@-moz-keyframes tema-t9 {
  0% {
    background: rgba(170, 22, 0, 0.5);
  }
  100% {
    background: rgba(255, 48, 17, 0.9);
  }
}
@-webkit-keyframes tema-t9 {
  0% {
    background: rgba(170, 22, 0, 0.5);
  }
  100% {
    background: rgba(255, 48, 17, 0.9);
  }
}
@keyframes tema-t9 {
  0% {
    background: rgba(170, 22, 0, 0.5);
  }
  100% {
    background: rgba(255, 48, 17, 0.9);
  }
}
.tema-t9 #helpCenter #categoriasMenu .category-title span {
  color: #aa1600;
}
.tema-t9 #helpCenter #CatHeader {
  background: #aa1600;
}
.tema-t9 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t9 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t9 #helpCenter .categoriaBox h2 {
  color: #aa1600;
}
.tema-t9 #helpCenter .categoriaItem h1 {
  color: #ff3011;
}
.tema-t9 #chatBot #q {
  color: #aa1600;
}
.tema-t9 #chatBot #q::-webkit-input-placeholder {
  color: #ffb5aa;
}
.tema-t9 #chatBot #q:-moz-placeholder {
  color: #ffb5aa;
}
.tema-t9 #chatBot #send {
  background-color: #aa1600;
}
.tema-t9 #chatBot.active .header {
  background-image: linear-gradient(315deg, #aa1600, #ffe1dd);
}
.tema-t9 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t9 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #aa1600;
  border-color: #aa1600;
  color: #fff;
}
.tema-t9 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #aa1600;
}
.tema-t9 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #ffffff;
}
.tema-t9 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #aa1600;
}
.tema-t9 #contatoDados h4,
.tema-t9 #cadastroProduto h4,
.tema-t9 #ProgramaFidelidadePremioItem h4,
.tema-t9 #EmpresaVisualizar h4,
.tema-t9 #EmpresaEditar h4 {
  color: #aa1600;
}
.tema-t9 #contatoDados h4:before,
.tema-t9 #cadastroProduto h4:before,
.tema-t9 #ProgramaFidelidadePremioItem h4:before,
.tema-t9 #EmpresaVisualizar h4:before,
.tema-t9 #EmpresaEditar h4:before {
  background: #ffffff;
}
.tema-t9 #contatoDados .userIntro,
.tema-t9 #cadastroProduto .userIntro,
.tema-t9 #ProgramaFidelidadePremioItem .userIntro,
.tema-t9 #EmpresaVisualizar .userIntro,
.tema-t9 #EmpresaEditar .userIntro {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 .eventoIntro,
.tema-t9 .relatorioIntro {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 .pesquisaIntro {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t9 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #aa1600 !important;
}
.tema-t9 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t9 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #ffffff;
}
.tema-t9 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t9 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #aa1600 !important;
}
.tema-t9 #contatoConfig .dropZoneFields .itemField .box,
.tema-t9 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #ffb5aa;
}
.tema-t9 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t9 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #aa1600;
}
.tema-t9 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t9 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t9 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t9 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #aa1600 !important;
}
.tema-t9 #contatoConfig .g .header h4,
.tema-t9 #contatoConfig .g .header i {
  color: #aa1600;
}
.tema-t9 #contatoConfig .g:nth-child(even) {
  background: #ffffff;
  border-bottom: 1px dotted #ffe1dd;
  border-top: 1px dotted #ffe1dd;
}
.tema-t9 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t9 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t9 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t9 .dataTables_paginate .paginate_button.current,
.tema-t9 .dataTables_paginate .paginate_button.current:hover,
.tema-t9 .dataTables_paginate .paginate_button.current:focus {
  color: #ffffff !important;
  background-color: #ff8977 !important;
}
.tema-t9 .dropdown-menu > .active > a,
.tema-t9 .dropdown-menu > .active > a:hover,
.tema-t9 .dropdown-menu > .active > a:focus {
  color: #ffffff !important;
  background-color: #ff8977 !important;
}
.tema-t9 .btn-link:hover,
.tema-t9 .btn-link:focus {
  color: #ff8977;
}
.tema-t9 .bg-tema {
  background-color: #ff8977 !important;
}
.tema-t9 .btn.bg-tema {
  background-color: #ff8977 !important;
  color: #fff;
}
.tema-t9 .border-tema {
  border-color: #ff8977;
}
.tema-t9 .nicescroll-cursors {
  background-color: #ff8977 !important;
}
.tema-t9 .addNew button {
  color: #ffffff !important;
  background-color: #ff8977 !important;
}
.tema-t9 .dbgrid.dragging {
  border: 1px solid #ff8977;
}
.tema-t9 .dbgrid .table thead {
  background-color: #ff8977 !important;
  color: #ffffff !important;
}
.tema-t9 .dbgrid .table a {
  color: #ff8977;
}
.tema-t9 .dbgrid .table a:hover {
  color: #aa1600;
}
.tema-t9 .dbgrid .bottom {
  border-color: #ff8977 !important;
}
.tema-t9 .packery-drop-placeholder:before {
  outline: 3px dashed #ff8977 !important;
}
.tema-t9 .loading-chart .coffee_cup {
  border-color: #aa1600;
}
.tema-t9 .loading-chart .coffee_cup:after {
  border-color: #aa1600;
}
.tema-t9 .loading-chart .coffee_cup:before {
  background-color: #aa1600;
  box-shadow: 5px 0px 0px 0px #aa1600, 5px -5px 0px 0px #aa1600, 10px 0px 0px 0px #aa1600;
}
.tema-t9 #loading-default h1 {
  color: #aa1600;
}
.tema-t9 #loading-default h2 {
  color: #ff3011;
}
.tema-t9 #loading-default .coffee_cup {
  border-color: #aa1600;
}
.tema-t9 #loading-default .coffee_cup:after {
  border-color: #aa1600;
}
.tema-t9 #loading-default .coffee_cup:before {
  background-color: #aa1600;
  box-shadow: 5px 0px 0px 0px #aa1600, 5px -5px 0px 0px #aa1600, 10px 0px 0px 0px #aa1600;
}
.tema-t9 #loading-default.step1 .panel {
  background-color: #aa1600;
}
.tema-t9 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t9 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t9 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t9 #loading-default .lds-ring > div {
  border: 3px solid #aa1600;
  border-color: #aa1600 transparent transparent transparent;
}
.tema-t9 #gerenciaPerfil h6 {
  color: #aa1600;
}
.tema-t9 #gerenciaPerfil .group {
  border: 1px dotted #ffe1dd;
}
.tema-t9 .switchery-default {
  background-color: #aa1600 !important;
  border-color: #aa1600 !important;
  box-shadow: #aa1600 0px 0px 0px 0px inset !important;
}
.tema-t9 .switchery-default small {
  background-color: #fff !important;
}
.tema-t9.login-container .panel-heading {
  background-color: #aa1600 !important;
}
.tema-t9.login-container .panel-body button {
  background-color: #aa1600 !important;
  color: #ffffff !important;
}
.tema-t9.login-container .panel-body button:hover {
  color: #aa1600 !important;
  background-color: #ffffff !important;
}
.tema-t9.login-container .panel-body ul li a {
  border: 1px solid #aa1600 !important;
  color: #aa1600 !important;
}
.tema-t9.login-container .panel-body ul li a:hover {
  color: #ffffff !important;
  background-color: #aa1600 !important;
}
.tema-t9 .navbar-header {
  background-color: #aa1600 !important;
}
.tema-t9 .DTCR_clonedTable td,
.tema-t9 .DTCR_pointer {
  border-left: 1px dotted #aa1600 !important;
  z-index: 99999;
}
.tema-t9 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #aa1600 !important;
}
.tema-t9 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t9 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #ffffff !important;
}
.tema-t9 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #aa1600 !important;
  background-color: #ffffff !important;
}
.tema-t9 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #aa1600 !important;
}
.tema-t9 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #aa1600 !important;
  color: #ffffff !important;
}
.tema-t9 .cke_chrome {
  border: none;
}
.tema-t9 table.hover tr:hover td,
.tema-t9 table.hover tr:focus td {
  border-bottom: 1px solid #aa1600 !important;
}
.tema-t9 table.hover tr:hover td:first-child:before,
.tema-t9 table.hover tr:focus td:first-child:before {
  color: #aa1600 !important;
}
.tema-t9 .popover.superhint {
  background-color: #aa1600 !important;
}
.tema-t9 .popover.superhint .popover-footer {
  background-color: #ffffff !important;
}
.tema-t9 .popover.superhint .popover-footer button {
  background-color: #aa1600 !important;
  color: #ffffff !important;
}
.tema-t9 .popover.superhint .popover-title {
  color: #ffffff !important;
}
.tema-t9 .popover.superhint .popover-content {
  color: #ffffff !important;
}
.tema-t9 .popover.superhint .popover-close {
  color: #ffffff !important;
}
.tema-t9 .popover.superhint.left > .arrow {
  border-left-color: #aa1600 !important;
}
.tema-t9 .popover.superhint.left > .arrow:after {
  border-left-color: #aa1600 !important;
}
.tema-t9 .popover.superhint.right > .arrow {
  border-right-color: #aa1600 !important;
}
.tema-t9 .popover.superhint.right > .arrow:after {
  border-right-color: #aa1600 !important;
}
.tema-t9 .popover.superhint.top > .arrow {
  border-top-color: #ffffff !important;
}
.tema-t9 .popover.superhint.top > .arrow:after {
  border-top-color: #ffffff !important;
}
.tema-t9 .popover.superhint.bottom > .arrow {
  border-bottom-color: #aa1600 !important;
}
.tema-t9 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #aa1600 !important;
}
.tema-t9 .checker span {
  color: #ff5c44 !important;
  border: 2px solid #ff5c44;
}
.tema-t9 .thumb:hover .zoom-image {
  background-color: #ff5c44 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t9 .panel-email-insertType:hover .btn {
  background-color: #ff5c44 !important;
  color: #ffffff !important;
}
.tema-t9 .stepy-header li div {
  color: #ffffff !important;
}
.tema-t9 .stepy-header li div {
  border-color: #ffb5aa !important;
  background-color: #ffb5aa !important;
  color: #ffffff !important;
}
.tema-t9 .stepy-header li span {
  color: #ffb5aa !important;
}
.tema-t9 .stepy-header li.stepy-active div {
  border-color: #aa1600 !important;
  background-color: #aa1600 !important;
  color: #ffffff !important;
}
.tema-t9 .stepy-header li.stepy-active span {
  color: #aa1600 !important;
}
.tema-t9 .stepy-header li:before,
.tema-t9 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t9 .emojSelect a:hover {
  color: #ff5c44 !important;
}
.tema-t9 .daterangepicker td.active,
.tema-t9 .daterangepicker td.active:hover,
.tema-t9 .daterangepicker td.active:focus {
  background-color: #ff5c44 !important;
}
.tema-t9 .ranges ul li.active {
  color: #ffffff;
  background-color: #ff5c44 !important;
}
.tema-t9 .hint-help {
  color: #ff5c44 !important;
}
.tema-t9 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t9 .popover-hint,
.tema-t9 .tooltip {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 .tooltip > .tooltip-inner {
  background-color: #aa1600;
}
.tema-t9 .modal-backdrop {
  background-color: #dd1d00 !important;
}
.tema-t9 .border-left-tema {
  border-left-color: #aa1600;
}
.tema-t9 .tema-bg {
  background-color: #dd1d00 !important;
}
.tema-t9 .tema-border {
  border-color: #ff5c44;
}
.tema-t9 .tema-text,
.tema-t9 .tema-text:hover,
.tema-t9 .tema-text:focus {
  color: #ff5c44 !important;
}
.tema-t9 .badge-tema {
  background-color: #aa1600;
  border-color: #aa1600;
}
.tema-t9 > .navbar {
  background-color: #dd1d00;
}
.tema-t9 > .navbar a:hover {
  color: #ffb5aa;
}
.tema-t9 > .navbar a:hover i {
  color: #ffffff;
}
.tema-t9 #adesaoPlano > .navbar {
  background-color: #dd1d00;
}
.tema-t9 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t9 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(170, 22, 0, 0.85);
}
.tema-t9 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t9 #sidebar_config,
.tema-t9 .sidebar_config {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 #sidebar_config .navigation > li.active > a,
.tema-t9 .sidebar_config .navigation > li.active > a,
.tema-t9 #sidebar_config .navigation > li.active > a:hover,
.tema-t9 .sidebar_config .navigation > li.active > a:hover,
.tema-t9 #sidebar_config .navigation > li.active > a:focus,
.tema-t9 .sidebar_config .navigation > li.active > a:focus {
  background-color: #ff3011;
  color: #ffffff;
}
.tema-t9 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #aa1600;
}
@media only screen and (min-width: 769px) {
  .tema-t9 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #aa1600;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t9 .nav-tabs.nav-justified > li.active > a,
  .tema-t9 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t9 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #aa1600;
  }
}
.tema-t9 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t9 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t9 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #aa1600;
}
@media (min-width: 769px) {
  .tema-t9 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t9 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t9 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #aa1600;
  }
  .tema-t9 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #aa1600;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t9 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #aa1600;
  }
}
@media (max-width: 768px) {
  .tema-t9 .nav-tabs > li.active > a,
  .tema-t9 .nav-tabs > li.active > a:hover,
  .tema-t9 .nav-tabs > li.active > a:focus {
    border-left-color: #aa1600;
    color: #aa1600;
  }
}
@media (min-width: 769px) {
  .tema-t9 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t9 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t9 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #aa1600;
  }
}
.tema-t9 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t9 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t9 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t9 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t9 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t9 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t9 #compras #meses table th,
.tema-t9 #carrinho-abandonado #meses table th,
.tema-t9 #compras #meses-carrinho-abandonado table th,
.tema-t9 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 #compras #meses table tr.highlight td,
.tema-t9 #carrinho-abandonado #meses table tr.highlight td,
.tema-t9 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t9 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #aa1600 1px dotted !important;
  border-bottom: #aa1600 1px dotted !important;
  color: #aa1600;
}
.tema-t9 #compras #meses table tr.highlight td:nth-child(1),
.tema-t9 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t9 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t9 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t9 #compras #meses table tr.highlight td:nth-child(2),
.tema-t9 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t9 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t9 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t9 #compras #meses table td.highlight,
.tema-t9 #carrinho-abandonado #meses table td.highlight,
.tema-t9 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t9 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #aa1600 1px dotted !important;
  border-right: #aa1600 1px dotted !important;
  color: #aa1600;
}
.tema-t9 #compras #meses table td:nth-child(1),
.tema-t9 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t9 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t9 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #dd1d00;
  color: #fff;
}
.tema-t9 #compras #meses table td:nth-child(1).highlight,
.tema-t9 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t9 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t9 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t9 #compras #meses table td:nth-child(2),
.tema-t9 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t9 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t9 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #ff3011;
  color: #fff;
}
.tema-t9 .form-control:focus {
  border-bottom-color: #aa1600;
  -webkit-box-shadow: 0 1px 0 #aa1600;
  box-shadow: 0 1px 0 #aa1600;
}
.tema-t9 .bootstrap-select .btn-default:focus,
.tema-t9 .bootstrap-select .btn-default.focus,
.tema-t9 .bootstrap-select .btn-default:active,
.tema-t9 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #aa1600;
  -webkit-box-shadow: 0 1px 0 #aa1600;
  box-shadow: 0 1px 0 #aa1600;
}
.tema-t9 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #aa1600;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #aa1600;
  box-shadow: 0 1px 0 #aa1600;
}
.tema-t9 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #aa1600;
}
.tema-t9 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t9 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t9 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t9 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t9 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t9 .btn-delete:hover,
.tema-t9 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t9 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t9 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t9 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t9 .btn-edit:hover,
.tema-t9 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t9 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t9 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t9 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t9 .btn-search:hover,
.tema-t9 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t9 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t9 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t9 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t9 .btn-save:hover,
.tema-t9 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t9 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t9 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t9 .btn-save-inv:hover,
.tema-t9 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t9 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t9 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t9 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t9 .btn-face:hover,
.tema-t9 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t9 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t9 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t9 .btn-default:hover,
.tema-t9 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t9 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t9 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t9 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t9 .bootstrap-select .btn-default:focus,
.tema-t9 .bootstrap-select .btn-default:hover,
.tema-t9 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t9 .btn-tema-dark10 {
  background: #770f00;
  background-color: #770f00;
  color: #fff;
}
.tema-t9 .btn-tema-dark10:focus,
.tema-t9 .btn-tema-dark10:hover,
.tema-t9 .btn-tema-dark10 [disabled] {
  background: #440900;
  background-color: #440900;
  color: #fff;
}
.tema-t9 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #aa1600;
}
.tema-t9 .btn-white-inv:focus,
.tema-t9 .btn-white-inv:hover,
.tema-t9 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t9 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t9 .btn-white:focus,
.tema-t9 .btn-white:hover,
.tema-t9 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t9 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t9 .btn-new {
  text-transform: none;
  color: #aa1600 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t9 .btn-new:hover,
.tema-t9 .btn-new [disabled] {
  color: #ffffff !important;
  background-color: #aa1600 !important;
}
.tema-t9 .btn-new:focus {
  color: #ffffff !important;
  background-color: #aa1600 !important;
}
.tema-t9 .btn-new[disabled] {
  color: #aa1600 !important;
  background-color: #ffffff !important;
}
.tema-t9 .content-wrapper::selection {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 .content-wrapper::-moz-selection {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 .content-wrapper::-o-selection {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 .content-wrapper::-ms-selection {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 .content-wrapper::-webkit-selection {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 #cupomExterno {
  background-color: #aa1600;
}
.tema-t9 #cupomExterno h1 {
  color: #aa1600;
}
.tema-t9 #pesquisaExterno {
  background-color: #aa1600;
}
.tema-t9 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #aa1600;
  color: #aa1600;
}
.tema-t9 #pesquisaExterno .stepy-header li div {
  background-color: #aa1600;
}
.tema-t9 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #aa1600 !important;
}
.tema-t9 #pesquisaExterno .stepy-header li:before,
.tema-t9 #pesquisaExterno .stepy-header li:after {
  background-color: #aa1600;
}
.tema-t9 #pesquisaExterno .stepy-header li div {
  border: 2px solid #aa1600;
}
.tema-t9 #pesquisaExterno .border-primary-600 {
  border-color: #aa1600;
}
.tema-t9 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #aa1600;
}
.tema-t9 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #aa1600;
  -webkit-box-shadow: 0 1px 0 #aa1600;
  box-shadow: 0 1px 0 #aa1600;
}
.tema-t9 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t9 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t9 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t9 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #aa1600;
  -webkit-box-shadow: 0 1px 0 #aa1600;
  box-shadow: 0 1px 0 #aa1600;
}
.tema-t9 #pesquisaExterno .checker span {
  border: 2px solid #aa1600;
}
.tema-t9 #pesquisaExterno .irs-slider {
  background-color: #aa1600;
}
.tema-t9 #pesquisaExterno .irs-bar {
  background-color: #aa1600;
}
.tema-t9 #pesquisaExterno .irs-from,
.tema-t9 #pesquisaExterno .irs-to,
.tema-t9 #pesquisaExterno .irs-single {
  background-color: #aa1600;
}
.tema-t9 #pesquisaExterno .form-control:focus {
  border-bottom-color: #aa1600;
  -webkit-box-shadow: 0 1px 0 #aa1600;
  box-shadow: 0 1px 0 #aa1600;
}
.tema-t9 #pesquisaExterno .irs-from:after,
.tema-t9 #pesquisaExterno .irs-to:after,
.tema-t9 #pesquisaExterno .irs-single:after {
  border-top-color: #aa1600;
}
.tema-t9 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #aa1600;
}
.tema-t9 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t9 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #dd1d00;
  color: white;
}
.tema-t9 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t9 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #aa1600;
  color: white;
}
.tema-t9 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #770f00;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t9 #pesquisaExterno .stepy-navigator a {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #aa1600;
  color: #fff !important;
}
.tema-t9 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #aa1600;
  color: #fff !important;
}
.tema-t9 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t9 #categoriaProduto #actionsControl {
  background-color: #aa1600;
}
.tema-t9 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #aa1600;
}
.tema-t9 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t9 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #aa1600;
}
.tema-t9 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t9 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #aa1600;
}
.tema-t9 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #aa1600;
}
.tema-t9 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #aa1600;
  color: #fff;
}
.tema-t9 #categoriaProduto #actionsControl .btn-edit,
.tema-t9 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t9 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t9 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t9 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t9 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t10 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t10 #ticketGridTopBar {
  background-color: #aa009d;
}
.tema-t10 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #aa009d;
}
.tema-t10 #ticket-aba-lateral .panel-heading h6 {
  color: #aa009d;
}
.tema-t10 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #ffffff;
  border-color: #ffffff;
}
.tema-t10 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #ffffff;
}
.tema-t10 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #aa009d;
}
.tema-t10 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #aa009d;
}
.tema-t10 .ticketIntro {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 .ticketInfo strong,
.tema-t10 .ticketInfo i {
  color: #aa009d;
}
.tema-t10 #ticketGrid h1 a {
  color: #aa009d;
}
.tema-t10 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #aa009d;
}
.tema-t10 .tokenfield .token:not([class*=bg-]) {
  background-color: #aa009d;
  color: #ffffff;
}
.tema-t10 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #ffffff;
  color: #aa009d;
}
.tema-t10#EmailDragDropEditor .content #settingsBar h2 {
  color: #aa009d;
}
.tema-t10#EmailDragDropEditor #editBar .box h2 {
  color: #aa009d;
}
.tema-t10#EmailDragDropEditor #editBar .irs-from,
.tema-t10#EmailDragDropEditor #editBar .irs-to,
.tema-t10#EmailDragDropEditor #editBar .irs-single {
  background-color: #aa009d;
}
.tema-t10#EmailDragDropEditor #editBar .irs-from:after,
.tema-t10#EmailDragDropEditor #editBar .irs-to:after,
.tema-t10#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #aa009d;
}
.tema-t10#EmailDragDropEditor #editBar .irs-slider {
  background-color: #aa009d;
}
.tema-t10#EmailDragDropEditor #editBar .irs-bar {
  background-color: #ff44f1;
}
.tema-t10#baixaCupomExternoCliente footer {
  background-color: #aa009d;
}
.tema-t10 #linkPrivacidade {
  background-color: rgba(170, 0, 157, 0.5);
  color: #ffffff;
}
.tema-t10 #linkPrivacidade:hover {
  background-color: #aa009d;
}
.tema-t10 #formularioExterno .termo i {
  color: #aa009d;
}
.tema-t10 #formularioExterno .termo strong {
  color: #aa009d;
}
.tema-t10 #formularioExterno .termo a {
  color: #aa009d;
  border-bottom: 1px dotted #aa009d;
}
.tema-t10 .modal_boasvindas .modal-body h1 {
  color: #aa009d;
}
.tema-t10 .modal_boasvindas .modal-body h2 {
  color: #ffddfc;
}
.tema-t10 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #ffddfc;
}
.tema-t10 .modal_boasvindas .modal-body strong {
  color: #aa009d;
}
.tema-t10 .noui-slider-primary .noUi-handle {
  background-color: #aa009d;
}
.tema-t10 .noUi-tooltip {
  background-color: #aa009d;
}
.tema-t10 .noUi-connect {
  background-color: #aa009d !important;
}
.tema-t10 #detalheColecao .colecaoData h4 {
  color: #aa009d;
}
.tema-t10 .panel-tema {
  background-color: #aa009d;
}
.tema-t10 .panel-tema h6,
.tema-t10 .panel-tema span.center-block {
  color: #fff;
}
.tema-t10 .panel-tema input {
  color: #ffffff;
}
.tema-t10 #toast-container.toast-center-center {
  background-color: rgba(170, 0, 157, 0.7);
}
.tema-t10 .cd-top {
  background-color: rgba(170, 0, 157, 0.7);
}
.tema-t10 .cd-top i {
  color: #fff;
}
.tema-t10 .cd-top:hover {
  background-color: #aa009d;
}
.tema-t10 .pagination > .active > a,
.tema-t10 .pagination > .active > span,
.tema-t10 .pagination > .active > a:hover,
.tema-t10 .pagination > .active > span:hover,
.tema-t10 .pagination > .active > a:focus,
.tema-t10 .pagination > .active > span:focus {
  background-color: #aa009d;
  border-color: #aa009d;
}
.tema-t10 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t10 #edicao .editor_box .action_bar a:hover {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 .responsiveIframe.mobile {
  border: 1px solid #aa009d;
}
.tema-t10 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #aa009d;
}
.tema-t10 .progress-bar {
  background-color: #aa009d;
}
.tema-t10 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t10 pre[class*="language-"] {
  border-left-color: #aa009d;
}
.tema-t10 #pesquisaTabulacao tr.group,
.tema-t10 #pesquisaTabulacao tr.group:hover {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 #smsCriar .panel-heading {
  border-bottom: 1px dotted #aa009d;
}
.tema-t10 #smsCriar .panel-heading #SmsName {
  color: #aa009d;
}
.tema-t10 .br-theme-bars-pill .br-widget a {
  background-color: #ffffff;
  color: #aa009d;
}
.tema-t10 .br-theme-bars-pill .br-widget a.br-active,
.tema-t10 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #aa009d;
  color: white;
}
.tema-t10 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t10 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #aa009d;
}
.tema-t10 .pesquisaCriacaoBarra > li a,
.tema-t10 .formCriacaoBarra > li a {
  color: #aa009d;
}
.tema-t10 .pesquisaCriacaoBarra > li a:hover,
.tema-t10 .formCriacaoBarra > li a:hover {
  color: #aa009d;
  background: #fff;
}
.tema-t10 .pesquisaCriacaoBarra > li > ul a,
.tema-t10 .formCriacaoBarra > li > ul a {
  color: #aa009d;
}
.tema-t10 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t10 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #aa009d;
}
.tema-t10 #novaRespTemp {
  border-left: 2px dotted #aa009d !important;
}
.tema-t10 #PesquisaCriar .help-block a {
  color: #aa009d;
}
.tema-t10 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #ffffff;
}
.tema-t10 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #ffffff;
}
.tema-t10 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #aa009d;
}
.tema-t10 #questionario .item .menu li a {
  color: #aa009d;
}
.tema-t10 #questionario .item.active {
  border-left: 2px solid #aa009d;
}
.tema-t10 #questionario .item.active .menu {
  background: #ffffff;
}
.tema-t10 #questionario .item-placeholder {
  border: 1px dotted #aa009d;
}
.tema-t10 #questionario .secao-data {
  color: #aa009d;
}
.tema-t10 #dv-resumo-emails-validos ul {
  border: 1px dashed #aa009d;
}
.tema-t10 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #aa009d;
}
.tema-t10 #dv-resumo-emails-validos ul li:hover {
  background: #aa009d;
  color: #fff;
}
.tema-t10 .cke_editable.cke_focus {
  border-bottom: 2px solid #aa009d;
}
.tema-t10 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t10 #modalDetalheVenda .modal-header,
.tema-t10 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t10 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t10 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #aa009d;
}
.tema-t10 span.dicItem {
  border-bottom: dotted 1px #aa009d;
  color: #aa009d;
}
.tema-t10 .d3-tip {
  background-color: #aa009d;
}
.tema-t10 .fancybox-overlay {
  background-color: rgba(170, 0, 157, 0.8);
}
.tema-t10 .fidelidadeItem h1.panel-title {
  color: #aa009d;
}
.tema-t10 .fidelidadeItem .infobar li div:hover {
  color: #aa009d;
}
.tema-t10 .gerenciaEmailItem h1.panel-title {
  color: #aa009d;
}
.tema-t10 .gerenciaEmailItem .infobar li div:hover {
  color: #aa009d;
}
.tema-t10 .itemLote .hlight {
  border-bottom: 1px solid #aa009d;
}
.tema-t10 .text-tema {
  color: #aa009d;
}
.tema-t10 .label-tema-flat {
  color: #aa009d;
  border-color: #aa009d;
}
.tema-t10 .label-tema {
  color: #fff;
  background-color: #aa009d;
}
.tema-t10 .btn-tema-7 {
  color: #fff;
  background-color: #ffddfc;
}
.tema-t10 .btn-tema {
  color: #fff;
  background-color: #aa009d;
}
.tema-t10 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t10 .btn-tema .checker span.checked {
  border: none;
}
.tema-t10 #modalLabSend .modal-body h5 {
  color: #aa009d;
}
.tema-t10 .btn-group .btn.active {
  background-color: #aa009d !important;
  color: #fff !important;
}
.tema-t10 picker__list-item--selected,
.tema-t10 .picker__list-item--selected:hover,
.tema-t10 .picker--focused .picker__list-item--selected {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 .UserId.member {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 .UserId.member.inNavBar {
  background-color: #fff;
  color: #aa009d;
}
.tema-t10 #EmailName,
.tema-t10 #ColecaoName,
.tema-t10 #CupomName,
.tema-t10 #ProgramaName {
  color: #aa009d;
}
.tema-t10 .stepy-navigator {
  border-bottom: 1px dotted #aa009d;
}
.tema-t10 #ComunicacaoEmailCriar h4.content-group,
.tema-t10 #ProgramaFidelidadeItem h4.content-group {
  color: #aa009d;
}
.tema-t10 #sidebar_historico .category-content li {
  border-color: #aa009d;
}
.tema-t10 #sidebar_historico .category-content li:before {
  border: 2px solid #aa009d;
}
.tema-t10 #sidebar_historico .category-content li:after {
  border-left: 1px solid #aa009d;
  border-right: 1px solid #aa009d;
}
.tema-t10 #sidebar_historico .category-content li strong {
  color: #aa009d;
}
.tema-t10 .panel-footer.historico a {
  color: #aa009d;
}
.tema-t10 #loading-default:not(.step1) {
  background: #aa009d;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t10 #helpPageHeader {
  -o-animation: tema-t10 5s linear infinite alternate both;
  -webkit-animation: tema-t10 5s linear infinite alternate both;
  -moz-animation: tema-t10 5s linear infinite alternate both;
  animation: tema-t10 5s linear infinite alternate both;
}
@-moz-keyframes tema-t10 {
  0% {
    background: rgba(170, 0, 157, 0.5);
  }
  100% {
    background: rgba(255, 17, 237, 0.9);
  }
}
@-webkit-keyframes tema-t10 {
  0% {
    background: rgba(170, 0, 157, 0.5);
  }
  100% {
    background: rgba(255, 17, 237, 0.9);
  }
}
@keyframes tema-t10 {
  0% {
    background: rgba(170, 0, 157, 0.5);
  }
  100% {
    background: rgba(255, 17, 237, 0.9);
  }
}
.tema-t10 #helpCenter #categoriasMenu .category-title span {
  color: #aa009d;
}
.tema-t10 #helpCenter #CatHeader {
  background: #aa009d;
}
.tema-t10 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t10 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t10 #helpCenter .categoriaBox h2 {
  color: #aa009d;
}
.tema-t10 #helpCenter .categoriaItem h1 {
  color: #ff11ed;
}
.tema-t10 #chatBot #q {
  color: #aa009d;
}
.tema-t10 #chatBot #q::-webkit-input-placeholder {
  color: #ffaaf9;
}
.tema-t10 #chatBot #q:-moz-placeholder {
  color: #ffaaf9;
}
.tema-t10 #chatBot #send {
  background-color: #aa009d;
}
.tema-t10 #chatBot.active .header {
  background-image: linear-gradient(315deg, #aa009d, #ffddfc);
}
.tema-t10 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t10 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #aa009d;
  border-color: #aa009d;
  color: #fff;
}
.tema-t10 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #aa009d;
}
.tema-t10 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #ffffff;
}
.tema-t10 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #aa009d;
}
.tema-t10 #contatoDados h4,
.tema-t10 #cadastroProduto h4,
.tema-t10 #ProgramaFidelidadePremioItem h4,
.tema-t10 #EmpresaVisualizar h4,
.tema-t10 #EmpresaEditar h4 {
  color: #aa009d;
}
.tema-t10 #contatoDados h4:before,
.tema-t10 #cadastroProduto h4:before,
.tema-t10 #ProgramaFidelidadePremioItem h4:before,
.tema-t10 #EmpresaVisualizar h4:before,
.tema-t10 #EmpresaEditar h4:before {
  background: #ffffff;
}
.tema-t10 #contatoDados .userIntro,
.tema-t10 #cadastroProduto .userIntro,
.tema-t10 #ProgramaFidelidadePremioItem .userIntro,
.tema-t10 #EmpresaVisualizar .userIntro,
.tema-t10 #EmpresaEditar .userIntro {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 .eventoIntro,
.tema-t10 .relatorioIntro {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 .pesquisaIntro {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t10 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #aa009d !important;
}
.tema-t10 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t10 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #ffffff;
}
.tema-t10 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t10 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #aa009d !important;
}
.tema-t10 #contatoConfig .dropZoneFields .itemField .box,
.tema-t10 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #ffaaf9;
}
.tema-t10 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t10 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #aa009d;
}
.tema-t10 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t10 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t10 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t10 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #aa009d !important;
}
.tema-t10 #contatoConfig .g .header h4,
.tema-t10 #contatoConfig .g .header i {
  color: #aa009d;
}
.tema-t10 #contatoConfig .g:nth-child(even) {
  background: #ffffff;
  border-bottom: 1px dotted #ffddfc;
  border-top: 1px dotted #ffddfc;
}
.tema-t10 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t10 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t10 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t10 .dataTables_paginate .paginate_button.current,
.tema-t10 .dataTables_paginate .paginate_button.current:hover,
.tema-t10 .dataTables_paginate .paginate_button.current:focus {
  color: #ffffff !important;
  background-color: #ff77f5 !important;
}
.tema-t10 .dropdown-menu > .active > a,
.tema-t10 .dropdown-menu > .active > a:hover,
.tema-t10 .dropdown-menu > .active > a:focus {
  color: #ffffff !important;
  background-color: #ff77f5 !important;
}
.tema-t10 .btn-link:hover,
.tema-t10 .btn-link:focus {
  color: #ff77f5;
}
.tema-t10 .bg-tema {
  background-color: #ff77f5 !important;
}
.tema-t10 .btn.bg-tema {
  background-color: #ff77f5 !important;
  color: #fff;
}
.tema-t10 .border-tema {
  border-color: #ff77f5;
}
.tema-t10 .nicescroll-cursors {
  background-color: #ff77f5 !important;
}
.tema-t10 .addNew button {
  color: #ffffff !important;
  background-color: #ff77f5 !important;
}
.tema-t10 .dbgrid.dragging {
  border: 1px solid #ff77f5;
}
.tema-t10 .dbgrid .table thead {
  background-color: #ff77f5 !important;
  color: #ffffff !important;
}
.tema-t10 .dbgrid .table a {
  color: #ff77f5;
}
.tema-t10 .dbgrid .table a:hover {
  color: #aa009d;
}
.tema-t10 .dbgrid .bottom {
  border-color: #ff77f5 !important;
}
.tema-t10 .packery-drop-placeholder:before {
  outline: 3px dashed #ff77f5 !important;
}
.tema-t10 .loading-chart .coffee_cup {
  border-color: #aa009d;
}
.tema-t10 .loading-chart .coffee_cup:after {
  border-color: #aa009d;
}
.tema-t10 .loading-chart .coffee_cup:before {
  background-color: #aa009d;
  box-shadow: 5px 0px 0px 0px #aa009d, 5px -5px 0px 0px #aa009d, 10px 0px 0px 0px #aa009d;
}
.tema-t10 #loading-default h1 {
  color: #aa009d;
}
.tema-t10 #loading-default h2 {
  color: #ff11ed;
}
.tema-t10 #loading-default .coffee_cup {
  border-color: #aa009d;
}
.tema-t10 #loading-default .coffee_cup:after {
  border-color: #aa009d;
}
.tema-t10 #loading-default .coffee_cup:before {
  background-color: #aa009d;
  box-shadow: 5px 0px 0px 0px #aa009d, 5px -5px 0px 0px #aa009d, 10px 0px 0px 0px #aa009d;
}
.tema-t10 #loading-default.step1 .panel {
  background-color: #aa009d;
}
.tema-t10 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t10 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t10 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t10 #loading-default .lds-ring > div {
  border: 3px solid #aa009d;
  border-color: #aa009d transparent transparent transparent;
}
.tema-t10 #gerenciaPerfil h6 {
  color: #aa009d;
}
.tema-t10 #gerenciaPerfil .group {
  border: 1px dotted #ffddfc;
}
.tema-t10 .switchery-default {
  background-color: #aa009d !important;
  border-color: #aa009d !important;
  box-shadow: #aa009d 0px 0px 0px 0px inset !important;
}
.tema-t10 .switchery-default small {
  background-color: #fff !important;
}
.tema-t10.login-container .panel-heading {
  background-color: #aa009d !important;
}
.tema-t10.login-container .panel-body button {
  background-color: #aa009d !important;
  color: #ffffff !important;
}
.tema-t10.login-container .panel-body button:hover {
  color: #aa009d !important;
  background-color: #ffffff !important;
}
.tema-t10.login-container .panel-body ul li a {
  border: 1px solid #aa009d !important;
  color: #aa009d !important;
}
.tema-t10.login-container .panel-body ul li a:hover {
  color: #ffffff !important;
  background-color: #aa009d !important;
}
.tema-t10 .navbar-header {
  background-color: #aa009d !important;
}
.tema-t10 .DTCR_clonedTable td,
.tema-t10 .DTCR_pointer {
  border-left: 1px dotted #aa009d !important;
  z-index: 99999;
}
.tema-t10 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #aa009d !important;
}
.tema-t10 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t10 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #ffffff !important;
}
.tema-t10 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #aa009d !important;
  background-color: #ffffff !important;
}
.tema-t10 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #aa009d !important;
}
.tema-t10 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #aa009d !important;
  color: #ffffff !important;
}
.tema-t10 .cke_chrome {
  border: none;
}
.tema-t10 table.hover tr:hover td,
.tema-t10 table.hover tr:focus td {
  border-bottom: 1px solid #aa009d !important;
}
.tema-t10 table.hover tr:hover td:first-child:before,
.tema-t10 table.hover tr:focus td:first-child:before {
  color: #aa009d !important;
}
.tema-t10 .popover.superhint {
  background-color: #aa009d !important;
}
.tema-t10 .popover.superhint .popover-footer {
  background-color: #ffffff !important;
}
.tema-t10 .popover.superhint .popover-footer button {
  background-color: #aa009d !important;
  color: #ffffff !important;
}
.tema-t10 .popover.superhint .popover-title {
  color: #ffffff !important;
}
.tema-t10 .popover.superhint .popover-content {
  color: #ffffff !important;
}
.tema-t10 .popover.superhint .popover-close {
  color: #ffffff !important;
}
.tema-t10 .popover.superhint.left > .arrow {
  border-left-color: #aa009d !important;
}
.tema-t10 .popover.superhint.left > .arrow:after {
  border-left-color: #aa009d !important;
}
.tema-t10 .popover.superhint.right > .arrow {
  border-right-color: #aa009d !important;
}
.tema-t10 .popover.superhint.right > .arrow:after {
  border-right-color: #aa009d !important;
}
.tema-t10 .popover.superhint.top > .arrow {
  border-top-color: #ffffff !important;
}
.tema-t10 .popover.superhint.top > .arrow:after {
  border-top-color: #ffffff !important;
}
.tema-t10 .popover.superhint.bottom > .arrow {
  border-bottom-color: #aa009d !important;
}
.tema-t10 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #aa009d !important;
}
.tema-t10 .checker span {
  color: #ff44f1 !important;
  border: 2px solid #ff44f1;
}
.tema-t10 .thumb:hover .zoom-image {
  background-color: #ff44f1 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t10 .panel-email-insertType:hover .btn {
  background-color: #ff44f1 !important;
  color: #ffffff !important;
}
.tema-t10 .stepy-header li div {
  color: #ffffff !important;
}
.tema-t10 .stepy-header li div {
  border-color: #ffaaf9 !important;
  background-color: #ffaaf9 !important;
  color: #ffffff !important;
}
.tema-t10 .stepy-header li span {
  color: #ffaaf9 !important;
}
.tema-t10 .stepy-header li.stepy-active div {
  border-color: #aa009d !important;
  background-color: #aa009d !important;
  color: #ffffff !important;
}
.tema-t10 .stepy-header li.stepy-active span {
  color: #aa009d !important;
}
.tema-t10 .stepy-header li:before,
.tema-t10 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t10 .emojSelect a:hover {
  color: #ff44f1 !important;
}
.tema-t10 .daterangepicker td.active,
.tema-t10 .daterangepicker td.active:hover,
.tema-t10 .daterangepicker td.active:focus {
  background-color: #ff44f1 !important;
}
.tema-t10 .ranges ul li.active {
  color: #ffffff;
  background-color: #ff44f1 !important;
}
.tema-t10 .hint-help {
  color: #ff44f1 !important;
}
.tema-t10 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t10 .popover-hint,
.tema-t10 .tooltip {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 .tooltip > .tooltip-inner {
  background-color: #aa009d;
}
.tema-t10 .modal-backdrop {
  background-color: #dd00cc !important;
}
.tema-t10 .border-left-tema {
  border-left-color: #aa009d;
}
.tema-t10 .tema-bg {
  background-color: #dd00cc !important;
}
.tema-t10 .tema-border {
  border-color: #ff44f1;
}
.tema-t10 .tema-text,
.tema-t10 .tema-text:hover,
.tema-t10 .tema-text:focus {
  color: #ff44f1 !important;
}
.tema-t10 .badge-tema {
  background-color: #aa009d;
  border-color: #aa009d;
}
.tema-t10 > .navbar {
  background-color: #dd00cc;
}
.tema-t10 > .navbar a:hover {
  color: #ffaaf9;
}
.tema-t10 > .navbar a:hover i {
  color: #ffffff;
}
.tema-t10 #adesaoPlano > .navbar {
  background-color: #dd00cc;
}
.tema-t10 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t10 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(170, 0, 157, 0.85);
}
.tema-t10 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t10 #sidebar_config,
.tema-t10 .sidebar_config {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 #sidebar_config .navigation > li.active > a,
.tema-t10 .sidebar_config .navigation > li.active > a,
.tema-t10 #sidebar_config .navigation > li.active > a:hover,
.tema-t10 .sidebar_config .navigation > li.active > a:hover,
.tema-t10 #sidebar_config .navigation > li.active > a:focus,
.tema-t10 .sidebar_config .navigation > li.active > a:focus {
  background-color: #ff11ed;
  color: #ffffff;
}
.tema-t10 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #aa009d;
}
@media only screen and (min-width: 769px) {
  .tema-t10 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #aa009d;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t10 .nav-tabs.nav-justified > li.active > a,
  .tema-t10 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t10 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #aa009d;
  }
}
.tema-t10 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t10 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t10 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #aa009d;
}
@media (min-width: 769px) {
  .tema-t10 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t10 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t10 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #aa009d;
  }
  .tema-t10 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #aa009d;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t10 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #aa009d;
  }
}
@media (max-width: 768px) {
  .tema-t10 .nav-tabs > li.active > a,
  .tema-t10 .nav-tabs > li.active > a:hover,
  .tema-t10 .nav-tabs > li.active > a:focus {
    border-left-color: #aa009d;
    color: #aa009d;
  }
}
@media (min-width: 769px) {
  .tema-t10 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t10 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t10 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #aa009d;
  }
}
.tema-t10 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t10 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t10 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t10 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t10 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t10 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t10 #compras #meses table th,
.tema-t10 #carrinho-abandonado #meses table th,
.tema-t10 #compras #meses-carrinho-abandonado table th,
.tema-t10 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 #compras #meses table tr.highlight td,
.tema-t10 #carrinho-abandonado #meses table tr.highlight td,
.tema-t10 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t10 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #aa009d 1px dotted !important;
  border-bottom: #aa009d 1px dotted !important;
  color: #aa009d;
}
.tema-t10 #compras #meses table tr.highlight td:nth-child(1),
.tema-t10 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t10 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t10 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t10 #compras #meses table tr.highlight td:nth-child(2),
.tema-t10 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t10 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t10 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t10 #compras #meses table td.highlight,
.tema-t10 #carrinho-abandonado #meses table td.highlight,
.tema-t10 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t10 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #aa009d 1px dotted !important;
  border-right: #aa009d 1px dotted !important;
  color: #aa009d;
}
.tema-t10 #compras #meses table td:nth-child(1),
.tema-t10 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t10 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t10 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #dd00cc;
  color: #fff;
}
.tema-t10 #compras #meses table td:nth-child(1).highlight,
.tema-t10 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t10 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t10 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t10 #compras #meses table td:nth-child(2),
.tema-t10 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t10 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t10 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #ff11ed;
  color: #fff;
}
.tema-t10 .form-control:focus {
  border-bottom-color: #aa009d;
  -webkit-box-shadow: 0 1px 0 #aa009d;
  box-shadow: 0 1px 0 #aa009d;
}
.tema-t10 .bootstrap-select .btn-default:focus,
.tema-t10 .bootstrap-select .btn-default.focus,
.tema-t10 .bootstrap-select .btn-default:active,
.tema-t10 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #aa009d;
  -webkit-box-shadow: 0 1px 0 #aa009d;
  box-shadow: 0 1px 0 #aa009d;
}
.tema-t10 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #aa009d;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #aa009d;
  box-shadow: 0 1px 0 #aa009d;
}
.tema-t10 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #aa009d;
}
.tema-t10 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t10 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t10 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t10 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t10 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t10 .btn-delete:hover,
.tema-t10 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t10 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t10 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t10 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t10 .btn-edit:hover,
.tema-t10 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t10 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t10 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t10 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t10 .btn-search:hover,
.tema-t10 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t10 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t10 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t10 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t10 .btn-save:hover,
.tema-t10 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t10 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t10 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t10 .btn-save-inv:hover,
.tema-t10 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t10 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t10 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t10 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t10 .btn-face:hover,
.tema-t10 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t10 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t10 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t10 .btn-default:hover,
.tema-t10 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t10 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t10 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t10 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t10 .bootstrap-select .btn-default:focus,
.tema-t10 .bootstrap-select .btn-default:hover,
.tema-t10 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t10 .btn-tema-dark10 {
  background: #77006e;
  background-color: #77006e;
  color: #fff;
}
.tema-t10 .btn-tema-dark10:focus,
.tema-t10 .btn-tema-dark10:hover,
.tema-t10 .btn-tema-dark10 [disabled] {
  background: #44003f;
  background-color: #44003f;
  color: #fff;
}
.tema-t10 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #aa009d;
}
.tema-t10 .btn-white-inv:focus,
.tema-t10 .btn-white-inv:hover,
.tema-t10 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t10 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t10 .btn-white:focus,
.tema-t10 .btn-white:hover,
.tema-t10 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t10 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t10 .btn-new {
  text-transform: none;
  color: #aa009d !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t10 .btn-new:hover,
.tema-t10 .btn-new [disabled] {
  color: #ffffff !important;
  background-color: #aa009d !important;
}
.tema-t10 .btn-new:focus {
  color: #ffffff !important;
  background-color: #aa009d !important;
}
.tema-t10 .btn-new[disabled] {
  color: #aa009d !important;
  background-color: #ffffff !important;
}
.tema-t10 .content-wrapper::selection {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 .content-wrapper::-moz-selection {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 .content-wrapper::-o-selection {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 .content-wrapper::-ms-selection {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 .content-wrapper::-webkit-selection {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 #cupomExterno {
  background-color: #aa009d;
}
.tema-t10 #cupomExterno h1 {
  color: #aa009d;
}
.tema-t10 #pesquisaExterno {
  background-color: #aa009d;
}
.tema-t10 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #aa009d;
  color: #aa009d;
}
.tema-t10 #pesquisaExterno .stepy-header li div {
  background-color: #aa009d;
}
.tema-t10 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #aa009d !important;
}
.tema-t10 #pesquisaExterno .stepy-header li:before,
.tema-t10 #pesquisaExterno .stepy-header li:after {
  background-color: #aa009d;
}
.tema-t10 #pesquisaExterno .stepy-header li div {
  border: 2px solid #aa009d;
}
.tema-t10 #pesquisaExterno .border-primary-600 {
  border-color: #aa009d;
}
.tema-t10 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #aa009d;
}
.tema-t10 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #aa009d;
  -webkit-box-shadow: 0 1px 0 #aa009d;
  box-shadow: 0 1px 0 #aa009d;
}
.tema-t10 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t10 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t10 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t10 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #aa009d;
  -webkit-box-shadow: 0 1px 0 #aa009d;
  box-shadow: 0 1px 0 #aa009d;
}
.tema-t10 #pesquisaExterno .checker span {
  border: 2px solid #aa009d;
}
.tema-t10 #pesquisaExterno .irs-slider {
  background-color: #aa009d;
}
.tema-t10 #pesquisaExterno .irs-bar {
  background-color: #aa009d;
}
.tema-t10 #pesquisaExterno .irs-from,
.tema-t10 #pesquisaExterno .irs-to,
.tema-t10 #pesquisaExterno .irs-single {
  background-color: #aa009d;
}
.tema-t10 #pesquisaExterno .form-control:focus {
  border-bottom-color: #aa009d;
  -webkit-box-shadow: 0 1px 0 #aa009d;
  box-shadow: 0 1px 0 #aa009d;
}
.tema-t10 #pesquisaExterno .irs-from:after,
.tema-t10 #pesquisaExterno .irs-to:after,
.tema-t10 #pesquisaExterno .irs-single:after {
  border-top-color: #aa009d;
}
.tema-t10 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #aa009d;
}
.tema-t10 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t10 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #dd00cc;
  color: white;
}
.tema-t10 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t10 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #aa009d;
  color: white;
}
.tema-t10 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #77006e;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t10 #pesquisaExterno .stepy-navigator a {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #aa009d;
  color: #fff !important;
}
.tema-t10 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #aa009d;
  color: #fff !important;
}
.tema-t10 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t10 #categoriaProduto #actionsControl {
  background-color: #aa009d;
}
.tema-t10 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #aa009d;
}
.tema-t10 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t10 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #aa009d;
}
.tema-t10 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t10 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #aa009d;
}
.tema-t10 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #aa009d;
}
.tema-t10 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #aa009d;
  color: #fff;
}
.tema-t10 #categoriaProduto #actionsControl .btn-edit,
.tema-t10 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t10 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t10 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t10 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t10 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t11 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t11 #ticketGridTopBar {
  background-color: #9f23db;
}
.tema-t11 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #9f23db;
}
.tema-t11 #ticket-aba-lateral .panel-heading h6 {
  color: #9f23db;
}
.tema-t11 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #ffffff;
  border-color: #ffffff;
}
.tema-t11 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #ffffff;
}
.tema-t11 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #9f23db;
}
.tema-t11 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #9f23db;
}
.tema-t11 .ticketIntro {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 .ticketInfo strong,
.tema-t11 .ticketInfo i {
  color: #9f23db;
}
.tema-t11 #ticketGrid h1 a {
  color: #9f23db;
}
.tema-t11 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #9f23db;
}
.tema-t11 .tokenfield .token:not([class*=bg-]) {
  background-color: #9f23db;
  color: #ffffff;
}
.tema-t11 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #ffffff;
  color: #9f23db;
}
.tema-t11#EmailDragDropEditor .content #settingsBar h2 {
  color: #9f23db;
}
.tema-t11#EmailDragDropEditor #editBar .box h2 {
  color: #9f23db;
}
.tema-t11#EmailDragDropEditor #editBar .irs-from,
.tema-t11#EmailDragDropEditor #editBar .irs-to,
.tema-t11#EmailDragDropEditor #editBar .irs-single {
  background-color: #9f23db;
}
.tema-t11#EmailDragDropEditor #editBar .irs-from:after,
.tema-t11#EmailDragDropEditor #editBar .irs-to:after,
.tema-t11#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #9f23db;
}
.tema-t11#EmailDragDropEditor #editBar .irs-slider {
  background-color: #9f23db;
}
.tema-t11#EmailDragDropEditor #editBar .irs-bar {
  background-color: #d8a6f1;
}
.tema-t11#baixaCupomExternoCliente footer {
  background-color: #9f23db;
}
.tema-t11 #linkPrivacidade {
  background-color: rgba(159, 35, 219, 0.5);
  color: #ffffff;
}
.tema-t11 #linkPrivacidade:hover {
  background-color: #9f23db;
}
.tema-t11 #formularioExterno .termo i {
  color: #9f23db;
}
.tema-t11 #formularioExterno .termo strong {
  color: #9f23db;
}
.tema-t11 #formularioExterno .termo a {
  color: #9f23db;
  border-bottom: 1px dotted #9f23db;
}
.tema-t11 .modal_boasvindas .modal-body h1 {
  color: #9f23db;
}
.tema-t11 .modal_boasvindas .modal-body h2 {
  color: #ffffff;
}
.tema-t11 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #ffffff;
}
.tema-t11 .modal_boasvindas .modal-body strong {
  color: #9f23db;
}
.tema-t11 .noui-slider-primary .noUi-handle {
  background-color: #9f23db;
}
.tema-t11 .noUi-tooltip {
  background-color: #9f23db;
}
.tema-t11 .noUi-connect {
  background-color: #9f23db !important;
}
.tema-t11 #detalheColecao .colecaoData h4 {
  color: #9f23db;
}
.tema-t11 .panel-tema {
  background-color: #9f23db;
}
.tema-t11 .panel-tema h6,
.tema-t11 .panel-tema span.center-block {
  color: #fff;
}
.tema-t11 .panel-tema input {
  color: #ffffff;
}
.tema-t11 #toast-container.toast-center-center {
  background-color: rgba(159, 35, 219, 0.7);
}
.tema-t11 .cd-top {
  background-color: rgba(159, 35, 219, 0.7);
}
.tema-t11 .cd-top i {
  color: #fff;
}
.tema-t11 .cd-top:hover {
  background-color: #9f23db;
}
.tema-t11 .pagination > .active > a,
.tema-t11 .pagination > .active > span,
.tema-t11 .pagination > .active > a:hover,
.tema-t11 .pagination > .active > span:hover,
.tema-t11 .pagination > .active > a:focus,
.tema-t11 .pagination > .active > span:focus {
  background-color: #9f23db;
  border-color: #9f23db;
}
.tema-t11 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t11 #edicao .editor_box .action_bar a:hover {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 .responsiveIframe.mobile {
  border: 1px solid #9f23db;
}
.tema-t11 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #9f23db;
}
.tema-t11 .progress-bar {
  background-color: #9f23db;
}
.tema-t11 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t11 pre[class*="language-"] {
  border-left-color: #9f23db;
}
.tema-t11 #pesquisaTabulacao tr.group,
.tema-t11 #pesquisaTabulacao tr.group:hover {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 #smsCriar .panel-heading {
  border-bottom: 1px dotted #9f23db;
}
.tema-t11 #smsCriar .panel-heading #SmsName {
  color: #9f23db;
}
.tema-t11 .br-theme-bars-pill .br-widget a {
  background-color: #ffffff;
  color: #9f23db;
}
.tema-t11 .br-theme-bars-pill .br-widget a.br-active,
.tema-t11 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #9f23db;
  color: white;
}
.tema-t11 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t11 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #9f23db;
}
.tema-t11 .pesquisaCriacaoBarra > li a,
.tema-t11 .formCriacaoBarra > li a {
  color: #9f23db;
}
.tema-t11 .pesquisaCriacaoBarra > li a:hover,
.tema-t11 .formCriacaoBarra > li a:hover {
  color: #9f23db;
  background: #fff;
}
.tema-t11 .pesquisaCriacaoBarra > li > ul a,
.tema-t11 .formCriacaoBarra > li > ul a {
  color: #9f23db;
}
.tema-t11 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t11 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #9f23db;
}
.tema-t11 #novaRespTemp {
  border-left: 2px dotted #9f23db !important;
}
.tema-t11 #PesquisaCriar .help-block a {
  color: #9f23db;
}
.tema-t11 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #ffffff;
}
.tema-t11 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #ffffff;
}
.tema-t11 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #9f23db;
}
.tema-t11 #questionario .item .menu li a {
  color: #9f23db;
}
.tema-t11 #questionario .item.active {
  border-left: 2px solid #9f23db;
}
.tema-t11 #questionario .item.active .menu {
  background: #ffffff;
}
.tema-t11 #questionario .item-placeholder {
  border: 1px dotted #9f23db;
}
.tema-t11 #questionario .secao-data {
  color: #9f23db;
}
.tema-t11 #dv-resumo-emails-validos ul {
  border: 1px dashed #9f23db;
}
.tema-t11 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #9f23db;
}
.tema-t11 #dv-resumo-emails-validos ul li:hover {
  background: #9f23db;
  color: #fff;
}
.tema-t11 .cke_editable.cke_focus {
  border-bottom: 2px solid #9f23db;
}
.tema-t11 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t11 #modalDetalheVenda .modal-header,
.tema-t11 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t11 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t11 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #9f23db;
}
.tema-t11 span.dicItem {
  border-bottom: dotted 1px #9f23db;
  color: #9f23db;
}
.tema-t11 .d3-tip {
  background-color: #9f23db;
}
.tema-t11 .fancybox-overlay {
  background-color: rgba(159, 35, 219, 0.8);
}
.tema-t11 .fidelidadeItem h1.panel-title {
  color: #9f23db;
}
.tema-t11 .fidelidadeItem .infobar li div:hover {
  color: #9f23db;
}
.tema-t11 .gerenciaEmailItem h1.panel-title {
  color: #9f23db;
}
.tema-t11 .gerenciaEmailItem .infobar li div:hover {
  color: #9f23db;
}
.tema-t11 .itemLote .hlight {
  border-bottom: 1px solid #9f23db;
}
.tema-t11 .text-tema {
  color: #9f23db;
}
.tema-t11 .label-tema-flat {
  color: #9f23db;
  border-color: #9f23db;
}
.tema-t11 .label-tema {
  color: #fff;
  background-color: #9f23db;
}
.tema-t11 .btn-tema-7 {
  color: #fff;
  background-color: #ffffff;
}
.tema-t11 .btn-tema {
  color: #fff;
  background-color: #9f23db;
}
.tema-t11 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t11 .btn-tema .checker span.checked {
  border: none;
}
.tema-t11 #modalLabSend .modal-body h5 {
  color: #9f23db;
}
.tema-t11 .btn-group .btn.active {
  background-color: #9f23db !important;
  color: #fff !important;
}
.tema-t11 picker__list-item--selected,
.tema-t11 .picker__list-item--selected:hover,
.tema-t11 .picker--focused .picker__list-item--selected {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 .UserId.member {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 .UserId.member.inNavBar {
  background-color: #fff;
  color: #9f23db;
}
.tema-t11 #EmailName,
.tema-t11 #ColecaoName,
.tema-t11 #CupomName,
.tema-t11 #ProgramaName {
  color: #9f23db;
}
.tema-t11 .stepy-navigator {
  border-bottom: 1px dotted #9f23db;
}
.tema-t11 #ComunicacaoEmailCriar h4.content-group,
.tema-t11 #ProgramaFidelidadeItem h4.content-group {
  color: #9f23db;
}
.tema-t11 #sidebar_historico .category-content li {
  border-color: #9f23db;
}
.tema-t11 #sidebar_historico .category-content li:before {
  border: 2px solid #9f23db;
}
.tema-t11 #sidebar_historico .category-content li:after {
  border-left: 1px solid #9f23db;
  border-right: 1px solid #9f23db;
}
.tema-t11 #sidebar_historico .category-content li strong {
  color: #9f23db;
}
.tema-t11 .panel-footer.historico a {
  color: #9f23db;
}
.tema-t11 #loading-default:not(.step1) {
  background: #9f23db;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t11 #helpPageHeader {
  -o-animation: tema-t11 5s linear infinite alternate both;
  -webkit-animation: tema-t11 5s linear infinite alternate both;
  -moz-animation: tema-t11 5s linear infinite alternate both;
  animation: tema-t11 5s linear infinite alternate both;
}
@-moz-keyframes tema-t11 {
  0% {
    background: rgba(159, 35, 219, 0.5);
  }
  100% {
    background: rgba(197, 122, 234, 0.9);
  }
}
@-webkit-keyframes tema-t11 {
  0% {
    background: rgba(159, 35, 219, 0.5);
  }
  100% {
    background: rgba(197, 122, 234, 0.9);
  }
}
@keyframes tema-t11 {
  0% {
    background: rgba(159, 35, 219, 0.5);
  }
  100% {
    background: rgba(197, 122, 234, 0.9);
  }
}
.tema-t11 #helpCenter #categoriasMenu .category-title span {
  color: #9f23db;
}
.tema-t11 #helpCenter #CatHeader {
  background: #9f23db;
}
.tema-t11 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t11 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t11 #helpCenter .categoriaBox h2 {
  color: #9f23db;
}
.tema-t11 #helpCenter .categoriaItem h1 {
  color: #c57aea;
}
.tema-t11 #chatBot #q {
  color: #9f23db;
}
.tema-t11 #chatBot #q::-webkit-input-placeholder {
  color: #fffeff;
}
.tema-t11 #chatBot #q:-moz-placeholder {
  color: #fffeff;
}
.tema-t11 #chatBot #send {
  background-color: #9f23db;
}
.tema-t11 #chatBot.active .header {
  background-image: linear-gradient(315deg, #9f23db, #ffffff);
}
.tema-t11 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t11 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #9f23db;
  border-color: #9f23db;
  color: #fff;
}
.tema-t11 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #9f23db;
}
.tema-t11 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #ffffff;
}
.tema-t11 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #9f23db;
}
.tema-t11 #contatoDados h4,
.tema-t11 #cadastroProduto h4,
.tema-t11 #ProgramaFidelidadePremioItem h4,
.tema-t11 #EmpresaVisualizar h4,
.tema-t11 #EmpresaEditar h4 {
  color: #9f23db;
}
.tema-t11 #contatoDados h4:before,
.tema-t11 #cadastroProduto h4:before,
.tema-t11 #ProgramaFidelidadePremioItem h4:before,
.tema-t11 #EmpresaVisualizar h4:before,
.tema-t11 #EmpresaEditar h4:before {
  background: #ffffff;
}
.tema-t11 #contatoDados .userIntro,
.tema-t11 #cadastroProduto .userIntro,
.tema-t11 #ProgramaFidelidadePremioItem .userIntro,
.tema-t11 #EmpresaVisualizar .userIntro,
.tema-t11 #EmpresaEditar .userIntro {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 .eventoIntro,
.tema-t11 .relatorioIntro {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 .pesquisaIntro {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t11 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #9f23db !important;
}
.tema-t11 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t11 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #ffffff;
}
.tema-t11 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t11 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #9f23db !important;
}
.tema-t11 #contatoConfig .dropZoneFields .itemField .box,
.tema-t11 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #fffeff;
}
.tema-t11 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t11 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #9f23db;
}
.tema-t11 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t11 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t11 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t11 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #9f23db !important;
}
.tema-t11 #contatoConfig .g .header h4,
.tema-t11 #contatoConfig .g .header i {
  color: #9f23db;
}
.tema-t11 #contatoConfig .g:nth-child(even) {
  background: #ffffff;
  border-bottom: 1px dotted #ffffff;
  border-top: 1px dotted #ffffff;
}
.tema-t11 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t11 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t11 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t11 .dataTables_paginate .paginate_button.current,
.tema-t11 .dataTables_paginate .paginate_button.current:hover,
.tema-t11 .dataTables_paginate .paginate_button.current:focus {
  color: #ffffff !important;
  background-color: #ecd2f8 !important;
}
.tema-t11 .dropdown-menu > .active > a,
.tema-t11 .dropdown-menu > .active > a:hover,
.tema-t11 .dropdown-menu > .active > a:focus {
  color: #ffffff !important;
  background-color: #ecd2f8 !important;
}
.tema-t11 .btn-link:hover,
.tema-t11 .btn-link:focus {
  color: #ecd2f8;
}
.tema-t11 .bg-tema {
  background-color: #ecd2f8 !important;
}
.tema-t11 .btn.bg-tema {
  background-color: #ecd2f8 !important;
  color: #fff;
}
.tema-t11 .border-tema {
  border-color: #ecd2f8;
}
.tema-t11 .nicescroll-cursors {
  background-color: #ecd2f8 !important;
}
.tema-t11 .addNew button {
  color: #ffffff !important;
  background-color: #ecd2f8 !important;
}
.tema-t11 .dbgrid.dragging {
  border: 1px solid #ecd2f8;
}
.tema-t11 .dbgrid .table thead {
  background-color: #ecd2f8 !important;
  color: #ffffff !important;
}
.tema-t11 .dbgrid .table a {
  color: #ecd2f8;
}
.tema-t11 .dbgrid .table a:hover {
  color: #9f23db;
}
.tema-t11 .dbgrid .bottom {
  border-color: #ecd2f8 !important;
}
.tema-t11 .packery-drop-placeholder:before {
  outline: 3px dashed #ecd2f8 !important;
}
.tema-t11 .loading-chart .coffee_cup {
  border-color: #9f23db;
}
.tema-t11 .loading-chart .coffee_cup:after {
  border-color: #9f23db;
}
.tema-t11 .loading-chart .coffee_cup:before {
  background-color: #9f23db;
  box-shadow: 5px 0px 0px 0px #9f23db, 5px -5px 0px 0px #9f23db, 10px 0px 0px 0px #9f23db;
}
.tema-t11 #loading-default h1 {
  color: #9f23db;
}
.tema-t11 #loading-default h2 {
  color: #c57aea;
}
.tema-t11 #loading-default .coffee_cup {
  border-color: #9f23db;
}
.tema-t11 #loading-default .coffee_cup:after {
  border-color: #9f23db;
}
.tema-t11 #loading-default .coffee_cup:before {
  background-color: #9f23db;
  box-shadow: 5px 0px 0px 0px #9f23db, 5px -5px 0px 0px #9f23db, 10px 0px 0px 0px #9f23db;
}
.tema-t11 #loading-default.step1 .panel {
  background-color: #9f23db;
}
.tema-t11 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t11 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t11 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t11 #loading-default .lds-ring > div {
  border: 3px solid #9f23db;
  border-color: #9f23db transparent transparent transparent;
}
.tema-t11 #gerenciaPerfil h6 {
  color: #9f23db;
}
.tema-t11 #gerenciaPerfil .group {
  border: 1px dotted #ffffff;
}
.tema-t11 .switchery-default {
  background-color: #9f23db !important;
  border-color: #9f23db !important;
  box-shadow: #9f23db 0px 0px 0px 0px inset !important;
}
.tema-t11 .switchery-default small {
  background-color: #fff !important;
}
.tema-t11.login-container .panel-heading {
  background-color: #9f23db !important;
}
.tema-t11.login-container .panel-body button {
  background-color: #9f23db !important;
  color: #ffffff !important;
}
.tema-t11.login-container .panel-body button:hover {
  color: #9f23db !important;
  background-color: #ffffff !important;
}
.tema-t11.login-container .panel-body ul li a {
  border: 1px solid #9f23db !important;
  color: #9f23db !important;
}
.tema-t11.login-container .panel-body ul li a:hover {
  color: #ffffff !important;
  background-color: #9f23db !important;
}
.tema-t11 .navbar-header {
  background-color: #9f23db !important;
}
.tema-t11 .DTCR_clonedTable td,
.tema-t11 .DTCR_pointer {
  border-left: 1px dotted #9f23db !important;
  z-index: 99999;
}
.tema-t11 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #9f23db !important;
}
.tema-t11 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t11 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #ffffff !important;
}
.tema-t11 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #9f23db !important;
  background-color: #ffffff !important;
}
.tema-t11 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #9f23db !important;
}
.tema-t11 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #9f23db !important;
  color: #ffffff !important;
}
.tema-t11 .cke_chrome {
  border: none;
}
.tema-t11 table.hover tr:hover td,
.tema-t11 table.hover tr:focus td {
  border-bottom: 1px solid #9f23db !important;
}
.tema-t11 table.hover tr:hover td:first-child:before,
.tema-t11 table.hover tr:focus td:first-child:before {
  color: #9f23db !important;
}
.tema-t11 .popover.superhint {
  background-color: #9f23db !important;
}
.tema-t11 .popover.superhint .popover-footer {
  background-color: #ffffff !important;
}
.tema-t11 .popover.superhint .popover-footer button {
  background-color: #9f23db !important;
  color: #ffffff !important;
}
.tema-t11 .popover.superhint .popover-title {
  color: #ffffff !important;
}
.tema-t11 .popover.superhint .popover-content {
  color: #ffffff !important;
}
.tema-t11 .popover.superhint .popover-close {
  color: #ffffff !important;
}
.tema-t11 .popover.superhint.left > .arrow {
  border-left-color: #9f23db !important;
}
.tema-t11 .popover.superhint.left > .arrow:after {
  border-left-color: #9f23db !important;
}
.tema-t11 .popover.superhint.right > .arrow {
  border-right-color: #9f23db !important;
}
.tema-t11 .popover.superhint.right > .arrow:after {
  border-right-color: #9f23db !important;
}
.tema-t11 .popover.superhint.top > .arrow {
  border-top-color: #ffffff !important;
}
.tema-t11 .popover.superhint.top > .arrow:after {
  border-top-color: #ffffff !important;
}
.tema-t11 .popover.superhint.bottom > .arrow {
  border-bottom-color: #9f23db !important;
}
.tema-t11 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #9f23db !important;
}
.tema-t11 .checker span {
  color: #d8a6f1 !important;
  border: 2px solid #d8a6f1;
}
.tema-t11 .thumb:hover .zoom-image {
  background-color: #d8a6f1 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t11 .panel-email-insertType:hover .btn {
  background-color: #d8a6f1 !important;
  color: #ffffff !important;
}
.tema-t11 .stepy-header li div {
  color: #ffffff !important;
}
.tema-t11 .stepy-header li div {
  border-color: #fffeff !important;
  background-color: #fffeff !important;
  color: #ffffff !important;
}
.tema-t11 .stepy-header li span {
  color: #fffeff !important;
}
.tema-t11 .stepy-header li.stepy-active div {
  border-color: #9f23db !important;
  background-color: #9f23db !important;
  color: #ffffff !important;
}
.tema-t11 .stepy-header li.stepy-active span {
  color: #9f23db !important;
}
.tema-t11 .stepy-header li:before,
.tema-t11 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t11 .emojSelect a:hover {
  color: #d8a6f1 !important;
}
.tema-t11 .daterangepicker td.active,
.tema-t11 .daterangepicker td.active:hover,
.tema-t11 .daterangepicker td.active:focus {
  background-color: #d8a6f1 !important;
}
.tema-t11 .ranges ul li.active {
  color: #ffffff;
  background-color: #d8a6f1 !important;
}
.tema-t11 .hint-help {
  color: #d8a6f1 !important;
}
.tema-t11 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t11 .popover-hint,
.tema-t11 .tooltip {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 .tooltip > .tooltip-inner {
  background-color: #9f23db;
}
.tema-t11 .modal-backdrop {
  background-color: #b24ee3 !important;
}
.tema-t11 .border-left-tema {
  border-left-color: #9f23db;
}
.tema-t11 .tema-bg {
  background-color: #b24ee3 !important;
}
.tema-t11 .tema-border {
  border-color: #d8a6f1;
}
.tema-t11 .tema-text,
.tema-t11 .tema-text:hover,
.tema-t11 .tema-text:focus {
  color: #d8a6f1 !important;
}
.tema-t11 .badge-tema {
  background-color: #9f23db;
  border-color: #9f23db;
}
.tema-t11 > .navbar {
  background-color: #b24ee3;
}
.tema-t11 > .navbar a:hover {
  color: #fffeff;
}
.tema-t11 > .navbar a:hover i {
  color: #ffffff;
}
.tema-t11 #adesaoPlano > .navbar {
  background-color: #b24ee3;
}
.tema-t11 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t11 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(159, 35, 219, 0.85);
}
.tema-t11 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t11 #sidebar_config,
.tema-t11 .sidebar_config {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 #sidebar_config .navigation > li.active > a,
.tema-t11 .sidebar_config .navigation > li.active > a,
.tema-t11 #sidebar_config .navigation > li.active > a:hover,
.tema-t11 .sidebar_config .navigation > li.active > a:hover,
.tema-t11 #sidebar_config .navigation > li.active > a:focus,
.tema-t11 .sidebar_config .navigation > li.active > a:focus {
  background-color: #c57aea;
  color: #ffffff;
}
.tema-t11 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #9f23db;
}
@media only screen and (min-width: 769px) {
  .tema-t11 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #9f23db;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t11 .nav-tabs.nav-justified > li.active > a,
  .tema-t11 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t11 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #9f23db;
  }
}
.tema-t11 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t11 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t11 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #9f23db;
}
@media (min-width: 769px) {
  .tema-t11 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t11 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t11 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #9f23db;
  }
  .tema-t11 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #9f23db;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t11 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #9f23db;
  }
}
@media (max-width: 768px) {
  .tema-t11 .nav-tabs > li.active > a,
  .tema-t11 .nav-tabs > li.active > a:hover,
  .tema-t11 .nav-tabs > li.active > a:focus {
    border-left-color: #9f23db;
    color: #9f23db;
  }
}
@media (min-width: 769px) {
  .tema-t11 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t11 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t11 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #9f23db;
  }
}
.tema-t11 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t11 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t11 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t11 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t11 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t11 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t11 #compras #meses table th,
.tema-t11 #carrinho-abandonado #meses table th,
.tema-t11 #compras #meses-carrinho-abandonado table th,
.tema-t11 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 #compras #meses table tr.highlight td,
.tema-t11 #carrinho-abandonado #meses table tr.highlight td,
.tema-t11 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t11 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #9f23db 1px dotted !important;
  border-bottom: #9f23db 1px dotted !important;
  color: #9f23db;
}
.tema-t11 #compras #meses table tr.highlight td:nth-child(1),
.tema-t11 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t11 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t11 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t11 #compras #meses table tr.highlight td:nth-child(2),
.tema-t11 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t11 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t11 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t11 #compras #meses table td.highlight,
.tema-t11 #carrinho-abandonado #meses table td.highlight,
.tema-t11 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t11 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #9f23db 1px dotted !important;
  border-right: #9f23db 1px dotted !important;
  color: #9f23db;
}
.tema-t11 #compras #meses table td:nth-child(1),
.tema-t11 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t11 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t11 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #b24ee3;
  color: #fff;
}
.tema-t11 #compras #meses table td:nth-child(1).highlight,
.tema-t11 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t11 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t11 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t11 #compras #meses table td:nth-child(2),
.tema-t11 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t11 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t11 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #c57aea;
  color: #fff;
}
.tema-t11 .form-control:focus {
  border-bottom-color: #9f23db;
  -webkit-box-shadow: 0 1px 0 #9f23db;
  box-shadow: 0 1px 0 #9f23db;
}
.tema-t11 .bootstrap-select .btn-default:focus,
.tema-t11 .bootstrap-select .btn-default.focus,
.tema-t11 .bootstrap-select .btn-default:active,
.tema-t11 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #9f23db;
  -webkit-box-shadow: 0 1px 0 #9f23db;
  box-shadow: 0 1px 0 #9f23db;
}
.tema-t11 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #9f23db;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #9f23db;
  box-shadow: 0 1px 0 #9f23db;
}
.tema-t11 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #9f23db;
}
.tema-t11 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t11 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t11 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t11 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t11 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t11 .btn-delete:hover,
.tema-t11 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t11 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t11 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t11 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t11 .btn-edit:hover,
.tema-t11 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t11 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t11 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t11 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t11 .btn-search:hover,
.tema-t11 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t11 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t11 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t11 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t11 .btn-save:hover,
.tema-t11 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t11 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t11 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t11 .btn-save-inv:hover,
.tema-t11 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t11 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t11 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t11 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t11 .btn-face:hover,
.tema-t11 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t11 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t11 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t11 .btn-default:hover,
.tema-t11 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t11 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t11 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t11 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t11 .bootstrap-select .btn-default:focus,
.tema-t11 .bootstrap-select .btn-default:hover,
.tema-t11 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t11 .btn-tema-dark10 {
  background: #7f1caf;
  background-color: #7f1caf;
  color: #fff;
}
.tema-t11 .btn-tema-dark10:focus,
.tema-t11 .btn-tema-dark10:hover,
.tema-t11 .btn-tema-dark10 [disabled] {
  background: #5f1583;
  background-color: #5f1583;
  color: #fff;
}
.tema-t11 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #9f23db;
}
.tema-t11 .btn-white-inv:focus,
.tema-t11 .btn-white-inv:hover,
.tema-t11 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t11 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t11 .btn-white:focus,
.tema-t11 .btn-white:hover,
.tema-t11 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t11 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t11 .btn-new {
  text-transform: none;
  color: #9f23db !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t11 .btn-new:hover,
.tema-t11 .btn-new [disabled] {
  color: #ffffff !important;
  background-color: #9f23db !important;
}
.tema-t11 .btn-new:focus {
  color: #ffffff !important;
  background-color: #9f23db !important;
}
.tema-t11 .btn-new[disabled] {
  color: #9f23db !important;
  background-color: #ffffff !important;
}
.tema-t11 .content-wrapper::selection {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 .content-wrapper::-moz-selection {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 .content-wrapper::-o-selection {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 .content-wrapper::-ms-selection {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 .content-wrapper::-webkit-selection {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 #cupomExterno {
  background-color: #9f23db;
}
.tema-t11 #cupomExterno h1 {
  color: #9f23db;
}
.tema-t11 #pesquisaExterno {
  background-color: #9f23db;
}
.tema-t11 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #9f23db;
  color: #9f23db;
}
.tema-t11 #pesquisaExterno .stepy-header li div {
  background-color: #9f23db;
}
.tema-t11 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #9f23db !important;
}
.tema-t11 #pesquisaExterno .stepy-header li:before,
.tema-t11 #pesquisaExterno .stepy-header li:after {
  background-color: #9f23db;
}
.tema-t11 #pesquisaExterno .stepy-header li div {
  border: 2px solid #9f23db;
}
.tema-t11 #pesquisaExterno .border-primary-600 {
  border-color: #9f23db;
}
.tema-t11 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #9f23db;
}
.tema-t11 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #9f23db;
  -webkit-box-shadow: 0 1px 0 #9f23db;
  box-shadow: 0 1px 0 #9f23db;
}
.tema-t11 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t11 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t11 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t11 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #9f23db;
  -webkit-box-shadow: 0 1px 0 #9f23db;
  box-shadow: 0 1px 0 #9f23db;
}
.tema-t11 #pesquisaExterno .checker span {
  border: 2px solid #9f23db;
}
.tema-t11 #pesquisaExterno .irs-slider {
  background-color: #9f23db;
}
.tema-t11 #pesquisaExterno .irs-bar {
  background-color: #9f23db;
}
.tema-t11 #pesquisaExterno .irs-from,
.tema-t11 #pesquisaExterno .irs-to,
.tema-t11 #pesquisaExterno .irs-single {
  background-color: #9f23db;
}
.tema-t11 #pesquisaExterno .form-control:focus {
  border-bottom-color: #9f23db;
  -webkit-box-shadow: 0 1px 0 #9f23db;
  box-shadow: 0 1px 0 #9f23db;
}
.tema-t11 #pesquisaExterno .irs-from:after,
.tema-t11 #pesquisaExterno .irs-to:after,
.tema-t11 #pesquisaExterno .irs-single:after {
  border-top-color: #9f23db;
}
.tema-t11 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #9f23db;
}
.tema-t11 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t11 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #b24ee3;
  color: white;
}
.tema-t11 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t11 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #9f23db;
  color: white;
}
.tema-t11 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #7f1caf;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t11 #pesquisaExterno .stepy-navigator a {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #9f23db;
  color: #fff !important;
}
.tema-t11 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #9f23db;
  color: #fff !important;
}
.tema-t11 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t11 #categoriaProduto #actionsControl {
  background-color: #9f23db;
}
.tema-t11 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #9f23db;
}
.tema-t11 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t11 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #9f23db;
}
.tema-t11 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t11 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #9f23db;
}
.tema-t11 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #9f23db;
}
.tema-t11 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #9f23db;
  color: #fff;
}
.tema-t11 #categoriaProduto #actionsControl .btn-edit,
.tema-t11 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t11 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t11 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t11 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t11 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t12 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t12 #ticketGridTopBar {
  background-color: #f8dc06;
}
.tema-t12 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #f8dc06;
}
.tema-t12 #ticket-aba-lateral .panel-heading h6 {
  color: #f8dc06;
}
.tema-t12 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #ffffff;
  border-color: #ffffff;
}
.tema-t12 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #ffffff;
}
.tema-t12 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #f8dc06;
}
.tema-t12 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #f8dc06;
}
.tema-t12 .ticketIntro {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 .ticketInfo strong,
.tema-t12 .ticketInfo i {
  color: #f8dc06;
}
.tema-t12 #ticketGrid h1 a {
  color: #f8dc06;
}
.tema-t12 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #f8dc06;
}
.tema-t12 .tokenfield .token:not([class*=bg-]) {
  background-color: #f8dc06;
  color: #ffffff;
}
.tema-t12 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #ffffff;
  color: #f8dc06;
}
.tema-t12#EmailDragDropEditor .content #settingsBar h2 {
  color: #f8dc06;
}
.tema-t12#EmailDragDropEditor #editBar .box h2 {
  color: #f8dc06;
}
.tema-t12#EmailDragDropEditor #editBar .irs-from,
.tema-t12#EmailDragDropEditor #editBar .irs-to,
.tema-t12#EmailDragDropEditor #editBar .irs-single {
  background-color: #f8dc06;
}
.tema-t12#EmailDragDropEditor #editBar .irs-from:after,
.tema-t12#EmailDragDropEditor #editBar .irs-to:after,
.tema-t12#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #f8dc06;
}
.tema-t12#EmailDragDropEditor #editBar .irs-slider {
  background-color: #f8dc06;
}
.tema-t12#EmailDragDropEditor #editBar .irs-bar {
  background-color: #fdf19a;
}
.tema-t12#baixaCupomExternoCliente footer {
  background-color: #f8dc06;
}
.tema-t12 #linkPrivacidade {
  background-color: rgba(248, 220, 6, 0.5);
  color: #ffffff;
}
.tema-t12 #linkPrivacidade:hover {
  background-color: #f8dc06;
}
.tema-t12 #formularioExterno .termo i {
  color: #f8dc06;
}
.tema-t12 #formularioExterno .termo strong {
  color: #f8dc06;
}
.tema-t12 #formularioExterno .termo a {
  color: #f8dc06;
  border-bottom: 1px dotted #f8dc06;
}
.tema-t12 .modal_boasvindas .modal-body h1 {
  color: #f8dc06;
}
.tema-t12 .modal_boasvindas .modal-body h2 {
  color: #ffffff;
}
.tema-t12 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #ffffff;
}
.tema-t12 .modal_boasvindas .modal-body strong {
  color: #f8dc06;
}
.tema-t12 .noui-slider-primary .noUi-handle {
  background-color: #f8dc06;
}
.tema-t12 .noUi-tooltip {
  background-color: #f8dc06;
}
.tema-t12 .noUi-connect {
  background-color: #f8dc06 !important;
}
.tema-t12 #detalheColecao .colecaoData h4 {
  color: #f8dc06;
}
.tema-t12 .panel-tema {
  background-color: #f8dc06;
}
.tema-t12 .panel-tema h6,
.tema-t12 .panel-tema span.center-block {
  color: #fff;
}
.tema-t12 .panel-tema input {
  color: #ffffff;
}
.tema-t12 #toast-container.toast-center-center {
  background-color: rgba(248, 220, 6, 0.7);
}
.tema-t12 .cd-top {
  background-color: rgba(248, 220, 6, 0.7);
}
.tema-t12 .cd-top i {
  color: #fff;
}
.tema-t12 .cd-top:hover {
  background-color: #f8dc06;
}
.tema-t12 .pagination > .active > a,
.tema-t12 .pagination > .active > span,
.tema-t12 .pagination > .active > a:hover,
.tema-t12 .pagination > .active > span:hover,
.tema-t12 .pagination > .active > a:focus,
.tema-t12 .pagination > .active > span:focus {
  background-color: #f8dc06;
  border-color: #f8dc06;
}
.tema-t12 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t12 #edicao .editor_box .action_bar a:hover {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 .responsiveIframe.mobile {
  border: 1px solid #f8dc06;
}
.tema-t12 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #f8dc06;
}
.tema-t12 .progress-bar {
  background-color: #f8dc06;
}
.tema-t12 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t12 pre[class*="language-"] {
  border-left-color: #f8dc06;
}
.tema-t12 #pesquisaTabulacao tr.group,
.tema-t12 #pesquisaTabulacao tr.group:hover {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 #smsCriar .panel-heading {
  border-bottom: 1px dotted #f8dc06;
}
.tema-t12 #smsCriar .panel-heading #SmsName {
  color: #f8dc06;
}
.tema-t12 .br-theme-bars-pill .br-widget a {
  background-color: #ffffff;
  color: #f8dc06;
}
.tema-t12 .br-theme-bars-pill .br-widget a.br-active,
.tema-t12 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #f8dc06;
  color: white;
}
.tema-t12 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t12 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #f8dc06;
}
.tema-t12 .pesquisaCriacaoBarra > li a,
.tema-t12 .formCriacaoBarra > li a {
  color: #f8dc06;
}
.tema-t12 .pesquisaCriacaoBarra > li a:hover,
.tema-t12 .formCriacaoBarra > li a:hover {
  color: #f8dc06;
  background: #fff;
}
.tema-t12 .pesquisaCriacaoBarra > li > ul a,
.tema-t12 .formCriacaoBarra > li > ul a {
  color: #f8dc06;
}
.tema-t12 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t12 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #f8dc06;
}
.tema-t12 #novaRespTemp {
  border-left: 2px dotted #f8dc06 !important;
}
.tema-t12 #PesquisaCriar .help-block a {
  color: #f8dc06;
}
.tema-t12 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #ffffff;
}
.tema-t12 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #ffffff;
}
.tema-t12 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #f8dc06;
}
.tema-t12 #questionario .item .menu li a {
  color: #f8dc06;
}
.tema-t12 #questionario .item.active {
  border-left: 2px solid #f8dc06;
}
.tema-t12 #questionario .item.active .menu {
  background: #ffffff;
}
.tema-t12 #questionario .item-placeholder {
  border: 1px dotted #f8dc06;
}
.tema-t12 #questionario .secao-data {
  color: #f8dc06;
}
.tema-t12 #dv-resumo-emails-validos ul {
  border: 1px dashed #f8dc06;
}
.tema-t12 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #f8dc06;
}
.tema-t12 #dv-resumo-emails-validos ul li:hover {
  background: #f8dc06;
  color: #fff;
}
.tema-t12 .cke_editable.cke_focus {
  border-bottom: 2px solid #f8dc06;
}
.tema-t12 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t12 #modalDetalheVenda .modal-header,
.tema-t12 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t12 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t12 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #f8dc06;
}
.tema-t12 span.dicItem {
  border-bottom: dotted 1px #f8dc06;
  color: #f8dc06;
}
.tema-t12 .d3-tip {
  background-color: #f8dc06;
}
.tema-t12 .fancybox-overlay {
  background-color: rgba(248, 220, 6, 0.8);
}
.tema-t12 .fidelidadeItem h1.panel-title {
  color: #f8dc06;
}
.tema-t12 .fidelidadeItem .infobar li div:hover {
  color: #f8dc06;
}
.tema-t12 .gerenciaEmailItem h1.panel-title {
  color: #f8dc06;
}
.tema-t12 .gerenciaEmailItem .infobar li div:hover {
  color: #f8dc06;
}
.tema-t12 .itemLote .hlight {
  border-bottom: 1px solid #f8dc06;
}
.tema-t12 .text-tema {
  color: #f8dc06;
}
.tema-t12 .label-tema-flat {
  color: #f8dc06;
  border-color: #f8dc06;
}
.tema-t12 .label-tema {
  color: #fff;
  background-color: #f8dc06;
}
.tema-t12 .btn-tema-7 {
  color: #fff;
  background-color: #ffffff;
}
.tema-t12 .btn-tema {
  color: #fff;
  background-color: #f8dc06;
}
.tema-t12 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t12 .btn-tema .checker span.checked {
  border: none;
}
.tema-t12 #modalLabSend .modal-body h5 {
  color: #f8dc06;
}
.tema-t12 .btn-group .btn.active {
  background-color: #f8dc06 !important;
  color: #fff !important;
}
.tema-t12 picker__list-item--selected,
.tema-t12 .picker__list-item--selected:hover,
.tema-t12 .picker--focused .picker__list-item--selected {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 .UserId.member {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 .UserId.member.inNavBar {
  background-color: #fff;
  color: #f8dc06;
}
.tema-t12 #EmailName,
.tema-t12 #ColecaoName,
.tema-t12 #CupomName,
.tema-t12 #ProgramaName {
  color: #f8dc06;
}
.tema-t12 .stepy-navigator {
  border-bottom: 1px dotted #f8dc06;
}
.tema-t12 #ComunicacaoEmailCriar h4.content-group,
.tema-t12 #ProgramaFidelidadeItem h4.content-group {
  color: #f8dc06;
}
.tema-t12 #sidebar_historico .category-content li {
  border-color: #f8dc06;
}
.tema-t12 #sidebar_historico .category-content li:before {
  border: 2px solid #f8dc06;
}
.tema-t12 #sidebar_historico .category-content li:after {
  border-left: 1px solid #f8dc06;
  border-right: 1px solid #f8dc06;
}
.tema-t12 #sidebar_historico .category-content li strong {
  color: #f8dc06;
}
.tema-t12 .panel-footer.historico a {
  color: #f8dc06;
}
.tema-t12 #loading-default:not(.step1) {
  background: #f8dc06;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t12 #helpPageHeader {
  -o-animation: tema-t12 5s linear infinite alternate both;
  -webkit-animation: tema-t12 5s linear infinite alternate both;
  -moz-animation: tema-t12 5s linear infinite alternate both;
  animation: tema-t12 5s linear infinite alternate both;
}
@-moz-keyframes tema-t12 {
  0% {
    background: rgba(248, 220, 6, 0.5);
  }
  100% {
    background: rgba(251, 234, 105, 0.9);
  }
}
@-webkit-keyframes tema-t12 {
  0% {
    background: rgba(248, 220, 6, 0.5);
  }
  100% {
    background: rgba(251, 234, 105, 0.9);
  }
}
@keyframes tema-t12 {
  0% {
    background: rgba(248, 220, 6, 0.5);
  }
  100% {
    background: rgba(251, 234, 105, 0.9);
  }
}
.tema-t12 #helpCenter #categoriasMenu .category-title span {
  color: #f8dc06;
}
.tema-t12 #helpCenter #CatHeader {
  background: #f8dc06;
}
.tema-t12 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t12 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t12 #helpCenter .categoriaBox h2 {
  color: #f8dc06;
}
.tema-t12 #helpCenter .categoriaItem h1 {
  color: #fbea69;
}
.tema-t12 #chatBot #q {
  color: #f8dc06;
}
.tema-t12 #chatBot #q::-webkit-input-placeholder {
  color: #fffffe;
}
.tema-t12 #chatBot #q:-moz-placeholder {
  color: #fffffe;
}
.tema-t12 #chatBot #send {
  background-color: #f8dc06;
}
.tema-t12 #chatBot.active .header {
  background-image: linear-gradient(315deg, #f8dc06, #ffffff);
}
.tema-t12 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t12 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #f8dc06;
  border-color: #f8dc06;
  color: #fff;
}
.tema-t12 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #f8dc06;
}
.tema-t12 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #ffffff;
}
.tema-t12 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #f8dc06;
}
.tema-t12 #contatoDados h4,
.tema-t12 #cadastroProduto h4,
.tema-t12 #ProgramaFidelidadePremioItem h4,
.tema-t12 #EmpresaVisualizar h4,
.tema-t12 #EmpresaEditar h4 {
  color: #f8dc06;
}
.tema-t12 #contatoDados h4:before,
.tema-t12 #cadastroProduto h4:before,
.tema-t12 #ProgramaFidelidadePremioItem h4:before,
.tema-t12 #EmpresaVisualizar h4:before,
.tema-t12 #EmpresaEditar h4:before {
  background: #ffffff;
}
.tema-t12 #contatoDados .userIntro,
.tema-t12 #cadastroProduto .userIntro,
.tema-t12 #ProgramaFidelidadePremioItem .userIntro,
.tema-t12 #EmpresaVisualizar .userIntro,
.tema-t12 #EmpresaEditar .userIntro {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 .eventoIntro,
.tema-t12 .relatorioIntro {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 .pesquisaIntro {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t12 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #f8dc06 !important;
}
.tema-t12 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t12 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #ffffff;
}
.tema-t12 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t12 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #f8dc06 !important;
}
.tema-t12 #contatoConfig .dropZoneFields .itemField .box,
.tema-t12 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #fffffe;
}
.tema-t12 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t12 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #f8dc06;
}
.tema-t12 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t12 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t12 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t12 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #f8dc06 !important;
}
.tema-t12 #contatoConfig .g .header h4,
.tema-t12 #contatoConfig .g .header i {
  color: #f8dc06;
}
.tema-t12 #contatoConfig .g:nth-child(even) {
  background: #ffffff;
  border-bottom: 1px dotted #ffffff;
  border-top: 1px dotted #ffffff;
}
.tema-t12 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t12 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t12 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t12 .dataTables_paginate .paginate_button.current,
.tema-t12 .dataTables_paginate .paginate_button.current:hover,
.tema-t12 .dataTables_paginate .paginate_button.current:focus {
  color: #ffffff !important;
  background-color: #fef8cc !important;
}
.tema-t12 .dropdown-menu > .active > a,
.tema-t12 .dropdown-menu > .active > a:hover,
.tema-t12 .dropdown-menu > .active > a:focus {
  color: #ffffff !important;
  background-color: #fef8cc !important;
}
.tema-t12 .btn-link:hover,
.tema-t12 .btn-link:focus {
  color: #fef8cc;
}
.tema-t12 .bg-tema {
  background-color: #fef8cc !important;
}
.tema-t12 .btn.bg-tema {
  background-color: #fef8cc !important;
  color: #fff;
}
.tema-t12 .border-tema {
  border-color: #fef8cc;
}
.tema-t12 .nicescroll-cursors {
  background-color: #fef8cc !important;
}
.tema-t12 .addNew button {
  color: #ffffff !important;
  background-color: #fef8cc !important;
}
.tema-t12 .dbgrid.dragging {
  border: 1px solid #fef8cc;
}
.tema-t12 .dbgrid .table thead {
  background-color: #fef8cc !important;
  color: #ffffff !important;
}
.tema-t12 .dbgrid .table a {
  color: #fef8cc;
}
.tema-t12 .dbgrid .table a:hover {
  color: #f8dc06;
}
.tema-t12 .dbgrid .bottom {
  border-color: #fef8cc !important;
}
.tema-t12 .packery-drop-placeholder:before {
  outline: 3px dashed #fef8cc !important;
}
.tema-t12 .loading-chart .coffee_cup {
  border-color: #f8dc06;
}
.tema-t12 .loading-chart .coffee_cup:after {
  border-color: #f8dc06;
}
.tema-t12 .loading-chart .coffee_cup:before {
  background-color: #f8dc06;
  box-shadow: 5px 0px 0px 0px #f8dc06, 5px -5px 0px 0px #f8dc06, 10px 0px 0px 0px #f8dc06;
}
.tema-t12 #loading-default h1 {
  color: #f8dc06;
}
.tema-t12 #loading-default h2 {
  color: #fbea69;
}
.tema-t12 #loading-default .coffee_cup {
  border-color: #f8dc06;
}
.tema-t12 #loading-default .coffee_cup:after {
  border-color: #f8dc06;
}
.tema-t12 #loading-default .coffee_cup:before {
  background-color: #f8dc06;
  box-shadow: 5px 0px 0px 0px #f8dc06, 5px -5px 0px 0px #f8dc06, 10px 0px 0px 0px #f8dc06;
}
.tema-t12 #loading-default.step1 .panel {
  background-color: #f8dc06;
}
.tema-t12 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t12 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t12 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t12 #loading-default .lds-ring > div {
  border: 3px solid #f8dc06;
  border-color: #f8dc06 transparent transparent transparent;
}
.tema-t12 #gerenciaPerfil h6 {
  color: #f8dc06;
}
.tema-t12 #gerenciaPerfil .group {
  border: 1px dotted #ffffff;
}
.tema-t12 .switchery-default {
  background-color: #f8dc06 !important;
  border-color: #f8dc06 !important;
  box-shadow: #f8dc06 0px 0px 0px 0px inset !important;
}
.tema-t12 .switchery-default small {
  background-color: #fff !important;
}
.tema-t12.login-container .panel-heading {
  background-color: #f8dc06 !important;
}
.tema-t12.login-container .panel-body button {
  background-color: #f8dc06 !important;
  color: #ffffff !important;
}
.tema-t12.login-container .panel-body button:hover {
  color: #f8dc06 !important;
  background-color: #ffffff !important;
}
.tema-t12.login-container .panel-body ul li a {
  border: 1px solid #f8dc06 !important;
  color: #f8dc06 !important;
}
.tema-t12.login-container .panel-body ul li a:hover {
  color: #ffffff !important;
  background-color: #f8dc06 !important;
}
.tema-t12 .navbar-header {
  background-color: #f8dc06 !important;
}
.tema-t12 .DTCR_clonedTable td,
.tema-t12 .DTCR_pointer {
  border-left: 1px dotted #f8dc06 !important;
  z-index: 99999;
}
.tema-t12 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #f8dc06 !important;
}
.tema-t12 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t12 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #ffffff !important;
}
.tema-t12 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #f8dc06 !important;
  background-color: #ffffff !important;
}
.tema-t12 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #f8dc06 !important;
}
.tema-t12 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #f8dc06 !important;
  color: #ffffff !important;
}
.tema-t12 .cke_chrome {
  border: none;
}
.tema-t12 table.hover tr:hover td,
.tema-t12 table.hover tr:focus td {
  border-bottom: 1px solid #f8dc06 !important;
}
.tema-t12 table.hover tr:hover td:first-child:before,
.tema-t12 table.hover tr:focus td:first-child:before {
  color: #f8dc06 !important;
}
.tema-t12 .popover.superhint {
  background-color: #f8dc06 !important;
}
.tema-t12 .popover.superhint .popover-footer {
  background-color: #ffffff !important;
}
.tema-t12 .popover.superhint .popover-footer button {
  background-color: #f8dc06 !important;
  color: #ffffff !important;
}
.tema-t12 .popover.superhint .popover-title {
  color: #ffffff !important;
}
.tema-t12 .popover.superhint .popover-content {
  color: #ffffff !important;
}
.tema-t12 .popover.superhint .popover-close {
  color: #ffffff !important;
}
.tema-t12 .popover.superhint.left > .arrow {
  border-left-color: #f8dc06 !important;
}
.tema-t12 .popover.superhint.left > .arrow:after {
  border-left-color: #f8dc06 !important;
}
.tema-t12 .popover.superhint.right > .arrow {
  border-right-color: #f8dc06 !important;
}
.tema-t12 .popover.superhint.right > .arrow:after {
  border-right-color: #f8dc06 !important;
}
.tema-t12 .popover.superhint.top > .arrow {
  border-top-color: #ffffff !important;
}
.tema-t12 .popover.superhint.top > .arrow:after {
  border-top-color: #ffffff !important;
}
.tema-t12 .popover.superhint.bottom > .arrow {
  border-bottom-color: #f8dc06 !important;
}
.tema-t12 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #f8dc06 !important;
}
.tema-t12 .checker span {
  color: #fdf19a !important;
  border: 2px solid #fdf19a;
}
.tema-t12 .thumb:hover .zoom-image {
  background-color: #fdf19a !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t12 .panel-email-insertType:hover .btn {
  background-color: #fdf19a !important;
  color: #ffffff !important;
}
.tema-t12 .stepy-header li div {
  color: #ffffff !important;
}
.tema-t12 .stepy-header li div {
  border-color: #fffffe !important;
  background-color: #fffffe !important;
  color: #ffffff !important;
}
.tema-t12 .stepy-header li span {
  color: #fffffe !important;
}
.tema-t12 .stepy-header li.stepy-active div {
  border-color: #f8dc06 !important;
  background-color: #f8dc06 !important;
  color: #ffffff !important;
}
.tema-t12 .stepy-header li.stepy-active span {
  color: #f8dc06 !important;
}
.tema-t12 .stepy-header li:before,
.tema-t12 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t12 .emojSelect a:hover {
  color: #fdf19a !important;
}
.tema-t12 .daterangepicker td.active,
.tema-t12 .daterangepicker td.active:hover,
.tema-t12 .daterangepicker td.active:focus {
  background-color: #fdf19a !important;
}
.tema-t12 .ranges ul li.active {
  color: #ffffff;
  background-color: #fdf19a !important;
}
.tema-t12 .hint-help {
  color: #fdf19a !important;
}
.tema-t12 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t12 .popover-hint,
.tema-t12 .tooltip {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 .tooltip > .tooltip-inner {
  background-color: #f8dc06;
}
.tema-t12 .modal-backdrop {
  background-color: #fae437 !important;
}
.tema-t12 .border-left-tema {
  border-left-color: #f8dc06;
}
.tema-t12 .tema-bg {
  background-color: #fae437 !important;
}
.tema-t12 .tema-border {
  border-color: #fdf19a;
}
.tema-t12 .tema-text,
.tema-t12 .tema-text:hover,
.tema-t12 .tema-text:focus {
  color: #fdf19a !important;
}
.tema-t12 .badge-tema {
  background-color: #f8dc06;
  border-color: #f8dc06;
}
.tema-t12 > .navbar {
  background-color: #fae437;
}
.tema-t12 > .navbar a:hover {
  color: #fffffe;
}
.tema-t12 > .navbar a:hover i {
  color: #ffffff;
}
.tema-t12 #adesaoPlano > .navbar {
  background-color: #fae437;
}
.tema-t12 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t12 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(248, 220, 6, 0.85);
}
.tema-t12 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t12 #sidebar_config,
.tema-t12 .sidebar_config {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 #sidebar_config .navigation > li.active > a,
.tema-t12 .sidebar_config .navigation > li.active > a,
.tema-t12 #sidebar_config .navigation > li.active > a:hover,
.tema-t12 .sidebar_config .navigation > li.active > a:hover,
.tema-t12 #sidebar_config .navigation > li.active > a:focus,
.tema-t12 .sidebar_config .navigation > li.active > a:focus {
  background-color: #fbea69;
  color: #ffffff;
}
.tema-t12 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #f8dc06;
}
@media only screen and (min-width: 769px) {
  .tema-t12 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #f8dc06;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t12 .nav-tabs.nav-justified > li.active > a,
  .tema-t12 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t12 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #f8dc06;
  }
}
.tema-t12 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t12 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t12 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #f8dc06;
}
@media (min-width: 769px) {
  .tema-t12 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t12 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t12 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #f8dc06;
  }
  .tema-t12 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #f8dc06;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t12 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #f8dc06;
  }
}
@media (max-width: 768px) {
  .tema-t12 .nav-tabs > li.active > a,
  .tema-t12 .nav-tabs > li.active > a:hover,
  .tema-t12 .nav-tabs > li.active > a:focus {
    border-left-color: #f8dc06;
    color: #f8dc06;
  }
}
@media (min-width: 769px) {
  .tema-t12 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t12 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t12 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #f8dc06;
  }
}
.tema-t12 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t12 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t12 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t12 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t12 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t12 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t12 #compras #meses table th,
.tema-t12 #carrinho-abandonado #meses table th,
.tema-t12 #compras #meses-carrinho-abandonado table th,
.tema-t12 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 #compras #meses table tr.highlight td,
.tema-t12 #carrinho-abandonado #meses table tr.highlight td,
.tema-t12 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t12 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #f8dc06 1px dotted !important;
  border-bottom: #f8dc06 1px dotted !important;
  color: #f8dc06;
}
.tema-t12 #compras #meses table tr.highlight td:nth-child(1),
.tema-t12 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t12 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t12 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t12 #compras #meses table tr.highlight td:nth-child(2),
.tema-t12 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t12 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t12 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t12 #compras #meses table td.highlight,
.tema-t12 #carrinho-abandonado #meses table td.highlight,
.tema-t12 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t12 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #f8dc06 1px dotted !important;
  border-right: #f8dc06 1px dotted !important;
  color: #f8dc06;
}
.tema-t12 #compras #meses table td:nth-child(1),
.tema-t12 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t12 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t12 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #fae437;
  color: #fff;
}
.tema-t12 #compras #meses table td:nth-child(1).highlight,
.tema-t12 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t12 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t12 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t12 #compras #meses table td:nth-child(2),
.tema-t12 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t12 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t12 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #fbea69;
  color: #fff;
}
.tema-t12 .form-control:focus {
  border-bottom-color: #f8dc06;
  -webkit-box-shadow: 0 1px 0 #f8dc06;
  box-shadow: 0 1px 0 #f8dc06;
}
.tema-t12 .bootstrap-select .btn-default:focus,
.tema-t12 .bootstrap-select .btn-default.focus,
.tema-t12 .bootstrap-select .btn-default:active,
.tema-t12 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #f8dc06;
  -webkit-box-shadow: 0 1px 0 #f8dc06;
  box-shadow: 0 1px 0 #f8dc06;
}
.tema-t12 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #f8dc06;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #f8dc06;
  box-shadow: 0 1px 0 #f8dc06;
}
.tema-t12 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #f8dc06;
}
.tema-t12 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t12 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t12 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t12 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t12 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t12 .btn-delete:hover,
.tema-t12 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t12 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t12 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t12 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t12 .btn-edit:hover,
.tema-t12 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t12 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t12 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t12 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t12 .btn-search:hover,
.tema-t12 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t12 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t12 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t12 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t12 .btn-save:hover,
.tema-t12 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t12 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t12 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t12 .btn-save-inv:hover,
.tema-t12 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t12 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t12 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t12 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t12 .btn-face:hover,
.tema-t12 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t12 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t12 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t12 .btn-default:hover,
.tema-t12 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t12 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t12 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t12 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t12 .bootstrap-select .btn-default:focus,
.tema-t12 .bootstrap-select .btn-default:hover,
.tema-t12 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t12 .btn-tema-dark10 {
  background: #c6b005;
  background-color: #c6b005;
  color: #fff;
}
.tema-t12 .btn-tema-dark10:focus,
.tema-t12 .btn-tema-dark10:hover,
.tema-t12 .btn-tema-dark10 [disabled] {
  background: #948404;
  background-color: #948404;
  color: #fff;
}
.tema-t12 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #f8dc06;
}
.tema-t12 .btn-white-inv:focus,
.tema-t12 .btn-white-inv:hover,
.tema-t12 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t12 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t12 .btn-white:focus,
.tema-t12 .btn-white:hover,
.tema-t12 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t12 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t12 .btn-new {
  text-transform: none;
  color: #f8dc06 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t12 .btn-new:hover,
.tema-t12 .btn-new [disabled] {
  color: #ffffff !important;
  background-color: #f8dc06 !important;
}
.tema-t12 .btn-new:focus {
  color: #ffffff !important;
  background-color: #f8dc06 !important;
}
.tema-t12 .btn-new[disabled] {
  color: #f8dc06 !important;
  background-color: #ffffff !important;
}
.tema-t12 .content-wrapper::selection {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 .content-wrapper::-moz-selection {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 .content-wrapper::-o-selection {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 .content-wrapper::-ms-selection {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 .content-wrapper::-webkit-selection {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 #cupomExterno {
  background-color: #f8dc06;
}
.tema-t12 #cupomExterno h1 {
  color: #f8dc06;
}
.tema-t12 #pesquisaExterno {
  background-color: #f8dc06;
}
.tema-t12 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #f8dc06;
  color: #f8dc06;
}
.tema-t12 #pesquisaExterno .stepy-header li div {
  background-color: #f8dc06;
}
.tema-t12 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #f8dc06 !important;
}
.tema-t12 #pesquisaExterno .stepy-header li:before,
.tema-t12 #pesquisaExterno .stepy-header li:after {
  background-color: #f8dc06;
}
.tema-t12 #pesquisaExterno .stepy-header li div {
  border: 2px solid #f8dc06;
}
.tema-t12 #pesquisaExterno .border-primary-600 {
  border-color: #f8dc06;
}
.tema-t12 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #f8dc06;
}
.tema-t12 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #f8dc06;
  -webkit-box-shadow: 0 1px 0 #f8dc06;
  box-shadow: 0 1px 0 #f8dc06;
}
.tema-t12 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t12 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t12 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t12 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #f8dc06;
  -webkit-box-shadow: 0 1px 0 #f8dc06;
  box-shadow: 0 1px 0 #f8dc06;
}
.tema-t12 #pesquisaExterno .checker span {
  border: 2px solid #f8dc06;
}
.tema-t12 #pesquisaExterno .irs-slider {
  background-color: #f8dc06;
}
.tema-t12 #pesquisaExterno .irs-bar {
  background-color: #f8dc06;
}
.tema-t12 #pesquisaExterno .irs-from,
.tema-t12 #pesquisaExterno .irs-to,
.tema-t12 #pesquisaExterno .irs-single {
  background-color: #f8dc06;
}
.tema-t12 #pesquisaExterno .form-control:focus {
  border-bottom-color: #f8dc06;
  -webkit-box-shadow: 0 1px 0 #f8dc06;
  box-shadow: 0 1px 0 #f8dc06;
}
.tema-t12 #pesquisaExterno .irs-from:after,
.tema-t12 #pesquisaExterno .irs-to:after,
.tema-t12 #pesquisaExterno .irs-single:after {
  border-top-color: #f8dc06;
}
.tema-t12 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #f8dc06;
}
.tema-t12 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t12 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #fae437;
  color: white;
}
.tema-t12 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t12 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #f8dc06;
  color: white;
}
.tema-t12 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #c6b005;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t12 #pesquisaExterno .stepy-navigator a {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #f8dc06;
  color: #fff !important;
}
.tema-t12 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #f8dc06;
  color: #fff !important;
}
.tema-t12 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t12 #categoriaProduto #actionsControl {
  background-color: #f8dc06;
}
.tema-t12 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #f8dc06;
}
.tema-t12 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t12 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #f8dc06;
}
.tema-t12 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t12 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #f8dc06;
}
.tema-t12 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #f8dc06;
}
.tema-t12 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #f8dc06;
  color: #fff;
}
.tema-t12 #categoriaProduto #actionsControl .btn-edit,
.tema-t12 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t12 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t12 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t12 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t12 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t13 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t13 #ticketGridTopBar {
  background-color: #ff9200;
}
.tema-t13 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #ff9200;
}
.tema-t13 #ticket-aba-lateral .panel-heading h6 {
  color: #ff9200;
}
.tema-t13 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #ffffff;
  border-color: #ffffff;
}
.tema-t13 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #ffffff;
}
.tema-t13 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #ff9200;
}
.tema-t13 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #ff9200;
}
.tema-t13 .ticketIntro {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 .ticketInfo strong,
.tema-t13 .ticketInfo i {
  color: #ff9200;
}
.tema-t13 #ticketGrid h1 a {
  color: #ff9200;
}
.tema-t13 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #ff9200;
}
.tema-t13 .tokenfield .token:not([class*=bg-]) {
  background-color: #ff9200;
  color: #ffffff;
}
.tema-t13 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #ffffff;
  color: #ff9200;
}
.tema-t13#EmailDragDropEditor .content #settingsBar h2 {
  color: #ff9200;
}
.tema-t13#EmailDragDropEditor #editBar .box h2 {
  color: #ff9200;
}
.tema-t13#EmailDragDropEditor #editBar .irs-from,
.tema-t13#EmailDragDropEditor #editBar .irs-to,
.tema-t13#EmailDragDropEditor #editBar .irs-single {
  background-color: #ff9200;
}
.tema-t13#EmailDragDropEditor #editBar .irs-from:after,
.tema-t13#EmailDragDropEditor #editBar .irs-to:after,
.tema-t13#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #ff9200;
}
.tema-t13#EmailDragDropEditor #editBar .irs-slider {
  background-color: #ff9200;
}
.tema-t13#EmailDragDropEditor #editBar .irs-bar {
  background-color: #ffd399;
}
.tema-t13#baixaCupomExternoCliente footer {
  background-color: #ff9200;
}
.tema-t13 #linkPrivacidade {
  background-color: rgba(255, 146, 0, 0.5);
  color: #ffffff;
}
.tema-t13 #linkPrivacidade:hover {
  background-color: #ff9200;
}
.tema-t13 #formularioExterno .termo i {
  color: #ff9200;
}
.tema-t13 #formularioExterno .termo strong {
  color: #ff9200;
}
.tema-t13 #formularioExterno .termo a {
  color: #ff9200;
  border-bottom: 1px dotted #ff9200;
}
.tema-t13 .modal_boasvindas .modal-body h1 {
  color: #ff9200;
}
.tema-t13 .modal_boasvindas .modal-body h2 {
  color: #ffffff;
}
.tema-t13 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #ffffff;
}
.tema-t13 .modal_boasvindas .modal-body strong {
  color: #ff9200;
}
.tema-t13 .noui-slider-primary .noUi-handle {
  background-color: #ff9200;
}
.tema-t13 .noUi-tooltip {
  background-color: #ff9200;
}
.tema-t13 .noUi-connect {
  background-color: #ff9200 !important;
}
.tema-t13 #detalheColecao .colecaoData h4 {
  color: #ff9200;
}
.tema-t13 .panel-tema {
  background-color: #ff9200;
}
.tema-t13 .panel-tema h6,
.tema-t13 .panel-tema span.center-block {
  color: #fff;
}
.tema-t13 .panel-tema input {
  color: #ffffff;
}
.tema-t13 #toast-container.toast-center-center {
  background-color: rgba(255, 146, 0, 0.7);
}
.tema-t13 .cd-top {
  background-color: rgba(255, 146, 0, 0.7);
}
.tema-t13 .cd-top i {
  color: #fff;
}
.tema-t13 .cd-top:hover {
  background-color: #ff9200;
}
.tema-t13 .pagination > .active > a,
.tema-t13 .pagination > .active > span,
.tema-t13 .pagination > .active > a:hover,
.tema-t13 .pagination > .active > span:hover,
.tema-t13 .pagination > .active > a:focus,
.tema-t13 .pagination > .active > span:focus {
  background-color: #ff9200;
  border-color: #ff9200;
}
.tema-t13 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t13 #edicao .editor_box .action_bar a:hover {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 .responsiveIframe.mobile {
  border: 1px solid #ff9200;
}
.tema-t13 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #ff9200;
}
.tema-t13 .progress-bar {
  background-color: #ff9200;
}
.tema-t13 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t13 pre[class*="language-"] {
  border-left-color: #ff9200;
}
.tema-t13 #pesquisaTabulacao tr.group,
.tema-t13 #pesquisaTabulacao tr.group:hover {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 #smsCriar .panel-heading {
  border-bottom: 1px dotted #ff9200;
}
.tema-t13 #smsCriar .panel-heading #SmsName {
  color: #ff9200;
}
.tema-t13 .br-theme-bars-pill .br-widget a {
  background-color: #ffffff;
  color: #ff9200;
}
.tema-t13 .br-theme-bars-pill .br-widget a.br-active,
.tema-t13 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #ff9200;
  color: white;
}
.tema-t13 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t13 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #ff9200;
}
.tema-t13 .pesquisaCriacaoBarra > li a,
.tema-t13 .formCriacaoBarra > li a {
  color: #ff9200;
}
.tema-t13 .pesquisaCriacaoBarra > li a:hover,
.tema-t13 .formCriacaoBarra > li a:hover {
  color: #ff9200;
  background: #fff;
}
.tema-t13 .pesquisaCriacaoBarra > li > ul a,
.tema-t13 .formCriacaoBarra > li > ul a {
  color: #ff9200;
}
.tema-t13 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t13 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #ff9200;
}
.tema-t13 #novaRespTemp {
  border-left: 2px dotted #ff9200 !important;
}
.tema-t13 #PesquisaCriar .help-block a {
  color: #ff9200;
}
.tema-t13 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #ffffff;
}
.tema-t13 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #ffffff;
}
.tema-t13 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #ff9200;
}
.tema-t13 #questionario .item .menu li a {
  color: #ff9200;
}
.tema-t13 #questionario .item.active {
  border-left: 2px solid #ff9200;
}
.tema-t13 #questionario .item.active .menu {
  background: #ffffff;
}
.tema-t13 #questionario .item-placeholder {
  border: 1px dotted #ff9200;
}
.tema-t13 #questionario .secao-data {
  color: #ff9200;
}
.tema-t13 #dv-resumo-emails-validos ul {
  border: 1px dashed #ff9200;
}
.tema-t13 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #ff9200;
}
.tema-t13 #dv-resumo-emails-validos ul li:hover {
  background: #ff9200;
  color: #fff;
}
.tema-t13 .cke_editable.cke_focus {
  border-bottom: 2px solid #ff9200;
}
.tema-t13 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t13 #modalDetalheVenda .modal-header,
.tema-t13 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t13 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t13 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #ff9200;
}
.tema-t13 span.dicItem {
  border-bottom: dotted 1px #ff9200;
  color: #ff9200;
}
.tema-t13 .d3-tip {
  background-color: #ff9200;
}
.tema-t13 .fancybox-overlay {
  background-color: rgba(255, 146, 0, 0.8);
}
.tema-t13 .fidelidadeItem h1.panel-title {
  color: #ff9200;
}
.tema-t13 .fidelidadeItem .infobar li div:hover {
  color: #ff9200;
}
.tema-t13 .gerenciaEmailItem h1.panel-title {
  color: #ff9200;
}
.tema-t13 .gerenciaEmailItem .infobar li div:hover {
  color: #ff9200;
}
.tema-t13 .itemLote .hlight {
  border-bottom: 1px solid #ff9200;
}
.tema-t13 .text-tema {
  color: #ff9200;
}
.tema-t13 .label-tema-flat {
  color: #ff9200;
  border-color: #ff9200;
}
.tema-t13 .label-tema {
  color: #fff;
  background-color: #ff9200;
}
.tema-t13 .btn-tema-7 {
  color: #fff;
  background-color: #ffffff;
}
.tema-t13 .btn-tema {
  color: #fff;
  background-color: #ff9200;
}
.tema-t13 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t13 .btn-tema .checker span.checked {
  border: none;
}
.tema-t13 #modalLabSend .modal-body h5 {
  color: #ff9200;
}
.tema-t13 .btn-group .btn.active {
  background-color: #ff9200 !important;
  color: #fff !important;
}
.tema-t13 picker__list-item--selected,
.tema-t13 .picker__list-item--selected:hover,
.tema-t13 .picker--focused .picker__list-item--selected {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 .UserId.member {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 .UserId.member.inNavBar {
  background-color: #fff;
  color: #ff9200;
}
.tema-t13 #EmailName,
.tema-t13 #ColecaoName,
.tema-t13 #CupomName,
.tema-t13 #ProgramaName {
  color: #ff9200;
}
.tema-t13 .stepy-navigator {
  border-bottom: 1px dotted #ff9200;
}
.tema-t13 #ComunicacaoEmailCriar h4.content-group,
.tema-t13 #ProgramaFidelidadeItem h4.content-group {
  color: #ff9200;
}
.tema-t13 #sidebar_historico .category-content li {
  border-color: #ff9200;
}
.tema-t13 #sidebar_historico .category-content li:before {
  border: 2px solid #ff9200;
}
.tema-t13 #sidebar_historico .category-content li:after {
  border-left: 1px solid #ff9200;
  border-right: 1px solid #ff9200;
}
.tema-t13 #sidebar_historico .category-content li strong {
  color: #ff9200;
}
.tema-t13 .panel-footer.historico a {
  color: #ff9200;
}
.tema-t13 #loading-default:not(.step1) {
  background: #ff9200;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t13 #helpPageHeader {
  -o-animation: tema-t13 5s linear infinite alternate both;
  -webkit-animation: tema-t13 5s linear infinite alternate both;
  -moz-animation: tema-t13 5s linear infinite alternate both;
  animation: tema-t13 5s linear infinite alternate both;
}
@-moz-keyframes tema-t13 {
  0% {
    background: rgba(255, 146, 0, 0.5);
  }
  100% {
    background: rgba(255, 190, 102, 0.9);
  }
}
@-webkit-keyframes tema-t13 {
  0% {
    background: rgba(255, 146, 0, 0.5);
  }
  100% {
    background: rgba(255, 190, 102, 0.9);
  }
}
@keyframes tema-t13 {
  0% {
    background: rgba(255, 146, 0, 0.5);
  }
  100% {
    background: rgba(255, 190, 102, 0.9);
  }
}
.tema-t13 #helpCenter #categoriasMenu .category-title span {
  color: #ff9200;
}
.tema-t13 #helpCenter #CatHeader {
  background: #ff9200;
}
.tema-t13 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t13 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t13 #helpCenter .categoriaBox h2 {
  color: #ff9200;
}
.tema-t13 #helpCenter .categoriaItem h1 {
  color: #ffbe66;
}
.tema-t13 #chatBot #q {
  color: #ff9200;
}
.tema-t13 #chatBot #q::-webkit-input-placeholder {
  color: #ffffff;
}
.tema-t13 #chatBot #q:-moz-placeholder {
  color: #ffffff;
}
.tema-t13 #chatBot #send {
  background-color: #ff9200;
}
.tema-t13 #chatBot.active .header {
  background-image: linear-gradient(315deg, #ff9200, #ffffff);
}
.tema-t13 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t13 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #ff9200;
  border-color: #ff9200;
  color: #fff;
}
.tema-t13 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #ff9200;
}
.tema-t13 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #ffffff;
}
.tema-t13 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ff9200;
}
.tema-t13 #contatoDados h4,
.tema-t13 #cadastroProduto h4,
.tema-t13 #ProgramaFidelidadePremioItem h4,
.tema-t13 #EmpresaVisualizar h4,
.tema-t13 #EmpresaEditar h4 {
  color: #ff9200;
}
.tema-t13 #contatoDados h4:before,
.tema-t13 #cadastroProduto h4:before,
.tema-t13 #ProgramaFidelidadePremioItem h4:before,
.tema-t13 #EmpresaVisualizar h4:before,
.tema-t13 #EmpresaEditar h4:before {
  background: #ffffff;
}
.tema-t13 #contatoDados .userIntro,
.tema-t13 #cadastroProduto .userIntro,
.tema-t13 #ProgramaFidelidadePremioItem .userIntro,
.tema-t13 #EmpresaVisualizar .userIntro,
.tema-t13 #EmpresaEditar .userIntro {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 .eventoIntro,
.tema-t13 .relatorioIntro {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 .pesquisaIntro {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t13 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #ff9200 !important;
}
.tema-t13 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t13 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #ffffff;
}
.tema-t13 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t13 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #ff9200 !important;
}
.tema-t13 #contatoConfig .dropZoneFields .itemField .box,
.tema-t13 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #ffffff;
}
.tema-t13 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t13 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #ff9200;
}
.tema-t13 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t13 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t13 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t13 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #ff9200 !important;
}
.tema-t13 #contatoConfig .g .header h4,
.tema-t13 #contatoConfig .g .header i {
  color: #ff9200;
}
.tema-t13 #contatoConfig .g:nth-child(even) {
  background: #ffffff;
  border-bottom: 1px dotted #ffffff;
  border-top: 1px dotted #ffffff;
}
.tema-t13 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t13 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t13 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t13 .dataTables_paginate .paginate_button.current,
.tema-t13 .dataTables_paginate .paginate_button.current:hover,
.tema-t13 .dataTables_paginate .paginate_button.current:focus {
  color: #ffffff !important;
  background-color: #ffe9cc !important;
}
.tema-t13 .dropdown-menu > .active > a,
.tema-t13 .dropdown-menu > .active > a:hover,
.tema-t13 .dropdown-menu > .active > a:focus {
  color: #ffffff !important;
  background-color: #ffe9cc !important;
}
.tema-t13 .btn-link:hover,
.tema-t13 .btn-link:focus {
  color: #ffe9cc;
}
.tema-t13 .bg-tema {
  background-color: #ffe9cc !important;
}
.tema-t13 .btn.bg-tema {
  background-color: #ffe9cc !important;
  color: #fff;
}
.tema-t13 .border-tema {
  border-color: #ffe9cc;
}
.tema-t13 .nicescroll-cursors {
  background-color: #ffe9cc !important;
}
.tema-t13 .addNew button {
  color: #ffffff !important;
  background-color: #ffe9cc !important;
}
.tema-t13 .dbgrid.dragging {
  border: 1px solid #ffe9cc;
}
.tema-t13 .dbgrid .table thead {
  background-color: #ffe9cc !important;
  color: #ffffff !important;
}
.tema-t13 .dbgrid .table a {
  color: #ffe9cc;
}
.tema-t13 .dbgrid .table a:hover {
  color: #ff9200;
}
.tema-t13 .dbgrid .bottom {
  border-color: #ffe9cc !important;
}
.tema-t13 .packery-drop-placeholder:before {
  outline: 3px dashed #ffe9cc !important;
}
.tema-t13 .loading-chart .coffee_cup {
  border-color: #ff9200;
}
.tema-t13 .loading-chart .coffee_cup:after {
  border-color: #ff9200;
}
.tema-t13 .loading-chart .coffee_cup:before {
  background-color: #ff9200;
  box-shadow: 5px 0px 0px 0px #ff9200, 5px -5px 0px 0px #ff9200, 10px 0px 0px 0px #ff9200;
}
.tema-t13 #loading-default h1 {
  color: #ff9200;
}
.tema-t13 #loading-default h2 {
  color: #ffbe66;
}
.tema-t13 #loading-default .coffee_cup {
  border-color: #ff9200;
}
.tema-t13 #loading-default .coffee_cup:after {
  border-color: #ff9200;
}
.tema-t13 #loading-default .coffee_cup:before {
  background-color: #ff9200;
  box-shadow: 5px 0px 0px 0px #ff9200, 5px -5px 0px 0px #ff9200, 10px 0px 0px 0px #ff9200;
}
.tema-t13 #loading-default.step1 .panel {
  background-color: #ff9200;
}
.tema-t13 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t13 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t13 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t13 #loading-default .lds-ring > div {
  border: 3px solid #ff9200;
  border-color: #ff9200 transparent transparent transparent;
}
.tema-t13 #gerenciaPerfil h6 {
  color: #ff9200;
}
.tema-t13 #gerenciaPerfil .group {
  border: 1px dotted #ffffff;
}
.tema-t13 .switchery-default {
  background-color: #ff9200 !important;
  border-color: #ff9200 !important;
  box-shadow: #ff9200 0px 0px 0px 0px inset !important;
}
.tema-t13 .switchery-default small {
  background-color: #fff !important;
}
.tema-t13.login-container .panel-heading {
  background-color: #ff9200 !important;
}
.tema-t13.login-container .panel-body button {
  background-color: #ff9200 !important;
  color: #ffffff !important;
}
.tema-t13.login-container .panel-body button:hover {
  color: #ff9200 !important;
  background-color: #ffffff !important;
}
.tema-t13.login-container .panel-body ul li a {
  border: 1px solid #ff9200 !important;
  color: #ff9200 !important;
}
.tema-t13.login-container .panel-body ul li a:hover {
  color: #ffffff !important;
  background-color: #ff9200 !important;
}
.tema-t13 .navbar-header {
  background-color: #ff9200 !important;
}
.tema-t13 .DTCR_clonedTable td,
.tema-t13 .DTCR_pointer {
  border-left: 1px dotted #ff9200 !important;
  z-index: 99999;
}
.tema-t13 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #ff9200 !important;
}
.tema-t13 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t13 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #ffffff !important;
}
.tema-t13 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #ff9200 !important;
  background-color: #ffffff !important;
}
.tema-t13 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #ff9200 !important;
}
.tema-t13 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #ff9200 !important;
  color: #ffffff !important;
}
.tema-t13 .cke_chrome {
  border: none;
}
.tema-t13 table.hover tr:hover td,
.tema-t13 table.hover tr:focus td {
  border-bottom: 1px solid #ff9200 !important;
}
.tema-t13 table.hover tr:hover td:first-child:before,
.tema-t13 table.hover tr:focus td:first-child:before {
  color: #ff9200 !important;
}
.tema-t13 .popover.superhint {
  background-color: #ff9200 !important;
}
.tema-t13 .popover.superhint .popover-footer {
  background-color: #ffffff !important;
}
.tema-t13 .popover.superhint .popover-footer button {
  background-color: #ff9200 !important;
  color: #ffffff !important;
}
.tema-t13 .popover.superhint .popover-title {
  color: #ffffff !important;
}
.tema-t13 .popover.superhint .popover-content {
  color: #ffffff !important;
}
.tema-t13 .popover.superhint .popover-close {
  color: #ffffff !important;
}
.tema-t13 .popover.superhint.left > .arrow {
  border-left-color: #ff9200 !important;
}
.tema-t13 .popover.superhint.left > .arrow:after {
  border-left-color: #ff9200 !important;
}
.tema-t13 .popover.superhint.right > .arrow {
  border-right-color: #ff9200 !important;
}
.tema-t13 .popover.superhint.right > .arrow:after {
  border-right-color: #ff9200 !important;
}
.tema-t13 .popover.superhint.top > .arrow {
  border-top-color: #ffffff !important;
}
.tema-t13 .popover.superhint.top > .arrow:after {
  border-top-color: #ffffff !important;
}
.tema-t13 .popover.superhint.bottom > .arrow {
  border-bottom-color: #ff9200 !important;
}
.tema-t13 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #ff9200 !important;
}
.tema-t13 .checker span {
  color: #ffd399 !important;
  border: 2px solid #ffd399;
}
.tema-t13 .thumb:hover .zoom-image {
  background-color: #ffd399 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t13 .panel-email-insertType:hover .btn {
  background-color: #ffd399 !important;
  color: #ffffff !important;
}
.tema-t13 .stepy-header li div {
  color: #ffffff !important;
}
.tema-t13 .stepy-header li div {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.tema-t13 .stepy-header li span {
  color: #ffffff !important;
}
.tema-t13 .stepy-header li.stepy-active div {
  border-color: #ff9200 !important;
  background-color: #ff9200 !important;
  color: #ffffff !important;
}
.tema-t13 .stepy-header li.stepy-active span {
  color: #ff9200 !important;
}
.tema-t13 .stepy-header li:before,
.tema-t13 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t13 .emojSelect a:hover {
  color: #ffd399 !important;
}
.tema-t13 .daterangepicker td.active,
.tema-t13 .daterangepicker td.active:hover,
.tema-t13 .daterangepicker td.active:focus {
  background-color: #ffd399 !important;
}
.tema-t13 .ranges ul li.active {
  color: #ffffff;
  background-color: #ffd399 !important;
}
.tema-t13 .hint-help {
  color: #ffd399 !important;
}
.tema-t13 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t13 .popover-hint,
.tema-t13 .tooltip {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 .tooltip > .tooltip-inner {
  background-color: #ff9200;
}
.tema-t13 .modal-backdrop {
  background-color: #ffa833 !important;
}
.tema-t13 .border-left-tema {
  border-left-color: #ff9200;
}
.tema-t13 .tema-bg {
  background-color: #ffa833 !important;
}
.tema-t13 .tema-border {
  border-color: #ffd399;
}
.tema-t13 .tema-text,
.tema-t13 .tema-text:hover,
.tema-t13 .tema-text:focus {
  color: #ffd399 !important;
}
.tema-t13 .badge-tema {
  background-color: #ff9200;
  border-color: #ff9200;
}
.tema-t13 > .navbar {
  background-color: #ffa833;
}
.tema-t13 > .navbar a:hover {
  color: #ffffff;
}
.tema-t13 > .navbar a:hover i {
  color: #ffffff;
}
.tema-t13 #adesaoPlano > .navbar {
  background-color: #ffa833;
}
.tema-t13 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t13 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(255, 146, 0, 0.85);
}
.tema-t13 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t13 #sidebar_config,
.tema-t13 .sidebar_config {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 #sidebar_config .navigation > li.active > a,
.tema-t13 .sidebar_config .navigation > li.active > a,
.tema-t13 #sidebar_config .navigation > li.active > a:hover,
.tema-t13 .sidebar_config .navigation > li.active > a:hover,
.tema-t13 #sidebar_config .navigation > li.active > a:focus,
.tema-t13 .sidebar_config .navigation > li.active > a:focus {
  background-color: #ffbe66;
  color: #ffffff;
}
.tema-t13 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #ff9200;
}
@media only screen and (min-width: 769px) {
  .tema-t13 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #ff9200;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t13 .nav-tabs.nav-justified > li.active > a,
  .tema-t13 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t13 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #ff9200;
  }
}
.tema-t13 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t13 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t13 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #ff9200;
}
@media (min-width: 769px) {
  .tema-t13 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t13 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t13 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ff9200;
  }
  .tema-t13 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #ff9200;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t13 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #ff9200;
  }
}
@media (max-width: 768px) {
  .tema-t13 .nav-tabs > li.active > a,
  .tema-t13 .nav-tabs > li.active > a:hover,
  .tema-t13 .nav-tabs > li.active > a:focus {
    border-left-color: #ff9200;
    color: #ff9200;
  }
}
@media (min-width: 769px) {
  .tema-t13 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t13 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t13 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #ff9200;
  }
}
.tema-t13 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t13 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t13 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t13 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t13 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t13 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t13 #compras #meses table th,
.tema-t13 #carrinho-abandonado #meses table th,
.tema-t13 #compras #meses-carrinho-abandonado table th,
.tema-t13 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 #compras #meses table tr.highlight td,
.tema-t13 #carrinho-abandonado #meses table tr.highlight td,
.tema-t13 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t13 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #ff9200 1px dotted !important;
  border-bottom: #ff9200 1px dotted !important;
  color: #ff9200;
}
.tema-t13 #compras #meses table tr.highlight td:nth-child(1),
.tema-t13 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t13 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t13 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t13 #compras #meses table tr.highlight td:nth-child(2),
.tema-t13 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t13 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t13 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t13 #compras #meses table td.highlight,
.tema-t13 #carrinho-abandonado #meses table td.highlight,
.tema-t13 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t13 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #ff9200 1px dotted !important;
  border-right: #ff9200 1px dotted !important;
  color: #ff9200;
}
.tema-t13 #compras #meses table td:nth-child(1),
.tema-t13 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t13 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t13 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #ffa833;
  color: #fff;
}
.tema-t13 #compras #meses table td:nth-child(1).highlight,
.tema-t13 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t13 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t13 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t13 #compras #meses table td:nth-child(2),
.tema-t13 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t13 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t13 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #ffbe66;
  color: #fff;
}
.tema-t13 .form-control:focus {
  border-bottom-color: #ff9200;
  -webkit-box-shadow: 0 1px 0 #ff9200;
  box-shadow: 0 1px 0 #ff9200;
}
.tema-t13 .bootstrap-select .btn-default:focus,
.tema-t13 .bootstrap-select .btn-default.focus,
.tema-t13 .bootstrap-select .btn-default:active,
.tema-t13 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #ff9200;
  -webkit-box-shadow: 0 1px 0 #ff9200;
  box-shadow: 0 1px 0 #ff9200;
}
.tema-t13 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #ff9200;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #ff9200;
  box-shadow: 0 1px 0 #ff9200;
}
.tema-t13 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #ff9200;
}
.tema-t13 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t13 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t13 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t13 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t13 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t13 .btn-delete:hover,
.tema-t13 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t13 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t13 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t13 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t13 .btn-edit:hover,
.tema-t13 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t13 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t13 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t13 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t13 .btn-search:hover,
.tema-t13 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t13 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t13 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t13 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t13 .btn-save:hover,
.tema-t13 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t13 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t13 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t13 .btn-save-inv:hover,
.tema-t13 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t13 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t13 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t13 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t13 .btn-face:hover,
.tema-t13 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t13 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t13 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t13 .btn-default:hover,
.tema-t13 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t13 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t13 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t13 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t13 .bootstrap-select .btn-default:focus,
.tema-t13 .bootstrap-select .btn-default:hover,
.tema-t13 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t13 .btn-tema-dark10 {
  background: #cc7500;
  background-color: #cc7500;
  color: #fff;
}
.tema-t13 .btn-tema-dark10:focus,
.tema-t13 .btn-tema-dark10:hover,
.tema-t13 .btn-tema-dark10 [disabled] {
  background: #995800;
  background-color: #995800;
  color: #fff;
}
.tema-t13 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #ff9200;
}
.tema-t13 .btn-white-inv:focus,
.tema-t13 .btn-white-inv:hover,
.tema-t13 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t13 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t13 .btn-white:focus,
.tema-t13 .btn-white:hover,
.tema-t13 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t13 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t13 .btn-new {
  text-transform: none;
  color: #ff9200 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t13 .btn-new:hover,
.tema-t13 .btn-new [disabled] {
  color: #ffffff !important;
  background-color: #ff9200 !important;
}
.tema-t13 .btn-new:focus {
  color: #ffffff !important;
  background-color: #ff9200 !important;
}
.tema-t13 .btn-new[disabled] {
  color: #ff9200 !important;
  background-color: #ffffff !important;
}
.tema-t13 .content-wrapper::selection {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 .content-wrapper::-moz-selection {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 .content-wrapper::-o-selection {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 .content-wrapper::-ms-selection {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 .content-wrapper::-webkit-selection {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 #cupomExterno {
  background-color: #ff9200;
}
.tema-t13 #cupomExterno h1 {
  color: #ff9200;
}
.tema-t13 #pesquisaExterno {
  background-color: #ff9200;
}
.tema-t13 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #ff9200;
  color: #ff9200;
}
.tema-t13 #pesquisaExterno .stepy-header li div {
  background-color: #ff9200;
}
.tema-t13 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #ff9200 !important;
}
.tema-t13 #pesquisaExterno .stepy-header li:before,
.tema-t13 #pesquisaExterno .stepy-header li:after {
  background-color: #ff9200;
}
.tema-t13 #pesquisaExterno .stepy-header li div {
  border: 2px solid #ff9200;
}
.tema-t13 #pesquisaExterno .border-primary-600 {
  border-color: #ff9200;
}
.tema-t13 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #ff9200;
}
.tema-t13 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #ff9200;
  -webkit-box-shadow: 0 1px 0 #ff9200;
  box-shadow: 0 1px 0 #ff9200;
}
.tema-t13 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t13 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t13 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t13 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #ff9200;
  -webkit-box-shadow: 0 1px 0 #ff9200;
  box-shadow: 0 1px 0 #ff9200;
}
.tema-t13 #pesquisaExterno .checker span {
  border: 2px solid #ff9200;
}
.tema-t13 #pesquisaExterno .irs-slider {
  background-color: #ff9200;
}
.tema-t13 #pesquisaExterno .irs-bar {
  background-color: #ff9200;
}
.tema-t13 #pesquisaExterno .irs-from,
.tema-t13 #pesquisaExterno .irs-to,
.tema-t13 #pesquisaExterno .irs-single {
  background-color: #ff9200;
}
.tema-t13 #pesquisaExterno .form-control:focus {
  border-bottom-color: #ff9200;
  -webkit-box-shadow: 0 1px 0 #ff9200;
  box-shadow: 0 1px 0 #ff9200;
}
.tema-t13 #pesquisaExterno .irs-from:after,
.tema-t13 #pesquisaExterno .irs-to:after,
.tema-t13 #pesquisaExterno .irs-single:after {
  border-top-color: #ff9200;
}
.tema-t13 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #ff9200;
}
.tema-t13 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t13 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #ffa833;
  color: white;
}
.tema-t13 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t13 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #ff9200;
  color: white;
}
.tema-t13 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #cc7500;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t13 #pesquisaExterno .stepy-navigator a {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #ff9200;
  color: #fff !important;
}
.tema-t13 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #ff9200;
  color: #fff !important;
}
.tema-t13 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t13 #categoriaProduto #actionsControl {
  background-color: #ff9200;
}
.tema-t13 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #ff9200;
}
.tema-t13 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t13 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #ff9200;
}
.tema-t13 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t13 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #ff9200;
}
.tema-t13 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #ff9200;
}
.tema-t13 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #ff9200;
  color: #fff;
}
.tema-t13 #categoriaProduto #actionsControl .btn-edit,
.tema-t13 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t13 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t13 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t13 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t13 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t14 {
  /*.stepy-navigator {
			.button-next {
				background-color: @cor9 !important;
			}

			.button-back {
				color: @cor9 !important;
			}
		}*/
}
.tema-t14 #ticketGridTopBar {
  background-color: #ff9200;
}
.tema-t14 #helpDeskNovoTicket #mensagemInicial table tbody tr:nth-child(1) td:nth-child(2) a {
  color: #ff9200;
}
.tema-t14 #ticket-aba-lateral .panel-heading h6 {
  color: #ff9200;
}
.tema-t14 #ticketInteracoes .ticketInteracoes-item.user .tiContainer {
  background-color: #ffffff;
  border-color: #ffffff;
}
.tema-t14 #ticketInteracoes .ticketInteracoes-item.user .header {
  border-bottom: 1px solid #ffffff;
}
.tema-t14 #ticketInteracoes .ticketInteracoes-item.user .header h6 {
  color: #ff9200;
}
.tema-t14 #ticketInteracoes .ticketInteracoes-item.user .header p {
  color: #ff9200;
}
.tema-t14 .ticketIntro {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 .ticketInfo strong,
.tema-t14 .ticketInfo i {
  color: #ff9200;
}
.tema-t14 #ticketGrid h1 a {
  color: #ff9200;
}
.tema-t14 #ticketGrid .ticket:not(.vencido):hover {
  border-left: 1px solid #ff9200;
}
.tema-t14 .tokenfield .token:not([class*=bg-]) {
  background-color: #ff9200;
  color: #ffffff;
}
.tema-t14 .tokenfield .token:not([class*=bg-]):hover {
  background-color: #ffffff;
  color: #ff9200;
}
.tema-t14#EmailDragDropEditor .content #settingsBar h2 {
  color: #ff9200;
}
.tema-t14#EmailDragDropEditor #editBar .box h2 {
  color: #ff9200;
}
.tema-t14#EmailDragDropEditor #editBar .irs-from,
.tema-t14#EmailDragDropEditor #editBar .irs-to,
.tema-t14#EmailDragDropEditor #editBar .irs-single {
  background-color: #ff9200;
}
.tema-t14#EmailDragDropEditor #editBar .irs-from:after,
.tema-t14#EmailDragDropEditor #editBar .irs-to:after,
.tema-t14#EmailDragDropEditor #editBar .irs-single:after {
  border-top-color: #ff9200;
}
.tema-t14#EmailDragDropEditor #editBar .irs-slider {
  background-color: #ff9200;
}
.tema-t14#EmailDragDropEditor #editBar .irs-bar {
  background-color: #ffd399;
}
.tema-t14#baixaCupomExternoCliente footer {
  background-color: #ff9200;
}
.tema-t14 #linkPrivacidade {
  background-color: rgba(255, 146, 0, 0.5);
  color: #ffffff;
}
.tema-t14 #linkPrivacidade:hover {
  background-color: #ff9200;
}
.tema-t14 #formularioExterno .termo i {
  color: #ff9200;
}
.tema-t14 #formularioExterno .termo strong {
  color: #ff9200;
}
.tema-t14 #formularioExterno .termo a {
  color: #ff9200;
  border-bottom: 1px dotted #ff9200;
}
.tema-t14 .modal_boasvindas .modal-body h1 {
  color: #ff9200;
}
.tema-t14 .modal_boasvindas .modal-body h2 {
  color: #ffffff;
}
.tema-t14 .modal_boasvindas .modal-body a {
  border-bottom: 1px dotted #ffffff;
}
.tema-t14 .modal_boasvindas .modal-body strong {
  color: #ff9200;
}
.tema-t14 .noui-slider-primary .noUi-handle {
  background-color: #ff9200;
}
.tema-t14 .noUi-tooltip {
  background-color: #ff9200;
}
.tema-t14 .noUi-connect {
  background-color: #ff9200 !important;
}
.tema-t14 #detalheColecao .colecaoData h4 {
  color: #ff9200;
}
.tema-t14 .panel-tema {
  background-color: #ff9200;
}
.tema-t14 .panel-tema h6,
.tema-t14 .panel-tema span.center-block {
  color: #fff;
}
.tema-t14 .panel-tema input {
  color: #ffffff;
}
.tema-t14 #toast-container.toast-center-center {
  background-color: rgba(255, 146, 0, 0.7);
}
.tema-t14 .cd-top {
  background-color: rgba(255, 146, 0, 0.7);
}
.tema-t14 .cd-top i {
  color: #fff;
}
.tema-t14 .cd-top:hover {
  background-color: #ff9200;
}
.tema-t14 .pagination > .active > a,
.tema-t14 .pagination > .active > span,
.tema-t14 .pagination > .active > a:hover,
.tema-t14 .pagination > .active > span:hover,
.tema-t14 .pagination > .active > a:focus,
.tema-t14 .pagination > .active > span:focus {
  background-color: #ff9200;
  border-color: #ff9200;
}
.tema-t14 #edicao .editor_box .action_bar a {
  color: #333;
}
.tema-t14 #edicao .editor_box .action_bar a:hover {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 .responsiveIframe.mobile {
  border: 1px solid #ff9200;
}
.tema-t14 .responsiveIframe.mobile #previewHtml {
  border: 1px solid #ff9200;
}
.tema-t14 .progress-bar {
  background-color: #ff9200;
}
.tema-t14 .progress-bar.progress-bar-danger {
  background-color: #F44336;
}
.tema-t14 pre[class*="language-"] {
  border-left-color: #ff9200;
}
.tema-t14 #pesquisaTabulacao tr.group,
.tema-t14 #pesquisaTabulacao tr.group:hover {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 #smsCriar .panel-heading {
  border-bottom: 1px dotted #ff9200;
}
.tema-t14 #smsCriar .panel-heading #SmsName {
  color: #ff9200;
}
.tema-t14 .br-theme-bars-pill .br-widget a {
  background-color: #ffffff;
  color: #ff9200;
}
.tema-t14 .br-theme-bars-pill .br-widget a.br-active,
.tema-t14 .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #ff9200;
  color: white;
}
.tema-t14 .br-theme-bars-pill .br-readonly a.br-active,
.tema-t14 .br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #ff9200;
}
.tema-t14 .pesquisaCriacaoBarra > li a,
.tema-t14 .formCriacaoBarra > li a {
  color: #ff9200;
}
.tema-t14 .pesquisaCriacaoBarra > li a:hover,
.tema-t14 .formCriacaoBarra > li a:hover {
  color: #ff9200;
  background: #fff;
}
.tema-t14 .pesquisaCriacaoBarra > li > ul a,
.tema-t14 .formCriacaoBarra > li > ul a {
  color: #ff9200;
}
.tema-t14 .pesquisaCriacaoBarra > li > ul a:hover,
.tema-t14 .formCriacaoBarra > li > ul a:hover {
  color: #fff;
  background: #ff9200;
}
.tema-t14 #novaRespTemp {
  border-left: 2px dotted #ff9200 !important;
}
.tema-t14 #PesquisaCriar .help-block a {
  color: #ff9200;
}
.tema-t14 #pesquisaTabulacao .pesquisaIntro .resumo span {
  color: #ffffff;
}
.tema-t14 #pesquisaTabulacao .pesquisaIntro .resumo span small {
  color: #ffffff;
}
.tema-t14 #pesquisaTabulacao .pesquisaIntro .resumo span.filtro {
  color: #ff9200;
}
.tema-t14 #questionario .item .menu li a {
  color: #ff9200;
}
.tema-t14 #questionario .item.active {
  border-left: 2px solid #ff9200;
}
.tema-t14 #questionario .item.active .menu {
  background: #ffffff;
}
.tema-t14 #questionario .item-placeholder {
  border: 1px dotted #ff9200;
}
.tema-t14 #questionario .secao-data {
  color: #ff9200;
}
.tema-t14 #dv-resumo-emails-validos ul {
  border: 1px dashed #ff9200;
}
.tema-t14 #dv-resumo-emails-validos ul li:nth-child(2) {
  color: #ff9200;
}
.tema-t14 #dv-resumo-emails-validos ul li:hover {
  background: #ff9200;
  color: #fff;
}
.tema-t14 .cke_editable.cke_focus {
  border-bottom: 2px solid #ff9200;
}
.tema-t14 .modal-header.bg-tema .modal-title {
  color: #fff;
}
.tema-t14 #modalDetalheVenda .modal-header,
.tema-t14 #modalDetalheCarrinho .modal-header {
  color: #fff;
}
.tema-t14 #modalDetalheVenda .vendaDetalhe .intro,
.tema-t14 #modalDetalheCarrinho .vendaDetalhe .intro {
  color: #ff9200;
}
.tema-t14 span.dicItem {
  border-bottom: dotted 1px #ff9200;
  color: #ff9200;
}
.tema-t14 .d3-tip {
  background-color: #ff9200;
}
.tema-t14 .fancybox-overlay {
  background-color: rgba(255, 146, 0, 0.8);
}
.tema-t14 .fidelidadeItem h1.panel-title {
  color: #ff9200;
}
.tema-t14 .fidelidadeItem .infobar li div:hover {
  color: #ff9200;
}
.tema-t14 .gerenciaEmailItem h1.panel-title {
  color: #ff9200;
}
.tema-t14 .gerenciaEmailItem .infobar li div:hover {
  color: #ff9200;
}
.tema-t14 .itemLote .hlight {
  border-bottom: 1px solid #ff9200;
}
.tema-t14 .text-tema {
  color: #ff9200;
}
.tema-t14 .label-tema-flat {
  color: #ff9200;
  border-color: #ff9200;
}
.tema-t14 .label-tema {
  color: #fff;
  background-color: #ff9200;
}
.tema-t14 .btn-tema-7 {
  color: #fff;
  background-color: #ffffff;
}
.tema-t14 .btn-tema {
  color: #fff;
  background-color: #ff9200;
}
.tema-t14 .btn-tema .checker span {
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 1 !important;
}
.tema-t14 .btn-tema .checker span.checked {
  border: none;
}
.tema-t14 #modalLabSend .modal-body h5 {
  color: #ff9200;
}
.tema-t14 .btn-group .btn.active {
  background-color: #ff9200 !important;
  color: #fff !important;
}
.tema-t14 picker__list-item--selected,
.tema-t14 .picker__list-item--selected:hover,
.tema-t14 .picker--focused .picker__list-item--selected {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 .UserId.member {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 .UserId.member.inNavBar {
  background-color: #fff;
  color: #ff9200;
}
.tema-t14 #EmailName,
.tema-t14 #ColecaoName,
.tema-t14 #CupomName,
.tema-t14 #ProgramaName {
  color: #ff9200;
}
.tema-t14 .stepy-navigator {
  border-bottom: 1px dotted #ff9200;
}
.tema-t14 #ComunicacaoEmailCriar h4.content-group,
.tema-t14 #ProgramaFidelidadeItem h4.content-group {
  color: #ff9200;
}
.tema-t14 #sidebar_historico .category-content li {
  border-color: #ff9200;
}
.tema-t14 #sidebar_historico .category-content li:before {
  border: 2px solid #ff9200;
}
.tema-t14 #sidebar_historico .category-content li:after {
  border-left: 1px solid #ff9200;
  border-right: 1px solid #ff9200;
}
.tema-t14 #sidebar_historico .category-content li strong {
  color: #ff9200;
}
.tema-t14 .panel-footer.historico a {
  color: #ff9200;
}
.tema-t14 #loading-default:not(.step1) {
  background: #ff9200;
  /*.keyframes(@addName; {
                0% {
                    background: @cor9;
                }

                100% {
                    background: @cor3;
                }
            }

            );
            .animation(@addName 8s linear infinite alternate both)*/
}
.tema-t14 #helpPageHeader {
  -o-animation: tema-t14 5s linear infinite alternate both;
  -webkit-animation: tema-t14 5s linear infinite alternate both;
  -moz-animation: tema-t14 5s linear infinite alternate both;
  animation: tema-t14 5s linear infinite alternate both;
}
@-moz-keyframes tema-t14 {
  0% {
    background: rgba(255, 146, 0, 0.5);
  }
  100% {
    background: rgba(255, 190, 102, 0.9);
  }
}
@-webkit-keyframes tema-t14 {
  0% {
    background: rgba(255, 146, 0, 0.5);
  }
  100% {
    background: rgba(255, 190, 102, 0.9);
  }
}
@keyframes tema-t14 {
  0% {
    background: rgba(255, 146, 0, 0.5);
  }
  100% {
    background: rgba(255, 190, 102, 0.9);
  }
}
.tema-t14 #helpCenter #categoriasMenu .category-title span {
  color: #ff9200;
}
.tema-t14 #helpCenter #CatHeader {
  background: #ff9200;
}
.tema-t14 #helpCenter .page-header h4 {
  color: #fff;
}
.tema-t14 #helpCenter .page-header h4 small {
  color: #fff;
}
.tema-t14 #helpCenter .categoriaBox h2 {
  color: #ff9200;
}
.tema-t14 #helpCenter .categoriaItem h1 {
  color: #ffbe66;
}
.tema-t14 #chatBot #q {
  color: #ff9200;
}
.tema-t14 #chatBot #q::-webkit-input-placeholder {
  color: #ffffff;
}
.tema-t14 #chatBot #q:-moz-placeholder {
  color: #ffffff;
}
.tema-t14 #chatBot #send {
  background-color: #ff9200;
}
.tema-t14 #chatBot.active .header {
  background-image: linear-gradient(315deg, #ff9200, #ffffff);
}
.tema-t14 #chatBot.active .header h1 {
  color: #fff;
}
.tema-t14 #chatBot.active .chat-list .media-content:not([class*=bg-]) {
  background-color: #ff9200;
  border-color: #ff9200;
  color: #fff;
}
.tema-t14 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn {
  background-color: #fff;
  color: #ff9200;
}
.tema-t14 #chatBot.active .chat-list .media-content:not([class*=bg-]) .btn:hover {
  background-color: #ffffff;
}
.tema-t14 #chatBot.active .chat-list .reversed .media-content:not([class*=bg-]) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ff9200;
}
.tema-t14 #contatoDados h4,
.tema-t14 #cadastroProduto h4,
.tema-t14 #ProgramaFidelidadePremioItem h4,
.tema-t14 #EmpresaVisualizar h4,
.tema-t14 #EmpresaEditar h4 {
  color: #ff9200;
}
.tema-t14 #contatoDados h4:before,
.tema-t14 #cadastroProduto h4:before,
.tema-t14 #ProgramaFidelidadePremioItem h4:before,
.tema-t14 #EmpresaVisualizar h4:before,
.tema-t14 #EmpresaEditar h4:before {
  background: #ffffff;
}
.tema-t14 #contatoDados .userIntro,
.tema-t14 #cadastroProduto .userIntro,
.tema-t14 #ProgramaFidelidadePremioItem .userIntro,
.tema-t14 #EmpresaVisualizar .userIntro,
.tema-t14 #EmpresaEditar .userIntro {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 .eventoIntro,
.tema-t14 .relatorioIntro {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 .pesquisaIntro {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 #contatoConfig .dropZoneFields .gu-mirror .box,
.tema-t14 #contatoConfig .fixedFields .gu-mirror .box {
  background: #fff;
  border: 2px solid #ff9200 !important;
}
.tema-t14 #contatoConfig .dropZoneFields.highlight .itemField.gu-transit .box,
.tema-t14 #contatoConfig .fixedFields.highlight .itemField.gu-transit .box {
  background: #ffffff;
}
.tema-t14 #contatoConfig .dropZoneFields.highlight .itemField.gu-mirror .box,
.tema-t14 #contatoConfig .fixedFields.highlight .itemField.gu-mirror .box {
  background: #fff;
  border: 2px solid #ff9200 !important;
}
.tema-t14 #contatoConfig .dropZoneFields .itemField .box,
.tema-t14 #contatoConfig .fixedFields .itemField .box {
  border: 1px dotted #ffffff;
}
.tema-t14 #contatoConfig .dropZoneFields .itemField.onDrag .box,
.tema-t14 #contatoConfig .fixedFields .itemField.onDrag .box {
  border-color: #ff9200;
}
.tema-t14 #contatoConfig .dropZoneFields .itemField.onDrag .box span,
.tema-t14 #contatoConfig .fixedFields .itemField.onDrag .box span,
.tema-t14 #contatoConfig .dropZoneFields .itemField.onDrag .box i,
.tema-t14 #contatoConfig .fixedFields .itemField.onDrag .box i {
  color: #ff9200 !important;
}
.tema-t14 #contatoConfig .g .header h4,
.tema-t14 #contatoConfig .g .header i {
  color: #ff9200;
}
.tema-t14 #contatoConfig .g:nth-child(even) {
  background: #ffffff;
  border-bottom: 1px dotted #ffffff;
  border-top: 1px dotted #ffffff;
}
.tema-t14 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box {
  border-color: red;
}
.tema-t14 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box span,
.tema-t14 #contatoConfig.dragMode .g:not(.highlight) .itemField.gu-transit .box i {
  color: red !important;
}
.tema-t14 .dataTables_paginate .paginate_button.current,
.tema-t14 .dataTables_paginate .paginate_button.current:hover,
.tema-t14 .dataTables_paginate .paginate_button.current:focus {
  color: #ffffff !important;
  background-color: #ffe9cc !important;
}
.tema-t14 .dropdown-menu > .active > a,
.tema-t14 .dropdown-menu > .active > a:hover,
.tema-t14 .dropdown-menu > .active > a:focus {
  color: #ffffff !important;
  background-color: #ffe9cc !important;
}
.tema-t14 .btn-link:hover,
.tema-t14 .btn-link:focus {
  color: #ffe9cc;
}
.tema-t14 .bg-tema {
  background-color: #ffe9cc !important;
}
.tema-t14 .btn.bg-tema {
  background-color: #ffe9cc !important;
  color: #fff;
}
.tema-t14 .border-tema {
  border-color: #ffe9cc;
}
.tema-t14 .nicescroll-cursors {
  background-color: #ffe9cc !important;
}
.tema-t14 .addNew button {
  color: #ffffff !important;
  background-color: #ffe9cc !important;
}
.tema-t14 .dbgrid.dragging {
  border: 1px solid #ffe9cc;
}
.tema-t14 .dbgrid .table thead {
  background-color: #ffe9cc !important;
  color: #ffffff !important;
}
.tema-t14 .dbgrid .table a {
  color: #ffe9cc;
}
.tema-t14 .dbgrid .table a:hover {
  color: #ff9200;
}
.tema-t14 .dbgrid .bottom {
  border-color: #ffe9cc !important;
}
.tema-t14 .packery-drop-placeholder:before {
  outline: 3px dashed #ffe9cc !important;
}
.tema-t14 .loading-chart .coffee_cup {
  border-color: #ff9200;
}
.tema-t14 .loading-chart .coffee_cup:after {
  border-color: #ff9200;
}
.tema-t14 .loading-chart .coffee_cup:before {
  background-color: #ff9200;
  box-shadow: 5px 0px 0px 0px #ff9200, 5px -5px 0px 0px #ff9200, 10px 0px 0px 0px #ff9200;
}
.tema-t14 #loading-default h1 {
  color: #ff9200;
}
.tema-t14 #loading-default h2 {
  color: #ffbe66;
}
.tema-t14 #loading-default .coffee_cup {
  border-color: #ff9200;
}
.tema-t14 #loading-default .coffee_cup:after {
  border-color: #ff9200;
}
.tema-t14 #loading-default .coffee_cup:before {
  background-color: #ff9200;
  box-shadow: 5px 0px 0px 0px #ff9200, 5px -5px 0px 0px #ff9200, 10px 0px 0px 0px #ff9200;
}
.tema-t14 #loading-default.step1 .panel {
  background-color: #ff9200;
}
.tema-t14 #loading-default.step1 .coffee_cup {
  border-color: #fff;
}
.tema-t14 #loading-default.step1 .coffee_cup:after {
  border-color: #fff;
}
.tema-t14 #loading-default.step1 .coffee_cup:before {
  background-color: #fff;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
}
.tema-t14 #loading-default .lds-ring > div {
  border: 3px solid #ff9200;
  border-color: #ff9200 transparent transparent transparent;
}
.tema-t14 #gerenciaPerfil h6 {
  color: #ff9200;
}
.tema-t14 #gerenciaPerfil .group {
  border: 1px dotted #ffffff;
}
.tema-t14 .switchery-default {
  background-color: #ff9200 !important;
  border-color: #ff9200 !important;
  box-shadow: #ff9200 0px 0px 0px 0px inset !important;
}
.tema-t14 .switchery-default small {
  background-color: #fff !important;
}
.tema-t14.login-container .panel-heading {
  background-color: #ff9200 !important;
}
.tema-t14.login-container .panel-body button {
  background-color: #ff9200 !important;
  color: #ffffff !important;
}
.tema-t14.login-container .panel-body button:hover {
  color: #ff9200 !important;
  background-color: #ffffff !important;
}
.tema-t14.login-container .panel-body ul li a {
  border: 1px solid #ff9200 !important;
  color: #ff9200 !important;
}
.tema-t14.login-container .panel-body ul li a:hover {
  color: #ffffff !important;
  background-color: #ff9200 !important;
}
.tema-t14 .navbar-header {
  background-color: #ff9200 !important;
}
.tema-t14 .DTCR_clonedTable td,
.tema-t14 .DTCR_pointer {
  border-left: 1px dotted #ff9200 !important;
  z-index: 99999;
}
.tema-t14 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover {
  background-color: #ff9200 !important;
}
.tema-t14 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover i,
.tema-t14 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover p {
  color: #ffffff !important;
}
.tema-t14 #EmailDadosDinamicos .novaColecao .tipoSelect .item:hover button {
  color: #ff9200 !important;
  background-color: #ffffff !important;
}
.tema-t14 #EmailDadosDinamicos .novaColecao .tipoSelect .item i {
  color: #ff9200 !important;
}
.tema-t14 #EmailDadosDinamicos .novaColecao .tipoSelect .item button {
  background-color: #ff9200 !important;
  color: #ffffff !important;
}
.tema-t14 .cke_chrome {
  border: none;
}
.tema-t14 table.hover tr:hover td,
.tema-t14 table.hover tr:focus td {
  border-bottom: 1px solid #ff9200 !important;
}
.tema-t14 table.hover tr:hover td:first-child:before,
.tema-t14 table.hover tr:focus td:first-child:before {
  color: #ff9200 !important;
}
.tema-t14 .popover.superhint {
  background-color: #ff9200 !important;
}
.tema-t14 .popover.superhint .popover-footer {
  background-color: #ffffff !important;
}
.tema-t14 .popover.superhint .popover-footer button {
  background-color: #ff9200 !important;
  color: #ffffff !important;
}
.tema-t14 .popover.superhint .popover-title {
  color: #ffffff !important;
}
.tema-t14 .popover.superhint .popover-content {
  color: #ffffff !important;
}
.tema-t14 .popover.superhint .popover-close {
  color: #ffffff !important;
}
.tema-t14 .popover.superhint.left > .arrow {
  border-left-color: #ff9200 !important;
}
.tema-t14 .popover.superhint.left > .arrow:after {
  border-left-color: #ff9200 !important;
}
.tema-t14 .popover.superhint.right > .arrow {
  border-right-color: #ff9200 !important;
}
.tema-t14 .popover.superhint.right > .arrow:after {
  border-right-color: #ff9200 !important;
}
.tema-t14 .popover.superhint.top > .arrow {
  border-top-color: #ffffff !important;
}
.tema-t14 .popover.superhint.top > .arrow:after {
  border-top-color: #ffffff !important;
}
.tema-t14 .popover.superhint.bottom > .arrow {
  border-bottom-color: #ff9200 !important;
}
.tema-t14 .popover.superhint.bottom > .arrow:after {
  border-bottom-color: #ff9200 !important;
}
.tema-t14 .checker span {
  color: #ffd399 !important;
  border: 2px solid #ffd399;
}
.tema-t14 .thumb:hover .zoom-image {
  background-color: #ffd399 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tema-t14 .panel-email-insertType:hover .btn {
  background-color: #ffd399 !important;
  color: #ffffff !important;
}
.tema-t14 .stepy-header li div {
  color: #ffffff !important;
}
.tema-t14 .stepy-header li div {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.tema-t14 .stepy-header li span {
  color: #ffffff !important;
}
.tema-t14 .stepy-header li.stepy-active div {
  border-color: #ff9200 !important;
  background-color: #ff9200 !important;
  color: #ffffff !important;
}
.tema-t14 .stepy-header li.stepy-active span {
  color: #ff9200 !important;
}
.tema-t14 .stepy-header li:before,
.tema-t14 .stepy-header li:after {
  background-color: #D6D5D5 !important;
}
.tema-t14 .emojSelect a:hover {
  color: #ffd399 !important;
}
.tema-t14 .daterangepicker td.active,
.tema-t14 .daterangepicker td.active:hover,
.tema-t14 .daterangepicker td.active:focus {
  background-color: #ffd399 !important;
}
.tema-t14 .ranges ul li.active {
  color: #ffffff;
  background-color: #ffd399 !important;
}
.tema-t14 .hint-help {
  color: #ffd399 !important;
}
.tema-t14 .hasBg .hint-help {
  color: #333333 !important;
}
.tema-t14 .popover-hint,
.tema-t14 .tooltip {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 .tooltip > .tooltip-inner {
  background-color: #ff9200;
}
.tema-t14 .modal-backdrop {
  background-color: #ffa833 !important;
}
.tema-t14 .border-left-tema {
  border-left-color: #ff9200;
}
.tema-t14 .tema-bg {
  background-color: #ffa833 !important;
}
.tema-t14 .tema-border {
  border-color: #ffd399;
}
.tema-t14 .tema-text,
.tema-t14 .tema-text:hover,
.tema-t14 .tema-text:focus {
  color: #ffd399 !important;
}
.tema-t14 .badge-tema {
  background-color: #ff9200;
  border-color: #ff9200;
}
.tema-t14 > .navbar {
  background-color: #ffa833;
}
.tema-t14 > .navbar a:hover {
  color: #ffffff;
}
.tema-t14 > .navbar a:hover i {
  color: #ffffff;
}
.tema-t14 #adesaoPlano > .navbar {
  background-color: #ffa833;
}
.tema-t14 .sidebar-user .category-content .media .client-logo {
  border-bottom: 1px solid #E2E3E4;
}
.tema-t14 .sidebar-user .category-content .media .client-logo a {
  background-color: rgba(255, 146, 0, 0.85);
}
.tema-t14 .sidebar-user .category-content .media .client-logo a i {
  color: #fff;
}
.tema-t14 #sidebar_config,
.tema-t14 .sidebar_config {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 #sidebar_config .navigation > li.active > a,
.tema-t14 .sidebar_config .navigation > li.active > a,
.tema-t14 #sidebar_config .navigation > li.active > a:hover,
.tema-t14 .sidebar_config .navigation > li.active > a:hover,
.tema-t14 #sidebar_config .navigation > li.active > a:focus,
.tema-t14 .sidebar_config .navigation > li.active > a:focus {
  background-color: #ffbe66;
  color: #ffffff;
}
.tema-t14 .nav-tabs.nav-tabs-bottom > li.active > a {
  color: #ff9200;
}
@media only screen and (min-width: 769px) {
  .tema-t14 .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #ff9200;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tema-t14 .nav-tabs.nav-justified > li.active > a,
  .tema-t14 .nav-tabs.nav-justified > li.active > a:hover,
  .tema-t14 .nav-tabs.nav-justified > li.active > a:focus {
    border-left-color: #ff9200;
  }
}
.tema-t14 .nav-tabs-left > .nav-tabs-highlight > li.active > a,
.tema-t14 .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover,
.tema-t14 .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus {
  border-top-color: #dddddd;
  border-left-color: #ff9200;
}
@media (min-width: 769px) {
  .tema-t14 .nav-tabs.nav-tabs-highlight > li.active > a,
  .tema-t14 .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .tema-t14 .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ff9200;
  }
  .tema-t14 .nav-tabs.nav-tabs-highlight > li.active > a {
    color: #ff9200;
  }
}
@media (min-width: 769px) and only screen and (min-width: 769px) {
  .tema-t14 .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: #ff9200;
  }
}
@media (max-width: 768px) {
  .tema-t14 .nav-tabs > li.active > a,
  .tema-t14 .nav-tabs > li.active > a:hover,
  .tema-t14 .nav-tabs > li.active > a:focus {
    border-left-color: #ff9200;
    color: #ff9200;
  }
}
@media (min-width: 769px) {
  .tema-t14 .nav-tabs-right > .nav-tabs-highlight > li.active > a,
  .tema-t14 .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover,
  .tema-t14 .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus {
    border-top-color: #ddd !important;
    border-right-color: #ff9200;
  }
}
.tema-t14 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a,
.tema-t14 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:hover,
.tema-t14 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:focus {
  border-top-color: transparent;
}
.tema-t14 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a {
  border-top-color: transparent;
}
@media only screen and (min-width: 769px) {
  .tema-t14 #sidebarEmoji .nav-tabs.nav-tabs-highlight > li.active > a:after {
    background-color: transparent;
  }
}
.tema-t14 #sidebarEmoji .nav-tabs-left > .nav-tabs {
  border-top: 2px solid #dddddd !important;
  border-right: 2px solid #dddddd !important;
}
.tema-t14 #compras #meses table th,
.tema-t14 #carrinho-abandonado #meses table th,
.tema-t14 #compras #meses-carrinho-abandonado table th,
.tema-t14 #carrinho-abandonado #meses-carrinho-abandonado table th {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 #compras #meses table tr.highlight td,
.tema-t14 #carrinho-abandonado #meses table tr.highlight td,
.tema-t14 #compras #meses-carrinho-abandonado table tr.highlight td,
.tema-t14 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td {
  border-top: #ff9200 1px dotted !important;
  border-bottom: #ff9200 1px dotted !important;
  color: #ff9200;
}
.tema-t14 #compras #meses table tr.highlight td:nth-child(1),
.tema-t14 #carrinho-abandonado #meses table tr.highlight td:nth-child(1),
.tema-t14 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(1),
.tema-t14 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(1) {
  color: #fff;
}
.tema-t14 #compras #meses table tr.highlight td:nth-child(2),
.tema-t14 #carrinho-abandonado #meses table tr.highlight td:nth-child(2),
.tema-t14 #compras #meses-carrinho-abandonado table tr.highlight td:nth-child(2),
.tema-t14 #carrinho-abandonado #meses-carrinho-abandonado table tr.highlight td:nth-child(2) {
  color: #fff;
}
.tema-t14 #compras #meses table td.highlight,
.tema-t14 #carrinho-abandonado #meses table td.highlight,
.tema-t14 #compras #meses-carrinho-abandonado table td.highlight,
.tema-t14 #carrinho-abandonado #meses-carrinho-abandonado table td.highlight {
  border-left: #ff9200 1px dotted !important;
  border-right: #ff9200 1px dotted !important;
  color: #ff9200;
}
.tema-t14 #compras #meses table td:nth-child(1),
.tema-t14 #carrinho-abandonado #meses table td:nth-child(1),
.tema-t14 #compras #meses-carrinho-abandonado table td:nth-child(1),
.tema-t14 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1) {
  background-color: #ffa833;
  color: #fff;
}
.tema-t14 #compras #meses table td:nth-child(1).highlight,
.tema-t14 #carrinho-abandonado #meses table td:nth-child(1).highlight,
.tema-t14 #compras #meses-carrinho-abandonado table td:nth-child(1).highlight,
.tema-t14 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(1).highlight {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tema-t14 #compras #meses table td:nth-child(2),
.tema-t14 #carrinho-abandonado #meses table td:nth-child(2),
.tema-t14 #compras #meses-carrinho-abandonado table td:nth-child(2),
.tema-t14 #carrinho-abandonado #meses-carrinho-abandonado table td:nth-child(2) {
  background-color: #ffbe66;
  color: #fff;
}
.tema-t14 .form-control:focus {
  border-bottom-color: #ff9200;
  -webkit-box-shadow: 0 1px 0 #ff9200;
  box-shadow: 0 1px 0 #ff9200;
}
.tema-t14 .bootstrap-select .btn-default:focus,
.tema-t14 .bootstrap-select .btn-default.focus,
.tema-t14 .bootstrap-select .btn-default:active,
.tema-t14 .bootstrap-select .btn-default.active {
  background-color: transparent;
  border-bottom-color: #ff9200;
  -webkit-box-shadow: 0 1px 0 #ff9200;
  box-shadow: 0 1px 0 #ff9200;
}
.tema-t14 .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #ff9200;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #ff9200;
  box-shadow: 0 1px 0 #ff9200;
}
.tema-t14 .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #ff9200;
}
.tema-t14 .bootstrap-select.btn-group .dropdown-menu > li > a .check-mark {
  color: transparent !important;
}
.tema-t14 .bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  color: #ffffff !important;
}
.tema-t14 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text {
  color: #ffffff !important;
}
.tema-t14 .bootstrap-select.btn-group .dropdown-menu > li.selected > a .text span {
  opacity: 1 !important;
}
.tema-t14 .btn-delete {
  text-transform: none;
  color: #F44336 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t14 .btn-delete:hover,
.tema-t14 .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t14 .btn-delete:focus {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t14 .btn-delete[disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
.tema-t14 .btn-edit {
  text-transform: none;
  color: #2196F3 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t14 .btn-edit:hover,
.tema-t14 .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t14 .btn-edit:focus {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t14 .btn-edit[disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t14 .btn-search {
  text-transform: none;
  color: #607D8B !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t14 .btn-search:hover,
.tema-t14 .btn-search [disabled] {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t14 .btn-search:focus {
  color: #ECEFF1 !important;
  background-color: #607D8B !important;
}
.tema-t14 .btn-search[disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t14 .btn-save {
  text-transform: none;
  color: #4CAF50 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t14 .btn-save:hover,
.tema-t14 .btn-save [disabled] {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t14 .btn-save:focus {
  color: #E8F5E9 !important;
  background-color: #4CAF50 !important;
}
.tema-t14 .btn-save-inv {
  text-transform: none;
  color: #fff !important;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.tema-t14 .btn-save-inv:hover,
.tema-t14 .btn-save-inv [disabled] {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t14 .btn-save-inv:focus {
  color: #fff !important;
  background-color: #1B5E20 !important;
}
.tema-t14 .btn-save[disabled] {
  color: #fff !important;
  background-color: #81C784 !important;
}
.tema-t14 .btn-face {
  text-transform: none;
  color: #fff !important;
  background-color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.tema-t14 .btn-face:hover,
.tema-t14 .btn-face [disabled] {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t14 .btn-face:focus {
  color: #fff !important;
  background-color: #0084ff !important;
}
.tema-t14 .btn-default {
  text-transform: none;
  color: #263238 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t14 .btn-default:hover,
.tema-t14 .btn-default [disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t14 .btn-default:focus {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t14 .btn-default[disabled] {
  color: #263238 !important;
  background-color: transparent !important;
}
.tema-t14 .bootstrap-select .btn-default {
  background: none !important;
  background-color: transparent !important;
}
.tema-t14 .bootstrap-select .btn-default:focus,
.tema-t14 .bootstrap-select .btn-default:hover,
.tema-t14 .bootstrap-select .btn-default [disabled] {
  background: none !important;
  background-color: transparent !important;
}
.tema-t14 .btn-tema-dark10 {
  background: #cc7500;
  background-color: #cc7500;
  color: #fff;
}
.tema-t14 .btn-tema-dark10:focus,
.tema-t14 .btn-tema-dark10:hover,
.tema-t14 .btn-tema-dark10 [disabled] {
  background: #995800;
  background-color: #995800;
  color: #fff;
}
.tema-t14 .btn-white-inv {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #ff9200;
}
.tema-t14 .btn-white-inv:focus,
.tema-t14 .btn-white-inv:hover,
.tema-t14 .btn-white-inv [disabled] {
  background: transparent !important;
  background-color: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.tema-t14 .btn-white {
  background: none !important;
  background-color: none !important;
}
.tema-t14 .btn-white:focus,
.tema-t14 .btn-white:hover,
.tema-t14 .btn-white [disabled] {
  background: transparent !important;
  background-color: #F0F0F0 !important;
  color: #263238 !important;
}
.tema-t14 .btn-white[disabled] {
  color: #263238 !important;
  background-color: none !important;
}
.tema-t14 .btn-new {
  text-transform: none;
  color: #ff9200 !important;
  background-color: transparent !important;
  border-color: transparent;
}
.tema-t14 .btn-new:hover,
.tema-t14 .btn-new [disabled] {
  color: #ffffff !important;
  background-color: #ff9200 !important;
}
.tema-t14 .btn-new:focus {
  color: #ffffff !important;
  background-color: #ff9200 !important;
}
.tema-t14 .btn-new[disabled] {
  color: #ff9200 !important;
  background-color: #ffffff !important;
}
.tema-t14 .content-wrapper::selection {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 .content-wrapper::-moz-selection {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 .content-wrapper::-o-selection {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 .content-wrapper::-ms-selection {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 .content-wrapper::-webkit-selection {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 #cupomExterno {
  background-color: #ff9200;
}
.tema-t14 #cupomExterno h1 {
  color: #ff9200;
}
.tema-t14 #pesquisaExterno {
  background-color: #ff9200;
}
.tema-t14 #pesquisaExterno .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #ff9200;
  color: #ff9200;
}
.tema-t14 #pesquisaExterno .stepy-header li div {
  background-color: #ff9200;
}
.tema-t14 #pesquisaExterno li.stepy-active ~ li div {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #ff9200 !important;
}
.tema-t14 #pesquisaExterno .stepy-header li:before,
.tema-t14 #pesquisaExterno .stepy-header li:after {
  background-color: #ff9200;
}
.tema-t14 #pesquisaExterno .stepy-header li div {
  border: 2px solid #ff9200;
}
.tema-t14 #pesquisaExterno .border-primary-600 {
  border-color: #ff9200;
}
.tema-t14 #pesquisaExterno .bootstrap-select.btn-group .dropdown-menu > .selected > a {
  background-color: #ff9200;
}
.tema-t14 #pesquisaExterno .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle {
  border-bottom-color: #ff9200;
  -webkit-box-shadow: 0 1px 0 #ff9200;
  box-shadow: 0 1px 0 #ff9200;
}
.tema-t14 #pesquisaExterno .bootstrap-select .btn-default:focus,
.tema-t14 #pesquisaExterno .bootstrap-select .btn-default.focus,
.tema-t14 #pesquisaExterno .bootstrap-select .btn-default:active,
.tema-t14 #pesquisaExterno .bootstrap-select .btn-default.active {
  border-bottom-color: #ff9200;
  -webkit-box-shadow: 0 1px 0 #ff9200;
  box-shadow: 0 1px 0 #ff9200;
}
.tema-t14 #pesquisaExterno .checker span {
  border: 2px solid #ff9200;
}
.tema-t14 #pesquisaExterno .irs-slider {
  background-color: #ff9200;
}
.tema-t14 #pesquisaExterno .irs-bar {
  background-color: #ff9200;
}
.tema-t14 #pesquisaExterno .irs-from,
.tema-t14 #pesquisaExterno .irs-to,
.tema-t14 #pesquisaExterno .irs-single {
  background-color: #ff9200;
}
.tema-t14 #pesquisaExterno .form-control:focus {
  border-bottom-color: #ff9200;
  -webkit-box-shadow: 0 1px 0 #ff9200;
  box-shadow: 0 1px 0 #ff9200;
}
.tema-t14 #pesquisaExterno .irs-from:after,
.tema-t14 #pesquisaExterno .irs-to:after,
.tema-t14 #pesquisaExterno .irs-single:after {
  border-top-color: #ff9200;
}
.tema-t14 #pesquisaExterno .br-theme-bars-pill .br-widget a {
  background-color: #eeeded;
  color: #ff9200;
}
.tema-t14 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t14 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-selected {
  background-color: #ffa833;
  color: white;
}
.tema-t14 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-active,
.tema-t14 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  background-color: #ff9200;
  color: white;
}
.tema-t14 #pesquisaExterno .br-theme-bars-pill .br-widget a.br-current {
  border: 3px solid #cc7500;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.4);
}
.tema-t14 #pesquisaExterno .stepy-navigator a {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 #pesquisaExterno .stepy-navigator a .button-next {
  background-color: #ff9200;
  color: #fff !important;
}
.tema-t14 #pesquisaExterno .stepy-navigator a .button-back {
  background-color: #ff9200;
  color: #fff !important;
}
.tema-t14 #categoriaProduto {
  /*.fancytree-has-children {
				> .fancytree-checkbox {
					border: 2px solid #fff;
				}
			}*/
}
.tema-t14 #categoriaProduto #actionsControl {
  background-color: #ff9200;
}
.tema-t14 #categoriaProduto .fancytree-checkbox:not(.fancytree-active) {
  border: 2px solid #ff9200;
}
.tema-t14 #categoriaProduto .fancytree-selected > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t14 #categoriaProduto .fancytree-exp-e > .fancytree-checkbox {
  border: 2px solid #ff9200;
}
.tema-t14 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox {
  border: 2px solid #fff;
}
.tema-t14 #categoriaProduto .fancytree-partsel:not(.fancytree-selected) > .fancytree-checkbox:after {
  background-color: #ff9200;
}
.tema-t14 #categoriaProduto .fancytree-active .fancytree-title {
  background-color: #ff9200;
}
.tema-t14 #categoriaProduto .fancytree-selected .fancytree-title {
  background-color: #ff9200;
  color: #fff;
}
.tema-t14 #categoriaProduto #actionsControl .btn-edit,
.tema-t14 #categoriaProduto #actionsControl .btn-delete {
  background-color: #fff !important;
}
.tema-t14 #categoriaProduto #actionsControl .btn-edit:hover,
.tema-t14 #categoriaProduto #actionsControl .btn-edit [disabled] {
  color: #E3F2FD !important;
  background-color: #2196F3 !important;
}
.tema-t14 #categoriaProduto #actionsControl .btn-delete:hover,
.tema-t14 #categoriaProduto #actionsControl .btn-delete [disabled] {
  color: #FFEBEE !important;
  background-color: #F44336 !important;
}
#indiqueUmAmigo #saldoBox {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
#indiqueUmAmigo #saldoBox .saldo {
  margin: 10px 0;
  padding: 10px;
  display: block;
  background: #E53B81;
  webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  justify-content: center;
}
#indiqueUmAmigo #saldoBox .saldo i {
  font-size: 15px;
  margin: 0;
  padding: 10px;
  border-radius: 43px;
  color: #fff;
  width: 38px;
}
#indiqueUmAmigo #saldoBox .saldo span {
  color: #fff;
  font-size: 25px;
  margin: 0 20px 0 10px;
}
#indiqueUmAmigo #saldoBox .saldo .btn {
  background: #D51C66;
  color: #fff;
  line-height: 28px;
}
#indiqueUmAmigo #Apresentacao {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  margin-top: 30px;
}
#indiqueUmAmigo #Apresentacao .item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 29%;
  align-self: stretch;
  margin: 0 2% 20px 2%;
  margin-bottom: 20px;
  border-width: 0;
  color: #333333;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-align: center;
  padding: 10px;
}
#indiqueUmAmigo #Apresentacao .item .info {
  /*display: flex;
				flex-direction: row;
				align-items: stretch;
				flex-wrap: wrap;
				justify-content: space-between;
				align-content: center;*/
  margin: 5px 20px 20px 20px;
}
#indiqueUmAmigo #Apresentacao .item .info span {
  width: 100%;
  display: block;
}
#indiqueUmAmigo #Apresentacao .item .info span:nth-child(1) {
  font-weight: 800;
  font-size: 16px;
}
#indiqueUmAmigo #Apresentacao .item i {
  margin: 0 auto;
  padding: 10px;
  border-radius: 43px;
  color: #fff;
  background: #E53B81;
  font-size: 20px;
}
#indiqueUmAmigo #Apresentacao .item h1 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin: 3px 0;
}
#indiqueUmAmigo #formIndicacoes {
  background: #F6F6F6;
  padding: 30px;
}
#indiqueUmAmigo #formIndicacoes label {
  font-weight: 800;
  font-size: 16px;
}
#indiqueUmAmigo #formIndicacoes .redesSociais ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#indiqueUmAmigo #formIndicacoes .redesSociais ul li {
  margin-right: 10px;
}
#indiqueUmAmigo #formIndicacoes .redesSociais ul li a {
  min-height: 10px;
  display: block;
}
#indiqueUmAmigo #formIndicacoes .redesSociais ul li a.fb {
  background: #3b5998;
}
#indiqueUmAmigo #formIndicacoes .redesSociais ul li a.is {
  background: #c32aa3;
}
#indiqueUmAmigo #formIndicacoes .redesSociais ul li a.tw {
  background: #1da1f2;
}
#indiqueUmAmigo #formIndicacoes .redesSociais ul li a.wz {
  background: #25d366;
}
#indiqueUmAmigo #formIndicacoes .redesSociais ul li a.lk {
  background: #007bb5;
}
#indiqueUmAmigo #formIndicacoes .redesSociais ul li a i {
  font-size: 20px;
  color: #fff;
  padding: 30px;
}
#indiqueUmAmigo #formIndicacoes .redesSociais ul li a:hover i {
  padding: 30px;
}
#indiqueUmAmigo #formIndicacoes .input-group > .form-control + .input-group-btn,
#indiqueUmAmigo #formIndicacoes .input-group > .has-feedback + .input-group-btn {
  padding-left: 16px;
}
#indiqueUmAmigo #Premios {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  margin-top: 30px;
}
#indiqueUmAmigo #Premios .item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 23%;
  align-self: stretch;
  margin: 0 1% 20px 1%;
  margin-bottom: 20px;
  border-width: 0;
  color: #333333;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-align: center;
  padding: 10px;
}
#indiqueUmAmigo #Premios .item .info {
  margin: 5px 20px 20px 20px;
}
#indiqueUmAmigo #Premios .item .info span {
  width: 100%;
  display: block;
}
#indiqueUmAmigo #Premios .item .info span:nth-child(1) {
  font-weight: 800;
  font-size: 16px;
}
#indiqueUmAmigo #Premios .item i {
  margin: 0 auto;
  padding: 10px;
  border-radius: 43px;
  color: #fff;
}
#indiqueUmAmigo #Premios .item h1 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin: 3px 0;
}
#linkMGM {
  background: #ffffff;
  color: #E53B81;
  margin-right: -20px;
}
#linkMGM:hover {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
#linkMGM .heartbeat i {
  -webkit-animation: heartbeat 3.5s ease-in-out infinite both;
  animation: heartbeat 3.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: local('Courgette Regular'), local('Courgette-Regular'), url(https://fonts.gstatic.com/s/courgette/v7/wEO_EBrAnc9BLjLQAUk1VvoP.ttf) format('truetype');
}
#modal_aniversario {
  /* ============================================== Fire*/
}
#modal_aniversario .close {
  font-size: 32px;
  margin-top: 0 !important;
  top: 40px;
  position: absolute;
  z-index: 201;
  color: #fff;
  left: 50%;
  opacity: 1;
  font-weight: 800;
  margin-left: -16px;
}
#modal_aniversario .heading-thumbnails > li img {
  max-height: 70px;
}
#modal_aniversario .modal-dialog {
  width: 400px !important;
}
#modal_aniversario #fireworks {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#modal_aniversario .modal-body {
  padding-bottom: 0;
}
#modal_aniversario .mensagem {
  position: absolute;
  text-align: center;
  display: block;
  width: 100%;
  left: 0;
  padding: 20px;
  top: 50px;
}
#modal_aniversario .mensagem h1 {
  font-family: 'Courgette', cursive;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
}
#modal_aniversario .mensagem p {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  font-size: 17px;
}
#modal_aniversario .disclaimer {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
}
#modal_aniversario .cake_and_velas {
  min-height: 400px;
  display: block;
  position: relative;
}
#modal_aniversario #cake {
  display: block;
  position: relative;
  margin: 20px auto;
}
#modal_aniversario .velas {
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: 228px;
  left: 50%;
  margin-left: -2.4px;
  margin-top: 5em;
  width: 5px;
  height: 35px;
  /*-webkit-transform: translateY(-300px);
		transform: translateY(-300px);
		-webkit-backface-visibility: hidden;*/
  backface-visibility: hidden;
  -webkit-animation: in 500ms 1s ease-out forwards;
  animation: in 500ms 1s ease-out forwards;
}
#modal_aniversario .velas:after,
#modal_aniversario .velas:before {
  background: rgba(255, 0, 0, 0.4);
  content: "";
  position: absolute;
  width: 100%;
  height: 2.22222222px;
}
#modal_aniversario .velas:after {
  top: 25%;
  left: 0;
}
#modal_aniversario .velas:before {
  top: 45%;
  left: 0;
}
#modal_aniversario .fuego {
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -2.6px;
  width: 6.66666667px;
  height: 18px;
}
#modal_aniversario .fuego:nth-child(1) {
  -webkit-animation: fuego 2s 5.5s infinite;
  animation: fuego 2s 5.5s infinite;
}
#modal_aniversario .fuego:nth-child(2) {
  -webkit-animation: fuego 1.5s 5.5s infinite;
  animation: fuego 1.5s 5.5s infinite;
}
#modal_aniversario .fuego:nth-child(3) {
  -webkit-animation: fuego 1s 5.5s infinite;
  animation: fuego 1s 5.5s infinite;
}
#modal_aniversario .fuego:nth-child(4) {
  -webkit-animation: fuego 0.5s 5.5s infinite;
  animation: fuego 0.5s 5.5s infinite;
}
#modal_aniversario .fuego:nth-child(5) {
  -webkit-animation: fuego 0.2s 5.5s infinite;
  animation: fuego 0.2s 5.5s infinite;
}
/* ============================================== Animation Fire
*/
@-webkit-keyframes fuego {
  0%,
  100% {
    background: rgba(254, 248, 97, 0.5);
    -webkit-box-shadow: 0 0 40px 10px rgba(248, 233, 209, 0.2);
    box-shadow: 0 0 40px 10px rgba(248, 233, 209, 0.2);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    background: rgba(255, 50, 0, 0.1);
    -webkit-box-shadow: 0 0 40px 20px rgba(248, 233, 209, 0.2);
    box-shadow: 0 0 40px 20px rgba(248, 233, 209, 0.2);
    -webkit-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
  }
}
@keyframes fuego {
  0%,
  100% {
    background: rgba(254, 248, 97, 0.5);
    -webkit-box-shadow: 0 0 40px 10px rgba(248, 233, 209, 0.2);
    box-shadow: 0 0 40px 10px rgba(248, 233, 209, 0.2);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    background: rgba(255, 50, 0, 0.1);
    -webkit-box-shadow: 0 0 40px 20px rgba(248, 233, 209, 0.2);
    box-shadow: 0 0 40px 20px rgba(248, 233, 209, 0.2);
    -webkit-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
  }
}
@-webkit-keyframes in {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes in {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#materialGrafico .lista-graficos {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  padding: 5px 0;
}
#materialGrafico .lista-graficos .item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 23%;
  align-self: stretch;
  width: 23%;
  margin: 0 1% 20px 1%;
}
#materialGrafico .lista-graficos .item .radio {
  display: block;
  width: 100%;
  text-align: center;
}
#materialGrafico .lista-graficos .item .radio label {
  padding: 0;
}
#materialGrafico .lista-graficos .item .radio .choice {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
#materialGrafico .lista-graficos .item .radio h6 {
  display: block;
  width: 100%;
}
#materialGrafico .stepy-clickable {
  position: relative;
}
#materialGrafico .stepy-finish {
  display: none;
}
#materialGrafico .stepy-header {
  padding-bottom: 10px;
}
#materialGrafico .stepy-header li {
  cursor: default;
}
#materialGrafico .stepy-header li.stepy-active span {
  font-weight: bold;
}
#materialGrafico fieldset {
  position: relative;
  width: 100%;
}
#materialGrafico .stepy-navigator {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#materialGrafico .stepy-navigator:before,
#materialGrafico .stepy-navigator:after {
  content: " ";
  display: table;
}
#materialGrafico .stepy-navigator .button-next {
  margin-right: 40px;
}
#materialGrafico .stepy-navigator .button-back {
  margin-left: 40px;
}
#materialGrafico .stepy-step {
  position: relative;
  padding: 0 !important;
}
#materialGrafico .stepy-step:nth-child(1) {
  padding: 0 !important;
}
#materialGrafico .stepy-step > .panel {
  padding: 55px 0 0 0 !important;
}
#materialGrafico .stepy-header li {
  padding: 10px 0 0 0;
}
#materialGrafico .stepy-header li:before,
#materialGrafico .stepy-header li:after {
  top: 28px;
}
#materialGrafico .stepy-header li.stepy-active span {
  color: #333333;
  font-size: 15px;
}
#materialGrafico .stepy-header li span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #999999;
}
#materialGrafico .stepy-header li.stepy-active div:after,
#materialGrafico .stepy-header li div:after {
  content: '';
}
#materialGrafico textarea {
  resize: none;
  min-height: 45px;
  line-height: inherit !important;
}
#materialGrafico .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  margin-top: 5px;
}
#materialGrafico .iframeCover {
  display: block;
  width: 100%;
}
#materialGrafico .downloadBox {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  margin-top: 30px;
  width: 100%;
}
#materialGrafico .downloadBox .item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 23%;
  align-self: stretch;
  margin: 0 1% 20px 1%;
  margin-bottom: 20px;
  border-width: 0;
  color: #333333;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-align: center;
  padding: 10px;
  background: #fff;
}
#materialGrafico .downloadBox .item i {
  margin: 0 auto;
  padding: 10px;
  border-radius: 43px;
  color: #fff;
  font-size: 20px;
}
#materialGrafico .downloadBox .item .info {
  margin: 15px 0;
}
#materialGrafico .downloadBox .item .info span:nth-child(1) {
  font-weight: 800;
  font-size: 16px;
  display: block;
  width: 100%;
}
.sp-replacer {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}
.live-edit-sidebar {
  display: block;
  position: fixed;
  left: 20px;
  top: 20px;
  width: 40px;
  height: auto;
}
.live-edit-sidebar .save-button {
  display: none;
  width: 40px;
  height: 40px;
  background: #333;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
.live-edit-sidebar .save-button:hover {
  background: #111;
}
.live-edit-sidebar.loading-state .save-button {
  text-indent: -9999px;
  background: url(../less/_safariMVC/images/loading.gif) #333 no-repeat center center;
}
.text-options {
  opacity: 0;
  display: block;
  position: absolute;
  left: -999px;
  top: -999px;
  width: 202px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.54, 0.24, 0.35, 0.68);
  -moz-transition: opacity 0.2s cubic-bezier(0.54, 0.24, 0.35, 0.68);
  -o-transition: opacity 0.2s cubic-bezier(0.54, 0.24, 0.35, 0.68);
  transition: opacity 0.2s cubic-bezier(0.54, 0.24, 0.35, 0.68);
  border: 1px solid;
  border-color: #262625 #1c1c1b #121211;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.7), inset 0 0 1px rgba(255, 255, 255, 0.07), inset 0 0 2px rgba(255, 255, 255, 0.15);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(49, 49, 47, 0.97)), to(#262625));
  background-image: -moz-linear-gradient(top, rgba(49, 49, 47, 0.97), #262625);
  background-image: -webkit-linear-gradient(top, rgba(49, 49, 47, 0.97), #262625);
  background-image: -o-linear-gradient(top, rgba(49, 49, 47, 0.97), #262625);
  background-image: linear-gradient(to bottom, rgba(49, 49, 47, 0.97), #262625);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.text-options.appear {
  opacity: 1;
}
.text-options button {
  display: inline-block;
  border-radius: 1px;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 22px;
  color: #fff;
  outline: none;
  margin: 0;
  float: left;
  background: none;
}
.text-options .input-text {
  display: none;
  width: 150px;
  height: 40px;
  overflow: hidden;
  float: left;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
}
.text-options .input-text input {
  width: 140px;
  height: 32px;
  margin: 5px;
  border: 0;
  outline: none;
  background: none;
  color: #fff;
}
.text-options.edit-url {
  width: 352px;
}
.text-options.edit-url .input-text {
  display: inline-block;
}
.text-options .bold-button,
.text-options .italic-button {
  font-weight: bold;
}
.text-options .strikethrough-button {
  text-decoration: line-through;
  font-size: 16px;
}
.text-options .url-button,
.text-options .unorderedlist-button {
  font-size: 18px;
  line-height: 18px;
}
.text-options button.italic-button {
  font-style: italic;
}
.text-options.bold .bold-button,
.text-options.italic .italic-button,
.text-options.url .url-button,
.text-options.unorderedlist .unorderedlist-button,
.text-options.strikethrough .strikethrough-button {
  background: #000;
}
.text-options button:hover {
  color: #999;
}
.text-options:before {
  content: "";
  border-top: 5px solid rgba(0, 0, 0, 0.9);
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: -15px;
  height: 5px;
  width: 0px;
  left: 95px;
}
body#A4,
body#A3 {
  /* Reset the document's margin values */
  margin: 0;
  /* Reset the document's padding values */
  padding: 0;
  /* Use the platform's native font as the default */
  font-family: "Roboto", -apple-system, "San Francisco", "Segoe UI", "Helvetica Neue", sans-serif;
  /* Define a reasonable base font size */
  font-size: 12pt;
  /* Styles for better appearance on screens only -- are reset to defaults in print styles later */
  /* Use a non-white background color to make the content areas stick out from the full page box */
  background-color: #eee;
  /* Defines a class for manual page breaks via inserted .page-break element */
  /* For top-level headings only */
  /* For all headings */
  /* For all paragraph tags */
  /* For adjacent paragraph tags */
  /* For links in the document */
  /* For tables in the document */
  /* Use CSS Paged Media to switch from continuous documents to sheet-like documents with separate pages */
  /* When the document is actually printed */
}
body#A4 .page,
body#A3 .page {
  /* Styles for better appearance on screens only -- are reset to defaults in print styles later */
  /* Divide single pages with some space and center all pages horizontally */
  margin: 0 0;
  /* Define a white paper background that sticks out from the darker overall background */
  background: #fff;
  /* Show a drop shadow beneath each page */
  box-shadow: 0 4px 5px rgba(75, 75, 75, 0.2);
  /* Override outline from user agent stylesheets */
  outline: 0;
}
body#A4 div.page-break,
body#A3 div.page-break {
  page-break-after: always;
}
body#A4 h1,
body#A3 h1 {
  /* Force page breaks after */
  page-break-before: always;
  /* Avoid page breaks immediately */
  page-break-after: avoid;
}
body#A4 h2,
body#A3 h2,
body#A4 h3,
body#A3 h3,
body#A4 h4,
body#A3 h4,
body#A4 h5,
body#A3 h5,
body#A4 h6,
body#A3 h6 {
  /* Avoid page breaks immediately */
  page-break-after: avoid;
}
body#A4 p,
body#A3 p {
  /* Reset the margin so that the text starts and ends at the expected marks */
  margin: 0;
}
body#A4 p + p,
body#A3 p + p {
  /* Restore the spacing between the paragraphs */
  margin-top: 0.5cm;
}
body#A4 a,
body#A3 a {
  /* Prevent colorization or decoration */
  text-decoration: none;
  color: black;
}
body#A4 table,
body#A3 table {
  /* Avoid page breaks inside */
  page-break-inside: avoid;
}
@page {
  /* You can only change the size, margins, orphans, widows and page breaks here */
  /* Require that at least this many lines of a paragraph must be left at the bottom of a page */
  orphans: 4;
  /* Require that at least this many lines of a paragraph must be left at the top of a new page */
  widows: 2;
}
@media print {
  body#A4 html,
  body#A3 html,
  body#A4 body,
  body#A3 body {
    /* Reset the document's background color */
    background-color: #fff;
  }
  body#A4 .page,
  body#A3 .page {
    /* Reset all page styles that have been for better screen appearance only */
    /* Break cascading by using the !important rule */
    /* These resets are absolute must-haves for the print styles and the specificity may be higher elsewhere */
    width: initial !important;
    min-height: initial !important;
    margin: 0 !important;
    padding: 0 !important;
    border: initial !important;
    border-radius: initial !important;
    background: initial !important;
    box-shadow: initial !important;
    /* Force page breaks after each .page element of the document */
    page-break-after: always;
  }
}
body#A4 {
  /* Use CSS Paged Media to switch from continuous documents to sheet-like documents with separate pages */
}
@media print {
  body#A4 {
    width: 21cm;
    height: 29.7cm;
    margin: 0;
    padding: 0;
  }
}
body#A4 .page {
  /* Styles for better appearance on screens only -- are reset to defaults in print styles later */
  /* Reflect the paper width in the screen rendering (must match size from @page rule) */
  width: 21cm;
  /* Reflect the paper height in the screen rendering (must match size from @page rule) */
  min-height: 29.7cm;
  /* Reflect the actual page margin/padding on paper in the screen rendering (must match margin from @page rule) */
  padding-left: 0cm;
  padding-top: 0cm;
  padding-right: 0cm;
  padding-bottom: 0cm;
}
@page {
  /* You can only change the size, margins, orphans, widows and page breaks here */
  /* Paper size and page orientation */
  size: A4 portrait;
  /* Margin per single side of the page */
  margin-left: 0cm;
  margin-top: 0cm;
  margin-right: 0cm;
  margin-bottom: 0cm;
}
body#A3 {
  /* Use CSS Paged Media to switch from continuous documents to sheet-like documents with separate pages */
}
body#A3 .page {
  /* Styles for better appearance on screens only -- are reset to defaults in print styles later */
  /* Reflect the paper width in the screen rendering (must match size from @page rule) */
  width: 29.7cm;
  /* Reflect the paper height in the screen rendering (must match size from @page rule) */
  min-height: 42cm;
  /* Reflect the actual page margin/padding on paper in the screen rendering (must match margin from @page rule) */
  padding-left: 2cm;
  padding-top: 2cm;
  padding-right: 2cm;
  padding-bottom: 2cm;
}
@page {
  /* You can only change the size, margins, orphans, widows and page breaks here */
  /* Paper size and page orientation */
  size: A3 portrait;
  /* Margin per single side of the page */
  margin-left: 2cm;
  margin-top: 2cm;
  margin-right: 2cm;
  margin-bottom: 2cm;
}
.a4m1 h1 {
  font-family: 'Anton', sans-serif;
  /*font-family: 'PT Sans', sans-serif;*/
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 100px;
  left: 30px;
}
.a4m1 h2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 180px;
  left: 30px;
}
.a4m1 h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 230px;
  left: 30px;
}
.a4m1 #steps {
  width: 100%;
  display: flex;
  position: absolute;
  top: -50px;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.a4m1 #steps div {
  width: 200px;
  height: 200px;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 400px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.31);
  float: left;
}
.a4m1 #steps div span:nth-child(1) {
  width: 200px;
  display: block;
  text-align: center;
  font-family: 'Anton', sans-serif;
  font-size: 50px;
  color: darkred;
  float: left;
}
.a4m1 #steps div span:nth-child(2) {
  width: 200px;
  display: block;
  text-align: center;
  font-family: 'Anton', sans-serif;
  font-size: 13px;
  color: darkred;
  float: left;
}
.a4m1 #texto {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  color: #000;
  position: absolute;
  width: 8cm;
  bottom: 100px;
  right: 20px;
  z-index: 2;
}
.a4m1 #texto span {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
}
#sideNavItensEdit {
  position: fixed;
  top: 48px;
  width: 300px;
  height: calc(100% - 48px);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#sideNavItensEdit .sp-replacer.sp-light {
  display: block !important;
}
#sideNavItensEdit.show {
  right: 0;
  z-index: 999;
  opacity: 1;
  -webkit-box-shadow: -10px 10px 5px 0px rgba(41, 50, 66, 0.1);
  -moz-box-shadow: -10px 10px 5px 0px rgba(41, 50, 66, 0.1);
  box-shadow: -10px 10px 5px 0px rgba(41, 50, 66, 0.1);
}
#sideNavItensEdit.hide {
  right: -300px;
  z-index: 0;
  opacity: 0;
  -webkit-box-shadow: -5px 0 5px 0px rgba(41, 50, 66, 0);
  -moz-box-shadow: -5px 0 5px 0px rgba(41, 50, 66, 0);
  box-shadow: -5px 0 5px 0px rgba(41, 50, 66, 0);
}
#sideNavItensEdit.fixedTop {
  top: 0;
  height: 100%;
}
#sideNavItensEdit .panel-group {
  margin-bottom: 1px !important;
}
#sideNavItensEdit .panel-collapse#collapsible-control-colors .editItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sideNavItensEdit .panel-title > a {
  display: block;
  width: 100%;
}
#sideNavItensEdit .caret:after {
  content: '\e9c5';
  font-family: 'icomoon';
  display: block;
  font-size: 16px;
  width: 16px;
  line-height: 1;
  position: absolute;
  top: -8px;
  right: -5px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#wrapper {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#wrapper * {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#wrapper *.focus {
  -webkit-box-shadow: inset 0 0 0 1px #949494;
  -moz-box-shadow: inset 0 0 0 1px #949494;
  box-shadow: inset 0 0 0 1px #949494;
}
#wrapper.focus {
  -webkit-box-shadow: inset 0 0 0 1px #949494;
  -moz-box-shadow: inset 0 0 0 1px #949494;
  box-shadow: inset 0 0 0 1px #949494;
}
.modal_boasvindas .modal-body {
  display: flex;
  padding: 30px 40px;
}
.modal_boasvindas .modal-body .ilustracao {
  margin-right: 25px;
  width: 300px;
  position: relative;
  min-height: 450px;
  display: block;
  min-width: 300px;
}
.modal_boasvindas .modal-body .ilustracao video {
  position: absolute;
  left: -50px;
  top: 0;
  border: none;
}
.modal_boasvindas .modal-body .conteudo h1 {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
}
.modal_boasvindas .modal-body .conteudo h2 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 11px;
  font-size: 18px;
}
.modal_boasvindas .modal-body .conteudo h3 {
  display: block;
  width: 100%;
  margin: 30px 0 20px 0;
  padding: 0;
  line-height: 11px;
  font-size: 14px;
}
.modal_boasvindas .modal-body .conteudo p {
  text-align: justify;
  font-size: 15px;
}
.modal_boasvindas .modal-body .conteudo ul {
  list-style: none;
}
.modal_boasvindas .modal-body .conteudo ul li {
  font-size: 15px;
  margin-bottom: 10px;
}
.modal_boasvindas .modal-body .conteudo ul li small {
  font-size: 13px;
  width: 100%;
  display: block;
  color: #999999;
}
.modal_boasvindas .modal-footer {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.modal_boasvindas .modal-footer .btn-link {
  box-shadow: none;
  color: #999999;
}
#boasVindas_euFalo .modal-body .ilustracao span {
  display: block;
  width: 300px;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}
#boasVindas_euFalo .modal-body .ilustracao span span {
  position: absolute;
}
#boasVindas_euFalo .modal-body .ilustracao span span:nth-child(1) {
  background-image: url(/assets_eufalo/boasvindas/bg_1.png);
  z-index: 1;
  background-position-x: left;
  -webkit-animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
#boasVindas_euFalo .modal-body .ilustracao span span:nth-child(2) {
  background-image: url(/assets_eufalo/boasvindas/bg_2.png);
  z-index: 2;
  background-position-x: center;
  -webkit-animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
#boasVindas_euFalo .modal-body .ilustracao span span:nth-child(3) {
  background-image: url(/assets_eufalo/boasvindas/bg_3.png);
  z-index: 3;
  background-position-x: left;
  -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s both;
  animation: slide-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s both;
}
#boasVindas_euFalo .modal-body .ilustracao span span:nth-child(4) {
  background-image: url(/assets_eufalo/boasvindas/bg_4.png);
  z-index: 4;
  background-position-x: center;
}
#boasVindas_euFalo .modal-body .ilustracao span span:nth-child(5) {
  background-image: url(/assets_eufalo/boasvindas/bg_5.png);
  z-index: 5;
  -webkit-animation: slide-in-blurred-left 0.3s cubic-bezier(0.23, 0, 0.32, 1) both;
  animation: slide-in-blurred-left 0.3s cubic-bezier(0.23, 0, 0.32, 1) both;
}
@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
#EmailDragDropEditor {
  position: relative;
}
#EmailDragDropEditor .navbar {
  position: absolute;
  top: 0;
}
#EmailDragDropEditor .page-header-default {
  margin: 0;
}
#EmailDragDropEditor .content-wrapper {
  position: relative;
}
#EmailDragDropEditor .content-wrapper .page-header {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  z-index: 9;
}
#EmailDragDropEditor #editBar {
  width: 300px;
  box-shadow: 6px 2px 7px 2px rgba(41, 50, 66, 0.1) !important;
  z-index: 8;
  right: 0;
  top: 95px;
}
#EmailDragDropEditor #editBar .sidebar-content {
  width: 300px !important;
  top: 0;
}
#EmailDragDropEditor #editBar .sidebar-content h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 4px 0;
  padding: 0;
}
#EmailDragDropEditor #editBar .sidebar-content h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 4px 0;
  padding: 0;
}
#EmailDragDropEditor #editBar .sidebar-content .panel-group-control .panel-title > a:before {
  content: "\e9df" !important;
  font-size: 13px;
}
#EmailDragDropEditor #editBar .sidebar-content .panel-group-control .panel-title > a.collapsed:before {
  content: "\e9dc" !important;
}
#EmailDragDropEditor #editBar .sidebar-content .tagBox {
  position: relative;
  display: block;
  width: 100%;
}
#EmailDragDropEditor #editBar .sidebar-content .tagBox a {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  color: #333333;
  opacity: 0.5;
}
#EmailDragDropEditor #editBar .sidebar-content .tagBox input {
  padding-right: 30px;
}
#EmailDragDropEditor #editBar .sidebar-content .tagBox.image input {
  padding-right: 60px;
}
#EmailDragDropEditor #editBar .sidebar-content .tagBox.image a.insertImage {
  right: 35px;
}
#EmailDragDropEditor #editBar .sidebar-content textarea.form-control {
  resize: vertical;
  line-height: normal;
  padding-top: 10px;
  min-height: 130px;
}
#EmailDragDropEditor #editBar .config_item,
#EmailDragDropEditor #settingsBar .config_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}
#EmailDragDropEditor #editBar .config_item .slide,
#EmailDragDropEditor #settingsBar .config_item .slide {
  width: 50%;
  display: block;
}
#EmailDragDropEditor #editBar .config_item .sp-replacer,
#EmailDragDropEditor #settingsBar .config_item .sp-replacer {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#EmailDragDropEditor #editBar .config_item .checkbox-switchery,
#EmailDragDropEditor #settingsBar .config_item .checkbox-switchery {
  position: absolute;
  right: 0;
  top: -40px;
}
#EmailDragDropEditor #editBar .config_item .checkbox-switchery .switchery,
#EmailDragDropEditor #settingsBar .config_item .checkbox-switchery .switchery {
  right: 0;
}
#EmailDragDropEditor #editBar .config_item .touchspin,
#EmailDragDropEditor #settingsBar .config_item .touchspin {
  max-width: 40px;
  text-align: center;
}
#EmailDragDropEditor #editBar .config_item.fw,
#EmailDragDropEditor #settingsBar .config_item.fw {
  flex-direction: column;
}
#EmailDragDropEditor #editBar .config_item.fw span,
#EmailDragDropEditor #settingsBar .config_item.fw span {
  width: 100%;
  display: block;
}
#EmailDragDropEditor #settingsBar {
  background: #fff;
  width: 350px;
  display: block;
  box-shadow: 6px 2px 17px 12px rgba(41, 50, 66, 0.1) !important;
}
#EmailDragDropEditor #settingsBar .tab-content {
  padding: 10px;
}
#EmailDragDropEditor #settingsBar h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
#EmailDragDropEditor #settingsBar h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 4px 0;
  padding: 0;
}
#EmailDragDropEditor #settingsBar .config_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
#EmailDragDropEditor #settingsBar .config_item .sp-replacer {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#EmailDragDropEditor #settingsBar .config_item .touchspin {
  max-width: 40px;
  text-align: center;
}
#EmailDragDropEditor #settingsBar #modulos {
  width: 100%;
  display: block;
  height: 500px;
}
#EmailDragDropEditor #settingsBar #modulos .itemM {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
#EmailDragDropEditor #settingsBar #modulos .itemM img {
  width: 100%;
  display: block;
  border: 1px dashed #bcbcbc;
}
#EmailDragDropEditor .content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 45px 0 0 0;
  position: relative;
  width: 100%;
}
#EmailDragDropEditor .content #emailCanvas {
  width: 100%;
  display: block;
}
#EmailDragDropEditor .content #contentItens {
  min-height: 200px;
}
#EmailDragDropEditor .content #contentItens.emailVazio {
  padding: 20px 10px;
  border: 3px dashed #bcbcbc;
  color: #626262;
  text-align: center;
  margin: 0 auto;
}
#EmailDragDropEditor .content #contentItens.emailVazio:before {
  width: 100%;
  display: block;
  text-align: center;
}
#EmailDragDropEditor .content #contentItens .remove {
  display: none !important;
}
#EmailDragDropEditor section.mItem {
  position: relative;
  display: block;
  width: 100%;
}
#EmailDragDropEditor section.mItem .controls {
  position: absolute;
  display: none;
  width: 100%;
  top: -40px;
  right: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
#EmailDragDropEditor section.mItem .controls a {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
}
#EmailDragDropEditor section.mItem:hover {
  border: 1px solid #000;
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#EmailDragDropEditor section.mItem:hover .controls {
  display: flex;
}
#EmailDragDropEditor section.mItem.gu-transit {
  opacity: 0.2;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s ease-in-out;
}
#EmailDragDropEditor section.mItem.gu-transit .controls {
  display: none !important;
}
#EmailDragDropEditor section.mItem.gu-mirror {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#EmailDragDropEditor section.mItem.gu-mirror .controls {
  display: none !important;
}
#sidebar_add_image .resultados {
  padding-bottom: 30px;
}
#sidebar_add_image .thumb a {
  min-height: 100px;
  display: block;
  background-color: #e2e2e2;
}
.panel {
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05), 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
}
.panel-footer {
  background-color: #fff;
}
.page-header-default .breadcrumb-line:not([class*=bg-]) {
  background-color: #fff;
}
.page-header-default {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.1);
}
.sidebar.sidebar-main {
  box-shadow: 13px -2px 17px -12px rgba(41, 50, 66, 0.1);
}
.customSidebar {
  box-shadow: 6px 2px 17px 12px rgba(41, 50, 66, 0.1) !important;
}
#sidebar_gerenciador_arquivo {
  width: 80%;
}
#sidebar_gerenciador_arquivo .sidebar-content {
  width: 100% !important;
  padding-bottom: 20px;
}
#sidebar_gerenciador_arquivo .sidebar-content .formArea {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
#sidebar_gerenciador_arquivo .sidebar-content .formArea .bootstrap-select.btn-group .btn .filter-option {
  height: 25px;
}
#sidebar_gerenciador_arquivo .sidebar-content .actions {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-end;
  position: relative;
  padding: 15px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #bbb;
}
#sidebar_gerenciador_arquivo .sidebar-content .actions a {
  margin-left: 15px;
}
#sidebar_gerenciador_arquivo .dropzone {
  min-height: 320px;
}
#sidebar_gerenciador_arquivo .dropzone .dz-default.dz-message span > span {
  margin-top: 2px;
  display: block;
  color: #ccc;
  font-size: 15px;
}
.modal-dialog {
  overflow-x: visible !important;
}
.erro_overflow {
  background: rgba(0, 0, 0, 0.9);
  display: block;
  width: 100vw;
  height: 100vh;
}
.panel-error {
  margin: 0 auto 20px auto;
  width: 500px;
}
.panel-error .panel-body {
  padding: 0;
}
.panel-error .panel-body .code_error {
  background: #eeeeee;
  padding: 10px;
}
.panel-error .panel-body .code_error h1 {
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 800;
  font-size: 61px;
  margin: 0;
  line-height: 1;
}
.panel-error .panel-body .code_error h1 small {
  display: block;
  width: 100%;
}
.panel-error .panel-body .code_error h1 i {
  font-size: 100px;
  margin: 20px 0;
}
.panel-error .panel-body .msg_error {
  padding: 10px;
  text-align: center;
}
.panel-error .panel-body .msg_error2 {
  padding: 10px;
  text-align: center;
  font-size: 11px;
}
@-webkit-keyframes vignette-anim {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@-moz-keyframes vignette-anim {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@-o-keyframes vignette-anim {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes vignette-anim {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
.cabItemIntro {
  position: relative;
  padding: 10px 0;
  display: block;
  margin-bottom: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.cabItemIntro span {
  position: absolute;
  right: 15px;
  text-align: right;
  top: 17px;
}
.sidebar-main .sidebar-category .navigation {
  padding: 0 0 30px 0;
}
.navbar-nav > .dropdown-user img {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu > li > a .text {
  display: inline-block;
  width: 78%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  margin-right: 0 !important;
}
.bootstrap-select.btn-group .dropdown-header ~ li > a {
  padding: 10px 0 10px 15px !important;
}
.bootstrap-select.btn-group .bs-actionsbox button {
  width: 45%;
  margin-right: 2.5%;
  float: left;
}
.bootstrap-select.btn-group .bs-actionsbox button:nth-child(2) {
  margin: 0;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu > li.selected a .check-mark:before {
  content: "\e372";
}
.nicescroll-rails:hover {
  opacity: 1 !important;
}
@media (min-width: 769px) {
  .sidebar-fixed .sidebar-content {
    overflow: visible !important;
  }
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.nav-tabs.nav-tabs-highlight > li.active > a {
  font-weight: bold;
}
.stepy-step {
  padding: 0 20px !important;
}
.stepy-navigator {
  text-align: initial !important;
}
.stepy-navigator .button-next,
.stepy-navigator button {
  float: right;
}
.stepy-navigator .button-back {
  float: left;
}
.form-control {
  font-weight: bold;
  line-height: 0;
}
.bootstrap-select .btn-default {
  padding: 6px 0 5px 0 !important;
}
.form-group label:not(.label, .display-block) {
  font-size: 13px;
  opacity: 0.7;
  color: #333333;
  margin-bottom: 0;
}
.tooltip {
  border-radius: 3px;
}
.nav-tabs.nav-tabs-bottom > li.active > a {
  font-weight: bold;
}
#toast-container {
  padding: 15px 0 0 0 !important;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.33)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
}
#toast-container.toast-center-center {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#toast-container.toast-center-center > div {
  top: 40%;
  left: 50%;
  margin-left: -150px;
}
#toast-container.toast-center-center .toast-message {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
#toast-container > div {
  opacity: 1 !important;
  padding: 15px 15px 15px 15px !important;
}
#toast-container > div:hover {
  box-shadow: none !important;
}
#toast-container > .toast-warning,
#toast-container > .toast-success,
#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-message,
#toast-container > .toast-info {
  background-image: none !important;
}
#toast-container .toast-title {
  text-align: center;
}
#toast-container .toast-message {
  text-align: center;
}
#toast-container .toast-message button {
  margin: 5px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#toast-container .toast-message button:hover {
  color: #ffffff;
}
#toast-container .toast-message .btn-positive {
  background-color: #66bb6a;
}
#toast-container .toast-message .btn-positive:focus {
  color: #ffffff;
  font-weight: bold !important;
}
#toast-container .toast-message .btn-negative {
  background-color: #ef5350;
}
#toast-container .toast-message .btn-negative:focus {
  color: #ffffff;
  font-weight: bold !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#toast-container .toast-message .btn-neutro {
  background-color: #ffffff;
  color: #333333;
}
#toast-container .toast-message .btn-neutro:hover {
  color: #ffffff;
}
#btn-processar-consulta {
  min-width: 99px;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  min-width: 350px !important;
}
.appForm span.center-block {
  font-size: 13px;
  opacity: 0.7;
  color: #333333;
  margin-top: 10px;
}
.appForm .form-control {
  height: auto;
  margin-bottom: 5px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 7px 5px;
}
.login-container .panel-heading {
  padding: 20px 0;
}
.erro {
  border-bottom: 1px dashed #ff0000 !important;
  color: #ff0000 !important;
}
.cke_button__dadosdinamicos_label {
  display: inline !important;
}
.cke_button__dadosdinamicos .cke_button_icon {
  display: none;
}
.customTables .bottom {
  border-top: 1px solid #bbbbbb;
  padding-top: 10px;
}
.customTables .bottom:before,
.customTables .bottom:after {
  content: " ";
  display: table;
}
.customTables .bottom:after {
  clear: both;
}
.customTables .bottom .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 55px;
  margin-right: 10px;
}
.customTables .bottom .dataTables_info {
  float: left;
  padding: 9px 0;
  margin-bottom: 5px;
  width: 100%;
  display: block;
}
.customTables .bottom .dataTables_paginate {
  float: left !important;
  text-align: right !important;
  margin: 0 0 5px 0 !important;
}
.customTables .bottom .dataTables_length {
  margin: 0 0 5px 20px;
}
table.hover tr:hover,
table.hover tr:focus {
  /*td:first-child:before{
                    content: "\ed6e";      
                    left: -10px;
                    font-family: 'icomoon';
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    display: inline-block;
                    text-align: center;
                    font-size: 16px;
                    vertical-align: middle;
                    position: relative;
                    top: -1px;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }*/
}
table.hover tr:hover td,
table.hover tr:focus td {
  cursor: pointer;
}
.popover.superhint {
  max-width: none;
  width: 350px;
  padding: 0px;
  z-index: 50 !important;
}
.popover.superhint .popover-title {
  font-size: 14px;
}
.popover.superhint .popover-content {
  padding: 5px 15px;
}
.popover.superhint .popover-footer {
  padding: 10px;
  margin-top: 10px;
}
.popover.superhint .popover-footer::after {
  display: block;
  content: "";
  clear: both;
}
.popover.superhint .popover-footer button {
  float: right;
}
.popover.superhint .popover-close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.5;
}
.popover.superhint .popover-close:hover {
  opacity: 1;
}
.popover.superhint .arrow {
  display: block;
}
.hint-help {
  font-size: 12px;
  opacity: 0.5;
  cursor: help;
}
.hint-help:hover {
  opacity: 1;
}
.heading-elements {
  top: 52% !important;
  height: 36px !important;
}
.navbar {
  z-index: 1002;
}
.page-header-default {
  margin-bottom: 15px;
}
.page-header-default .breadcrumb-line {
  webkit-box-shadow: none;
  box-shadow: none;
}
.page-header .breadcrumb-line:first-child {
  z-index: 99;
}
.page-header .breadcrumb-elements li {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.page-header .breadcrumb-elements li:first-child {
  border-left: none;
}
.page-header .breadcrumb-elements li:last-child {
  border-right: none;
}
.panel-heading {
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn {
  text-transform: none;
  padding: 6px 17px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.breadcrumb-elements > li > .btn {
  box-shadow: none;
}
.content-wrapper.customSidebarOpen {
  padding-right: 350px;
}
.breadcrumb-elements > li > a {
  padding: 13px 15px;
}
.breadcrumb {
  padding: 13px 0;
}
.sidebar-user .category-content {
  padding: 0;
}
.sidebar-user .category-content .media .client-logo {
  width: 100%;
  display: block;
  text-align: center;
  max-height: 110px;
  padding: 0 0 5px 0;
}
.sidebar-user .category-content .media .client-logo img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 93px;
}
.sidebar-user .category-content .media .client-logo a {
  width: 100%;
  height: 98px;
  display: none;
  position: absolute;
  z-index: 9;
  top: 0;
}
.sidebar-user .category-content .media .client-logo a i {
  font-size: 20px;
}
.sidebar-user .category-content .media .client-logo a span {
  position: absolute;
  top: 30%;
  width: 100%;
  left: 0;
}
.sidebar-user .category-content .media .client-logo a span small {
  font-size: 12px;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
}
.sidebar-user .category-content .media .client-logo:hover a {
  display: block;
}
.sidebar-control i:before {
  content: "\ee07";
}
.navbar-brand img {
  margin-top: 0px;
  height: 25px;
}
.sidebar-xs .navbar-header {
  min-width: 55px;
}
.sidebar-xs .navbar-brand {
  display: none;
}
.sidebar-xs .navbar-header .navbar-nav {
  float: none;
  margin-left: 5px;
}
.sidebar-xs .category-content .media .client-logo {
  min-height: 46px;
  padding: 0;
  position: relative;
}
.sidebar-xs .category-content .media .client-logo img {
  position: inherit;
  left: auto;
  max-height: 46px;
}
.sidebar-xs .sidebar-control i:before {
  content: "\ee03";
}
#topNotifications .media .media-actions {
  position: relative;
  overflow: visible;
  display: block;
  vertical-align: top;
  width: 100%;
  text-align: right;
}
#topNotifications .media .media-actions button {
  /*float: right;*/
}
#topNotifications .media .media-left span {
  padding: 11px 13px;
  border-radius: 100px;
  display: inline-block;
}
#topNotifications .media-tipo-1 .media-left span {
  background-color: #66bb6a;
  border-color: #66bb6a;
  color: #fff;
}
#topNotifications .media-tipo-1 .media-left span i:before {
  content: "\ea79";
}
#topNotifications .media-tipo-2 .media-left span {
  background-color: #ff7043;
  border-color: #ff7043;
  color: #fff;
}
#topNotifications .media-tipo-2 .media-left span i:before {
  content: "\ec46";
}
#topNotifications .media-tipo-3 .media-left span {
  background-color: #03a9f4;
  border-color: #03a9f4;
  color: #fff;
}
#topNotifications .media-tipo-3 .media-left span i:before {
  content: "\e9db";
}
#topNotifications .media-tipo-4 .media-left span {
  background-color: #03a9f4;
  border-color: #03a9f4;
  color: #fff;
}
#topNotifications .media-tipo-4 .media-left span i:before {
  content: "\e9db";
}
#sidebar_config,
.sidebar_config {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  top: 0 !important;
}
#sidebar_config.open,
.sidebar_config.open {
  display: table-cell;
}
#sidebar_config .sidebar-content,
.sidebar_config .sidebar-content {
  position: fixed;
  width: 260px;
  /*max-height: 100%;*/
  overflow: auto;
  top: 50px;
  bottom: 50px;
  margin-bottom: -50px;
}
.customSidebar {
  display: none;
  height: 100%;
  /*position: relative;
	max-height: 100%;
    overflow: auto;
    top: 0px;
    bottom: 50px;
    margin-bottom: -50px;*/
  overflow: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.customSidebar.open {
  display: table-cell;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .customSidebar {
    display: none;
    vertical-align: top;
    width: 100%;
  }
  .customSidebar.open {
    display: table-cell;
  }
}
.customSidebar .sidebar-content {
  width: 260px;
  max-height: 100%;
  overflow: visible !important;
  top: 50px;
  bottom: 50px;
  margin-bottom: -50px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .customSidebar .sidebar-content {
    width: 100%;
  }
}
.customSidebar a,
.customSidebar span {
  font-size: 13px;
}
.customSidebar a.disabled,
.customSidebar span.disabled {
  opacity: 0.2;
}
.customSidebar select {
  max-width: 100%;
}
.customSidebar .label {
  margin-bottom: 10px;
}
.customSidebar code {
  display: block;
  width: 100%;
  margin: 5px 0;
}
.customSidebar .checkbox label {
  opacity: 1;
}
.customSidebar#sidebar_campo .tipoData,
.customSidebar#sidebar_campo .tipoNumero,
.customSidebar#sidebar_campo .tipoTexto,
.customSidebar#sidebar_campo .tipoLista {
  display: none;
}
.customSidebar#sidebar_campo .tipoData.ativo,
.customSidebar#sidebar_campo .tipoNumero.ativo,
.customSidebar#sidebar_campo .tipoTexto.ativo,
.customSidebar#sidebar_campo .tipoLista.ativo {
  display: block;
}
.customSidebar {
  vertical-align: top;
  width: 350px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .customSidebar {
    width: 100% !important;
  }
}
.customSidebar .closeSideBar {
  font-size: 14px;
}
.customSidebar .sidebar-content {
  width: 350px !important;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .customSidebar .sidebar-content {
    width: 100% !important;
  }
}
.customSidebar .sidebar-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .customSidebar .sidebar-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
  }
}
.customSidebar .sidebar-content .category-content {
  padding: 20px 20px 0 20px;
}
.customSidebar .sidebar-content .acoes {
  position: absolute;
  width: 310px;
  bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .customSidebar .sidebar-content .acoes {
    width: 90% !important;
  }
}
.breadcrumb-elements > li > .btn {
  display: block;
  padding: 13px 15px;
  border-radius: 0;
}
.customTables .dataTables_filter input,
.customTables .dataTables_length input,
.customTables .dataTables_filter select,
.customTables .dataTables_length select {
  display: inline-block;
  height: 38px;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding-left: 0;
  padding-right: 0;
  border-width: 1px 0;
  border-color: transparent;
  border-bottom-color: #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 10px;
}
.dataTables_filter input,
.dataTables_length input,
.dataTables_filter select,
.dataTables_length select {
  display: inline-block;
  height: 38px;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding-left: 0;
  padding-right: 0;
  border-width: 1px 0;
  border-color: transparent;
  border-bottom-color: #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 10px;
}
.modal .close {
  font-size: 27.5px;
  margin-top: 0 !important;
  top: auto;
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-dialog {
  overflow-x: hidden;
}
.daterangepicker.dropdown-menu {
  z-index: 2000 !important;
}
.bootstrap-tagsinput input {
  display: block;
  width: 100% !important;
  min-width: 100% !important;
  height: 38px;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
  background-color: transparent !important;
  background-image: none !important;
  border: 1px solid #ddd !important;
  padding-left: 0;
  padding-right: 0;
  border-width: 1px 0;
  border-color: transparent !important;
  border-bottom-color: #ddd !important;
  border-radius: 0;
  box-shadow: none;
}
#sidebar_add_grafico .dadosGraficoSelecionado {
  width: 100%;
  display: block;
  padding: 10px 0;
}
#sidebar_add_grafico .dadosGraficoSelecionado span {
  width: 100%;
  display: block;
  font-weight: bold;
  color: #555555;
}
#CadastroUsuario .input-group {
  width: 100%;
}
#CadastroUsuario .bootstrap-select.btn-group:not(.input-group-btn),
#CadastroUsuario .bootstrap-select.btn-group[class*="col-"] {
  margin-bottom: 5px;
}
.bootstrap-select.btn-group .btn .filter-option,
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.radio label,
.checkbox label {
  font-weight: bold;
}
#meusDados {
  width: 500px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
  /*input[type="password"],#myform input[type="text"]{
        background:transparent;
        border: 2px solid #46AC84;
        color: #777;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        padding: 9px 5px;
        height: 21px;
        text-indent: 6px;
        -webkit-appearance: none;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: border .25s linear, color .25s linear;
        -moz-transition: border .25s linear, color .25s linear;
        -o-transition: border .25s linear, color .25s linear;
        transition: border .25s linear, color .25s linear;
        -webkit-backface-visibility: hidden;
        width:100%;
        }*/
}
.strength_meter_input {
  position: relative;
}
.strength_meter {
  width: 100%;
}
.button_strength {
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
  display: none;
}
.strength_meter div {
  width: auto;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 11px;
  font-weight: bold;
  font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 2px 10px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.strength_meter div i {
  font-size: 9px;
  color: #FFB74D;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.strength_meter div p {
  position: absolute;
  top: 22px;
  right: 0px;
  color: #FFF;
  font-size: 11px;
  font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.veryweak {
  background-color: #C62828;
}
.weak {
  background-color: #F57C00;
}
.weak i {
  color: #ffffff !important;
}
.medium {
  background-color: #01579B;
}
.strong {
  background-color: #1B5E20;
}
.UserId.member {
  background-color: #D6DADC;
  color: #4d4d4d;
  display: block;
  float: left;
  height: 30px;
  margin: 0 7px 4px 0;
  overflow: visible;
  position: relative;
  width: 30px;
  user-select: none;
  z-index: 0;
  cursor: pointer;
  border-radius: 20px;
}
.UserId.member .member-initials {
  display: block;
  font-size: 9pt;
  font-weight: 700;
  height: 30px;
  left: 0;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  border-radius: 20px;
}
.grupo-cadastros .icon-users4 {
  width: 16px;
}
#sidebar_enviar_email .alerta-campanha {
  padding: 5px 0;
  border-bottom: 1px solid #dddddd;
}
#sidebar_enviar_email .alerta-campanha p,
#sidebar_enviar_email .alerta-campanha mark {
  margin-bottom: 5px;
  display: block;
}
#sidebar_enviar_email label {
  opacity: 1;
}
#modalLabSend .modal-dialog {
  overflow-x: initial;
}
#modalLabSend div.bootstrap-select {
  width: 100%;
}
.customSidebar .bs-searchbox,
.customSidebar .bs-actionsbox {
  margin-bottom: 0px;
}
.dropdown-menu {
  z-index: 1025;
}
.shortcut::first-letter {
  font-weight: bold;
  text-decoration: underline;
}
.customSidebar .dropzone {
  min-height: 110px;
}
.customSidebar .dropzone .dz-default.dz-message:before {
  display: none;
}
.customSidebar .dropzone .dz-default.dz-message span {
  font-size: 16px;
  margin-top: 59px;
  font-weight: normal;
}
.sidebar-xs .sidebar-main .sidebar-category {
  overflow-x: initial !important;
}
@media (min-width: 769px) {
  .sidebar-xs .sidebar-main .navigation > li > ul {
    bottom: 44px;
    top: auto !important;
  }
}
.sidebar-xs .sidebar-main.sidebar-default .navigation > li > ul li {
  background-color: #ffffff !important;
}
.sidebar-xs .sidebar-main.sidebar-default .navigation > li > a > span {
  background-color: #ffffff !important;
}
.cd-top {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 40px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s, bottom 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s, bottom 0.3s 0s;
}
.cd-top i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  margin-left: -25%;
  margin-top: -26%;
}
.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}
.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.cd-top:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
#dv-lista-contas .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
}
#frm-configuracao span.center-block {
  margin-top: 12px;
  font-size: 13px;
  opacity: 1;
  color: #333333;
}
#frm-configuracao .form-control {
  line-height: 0;
  height: auto;
}
#frm-configuracao label {
  margin-bottom: 0;
}
#actions-logomarca .btn {
  width: 100%;
}
#manutencao.panel-error #loading-default {
  display: block;
  opacity: 1;
  position: relative !important;
  z-index: 99999 !important;
  overflow: visible;
}
#manutencao.panel-error #loading-default:before {
  display: none;
}
#manutencao.panel-error #loading-default:not(.step1) {
  background: none;
}
#manutencao.panel-error #loading-default .lds-ring {
  top: -26px;
}
#manutencao.panel-error .code_error {
  padding: 100px 0;
}
#manutencao.panel-error .code_error i {
  font-size: 23px;
}
#manutencao.panel-error .code_error h1 {
  font-size: 23px;
  margin-top: 40px;
}
#painelUtilizacao {
  background: #F6F6F6;
  padding: 10px 20px 30px 20px;
  margin-top: 18px;
}
#painelUtilizacao .utilizacaoBox {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  margin-top: 30px;
  width: 100%;
}
#painelUtilizacao .utilizacaoBox .item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 23%;
  align-self: stretch;
  margin: 0 1% 20px 1%;
  margin-bottom: 20px;
  border-width: 0;
  color: #333333;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-align: center;
  padding: 10px;
  background: #fff;
}
#painelUtilizacao .utilizacaoBox .item i {
  margin: 0 auto;
  padding: 10px;
  border-radius: 43px;
  color: #fff;
  font-size: 20px;
}
#painelUtilizacao .utilizacaoBox .item .info {
  margin: 15px 0;
}
#painelUtilizacao .utilizacaoBox .item .info span:nth-child(1) {
  font-weight: 800;
  font-size: 16px;
  display: block;
  width: 100%;
}
#sidebar_suporte textarea {
  min-height: 200px;
  line-height: initial;
  font-weight: normal;
}
#sidebar_suporte label {
  font-weight: bold;
}
#sidebar_suporte .dropzone .dz-default.dz-message span {
  font-size: 12px;
  margin-top: 52px;
  font-weight: normal;
}
#sidebar_suporte .dropzone .dz-default.dz-message span > span {
  margin-top: 0;
  font-weight: 0;
}
.navbar a {
  cursor: pointer;
}
#adesaoPlano .panel-footer,
#adesaoPlano .panel-body {
  padding: 15px 20px;
}
#adesaoPlano .navbar {
  padding: 0;
}
#adesaoPlano .navbar .navbar-header {
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  min-height: 50px;
}
#adesaoPlano .navbar .navbar-header img {
  max-height: 50px;
}
#adesaoPlano #pagSeguro {
  margin: 10px 0 15px 0;
  padding: 10px 0 15px 0;
  display: flex;
  align-content: center;
}
#adesaoPlano #pagSeguro span {
  font-size: 11px;
}
#adesaoPlano #pagSeguro img {
  height: 25px;
  margin-left: 10px;
}
.tokenfield .token {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 6px;
  cursor: default;
  float: left;
  position: relative;
  border-radius: 4px;
  padding: 3px 0px;
}
.tokenfield .token-input {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-width: 1px 0 !important;
  border-color: transparent !important;
  border-bottom-color: #ddd !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 13px !important;
  line-height: 1.5384616 !important;
  color: #333333 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 3px !important;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}
table .tooltip-inner {
  text-align: left !important;
  max-width: max-content !important;
}