@charset "UTF-8";

.modal-expanded .modal-dialog {
  margin: 0px !important;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

.font-main {
  color: #343a40;
  font-weight: bolder;
}
ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 1;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  color: #6c757d;
  font-weight: 400;
}

ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 1;
  margin-top: 10px;
}

ul.timeline .content {
  padding: 15px;
  background-color: white;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0.1875rem 0.375rem rgba(33, 37, 41, 0.05);
  /* max-width: 500px; */
  width: fit-content;
}

ul.timeline .content:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 1;
  left: -10px;
  border: medium solid white;
  border-width: 15px 15px 15px 0px;
  border-color: transparent white transparent transparent;
}

.kanban-board {
  flex: 1;
  white-space: nowrap;
  display: flex;
  user-select: none;
}

.kanban-board > .kanban-col {
  user-select: none;
  /* flex: 1 0 auto; */
  width: calc(100vw - 24px);
  max-height: 100%;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  outline: none !important;
}

.kanban-board > .kanban-col .card-list {
  user-select: none;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.card-list {
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  padding: 1rem;
  /* background: #dee2e6; */
  border: 2px dotted #d1d1d1;
  color: #6c757d;
  font-weight: 400;
}

.kanban-board > .kanban-col .card-list-header {
  display: block;
  position: relative;
}

.kanban-board > .kanban-col .card-list-body {
  min-height: 1rem;
}

.card-list .card {
  border: none;
  box-shadow: 0 0.1875rem 0.375rem rgba(33, 37, 41, 0.05);
  border-radius: 0.5rem;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem !important;
}
.card-kanban {
  user-select: none;
  outline: none !important;
  cursor: -webkit-grab;
  cursor: grab;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s;
}

.card-kanban .card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
  color: #6c757d;
  font-weight: 400;
}

.card-kanban .card-footer {
  user-select: none;
  outline: none !important;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 0px !important;
  border: 0px !important;
}

@media (max-width: 991.98px) {
  .card-body {
    padding: 1.125rem;
  }
}

.card-kanban:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.table-border tr td {
  border: 3px solid #eeeeee !important;
}

.swal-custom-message,
.swal-custom-icon {
  width: 100%;
}
.swal-custom-icon .icon i {
  font-size: 60px !important;
  margin: 5px;
}
.swal-custom-message .text {
  font-size: 17px;
  font-weight: normal;
}

.mt-0 {
  margin-top: 0px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-1 {
  margin-top: 1px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.m-0 {
  margin: 0px !important;
}
.pd-20 {
  padding: 20px !important;
}
.pd-0 {
  padding: 0px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-5 {
  margin-left: 5px !important;
}

.label-white {
  font-weight: bolder;
  color: white;
}

.nav-step {
  border-bottom: none !important;
}
.nav-step-ul {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.nav-step-li > li > a {
  padding: 15px 18px 15px 18px !important;
  border-radius: 100% !important;
  min-width: 0px !important;
  background-color: #eee;
  border: 3px solid transparent;
}

.nav-step-li > li:not(.active) > a:hover {
  background-color: white !important;
  border: 3px solid #85817c;
}

.nav-step-li > li > a > i {
  padding: 5px !important;
  font-size: 20px !important;
}

.nav-step-li > li + li {
  margin-left: 80px;
}
.nav-step-li {
  display: flex;
  justify-content: center;
}

.nav-step-step {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.step-message {
  width: 100%;
  background-color: #eeeeee;
  padding: 10px;
  margin-top: 10px;
}

.step-message-text {
  color: #6c757d;
  font-weight: bolder;
}

.stage-header {
  width: 100%;
  padding: 5px;
  font-weight: bold;
  background-color: #dad7d7;
  margin-bottom: 3px;
}

.step-message .checkbox span {
  padding-right: 5px;
  color: #6c757d;
  font-weight: bold;
}

.step-hide {
  display: none;
}
.f1-progress {
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ddd;
}

.highcharts-loading {
  opacity: 1 !important;
}
.highcharts-loading-inner {
  display: block;
}

.highcharts-loading-inner,
.highcharts-loading-inner:before,
.highcharts-loading-inner:after {
  background: #dfdfdf;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.highcharts-loading-inner {
  color: #dfdfdf;
  text-indent: -9999em;
  margin: 0 auto;
  top: 50% !important;
  position: relative;
  font-size: 11px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.highcharts-loading-inner:before,
.highcharts-loading-inner:after {
  position: absolute;
  top: 0;
  content: "";
}
.highcharts-loading-inner:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.highcharts-loading-inner:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.visible {
  display: inline !important;
}
.return_zero {
  padding: 10px !important;
}

.return_zero a {
  color: #ed6663 !important;
  font-style: italic !important;
}

.cls-actions-av {
  border: 3px solid #eeeeee;
  margin-bottom: 20px;
  padding: 5px;
}
.actions {
  width: 10px !important;
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.actions .off {
  margin: 0px !important;
  padding: 6px 8px 8px 8px !important;
  /*border-radius: 30px;*/
}

.actions .off i {
  font-size: 13px !important;
}

.actions .del {
  margin: 0px !important;
  padding: 6px 8px 8px 8px !important;
  /*border-radius: 30px;*/
}

.actions .del i {
  font-size: 13px !important;
}

.actions .edit {
  margin: 0px !important;
  padding: 6px 8px 8px 8px !important;
  /*border-radius: 30px;*/
}

.actions .edit i {
  font-size: 13px !important;
}

.actions .view {
  margin: 0px !important;
  padding: 6px 8px 8px 8px !important;
  /*border-radius: 30px;*/
}

.actions .view i {
  font-size: 13px !important;
}
.cls-escolha {
  border: 3px solid #d1d1d1;
}
.cls-escolha .list-group-item {
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  /* color: rgb(9, 30, 51); */
  font-weight: bolder;
}

.cls-escolha .list-group-item a {
  cursor: pointer;
  font-size: 15px;
  color: #555a5e;
}

.cls-escolha .list-group-item:hover {
  background-color: #f2f4f6;
}

.cls-escolha .list-group-item i {
  font-size: 15px;
}

.modal-full {
  overflow: auto !important;
  padding: 0px !important;
}

.modal-full .modal-dialog {
  min-width: 100% !important;
  transform: none !important;
  top: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  border: 5px solid #d1d1d1 !important;
  outline: 0px;
}

.modal-full .modal-content {
  border-radius: 0px !important;
  border: 0px !important;
}

@media (min-width: 1900px) and (max-width: 2000px) {
  .modal-full .modal-dialog {
    min-width: 80% !important;
    margin: auto !important;
  }
}

@media (min-width: 1500px) and (max-width: 1900px) {
  .modal-full .modal-dialog {
    min-width: 80% !important;
    margin: auto !important;
  }
}
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  margin: 10px 0;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #17a2b8;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #17a2b8;
  cursor: pointer;
}

.div-overflow {
  width: 100% !important;
  overflow: auto !important;
  max-height: 400px !important;
  padding: 10px !important;
}

.radio_padrao {
  border-radius: 10px;
  padding: 5px;
  border: 1px solid #d2d2d2;
}

.radio_padrao label {
  color: #6c757d !important;
}

input.loading {
  background: url("../IMG/loading.gif") no-repeat;
  background-size: 20px;
  background-position: calc(100% - 5px) center;
}

.field-custom .btn-group,
.btn-group-vertical {
  position: relative;
  margin: 0px 1px !important;
}

.field-custom .form-group {
  margin-top: 0px !important;
}

.card-header {
  background-color: #555a5e !important;
}

.load {
  position: absolute;
  min-width: 100%;
  margin-top: 5px;
  background-color: #ffffff;
  position: fixed;
  z-index: 9999;
  min-height: 100%;
  overflow: hidden;
  display: none;
}

.load div {
  left: 45%;
  top: 40%;
  position: fixed;
  overflow: hidden;
  /*box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);*/
  padding: 5px;
}

.load img {
  max-width: 60px;
}

.load div span {
  font-weight: bold;
  color: #707981;
}

.modal-header {
  background-color: #555a5e !important;
}
.label-title {
  color: #6c777d !important;
  cursor: pointer !important;
  font-weight: bold !important;
}

.scroll-to-top {
  position: fixed;
  right: 5px;
  bottom: 10px;
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

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

.scroll-to-top i {
  padding: 8px;
  font-size: 20px;
}

.table-hover thead {
  font-size: 12px !important;
  background-color: #dad7d7 !important;
}

.table-hover > thead > tr > th {
  color: #6c757d !important;
  font-weight: bold !important;
  font-size: 14px !important;
  font-style: normal !important;
}

.table-hover tbody {
  font-size: 13px !important;
}
.note_danger_topRight {
  position: absolute;
  border: 1px solid #fff;
  margin: -32px 0 0 10px;
  font-size: 9px;
  background: #ed6663;
  color: #ffffff;
  min-width: 25px;
  height: 22px;
  border-radius: 10px;
  text-align: center;
  line-height: 19px;
  vertical-align: middle;
  display: block;
}

.note_success_topRight {
  position: absolute;
  border: 1px solid #fff;
  margin: -32px 0 0 10px;
  font-size: 9px;
  background: #0aa699;
  color: #ffffff;
  min-width: 25px;
  height: 22px;
  border-radius: 10px;
  text-align: center;
  line-height: 19px;
  vertical-align: middle;
  display: block;
}

.note_warning_bottomLeft {
  position: absolute;
  border: 1px solid #fff;
  margin: -10px 0 0 -10px;
  font-size: 9px;
  background: #ff9800;
  color: #ffffff;
  min-width: 25px;
  height: 22px;
  border-radius: 10px;
  text-align: center;
  line-height: 19px;
  vertical-align: middle;
  display: block;
}

.note_danger_bottomLeft {
  position: absolute;
  border: 1px solid #fff;
  margin: -10px 0 0 -10px;
  font-size: 9px;
  background: #ed6663;
  color: #ffffff;
  min-width: 25px;
  height: 22px;
  border-radius: 10px;
  text-align: center;
  line-height: 19px;
  vertical-align: middle;
  display: block;
}

.field-obg {
  color: #ed6663;
}

.tr_padrao {
  background-color: #dad7d7;
}

.tr_padrao td,
th {
  font-size: 13px;
  padding: 10px;
  color: #757d85;
}

.table-padrao {
  width: 100%;
}

.table-padrao tr {
  cursor: pointer;
}

.table-padrao thead {
  font-size: 12px;
  background-color: #dad7d7;
}

.table-padrao thead > tr > th {
  color: #6c757d !important;
  font-weight: bold !important;
  font-size: 14px !important;
  padding: 10px;
}

.tr-th-padrao th {
  color: #6c757d !important;
  font-weight: bold !important;
  font-size: 13px !important;
  background-color: #dad7d7;
}

.tr-th-padrao th label {
  color: #6c757d !important;
  font-weight: bold !important;
}
.table-padrao .colum_padrao {
  padding: 8px;
  font-size: 13px !important;
}
.table-padrao .colum_padrao label {
  color: #555a5e !important;
}

.table-padrao .border {
  border-bottom: 1px solid #d1d1d1;
}
.table-padrao .icon-correta i {
  color: #0aa699;
  font-weight: bold;
}

.table-padrao .icon i {
  color: #555a5e;
  font-weight: bold;
  padding-right: 5px;
}
.table-padrao tr:hover .colum_padrao {
  background-color: #f8f8f8;
}

.returned_rows {
  color: #6c757d;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
}

.cls-rows-log {
  color: #6c757d;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
}

.new-input {
  min-width: 120px;
  width: 100%;
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  font-weight: normal;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

@media screen and (max-width: 1200px) {
  .new-input {
    min-width: 100px !important;
  }
}

.new-input:focus {
  border-color: #0c1b25;
  outline: 0;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
}

.new-input:hover,
.new-input:focus {
  border-color: #0c1b25 !important;
}

.new-input[disabled],
.new-input[readonly],
fieldset[disabled] .new-input {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.cls_importar {
  border: 3px solid #d1d1d1;
  padding: 10px !important;
  border-radius: 5px !important;
}

.cls_importar a {
  font-size: 14px !important;
  color: gray !important;
  float: left !important;
  color: #757d85 !important;
}

.cls-btn-import {
  box-shadow: none !important;
  padding: 10px !important;
  border: 2px solid #80bdff !important;
  margin: 10px 0px 10px 0px !important;
}

.md-header {
  background-color: #ed6663;
  color: white;
  padding: 20px;
}

.md-header a {
  color: white !important;
  font-weight: bolder !important;
  font-size: 16px !important;
}

.md-header a i {
  font-size: 25px !important;
  font-weight: bold !important;
  margin-top: -5px !important;
}
.md-close {
  font-size: 25px !important;
  font-weight: bold !important;
  color: white !important;
}

.tb_interna tr,
td {
  padding: 5px;
  font-size: 13px;
  color: #6f757d;
}
.direct {
  font-style: italic;
}

.img-voice img {
  width: 25px !important;
}

#speakbt .dropdown-menu {
  min-width: 300px !important;
}
.speak {
  padding: 10px;
}

#speak_help {
  padding: 5px;
  font-style: italic;
  border-top: 1px dotted gray;
  font-size: 13px;
}

.cls-animatted {
  width: 100%;
  border-radius: 3px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.cls-animatted:hover {
  transform: scale(1.02);
}

.cls-info-description {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.cls-info-description span {
  font-weight: bold;
  cursor: pointer;
}

.cls-icon-relat {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}

.tb_interna {
  width: 90%;
  /*background-color: #F5F5F5;*/
  /* color: #6F757D; */
  margin: auto;
  border: 3px dotted #d1d1d1;
}

.tb_interna tr:hover {
  background-color: none !important;
}

.tb_interna th {
  padding: 5px;
}
.tb_interna tr,
td {
  padding: 5px;
}

.tb_interna_2 {
  width: 90%;
  background-color: white;
  /* color: #6F757D; */
  margin: auto;
}

.tb_interna_2 th {
  padding: 5px;
}
.tb_interna_2 tr,
td {
  padding: 5px;
}

/*-----------------------------------------------*/

.notification_aulas {
  position: absolute;
  border: 1px solid #fff;
  margin: -32px 0 0 10px;
  font-size: 9px;
  background: #ed6663;
  color: #ffffff;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  line-height: 19px;
  vertical-align: middle;
  display: block;
}

.btn-naveg-idx {
  margin: -9px 5px !important;
}

.cls_frame {
  height: 580px;
  background-color: #525659;
}
.cls-btn-invisible {
  display: none;
}

.msg_del {
  color: #d55c59;
}

.fieldset-fs {
  border: 3px solid #d1d1d1 !important;
  margin: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  background-color: #f1f1f1;
  padding-left: 10px !important;
}

.legend-fs {
  color: #6c757d !important;
  font-weight: bold !important;
  font-size: 14px;
  margin-bottom: 0px;
  width: auto !important;
  border: 3px solid #d1d1d1;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  background-color: #ffffff;
}

.legend-fs a {
  color: #6c757d !important;
  font-weight: bold !important;
  margin-left: -10px !important;
}

.legend-none {
  border: none;
  padding: 0px;
  background: none;
}

.fieldset-f2 {
  /* border: 2px dotted #D1D1D1 !important; */
  margin: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  background-color: #eff0f3;
  padding-left: 10px !important;
  box-shadow: 0 0.1875rem 0.375rem rgba(33, 37, 41, 0.05);
  /* box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); */
}

.legend-f2 {
  color: #6c757d !important;
  font-weight: bold !important;
  font-size: 14px;
  margin-bottom: 0px;
  width: auto !important;
  border: 3px solid #e6e6ec;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  background-color: #ffffff;
}

.legend-f2 a {
  color: #6c757d !important;
  font-weight: bold !important;
  margin-left: -10px !important;
}

.table-etapa td {
  background-color: #e4e7ec;
  font-weight: bold;
}
.table-etapa td:hover {
  background-color: #eff0f3;
  cursor: pointer;
}

.cls-filter {
  margin-left: 5px !important;
}
.cls-filter i {
  font-size: 18px !important;
}

.div_filtros {
  border-radius: 5px;
  margin: 0px;
  display: none;
}

.cls-visible {
  display: block;
}

.div_filtros label {
  color: #6c777d;
  cursor: pointer;
  font-weight: bold;
}

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

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

.cls-card-bottom {
  margin-top: -10px !important;
}

#encerra_sessao:hover {
  background-color: #6c757d;
}

#nome_logado:hover {
  background-color: #6c757d;
}

.exibir_assinatura_registro {
  font-size: 24px;
  color: #312f2c;
  opacity: 0.7;
}

.exibir_registro {
  font-size: 24px;
  color: #312f2c;
  opacity: 0.7;
}

.editar_registro {
  font-size: 24px;
  color: #312f2c;
  opacity: 0.7;
}
.deletar_registro {
  color: #ed6663;
  font-size: 24px;
}

/*BARRA DE ROLAGEM*/
body {
  scrollbar-arrow-color: #000000;
  scrollbar-3dlight-color: #000000;
  scrollbar-highlight-color: #ff0000;
  scrollbar-face-color: #ffffff;
  scrollbar-shadow-color: #0000ff;
  scrollbar-darkshadow-color: #ffff00;
  scrollbar-track-color: #00ff00;
}

::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
::-webkit-scrollbar {
  width: 6px;
  background: #f4f4f4;
}
::-webkit-scrollbar-thumb {
  background: #dad7d7;
}

.carousel {
  position: relative;
}

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

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-gradient(
    linear,
    0% top,
    100% top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: -webkit-linear-gradient(
    left,
    color-stop(rgba(0, 0, 0, 0.5) 0%),
    color-stop(rgba(0, 0, 0, 0.0001) 100%)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    0% top,
    100% top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: -webkit-linear-gradient(
    left,
    color-stop(rgba(0, 0, 0, 0.0001) 0%),
    color-stop(rgba(0, 0, 0, 0.5) 100%)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

body.topnav-fixed #wrapper {
  padding-top: 44px;
}

/* full page such as 404, login, register */
.full-page-wrapper.wrapper {
  min-height: 96%;
  height: 96%;
}
.full-page-wrapper .inner-page {
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  .full-page-wrapper {
    position: initial;
    padding-top: 5em;
    margin-top: 0;
  }
  .full-page-wrapper .inner-page {
    position: relative;
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .full-page-wrapper {
    padding-top: 0;
  }
  .full-page-wrapper .inner-page {
    padding: 5em 1em;
  }
}

/*------------------------------------------------*/
/*  Top
/*------------------------------------------------*/
.top-bar {
  padding: 0;
  background-color: #312f2c;
  min-height: 30px;
}

.top-bar .dropdown-menu {
  padding: 0;
}
.top-bar .dropdown-menu > li > a {
  padding: 8px;
}
.top-bar .dropdown-menu > li > a:hover {
  background-color: #fafafa;
}

@media screen and (max-width: 991px) {
  .top-bar.navbar-fixed-top + .bottom {
    margin-top: 112px;
  }
}

/*------------------------------------------------*/
/*  Main Navigation
/*------------------------------------------------*/
.main-nav-toggle {
  float: left;
  color: #fff;
}
.main-nav-toggle i {
  font-size: 28px;
}
.main-nav-toggle:hover,
.main-nav-toggle:focus {
  color: #ddd;
}

/* main menu */
ul.main-menu {
  padding-left: 0;
  list-style-type: none;
}
ul.main-menu > li a {
  display: block;
  position: relative;
  /*padding: 13px 0 13px 15px;*/
  padding: 12px 0 12px 14px;
  font-size: 14px;
  color: #555;
  background-color: #ffffff;
  border-top: 1px dotted #dfdfdf;
  text-decoration: none;
}
ul.main-menu > li a:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}
ul.main-menu > li.active > a {
  /*    background-color:  #0AA699;*/
  background-color: #6c757d;
  color: white;
}
ul.main-menu > li:first-child > a {
  border-top: none;
}
ul.main-menu > li i {
  width: 14px;
  text-align: center;
}

ul.main-menu > li .text {
  /* font-size: 15px; */
  /* font-family: arial;*/
  font-weight: normal;
  padding-left: 15px;
}
ul.main-menu > li .toggle-icon {
  font-size: 14px;
  width: 10px;
  position: absolute;
  right: 10px;
  top: 16px;
  text-shadow: none;
}
ul.main-menu .sub-menu {
  position: relative;
  display: none;
  padding-left: 0;
}
ul.main-menu .sub-menu > li .text {
  padding-left: 0;
}
ul.main-menu .sub-menu.open {
  overflow: hidden;
  display: block;
}
ul.main-menu .sub-menu li a {
  padding-left: 33px;
}
ul.main-menu .sub-menu li.active > a {
  font-weight: 700;
}
ul.main-menu .sub-menu .sub-menu li a {
  padding-left: 50px;
}

ul.main-menu > li > a,
.content-wrapper {
  /*  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;*/
}

.left-sidebar {
  /*  ==-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;*/
  width: 235px;
  padding-right: 0;
  padding-left: 0;
  left: 0;
  position: absolute;
  float: none;
  z-index: 100;

  background-color: #ffffff;
}
.left-sidebar.minified {
  width: 40px;
  margin-right: -40px;
  z-index: 9;
  background-color: #6c757d;
}
.left-sidebar.minified .main-menu > li {
  position: relative;
}
.left-sidebar.minified .main-menu > li i {
  color: white;
  width: 40px;
  font-size: 18px;
}
.left-sidebar.minified .main-menu > li .toggle-icon {
  display: none;
}
.left-sidebar.minified .main-menu > li > a {
  background-color: #6c757d;
  padding-left: 0;
}
.left-sidebar.minified .main-menu > li > a > .text {
  display: none;
  z-index: 9999;
}
.left-sidebar.minified .main-menu > li:hover > a > .text {
  position: absolute;
  display: block;
  left: 40px;
  top: -1px;
  min-width: 200px;
  z-index: 9999;
  padding: 13px 10px;
  border: 2px solid #dfdfdf;
  line-height: 1.5;
  background: #dfdfdf;
  font-weight: 700;
  opacity: 1 !important;
}
.left-sidebar.minified .main-menu > li:hover > ul.sub-menu {
  display: block !important;
  min-width: 200px;
  position: absolute;
  margin-left: 40px;
  z-index: 9999;
  border: 1px solid #e4e4e4;
  border-top: none;
  list-style-type: none;
}
.left-sidebar.minified .main-menu > li:hover > ul.sub-menu > li > a {
  padding-left: 10px;
  z-index: 9999;
}
.left-sidebar.sidebar-hide-left {
  left: -230px;
}
@media screen and (max-width: 992px) {
  .left-sidebar {
    left: -230px;
  }
}

body.sidebar-float .left-sidebar {
  left: -230px;
  -moz-box-shadow: 1px 4px 5px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 4px 5px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 4px 5px 4px rgba(0, 0, 0, 0.3);
}
body.sidebar-float .left-sidebar.sidebar-float-active {
  left: 0;
}

body.sidebar-fixed .left-sidebar {
  position: fixed;
  height: 100%;
}

body.focus-mode .left-sidebar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.sidebar-minified {
  text-align: center;
  position: relative;
  margin: 8px 0;
}
@media screen and (max-width: 992px) {
  .sidebar-minified {
    display: none;
  }
}
.sidebar-minified:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  height: 0;
  border-top: 1px solid #c4c4c4;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 13px;
}
.sidebar-minified i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  position: relative;
  border: 1px solid #a2a2a2;
  color: #a2a2a2;
  padding: 4px;
  background-color: #f1f1f1;
  cursor: pointer;
}
.sidebar-minified i:hover {
  background-color: #f6f6f6;
}

.toggle-sidebar-collapse {
  color: white;
  font-size: 22px;
  margin-right: 15px;
  line-height: 34px;
}
.toggle-sidebar-collapse:hover,
.toggle-sidebar-collapse:active,
.toggle-sidebar-collapse:focus {
  color: white;
}

/* main content navigation */
.main-content-nav ul {
  line-height: 34px;
}
.main-content-nav li {
  padding-left: 10px;
  padding-right: 10px;
}
.main-content-nav li a {
  color: #888888;
  text-decoration: none;
}
.main-content-nav li a:hover,
.main-content-nav li a:focus {
  color: #555;
}
@media screen and (max-width: 768px) {
  .main-content-nav {
    float: none !important;
    margin-top: 15px;
  }
}

/* on-top navigation */
body.ontop-nav .top-bar {
  padding: 0;
}
body.ontop-nav .top-bar .logo {
  top: 14px;
}
body.ontop-nav .top-bar .right {
  position: relative;
  top: 8px;
}
body.ontop-nav .top-bar .navbar-toggle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0;
  border: none;
  background: none;
  font-size: 21px;
}
body.ontop-nav .top-bar .navbar-toggle:hover,
body.ontop-nav .top-bar .navbar-toggle:active,
body.ontop-nav .top-bar .navbar-toggle:focus {
  color: #fff;
}
@media screen and (min-width: 1280px) {
  body.ontop-nav .top-bar .navbar-toggle {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  body.ontop-nav .top-bar .navbar-collapse.collapse {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body.ontop-nav .top-bar .collapse.in {
    display: block !important;
  }
}

#main-navbar-collapse {
  float: right;
  margin-left: 15px;
  max-height: none;
}
#main-navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
#main-navbar-collapse .navbar-nav > li > a:hover,
#main-navbar-collapse .navbar-nav > li > a:focus,
#main-navbar-collapse .navbar-nav > li > a:visited {
  color: #fff;
  background-color: #484848;
}
#main-navbar-collapse .navbar-nav > li > a i {
  margin-right: 3px;
}
#main-navbar-collapse .nav .open > a,
#main-navbar-collapse
  .nav
  .open
  > a:hover
  #main-navbar-collapse
  .nav
  .open
  > a:focus {
  color: #fff;
  background-color: #484848;
}
#main-navbar-collapse .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 200px;
  padding: 0;
  border: none;
  background-color: #484848;
}
#main-navbar-collapse .dropdown-menu > li > a {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-size: 13px;
}
#main-navbar-collapse .dropdown-menu > li > a:hover,
#main-navbar-collapse .dropdown-menu > li > a:focus,
#main-navbar-collapse .dropdown-menu > li > a:active,
#main-navbar-collapse .dropdown-menu > li > a.active {
  background-color: #414141;
}
@media screen and (max-width: 1280px) {
  #main-navbar-collapse {
    width: 100%;
    margin-left: 0;
  }
  #main-navbar-collapse .navbar-nav > li {
    float: none;
  }
  #main-navbar-collapse .navbar-nav > li > a {
    padding-left: 0;
  }
  #main-navbar-collapse .navbar-nav > li > a:hover,
  #main-navbar-collapse .navbar-nav > li > a:focus,
  #main-navbar-collapse .navbar-nav > li > a:visited {
    background-color: transparent;
  }
  #main-navbar-collapse .dropdown-menu {
    background-color: transparent;
  }
  #main-navbar-collapse .dropdown-menu > li > a {
    padding-left: 25px;
  }
  #main-navbar-collapse .dropdown-menu > li > a:hover,
  #main-navbar-collapse .dropdown-menu > li > a:focus,
  #main-navbar-collapse .dropdown-menu > li > a:active,
  #main-navbar-collapse .dropdown-menu > li > a.active {
    background-color: transparent;
  }
  #main-navbar-collapse .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/*COMENTEI POIS O CANVAS PARA A ASSINATURA NÃO FUNCIONAVA QUANDO ESTAVA USANDO ESTAS CLASSES PARA O MODAL/*
 /*   .modal.fade .modal-dialog {

        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        top: 350px;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .modal.fade.in .modal-dialog {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate3d(0, -300px, 0);
        transform: translate3d(0, -300px, 0);
        opacity: 1;
    }*/

/*------------------------------------------------*/
/*  Main Content
/*------------------------------------------------*/
.content-wrapper {
  padding: 15px 30px;
  margin-left: 230px;
  /*  margin-left: 17%;*/
  position: relative;
}
.content-wrapper.expanded {
  width: 100%;
  padding-left: 70px;
  margin-left: 0;
}
.content-wrapper.expanded-full {
  margin-left: 0;
  padding: 15px;
}
@media screen and (max-width: 480px) {
  .content-wrapper {
    padding: 15px;
  }
}

body.sidebar-float .content-wrapper {
  margin-left: 0;
  padding: 15px;
}

.main-header {
  margin-bottom: 50px;
}
.main-header h2 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-right: 1px solid #ccc;
  margin: 0;
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .main-header h2 {
    display: block;
    border-right: none;
  }
}
.main-header em {
  color: #bbbbbb;
}

.content-wrapper {
  background-color: #f1f1f1;
  border-left: 1px solid #e4e4e4;
}

.main-content {
  padding-bottom: 30px;
}

/* sidebar content */
.sidebar-content {
  padding: 0 10px;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .sidebar-content {
    display: none;
  }
}
.sidebar-content .panel-heading h5 {
  margin: 0;
}
.sidebar-content p {
  font-size: 0.85em;
}
.sidebar-content > h5 {
  display: block;
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 0;
}
.sidebar-content .list-info-sidebar {
  border: 1px solid #ccc;
}
.sidebar-content .list-info-sidebar li {
  font-size: 12px;
}
.sidebar-content .list-info-sidebar .data-name {
  width: 100%;
  background-color: transparent;
}
@media screen and (min-width: 1366px) {
  .sidebar-content .list-info-sidebar .data-name {
    width: 10em;
  }
}
@media screen and (min-width: 1850px) {
  .sidebar-content .list-info-sidebar .data-name {
    width: 15em;
  }
}
.sidebar-content .list-info-sidebar .progress {
  margin-bottom: 0;
}

.left-sidebar.minified .sidebar-content {
  display: none;
}

.div_padrao_ajax {
  display: none;
  background-color: #f4f4f4;
  padding: 5px;
  position: absolute;
  border: 1px solid #d1d1d1;
  box-shadow: 1px 1px 55px -8px rgba(189, 194, 199, 1);
  width: 95%;
  z-index: 9999;
}

.invisible {
  display: none;
}

.cls_importar {
  border: 3px solid #d1d1d1;
  padding: 10px !important;
  border-radius: 5px !important;
}

.cls_importar a {
  font-size: 14px !important;
  color: gray !important;
  float: left !important;
  color: #757d85 !important;
}

.cls-btn-import {
  box-shadow: none !important;
  padding: 10px !important;
  border: 2px solid #80bdff !important;
  margin: 10px 0px 10px 0px !important;
}

.tr_padrao {
  background-color: #dad7d7;
}

.tr_padrao td,
th {
  font-size: 13px;
  padding: 10px;
  /* color: #757D85; */
}

.table-padrao {
  width: 100%;
}

.table-padrao tr {
  cursor: pointer;
}

.table-padrao thead {
  font-size: 12px;
  background-color: #dad7d7;
}

.table-padrao thead > tr > th {
  color: #6c757d !important;
  font-weight: bold !important;
  font-size: 14px !important;
  padding: 10px;
}

.grafico-info {
  background-color: #fff;
  margin-top: 10px;
}

.grafico-info-title {
  text-align: center;
  background-color: #4e88c1;
  width: 100%;
}

.grafico-info-title h4 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #fff;
}

.grafico-info-title h4 > span {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.grafico-info-body {
  text-align: center;
}

.grafico-info-body-reg {
  padding-left: 20px;
  max-height: 147px;
  overflow: auto;
}

.grafico-info-body-reg h4 {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #000;
}

.grafico-info-body-reg span {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

.grafico-info-body-reg i {
  font-size: 13px;
  color: #000;
  margin-right: 5px;
}

.grafico-info-body h4 {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

.grafico-info-body span {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #000;
}

.cls-hide {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}

.actions-td button {
  float: right;
  margin: 2px;
  padding: 7px;
  opacity: 1;
}
.actions-td button i {
  font-size: 13px !important;
}
.bg-td {
  background-color: #eeeeee;
}
.load-frame {
  text-align: center;
  width: 100%;
  color: white;
  font-size: 14px;
  top: 45%;
  position: absolute;
}
.load-frame img {
  width: 50px;
  border-radius: 50%;
}

.h-40 {
  height: 40px;
}
.display-none {
  display: none;
}
.mb-5-negative {
  margin-bottom: -5px !important;
}
.mt-12-negative {
  margin-top: -12px !important;
}

.close.close-all {
  font-size: 28px !important;
}

.swal-height {
  min-height: 500px !important;
  overflow-y: hidden !important;
}

.swal-height-sm {
  min-height: 400px !important;
  overflow-y: hidden !important;
}

.swal-height-xsm {
  min-height: 300px !important;
  overflow-y: hidden !important;
}

.badge-round {
  border-radius: 10px !important;
}
.checkbox label {
  color: initial !important;
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1 !important;
  border-color: #6f42c1 !important;
}

.btn-purple.focus,
.btn-purple:focus {
  color: #fff;
  background-color: #713fcf !important;
  border-color: #713fcf !important;
}

.btn-purple:hover {
  color: #fff;
  background-color: #6610f2 !important;
  border-color: #6610f2 !important;
}

.btn-purple.active,
.btn-purple:active,
.open > .dropdown-toggle.btn-purple {
  color: #fff;
  background-color: #733dd8 !important;
  border-color: #733dd8 !important;
}

.btn-purple.active.focus,
.btn-purple.active:focus,
.btn-purple.active:hover,
.btn-purple:active.focus,
.btn-purple:active:focus,
.btn-purple:active:hover,
.open > .dropdown-toggle.btn-purple.focus,
.open > .dropdown-toggle.btn-purple:focus,
.open > .dropdown-toggle.btn-purple:hover {
  color: #fff;
  background-color: #733dd8 !important;
  border-color: #733dd8 !important;
}

.btn-purple.active,
.btn-purple:active,
.open > .dropdown-toggle.btn-purple {
  background-image: none;
}

.btn-purple.disabled,
.btn-purple.disabled.active,
.btn-purple.disabled.focus,
.btn-purple.disabled:active,
.btn-purple.disabled:focus,
.btn-purple.disabled:hover,
.btn-purple[disabled],
.btn-purple[disabled].active,
.btn-purple[disabled].focus,
.btn-purple[disabled]:active,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple,
fieldset[disabled] .btn-purple.active,
fieldset[disabled] .btn-purple.focus,
fieldset[disabled] .btn-purple:active,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:hover {
  background-color: #7e5abf !important;
  border-color: #7e5abf !important;
}

.btn-purple .badge {
  color: #7e5abf !important;
  background-color: #fff;
}