body .main-container .geral:after,
.nsj-headline:after,
.nsj-panel .panel-heading:after,
.nsj-color-card .card-content:after,
.nsj-input-dropdown .popup-content .popup-footer:after,
.nsj-interval:after,
.nsj-list-group .list-group.main .list-group-item.multiple-inputs:after {
  content: '';
  display: block;
  clear: both;
}

.nsj-panel .panel-heading .title h3 {
  font-family: "PT Sans",sans-serif;
  font-weight: 700;
}

.nci-16 {
  width: 16px !important;
  height: 16px !important;
}

.nci-32 {
  width: 32px !important;
  height: 32px !important;
}

.nci-48 {
  width: 48px !important;
  height: 48px !important;
}

.nci-64 {
  width: 64px !important;
  height: 64px !important;
}

.nci-80 {
  width: 80px !important;
  height: 80px !important;
}

.nci-96 {
  width: 96px !important;
  height: 96px !important;
}

.nci-112 {
  width: 112px !important;
  height: 112px !important;
}

.nci-128 {
  width: 128px !important;
  height: 128px !important;
}

.nci-144 {
  width: 144px !important;
  height: 144px !important;
}

.nci-160 {
  width: 160px !important;
  height: 160px !important;
}

.nci-176 {
  width: 176px !important;
  height: 176px !important;
}

.nci-192 {
  width: 192px !important;
  height: 192px !important;
}

.nci-208 {
  width: 208px !important;
  height: 208px !important;
}

.nci-224 {
  width: 224px !important;
  height: 224px !important;
}

.nci-240 {
  width: 240px !important;
  height: 240px !important;
}

.nci-256 {
  width: 256px !important;
  height: 256px !important;
}

.margin-reset,
.no-margin {
  margin: 0 !important;
}

.bottom-clear {
  margin-bottom: 0;
}

.top-buffer {
  margin-top: 15px;
}

.bottom-buffer {
  margin-bottom: 15px;
}

.padding-content {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-h-clear {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.height-full {
  height: 100%;
}

.padding-reset,
.no-padding {
  padding: 0 !important;
}

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

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

.content-scroll {
  overflow-y: scroll;
}

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

.visible-print {
  display: none;
}

@media print {
  .visible-print {
    display: block !important;
  }
}

.nsj-layout .nsj-aside-list .panel {
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
}

.nsj-layout .nsj-aside-list .panel.panel-default {
  overflow-y: auto;
}

.nsj-layout .nsj-aside-list .panel-heading .col-xs-8,
.nsj-layout .nsj-aside-list .panel-heading .col-xs-4 {
  padding-left: 0;
  padding-right: 0;
}

.nsj-layout .nsj-aside-list .panel-body {
  padding: 0;
}

.nsj-layout .nsj-aside-list .list-group {
  margin: 0;
}

.nsj-layout .nsj-aside-list .list-group-item {
  padding: 15px;
  margin-bottom: 0;
}

.nsj-layout .nsj-aside-list .list-group-item:hover,
.nsj-layout .nsj-aside-list .list-group-item:focus {
  background: #f1f1f1;
}

.nsj-layout .nsj-aside-list .list-group-item small {
  color: #acacac;
}

.nsj-layout .nsj-aside-list .list-group-item.active small {
  color: #f1f1f1;
}

.nsj-layout .nsj-aside-list a.list-group-item-info:hover,
.nsj-layout .nsj-aside-list a.list-group-item-info:focus {
  background-color: #c4e3f3;
}

.nsj-layout .nsj-aside-list .list-group-item.active a,
.nsj-layout .nsj-aside-list .list-group-item.active p,
.nsj-layout .nsj-aside-list .list-group-item.active h4,
.nsj-layout .nsj-aside-list .list-group-item.active h3,
.nsj-layout .nsj-aside-list .list-group-item.active h2,
.nsj-layout .nsj-aside-list .list-group-item.active h1,
.nsj-layout .nsj-aside-list .list-group-item.active span {
  color: #FFF;
}

.nsj-layout .nsj-aside-list .list-group-item.active .list-group-item-heading {
  color: #FFF;
}

.nsj-layout .nsj-aside-list a.list-group-item .list-group-item-heading,
.nsj-layout .nsj-aside-list li.list-group-item .list-group-item-heading {
  margin-bottom: 5px;
}

.nsj-layout .nsj-aside-list li.list-group-item:hover {
  cursor: pointer;
}

.nsj-layout .nsj-aside-list .list-group>.list-group-item {
  display: block;
  font-size: 1.1em;
  padding: 10px 15px;
}

.nsj-layout .nsj-aside-list .list-group .list-group-item-text,
.nsj-layout .nsj-aside-list .list-group .ultima-resposta {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .nsj-layout .nsj-aside-list .panel.panel-default {
    border-right: 1px solid #dddddd;
  }
}

@media (max-width: 991.9px) {
  .nsj-layout .nsj-aside-list .panel.panel-default {
    border: none;
  }
}

@media (min-width: 768px) {
  .nsj-layout .nsj-aside-list .panel.panel-default {
    margin-bottom: 0;
    background: transparent;
  }

  .nsj-layout .nsj-aside-list .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .nsj-layout .nsj-aside-list .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .nsj-layout .nsj-aside-list .list-group-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #dddddd;
  }

  .nsj-layout .nsj-aside-list .list-group-item.active,
  .nsj-layout .nsj-aside-list .list-group-item.active:hover,
  .nsj-layout .nsj-aside-list .list-group-item.active:focus {
    background: #00469B;
  }

  .nsj-layout .nsj-aside-list .list-group-item-info {
    background-color: #d9edf7;
    font-size: 0.9em;
  }
}

.nsj-layout.layout-table .nsj-aside-list .panel.panel-default {
  border: none;
}

@media (max-width: 991.9px) {
  .nsj-layout {
    height: 100%;
  }
}

.nsj-layout .article-area {
  overflow-y: auto;
}

.nsj-layout .article-area .new-article {
  padding-top: 15px;
}

.forms {
  padding-top: 10px;
  padding-bottom: 10px;
}

.geral>.layout-table {
  height: 100%;
}

html,
body,
#wrap {
  height: 100%;
}

html {
  min-width: 320px;
  max-width: 2200px;
  background: #cdcdcd;
}

body {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

@media (max-width: 991.9px) {
  body {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

body .main-container {
  height: calc(100% - 66px) !important;
  padding: 0 !important;
}

@media (max-width: 991.9px) {
  body .main-container {
    height: calc(100% - 55px) !important;
  }
}

body .main-container .geral {
  padding-top: 0 !important;
  height: 100%;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  body .main-container .geral {
    margin-left: 50px;
    width: calc(100% - 50px);
  }
}

body .main-container .geral .section {
  margin: 15px 0;
}

body .main-container .geral .section.table-view {
  margin: 0;
}

body .main-container .geral .header-aside {
  position: relative;
}

body .main-container .geral .header-aside .search-field {
  width: 100%;
  float: left;
}

body .main-container .geral .header-aside .opt-buttons {
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  body .main-container .geral .nsj-layout {
    height: calc(100% - 37px);
  }
}

@media screen and (max-width: 767px) {
  body .main-container .geral .nsj-layout {
    height: calc(100% - 54px);
    border-bottom: 1px solid #DDD;
  }
}

body ul,
body ol {
  padding: 0 0 0 22px;
}

body img {
  max-width: 100%;
}

@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 9px !important;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 9px;
  }
}

@media (max-width: 576px) {
  .nsj-docs .padding-content {
    padding: 0;
  }
}

.nsj-docs .docs {
  padding-bottom: 60px;
}

.nsj-docs .docs>.title {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 40px;
  padding: 10px 0 15px;
}

.nsj-docs .docs>.title h2 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.nsj-docs .docs>p {
  font-size: 16px;
  margin: 15px 0;
}

.nsj-docs .docs>h3,
.nsj-docs .docs>h4 {
  margin: 30px 0 20px;
  font-weight: 700;
}

.nsj-docs .docs>h5,
.nsj-docs .docs>h6 {
  margin: 20px 0 15px;
  font-weight: 700;
}

.nsj-docs .docs .square {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
}

.nsj-docs .docs .highlighter-rouge {
  white-space: nowrap;
}

.nsj-docs .docs td {
  padding: 5px 20px 5px 0px;
}

.skeleton-container.skeleton-itens-9px .item-skeleton {
  height: 9px;
  border-radius: 2px;
}

.skeleton-container.skeleton-itens-10px .item-skeleton {
  height: 10px;
  border-radius: 2px;
}

.skeleton-container.skeleton-itens-15px .item-skeleton {
  height: 15px;
  border-radius: 4px;
}

.skeleton-container.skeleton-itens-18px .item-skeleton {
  height: 18px;
  border-radius: 4px;
}

.skeleton-container .item-skeleton,
.skeleton-container .efeito-skeleton {
  background: #e3e3e3;
  animation: fade-in-out 1200ms infinite alternate;
  animation-delay: 13ms;
  -webkit-animation: fade-in-out 1200ms infinite alternate;
  -webkit-animation-delay: 13ms;
  mix-blend-mode: multiply;
}

.skeleton-container .item-skeleton {
  width: 100px;
  height: 15px;
  border-radius: 4px;
}

.skeleton-container .item18px {
  height: 18px;
}

.skeleton-container .item15px {
  height: 15px;
}

.skeleton-container .item10px {
  height: 10px;
}

.skeleton-container .item9px {
  height: 9px;
}

.skeleton-container .item9px,
.skeleton-container .item10px {
  border-radius: 2px;
}

.skeleton-container .item15px,
.skeleton-container .item18px {
  border-radius: 4px;
}

@keyframes fade-in-out {
  0% {
    opacity: .35;
  }

  5% {
    opacity: .4;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-out {
  0% {
    opacity: .35;
  }

  5% {
    opacity: .4;
  }

  100% {
    opacity: 1;
  }
}

.tooltip-container {
  position: relative;
}

.tool-custom {
  font-size: 75%;
  color: #fff;
  background: rgba(0,0,0,0.7);
  padding: 8px;
  position: absolute;
  display: none;
  z-index: 99999;
}

.tool-custom p {
  margin: 0;
}

.hover .tool-custom {
  display: block;
}

.top-tooltip {
  width: 150px;
  bottom: 100%;
  left: 50%;
  margin-left: -75px;
}

.right-tooltip {
  width: 150px;
  top: -5px;
  left: 105%;
}

.left-tooltip {
  width: 150px;
  top: -5px;
  right: 105%;
}

.bottom-tooltip {
  width: 150px;
  top: 100%;
  left: 50%;
  margin-left: -75px;
}

.tool-custom.top-tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(34,46,54,0);
  border-top-color: rgba(0,0,0,0.7);
  border-width: 8px;
  margin-left: -8px;
}

.tool-custom.right-tooltip:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(34,46,54,0);
  border-right-color: rgba(0,0,0,0.7);
  border-width: 8px;
  margin-top: -8px;
}

.tool-custom.left-tooltip:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(34,46,54,0);
  border-left-color: rgba(0,0,0,0.7);
  border-width: 8px;
  margin-top: -8px;
}

.tool-custom.bottom-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(34,46,54,0);
  border-bottom-color: rgba(0,0,0,0.7);
  border-width: 8px;
  margin-left: -8px;
}

.nsjslider {
  margin: 20px 0;
  position: relative;
  background: #e6e6e6;
  -ms-touch-action: none;
  touch-action: none;
}

.nsjslider,
.nsjslider .nsjslider-fill {
  display: block;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.12);
}

.nsjslider .nsjslider-handle {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4),0 -1px 3px rgba(0,0,0,0.12);
}

.nsjslider .nsjslider-handle .nsjslider-active {
  opacity: 1;
}

.nsjslider .nsjslider-handle-tooltip {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  font-weight: normal;
  font-size: 14px;
  transition: all 100ms ease-in;
  border-radius: 4px;
  display: inline-block;
  color: white;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.nsjslider .nsjslider-handle-tooltip span {
  margin-top: 12px;
  display: inline-block;
  line-height: 100%;
}

.nsjslider .nsjslider-handle-tooltip:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}

.nsjslider-horizontal {
  height: 12px;
  border-radius: 10px;
}

.nsjslider-horizontal .nsjslider-fill {
  height: 100%;
  background-color: #00469B;
  border-radius: 10px;
  top: 0;
}

.nsjslider-horizontal .nsjslider-handle {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  outline: none;
}

.nsjslider-horizontal .nsjslider-handle:after {
  content: ' ';
  position: absolute;
  width: 23px;
  height: 23px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background-color: #00469B;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset,0 -1px 3px rgba(0,0,0,0.4) inset;
}

.nsjslider-horizontal .nsjslider-handle-tooltip {
  top: -55px;
}

.nsjslider-horizontal .nsjslider-handle-tooltip:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0,0,0,0.8);
  left: 50%;
  bottom: -8px;
  transform: translate3d(-50%, 0, 0);
}

.nsjslider-labels {
  position: relative;
}

.nsjslider-vertical .nsjslider-labels {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 24px;
  padding: 0;
  text-align: left;
  width: 250px;
  height: 100%;
  left: 10px;
}

.nsjslider-vertical .nsjslider-labels .nsjslider-label-item {
  position: absolute;
  transform: translate3d(0, -50%, 0);
}

.nsjslider-vertical .nsjslider-labels .nsjslider-label-item::before {
  content: '';
  width: 10px;
  height: 2px;
  background: black;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.nsjslider-labels .nsjslider-label-item {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  color: #a2a1a1;
  top: 10px;
  transform: translate3d(-50%, 0, 0);
}

.card-active {
  background-color: #F4F7EB;
}

.card-title-selectable {
  color: #00469B;
}

.card-title {
  color: #363632;
  font-size: 16px;
  font-weight: bold;
}

.card-show-selected {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-show-selected img {
  width: 80px;
  max-width: 80px;
}

.mini-calendar-component {
  max-width: 50px;
  max-height: 50px;
  margin: 0 auto;
  border: 1px solid #ddd;
  text-align: center;
}

.mini-calendar-component .mini-calendar-month {
  display: block;
  background-color: #00469B;
  color: white;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}

.mini-calendar-component .mini-calendar-day {
  font-size: 16px;
  font-weight: bold;
  background: #eee;
  background: linear-gradient(90deg, #eee 0%, #fff 24%, #fff 74%, #eee 100%);
  width: 100%;
  display: inline-block;
}

nsj-badge.badge-none {
  display: none !important;
}

.nsj-app-load {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: block;
  left: 0;
  top: 0;
}

.nsj-app-load .load-area {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  z-index: 2000;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.nsj-app-load .load-area::before {
  content: "";
  display: block;
  width: 70px;
  height: 0;
  position: absolute;
  z-index: 2000;
  bottom: 0;
  -webkit-animation: mymove 2s infinite;
}

.nsj-app-load .load-area>.app-load-icon {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 2000;
  bottom: 0;
  background-image: url("//s3-us-west-2.amazonaws.com/static.nasajon/img/app-load-nasajon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px;
}

@-webkit-keyframes mymove {
  from {
    height: 0px;
  }

  to {
    height: 70px;
  }
}

@keyframes mymove {
  from {
    height: 0px;
  }

  to {
    height: 70px;
  }
}

.fixedSidebar #nsj-header .navbar {
  position: static;
  margin: 0;
  border-radius: 0;
}

.fixedSidebar #nsj-header .navbar a.profile-image {
  padding: 5px;
  display: flex;
}

@media (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar a.profile-image {
    display: block !important;
    padding: 15px 0 !important;
  }

  .fixedSidebar #nsj-header .navbar a.profile-image .icon {
    display: block !important;
    width: 35px;
    height: 35px;
    font-size: 19px;
    padding: 9px 10px;
    border-radius: 50%;
    margin: 0;
  }
}

@media (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default {
  font-size: 13px;
  line-height: 1.35;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 66px;
}

@media (max-width: 991.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default {
    height: 55px;
  }
}

@media (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-text {
    display: none;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-text .text-modulo {
  font-weight: 700;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-text .text-sistema {
  font-weight: 700;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-text span {
  display: block;
}

@media (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-text span {
    display: block;
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default .busca-header {
  float: left;
  width: 400px;
  margin: 16px 0 16px 50px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-header {
  margin-left: 40px;
  width: calc(50% + 40px);
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-header .navbar-brand {
  float: right;
}

@media (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header {
    margin: 0;
    width: auto;
    float: left;
    padding-left: 20px;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-header .navbar-brand {
  background: none;
  height: auto;
  padding-top: 13px;
  padding-bottom: 12px;
}

@media (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header .navbar-brand {
    float: none;
    margin: 0 auto;
    display: block;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-header img {
  height: auto;
  width: 145px;
  margin: 0 auto;
  display: block;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-right {
  margin-top: 13px;
  margin-bottom: 13px;
  margin-right: 0;
}

@media (max-width: 991.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-right {
    margin-top: 8px;
    margin-bottom: 7px;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-right .main-text {
  text-align: right;
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-right .main-text .sub-text {
  display: block;
  clear: both;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-right {
    display: inline-block;
    float: right;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default .nav-ico {
  margin-left: 12px;
  margin-top: 2px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .nav-ico .btn {
  position: relative;
}

.fixedSidebar #nsj-header .navbar.navbar-default .nav-ico .btn .badge {
  position: absolute;
  top: -3px;
  padding: 3px 5px;
  left: 22px;
  font-size: 11px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .dropdown-user {
  margin-left: 20px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .dropdown-user a {
  border-radius: 4px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .dropdown-user .logo-org {
  display: inline-block;
  margin-right: 8px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .dropdown-user .logo-org img {
  height: 24px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .dropdown-user .profile-user {
  display: inline-block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 14px;
  line-height: 27px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .dropdown-user .dropdown-item .user-menu-item {
  border-radius: 2rem;
  padding: 6px 20px;
}

@media (max-width: 991.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}

@media (max-width: 991.9px) and (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header {
    float: left;
  }
}

@media (max-width: 991.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header .navbar-brand {
    background: none;
    width: 175px;
    height: 55px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-text {
    float: left;
    margin-left: 20px;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default #apps-dropdown>.dropdown>a {
  padding: 0;
  line-height: 66px;
  font-size: 23px;
}

.fixedSidebar #nsj-header .navbar.navbar-default #apps-dropdown .dropdown-menu {
  padding: 12px 0 12px 12px;
  width: 244px;
  max-height: 300px;
  overflow: auto;
}

.fixedSidebar #nsj-header .navbar.navbar-default #apps-dropdown .dropdown-menu li {
  display: inline-block;
  border: 1px solid transparent;
  margin: 5px;
  text-align: center;
}

.fixedSidebar #nsj-header .navbar.navbar-default #apps-dropdown .dropdown-menu li:hover {
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

.fixedSidebar #nsj-header .navbar.navbar-default #apps-dropdown .dropdown-menu li>a.icon {
  display: inline-block;
  padding: 6px;
}

.fixedSidebar #nsj-header .navbar.navbar-default #apps-dropdown .dropdown-menu li>a.icon i {
  border-radius: 50%;
  height: 38px;
  width: 38px;
  line-height: 39px;
  display: inline-block;
  text-align: center;
  padding: 0;
}

.fixedSidebar #nsj-header .navbar.navbar-default #apps-dropdown .dropdown-menu li>a.icon span {
  display: block;
  width: 82px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  margin-top: 5px;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .title {
  padding: 5px 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .title h5 {
  font-size: 16px;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .title .btn {
  margin-top: -2px;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .dropdown-menu {
  width: 260px !important;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-notificacoes {
  overflow: auto;
  max-height: 300px;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-notificacoes li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-notificacoes li a {
  padding: 10px 10px;
  display: block;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-notificacoes li a:hover {
  text-decoration: none;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-notificacoes li a .ico {
  float: left;
  margin: 3px 8px 3px 0;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-notificacoes li a .mensagem {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-notificacoes li a .info-text {
  font-size: 0.9em;
  margin: -3px 0 0 22px;
  display: block;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-config {
  padding: 15px 10px;
  overflow: auto;
  max-height: 300px;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-config .item-config {
  margin: 20px 0;
  font-weight: 700;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-config .item-config:last-child {
  margin-bottom: 0;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-config .item-config .nsj-switch {
  margin-left: 5px;
  float: right;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav>li {
  float: left;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .ui-select-toggle a {
  padding: 3px 15px !important;
  display: none !important;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right>.open>a {
  background: none;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right p {
  font-weight: 400;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes {
  width: 300px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes #organizacoes {
  max-height: 183px;
  overflow-y: auto;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .search-org {
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 5px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .header-dropdown {
  position: absolute;
  padding: 0;
  margin-top: 3px;
  border: none;
}

@media (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .header-dropdown {
    border-style: solid;
    border-width: 1px;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .header-dropdown .dropdown-item {
  padding: 20px;
  border: 0;
  font-weight: 700;
  padding: 0;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .header-dropdown .dropdown-item.separator {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .header-dropdown .dropdown-item.header {
  padding: 5px 10px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .header-dropdown .dropdown-item.header a {
  display: inline-block;
  margin-bottom: 8px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .header-dropdown .dropdown-item a {
  padding: 10px 20px;
  color: inherit;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .header-dropdown .dropdown-item a div {
  background-position: center left;
  background-size: 20%;
  background-repeat: no-repeat;
  padding: 11px 0 11px 63px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .header-dropdown .switch {
  margin: 5px 0 20px;
  display: block;
  width: 100%;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .header-dropdown .switch.switch-sm>label::before {
  margin: -8px 0;
}

@media (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right li.dropdown-user {
    display: none;
    visibility: hidden;
  }

  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right>li>ul.dropdown-menu {
    right: 0 !important;
    left: auto !important;
    position: absolute;
  }
}

@media (max-width: 767.9px) {
  #header-provisoes {
    position: relative !important;
    display: block;
    border: none;
    box-shadow: none;
    float: none;
  }

  #header-provisoes #organizacoes {
    max-height: 183px;
    overflow-y: scroll;
  }

  #header-provisoes .search-org {
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #header-provisoes .user-info {
    display: none;
  }

  #header-provisoes .dropdown-item {
    border: 0;
    font-weight: 700;
    padding: 0;
  }

  #header-provisoes .dropdown-item.user-menu-item {
    border-radius: 2rem;
  }

  #header-provisoes .dropdown-item.separator {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  #header-provisoes .dropdown-item.header {
    padding: 5px 10px;
  }

  #header-provisoes .dropdown-item.header a {
    display: inline-block;
    margin-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .fixedSidebar .transformable {
    -webkit-transition: width 50ms ease-in;
    -moz-transition: width 50ms ease-in;
    -o-transition: width 50ms ease-in;
    -ms-transition: width 50ms ease-in;
    transition: width 50ms ease-in;
  }
}

.fixedSidebar #toggle-mobile-menu {
  display: none;
}

.fixedSidebar a#toggle-menu {
  font-size: 22px;
  margin: 0 10px;
  text-align: center;
  position: absolute;
  top: -49px;
  padding: 0 7px;
  cursor: pointer;
}

@media (max-width: 991.9px) {
  .fixedSidebar a#toggle-menu {
    top: -45px;
  }
}

@media (max-width: 767.9px) {
  .fixedSidebar a#toggle-menu {
    display: block;
    float: right;
  }
}

.fixedSidebar .nsj-menu {
  bottom: 0;
  z-index: 1031;
  position: fixed;
  height: calc(100% - 66px);
  width: 50px;
}

@media (max-width: 991.9px) {
  .fixedSidebar .nsj-menu {
    position: fixed;
    height: calc(100% - 55px);
  }
}

.fixedSidebar .nsj-menu .sidebar-content {
  height: 100%;
  overflow-x: visible;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu {
  position: relative;
  top: 0;
  height: 100%;
  padding: 0;
  width: 100%;
  overflow-x: visible;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .content-user {
  padding: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .content-user {
    display: none;
    visibility: hidden;
  }
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .content-user .caret-user {
  position: absolute;
  right: 15px;
  bottom: 28px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .content-user .click-user {
  cursor: pointer;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .content-user .profile-user {
  border-radius: 40px;
  padding: 5px;
  text-align: center;
  line-height: 32px;
  height: 40px;
  width: 40px;
  display: inline-block;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .content-user .logo-org {
  max-width: 110px;
  max-height: 32px;
  width: auto;
  height: auto;
  border-radius: 5px;
  padding: 5px;
  display: block;
  float: right;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .content-user .logo-org img {
  max-height: 22px;
  max-width: 100px;
  width: auto;
  height: auto;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .content-user .user-name {
  font-weight: bold;
  margin: 12px 0 0 0;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .content-user .user-email {
  margin: 0;
  opacity: 0.7;
  font-size: 14px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .menu-user {
  background: #FFF;
  padding: 15px 0px 0px;
}

@media (min-width: 768px) {
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .menu-user {
    display: none;
    visibility: hidden;
  }
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .menu-user .custom-html-padding {
  padding-left: 15px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .menu-user .buttons-account {
  margin: 0 15px 15px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .menu-user .select-org {
  padding: 3px 15px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  font-size: 14px;
  margin-top: -1px;
  font-weight: bold;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .menu-user .list-org {
  max-height: none;
  height: 80vh;
  overflow-y: auto;
  border-top: 1px solid #cdcdcd;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .menu-user .list-org .item-org {
  display: block;
  padding: 5px 15px;
  border-bottom: 1px solid #cdcdcd;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .menu-user .list-org .item-org a {
  color: inherit;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .menu-user .list-org .item-org a>div {
  background-position: center left;
  background-size: 20%;
  background-repeat: no-repeat;
  padding: 11px 0 11px 75px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .menu-user .list-org .item-org a .dropdown-menu {
  width: 290px;
  border-radius: 0;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav {
  height: 100%;
  border-right: 1px solid #ddd;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav {
  padding-left: 0;
  width: 100%;
  overflow-x: visible;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li {
  font-size: 14px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li:after {
  content: '';
  display: block;
  clear: both;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li>a {
  font-size: inherit;
  height: 46px;
  margin: 0;
  padding: 12px 15px;
  color: grey;
  background: #ffffff;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li>a .menu-icon {
  font-size: 18px;
  width: 20px;
  color: #bfbfbf;
  text-align: center;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li>a .menu-icon:hover {
  color: #00469B;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li>a:hover {
  background-color: #f1f1f1;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li>a:hover .menu-icon {
  color: #00469B;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li.item-open {
  width: 340px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li.item-open>a.menu-item {
  background-color: #f1f1f1;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li.item-open>a.menu-item:hover .menu-icon {
  color: #00469B;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li.item-open.dropdown>.dropdown-menu {
  left: 50px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li.item-open.dropdown .dropdown-menu {
  width: 290px;
  border-radius: 0;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li.item-open.dropdown a {
  background-color: #f1f1f1;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li {
  clear: both;
  white-space: nowrap;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.item-open a .angle {
  display: block !important;
  float: right;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.item-open a .badge {
  right: 5px;
  left: auto !important;
  bottom: auto !important;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown>ul {
  float: none;
  position: absolute;
  border: 0;
  box-shadow: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown>ul li a {
  background: inherit;
  display: flex;
  align-items: center;
  padding: 7px 0px;
  text-transform: uppercase;
  font-size: .95em;
  margin: 0 !important;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown>ul li a:hover,
.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown>ul li a:focus {
  outline: none;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.open:not(.active-line)>a {
  background: #f1f1f1 !important;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.open:not(.active-line)>a:hover .menu-icon {
  color: #00469B;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.open>ul {
  display: none;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.item-open>ul {
  max-height: 350px;
  overflow: auto;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li span.badge {
  margin-left: 28px;
  margin-top: 0px;
  min-width: 19px;
  text-align: center;
  left: 0;
  font-size: 11px;
  padding: 3px 1px;
  position: absolute;
  bottom: auto;
  cursor: pointer;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li a {
  text-align: left !important;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li a:before {
  content: '';
  display: block;
  clear: both;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li a .angle {
  display: none;
  position: absolute;
  right: 5px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li a.active-line {
  position: relative;
  background-color: #f1f1f1;
  color: #00469B;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li a.active-line .menu-icon {
  color: #00469B;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li li a.active-line:before {
  display: none;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.item-open {
  display: block;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.item-open>a {
  text-align: left;
  border-bottom: none;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.item-open>a .angle {
  display: block !important;
  float: right;
  font-size: 25px;
  margin-top: -3px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.item-open>a:after {
  content: attr(data-label) !important;
  text-transform: uppercase;
  margin-left: 17px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.item-open>a .menu-icon {
  width: 20px;
  margin-right: 10px;
  float: left;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.item-open.open>a {
  border-bottom: 0;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.item-open.open>a .badge {
  display: none;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.item-open .dropdown-menu {
  padding: 0;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.item-open .dropdown-menu>li>a {
  padding-left: 15px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.item-open .dropdown-menu>li>a:after {
  content: attr(data-label);
  font-size: 1em;
  text-transform: uppercase;
  white-space: normal;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.item-open .dropdown-menu>li>a.active-line:before {
  top: 10px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.item-open.open>a:hover,
.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.item-open.open>a:focus {
  background: #f1f1f1;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li.item-open>a.menu-item>.angle {
  display: none !important;
}

@media (min-width: 768px) {
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.fixed-bottom,
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.config {
    position: absolute;
    bottom: 0;
  }

  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.fixed-bottom.item-open.dropdown,
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.config.item-open.dropdown {
    border: 0;
  }

  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.fixed-bottom.item-open.dropdown>a,
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.config.item-open.dropdown>a {
    background: inherit;
    border: 0;
    position: static;
  }

  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.fixed-bottom.item-open.dropdown>a:after,
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.config.item-open.dropdown>a:after {
    margin-left: 55px;
  }

  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.fixed-bottom.item-open.dropdown>.dropdown-menu,
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.config.item-open.dropdown>.dropdown-menu {
    position: static;
    width: 270px;
  }

  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.fixed-bottom.item-open.dropdown>.dropdown-menu li,
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.config.item-open.dropdown>.dropdown-menu li {
    padding-left: 50px;
  }

  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.fixed-bottom.item-open.dropdown>.dropdown-menu li a,
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.config.item-open.dropdown>.dropdown-menu li a {
    background: inherit;
    padding-left: 35px;
  }

  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.fixed-bottom.item-open.dropdown .menu-icon,
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.config.item-open.dropdown .menu-icon {
    position: absolute;
    bottom: 16px;
    z-index: 50;
  }
}

@media (min-width: 768px) {
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav.fixed-bottom {
    top: unset;
    bottom: 0;
    position: absolute;
  }
}

.fixedSidebar:not(.sidebarOpen) .nsj-menu .nav.fixed-bottom .item-open.dropdown>.dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: .025rem;
}

.fixedSidebar:not(.sidebarOpen) .nsj-menu .nav>li.open>a {
  background: inherit;
}

.fixedSidebar:not(.sidebarOpen) .nsj-menu .nav>li>a:hover,
.fixedSidebar:not(.sidebarOpen) .nsj-menu .nav>li>a:focus {
  background: inherit;
}

.fixedSidebar:not(.sidebarOpen) .nsj-menu .nav>li.item-open.dropdown>.dropdown-menu {
  display: block !important;
  position: absolute;
}

.fixedSidebar:not(.sidebarOpen) .nsj-menu .nav>li.item-open.dropdown>.dropdown-menu>.dropdown>.dropdown-menu>li a {
  padding-left: 45px;
}

.fixedSidebar:not(.sidebarOpen) .nsj-menu .nav>li.item-open.dropdown>.dropdown-menu>.dropdown>.dropdown-menu>li.dropdown>.dropdown-menu>li a {
  padding-left: 60px;
}

.fixedSidebar:not(.sidebarOpen) .nsj-menu .nav>li.item-open.dropdown>.dropdown-menu .dropdown.open>.dropdown-menu {
  display: block;
  position: static;
}

@media (max-width: 767.9px) {
  .fixedSidebar.sidebarOpen {
    overflow: hidden;
  }
}

.fixedSidebar.sidebarOpen .nsj-menu {
  width: 340px;
}

.fixedSidebar.sidebarOpen .primary-nav {
  overflow-y: auto;
}

.fixedSidebar.sidebarOpen .primary-nav .nav {
  height: calc(100% - 10px);
  font-family: 'PT Sans', sans-serif;
  width: 100%;
  z-index: 999;
  position: relative;
  top: 0;
  overflow-y: auto;
}

.fixedSidebar.sidebarOpen .primary-nav .nav li>a .angle {
  display: block !important;
  float: right;
}

.fixedSidebar.sidebarOpen .primary-nav .nav li>a .badge {
  right: 5px;
  left: auto !important;
  bottom: auto !important;
}

.fixedSidebar.sidebarOpen .primary-nav .nav li.dropdown>a .badge {
  display: none;
}

.fixedSidebar.sidebarOpen .primary-nav .nav li.dropdown.open>ul {
  display: block !important;
  position: static !important;
}

.fixedSidebar.sidebarOpen .primary-nav .nav li li a.active-line:before {
  left: -10px !important;
  top: 10px !important;
}

.fixedSidebar.sidebarOpen .primary-nav .nav li li a.active-line .menu-icon {
  color: #00469B;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li>a {
  text-align: left;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li>a .angle {
  font-size: 25px;
  margin-top: -3px;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li>a:after {
  content: attr(data-label) !important;
  text-transform: uppercase;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li>a .menu-icon {
  width: 20px;
  margin-right: 10px;
  float: left;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li>a:hover,
.fixedSidebar.sidebarOpen .primary-nav .nav>li>a:focus {
  background: inherit;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li.open>a {
  background: inherit;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li.dropdown.open>a {
  border-bottom: 0;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li.dropdown.open>a:hover,
.fixedSidebar.sidebarOpen .primary-nav .nav>li.dropdown.open>a:focus {
  background: #ffffff;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li.dropdown .dropdown-menu {
  padding: 0;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li.dropdown .dropdown-menu>li>a:after {
  content: attr(data-label);
  text-transform: uppercase;
  white-space: normal;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li.dropdown>.dropdown-menu>li {
  padding-left: 45px;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li.dropdown>.dropdown-menu>li.dropdown .dropdown-menu>li {
  padding-left: 15px;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li.fixed-bottom {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .fixedSidebar .geral,
  .fixedSidebar .home {
    border-top: 0;
  }
}

@media (max-width: 991.9px) {
  .fixedSidebar .home,
  .fixedSidebar .geral {
    padding-top: 0;
  }
}

@media (max-width: 991.9px) and (min-width: 768px) {
  .fixedSidebar .home,
  .fixedSidebar .geral {
    margin-left: 50px;
  }
}

@media (max-width: 991.9px) and (max-width: 767.9px) {
  .fixedSidebar .home,
  .fixedSidebar .geral {
    padding-top: 15px;
  }
}

@media (max-width: 991.9px) and (max-width: 767.9px) {
  .fixedSidebar .nsj-menu {
    top: 0;
    margin: 0;
    height: 66px;
  }

  .fixedSidebar .nsj-menu #toggle-menu {
    top: 0;
    padding: 10px 15px 10px;
    margin: 0;
  }
}

@media (max-width: 991.9px) and (max-width: 767.9px) {
  .fixedSidebar .nsj-menu .sidebar-content {
    height: 100%;
  }

  .fixedSidebar .nsj-menu .sidebar-content .user-info .ui-select-container {
    margin-right: 30px;
  }
}

@media (max-width: 991.9px) and (max-width: 767.9px) {
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu {
    display: none;
    position: relative;
    clear: both;
    height: auto;
    position: static;
  }
}

@media (max-width: 991.9px) and (max-width: 767.9px) {
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav {
    height: auto;
    position: static;
    display: block;
    width: 100%;
  }
}

@media (max-width: 991.9px) {
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li {
    display: block;
    width: auto;
  }
}

@media (max-width: 991.9px) and (max-width: 767.9px) {
  .fixedSidebar.sidebarOpen .nsj-menu {
    height: 100%;
    z-index: 1100;
    box-shadow: 1px 1px 1px 9999px rgba(0,0,0,0.6);
    overflow-y: auto;
  }

  .fixedSidebar.sidebarOpen .nsj-menu #toggle-menu {
    font-size: 22px;
    margin: 0;
    position: fixed;
    padding: 7.2px 13.3px;
    left: 270px;
  }
}

@media (max-width: 991.9px) and (max-width: 767.9px) {
  .fixedSidebar.sidebarOpen .nsj-menu .sidebar-content .wrap-menu {
    display: block;
  }
}

@media (max-width: 991.9px) and (max-width: 767.9px) {
  .fixedSidebar.sidebarOpen .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav {
    height: auto;
    border-right: 0;
    box-shadow: none;
  }
}

@media (max-width: 991.9px) {
  .fixedSidebar.sidebarOpen .btn.btn-fixed {
    z-index: 999;
  }
}

@media (min-width: 768px) {
  .fixedSidebar.sidebarStatic.sidebarOpen .geral {
    margin-left: 340px;
    width: calc(100% - 340px);
  }
}

.nci {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.nci-address-book {
  background: url(/cc4d4fcfda4c2b63958f95298801b14a.svg) no-repeat center;
  background-size: contain;
}

.nci-address-book-alt {
  background: url(/ff233e9ef386018efc75cfdfb0a9f8c2.svg) no-repeat center;
  background-size: contain;
}

.nci-available {
  background: url(/f6ed40fc937af03eb98b6fbeb68848b6.svg) no-repeat center;
  background-size: contain;
}

.nci-bag {
  background: url(/d4c16fbe9a02f6ced362a92f4868f956.svg) no-repeat center;
  background-size: contain;
}

.nci-bank {
  background: url(/75d5e20ef709b60b4928847daed9314c.svg) no-repeat center;
  background-size: contain;
}

.nci-book {
  background: url(/4b07c01e77821c4845f8377e7df7a302.svg) no-repeat center;
  background-size: contain;
}

.nci-box-full {
  background: url(/7bb1c495bc7cf00566051df14acc95c2.svg) no-repeat center;
  background-size: contain;
}

.nci-box-in {
  background: url(/a576579c1476809d03e4af3f9fc8fdae.svg) no-repeat center;
  background-size: contain;
}

.nci-box-out {
  background: url(/7155c0e0e994832985b1b0274143887d.svg) no-repeat center;
  background-size: contain;
}

.nci-bubble {
  background: url(/eaffea90b27173341290c3c918af5d4c.svg) no-repeat center;
  background-size: contain;
}

.nci-bubbles {
  background: url(/10790b065756eda92a63e81d25705469.svg) no-repeat center;
  background-size: contain;
}

.nci-bubbles-alt {
  background: url(/79893005de8de1da10d8db698b814164.svg) no-repeat center;
  background-size: contain;
}

.nci-bubbles-alt-2 {
  background: url(/498ba73111277516d09a40a6dbfc40b8.svg) no-repeat center;
  background-size: contain;
}

.nci-calendar {
  background: url(/42da0823810e0a7815c6a41cd6bd3b94.svg) no-repeat center;
  background-size: contain;
}

.nci-calendar-clock {
  background: url(/80ae6e508de1ec2f0a0a7caf15518f8d.svg) no-repeat center;
  background-size: contain;
}

.nci-camera {
  background: url(/56f35bfd56c2e5f4b657de555f3af900.svg) no-repeat center;
  background-size: contain;
}

.nci-camera-alt {
  background: url(/d6d69e894266f1fb3a793d7e99965e7b.svg) no-repeat center;
  background-size: contain;
}

.nci-clock {
  background: url(/3ccc756de101c9bb8fc321722b436aab.svg) no-repeat center;
  background-size: contain;
}

.nci-clock-2 {
  background: url(/ecfb6fe2351cba8e6d75e540537640fc.svg) no-repeat center;
  background-size: contain;
}

.nci-cloud {
  background: url(/06ac0a05853eb103a829c1c7efaca420.svg) no-repeat center;
  background-size: contain;
}

.nci-cloud-down {
  background: url(/6844b8e433c61d9eb594e74e6c4516fb.svg) no-repeat center;
  background-size: contain;
}

.nci-cloud-sync {
  background: url(/32053d408fb2658b1251a4c4f77589fd.svg) no-repeat center;
  background-size: contain;
}

.nci-cog {
  background: url(/3525c98e359db1c1a2bf34f9bc3b3b0c.svg) no-repeat center;
  background-size: contain;
}

.nci-cogs {
  background: url(/71ea6233746a0812e9fec8b3dc9c8606.svg) no-repeat center;
  background-size: contain;
}

.nci-compas {
  background: url(/1d7739ce4ef37802cab24536a8db608d.svg) no-repeat center;
  background-size: contain;
}

.nci-component {
  background: url(/092e87edfbb7c1adfd74fdd295a976d8.svg) no-repeat center;
  background-size: contain;
}

.nci-computer {
  background: url(/d1cd1069464af8bb5b39e9ef1543ea24.svg) no-repeat center;
  background-size: contain;
}

.nci-cone {
  background: url(/986d043b0d307e3af45d6d94a94db858.svg) no-repeat center;
  background-size: contain;
}

.nci-database {
  background: url(/ad683078db4c2bed2fed0d0f232f1aac.svg) no-repeat center;
  background-size: contain;
}

.nci-database-2 {
  background: url(/23df7b59e432d502f1a227d79d7a1c3d.svg) no-repeat center;
  background-size: contain;
}

.nci-date {
  background: url(/d17b7e590ae7e84ae7289fd0394050b0.svg) no-repeat center;
  background-size: contain;
}

.nci-disc {
  background: url(/558be04dfb6ed0ef2f4854b6473caca3.svg) no-repeat center;
  background-size: contain;
}

.nci-disc-vinyl {
  background: url(/240f2de7ec86a1c82de8c0f7f9435500.svg) no-repeat center;
  background-size: contain;
}

.nci-drive {
  background: url(/2340bf499355815ec305c69f5d0fd235.svg) no-repeat center;
  background-size: contain;
}

.nci-drive-2 {
  background: url(/a38af910f9af33388138309bab353205.svg) no-repeat center;
  background-size: contain;
}

.nci-elements-tree {
  background: url(/7e3cfc5fffcb164bd4fa612254edff9e.svg) no-repeat center;
  background-size: contain;
}

.nci-enveloppe {
  background: url(/36ca5faca4ae6128858d0c9d46aa1a34.svg) no-repeat center;
  background-size: contain;
}

.nci-enveloppe-2 {
  background: url(/cbe425a032ecfdea41ccb127010a7d24.svg) no-repeat center;
  background-size: contain;
}

.nci-enveloppe-alt {
  background: url(/062c5fe1baac417762ad8a583e97afd9.svg) no-repeat center;
  background-size: contain;
}

.nci-enveloppe-letter {
  background: url(/70d4531907dc239792f489be7fcf4dde.svg) no-repeat center;
  background-size: contain;
}

.nci-file-bookmark {
  background: url(/8d591ef1ddcfedf52250a1555b65d736.svg) no-repeat center;
  background-size: contain;
}

.nci-file-code {
  background: url(/e2ce1a983b2e783e2396072238e81cda.svg) no-repeat center;
  background-size: contain;
}

.nci-file-empty {
  background: url(/48ab30e1be2406ae79e70e78608945e9.svg) no-repeat center;
  background-size: contain;
}

.nci-file-excel-alt {
  background: url(/48ab30e1be2406ae79e70e78608945e9.svg) no-repeat center;
  background-size: contain;
}

.nci-file-exe {
  background: url(/00d41f3f2e7b4fa44e7aa1179dfe81f0.svg) no-repeat center;
  background-size: contain;
}

.nci-file-illustrator {
  background: url(/e326d4c0d72870a008a6d2c54c46b901.svg) no-repeat center;
  background-size: contain;
}

.nci-file-indesign {
  background: url(/b733c91051733d3d97f678800c1dad3c.svg) no-repeat center;
  background-size: contain;
}

.nci-file-link {
  background: url(/db04fb0613b55d0f0a2f1cc0b66c3d80.svg) no-repeat center;
  background-size: contain;
}

.nci-file-pdf {
  background: url(/7c8747271a8fffd3cef95e5ab7e57fd4.svg) no-repeat center;
  background-size: contain;
}

.nci-file-photoshop {
  background: url(/150c3fe0a1bcd98c67c897af00b10286.svg) no-repeat center;
  background-size: contain;
}

.nci-file-powerpoint {
  background: url(/543378ca3aa6294d73e154ef24c29f26.svg) no-repeat center;
  background-size: contain;
}

.nci-file-premiere {
  background: url(/510d27529b56019ea2c577d6d85d982e.svg) no-repeat center;
  background-size: contain;
}

.nci-file-sound {
  background: url(/70696ac9bb67ea21de8e30fc1ae685b1.svg) no-repeat center;
  background-size: contain;
}

.nci-file-word {
  background: url(/35484ffce272b6c43219bfd0c94afc49.svg) no-repeat center;
  background-size: contain;
}

.nci-file-zip-alt {
  background: url(/bd3763cbabb6db93f1b284fdb75c5f75.svg) no-repeat center;
  background-size: contain;
}

.nci-file-zip-alt-2 {
  background: url(/0b86d2d98dcbd50ce3f3c7f7ebca184c.svg) no-repeat center;
  background-size: contain;
}

.nci-filter {
  background: url(/d2df8bee86eb6b9c8769930f9a9b9211.svg) no-repeat center;
  background-size: contain;
}

.nci-flask {
  background: url(/d90efb8ac240cdef08bf14699f5c57e1.svg) no-repeat center;
  background-size: contain;
}

.nci-floppy {
  background: url(/f0a0bf3de4fb95e47ff2b01b43e278c5.svg) no-repeat center;
  background-size: contain;
}

.nci-fly {
  background: url(/78ad0675c3515211018e7fdffba8bef0.svg) no-repeat center;
  background-size: contain;
}

.nci-folder {
  background: url(/f488c77057011560290f1535e244d81c.svg) no-repeat center;
  background-size: contain;
}

.nci-folder-blue {
  background: url(/d7550da388bbd5f5b80766de2b735de5.svg) no-repeat center;
  background-size: contain;
}

.nci-folder-document {
  background: url(/f2df9df5404851e4b2d4aabaf34161d6.svg) no-repeat center;
  background-size: contain;
}

.nci-folder-green {
  background: url(/6e1a44e507629140c64c28055a26e285.svg) no-repeat center;
  background-size: contain;
}

.nci-folder-house {
  background: url(/4c2fc5dacefdeb195b46dbd24a118839.svg) no-repeat center;
  background-size: contain;
}

.nci-folder-music {
  background: url(/f82e2da35c40edbd4ad997d0dbb1a1ba.svg) no-repeat center;
  background-size: contain;
}

.nci-folder-picture {
  background: url(/30b2b8b2bb76446e4284db3def9e629f.svg) no-repeat center;
  background-size: contain;
}

.nci-folder-video {
  background: url(/e729c82011d123a4c073c24c81c430cc.svg) no-repeat center;
  background-size: contain;
}

.nci-gamepad {
  background: url(/3ba18c4f7e89e66c7221adc5b52aca39.svg) no-repeat center;
  background-size: contain;
}

.nci-gift {
  background: url(/7fda6ecce93fa16c407d0aaa98f5828a.svg) no-repeat center;
  background-size: contain;
}

.nci-globe {
  background: url(/6fa99cf3550328f3e6c127d04385e31c.svg) no-repeat center;
  background-size: contain;
}

.nci-group {
  background: url(/50eb080da4931abb5f605c0c289f7caf.svg) no-repeat center;
  background-size: contain;
}

.nci-headphone {
  background: url(/cc96de0c22d9b9f007bd009768a98cd0.svg) no-repeat center;
  background-size: contain;
}

.nci-heart {
  background: url(/0e1d467c54cac8c21d3f1514ad66854c.svg) no-repeat center;
  background-size: contain;
}

.nci-home {
  background: url(/30482bb8115b0e70e593c7373370e164.svg) no-repeat center;
  background-size: contain;
}

.nci-image {
  background: url(/04e57f723c7b881294b8643fcbae39a5.svg) no-repeat center;
  background-size: contain;
}

.nci-image-png {
  background: url(/a9ad3d3907ac53f0eec8e2f9ebe207ca.svg) no-repeat center;
  background-size: contain;
}

.nci-institution {
  background: url(/e2a5d9f050347b2f4e8652c4160194f2.svg) no-repeat center;
  background-size: contain;
}

.nci-life-buoy {
  background: url(/cbc5f861feb552b0f4676460fd7fa876.svg) no-repeat center;
  background-size: contain;
}

.nci-light-bulb {
  background: url(/bff720ecbdea6874719bccd3d49fc656.svg) no-repeat center;
  background-size: contain;
}

.nci-lock {
  background: url(/85fecf0b530217aebe066101d25044a7.svg) no-repeat center;
  background-size: contain;
}

.nci-lock-open {
  background: url(/0eb2a9ddb86dc67a566bc8fa29f0d396.svg) no-repeat center;
  background-size: contain;
}

.nci-map {
  background: url(/08d5c396aedc797aaec8ad8ecba750e4.svg) no-repeat center;
  background-size: contain;
}

.nci-map-2 {
  background: url(/95b2144e3e1b214813b9d95da3fb68df.svg) no-repeat center;
  background-size: contain;
}

.nci-map-3 {
  background: url(/cf933bfe9a0db1df250fe6a7dbd04395.svg) no-repeat center;
  background-size: contain;
}

.nci-map-marker {
  background: url(/3475cb1fe27ec263f87671af9df654ee.svg) no-repeat center;
  background-size: contain;
}

.nci-microphone {
  background: url(/d309d1b91e68aa227d9d1c8561839c6c.svg) no-repeat center;
  background-size: contain;
}

.nci-money {
  background: url(/8dbe9ec9d41db85c773e9c706d201c11.svg) no-repeat center;
  background-size: contain;
}

.nci-money-2 {
  background: url(/29e39a14b5e38d484c975ec6e93bf5cd.svg) no-repeat center;
  background-size: contain;
}

.nci-monitor {
  background: url(/25c6e831a091589ed2f5174f1b3e923f.svg) no-repeat center;
  background-size: contain;
}

.nci-movement {
  background: url(/df9c47ea376b712cc3440a2d4244abdb.svg) no-repeat center;
  background-size: contain;
}

.nci-movie {
  background: url(/466c5ba92c293b1ddc4e5eb6c76f8794.svg) no-repeat center;
  background-size: contain;
}

.nci-movie-alt {
  background: url(/6e7efff198e9f09cf9fa120381a4f487.svg) no-repeat center;
  background-size: contain;
}

.nci-movie-alt-2 {
  background: url(/e44fc2ad32951709fb6bae57fafa07ba.svg) no-repeat center;
  background-size: contain;
}

.nci-notepad {
  background: url(/9290b2f9e0c4eb5f54e1e405e8888510.svg) no-repeat center;
  background-size: contain;
}

.nci-notes {
  background: url(/59c52bdafbeede315d66c97093fdc9ef.svg) no-repeat center;
  background-size: contain;
}

.nci-paint {
  background: url(/8b342ec070f20f19c68861721576e36c.svg) no-repeat center;
  background-size: contain;
}

.nci-paperclip {
  background: url(/80a2292ad58f6cce534cf2cd17b6b710.svg) no-repeat center;
  background-size: contain;
}

.nci-pencil {
  background: url(/2a85d0a267d917a4b5a77a02ab40d81f.svg) no-repeat center;
  background-size: contain;
}

.nci-person {
  background: url(/fbd328b90a567f9f033b6145e72c86f9.svg) no-repeat center;
  background-size: contain;
}

.nci-pic {
  background: url(/3919695b49860995645ba1bd57609bd1.svg) no-repeat center;
  background-size: contain;
}

.nci-pin {
  background: url(/94403203816d9e32a2fe7e766fd45237.svg) no-repeat center;
  background-size: contain;
}

.nci-profile {
  background: url(/0f08918369ad578db3b8bf85e8938625.svg) no-repeat center;
  background-size: contain;
}

.nci-profile-alt {
  background: url(/dabc94c58d3382271b4bc0a371775356.svg) no-repeat center;
  background-size: contain;
}

.nci-profile-group {
  background: url(/76db8951c6628da5aef7a2cc16f6fe4d.svg) no-repeat center;
  background-size: contain;
}

.nci-rss {
  background: url(/6fc4f135ef445c4eca8ccfc75b474dee.svg) no-repeat center;
  background-size: contain;
}

.nci-search {
  background: url(/c110208233b6edc51b5187cc42f499da.svg) no-repeat center;
  background-size: contain;
}

.nci-shield {
  background: url(/67cd0b5ba5f4ee928239fdd49c4401c6.svg) no-repeat center;
  background-size: contain;
}

.nci-shield-error {
  background: url(/47820af8b98d40072fed6d24893a78e8.svg) no-repeat center;
  background-size: contain;
}

.nci-shield-warning {
  background: url(/ddd7d72fdfbc5247ec3f7e319a3c0c7a.svg) no-repeat center;
  background-size: contain;
}

.nci-sign-add {
  background: url(/c0a06baf6c0969fce00a1120abc4b000.svg) no-repeat center;
  background-size: contain;
}

.nci-sign-ban {
  background: url(/81b86927349eebc8edf34df173b8a7d9.svg) no-repeat center;
  background-size: contain;
}

.nci-sign-check {
  background: url(/cd4945ca1c99e6150bbdfea93af29894.svg) no-repeat center;
  background-size: contain;
}

.nci-sign-error {
  background: url(/9ec5b75bfe9cb97093f541deacaf0787.svg) no-repeat center;
  background-size: contain;
}

.nci-sign-info {
  background: url(/fa9cfd793918eb4fd4eca07d92940a27.svg) no-repeat center;
  background-size: contain;
}

.nci-social-facebook {
  background: url(/6e4c127b0c9acd92bedf27b5a09864b4.svg) no-repeat center;
  background-size: contain;
}

.nci-social-google-plus {
  background: url(/9ecbc439a728e3439b78524a9e558e0f.svg) no-repeat center;
  background-size: contain;
}

.nci-social-youtube {
  background: url(/ae15105c640f1d37aa8e3eaa67f4a5f0.svg) no-repeat center;
  background-size: contain;
}

.nci-star {
  background: url(/6748127cf0ed0ffd646659451434b504.svg) no-repeat center;
  background-size: contain;
}

.nci-sticky-note {
  background: url(/857d5d20d9fcd927430b7e656ce89bbf.svg) no-repeat center;
  background-size: contain;
}

.nci-sun {
  background: url(/a4cc5bd06e10cd347fa8921fa9a69a33.svg) no-repeat center;
  background-size: contain;
}

.nci-tablet {
  background: url(/026442a7b8b0cfcd7e8050b73853b8b5.svg) no-repeat center;
  background-size: contain;
}

.nci-tachometer {
  background: url(/42a568f9ccb91fb484bd976e2eb0d863.svg) no-repeat center;
  background-size: contain;
}

.nci-tag {
  background: url(/82f025138e7f0534c74c29a099ab8036.svg) no-repeat center;
  background-size: contain;
}

.nci-terminal {
  background: url(/245f18b578cf3dc0cfb864bd01388888.svg) no-repeat center;
  background-size: contain;
}

.nci-text {
  background: url(/b32ee9696e69bffaf2946ef6f97c3903.svg) no-repeat center;
  background-size: contain;
}

.nci-trashcan {
  background: url(/45e5a1158904c10f93140b81db7f49ba.svg) no-repeat center;
  background-size: contain;
}

.nci-turntable {
  background: url(/efc4d188fc3181d7c4832d82804f2c69.svg) no-repeat center;
  background-size: contain;
}

.nci-user {
  background: url(/6d99adafe0d8c43253d4b05ed5911dec.svg) no-repeat center;
  background-size: contain;
}

.nci-user-id {
  background: url(/55fe8e6359e6056c078dead1b25db525.svg) no-repeat center;
  background-size: contain;
}

.nci-webcam {
  background: url(/a0e654f9f91e83e742d5e511b92dab28.svg) no-repeat center;
  background-size: contain;
}

.nci-window {
  background: url(/72979711c5d803fa7f23c2b890980889.svg) no-repeat center;
  background-size: contain;
}

.nci-window-layout {
  background: url(/23b2ca91d386fc19b48c918fa25dfbd1.svg) no-repeat center;
  background-size: contain;
}

.nci-window-system {
  background: url(/2f7800c0ea85bc06f36ac89792b899f4.svg) no-repeat center;
  background-size: contain;
}

.nci-workflow {
  background: url(/cded9a204b257359bd036cbc9b7cd8c4.svg) no-repeat center;
  background-size: contain;
}

.nci-wrench {
  background: url(/d2104c53194d1c1e2dc7c8bca6a8e81c.svg) no-repeat center;
  background-size: contain;
}

.nci-wrench-2 {
  background: url(/6b10017db1a9cda2262293a138a08c4f.svg) no-repeat center;
  background-size: contain;
}

.nci-wrench-screwdriver {
  background: url(/22b18ce69eca6d59e3cd41e96303d67f.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-excel {
  background: url(/c7a093b4c794cea5a40a4a6278435acd.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-excel_white {
  background: url(/f4547537ac11439eb00fadc77f2c9c74.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-file {
  background: url(/de7121977ccd04223224eab36c0e8d4b.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-file_white {
  background: url(/00d6b6e311448e3679059c4208a29dd6.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-image {
  background: url(/4ad435977e6907bc9bfea125be1a48a4.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-image_white {
  background: url(/291eecb9b4a0af181e13b89c684d5f8c.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-pdf {
  background: url(/7500aa22c4b7c7153d4882e4dfcf94df.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-pdf_white {
  background: url(/da6caff0470c13981c15baeb4be3ebc2.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-powerpoint {
  background: url(/e7ded760f447807ed49122bb14457f75.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-powerpoint_white {
  background: url(/6b11e16626f4d59bc164993eb77b1675.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-text {
  background: url(/5eafb80d093a03913846c5d7cf43d442.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-text_white {
  background: url(/b495debad7eda998a3e7b9e922e02359.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-word {
  background: url(/5369a4013e21a9725988ee81759c8e9b.svg) no-repeat center;
  background-size: contain;
}

.nci-archive-word_white {
  background: url(/65d02ebbac95c5f70358493d1d40ecd3.svg) no-repeat center;
  background-size: contain;
}

nui-breadcrumb {
  display: inline-block;
}

.nsj-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767.9px) {
  .nsj-breadcrumb {
    display: none;
    visibility: hidden;
  }
}

.nsj-breadcrumb>li {
  font-size: 12px;
  display: inline;
  text-transform: capitalize;
}

.nsj-breadcrumb>li:after {
  content: '\203A';
  font-size: 14px;
  color: #bebebe;
  margin-left: 8px;
  margin-right: 5px;
}

.nsj-breadcrumb>li:last-child {
  margin-right: 0;
}

.nsj-breadcrumb>li:last-child:after {
  content: none;
  margin: 0;
}

.nsj-breadcrumb-back {
  font-size: 26px;
  vertical-align: middle;
  margin: 2px 10px 0 2px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .nsj-breadcrumb-back.hidden-minsm {
    display: none;
    visibility: hidden;
  }
}

.nsj-headline {
  display: block;
  padding: 14px 15px;
}

.nsj-headline .title {
  float: left;
}

.nsj-headline .title h2 {
  font-size: 21px;
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  margin: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.nsj-headline .nsj-breadcrumb {
  float: right;
}

@media (max-width: 767.9px) {
  .nsj-headline .nsj-breadcrumb-back {
    display: inline-block;
  }
}

.nsj-headline nui-breadcrumb {
  float: right;
}

.nsj-headline nui-breadcrumb .nsj-breadcrumb {
  float: none;
}

@media (max-width: 767.9px) {
  .nsj-headline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 15px 15px 10px;
  }

  .nsj-headline .title {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .nsj-headline .nsj-breadcrumb {
    margin-top: 2px;
    float: none;
  }

  .nsj-headline nui-breadcrumb {
    float: none;
  }
}

.nsj-headline.nsj-headline-sub {
  border-bottom: 0;
}

.nsj-panel {
  border-style: solid;
  border-width: 1px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.nsj-panel .panel-heading .title {
  float: left;
  margin: 5px 0;
}

.nsj-panel .panel-heading .title h3 {
  font-size: 18px;
  margin: 0;
}

.nsj-panel .panel-heading .title.alert-message h3 {
  font-size: 15px;
}

.nsj-panel.panel-close .panel-heading .title {
  width: calc(100% - 15px);
}

.nsj-panel.panel-close .panel-heading .close {
  font-size: 14px;
  margin-right: -3px;
}

.nsj-panel .panel-body {
  padding: 15px;
}

.nsj-panel .panel-content {
  padding: 15px;
}

.nsj-panel .icon-panel-feedback:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.nsj-panel.panel-primary .icon-panel-feedback::before {
  content: "\F06A";
}

.nsj-panel.panel-success .icon-panel-feedback::before {
  content: "\F058";
}

.nsj-panel.panel-warning .icon-panel-feedback::before {
  content: "\F071";
}

.nsj-panel.panel-info .icon-panel-feedback::before {
  content: "\F05A";
}

.nsj-panel.panel-danger .icon-panel-feedback::before {
  content: "\F05E";
}

.nsj-color-card {
  border-radius: 4px;
  padding: 15px;
  margin: 5px 0;
}

.nsj-color-card.card-link {
  cursor: pointer;
}

.nsj-color-card:hover,
.nsj-color-card:focus {
  text-decoration: none;
}

.nsj-color-card .card-content {
  position: relative;
}

.nsj-color-card .icon {
  float: left;
  font-size: 30px;
  width: 42px;
  height: 40px;
  position: absolute;
  transform: translateY(-50%);
  top: 40%;
}

.nsj-color-card .text {
  text-align: right;
  margin-top: 8px;
  margin-left: 35px;
}

.nsj-color-card .text p {
  margin-bottom: 0px;
  font-size: 12px;
}

.nsj-color-card .text .value {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}

.nsj-color-card .card-foot {
  text-align: center;
  margin-bottom: -15px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 5px 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: 15px;
}

.nsj-color-card .card-foot a {
  font-size: 11px;
}

.nsj-color-card .card-foot a:hover,
.nsj-color-card .card-foot a:focus {
  text-decoration: none;
}

.nsj-alert .close {
  font-size: 12px;
}

.compact,
.nsj-table.table.bulk-actions th:first-child,
.nsj-table.table.has-thumb th:first-child,
.nsj-table.table.has-thumb.bulk-actions th:nth-of-type(2) {
  width: 1px;
  white-space: nowrap;
}

td.no-wrap .btn {
  margin-right: 3px;
}

td.no-wrap .btn:last-child {
  margin-right: 0;
}

.nsj-table.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  border-spacing: 0;
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .nsj-table.table {
    border-width: 1px;
    border-style: solid;
    position: relative;
  }
}

.nsj-table.table .custom-checkbox {
  margin: 0;
}

.nsj-table.table th {
  font-weight: 700;
}

.nsj-table.table th.hide-tr-label {
  background: #fff !important;
}

.nsj-table.table td,
.nsj-table.table th {
  padding: 8px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  word-wrap: break-word;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) {
  .nsj-table.table td,
  .nsj-table.table th {
    max-width: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .nsj-table.table tr {
    height: 45px;
  }
}

.nsj-table.table.has-thumb td.table-thumb .circle-image img {
  max-width: 100px;
}

.nsj-table.table.has-thumb td.table-thumb .large-thumb img {
  max-width: 125px;
}

@media only screen and (min-width: 992px) {
  .nsj-table.table.btns-actions thead th:last-child {
    padding: 0;
  }
}

.nsj-table.table.btns-actions tbody tr .table-btns-actions,
.nsj-table.table.btns-actions table.nsj-table.table tbody tr:hover td.actions .table-btns-actions,
table.nsj-table.table .nsj-table.table.btns-actions tbody tr:hover td.actions .table-btns-actions,
.nsj-table.table.btns-actions table.table:not(.nsj-table) tbody tr:hover td.actions .table-btns-actions,
table.table:not(.nsj-table) .nsj-table.table.btns-actions tbody tr:hover td.actions .table-btns-actions {
  text-align: right;
}

.nsj-table.table.btns-actions tbody tr .table-btns-actions .actions-list {
  margin-bottom: 0;
}

.nsj-table.table.btns-actions tbody tr .table-btns-actions .actions-list li.action {
  display: inline-block;
}

.nsj-table.table.btns-actions tbody tr .table-btns-actions .actions-buttons .btn-group.dropdown .btn {
  width: auto;
}

@media only screen and (min-width: 992px) {
  .nsj-table.table.btns-actions tbody tr .table-btns-actions .actions-buttons .btn-group.dropdown .btn:last-child {
    width: 10px;
    padding: 0;
    margin-left: -3px;
  }
}

@media only screen and (min-width: 992px) {
  .nsj-table.table.btns-actions tbody tr td:last-child {
    max-width: inherit;
    padding: 0;
    vertical-align: bottom;
  }

  .nsj-table.table.btns-actions tbody tr .table-btns-actions,
  .nsj-table.table.btns-actions table.nsj-table.table tbody tr:hover td.actions .table-btns-actions,
  table.nsj-table.table .nsj-table.table.btns-actions tbody tr:hover td.actions .table-btns-actions,
  .nsj-table.table.btns-actions table.table:not(.nsj-table) tbody tr:hover td.actions .table-btns-actions,
  table.table:not(.nsj-table) .nsj-table.table.btns-actions tbody tr:hover td.actions .table-btns-actions {
    display: none;
    position: absolute;
  }

  .nsj-table.table.btns-actions tbody tr:hover .table-btns-actions {
    display: inline-block;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
  }

  .nsj-table.table.btns-actions tbody tr:hover .table-btns-actions .actions-buttons {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    max-width: 480px;
    height: 42px;
  }
}

@media only screen and (max-width: 767.9px) {
  .nsj-table.table.btns-actions tbody .has-label-head {
    display: none;
  }

  .nsj-table.table.btns-actions tbody .has-label {
    position: relative;
  }

  .nsj-table.table.btns-actions tbody .has-label-td {
    position: static !important;
    top: 15px;
    right: 10px;
  }
}

@media only screen and (max-width: 991.9px) {
  .nsj-table {
    border: none;
  }

  .nsj-table thead,
  .nsj-table tbody,
  .nsj-table th,
  .nsj-table td,
  .nsj-table tr {
    display: block;
  }

  .nsj-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .nsj-table tr {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .nsj-table tbody td {
    padding: 2px 15px !important;
    border: none !important;
  }

  .nsj-table tbody td:before {
    padding-right: 8px;
    font-weight: 700;
    content: attr(data-label);
    display: inline;
  }

  .nsj-table tbody td:first-child {
    padding-top: 15px !important;
    font-size: 16px;
    font-weight: 700;
  }

  .nsj-table tbody td:first-child:before {
    content: none;
  }

  .nsj-table tbody td:last-child {
    padding-bottom: 15px !important;
    border-bottom: 0;
  }

  .nsj-table.has-thumb tbody tr {
    position: relative;
  }

  .nsj-table.has-thumb tbody td.table-thumb {
    padding-bottom: 15px !important;
    float: left;
  }

  .nsj-table.has-thumb tbody td.table-thumb:before {
    content: none;
  }

  .nsj-table.has-thumb tbody td:nth-of-type(2) {
    padding-top: 15px !important;
  }

  .nsj-table.has-thumb.bulk-actions tbody td:nth-of-type(3) {
    padding-top: 15px !important;
  }

  .nsj-table.btns-actions tbody td:last-child {
    padding-top: 15px !important;
  }

  .nsj-table.btns-actions tbody td:last-child:before {
    content: none;
  }

  .nsj-table.btns-actions .actions-buttons {
    margin-top: 5px;
  }

  .nsj-table.bulk-actions tbody td:first-child {
    padding-right: 0 !important;
    border-bottom: none;
    float: left;
    margin-right: 8px;
  }

  .nsj-table.bulk-actions tbody td:first-child input {
    vertical-align: top;
  }

  .nsj-table.bulk-actions tbody td:nth-of-type(2) {
    padding-left: 0 !important;
    padding-top: 15px !important;
    font-weight: 700;
    font-size: 16px;
  }

  .nsj-table.bulk-actions tbody td:nth-of-type(2):before {
    content: none;
  }

  .panel-body .nsj-table td {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.table-view .nsj-table {
  border: none;
}

.table-view .nsj-table tbody tr {
  cursor: pointer;
}

.circle-image {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ddd;
  width: 100px;
  height: 100px;
  position: relative;
}

.circle-image .border {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 6px solid #FFF;
}

.circle-image .wrap-image {
  height: 88px;
  overflow: hidden;
  width: 88px;
  margin: 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.circle-image .wrap-image img {
  width: 88px;
}

.circle-icon {
  border-radius: 50%;
  border: 1px solid #138ABB;
  background: #FFF;
  text-align: center;
  width: 45px;
  height: 45px;
}

@media only screen and (max-width: 991.9px) {
  .circle-icon {
    width: 38px;
    height: 38px;
  }
}

.circle-icon .ico {
  display: inline-block;
  padding: 11px;
}

@media only screen and (max-width: 991.9px) {
  .circle-icon .ico {
    padding: 7px;
  }
}

.large-thumb {
  border-radius: 4px;
  overflow: hidden;
  width: 125px;
  height: 80px;
  display: flex;
  align-items: center;
}

.large-thumb img {
  width: 125px;
}

.no-items {
  text-align: center;
  font-style: italic;
  color: #999;
  font-size: 14px;
}

.nsjtable-skeleton td {
  background: white;
}

.nsjtable-skeleton .linha1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.nsjtable-skeleton .linha1 .item-skeleton {
  width: 10%;
}

.nsjtable-buttondropdown nsj-button-dropdown nsj-button button {
  border: none;
  background-color: transparent;
  margin-right: 0;
  color: inherit !important;
}

.nsjtable-buttondropdown nsj-button-dropdown nsj-button button:hover,
.nsjtable-buttondropdown nsj-button-dropdown nsj-button button:focus,
.nsjtable-buttondropdown nsj-button-dropdown nsj-button button:active,
.nsjtable-buttondropdown nsj-button-dropdown nsj-button button:active:hover,
.nsjtable-buttondropdown nsj-button-dropdown nsj-button button:active:focus {
  background-color: transparent !important;
  box-shadow: none;
}

.nsjtable-buttondropdown nsj-button-dropdown div.btn-group {
  float: right;
}

.nsjtable-buttondropdown-responsive {
  display: none;
}

@media (max-width: 991px) {
  .nsjtable-buttondropdown-desktop {
    display: none !important;
  }

  .nsjtable-buttondropdown-responsive {
    display: unset;
  }
}

.nsj-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.nsj-switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.ui-select-bootstrap .ui-select-match-text {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 35px !important;
}

.ui-select-bootstrap .ui-select-toggle>a.btn {
  color: #333;
}

.ui-select-bootstrap .ui-select-no-choice>li {
  padding: 0 15px;
}

select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-position: right 50% !important;
  background-repeat: no-repeat !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) !important;
  padding: 6px !important;
  padding-right: 1.5em !important;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix()  {
  select {
    padding-top: 7px !important;
  }
}

.select-close {
  position: relative;
}

.select-close .btn-close-select {
  position: absolute;
  right: 20px;
  top: 5px;
  cursor: pointer;
}

select.form-control {
  border-radius: 10px;
}

.custom-checkbox {
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.custom-checkbox.checkbox-inline {
  font-weight: normal;
  padding-left: 0;
  margin: 0 10px 5px 0 !important;
}

.custom-checkbox.checkbox {
  margin-bottom: 12px;
}

.custom-checkbox.checkbox label {
  padding-left: 0;
}

.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  margin: 0;
}

.custom-checkbox .checkmark {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 2px;
  height: 16px;
  width: 16px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
}

.custom-checkbox .checkmark.checkmark-minus:after {
  left: 4px;
  top: 5px;
  width: 6px;
  height: 3px;
}

.custom-checkbox.checkbox-md .checkmark {
  height: 20px;
  width: 20px;
}

.custom-checkbox.checkbox-md .checkmark:after {
  margin: 2px;
}

.custom-checkbox.checkbox-lg .checkmark {
  height: 24px;
  width: 24px;
}

.custom-checkbox.checkbox-lg .checkmark:after {
  margin: 3px;
  width: 7px;
  height: 12px;
}

.custom-checkbox.checkbox-lg .checkmark.checkmark-minus:after {
  margin: 4px 2px;
  width: 10px;
  height: 4px;
}

@media (max-width: 991.9px) {
  .custom-checkbox .checkmark {
    height: 20px;
    width: 20px;
  }

  .custom-checkbox .checkmark:after {
    margin: 2px;
  }
}

.custom-checkbox.disabled .checkmark {
  opacity: 0.6;
}

.custom-checkbox:hover input ~ .checkmark {
  border-style: solid;
  border-width: 1px;
}

.custom-checkbox input:checked ~ .checkmark:after {
  border-style: solid;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark.checkmark-minus:after {
  border-width: 0 0 3px 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.custom-checkbox.checkbox-lg input:checked ~ .checkmark:after {
  border-width: 0 4px 4px 0;
}

.custom-checkbox.checkbox-lg input:checked ~ .checkmark.checkmark-minus:after {
  border-width: 0 0 4px 0;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-radio {
  margin-bottom: 10px;
}

.custom-radio.radio-inline {
  font-weight: normal;
  padding-left: 0;
  margin: 0 10px 5px 0 !important;
}

.custom-radio.radio {
  margin-bottom: 12px;
}

.custom-radio.radio label {
  padding-left: 0;
}

.custom-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  margin: 0;
}

.custom-radio .checkmark {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 2px;
  height: 16px;
  width: 16px;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}

.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.custom-radio.radio-md .checkmark {
  height: 20px;
  width: 20px;
}

.custom-radio.radio-md .checkmark:after {
  margin: 1px;
  width: 10px;
  height: 10px;
}

.custom-radio.radio-lg .checkmark {
  height: 24px;
  width: 24px;
}

.custom-radio.radio-lg .checkmark:after {
  margin: 2px;
  width: 12px;
  height: 12px;
}

@media (max-width: 991.9px) {
  .custom-radio .checkmark {
    height: 20px;
    width: 20px;
  }

  .custom-radio .checkmark:after {
    margin: 1px;
    width: 10px;
    height: 10px;
  }
}

.custom-radio.disabled .checkmark {
  opacity: 0.6;
}

.custom-radio:hover input ~ .checkmark {
  border-style: solid;
  border-width: 1px;
}

.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

.nsj-feedback.has-feedback .form-control-feedback {
  right: 0px !important;
}

.nsj-feedback.has-feedback .form-control-feedback:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.nsj-feedback.has-feedback label ~ .form-control-feedback {
  right: 10px;
  top: 26px;
}

@media (max-width: 991.9px) {
  .nsj-feedback.has-feedback label ~ .form-control-feedback {
    top: 30px;
  }
}

.nsj-feedback.has-feedback .help-block-custom {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.nsj-feedback.has-feedback.has-success .form-control-feedback::before {
  content: "\F058";
}

.nsj-feedback.has-feedback.has-success .help-block-custom {
  color: #008A17;
}

.nsj-feedback.has-feedback.has-warning .form-control-feedback::before {
  content: "\F071";
}

.nsj-feedback.has-feedback.has-warning .help-block-custom {
  color: #FED12A;
}

.nsj-feedback.has-feedback.has-error .form-control-feedback::before {
  content: "\F00D";
}

.nsj-feedback.has-feedback.has-error .help-block-custom {
  color: #c00;
}

input.campo-busca {
  background: url(//s3-us-west-2.amazonaws.com/static.nasajon/img/icone-busca2.png) no-repeat 8px 8px;
  padding-left: 27px;
}

input.form-control {
  border-radius: 10px;
  color: #363632;
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 130px;
  border: 2px solid rgba(0,0,0,0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0,0,0,0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200,200,200,0.8);
  background-color: rgba(255,255,255,0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255,255,255,0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255,255,255,0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone {
  position: relative;
  padding: 5px;
  cursor: pointer;
  border: 2px dashed #ccc;
}

.dropzone:hover {
  background: #f5f5f5;
}

.dropzone .dz-message {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-weight: 300;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}

.dropzone .dz-message .icon-attach {
  margin-bottom: 5px;
}

.dropzone .dz-preview {
  margin: 5px;
  min-height: auto;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 3px;
}

.dropzone .dz-preview .dz-image {
  border-radius: 3px;
}

.dropzone .dz-preview .dz-size,
.dropzone .dz-preview .dz-filename {
  display: none;
}

.dropzone .dz-preview .dz-progress {
  left: 0;
  width: 90%;
  border-radius: 3px;
  margin-left: 5%;
  margin-right: 5%;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #8BC34A;
  background: -webkit-linear-gradient(top, #E6EE9C, #8BC34A);
  background: linear-gradient(to bottom, #E6EE9C, #8BC34A);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  display: none !important;
  margin: 0;
  width: 100%;
  height: 100%;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  position: absolute;
  margin-top: -6px;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.dropzone .dz-preview.dz-error .dz-error-message {
  top: auto;
  left: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  border-radius: 3px;
  background: #FF9800;
  background: -webkit-linear-gradient(top, #FFA726, #FF9800);
  background: linear-gradient(to bottom, #FFA726, #FF9800);
  text-align: center;
  margin-top: 10px;
  margin-left: -10px;
}

.dropzone .dz-preview.dz-error .dz-error-message:after {
  border-bottom: 6px solid #FF9800;
}

.dropzone .dz-preview .dz-remove {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 11px;
  padding: 3px 0;
  background-color: rgba(100,100,100,0.5);
  font-weight: 300;
  z-index: 10;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}

.dropzone.md .dz-preview .dz-image {
  width: 100px;
  height: 100px;
}

.dropzone.md .dz-preview.dz-error .dz-error-message {
  margin-left: -20px;
}

.dropzone.sm .dz-preview .dz-image {
  width: 80px;
  height: 80px;
}

.dropzone.sm .dz-preview.dz-error .dz-error-message {
  margin-left: -30px;
}

.dropzone.sm .dz-preview .dz-remove {
  font-size: 10px;
}

.dropzone.xs .dz-preview .dz-image {
  width: 60px;
  height: 60px;
}

.dropzone.xs .dz-preview.dz-error .dz-error-message {
  margin-left: -40px;
}

.dropzone.xs .dz-preview .dz-remove {
  font-size: 9px;
}

.custom-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-input-file+label {
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 2rem;
  margin-bottom: 0;
}

.custom-input-file:focus+label {
  outline: -webkit-focus-ring-color auto 5px;
}

.nsj-multisteps {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.nsj-multisteps li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  width: 100%;
}

.nsj-multisteps li:nth-child(1n+2)::before,
.nsj-multisteps li:nth-last-child(1n+2)::after {
  content: "";
  height: 5px;
  display: block;
  position: absolute;
  top: 19px;
  width: calc((100% - 42px) / 2);
}

@media (max-width: 767.9px) {
  .nsj-multisteps li:nth-child(1n+2)::before,
  .nsj-multisteps li:nth-last-child(1n+2)::after {
    top: 15px;
    height: 4px;
    width: calc((100% - 36px) / 2);
  }
}

.nsj-multisteps li:nth-last-child(1n+2)::before {
  left: 0;
  right: auto;
}

.nsj-multisteps li:nth-child(1n+2)::after {
  left: auto;
  right: 0;
}

.nsj-multisteps li .icone {
  font-size: 0.8em;
}

.nsj-multisteps li .circle {
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 42px;
  height: 42px;
  font-weight: 700;
  font-size: 16px;
  line-height: 42px;
}

@media (max-width: 767.9px) {
  .nsj-multisteps li .circle {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.nsj-multisteps li .step-check {
  color: #00bd20;
}

.nsj-multisteps li .title {
  display: block;
  font-weight: 700;
  margin-top: 6px;
  padding: 0 5px;
}

@media (max-width: 767.9px) {
  .nsj-multisteps li .title {
    display: none;
    visibility: hidden;
  }
}

.nsj-multisteps li>small {
  display: block;
  line-height: 1.2em;
  padding: 0 5px;
}

@media (max-width: 767.9px) {
  .nsj-multisteps li>small {
    display: none;
    visibility: hidden;
  }
}

.nsj-multisteps li.active {
  cursor: default;
}

.nsj-multisteps li::before {
  left: 0;
  right: auto;
}

.nsj-multisteps li::after {
  left: auto;
  right: 0;
}

.characters-count {
  display: inline-block;
  font-size: 0.8em;
}

.nsj-radio-btn-group {
  clear: both;
}

.nsj-radio-btn-group div.item {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0;
}

.nsj-radio-btn-group div.item label {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  cursor: pointer;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  margin: 0;
  font-weight: 400;
  padding: 6px 12px;
}

.nsj-radio-btn-group div.item label:hover {
  background-color: #e6e6e6;
  border-top-color: #adadad;
  border-bottom-color: #adadad;
  border-right-color: #adadad;
}

.nsj-radio-btn-group div.item:first-child label {
  border-radius: 2rem 0 0 2rem;
  border-left-width: 1px;
  border-left-style: solid;
}

.nsj-radio-btn-group div.item:last-child label {
  border-radius: 0 2rem 2rem 0;
}

.nsj-radio-btn-group div.item input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  margin: 0;
}

.nsj-radio-btn-group div.item input:focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

nsj-input-dropdown[readonly] .nsj-input-dropdown,
nsj-input-dropdown[disabled] .nsj-input-dropdown {
  background-color: #eee !important;
  cursor: not-allowed !important;
}

nsj-input-dropdown[readonly] .popup-content,
nsj-input-dropdown[disabled] .popup-content {
  display: none !important;
}

.nsj-input-dropdown {
  position: relative;
}

.nsj-input-dropdown .input-toggle {
  background-color: inherit !important;
  cursor: inherit !important;
  border: 0 !important;
  width: 100%;
}

.nsj-input-dropdown .popup-content {
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  width: 270px;
  padding: 5px;
  position: absolute;
  z-index: 200;
  box-shadow: 1px 0px 14px 0px rgba(138,138,138,0.8);
  border-radius: 4px;
  right: 0;
  margin-top: 3px;
  min-width: 200px;
}

.nsj-input-dropdown .popup-content .popup-footer {
  margin-top: 5px;
}

.nsj-input-dropdown .popup-content .popup-footer .btn.btn-select {
  margin-left: 5px;
}

.nsj-input-dropdown .popup-content.time {
  padding: 5px 15px;
  width: auto;
  text-align: center;
}

.nsj-input-dropdown .popup-content.left {
  right: initial;
  left: 0;
}

.nsj-input-dropdown .popup-content .nsj-interval {
  display: inline-block;
}

.nsj-input-dropdown .popup-content.hide {
  display: none;
}

.nsj-interval .time-field {
  float: left;
}

.nsj-interval .time-field .arrow {
  margin: 0 auto;
  display: block;
  clear: both;
  cursor: pointer;
  height: 20px;
}

.nsj-interval .time-field .arrow:focus {
  outline: none;
}

.nsj-interval .time-field input {
  width: 40px;
  height: 30px;
  padding: 5px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ddd;
}

.nsj-interval .time-field.text {
  line-height: 70px;
  margin: 0 6px;
  font-size: 17px;
  font-weight: bolder;
}

.nsj-date .picker-day,
.nsj-date .picker-top-row {
  padding: 7px 0;
}

.nsj-date .picker-day.picker-selected {
  background-color: #00469B;
  color: #fff;
}

.nsj-date .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: #00469B;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 768px) {
  .nsj-form.form-horizontal .control-label {
    padding-right: 0 !important;
    padding-top: 6px !important;
  }
}

.nsj-form label.optional .txt-optional {
  font-weight: normal;
}

.nsj-form textarea.form-control {
  resize: vertical;
}

.nsj-form fieldset {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top-style: solid;
  border-top-width: 1px;
}

.nsj-form fieldset legend {
  border-bottom: none;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 2px 8px 2px 0;
}

.nsj-form.w-actions-form {
  position: relative;
  padding-bottom: 55px;
  height: 100%;
}

@media (max-width: 991.9px) {
  .nsj-form.w-actions-form {
    padding-bottom: 67px;
  }
}

.nsj-form.w-actions-form .content-form {
  overflow-y: scroll;
  padding: 15px;
  height: 100%;
}

.nsj-form.w-actions-form .nsj-actions-form {
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.object-list {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}

.object-list .table {
  margin-bottom: 0;
}

.object-list-add>label {
  font-weight: normal;
}

.object-list-add .box-add {
  border-width: 1px;
  border-style: solid;
  padding: 12px 15px 0;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .object-list-add .align-itens {
    display: flex;
    align-items: flex-end;
  }

  .object-list-add .align-itens .inputs-area {
    width: calc(100% - 116px);
    float: left;
    margin-right: 15px;
  }
}

.nsj-form-view {
  width: 100%;
}

.nsj-form-view .form-group {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: -1px;
  width: 100%;
  min-height: 35px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.nsj-form-view label {
  padding: 6px 10px;
  width: 160px;
  float: left;
  text-align: right;
  word-wrap: break-word;
  margin-bottom: 0;
  flex-grow: 1;
}

.nsj-form-view p.form-control-static,
.nsj-form-view div.form-control-static {
  padding: 6px 10px;
  float: left;
  width: calc(100% - 160px);
  flex-grow: 1;
  overflow: hidden;
  word-wrap: break-word;
  color: #363632;
}

.nsj-form-view p.form-control-static .btn,
.nsj-form-view p.form-control-static .btn-group,
.nsj-form-view div.form-control-static .btn,
.nsj-form-view div.form-control-static .btn-group {
  margin-left: 8px;
}

.nsj-form-view p.form-control-static .btn-group .btn,
.nsj-form-view div.form-control-static .btn-group .btn {
  margin-left: -1px;
}

.nsj-form-view p.form-control-static .sub-title,
.nsj-form-view div.form-control-static .sub-title {
  margin: 5px;
  font-size: 12px;
}

.nsj-form-view .row.row-form-view {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

.nsj-form-view .row.row-form-view [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex-grow: 1;
  display: flex;
}

@media (min-width: 992px) {
  .nsj-form-view .row.row-form-view [class*="col-"] {
    width: 33.33% !important;
  }
}

@media (max-width: 991.9px) {
  .nsj-form-view .row.row-form-view [class*="col-"] {
    width: 50%;
  }
}

@media (max-width: 767.9px) {
  .nsj-form-view .row.row-form-view [class*="col-"] {
    width: 100%;
  }
}

.nsj-form-view .row.row-form-view .form-group .table {
  margin: -1px 0;
}

.nsj-form-view .object-list {
  width: 100%;
  margin: 0;
}

.nsj-form-view .object-list .table {
  margin: -1px;
  width: calc(100% + 3px);
  max-width: calc(100% + 3px);
}

a.btn {
  border-radius: 2rem;
  padding: 6px 20px;
  font-weight: bold !important;
}

a.btn.btn-lg {
  padding: 10px 16px;
}

a.btn.btn-sm {
  padding: 5px 10px;
}

a.btn.btn-xs {
  padding: 1px 5px;
}

a.btn.btn-circle {
  padding: 0;
}

.btn-default {
  color: #00469B !important;
  border-color: #DDDDDD !important;
  font-weight: bold !important;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #00469B !important;
  background-color: #EBF0F7 !important;
  border-color: #DDDDDD !important;
}

.btn-primary,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar {
  border-color: #DDDDDD !important;
}

.btn-primary:active,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar:active,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar:active {
  background-color: #003472 !important;
  border-color: #bebebe !important;
}

.btn-warning {
  border-color: #DDDDDD !important;
  color: #3a3a3a !important;
}

.btn-warning:active {
  background-color: #fec801 !important;
  border-color: #bebebe !important;
}

.btn-success {
  background-color: #008A17 !important;
  border-color: #DDDDDD !important;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #007614 !important;
  border-color: #c4c4c4 !important;
}

.btn-success:active {
  background-color: #006110 !important;
  border-color: #b9b9b9 !important;
}

.btn-info {
  background-color: #04797F !important;
  border-color: #DDDDDD !important;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #03666b !important;
  border-color: #c4c4c4 !important;
}

.btn-info:active {
  background-color: #035357 !important;
  border-color: #bebebe !important;
}

.btn-danger {
  background-color: #CC0000 !important;
  border-color: #DDDDDD !important;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #b80000 !important;
  border-color: #c4c4c4 !important;
}

.btn-danger:active {
  background-color: #a30000 !important;
  border-color: #bebebe !important;
}

.btn {
  font-weight: bold !important;
  border-radius: 2rem;
}

.btn.btn-circle {
  line-height: 34px;
  border-radius: 30px !important;
  padding: 0;
  width: 36px;
  height: 36px;
}

.btn.btn-circle.btn-xs {
  width: 22px;
  height: 22px;
  line-height: 20px;
}

.btn.btn-circle.btn-sm {
  width: 30px;
  height: 30px;
  line-height: 28px;
}

.btn.btn-circle.btn-lg {
  width: 46px;
  height: 46px;
  line-height: 44px;
}

.btn:active,
.btn:focus {
  outline: 0 !important;
}

.btn.btn-flat {
  border-radius: 0;
}

.btn-group .btn-circle {
  margin-right: 5px !important;
}

.btn-fixed {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 5;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
}

.btn-fixed.dropdown,
.btn-fixed.btn-group {
  position: fixed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-fixed.dropdown .btn,
.btn-fixed.btn-group .btn {
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
}

.btn-fixed .dropdown-menu {
  bottom: 100%;
  top: inherit;
  margin: 0 0 2px;
}

.btn-fixed .btn-circle {
  margin: 0 0 0 5px !important;
}

.btn-group>nsj-button-dropdown:last-child:not(:first-child)>.btn-group>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>nsj-button-dropdown:last-child:not(:first-child)>.btn-group>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.icon-button {
  font-size: 0.9em;
}

button,
button:active,
button:focus {
  outline: 0 !important;
}

.dropdown-menu>item-dropdown>li>a,
.dropdown-menu>item-dropdown>li>span>ul.collapsed-list>li>item-dropdown>li>a,
.dropdown-menu>nsj-action>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}

.dropdown-menu>item-dropdown>li>a:focus,
.dropdown-menu>item-dropdown>li>a:hover,
.dropdown-menu>item-dropdown>li>span>ul.collapsed-list>li>item-dropdown>li>a:focus,
.dropdown-menu>item-dropdown>li>span>ul.collapsed-list>li>item-dropdown>li>a:hover,
.dropdown-menu>nsj-action>li>a:focus,
.dropdown-menu>nsj-action>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>item-dropdown.disabled-itemdropdown li {
  cursor: not-allowed;
  opacity: 1;
}

.dropdown-menu>item-dropdown.disabled-itemdropdown li a {
  pointer-events: none;
  opacity: .65;
}

.nsj-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.nsj-switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.ui-select-bootstrap .ui-select-match-text {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 35px !important;
}

.ui-select-bootstrap .ui-select-toggle>a.btn {
  color: #333;
}

.ui-select-bootstrap .ui-select-no-choice>li {
  padding: 0 15px;
}

select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-position: right 50% !important;
  background-repeat: no-repeat !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) !important;
  padding: 6px !important;
  padding-right: 1.5em !important;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix()  {
  select {
    padding-top: 7px !important;
  }
}

.select-close {
  position: relative;
}

.select-close .btn-close-select {
  position: absolute;
  right: 20px;
  top: 5px;
  cursor: pointer;
}

select.form-control {
  border-radius: 10px;
}

.custom-checkbox {
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.custom-checkbox.checkbox-inline {
  font-weight: normal;
  padding-left: 0;
  margin: 0 10px 5px 0 !important;
}

.custom-checkbox.checkbox {
  margin-bottom: 12px;
}

.custom-checkbox.checkbox label {
  padding-left: 0;
}

.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  margin: 0;
}

.custom-checkbox .checkmark {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 2px;
  height: 16px;
  width: 16px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
}

.custom-checkbox .checkmark.checkmark-minus:after {
  left: 4px;
  top: 5px;
  width: 6px;
  height: 3px;
}

.custom-checkbox.checkbox-md .checkmark {
  height: 20px;
  width: 20px;
}

.custom-checkbox.checkbox-md .checkmark:after {
  margin: 2px;
}

.custom-checkbox.checkbox-lg .checkmark {
  height: 24px;
  width: 24px;
}

.custom-checkbox.checkbox-lg .checkmark:after {
  margin: 3px;
  width: 7px;
  height: 12px;
}

.custom-checkbox.checkbox-lg .checkmark.checkmark-minus:after {
  margin: 4px 2px;
  width: 10px;
  height: 4px;
}

@media (max-width: 991.9px) {
  .custom-checkbox .checkmark {
    height: 20px;
    width: 20px;
  }

  .custom-checkbox .checkmark:after {
    margin: 2px;
  }
}

.custom-checkbox.disabled .checkmark {
  opacity: 0.6;
}

.custom-checkbox:hover input ~ .checkmark {
  border-style: solid;
  border-width: 1px;
}

.custom-checkbox input:checked ~ .checkmark:after {
  border-style: solid;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark.checkmark-minus:after {
  border-width: 0 0 3px 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.custom-checkbox.checkbox-lg input:checked ~ .checkmark:after {
  border-width: 0 4px 4px 0;
}

.custom-checkbox.checkbox-lg input:checked ~ .checkmark.checkmark-minus:after {
  border-width: 0 0 4px 0;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-radio {
  margin-bottom: 10px;
}

.custom-radio.radio-inline {
  font-weight: normal;
  padding-left: 0;
  margin: 0 10px 5px 0 !important;
}

.custom-radio.radio {
  margin-bottom: 12px;
}

.custom-radio.radio label {
  padding-left: 0;
}

.custom-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  margin: 0;
}

.custom-radio .checkmark {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 2px;
  height: 16px;
  width: 16px;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}

.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.custom-radio.radio-md .checkmark {
  height: 20px;
  width: 20px;
}

.custom-radio.radio-md .checkmark:after {
  margin: 1px;
  width: 10px;
  height: 10px;
}

.custom-radio.radio-lg .checkmark {
  height: 24px;
  width: 24px;
}

.custom-radio.radio-lg .checkmark:after {
  margin: 2px;
  width: 12px;
  height: 12px;
}

@media (max-width: 991.9px) {
  .custom-radio .checkmark {
    height: 20px;
    width: 20px;
  }

  .custom-radio .checkmark:after {
    margin: 1px;
    width: 10px;
    height: 10px;
  }
}

.custom-radio.disabled .checkmark {
  opacity: 0.6;
}

.custom-radio:hover input ~ .checkmark {
  border-style: solid;
  border-width: 1px;
}

.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

.nsj-feedback.has-feedback .form-control-feedback {
  right: 0px !important;
}

.nsj-feedback.has-feedback .form-control-feedback:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.nsj-feedback.has-feedback label ~ .form-control-feedback {
  right: 10px;
  top: 26px;
}

@media (max-width: 991.9px) {
  .nsj-feedback.has-feedback label ~ .form-control-feedback {
    top: 30px;
  }
}

.nsj-feedback.has-feedback .help-block-custom {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.nsj-feedback.has-feedback.has-success .form-control-feedback::before {
  content: "\F058";
}

.nsj-feedback.has-feedback.has-success .help-block-custom {
  color: #008A17;
}

.nsj-feedback.has-feedback.has-warning .form-control-feedback::before {
  content: "\F071";
}

.nsj-feedback.has-feedback.has-warning .help-block-custom {
  color: #FED12A;
}

.nsj-feedback.has-feedback.has-error .form-control-feedback::before {
  content: "\F00D";
}

.nsj-feedback.has-feedback.has-error .help-block-custom {
  color: #c00;
}

input.campo-busca {
  background: url(//s3-us-west-2.amazonaws.com/static.nasajon/img/icone-busca2.png) no-repeat 8px 8px;
  padding-left: 27px;
}

input.form-control {
  border-radius: 10px;
  color: #363632;
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 130px;
  border: 2px solid rgba(0,0,0,0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0,0,0,0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200,200,200,0.8);
  background-color: rgba(255,255,255,0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255,255,255,0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255,255,255,0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone {
  position: relative;
  padding: 5px;
  cursor: pointer;
  border: 2px dashed #ccc;
}

.dropzone:hover {
  background: #f5f5f5;
}

.dropzone .dz-message {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-weight: 300;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}

.dropzone .dz-message .icon-attach {
  margin-bottom: 5px;
}

.dropzone .dz-preview {
  margin: 5px;
  min-height: auto;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 3px;
}

.dropzone .dz-preview .dz-image {
  border-radius: 3px;
}

.dropzone .dz-preview .dz-size,
.dropzone .dz-preview .dz-filename {
  display: none;
}

.dropzone .dz-preview .dz-progress {
  left: 0;
  width: 90%;
  border-radius: 3px;
  margin-left: 5%;
  margin-right: 5%;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #8BC34A;
  background: -webkit-linear-gradient(top, #E6EE9C, #8BC34A);
  background: linear-gradient(to bottom, #E6EE9C, #8BC34A);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  display: none !important;
  margin: 0;
  width: 100%;
  height: 100%;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  position: absolute;
  margin-top: -6px;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.dropzone .dz-preview.dz-error .dz-error-message {
  top: auto;
  left: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  border-radius: 3px;
  background: #FF9800;
  background: -webkit-linear-gradient(top, #FFA726, #FF9800);
  background: linear-gradient(to bottom, #FFA726, #FF9800);
  text-align: center;
  margin-top: 10px;
  margin-left: -10px;
}

.dropzone .dz-preview.dz-error .dz-error-message:after {
  border-bottom: 6px solid #FF9800;
}

.dropzone .dz-preview .dz-remove {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 11px;
  padding: 3px 0;
  background-color: rgba(100,100,100,0.5);
  font-weight: 300;
  z-index: 10;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}

.dropzone.md .dz-preview .dz-image {
  width: 100px;
  height: 100px;
}

.dropzone.md .dz-preview.dz-error .dz-error-message {
  margin-left: -20px;
}

.dropzone.sm .dz-preview .dz-image {
  width: 80px;
  height: 80px;
}

.dropzone.sm .dz-preview.dz-error .dz-error-message {
  margin-left: -30px;
}

.dropzone.sm .dz-preview .dz-remove {
  font-size: 10px;
}

.dropzone.xs .dz-preview .dz-image {
  width: 60px;
  height: 60px;
}

.dropzone.xs .dz-preview.dz-error .dz-error-message {
  margin-left: -40px;
}

.dropzone.xs .dz-preview .dz-remove {
  font-size: 9px;
}

.custom-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-input-file+label {
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 2rem;
  margin-bottom: 0;
}

.custom-input-file:focus+label {
  outline: -webkit-focus-ring-color auto 5px;
}

.nsj-multisteps {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.nsj-multisteps li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  width: 100%;
}

.nsj-multisteps li:nth-child(1n+2)::before,
.nsj-multisteps li:nth-last-child(1n+2)::after {
  content: "";
  height: 5px;
  display: block;
  position: absolute;
  top: 19px;
  width: calc((100% - 42px) / 2);
}

@media (max-width: 767.9px) {
  .nsj-multisteps li:nth-child(1n+2)::before,
  .nsj-multisteps li:nth-last-child(1n+2)::after {
    top: 15px;
    height: 4px;
    width: calc((100% - 36px) / 2);
  }
}

.nsj-multisteps li:nth-last-child(1n+2)::before {
  left: 0;
  right: auto;
}

.nsj-multisteps li:nth-child(1n+2)::after {
  left: auto;
  right: 0;
}

.nsj-multisteps li .icone {
  font-size: 0.8em;
}

.nsj-multisteps li .circle {
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 42px;
  height: 42px;
  font-weight: 700;
  font-size: 16px;
  line-height: 42px;
}

@media (max-width: 767.9px) {
  .nsj-multisteps li .circle {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.nsj-multisteps li .step-check {
  color: #00bd20;
}

.nsj-multisteps li .title {
  display: block;
  font-weight: 700;
  margin-top: 6px;
  padding: 0 5px;
}

@media (max-width: 767.9px) {
  .nsj-multisteps li .title {
    display: none;
    visibility: hidden;
  }
}

.nsj-multisteps li>small {
  display: block;
  line-height: 1.2em;
  padding: 0 5px;
}

@media (max-width: 767.9px) {
  .nsj-multisteps li>small {
    display: none;
    visibility: hidden;
  }
}

.nsj-multisteps li.active {
  cursor: default;
}

.nsj-multisteps li::before {
  left: 0;
  right: auto;
}

.nsj-multisteps li::after {
  left: auto;
  right: 0;
}

.characters-count {
  display: inline-block;
  font-size: 0.8em;
}

.nsj-radio-btn-group {
  clear: both;
}

.nsj-radio-btn-group div.item {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0;
}

.nsj-radio-btn-group div.item label {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  cursor: pointer;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  margin: 0;
  font-weight: 400;
  padding: 6px 12px;
}

.nsj-radio-btn-group div.item label:hover {
  background-color: #e6e6e6;
  border-top-color: #adadad;
  border-bottom-color: #adadad;
  border-right-color: #adadad;
}

.nsj-radio-btn-group div.item:first-child label {
  border-radius: 2rem 0 0 2rem;
  border-left-width: 1px;
  border-left-style: solid;
}

.nsj-radio-btn-group div.item:last-child label {
  border-radius: 0 2rem 2rem 0;
}

.nsj-radio-btn-group div.item input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  margin: 0;
}

.nsj-radio-btn-group div.item input:focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

nsj-input-dropdown[readonly] .nsj-input-dropdown,
nsj-input-dropdown[disabled] .nsj-input-dropdown {
  background-color: #eee !important;
  cursor: not-allowed !important;
}

nsj-input-dropdown[readonly] .popup-content,
nsj-input-dropdown[disabled] .popup-content {
  display: none !important;
}

.nsj-input-dropdown {
  position: relative;
}

.nsj-input-dropdown .input-toggle {
  background-color: inherit !important;
  cursor: inherit !important;
  border: 0 !important;
  width: 100%;
}

.nsj-input-dropdown .popup-content {
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  width: 270px;
  padding: 5px;
  position: absolute;
  z-index: 200;
  box-shadow: 1px 0px 14px 0px rgba(138,138,138,0.8);
  border-radius: 4px;
  right: 0;
  margin-top: 3px;
  min-width: 200px;
}

.nsj-input-dropdown .popup-content .popup-footer {
  margin-top: 5px;
}

.nsj-input-dropdown .popup-content .popup-footer .btn.btn-select {
  margin-left: 5px;
}

.nsj-input-dropdown .popup-content.time {
  padding: 5px 15px;
  width: auto;
  text-align: center;
}

.nsj-input-dropdown .popup-content.left {
  right: initial;
  left: 0;
}

.nsj-input-dropdown .popup-content .nsj-interval {
  display: inline-block;
}

.nsj-input-dropdown .popup-content.hide {
  display: none;
}

.nsj-interval .time-field {
  float: left;
}

.nsj-interval .time-field .arrow {
  margin: 0 auto;
  display: block;
  clear: both;
  cursor: pointer;
  height: 20px;
}

.nsj-interval .time-field .arrow:focus {
  outline: none;
}

.nsj-interval .time-field input {
  width: 40px;
  height: 30px;
  padding: 5px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ddd;
}

.nsj-interval .time-field.text {
  line-height: 70px;
  margin: 0 6px;
  font-size: 17px;
  font-weight: bolder;
}

.nsj-date .picker-day,
.nsj-date .picker-top-row {
  padding: 7px 0;
}

.nsj-date .picker-day.picker-selected {
  background-color: #00469B;
  color: #fff;
}

.nsj-date .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: #00469B;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 768px) {
  .nsj-form.form-horizontal .control-label {
    padding-right: 0 !important;
    padding-top: 6px !important;
  }
}

.nsj-form label.optional .txt-optional {
  font-weight: normal;
}

.nsj-form textarea.form-control {
  resize: vertical;
}

.nsj-form fieldset {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top-style: solid;
  border-top-width: 1px;
}

.nsj-form fieldset legend {
  border-bottom: none;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 2px 8px 2px 0;
}

.nsj-form.w-actions-form {
  position: relative;
  padding-bottom: 55px;
  height: 100%;
}

@media (max-width: 991.9px) {
  .nsj-form.w-actions-form {
    padding-bottom: 67px;
  }
}

.nsj-form.w-actions-form .content-form {
  overflow-y: scroll;
  padding: 15px;
  height: 100%;
}

.nsj-form.w-actions-form .nsj-actions-form {
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.object-list {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}

.object-list .table {
  margin-bottom: 0;
}

.object-list-add>label {
  font-weight: normal;
}

.object-list-add .box-add {
  border-width: 1px;
  border-style: solid;
  padding: 12px 15px 0;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .object-list-add .align-itens {
    display: flex;
    align-items: flex-end;
  }

  .object-list-add .align-itens .inputs-area {
    width: calc(100% - 116px);
    float: left;
    margin-right: 15px;
  }
}

.nsj-form-view {
  width: 100%;
}

.nsj-form-view .form-group {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: -1px;
  width: 100%;
  min-height: 35px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.nsj-form-view label {
  padding: 6px 10px;
  width: 160px;
  float: left;
  text-align: right;
  word-wrap: break-word;
  margin-bottom: 0;
  flex-grow: 1;
}

.nsj-form-view p.form-control-static,
.nsj-form-view div.form-control-static {
  padding: 6px 10px;
  float: left;
  width: calc(100% - 160px);
  flex-grow: 1;
  overflow: hidden;
  word-wrap: break-word;
  color: #363632;
}

.nsj-form-view p.form-control-static .btn,
.nsj-form-view p.form-control-static .btn-group,
.nsj-form-view div.form-control-static .btn,
.nsj-form-view div.form-control-static .btn-group {
  margin-left: 8px;
}

.nsj-form-view p.form-control-static .btn-group .btn,
.nsj-form-view div.form-control-static .btn-group .btn {
  margin-left: -1px;
}

.nsj-form-view p.form-control-static .sub-title,
.nsj-form-view div.form-control-static .sub-title {
  margin: 5px;
  font-size: 12px;
}

.nsj-form-view .row.row-form-view {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

.nsj-form-view .row.row-form-view [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex-grow: 1;
  display: flex;
}

@media (min-width: 992px) {
  .nsj-form-view .row.row-form-view [class*="col-"] {
    width: 33.33% !important;
  }
}

@media (max-width: 991.9px) {
  .nsj-form-view .row.row-form-view [class*="col-"] {
    width: 50%;
  }
}

@media (max-width: 767.9px) {
  .nsj-form-view .row.row-form-view [class*="col-"] {
    width: 100%;
  }
}

.nsj-form-view .row.row-form-view .form-group .table {
  margin: -1px 0;
}

.nsj-form-view .object-list {
  width: 100%;
  margin: 0;
}

.nsj-form-view .object-list .table {
  margin: -1px;
  width: calc(100% + 3px);
  max-width: calc(100% + 3px);
}

.toolbar {
  flex-flow: row wrap;
  padding-top: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
}

.toolbar .select-content-view {
  border-left-style: solid;
  border-left-width: 1px;
  display: inline-block;
  margin: 15px 0 0 15px;
}

@media (max-width: 767.9px) {
  .toolbar .select-content-view {
    display: none;
  }
}

.toolbar .select-content-view a {
  display: inline-block;
  margin-left: 15px;
  line-height: 34px;
}

.toolbar .select-content-view a.active {
  cursor: default;
}

.toolbar .flex-search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.toolbar .flex-search>* {
  flex: 1 100%;
  padding: 0 15px 15px;
}

.toolbar .content-toolbar {
  display: inline-flex;
  width: 100%;
  flex-grow: 11;
}

.toolbar .flex-button {
  flex: none;
  padding-left: 0;
}

.toolbar .flex-button .group-buttons {
  display: inline-block;
}

@media (min-width: 768px) {
  .toolbar .flex-button .group-buttons {
    padding-left: 15px;
    border-left-style: solid;
    border-left-width: 1px;
  }
}

.toolbar .item-toolbar {
  margin: 0 15px 0 0;
  width: 100%;
}

@media (min-width: 768px) {
  .toolbar .item-toolbar {
    padding-right: 15px;
    border-right-style: solid;
    border-right-width: 1px;
    float: left;
  }
}

@media (min-width: 992px) {
  .toolbar .item-toolbar:last-child,
  .toolbar .item-toolbar:nth-child(4),
  .toolbar .item-toolbar:nth-child(8),
  .toolbar .item-toolbar:nth-child(12) {
    padding: 0;
    margin-right: 0;
    border: none;
  }
}

@media (min-width: 768px) and (max-width: 991.9px) {
  .toolbar .item-toolbar:last-child,
  .toolbar .item-toolbar:nth-child(2),
  .toolbar .item-toolbar:nth-child(4),
  .toolbar .item-toolbar:nth-child(6),
  .toolbar .item-toolbar:nth-child(8),
  .toolbar .item-toolbar:nth-child(10),
  .toolbar .item-toolbar:nth-child(12) {
    padding: 0;
    margin-right: 0;
    border: none;
  }
}

.toolbar .filters {
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}

.toolbar .filters .flex-filter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}

.toolbar .filters .flex-filter>* {
  width: 100%;
  padding: 0px 15px 15px 15px;
}

@media (min-width: 992px) {
  .toolbar .filters .flex-filter>* {
    flex: 1 20%;
  }
}

.toolbar .filters .flex-filter .input-main {
  width: 100%;
}

.toolbar .filters .flex-filter .input-main .input-left {
  width: 1px;
}

.toolbar .filters .flex-filter .input-main .input-right {
  width: 100%;
}

.toolbar .filters .flex-filter .input-main .input-right .btn-input-right {
  width: 100%;
}

.toolbar .filters .flex-filter .input-main .input-right .fas-input-right {
  float: right;
}

.toolbar .filters .flex-filter .input-main .input-right .ul-input-right {
  width: 100%;
}

.toolbar .filters .flex-filter .input-main .ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}

.toolbar .filters .flex-filter .input-main select option:empty {
  display: none !important;
  user-select: none !important;
}

@media (min-width: 992px) {
  .toolbar .actions {
    max-width: 310px;
    margin: 0 0 0 15px;
    padding: 11px 0;
    height: 48px;
    float: left;
  }
}

@media (max-width: 991.9px) {
  .toolbar .actions {
    width: calc(100% - 50px);
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    padding: 5px 15px;
    text-align: right;
    position: fixed;
    bottom: 0;
    float: none !important;
    background: #fff;
    z-index: 2;
  }

  .toolbar .actions nsj-checkbox {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 767.9px) {
  .toolbar .actions {
    width: 100%;
  }
}

.toolbar .actions .custom-checkbox {
  vertical-align: middle;
  margin-right: -12px;
}

.toolbar .actions .custom-checkbox.checkbox-inline {
  margin-bottom: 0 !important;
}

.toolbar .actions .check-select-all .btn.select-all-arrow {
  padding-top: 0;
  padding-bottom: 0;
}

.toolbar .actions .actions-buttons {
  vertical-align: middle;
}

@media (min-width: 992px) {
  .toolbar .actions .actions-buttons {
    padding-left: 15px;
    margin-left: 15px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
  }
}

.toolbar .active-filters {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin: 12px 15px;
}

@media (min-width: 992px) {
  .toolbar .active-filters {
    max-width: calc(100% - 355px);
  }
}

.alert-select-all {
  padding: 15px;
}

.actions-buttons {
  display: inline-block;
}

.actions-buttons .dropdown-menu>nsj-action {
  display: block;
}

.actions-buttons .dropdown-menu>nsj-action>li>a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.actions-buttons .dropdown-menu>nsj-action>li>a:focus,
.actions-buttons .dropdown-menu>nsj-action>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.actions-buttons ul.actions-list {
  margin: 0;
  padding: 0;
}

.actions-buttons ul.actions-list li.action {
  display: inline-block;
  margin: 0 2px;
}

@media (max-width: 991.9px) {
  .actions-buttons ul.actions-list li.action {
    margin: 0 2px;
  }
}

.actions-buttons ul.actions-list li.action .btn {
  font-size: 16px;
}

@media (min-width: 992px) {
  .actions-buttons ul.actions-list li.action .btn {
    padding: 0 8px;
  }
}

@media (max-width: 991.9px) {
  .actions-buttons ul.actions-list li.action .btn {
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid #ddd;
    line-height: 32px;
  }
}

@media (min-width: 992px) {
  .actions-buttons ul.actions-list li.action .btn-group .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
    margin-left: -3px;
    font-size: 11px;
  }
}

@media (max-width: 991.9px) {
  .actions-buttons ul.actions-list li.action .btn-group .dropdown-toggle {
    height: 46px;
    padding: 0 8px !important;
  }
}

.actions-buttons ul.actions-list li.action .btn-group>.btn:last-child:not(:first-child),
.actions-buttons ul.actions-list li.action .btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.actions-buttons ul.actions-list li.action .btn {
  padding: 2px 5px;
}

.drop-select a {
  padding-left: 40px !important;
}

.drop-select a.active {
  padding-left: 20px !important;
}

.drop-select a.active .ico-check {
  display: inline-block;
  margin-right: 5px;
}

.drop-select li.dropdown-select {
  padding: 3px 20px;
  width: 220px;
}

.drop-select li.dropdown-select .form-group {
  width: 153px;
  display: inline-block;
  margin-right: 5px;
}

.drop-select li.dropdown-select .btn-order {
  display: inline-block;
  width: auto;
  padding: 0 !important;
}

.drop-select li.dropdown-select .btn-order:hover {
  background: none;
}

.label.label-filter {
  font-size: 12px;
  padding-bottom: .2em;
  margin: 2px 3px;
  font-weight: 400;
  max-width: 100%;
  height: 22px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.label.label-filter .content-filter {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  margin-bottom: 2px;
  padding-bottom: 2px;
}

.label.label-filter .content-filter.label {
  font-size: 11px;
  margin: 0 0 0 4px;
  font-weight: 400;
}

.label.label-filter .content-filter .content {
  display: inline-block;
  max-width: 100px;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 991.9px) {
  .label.label-filter .content-filter .content {
    max-width: 70px;
  }
}

@media (min-width: 992px) {
  .nsj-aside-list .toolbar .active-filters {
    max-width: calc(100% - 30px);
  }
}

.toolbar {
  border-bottom-color: #ddd;
}

.toolbar .select-content-view {
  border-left-color: #ddd;
}

.toolbar .select-content-view a {
  color: #363632;
}

.toolbar .select-content-view a:hover {
  color: #117ca8;
}

.toolbar .select-content-view a.active {
  color: #138ABB;
}

@media (min-width: 768px) {
  .toolbar .group-buttons {
    border-left-color: #ddd;
  }
}

@media (min-width: 768px) {
  .toolbar .item-toolbar {
    border-right-color: #ddd;
  }
}

.second-bar {
  border-bottom-color: #ddd;
  border-top-color: #ddd;
}

@media (max-width: 991.9px) {
  .second-bar .actions {
    background: #FFF;
    border-top-color: #ddd;
  }
}

.second-bar .actions .check-select-all .btn.select-all-arrow {
  color: #363632;
}

@media (min-width: 992px) {
  .second-bar .actions .actions-buttons {
    border-left-color: #ddd;
  }
}

.alert-select-all {
  background: #f2f2f2;
  color: #666666;
}

.actions-buttons ul.actions-list li.action .btn {
  color: #363632;
}

.actions-buttons ul.actions-list li.action .btn:hover {
  color: #117ca8;
}

.label-filter .content-filter.label {
  background-color: rgba(255,255,255,0.15);
}

.label-filter .content-filter .remove-filter {
  color: rgba(255,255,255,0.8);
}

.label-filter .content-filter .remove-filter:hover {
  color: #fff;
}

.nsj-date-picker[readonly],
.nsj-date-picker[disabled] {
  background-color: #eee !important;
  cursor: not-allowed !important;
}

.nsj-date-picker[readonly] .popup-content,
.nsj-date-picker[disabled] .popup-content {
  display: none !important;
}

.input-group>.nsj-date-picker {
  z-index: inherit;
}

.nsj-date-picker input[type="text"].blocked {
  background-color: #FFF;
}

.nsj-date-picker input.datepicker-action[disabled] {
  cursor: not-allowed !important;
}

.nsj-date-picker input.datepicker-action {
  cursor: inherit !important;
  width: 100%;
}

.nsj-date-picker input.datepicker-action:focus {
  outline: 0;
}

.nsj-date-picker {
  position: relative;
}

.nsj-date-picker>.nsj-calendar {
  border: 1px solid #ddd;
  background: #fff;
  width: 270px;
  padding: 5px 10px;
  position: absolute;
  z-index: 200;
  box-shadow: 1px 0px 14px 0px rgba(138,138,138,0.8);
  border-radius: 4px;
}

.nsj-date-picker>.nsj-calendar.time-picker {
  width: 205px;
}

.nsj-date-picker>.nsj-calendar .calendar-label {
  padding: 10px 0 5px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #0064b9;
}

.nsj-date-picker>.nsj-calendar .date-label {
  display: none;
}

.nsj-date-picker>.nsj-calendar .nsj-calendar-footer {
  padding-top: 5px;
}

.nsj-date-picker>.nsj-calendar .nsj-calendar-footer .btn {
  margin: 5px;
}

.nsj-date-picker>.nsj-calendar .nsj-calendar-footer .btn:last-child {
  margin-right: 0;
}

.nsj-date-picker>.nsj-calendar .nsj-calendar-footer .btn:first-child {
  margin-left: 0;
}

.nsj-date-picker>.nsj-calendar.hide {
  display: none;
}

.nsj-date-picker>.nsj-calendar .picker-month {
  margin: 0 5px;
  width: calc(100% - 10px);
}

.nsj-date-picker>.nsj-calendar .picker-navigate-left-arrow,
.nsj-date-picker>.nsj-calendar .picker-navigate-right-arrow {
  text-indent: -9999px;
  line-height: 0;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  padding: 14px !important;
}

.nsj-date-picker>.nsj-calendar .picker-navigate-left-arrow::after {
  content: "\F053";
}

.nsj-date-picker>.nsj-calendar .picker-navigate-right-arrow::after {
  content: "\F054";
}

.nsj-date-picker>.nsj-calendar .picker-navigate-left-arrow::after,
.nsj-date-picker>.nsj-calendar .picker-navigate-right-arrow::after {
  text-indent: 0;
  display: block;
}

.nsj-date-picker>.nsj-calendar .picker-navigate-left-arrow,
.nsj-date-picker>.nsj-calendar .picker-navigate-right-arrow,
.nsj-date-picker>.nsj-calendar .picker-month {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.nsj-date-picker>.nsj-calendar .picker-top-row {
  display: inline-flex;
}

.nsj-date-picker>.nsj-calendar .picker-day,
.nsj-date-picker>.nsj-calendar .picker-top-row {
  padding: 7px 0;
}

.nsj-date-picker>.nsj-calendar .picker-day.picker-selected {
  background-color: #00469B;
  color: #fff;
}

.nsj-date-picker>.nsj-calendar .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: #00469B;
  color: #fff;
  cursor: pointer;
}

.nsj-date-picker>.nsj-calendar .time-label {
  display: block;
}

.nsj-date-picker>.nsj-calendar .time-picker {
  display: none;
  text-align: center;
}

.nsj-date-picker>.nsj-calendar .time-picker .nsj-time-picker {
  display: inline-block;
}

.nsj-date-picker>.nsj-calendar .time-picker .nsj-time-picker .btn-link {
  color: #00469B;
}

.nsj-date-picker>.nsj-calendar.time-active .time-label {
  display: none;
}

.nsj-date-picker>.nsj-calendar.time-active .date-label {
  display: block;
}

.nsj-date-picker>.nsj-calendar.time-active .time-picker {
  display: block;
}

.nsj-date-picker>.nsj-calendar.time-active .multiple-date-picker {
  display: none;
}

.nsj-date-picker>.nsj-calendar .multiple-date-picker .picker-days-week-row {
  font-weight: 600;
  margin-bottom: 4px;
}

.nsj-date-picker>.nsj-calendar .multiple-date-picker .picker-day,
.nsj-date-picker>.nsj-calendar .multiple-date-picker .picker-days-week-row {
  font-size: 12px;
}

.nsj-date-picker.date-right>.nsj-calendar {
  right: 0;
}

.nsj-list-group .list-group {
  margin-bottom: 0;
}

.nsj-list-group .list-group.main .list-group-item {
  padding-right: 65px;
}

.nsj-list-group .list-group.main .list-group-item span.list-label {
  margin-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
}

.nsj-list-group .list-group.main .list-group-item span.list-label:first-child {
  padding-left: 0;
  border-left: 0;
}

.nsj-list-group .list-group.main .list-group-item .btn.remove-item,
.nsj-list-group .list-group.main .list-group-item .btn.add-item {
  position: absolute;
}

.nsj-list-group .list-group.main .list-group-item .btn.remove-item {
  right: 15px;
}

.nsj-list-group .list-group.main .list-group-item .btn.add-item {
  right: 40px;
}

.nsj-list-group .list-group.main .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.nsj-list-group .list-group.main .list-group-item.input-add-item .add-item,
.nsj-list-group .list-group.main .list-group-item.input-add-item .remove-item {
  top: 0;
  margin-top: 13px;
}

.nsj-list-group .list-group.main .list-group-item.input-add-item {
  padding-right: 75px;
}

.nsj-list-group .list-group.main .list-group-item.multiple-inputs .list-input {
  display: inline-block;
  width: auto;
}

.nsj-list-group .list-group.main .list-group-item.multiple-inputs .list-input:last-child {
  margin-right: 0;
}

.nsj-list-group .list-group.footer {
  margin-bottom: 20px;
}

.nsj-list-group .list-group.footer li {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nsj-list-group .list-group.footer li.add-item {
  border-top: 1px solid #ddd;
}

.nsj-list-group .list-group.footer li.add-item .btn {
  padding: 0;
}

.nsj-list-group .list-group .list-group-item {
  height: auto;
  display: block;
}

.onloading,
.loading.btn:before {
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  background: 0;
  left: 50%;
  position: relative;
}

.onloading {
  width: 30px;
  height: 30px;
  margin: 15px 0;
  margin-left: -15px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.onloading.ng-enter,
.onloading.ng-leave.ng-leave-active {
  display: none;
}

.onloading.ng-enter.ng-enter-active,
.onloading.ng-leave {
  display: block;
}

section.onloading:after {
  display: none;
}

.loading.btn {
  position: relative;
  padding-left: 30px !important;
}

.loading.btn:before {
  content: '';
  width: 14px;
  height: 14px;
  margin: 0;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 8px;
}

@media (min-width: 992px) {
  .loading.btn.btn-sm:before {
    top: 6px;
  }

  .loading.btn.btn-xs {
    padding-left: 26px !important;
  }

  .loading.btn.btn-xs:before {
    top: 3px;
    left: 6px;
  }

  .loading.btn.btn-lg {
    padding-left: 38px !important;
  }

  .loading.btn.btn-lg:before {
    top: 13px;
    left: 13px;
  }
}

.nsj-loading-page {
  position: relative;
}

.nsj-loading-page .content-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.nsj-loading-page .content-loading .center-loading {
  display: block;
  width: 150px;
  height: 90px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -45px;
  border-radius: 5px;
}

.nsj-docs .nsj-example .nsj-loading-page .content-loading {
  position: absolute;
  z-index: 2;
}

.empty-list {
  padding: 15px;
  border-radius: 10px;
}

.empty-list p {
  margin: 0;
}

.empty-page {
  padding: 15px;
}

.empty-page .icon-page {
  border-radius: 50%;
  padding: 13px;
  font-size: 18px;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.empty-page h3 {
  margin: 10px 0 5px;
  font-weight: 700;
}

.table>tfoot>tr>td.state-empty {
  padding: 0;
  float: none;
}

@media only screen and (max-width: 991.9px) {
  .table>tfoot>tr>td.state-empty {
    border-bottom: none;
  }
}

.new-article.message {
  padding: 0;
}

/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
nsj-date-picker-ranger .glyphicon,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
nsj-date-picker-ranger .fa-pull-left.glyphicon,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
nsj-date-picker-ranger .fa-pull-right.glyphicon,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-bahai:before {
  content: "\F666";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before,
nsj-date-picker-ranger .glyphicon.glyphicon-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before,
nsj-date-picker-ranger .glyphicon.glyphicon-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-wash:before {
  content: "\E05E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-user:before {
  content: "\E065";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\E066";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\E068";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-vest:before {
  content: "\E085";
}

.fa-vest-patches:before {
  content: "\E086";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-virus:before {
  content: "\E074";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

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

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

nsj-date-picker-ranger .calendars-wrapper {
  display: flex;
  align-items: center;
}

nsj-date-picker-ranger .start-date-picker {
  margin-right: 15px;
}

nsj-date-picker-ranger .date-range-picker {
  display: flex;
  align-items: center;
}

nsj-date-picker-ranger .table-dark {
  background-color: #eaeaea;
}

nsj-date-picker-ranger .table-show-dates {
  margin: 10px 0;
}

nsj-date-picker-ranger .uib-datepicker .uib-title {
  margin: 0 5px;
  width: calc(100% - 10px);
}

nsj-date-picker-ranger .uib-day button,
nsj-date-picker-ranger .uib-month button,
nsj-date-picker-ranger .uib-year button {
  border: 1px solid #eee;
  border-radius: initial;
}

nsj-date-picker-ranger .uib-day .btn-info,
nsj-date-picker-ranger .uib-month .btn-info,
nsj-date-picker-ranger .uib-year .btn-info {
  background-color: #00469B;
}

nsj-date-picker-ranger .uib-day .btn-info.active,
nsj-date-picker-ranger .uib-month .btn-info.active,
nsj-date-picker-ranger .uib-year .btn-info.active {
  background-color: #00469B;
}

nsj-date-picker-ranger .uib-day .btn-info.active .text-info,
nsj-date-picker-ranger .uib-month .btn-info.active .text-info,
nsj-date-picker-ranger .uib-year .btn-info.active .text-info {
  color: #fff;
}

nsj-date-picker-ranger .uib-day .btn .text-info,
nsj-date-picker-ranger .uib-month .btn .text-info,
nsj-date-picker-ranger .uib-year .btn .text-info {
  font-weight: bold;
}

nsj-date-picker-ranger .close-datepicker {
  position: relative;
}

nsj-date-picker-ranger .close-datepicker .btn-close-datepicker {
  position: absolute;
  right: 50px;
  top: 6px;
  z-index: 3;
  cursor: pointer;
}

nsj-date-picker-ranger .datepicker {
  padding: 0;
}

nsj-date-picker-ranger .date-range-picker {
  width: 100%;
}

nsj-date-picker-ranger .glyphicon {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

nsj-date-picker-ranger .display-datepicker {
  display: flex;
  right: 0;
}

@media screen and (max-width: 992px) {
  nsj-date-picker-ranger .date-range-picker {
    display: block;
  }

  nsj-date-picker-ranger .datepicker-wrapper {
    margin: 10px 0;
  }
}

.open-add>.dropdown-menu {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: block !important;
}

.open-add.open-add-active>.dropdown-menu {
  opacity: 1;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.11.2 - 2015-03-17T04:08:46.478Z
 * License: MIT
 */

nsj-lookup .list-group-item-heading {
  font-weight: 700;
  margin-bottom: 2px;
}

nsj-lookup .select-close {
  position: relative;
}

nsj-lookup .select-close input.form-control {
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  border-right: 0;
}

nsj-lookup .select-close .btn {
  border-radius: 0 10px 10px 0;
}

nsj-lookup .select-close .btn-close-select-lookup {
  position: absolute;
  right: 45px;
  top: 5px;
  cursor: pointer;
}

nsj-lookup .scroll-list {
  overflow-y: auto;
  max-height: 288px;
  padding: 0;
}

nsj-lookup .scroll-list a.list-group-item {
  border-right: none;
  border-left: none;
  border-radius: 0;
  cursor: pointer;
}

nsj-lookup .scroll-list a.list-group-item:first-child {
  border-top: none;
}

nsj-lookup .scroll-list .list-group {
  margin-bottom: 0;
}

nsj-lookup .modal-title {
  display: flex;
}

nsj-lookup .modal-title .btn-add {
  margin-left: 10px;
}

nsj-lookup ul.dropdown-menu {
  min-width: 100%;
  word-break: break-all;
}

nsj-lookup ul.dropdown-menu .add-option {
  display: block;
  cursor: pointer;
}

nsj-lookup ul.dropdown-menu .item-lookup {
  padding: 10px 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  word-break: break-word;
  white-space: normal;
}

nsj-lookup .ui-select-bootstrap .ui-select-match-text {
  text-overflow: initial;
  overflow: inherit;
  padding-right: 0px !important;
  width: 100%;
}

nsj-lookup .ui-select-bootstrap .ui-select-match-text>span {
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 56px);
  display: inline-block;
}

nsj-lookup .ui-select-bootstrap .ui-select-match-text .btn-link {
  position: absolute;
  top: 5px;
  right: 22px;
}

.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked>.select2-search-choice-close,
.select-locked>.ui-select-match-close {
  display: none;
}

body>.select2-container.open {
  z-index: 9999;
}

.selectize-control>.selectize-input>input {
  width: 100%;
}

.selectize-control>.selectize-dropdown {
  width: 100%;
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle>.caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

.input-group>.ui-select-bootstrap.dropdown {
  position: static;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-select-bootstrap>.ui-select-match>.btn {
  text-align: left !important;
}

.ui-select-bootstrap>.ui-select-match>.caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

.ui-select-bootstrap>.ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body>.ui-select-bootstrap.open {
  z-index: 1000;
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
}

.ui-select-bootstrap .ui-select-choices-row li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row li.active {
  text-decoration: none;
  outline: 0;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
  cursor: not-allowed;
}

.ui-select-bootstrap .ui-select-choices-row>span {
  cursor: pointer;
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>li:hover,
.ui-select-bootstrap .ui-select-choices-row>li:focus {
  text-decoration: none;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
  cursor: not-allowed;
}

.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}

.ui-select-complex {
  display: flex !important;
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
  animation: none 0s;
}

.lookup-edit_modal .modal-header h4 {
  font-weight: bold;
}

.lookup-edit_modal .lookup-edit_btnsmodal {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.lookup-edit_modal .lookup-edit_btnsmodal .lookup-edit_btnmodal {
  margin: 0 !important;
  font-weight: bold;
}

.lookup-edit_modal .lookup-edit_btnsmodal .lookup-edit_btnmodal.btn-cancelar {
  border: none;
  color: #e07517;
  background: #fff;
  font-weight: 700;
}

.lookup-edit_modal .lookup-edit_btnsmodal .lookup-edit_btnmodal.btn-cancelar:active {
  box-shadow: none;
}

.ui-select-container .ui-select-match .ui-select-toggle {
  border-radius: 10px;
}

.ui-select-container .ui-select-match .ui-select-match-text a.btn {
  border-radius: 0;
  padding: 1px 5px;
}

.ui-select-container .ui-select-match span.text-muted {
  font-weight: 400;
}

.ui-select-container .ui-select-search {
  border-radius: 10px;
}

.nsj-docs .nsj-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -15px 0;
  border-style: solid;
  border-width: .2rem 0 0;
}

@media (min-width: 576px) {
  .nsj-docs .nsj-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
  }
}

.nsj-docs .nsj-example+.highlight {
  margin-top: 0;
}

.nsj-docs .nsj-example+.btn-clipboard {
  position: relative;
  float: right;
}

@media (max-width: 576px) {
  .nsj-docs .nsj-example+.btn-clipboard {
    display: none;
  }
}

.nsj-docs .nsj-example+.btn-clipboard .btn {
  position: absolute;
  top: .5rem;
  right: .5rem;
  z-index: 10;
  display: block;
}

.nsj-docs .nsj-example+.btn-clipboard+.highlight {
  margin-top: 0;
}

.nsj-docs .highlight {
  padding: 1.5rem;
  margin: 15px -15px 40px;
}

@media (min-width: 576px) {
  .nsj-docs .highlight {
    margin-right: 0;
    margin-left: 0;
  }
}

.nsj-docs .highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
}

.nsj-docs .highlight .gd {
  border-style: solid;
  border-width: 1px;
}

.nsj-docs .highlight .ge {
  font-style: italic;
}

.nsj-docs .highlight .gi {
  border-style: solid;
  border-width: 1px;
}

.nsj-docs .highlight .sd {
  font-style: italic;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-v2-list {
  margin-left: 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.timeline-v2-list nsj-timeline-v2-item:not(:last-child) {
  border-left: 2px solid #ccc;
}

.timeline-v2-list nsj-timeline-v2-item:not(:last-child) .timeline-v2-item-wrapper {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.timeline-v2-item {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

.timeline-v2-item-icon {
  position: absolute !important;
  left: -21px;
  top: 0;
  padding: 7px 10px;
  background: #fff;
  border: 2px solid #00469B;
  border-radius: 20px;
  color: #00469B;
}

.timeline-v2-item-data {
  color: #363632;
  font-weight: bold;
  margin-bottom: 0;
}

.timeline-v2-item-texto {
  word-break: break-word;
  white-space: normal;
}

.timeline-v2-item-contato {
  font-size: 0.9em;
  margin-bottom: 0px;
  display: inline;
}

.timeline-v2-item-truncado {
  color: #00469B;
  cursor: pointer;
}

.timeline-v2-item .tool-custom {
  font-size: 12px;
}

.timeline-v2-item-wrapper .btn.btn-default {
  position: absolute;
  top: 0;
  right: 5px;
  padding: 1px 4px;
}

.acompanhamento-list .valor {
  color: #969696;
}

.acompanhamento-list .acompanhamento-item {
  padding-bottom: 10px;
}

.acompanhamento-list .acompanhamento-item-bullet {
  padding-top: 15px;
}

.acompanhamento-list .acompanhamento-item-bullet::before {
  content: "\2022";
  color: #00469B;
  font-size: 30px;
  display: inline-block;
  width: 1em;
  margin-left: -.6em;
  position: absolute;
  margin-top: -12px;
}

.acompanhamento-list .truncate-link {
  cursor: pointer;
  float: right;
  padding-bottom: 15px;
}

.bg-color-1,
.btn-color-1,
.btn-primary,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar {
  background: #00469B;
  color: rgba(255,255,255,0.95);
}

.bg-color-1.lighter,
.lighter.btn-color-1,
.lighter.btn-primary,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button.lighter#calendar,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button.lighter#calendar {
  background: #005dce;
  color: rgba(255,255,255,0.95);
}

.bg-color-1.light,
.light.btn-color-1,
.light.btn-primary,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button.light#calendar,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button.light#calendar {
  background: #004faf;
  color: rgba(255,255,255,0.95);
}

.bg-color-1.dark,
.dark.btn-color-1,
.dark.btn-primary,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button.dark#calendar,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button.dark#calendar {
  background: #003d87;
  color: rgba(255,255,255,0.95);
}

.bg-color-1.darker,
.darker.btn-color-1,
.darker.btn-primary,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button.darker#calendar,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button.darker#calendar {
  background: #002f68;
  color: rgba(255,255,255,0.95);
}

.bg-color-2,
.btn-color-2 {
  background: #0064b9;
  color: rgba(255,255,255,0.95);
}

.bg-color-2.lighter,
.lighter.btn-color-2 {
  background: #0080ec;
  color: rgba(255,255,255,0.95);
}

.bg-color-2.light,
.light.btn-color-2 {
  background: #006fcd;
  color: rgba(255,255,255,0.95);
}

.bg-color-2.dark,
.dark.btn-color-2 {
  background: #0059a5;
  color: rgba(255,255,255,0.95);
}

.bg-color-2.darker,
.darker.btn-color-2 {
  background: #004886;
  color: rgba(255,255,255,0.95);
}

.bg-color-3,
.btn-color-3,
.btn-warning {
  background: #FED12A;
  color: rgba(255,255,255,0.95);
}

.bg-color-3.lighter,
.lighter.btn-color-3,
.lighter.btn-warning {
  background: #fedc5d;
  color: rgba(255,255,255,0.95);
}

.bg-color-3.light,
.light.btn-color-3,
.light.btn-warning {
  background: #fed53e;
  color: rgba(255,255,255,0.95);
}

.bg-color-3.dark,
.dark.btn-color-3,
.dark.btn-warning {
  background: #fecd16;
  color: rgba(255,255,255,0.95);
}

.bg-color-3.darker,
.darker.btn-color-3,
.darker.btn-warning {
  background: #f4c001;
  color: rgba(255,255,255,0.95);
}

.bg-color-4,
.btn-color-4 {
  background: #138ABB;
  color: rgba(255,255,255,0.95);
}

.bg-color-4.lighter,
.lighter.btn-color-4 {
  background: #19abe8;
  color: rgba(255,255,255,0.95);
}

.bg-color-4.light,
.light.btn-color-4 {
  background: #1598ce;
  color: rgba(255,255,255,0.95);
}

.bg-color-4.dark,
.dark.btn-color-4 {
  background: #117ca8;
  color: rgba(255,255,255,0.95);
}

.bg-color-4.darker,
.darker.btn-color-4 {
  background: #0e688d;
  color: rgba(255,255,255,0.95);
}

.bg-color-aqua-green,
.btn-aqua-green {
  background: #00BA9D;
  color: rgba(255,255,255,0.95);
}

.bg-color-aqua-green.lighter,
.lighter.btn-aqua-green {
  background: #00f7d1;
  color: rgba(255,255,255,0.95);
}

.bg-color-aqua-green.light,
.light.btn-aqua-green {
  background: #00d4b3;
  color: rgba(255,255,255,0.95);
}

.bg-color-aqua-green.dark,
.dark.btn-aqua-green {
  background: #00a187;
  color: rgba(255,255,255,0.95);
}

.bg-color-aqua-green.darker,
.darker.btn-aqua-green {
  background: #007d69;
  color: rgba(255,255,255,0.95);
}

.bg-color-blue,
.btn-blue {
  background: #0192D1;
  color: rgba(255,255,255,0.95);
}

.bg-color-blue.lighter,
.lighter.btn-blue {
  background: #11b6fe;
  color: rgba(255,255,255,0.95);
}

.bg-color-blue.light,
.light.btn-blue {
  background: #01a4ea;
  color: rgba(255,255,255,0.95);
}

.bg-color-blue.dark,
.dark.btn-blue {
  background: #0180b8;
  color: rgba(255,255,255,0.95);
}

.bg-color-blue.darker,
.darker.btn-blue {
  background: #016794;
  color: rgba(255,255,255,0.95);
}

.bg-color-yellow,
.btn-yellow {
  background: #FFAF46;
  color: rgba(255,255,255,0.95);
}

.bg-color-yellow.lighter,
.lighter.btn-yellow {
  background: #ffc983;
  color: rgba(255,255,255,0.95);
}

.bg-color-yellow.light,
.light.btn-yellow {
  background: #ffba60;
  color: rgba(255,255,255,0.95);
}

.bg-color-yellow.dark,
.dark.btn-yellow {
  background: #ffa42d;
  color: rgba(255,255,255,0.95);
}

.bg-color-yellow.darker,
.darker.btn-yellow {
  background: #ff9509;
  color: rgba(255,255,255,0.95);
}

.bg-color-red {
  background: #FA524F;
  color: rgba(255,255,255,0.95);
}

.bg-color-red.lighter {
  background: #fc8c8b;
  color: rgba(255,255,255,0.95);
}

.bg-color-red.light {
  background: #fb6a68;
  color: rgba(255,255,255,0.95);
}

.bg-color-red.dark {
  background: #f93a36;
  color: rgba(255,255,255,0.95);
}

.bg-color-red.darker {
  background: #f81813;
  color: rgba(255,255,255,0.95);
}

.bg-color-purple,
.btn-purple {
  background: #A459C0;
  color: rgba(255,255,255,0.95);
}

.bg-color-purple.lighter,
.lighter.btn-purple {
  background: #bc85d1;
  color: rgba(255,255,255,0.95);
}

.bg-color-purple.light,
.light.btn-purple {
  background: #ae6bc7;
  color: rgba(255,255,255,0.95);
}

.bg-color-purple.dark,
.dark.btn-purple {
  background: #9a47b9;
  color: rgba(255,255,255,0.95);
}

.bg-color-purple.darker,
.darker.btn-purple {
  background: #843c9f;
  color: rgba(255,255,255,0.95);
}

.bg-color-pink,
.btn-pink {
  background: #E02A8D;
  color: rgba(255,255,255,0.95);
}

.bg-color-pink.lighter,
.lighter.btn-pink {
  background: #e85faa;
  color: rgba(255,255,255,0.95);
}

.bg-color-pink.light,
.light.btn-pink {
  background: #e34099;
  color: rgba(255,255,255,0.95);
}

.bg-color-pink.dark,
.dark.btn-pink {
  background: #d21f80;
  color: rgba(255,255,255,0.95);
}

.bg-color-pink.darker,
.darker.btn-pink {
  background: #b31a6d;
  color: rgba(255,255,255,0.95);
}

.bg-color-gray,
.btn-gray {
  background: #848484;
  color: rgba(255,255,255,0.95);
}

.bg-color-gray.lighter,
.lighter.btn-gray {
  background: #a3a3a3;
  color: rgba(255,255,255,0.95);
}

.bg-color-gray.light,
.light.btn-gray {
  background: #919191;
  color: rgba(255,255,255,0.95);
}

.bg-color-gray.dark,
.dark.btn-gray {
  background: #777;
  color: rgba(255,255,255,0.95);
}

.bg-color-gray.darker,
.darker.btn-gray {
  background: #656565;
  color: rgba(255,255,255,0.95);
}

.text-color {
  color: #363632;
}

.text-color.lighter {
  color: #6b6b63;
}

.text-color.light {
  color: #50504b;
}

.text-color.dark {
  color: #1c1c19;
}

.text-color.darker {
  color: #010101;
}

.text-color-1 {
  color: #00469B;
}

.text-color-1.lighter {
  color: #005dce;
}

.text-color-1.light {
  color: #004faf;
}

.text-color-1.dark {
  color: #003d87;
}

.text-color-1.darker {
  color: #002f68;
}

.text-color-2 {
  color: #0064b9;
}

.text-color-2.lighter {
  color: #0080ec;
}

.text-color-2.light {
  color: #006fcd;
}

.text-color-2.dark {
  color: #0059a5;
}

.text-color-2.darker {
  color: #004886;
}

.text-color-3 {
  color: #FED12A;
}

.text-color-3.lighter {
  color: #fedc5d;
}

.text-color-3.light {
  color: #fed53e;
}

.text-color-3.dark {
  color: #fecd16;
}

.text-color-3.darker {
  color: #f4c001;
}

.text-color-4 {
  color: #138ABB;
}

.text-color-4.lighter {
  color: #19abe8;
}

.text-color-4.light {
  color: #1598ce;
}

.text-color-4.dark {
  color: #117ca8;
}

.text-color-4.darker {
  color: #0e688d;
}

.text-color-aqua-green {
  color: #00BA9D;
}

.text-color-aqua-green.lighter {
  color: #00f7d1;
}

.text-color-aqua-green.light {
  color: #00d4b3;
}

.text-color-aqua-green.dark {
  color: #00a187;
}

.text-color-aqua-green.darker {
  color: #007d69;
}

.text-color-blue {
  color: #0192D1;
}

.text-color-blue.lighter {
  color: #11b6fe;
}

.text-color-blue.light {
  color: #01a4ea;
}

.text-color-blue.dark {
  color: #0180b8;
}

.text-color-blue.darker {
  color: #016794;
}

.text-color-yellow {
  color: #FFAF46;
}

.text-color-yellow.lighter {
  color: #ffc983;
}

.text-color-yellow.light {
  color: #ffba60;
}

.text-color-yellow.dark {
  color: #ffa42d;
}

.text-color-yellow.darker {
  color: #ff9509;
}

.text-color-red {
  color: #FA524F;
}

.text-color-red.lighter {
  color: #fc8c8b;
}

.text-color-red.light {
  color: #fb6a68;
}

.text-color-red.dark {
  color: #f93a36;
}

.text-color-red.darker {
  color: #f81813;
}

.text-color-purple {
  color: #A459C0;
}

.text-color-purple.lighter {
  color: #bc85d1;
}

.text-color-purple.light {
  color: #ae6bc7;
}

.text-color-purple.dark {
  color: #9a47b9;
}

.text-color-purple.darker {
  color: #843c9f;
}

.text-color-pink {
  color: #E02A8D;
}

.text-color-pink.lighter {
  color: #e85faa;
}

.text-color-pink.light {
  color: #e34099;
}

.text-color-pink.dark {
  color: #d21f80;
}

.text-color-pink.darker {
  color: #b31a6d;
}

.text-color-gray {
  color: #848484;
}

.text-color-gray.lighter {
  color: #a3a3a3;
}

.text-color-gray.light {
  color: #919191;
}

.text-color-gray.dark {
  color: #777;
}

.text-color-gray.darker {
  color: #656565;
}

.text-success {
  color: #008A17;
}

.text-primary {
  color: #00469B;
}

.text-warning {
  color: #FED12A;
}

.text-danger {
  color: #c00;
}

.text-info {
  color: #04797F;
}

.text-general {
  color: #5e5e5e;
}

body .main-container {
  background: #FAFAFA;
}

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    background: rgba(230,230,230,0.9) !important;
  }

  ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2) !important;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2) !important;
    background-color: #6b6b6b !important;
  }
}

.docs .title {
  border-bottom-color: #cdcdcd;
}

body {
  color: #363632;
  font-family: 'PT Sans', sans-serif !important;
}

a,
.nsj-link {
  color: #138ABB;
}

a:hover,
.nsj-link:hover {
  color: #0e688d;
}

.nsj-breadcrumb>li:after {
  color: #bebebe;
}

.nsj-app-load {
  background: #fff;
}

.nsj-app-load .load-area {
  background: transparent;
  background-color: #eee;
}

.nsj-app-load .load-area::before {
  background: #00469B;
}

.nsj-app-load .load-area::after {
  background-color: transparent;
}

.nsj-color-card {
  color: #fff;
}

.nsj-color-card .card-foot a {
  color: #fff;
}

.nsj-color-card.bg-color-1 .card-foot,
.nsj-color-card.btn-color-1 .card-foot,
.nsj-color-card.btn-primary .card-foot,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button.nsj-color-card#calendar .card-foot,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button.nsj-color-card#calendar .card-foot {
  background: #003d87;
}

.nsj-color-card.bg-color-2 .card-foot,
.nsj-color-card.btn-color-2 .card-foot {
  background: #0059a5;
}

.nsj-color-card.bg-color-3 .card-foot,
.nsj-color-card.btn-color-3 .card-foot,
.nsj-color-card.btn-warning .card-foot {
  background: #fecd16;
}

.nsj-color-card.bg-color-4 .card-foot,
.nsj-color-card.btn-color-4 .card-foot {
  background: #117ca8;
}

.nsj-color-card.bg-color-aqua-green .card-foot,
.nsj-color-card.btn-aqua-green .card-foot {
  background: #00a187;
}

.nsj-color-card.bg-color-yellow .card-foot,
.nsj-color-card.btn-yellow .card-foot {
  background: #ffa42d;
}

.nsj-color-card.bg-color-red .card-foot {
  background: #f93a36;
}

.nsj-color-card.bg-color-purple .card-foot,
.nsj-color-card.btn-purple .card-foot {
  background: #9a47b9;
}

.nsj-color-card.bg-color-gray .card-foot,
.nsj-color-card.btn-gray .card-foot {
  background: #777;
}

.nsj-color-card.bg-color-blue .card-foot,
.nsj-color-card.btn-blue .card-foot {
  background: #0180b8;
}

.nsj-color-card.bg-color-pink .card-foot,
.nsj-color-card.btn-pink .card-foot {
  background: #d21f80;
}

@media (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar a.profile-image .icon {
    background: #ccc;
    color: #fff;
  }
}

.fixedSidebar #nsj-header .navbar a.profile-image:hover {
  background: #e6e6e6;
}

@media (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar {
    border-color: #ddd;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default {
  color: #363632;
  background: #fff;
  border-color: #ddd;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-text .text-modulo {
  color: #00469B;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-right .main-text .sub-text {
  color: #00469B;
}

.fixedSidebar #nsj-header .navbar.navbar-default .nav-ico .btn:hover {
  background: #e6e6e6;
}

.fixedSidebar #nsj-header .navbar.navbar-default .nav-ico .btn .badge {
  background: #FED12A;
}

.fixedSidebar #nsj-header .navbar.navbar-default .dropdown-user .profile-user {
  background: #b5b5b5;
  color: #FFF;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right h4 {
  color: #0064b9;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .header-dropdown {
  box-shadow: 0 0 5px #ccc;
  background: #FFF !important;
}

@media (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .header-dropdown {
    border-color: #ccc;
  }
}

@media (max-width: 991.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default {
    border-color: #ddd;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes {
  border-color: #ddd;
  background: #fff;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .dropdown-item.separator {
  border-color: #ddd;
}

@media (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right>li>ul.dropdown-menu {
    background: #fff;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default #apps-dropdown .dropdown-menu li:hover {
  border-color: #dddddd;
}

.fixedSidebar #nsj-header .navbar.navbar-default #apps-dropdown .dropdown-menu li>a.icon i {
  color: #fff;
  background: #00469B;
}

.fixedSidebar #nsj-header .navbar.navbar-default #apps-dropdown .dropdown-menu li>a.icon span {
  color: #777777;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .title {
  border-bottom-color: #dddddd;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-notificacoes li {
  border-bottom-color: #dddddd;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-notificacoes li a:hover {
  background: #f5f5f5;
}

.fixedSidebar #nsj-header .navbar.navbar-default #notifications-dropdown .lista-notificacoes li .info-text {
  color: #7d7d7d;
}

.nsj-headline .title {
  color: #0064b9;
}

@media (max-width: 767.9px) {
  .nsj-headline {
    border-bottom-color: #ddd;
  }
}

.fixedSidebar a#toggle-menu {
  color: #363632;
}

.fixedSidebar .nsj-menu .sidebar-content .content-user {
  background: #002f68;
  color: #FFF;
}

.fixedSidebar .nsj-menu .sidebar-content .content-user .profile-user {
  background: #FFF;
  color: #00469B;
  -webkit-box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.5);
  box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.5);
}

.fixedSidebar .nsj-menu .sidebar-content .content-user .logo-org {
  background: #FFF;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav {
  background: #ffffff;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav {
  height: auto;
  position: static;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav>li.item-open>a {
  background: #ffffff;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav>li.item-open.dropdown .dropdown-menu {
  background: #ffffff;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.dropdown>ul li {
  background: #ffffff;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li span.badge {
  background-color: #FED12A;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li a {
  color: grey;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li a:hover {
  color: #00469B;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li a.active-line {
  color: grey;
  background: #ffffff;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li a.active-line:before {
  border-left-color: #FFF;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.item-open>a {
  background-color: white;
  color: grey;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.item-open>a:hover {
  color: #00469B;
  background-color: white;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.dropdown.item-open.open>a {
  background: #ffffff;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.dropdown.item-open .dropdown-menu .active-line {
  background: #ffffff;
}

@media (min-width: 768px) {
  .fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.fixed-bottom.item-open.dropdown,
  .fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.config.item-open.dropdown {
    background: #003d87 !important;
  }

  .fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.fixed-bottom.item-open.dropdown>.dropdown-menu li a,
  .fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.config.item-open.dropdown>.dropdown-menu li a {
    background: #003677 !important;
  }
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li>a.active-line {
  background: #003f8c;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li.dropdown.open>a {
  background: #003f8c !important;
}

@media (max-width: 991.9px) and (max-width: 767.9px) {
  .fixedSidebar.sidebarOpen .nsj-menu {
    background: #00469B;
  }

  .fixedSidebar.sidebarOpen .nsj-menu #toggle-menu {
    color: #363632;
    background: #fff;
  }
}

.nsj-panel {
  border-color: #ddd;
  background: #fff;
}

.nsj-panel .panel-heading {
  background: #fff;
  border-color: #ddd;
}

.nsj-panel .panel-footer {
  background: #fff;
}

.nsj-panel.panel-primary {
  border-color: #00469B;
}

.nsj-panel.panel-primary .panel-heading {
  background: #00469B;
  border-color: #00469B;
  color: #FFF;
}

.nsj-panel.panel-success {
  border-color: #008A17;
}

.nsj-panel.panel-success .panel-heading {
  background: #008A17;
  border-color: #008A17;
  color: #FFF;
}

.nsj-panel.panel-warning {
  border-color: #FED12A;
}

.nsj-panel.panel-warning .panel-heading {
  background: #FED12A;
  border-color: #FED12A;
  color: #FFF;
}

.nsj-panel.panel-info {
  border-color: #04797F;
}

.nsj-panel.panel-info .panel-heading {
  background: #04797F;
  border-color: #04797F;
  color: #FFF;
}

.nsj-panel.panel-danger {
  border-color: #c00;
}

.nsj-panel.panel-danger .panel-heading {
  background: #c00;
  border-color: #c00;
  color: #FFF;
}

.nsj-text-success {
  color: #008A17;
}

.nsj-text-primary {
  color: #00469B;
}

.nsj-text-warning {
  color: #CB8700;
}

.nsj-text-danger {
  color: #c00;
}

.nsj-text-info {
  color: #04797F;
}

.nsj-text-default {
  color: #5e5e5e;
}

.nsj-alert {
  color: #FFFFFF;
  border-radius: 10px;
}

.nsj-alert.alert-success {
  background: #008A17;
  border: #00570f;
}

.nsj-alert.alert-info {
  background: #04797F;
  border: #024a4e;
}

.nsj-alert.alert-warning {
  background: #FED12A;
  border: #f4c001;
  color: #3A3A3A;
}

.nsj-alert.alert-warning .close {
  color: #3A3A3A;
}

.nsj-alert.alert-danger {
  background: #c00;
  border: #900;
}

.nsj-alert.alert-primary {
  background: #00469B;
  border: #002f68;
}

.nsj-alert.alert-default {
  background: #5e5e5e;
  border: #454545;
}

.nsj-alert .close {
  color: #FFFFFF;
  text-shadow: none;
  opacity: unset;
}

.btn-primary,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar,
.btn-color-1,
.btn-color-2,
.btn-color-3,
.btn-color-4,
.btn-aqua-green,
.btn-blue,
.btn-yellow,
.btn-purple,
.btn-pink,
.btn-gray {
  color: #fff !important;
}

.btn-color-1,
.btn-primary,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar {
  border-color: #003d87;
}

.btn-color-1:hover,
.btn-color-1:active,
.btn-color-1:active:hover,
.btn-color-1:active:focus,
.btn-color-1.active,
.btn-color-1:focus,
.btn-color-1[disabled],
.btn-color-1[disabled]:hover,
.btn-color-1[disabled]:focus,
.btn-color-1.disabled,
.btn-primary:hover,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar:hover,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar:hover,
.btn-primary:active,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar:active,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar:active,
.btn-primary:active:hover,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar:active:hover,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar:active:hover,
.btn-primary:active:focus,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar:active:focus,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar:active:focus,
.btn-primary.active,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button.active#calendar,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button.active#calendar,
.btn-primary:focus,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar:focus,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar:focus,
.btn-primary[disabled],
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar[disabled],
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar[disabled],
.btn-primary[disabled]:hover,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar[disabled]:hover,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar[disabled]:hover,
.btn-primary[disabled]:focus,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar[disabled]:focus,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar[disabled]:focus,
.btn-primary.disabled,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button.disabled#calendar,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button.disabled#calendar {
  background: #003d87;
  border-color: #002f68;
}

.btn-color-2 {
  border-color: #0059a5;
}

.btn-color-2:hover,
.btn-color-2:active,
.btn-color-2:active:hover,
.btn-color-2:active:focus,
.btn-color-2.active,
.btn-color-2:focus,
.btn-color-2[disabled],
.btn-color-2[disabled]:hover,
.btn-color-2[disabled]:focus,
.btn-color-2.disabled {
  background: #0059a5;
  border-color: #004886;
}

.btn-color-3,
.btn-warning {
  border-color: #fecd16;
}

.btn-color-3:hover,
.btn-color-3:active,
.btn-color-3:active:hover,
.btn-color-3:active:focus,
.btn-color-3.active,
.btn-color-3:focus,
.btn-color-3[disabled],
.btn-color-3[disabled]:hover,
.btn-color-3[disabled]:focus,
.btn-color-3.disabled,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning.active,
.btn-warning:focus,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning.disabled {
  background: #fecd16;
  border-color: #f4c001;
}

.btn-color-4 {
  border-color: #117ca8;
}

.btn-color-4:hover,
.btn-color-4:active,
.btn-color-4:active:hover,
.btn-color-4:active:focus,
.btn-color-4.active,
.btn-color-4:focus,
.btn-color-4[disabled],
.btn-color-4[disabled]:hover,
.btn-color-4[disabled]:focus,
.btn-color-4.disabled {
  background: #117ca8;
  border-color: #0e688d;
}

.btn-aqua-green {
  border-color: #00a187;
}

.btn-aqua-green:hover,
.btn-aqua-green:active,
.btn-aqua-green:active:hover,
.btn-aqua-green:active:focus,
.btn-aqua-green.active,
.btn-aqua-green:focus,
.btn-aqua-green[disabled],
.btn-aqua-green[disabled]:hover,
.btn-aqua-green[disabled]:focus,
.btn-aqua-green.disabled {
  background: #00a187;
  border-color: #007d69;
}

.btn-blue {
  border-color: #0180b8;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:active:hover,
.btn-blue:active:focus,
.btn-blue.active,
.btn-blue:focus,
.btn-blue[disabled],
.btn-blue[disabled]:hover,
.btn-blue[disabled]:focus,
.btn-blue.disabled {
  background: #0180b8;
  border-color: #016794;
}

.btn-yellow {
  border-color: #ffa42d;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:active:hover,
.btn-yellow:active:focus,
.btn-yellow.active,
.btn-yellow:focus,
.btn-yellow[disabled],
.btn-yellow[disabled]:hover,
.btn-yellow[disabled]:focus,
.btn-yellow.disabled {
  background: #ffa42d;
  border-color: #ff9509;
}

.btn-purple {
  border-color: #9a47b9;
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:active:hover,
.btn-purple:active:focus,
.btn-purple.active,
.btn-purple:focus,
.btn-purple[disabled],
.btn-purple[disabled]:hover,
.btn-purple[disabled]:focus,
.btn-purple.disabled {
  background: #9a47b9;
  border-color: #843c9f;
}

.btn-pink {
  border-color: #d21f80;
}

.btn-pink:hover,
.btn-pink:active,
.btn-pink:active:hover,
.btn-pink:active:focus,
.btn-pink.active,
.btn-pink:focus,
.btn-pink[disabled],
.btn-pink[disabled]:hover,
.btn-pink[disabled]:focus,
.btn-pink.disabled {
  background: #d21f80;
  border-color: #b31a6d;
}

.btn-gray {
  border-color: #777;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:active:hover,
.btn-gray:active:focus,
.btn-gray.active,
.btn-gray:focus,
.btn-gray[disabled],
.btn-gray[disabled]:hover,
.btn-gray[disabled]:focus,
.btn-gray.disabled {
  background: #777;
  border-color: #656565;
}

.custom-checkbox .checkmark {
  background-color: #FFF;
  border-color: #c0c0c0;
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: #FFF;
  border-color: #a9a9a9;
}

.custom-checkbox.disabled:hover input ~ .checkmark {
  border-color: #c0c0c0;
}

.custom-checkbox input:checked ~ .checkmark,
.custom-checkbox.disabled input:checked ~ .checkmark {
  border-color: #138ABB;
}

.custom-checkbox input:checked ~ .checkmark:after,
.custom-checkbox.disabled input:checked ~ .checkmark:after {
  border-color: #138ABB;
}

.custom-radio .checkmark {
  background-color: #FFF;
  border-color: #c0c0c0;
}

.custom-radio:hover input ~ .checkmark {
  background-color: #FFF;
  border-color: #a9a9a9;
}

.custom-radio:hover input ~ .checkmark {
  border-color: #c0c0c0;
}

.custom-radio input:checked ~ .checkmark,
.custom-radio.disabled input:checked ~ .checkmark {
  border-color: #138ABB;
}

.custom-radio input:checked ~ .checkmark:after,
.custom-radio.disabled input:checked ~ .checkmark:after {
  background: #138ABB;
}

.nsj-feedback.has-feedback .control-label {
  color: #363632;
}

.nsj-feedback.has-success .form-control {
  border-color: #008A17;
}

.nsj-feedback.has-success .form-control:focus {
  border-color: #008A17;
}

.nsj-feedback.has-success .form-control-feedback {
  color: #008A17;
}

.nsj-feedback.has-success .input-group-addon {
  color: #00570f;
  border-color: #008A17;
}

.nsj-feedback.has-warning .form-control {
  border-color: #FED12A;
}

.nsj-feedback.has-warning .form-control:focus {
  border-color: #FED12A;
}

.nsj-feedback.has-warning .form-control-feedback {
  color: #FED12A;
}

.nsj-feedback.has-warning .input-group-addon {
  color: #f4c001;
  border-color: #FED12A;
}

.nsj-feedback.has-error .form-control {
  border-color: #c00;
}

.nsj-feedback.has-error .form-control:focus {
  border-color: #c00;
}

.nsj-feedback.has-error .form-control-feedback {
  color: #c00;
}

.nsj-feedback.has-error .input-group-addon {
  color: #900;
  border-color: #c00;
}

.nsj-feedback .input-group-addon {
  border-radius: 10px 0 0 10px;
}

.ui-select-bootstrap .ui-select-toggle>a.btn {
  color: #333;
}

input[type="text"] {
  background-color: #FFF;
}

.slider {
  background-color: #ccc;
}

.slider:before {
  background-color: white;
}

input:checked+.slider {
  background-color: #008A17;
}

input:focus+.slider {
  box-shadow: 0 0 1px #008A17;
}

.custom-input-file+label {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.custom-input-file:focus+label,
.custom-input-file+label:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.custom-input-file:focus+label {
  outline: 1px dotted #000;
}

.nsj-multisteps li {
  color: #5e5e57;
}

.nsj-multisteps li:hover {
  color: #363632;
}

.nsj-multisteps li:nth-child(1n+2)::before,
.nsj-multisteps li:nth-last-child(1n+2)::after {
  background-color: #dedede;
}

.nsj-multisteps li .circle {
  background: #dedede;
}

.nsj-multisteps li.done .circle {
  background: #00bd20;
  color: #FFF;
}

.nsj-multisteps li.done:nth-child(1n+2)::before,
.nsj-multisteps li.done:nth-last-child(1n+2)::after {
  background-color: #00bd20;
}

.nsj-multisteps li.done .icone {
  color: #00bd20;
}

.nsj-multisteps li.active {
  color: #363632;
}

.nsj-multisteps li.active .circle {
  background: #06a8b0;
  color: #FFF;
}

.nsj-multisteps li.active:nth-child(1n+2)::before,
.nsj-multisteps li.active:nth-last-child(1n+2)::after {
  background-color: #06a8b0;
}

.nsj-multisteps li.danger .circle {
  background: red;
  color: #FFF;
}

.nsj-multisteps li.danger:nth-child(1n+2)::before,
.nsj-multisteps li.danger:nth-last-child(1n+2)::after {
  background-color: red;
}

.nsj-multisteps li.danger>small {
  color: #c00;
}

.nsj-multisteps li.danger .icone {
  color: red;
}

.nsj-radio-btn-group div.item label {
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-right-color: #ccc;
  background: #fff;
}

.nsj-radio-btn-group div.item label:hover {
  background-color: #e6e6e6;
  border-top-color: #adadad;
  border-bottom-color: #adadad;
  border-right-color: #adadad;
}

.nsj-radio-btn-group div.item:first-child label {
  border-left-color: #ccc;
}

.nsj-radio-btn-group div.item:first-child label:hover {
  border-left-color: #adadad;
}

.nsj-radio-btn-group div.item:first-child input:checked+label {
  border-left-color: #003d87;
}

.nsj-radio-btn-group div.item input:checked+label {
  border-top-color: #003d87;
  border-bottom-color: #003d87;
  border-right-color: #003d87;
  background: #00469B;
  color: #FFF;
}

label {
  color: #363632;
}

.nsj-form label.optional .txt-optional {
  color: #989898;
}

.nsj-form.w-actions-form .nsj-actions-form {
  background: #FAFAFA;
  -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.15);
  box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.15);
}

.nsj-form fieldset {
  border-top-color: #DDD;
}

.object-list-add .box-add {
  border-color: #ddd;
}

.nsj-form-view .form-group {
  border-top-color: #dddddd;
  border-bottom-color: #dddddd;
}

.nsj-form-view label {
  background: #ececec;
}

.nsj-form-view p.form-control-static,
.nsj-form-view div.form-control-static {
  background: #FFF;
}

.nsj-form-view .row.row-form-view {
  border-right-color: #dddddd;
  border-left-color: #dddddd;
}

textarea.form-control {
  border-radius: 10px;
}

.onloading,
.btn.loading:before {
  border-color: #f3f3f3;
  border-top-color: #333;
}

.btn.loading.btn-warning:before {
  border-top-color: #f4c001;
}

.nsj-loading-page .content-loading {
  background-color: rgba(0,0,0,0.5);
}

.nsj-loading-page .content-loading .center-loading {
  background: #FFF;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}

.nsj-table.table {
  background: #FFF;
}

@media only screen and (min-width: 992px) {
  .nsj-table.table {
    border-color: #ddd;
  }
}

@media only screen and (min-width: 992px) {
  .nsj-table.table tbody tr:hover td {
    background: #fef3e8;
  }
}

.nsj-table.table tr:nth-of-type(odd) {
  background: #f9f9f9;
}

.nsj-table.table tr.checked-line td {
  background: #e8f8ff;
}

.nsj-table.table th {
  color: #004faf;
  background: #FFF;
}

.nsj-table.table td,
.nsj-table.table th {
  border-bottom-color: #ddd;
}

@media only screen and (min-width: 992px) {
  .nsj-table.table.btns-actions tbody tr:hover .table-btns-actions .actions-buttons {
    border-color: #ddd;
    background: #fef3e8;
  }
}

@media only screen and (max-width: 991.9px) {
  .nsj-table.table tr {
    border-bottom-color: #ddd;
  }
}

@media only screen and (min-width: 991px) {
  .nsj-table.nsj-table-border-layout tr td:not(:last-child),
  .nsj-table.nsj-table-border-layout tr th:not(:last-child) {
    border-left: 1px solid #ddd;
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 991.9px) {
  .panel .nsj-table.table tr:nth-of-type(odd) {
    background: #FFF;
  }
}

.empty-list {
  background: rgba(241,243,244,0.871);
}

.empty-list p {
  color: #5f6368;
}

.empty-page .icon-page {
  color: #FFF;
  background: #00469B;
}

nsj-lookup .list-group-item-heading {
  color: #003d87 !important;
}

nsj-lookup span.ui-select-choices-row-inner li:hover {
  background: #ececec;
}

nsj-lookup .ui-select-complex input:read-only {
  background-color: white;
}

nsj-lookup ul.dropdown-menu .item-lookup {
  border-bottom-color: #dddddd;
}

.ui-select-bootstrap .ui-select-choices-row li.active {
  color: #fff;
  background-color: #004faf;
}

.ui-select-bootstrap .ui-select-choices-row li.active .list-group-item-heading {
  color: #FFF !important;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
  color: #777;
  background-color: #feee;
}

.ui-select-bootstrap .ui-select-choices-row>span {
  color: #333;
}

.ui-select-bootstrap .ui-select-choices-row>li:hover,
.ui-select-bootstrap .ui-select-choices-row>li:focus {
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
  color: #777;
  background-color: #fff;
}

.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match {
  border-color: #c00;
}

.ng-dirty.ng-invalid>a.select2-choice {
  border-color: #c00;
}

.ng-dirty.ng-invalid>div.selectize-input {
  border-color: #c00;
}

.ui-select-multiple .ui-select-match-item.dropping-before:before,
.ui-select-multiple .ui-select-match-item.dropping-after:after {
  border-left: 1px solid #428bca;
}

.nsj-docs .nsj-example {
  border-color: #eff3f5;
  background: #FFF;
}

.nsj-docs .highlight {
  background: #eff3f5;
}

.nsj-docs .highlight .hll {
  background-color: #ffc;
}

.nsj-docs .highlight .c {
  color: #999;
}

.nsj-docs .highlight .k {
  color: #069;
}

.nsj-docs .highlight .o {
  color: #555;
}

.nsj-docs .highlight .cm {
  color: #999;
}

.nsj-docs .highlight .cp {
  color: #099;
}

.nsj-docs .highlight .c1 {
  color: #999;
}

.nsj-docs .highlight .cs {
  color: #999;
}

.nsj-docs .highlight .gd {
  background-color: #fcc;
  border-color: #c00;
}

.nsj-docs .highlight .gr {
  color: #f00;
}

.nsj-docs .highlight .gh {
  color: #030;
}

.nsj-docs .highlight .gi {
  background-color: #cfc;
  border-color: #0c0;
}

.nsj-docs .highlight .go {
  color: #aaa;
}

.nsj-docs .highlight .gp {
  color: #009;
}

.nsj-docs .highlight .gu {
  color: #030;
}

.nsj-docs .highlight .gt {
  color: #9c6;
}

.nsj-docs .highlight .kc {
  color: #069;
}

.nsj-docs .highlight .kd {
  color: #069;
}

.nsj-docs .highlight .kn {
  color: #069;
}

.nsj-docs .highlight .kp {
  color: #069;
}

.nsj-docs .highlight .kr {
  color: #069;
}

.nsj-docs .highlight .kt {
  color: #078;
}

.nsj-docs .highlight .m {
  color: #f60;
}

.nsj-docs .highlight .s {
  color: #d44950;
}

.nsj-docs .highlight .na {
  color: #4f9fcf;
}

.nsj-docs .highlight .nb {
  color: #366;
}

.nsj-docs .highlight .nc {
  color: #0a8;
}

.nsj-docs .highlight .no {
  color: #360;
}

.nsj-docs .highlight .nd {
  color: #99f;
}

.nsj-docs .highlight .ni {
  color: #999;
}

.nsj-docs .highlight .ne {
  color: #c00;
}

.nsj-docs .highlight .nf {
  color: #c0f;
}

.nsj-docs .highlight .nl {
  color: #99f;
}

.nsj-docs .highlight .nn {
  color: #0cf;
}

.nsj-docs .highlight .nt {
  color: #2f6f9f;
}

.nsj-docs .highlight .nv {
  color: #033;
}

.nsj-docs .highlight .ow {
  color: #000;
}

.nsj-docs .highlight .w {
  color: #bbb;
}

.nsj-docs .highlight .mf {
  color: #f60;
}

.nsj-docs .highlight .mh {
  color: #f60;
}

.nsj-docs .highlight .mi {
  color: #f60;
}

.nsj-docs .highlight .mo {
  color: #f60;
}

.nsj-docs .highlight .sb {
  color: #c30;
}

.nsj-docs .highlight .sc {
  color: #c30;
}

.nsj-docs .highlight .sd {
  color: #c30;
}

.nsj-docs .highlight .s2 {
  color: #c30;
}

.nsj-docs .highlight .se {
  color: #c30;
}

.nsj-docs .highlight .sh {
  color: #c30;
}

.nsj-docs .highlight .si {
  color: #a00;
}

.nsj-docs .highlight .sx {
  color: #c30;
}

.nsj-docs .highlight .sr {
  color: #3aa;
}

.nsj-docs .highlight .s1 {
  color: #c30;
}

.nsj-docs .highlight .ss {
  color: #fc3;
}

.nsj-docs .highlight .bp {
  color: #366;
}

.nsj-docs .highlight .vc {
  color: #033;
}

.nsj-docs .highlight .vg {
  color: #033;
}

.nsj-docs .highlight .vi {
  color: #033;
}

.nsj-docs .highlight .il {
  color: #f60;
}

.table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action,
.table-header-actions nsj-action {
  position: relative;
}

.table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action:hover .tooltip-text,
.table-header-actions nsj-action:hover .tooltip-text {
  display: block !important;
}

.table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action .tooltip-text,
.table-header-actions nsj-action .tooltip-text {
  background-color: rgba(0,0,0,0.6);
  border-radius: 6px;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  max-width: 200px;
  padding: 12px;
  position: absolute;
  text-align: center;
  top: 34px;
  transform: translateX(-50%);
  width: max-content;
  z-index: 1;
}

.table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action .tooltip-text:after,
.table-header-actions nsj-action .tooltip-text:after {
  border-color: transparent transparent rgba(0,0,0,0.6) transparent;
  border-style: solid;
  border-width: 5px;
  bottom: 100%;
  content: '';
  left: 50%;
  margin-left: -5px;
  position: absolute;
}

@media screen and (max-width: 991.9px) {
  .table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action .tooltip-text,
  .table-header-actions nsj-action .tooltip-text {
    top: calc(34px - 8px);
    visibility: visible !important;
  }
}

@media screen and (min-width: 992px) {
  .table-btns-actions,
  table.nsj-table.table tbody tr:hover td.actions .table-btns-actions,
  table.table:not(.nsj-table) tbody tr:hover td.actions .table-btns-actions {
    display: inline-block;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
  }
}

@media only screen and (min-width: 992px) {
  .table-btns-actions nsj-actions .actions .actions-buttons,
  table.nsj-table.table tbody tr:hover td.actions .table-btns-actions nsj-actions .actions .actions-buttons,
  table.table:not(.nsj-table) tbody tr:hover td.actions .table-btns-actions nsj-actions .actions .actions-buttons {
    background-color: #e5ecf5;
    border-color: #ddd;
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-top: unset;
    border-width: 1px;
    height: 34px;
    margin-top: -1px;
    padding: 0;
  }

  .table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list,
  table.nsj-table.table tbody tr:hover td.actions .table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list,
  table.table:not(.nsj-table) tbody tr:hover td.actions .table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list {
    column-gap: 12px;
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    grid-template-columns: max-content;
    padding-inline: 12px;
  }

  .table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action li.action {
    margin: unset;
  }

  .table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action li.action a.btn {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 34px;
  }

  .table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action:hover li.action a.btn {
    color: #ab1818;
  }

  .table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action:hover li.action a.btn i.fas,
  .table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action:hover li.action a.btn nsj-date-picker-ranger i.glyphicon,
  nsj-date-picker-ranger .table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action:hover li.action a.btn i.glyphicon {
    color: #ab1818 !important;
  }
}

@media (max-width: 767.9px) {
  .table-btns-actions nsj-actions .actions .actions-buttons,
  table.nsj-table.table tbody tr:hover td.actions .table-btns-actions nsj-actions .actions .actions-buttons,
  table.table:not(.nsj-table) tbody tr:hover td.actions .table-btns-actions nsj-actions .actions .actions-buttons {
    background-color: #fff;
    margin-top: 5px;
    padding: 0 !important;
  }

  .table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list li.action .btn {
    margin: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action li.action .btn {
    background-color: #e5ecf5;
  }
}

.table-btns-actions nsj-actions .actions .actions-buttons ul.actions-list nsj-action li.action .btn:hover {
  color: #363632;
}

.classificacao-abc-clientes-index .graph-faturamentos-container faturamento-curvas-abc>info-panel,
.historico-de-compras-index compras-resumo>info-panel,
performance-vendas>info-panel,
.performance-vendedores-index performance-geral>info-panel,
.performance-vendedores-vendedores-modal .totalizadores-container>info-panel,
.performance-vendedores-clientes-modal .totalizadores-container>info-panel,
.ranking-clientes-index .info-panel-container>info-panel {
  display: contents;
}

.classificacao-abc-clientes-index .graph-faturamentos-container faturamento-curvas-abc>info-panel>.panel-horizontal,
.historico-de-compras-index compras-resumo>info-panel>.panel-horizontal,
performance-vendas>info-panel>.panel-horizontal,
.performance-vendedores-index performance-geral>info-panel>.panel-horizontal,
.performance-vendedores-vendedores-modal .totalizadores-container>info-panel>.panel-horizontal,
.performance-vendedores-clientes-modal .totalizadores-container>info-panel>.panel-horizontal,
.ranking-clientes-index .info-panel-container>info-panel>.panel-horizontal {
  margin-bottom: unset;
}

nsj-button.no-border button.btn,
nsj-button.no-border a.btn {
  border: none !important;
}

button.no-border,
a.no-border {
  border: none !important;
}

nsj-button a.btn,
nsj-button button.btn {
  padding: 12px 20px;
  height: 40px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400 !important;
}

nsj-button.no-border button.btn-danger {
  color: #c00;
  background-color: #fff !important;
}

.display-datepicker button.btn {
  padding: 5px 10px !important;
  line-height: 1.5;
  height: unset;
}

.btn.btn-clear {
  background-color: unset;
}

.btn.btn-clear.active {
  box-shadow: unset;
  color: #00459b;
  --webkit-box-shadow: unset;
}

nsj-button-dropdown nsj-button button span i.fas.fa-plus,
nsj-button-dropdown nsj-button button span nsj-date-picker-ranger i.fa-plus.glyphicon,
nsj-date-picker-ranger nsj-button-dropdown nsj-button button span i.fa-plus.glyphicon {
  margin-right: 10px;
}

nsj-button-dropdown nsj-button-group>.btn-group nsj-button .btn:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

nsj-button-dropdown .dropdown-menu {
  padding: 0;
}

nsj-button-dropdown .dropdown-menu item-dropdown {
  cursor: pointer;
}

nsj-button-dropdown .dropdown-menu item-dropdown a {
  padding: 10px 20px;
}

nsj-button-dropdown.btn-relatorios i.fa-file-pdf {
  margin-right: 10px;
}

nsj-button-dropdown.btn-relatorios i.fa-caret-down {
  margin-left: 10px;
  margin-right: 0px;
}

nsj-button-dropdown nsj-button.dropdown-toggle {
  margin: 0 !important;
}

.form-group .custom-checkbox.checkbox label {
  font-size: 18px;
  font-weight: 700;
}

.form-group .custom-checkbox.checkbox label span.checkmark {
  margin-right: 12px;
}

.form-group .custom-checkbox.checkbox label i {
  font-size: 14px;
}

div.custom-checkbox {
  cursor: default;
}

.custom-checkbox .checkmark,
.custom-checkbox .checkmark.false {
  border-radius: 4px;
  height: 14px;
  width: 14px;
}

.custom-checkbox .checkmark:after,
.custom-checkbox .checkmark.false:after {
  border-width: 0 2px 2px 0 !important;
  height: 9px;
  left: 3px;
  top: 0px;
  width: 6px;
}

@media (max-width: 991.9px) {
  .custom-checkbox .checkmark:after,
  .custom-checkbox .checkmark.false:after {
    left: 1px;
    top: -2px;
  }
}

.custom-checkbox input:checked ~ .checkmark,
.custom-checkbox.disabled input:checked ~ .checkmark {
  border-color: #363632;
  background-color: #363632;
}

.custom-checkbox input:checked ~ .checkmark::after,
.custom-checkbox.disabled input:checked ~ .checkmark::after {
  border-color: #fff;
}

nsj-button-group.switch button {
  background: #fff;
  border: 1px solid #00367a !important;
  color: #00367a !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 100%;
  padding: 15px 20px;
}

nsj-button-group.switch button:first-child {
  border-top-left-radius: 200px !important;
  border-bottom-left-radius: 200px !important;
}

nsj-button-group.switch button:last-child {
  border-top-right-radius: 200px !important;
  border-bottom-right-radius: 200px !important;
}

nsj-button-group.switch button.selected {
  background: rgba(0,54,122,0.1) !important;
}

.chart-content {
  position: relative;
  text-align: center;
}

.chart-content .info-value {
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translate(-50%, 0);
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.8rem;
}

.chart-content .info-value .info-type {
  font-size: 1.6rem;
}

.chart-content .info-label {
  display: block;
  margin-top: 10px;
  color: #999999;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.7rem;
}

.chart-content .label-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  color: #999999;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.4rem;
}

.chart-content .label-content i.primary {
  color: #00367a;
}

.chart-content .label-content i.success {
  color: #008a17;
}

.chart-content .label-content i.warning {
  color: #ffa800;
}

.chart-content .label-content i.danger {
  color: #c00;
}

.upload-img-modal .upload-img-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.upload-img-modal .upload-img-modal-content .dropzone-container,
.upload-img-modal .upload-img-modal-content .info-container {
  width: 250px;
  margin-top: 10px;
}

.upload-img-modal .upload-img-modal-content .dropzone-container .dropzone-content div.dropzone {
  width: 250px;
  height: 250px;
  padding: 0;
  overflow: hidden;
}

.upload-img-modal .upload-img-modal-content .dropzone-container .dropzone-content div.dropzone .dz-preview.dz-image-preview {
  margin: 0;
  width: 250px;
  height: 250px;
}

.upload-img-modal .upload-img-modal-content .dropzone-container .dropzone-content div.dropzone .dz-progress {
  display: none;
}

.upload-img-modal .upload-img-modal-content .dropzone-container .dropzone-content.dz-started {
  border: 2px dashed #ccc;
}

.upload-img-modal .upload-img-modal-content .info-container .info .titulo {
  font-weight: 600;
}

.upload-img-modal .upload-img-modal-content .preview-template-dropzone {
  display: none;
}

.dropzone {
  float: left;
  width: 100%;
}

.dropzone.possuianexos,
.dropzone.dz-started {
  border: none;
}

.dropzone.possuianexos .dz-default.dz-message,
.dropzone.dz-started .dz-default.dz-message {
  display: none;
}

.dropzone .dz-preview {
  height: 160px;
  width: 200px;
}

.dropzone .dz-preview .dz-image {
  height: 100% !important;
  width: 100% !important;
  border-radius: 4px !important;
  border: 1px solid #d0cece78;
}

.dropzone .dz-preview .dz-image .container-imagem {
  height: 80%;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  background-color: #dddddd;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.dropzone .dz-preview .dz-image .container-imagem .icon-file {
  display: none;
  font-size: 80px;
  color: #c9c8c8;
}

.dropzone .dz-preview .dz-image .container-imagem img {
  object-fit: cover;
}

.dropzone .dz-preview .dz-image .container-imagem img.erro-carregamento,
.dropzone .dz-preview .dz-image .container-imagem img.file {
  display: none;
}

.dropzone .dz-preview .dz-image .container-imagem img.erro-carregamento+.icon-file,
.dropzone .dz-preview .dz-image .container-imagem img.file+.icon-file {
  display: block;
  margin: auto;
}

.dropzone .dz-preview .dz-image .info-anexo {
  height: 20%;
  font-size: 12px;
  display: inline-flex;
}

.dropzone .dz-preview .dz-image .info-anexo .nome-anexo {
  display: inline-block;
  padding-left: 2px;
  text-align: left;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropzone .dz-preview .dz-image .info-anexo .icon-sucesso,
.dropzone .dz-preview .dz-image .info-anexo .icon-erro {
  display: none;
  padding: 0 4px;
  font-size: 15px;
}

.dropzone .dz-preview .dz-image .info-anexo .icon-sucesso {
  color: #5db75d;
}

.dropzone .dz-preview .dz-image .info-anexo .icon-erro {
  color: #d8534f;
}

.dropzone .dz-preview .dz-details {
  background-color: #dcdcdc !important;
  height: 100%;
  border-radius: 4px;
  padding: 0 !important;
}

.dropzone .dz-preview .dz-details .info-anexo {
  height: 50%;
  padding: 2px 4px !important;
  text-align: left;
  font-size: 12px;
  color: #565656 !important;
}

.dropzone .dz-preview .dz-details .info-anexo .nome-anexo {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .info-anexo .nome-anexo,
.dropzone .dz-preview .dz-details .info-anexo .msg-erro {
  font-weight: 600;
}

.dropzone .dz-preview .dz-details .info-anexo .tamanho-anexo strong {
  font-weight: 500;
}

.dropzone .dz-preview .dz-details .info-anexo .nome-anexo,
.dropzone .dz-preview .dz-details .info-anexo .tamanho-anexo {
  display: block;
}

.dropzone .dz-preview .dz-details .info-anexo .msg-erro {
  display: none;
}

.dropzone .dz-preview .dz-details .acoes-anexo {
  height: 50%;
  padding: 20px 6px 0 6px !important;
}

.dropzone .dz-preview .dz-details .acoes-anexo .acao-anexo {
  position: relative;
  display: inline-block;
  padding: 3px 7px;
  border-radius: 2px;
  background-color: #5f5f5f;
  color: #fff;
  font-size: 18px;
  margin: 3px 4px;
}

.dropzone .dz-preview .dz-details .acoes-anexo .acao-anexo a {
  color: inherit;
  text-decoration: none;
}

.dropzone .dz-preview .dz-details .acoes-anexo .acao-anexo .acao-label-container {
  position: absolute;
  display: none;
  margin-top: 3px;
  margin-left: calc(50% - 50px);
  top: 100%;
  left: 0;
  justify-content: center;
  width: 100px;
  background: transparent;
}

.dropzone .dz-preview .dz-details .acoes-anexo .acao-anexo .acao-label-container .acao-label {
  padding: 2px 4px;
  border-radius: 2px;
  background: #5f5f5f;
  width: max-content;
  font-size: 10px;
  font-weight: 600;
}

.dropzone .dz-preview .dz-details .acoes-anexo .acao-anexo:hover .acao-label-container {
  display: flex;
}

.dropzone .dz-preview .dz-remove {
  display: none !important;
}

.dropzone .dz-preview .dz-image .info-anexo .icon-sucesso {
  display: inline-block;
}

.dropzone .dz-preview .dz-details .acoes-anexo .acao-anexo.acao-cancelar-upload {
  display: none;
}

.dropzone .dz-preview.dz-processing .dz-details .acoes-anexo .acao-anexo.acao-excluir {
  display: none;
}

.dropzone .dz-preview.dz-processing .dz-details .acoes-anexo .acao-anexo.acao-cancelar-upload {
  display: inline-block;
}

.dropzone .dz-preview.dz-processing.dz-error .dz-details .acoes-anexo .acao-anexo.acao-excluir,
.dropzone .dz-preview.dz-processing.dz-success .dz-details .acoes-anexo .acao-anexo.acao-excluir,
.dropzone .dz-preview.dz-processing.dz-complete .dz-details .acoes-anexo .acao-anexo.acao-excluir {
  display: inline-block;
}

.dropzone .dz-preview.dz-processing.dz-error .dz-details .acoes-anexo .acao-anexo.acao-cancelar-upload,
.dropzone .dz-preview.dz-processing.dz-success .dz-details .acoes-anexo .acao-anexo.acao-cancelar-upload,
.dropzone .dz-preview.dz-processing.dz-complete .dz-details .acoes-anexo .acao-anexo.acao-cancelar-upload {
  display: none;
}

.dropzone .dz-preview.dz-processing .dz-image .info-anexo .icon-sucesso {
  display: none;
}

.dropzone .dz-preview.dz-processing.dz-error .dz-image .info-anexo .icon-erro {
  display: inline-block;
}

.dropzone .dz-preview.dz-processing.dz-error .dz-details .info-anexo .nome-anexo,
.dropzone .dz-preview.dz-processing.dz-error .dz-details .info-anexo .tamanho-anexo {
  display: none;
}

.dropzone .dz-preview.dz-processing.dz-error .dz-details .info-anexo .msg-erro {
  display: block;
}

.dropzone .dz-preview.dz-processing.dz-success .dz-image .info-anexo .icon-sucesso {
  display: inline-block;
}

nsj-filters.border-bottom .more-filters {
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 20px;
}

.flex-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
}

.flex-filter .toolbar {
  height: 39px;
}

.flex-filter .toolbar button.btn {
  padding: 7px 20px;
}

.flex-filter .toolbar .clearfix {
  align-items: center;
}

.flex-filter input[type='text'] {
  height: 39px;
}

.flex-filter .form-group {
  flex: 1;
  margin: 20px 0;
  padding: 0 20px;
}

.flex-filter .form-group .input-group {
  height: 39px;
}

.flex-filter .form-group .input-group span.input-group-btn .button#calendar.btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border: none;
  border-radius: 0 10px 10px 0;
}

.flex-filter .form-group input.form-control,
.flex-filter .form-group span.form-control {
  height: 39px;
  border-radius: 0 10px 10px 0;
}

.flex-filter .form-group input.form-control.btn,
.flex-filter .form-group span.form-control.btn {
  padding: 10px 12px;
}

.flex-filter .form-group+div {
  border-left: 1px solid #ddd;
}

.flex-filter .form-group nsj-lookup .text-muted {
  color: #555;
}

.flex-filter .filter-btn-group {
  margin: 20px 0;
  padding: 0 20px;
  border-left: 1px solid #ddd;
}

.flex-filter .filter-btn-group nsj-button.btn-filtrar button {
  margin-right: -2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 767.9px) {
  .flex-filter .filter-btn-group nsj-button.btn-filtrar button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

.flex-filter .filter-btn-group nsj-button.btn-reload button {
  margin-left: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 767.9px) {
  .flex-filter .filter-btn-group nsj-button.btn-reload button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

.flex-filter i.fas.fa-calendar-day,
.flex-filter nsj-date-picker-ranger i.fa-calendar-day.glyphicon,
nsj-date-picker-ranger .flex-filter i.fa-calendar-day.glyphicon {
  display: flex;
  align-items: center;
  z-index: 10;
  position: absolute;
  right: 15px;
  top: 9px;
  width: 13px;
  height: 16px;
}

@media only screen and (max-width: 991px) {
  .flex-filter {
    flex-direction: column;
    border-bottom: 1px solid #ddd;
  }

  .flex-filter .barra-na-direita {
    border: none;
  }

  .flex-filter .form-group+div {
    border: none;
  }

  .flex-filter .filter-btn-group {
    display: flex;
  }

  .button-filters {
    border-top: none !important;
  }
}

.btn-filtrar.btn-filtros-ativo .btn.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.13);
}

.btn-filtrar .btn-default:focus {
  background-color: #fff;
  color: #363632;
  border-color: #ccc;
}

.form-group .nsj-calendar {
  top: 35px;
}

.form-group nsj-lookup .btn-default {
  font-weight: normal;
}

.form-group nsj-lookup ul.ui-select-no-choice {
  top: 32px;
  padding: 0;
}

.form-group nsj-lookup ul.ui-select-choices {
  top: 35px;
  padding: 0;
}

.form-group nsj-lookup.rotas-lookup a {
  display: none;
}

.form-group .nota-fiscal-filter li.item-lookup .list-group-item-heading {
  font-size: 16px;
  font-weight: 700;
  color: #363632;
}

.form-group .nota-fiscal-filter li.item-lookup .list-group-item-text {
  color: #363632;
  font-size: 14px;
}

.form-group .nota-fiscal-filter li.item-lookup.active .list-group-item-text {
  color: #fff !important;
}

input.campo-busca {
  background: url(//s.nasajon.com.br/img/icone-busca2.png) no-repeat 8px 10px;
}

.input-group nsj-date-picker-ranger .date-range-picker input {
  background-color: #fff !important;
}

.input-group nsj-date-picker-ranger .date-range-picker i.fa-times {
  line-height: 28px;
  position: absolute;
}

.input-group nsj-date-picker-ranger .date-range-picker span.input-group-btn {
  height: 100%;
  border: unset;
  position: absolute;
  left: calc(100% - 33px);
  top: 2px;
  z-index: 5;
}

.input-group nsj-date-picker-ranger .date-range-picker span.input-group-btn button#calendar {
  height: 100%;
  border: unset;
  border-radius: 0 10px 10px 0;
  margin: unset !important;
  padding: 0 10px !important;
  background-color: transparent;
  top: -2px;
}

.input-group nsj-date-picker-ranger .date-range-picker span.input-group-btn button#calendar:hover,
.input-group nsj-date-picker-ranger .date-range-picker span.input-group-btn button#calendar:focus {
  background-color: transparent !important;
}

.input-group nsj-date-picker-ranger .date-range-picker span.input-group-btn button#calendar.btn-primary:focus,
.input-group .dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary .date-range-picker span.input-group-btn button#calendar:focus,
.dashboard-page .headline .right-content .input-group nsj-date-picker-ranger.btn-primary .date-range-picker span.input-group-btn button#calendar:focus,
.input-group .dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary .date-range-picker span.input-group-btn button#calendar:focus,
.dashboard-page .footer-mobile .input-group nsj-date-picker-ranger.btn-primary .date-range-picker span.input-group-btn button#calendar:focus {
  background-color: #00459b !important;
}

i.fa-user-tie {
  width: 40px;
  height: 40px;
  background: #00469B !important;
  position: absolute;
  left: 60px;
  top: 12px;
  padding: 10px;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 992px) {
  i.fa-user-tie {
    top: 7px;
  }
}

@media (width: 992px) {
  i.fa-user-tie {
    top: 12px;
  }
}

.text-modulo {
  position: absolute;
  left: 110px;
  top: 15px;
  width: 102px;
  height: 40px;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .text-modulo {
    top: 9px;
  }
}

@media (width: 992px) {
  .text-modulo {
    top: 15px;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-header .navbar-brand {
  margin: 10px 0;
  padding: 0;
  width: auto;
  height: auto;
}

@media (max-width: 991.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header .navbar-brand {
    padding: 0;
    margin: 5px 0;
  }
}

@media (max-width: 991.9px) and (max-width: 767.9px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header .navbar-brand {
    margin-left: 15px;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default .dropdown-user .profile-user {
  background: #00459b !important;
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-header img {
  height: 40px;
  width: 198px;
  object-fit: cover;
  object-position: 0;
  margin-top: 3px;
}

.fixedSidebar #nsj-header .navbar.navbar-default .dropdown-user .logo-org img {
  width: auto;
  height: 32px;
  max-width: 130px;
}

@media (max-width: 992px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .dropdown-user .logo-org img {
    height: 28px;
  }
}

@media (min-width: 992px) {
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav>li {
    margin-top: -2px;
  }
}

.fixedSidebar #nsj-header .navbar.navbar-default .navbar-right {
  margin-top: 13px;
  margin-bottom: unset;
}

.headline {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ddd !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 65px;
  padding: 15px 20px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.headline.headline-tabs {
  height: 140px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50% 50%;
}

.headline.headline-tabs .tabs {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  grid-area: 2 / 1 / 2 / span 2;
  justify-content: center;
}

.headline .left-content {
  height: 40px;
}

.headline .left-content,
.headline .label-content {
  align-items: center;
  display: flex;
  flex: 4;
  justify-content: flex-start;
}

.headline .left-content h1,
.headline .left-content h2,
.headline .left-content h3,
.headline .left-content h4,
.headline .left-content h5,
.headline .left-content h6 {
  color: #5a5a5a;
  font-family: 'PT Sans Narrow';
  font-size: 26px;
  font-weight: 700;
  margin: 0 20px 0 0;
}

.headline .left-content .botao-voltar {
  font-size: 20px;
  margin-right: 15px;
  padding: 0;
}

.headline .left-content.left-content-breadcrumb {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.headline .left-content.left-content-breadcrumb .page-breadcrumb {
  color: #00469B !important;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1;
}

.headline .left-content.left-content-breadcrumb .page-breadcrumb.page-breadcrumb-link {
  cursor: pointer;
}

.headline .left-content.left-content-breadcrumb .page-breadcrumb i.fa-angle-right {
  color: rgba(153,153,153,0.5);
  margin-left: 10px;
}

.headline .label-success {
  background-color: #008a17;
}

.headline .btn-primary,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar,
.headline .dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary .headline button#calendar {
  align-items: center;
  border-color: #00459b !important;
}

.headline .btn-primary a.btn,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar a.btn,
.headline .dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar a.btn,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary .headline button#calendar a.btn {
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 12px;
  border: none;
}

.headline .btn-primary a.btn .fas.fa-plus,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar a.btn .fas.fa-plus,
.headline .dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar a.btn .fas.fa-plus,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary .headline button#calendar a.btn .fas.fa-plus,
.headline .btn-primary a.btn nsj-date-picker-ranger .fa-plus.glyphicon,
nsj-date-picker-ranger .headline .btn-primary a.btn .fa-plus.glyphicon,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar a.btn .fa-plus.glyphicon,
.headline .dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar a.btn .fa-plus.glyphicon,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary .headline button#calendar a.btn .fa-plus.glyphicon {
  margin-right: 10px;
}

.headline .btn-primary i.fas.fa-paper-plane,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar i.fas.fa-paper-plane,
.headline .dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar i.fas.fa-paper-plane,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary .headline button#calendar i.fas.fa-paper-plane,
.headline .btn-primary nsj-date-picker-ranger i.fa-paper-plane.glyphicon,
nsj-date-picker-ranger .headline .btn-primary i.fa-paper-plane.glyphicon,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar i.fa-paper-plane.glyphicon,
.headline .dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar i.fa-paper-plane.glyphicon,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary .headline button#calendar i.fa-paper-plane.glyphicon,
.headline .btn-primary i.fas.fa-undo,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar i.fas.fa-undo,
.headline .dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar i.fas.fa-undo,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary .headline button#calendar i.fas.fa-undo,
.headline .btn-primary nsj-date-picker-ranger i.fa-undo.glyphicon,
nsj-date-picker-ranger .headline .btn-primary i.fa-undo.glyphicon,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar i.fa-undo.glyphicon,
.headline .dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar i.fa-undo.glyphicon,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary .headline button#calendar i.fa-undo.glyphicon {
  color: #fff;
  margin-right: 10px;
}

.headline nsj-button.btn {
  padding: 0;
}

@media (max-width: 768px) {
  .headline .left-content {
    flex: unset;
    margin-bottom: 10px;
  }
}

.headline .right-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.headline .right-content button:not(:first-child),
.headline .right-content nsj-button:not(:first-child),
.headline .right-content nsj-button-dropdown:not(:first-child) {
  margin-left: 10px;
}

.btn.btn-md.btn-default.botao-voltar {
  border: none;
  background-color: #fafafa;
  color: #363632;
}

@media screen and (max-width: 991.9px) {
  .nsj-aside-list .headline .left-content {
    margin-bottom: 0;
    flex: unset;
  }

  .btn.btn-md.btn-default.botao-voltar {
    padding: 6px 12px 6px 0;
  }

  .headline .right-content {
    flex: 1;
    display: flex !important;
  }

  .nsj-layout .nsj-aside-list .panel-body {
    padding: 0 20px;
  }
}

.full-height {
  height: 100%;
}

.main-container {
  height: calc(100% - 68px) !important;
}

.page-content {
  height: calc(100% - 60px);
  padding-top: 15px;
}

.nsj-layout {
  height: 100% !important;
}

.fill-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.fill-height>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-row>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

a:hover,
a:focus {
  text-decoration: none;
}

.panel .panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.panel .panel-heading .panel-title {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 700;
  color: #363632;
}

.panel .list-vendedores-metas .list-group-item .table-btns-actions,
.panel .list-vendedores-metas .list-group-item table.nsj-table.table tbody tr:hover td.actions .table-btns-actions,
table.nsj-table.table tbody tr:hover td.actions .panel .list-vendedores-metas .list-group-item .table-btns-actions,
.panel .list-vendedores-metas .list-group-item table.table:not(.nsj-table) tbody tr:hover td.actions .table-btns-actions,
table.table:not(.nsj-table) tbody tr:hover td.actions .panel .list-vendedores-metas .list-group-item .table-btns-actions,
.panel .list-regras-metas .list-group-item .table-btns-actions,
.panel .list-regras-metas .list-group-item table.nsj-table.table tbody tr:hover td.actions .table-btns-actions,
table.nsj-table.table tbody tr:hover td.actions .panel .list-regras-metas .list-group-item .table-btns-actions,
.panel .list-regras-metas .list-group-item table.table:not(.nsj-table) tbody tr:hover td.actions .table-btns-actions,
table.table:not(.nsj-table) tbody tr:hover td.actions .panel .list-regras-metas .list-group-item .table-btns-actions,
.panel .list-tipos-restricoes .list-group-item .table-btns-actions,
.panel .list-tipos-restricoes .list-group-item table.nsj-table.table tbody tr:hover td.actions .table-btns-actions,
table.nsj-table.table tbody tr:hover td.actions .panel .list-tipos-restricoes .list-group-item .table-btns-actions,
.panel .list-tipos-restricoes .list-group-item table.table:not(.nsj-table) tbody tr:hover td.actions .table-btns-actions,
table.table:not(.nsj-table) tbody tr:hover td.actions .panel .list-tipos-restricoes .list-group-item .table-btns-actions {
  display: none;
  position: absolute;
}

.panel .list-vendedores-metas .list-group-item:hover .table-btns-actions,
.panel .list-regras-metas .list-group-item:hover .table-btns-actions,
.panel .list-tipos-restricoes .list-group-item:hover .table-btns-actions {
  display: inline-block;
  top: 100%;
}

.article-area .article-area-presentation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-area .article-area-presentation .panel-body {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.article-area .article-area-presentation .panel-body strong {
  margin-bottom: 10px;
}

.article-area .article-area-presentation .panel-body p {
  margin: unset;
}

.article-area .article-area-presentation .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin-bottom: 5px;
  border-radius: 50%;
  background: #00459b;
}

.article-area .article-area-presentation .icon i {
  font-size: 40px;
  color: #fff;
}

.article-area>div {
  margin: 0 -15px;
}

.layout-list {
  flex: 1;
  margin: 0 -15px;
}

input.form-control:disabled,
nsj-lookup.disabled span.form-control,
.nsj-date-picker.disabled input.form-control,
textarea.form-control:disabled {
  border: none;
  box-shadow: none;
  background: #f5f5f5;
  cursor: default;
  color: #363632;
  opacity: 1;
}

input.form-control:disabled.input-bonificacao-produtos,
nsj-lookup.disabled span.form-control.input-bonificacao-produtos,
.nsj-date-picker.disabled input.form-control.input-bonificacao-produtos,
textarea.form-control:disabled.input-bonificacao-produtos {
  background-color: unset;
}

.required {
  border-color: #c82333;
}

.img-rounded {
  padding: 2px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.img-rounded img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.img-rounded.iniciais-img {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 28.8px;
}

.img-rounded.img-form {
  padding: 5px;
}

.img-rounded .icone-vazio-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.img-rounded .icone-vazio-container .icone-imagem-vazio {
  font-size: 40px;
  color: #999999;
}

.img-rounded .icone-vazio-container .icone-imagem-vazio.icone-imagem-vazio-list {
  font-size: 20px;
}

.foto-container-list {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.foto-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}

.foto-container:hover>.img-backdrop {
  display: flex;
}

.foto-container.foto-container-veiculos {
  width: 120px;
  height: 120px;
}

.img-backdrop {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(0,0,0,0.75);
  font-size: 14px;
  font-weight: 400;
  line-height: 14.4px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.img-backdrop i {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 16.1px;
}

.img-backdrop.img-backdrop-veiculos {
  width: 120px;
  height: 120px;
}

.nsj-date-picker[readonly],
.nsj-date-picker[disabled] {
  background-color: unset !important;
  cursor: default !important;
}

.nsj-date-picker[readonly] input.datepicker-action,
.nsj-date-picker[disabled] input.datepicker-action {
  color: #7a7a7a;
  box-shadow: none;
}

.nsj-date-picker[readonly] input.datepicker-action:focus,
.nsj-date-picker[disabled] input.datepicker-action:focus {
  box-shadow: none;
}

.nsj-date-picker i.fas.fa-calendar-day,
.nsj-date-picker nsj-date-picker-ranger i.fa-calendar-day.glyphicon,
nsj-date-picker-ranger .nsj-date-picker i.fa-calendar-day.glyphicon {
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 10;
}

.nfound {
  margin: 10px 0;
}

@media (max-width: 768px) {
  .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .foto-container {
    margin-bottom: 10px;
  }
}

span.label-info {
  background-color: #04797f;
}

span.label-success {
  background-color: #008a17;
}

span.label-danger {
  background-color: #c00;
}

span.label-warning {
  background-color: #ffa800;
}

span.label-primary {
  background-color: #337ab7;
}

span.label-secondary {
  background-color: #363632;
}

nsj-lookup .list-group-item-heading {
  color: #363632 !important;
  font-size: 14px;
  font-weight: normal;
}

.empty-list-msg p {
  margin: auto;
  text-align: center;
}

nsj-button-dropdown.filtro-followups .dropdup.btn-group.open nsj-button .btn:first-child {
  color: #363632;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.13);
}

nsj-button-dropdown.filtro-followups .btn.btn-default.btn-md {
  width: 40px;
  height: 34px;
  margin-right: -2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

nsj-button-dropdown.filtro-followups .btn.btn-default.btn-md:hover {
  color: #363632;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}

nsj-button-dropdown.filtro-followups .btn.btn-default.btn-md:focus {
  background-color: #fff;
  color: #363632;
  border-color: #ccc;
}

nsj-button-dropdown.filtro-followups small {
  padding-left: 10px;
  color: #999;
}

nsj-button-dropdown.filtro-followups small::before {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  content: '';
  top: -18px;
  right: 20px;
  position: absolute;
}

nsj-button-dropdown.filtro-followups .dropdown-menu.dropdown-menu-right {
  padding-bottom: 0px;
  top: 40px;
  width: 180px;
  right: -15px;
  box-shadow: 1px #363632;
}

nsj-button-dropdown.filtro-followups .dropdown-menu.dropdown-menu-right::before {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ccc;
  content: '';
  top: -20px;
  right: 20px;
  position: absolute;
}

nsj-button-dropdown.filtro-followups .dropdown-menu.dropdown-menu-right .container-dropdown {
  display: flex;
  align-items: center;
}

nsj-button-dropdown.filtro-followups .dropdown-menu.dropdown-menu-right .container-dropdown:hover {
  background-color: #ececec;
  cursor: pointer;
}

nsj-button-dropdown.filtro-followups .dropdown-menu.dropdown-menu-right .container-dropdown .item-dropdown {
  flex-direction: row-reverse;
  display: flex;
  width: 100%;
  padding: 5px 10px;
  justify-content: flex-end;
}

nsj-button-dropdown.filtro-followups .dropdown-menu.dropdown-menu-right .container-dropdown .item-dropdown a {
  color: #363632;
}

nsj-button-dropdown.filtro-followups .dropdown-menu.dropdown-menu-right .container-dropdown .item-dropdown .check-followup {
  padding-left: 10px;
  padding-top: 4px;
  color: #363632;
}

.modal-body .title {
  display: flex;
  align-items: center;
}

.modal-body .title h4 {
  color: #cccccc !important;
  font-weight: 700;
}

.modal-body .cliente-followup {
  display: flex;
  align-items: center;
}

.modal-body .cliente-followup .foto-container {
  width: 60px;
  height: 60px;
}

.modal-body .cliente-followup .foto-container .img-rounded.img-form {
  width: 60px;
  height: 60px;
  padding: 2px;
  border: 1px solid #ddd;
}

.modal-body .cliente-followup .foto-container .img-rounded.img-form .img-vazia {
  background: #d61e1e;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  width: 100%;
  height: 100%;
}

.modal-body .followup-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.modal-body .followup-container .mensagem-container {
  width: 100%;
  font-weight: 400;
  background-color: #f5f5f5;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  overflow: auto;
  height: 100px;
}

.btn-default {
  color: #363632;
  font-weight: 700;
}

.btn-default i.fas.fa-edit,
.btn-default nsj-date-picker-ranger i.fa-edit.glyphicon,
nsj-date-picker-ranger .btn-default i.fa-edit.glyphicon,
.btn-default i.fas.fa-ban,
.btn-default nsj-date-picker-ranger i.fa-ban.glyphicon,
nsj-date-picker-ranger .btn-default i.fa-ban.glyphicon,
.btn-default i.fas.fa-check,
.btn-default nsj-date-picker-ranger i.fa-check.glyphicon,
nsj-date-picker-ranger .btn-default i.fa-check.glyphicon,
.btn-default i.fas.fa-trash-alt,
.btn-default nsj-date-picker-ranger i.fa-trash-alt.glyphicon,
nsj-date-picker-ranger .btn-default i.fa-trash-alt.glyphicon,
.btn-default i.fas.fa-clipboard-list,
.btn-default nsj-date-picker-ranger i.fa-clipboard-list.glyphicon,
nsj-date-picker-ranger .btn-default i.fa-clipboard-list.glyphicon {
  margin-right: 10px;
  color: #363632;
}

.btn-primary,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar {
  font-weight: 700;
}

.btn-primary i.fas.fa-save,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar i.fas.fa-save,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar i.fas.fa-save,
.btn-primary nsj-date-picker-ranger i.fa-save.glyphicon,
nsj-date-picker-ranger .btn-primary i.fa-save.glyphicon,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar i.fa-save.glyphicon,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar i.fa-save.glyphicon,
.btn-primary i.fas.fa-ban,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar i.fas.fa-ban,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar i.fas.fa-ban,
.btn-primary nsj-date-picker-ranger i.fa-ban.glyphicon,
nsj-date-picker-ranger .btn-primary i.fa-ban.glyphicon,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar i.fa-ban.glyphicon,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar i.fa-ban.glyphicon,
.btn-primary i.fas.fa-check,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar i.fas.fa-check,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar i.fas.fa-check,
.btn-primary nsj-date-picker-ranger i.fa-check.glyphicon,
nsj-date-picker-ranger .btn-primary i.fa-check.glyphicon,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar i.fa-check.glyphicon,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar i.fa-check.glyphicon,
.btn-primary i.fas.fa-dollar-sign,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar i.fas.fa-dollar-sign,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar i.fas.fa-dollar-sign,
.btn-primary nsj-date-picker-ranger i.fa-dollar-sign.glyphicon,
nsj-date-picker-ranger .btn-primary i.fa-dollar-sign.glyphicon,
.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar i.fa-dollar-sign.glyphicon,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar i.fa-dollar-sign.glyphicon {
  margin-right: 10px;
}

.input-isview::placeholder {
  color: #363632;
}

nsj-button.reload-followups button {
  margin-left: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

button.btn-default:hover {
  color: #363632;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}

button.btn-default:focus {
  background-color: #fff;
  border-color: #ccc;
  color: #363632;
}

.followup-sem-cliente {
  display: flex;
  justify-content: center;
}

.followup-sem-cliente p {
  margin: 45px 0 30px 0;
}

.notificacoes-container {
  display: flex;
  align-items: center;
}

.notificacoes-container .onloading.onloading-notificacoes {
  width: 18px;
  height: 18px;
  margin: 0;
  left: 10%;
}

.notificacoes-container .notificacoes-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 19px;
  padding: 3px 6px;
  margin-left: 10px;
  background: #f39327;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}

.container-fluid.page-content .lista-followups-container {
  padding-left: 10px;
  padding-right: 20px;
}

@media only screen and (max-width: 991.98px) and (min-width: 768px) {
  .container-fluid.page-content {
    overflow-y: auto;
  }

  .container-fluid.page-content .lista-followups-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-fluid.page-content::-webkit-scrollbar {
    width: 9px;
  }

  .container-fluid.page-content::-webkit-scrollbar-thumb {
    border-radius: 9px;
  }
}

@media only screen and (max-width: 767.9px) {
  .container-fluid.page-content {
    overflow-y: auto;
  }

  .container-fluid.page-content::-webkit-scrollbar {
    width: 4px;
  }

  .container-fluid.page-content::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background-color: #999;
  }
}

.nfound-entregas-modal {
  margin: 20px 0;
}

@media only screen and (max-width: 991.98px) and (min-width: 768px) {
  .panel-default.height-full.content-scroll::-webkit-scrollbar {
    width: 9px;
  }

  .panel-default.height-full.content-scroll::-webkit-scrollbar-thumb {
    border-radius: 9px;
  }
}

nsj-lookup.required span.btn.btn-default.form-control.ui-select-toggle,
div.nsj-date-picker.required input.form-control,
nsj-date-picker-ranger.required div.date-range-picker div.input-group input.form-control {
  border-color: #c82333;
}

label.input-group-addon {
  font-weight: 700;
  border-radius: 10px;
}

textarea {
  resize: none;
}

a.menu-item {
  font-weight: 700;
}

a.menu-item:after {
  font-weight: 700;
}

.loading-image {
  align-items: center;
  background-color: #ddd !important;
  display: flex;
  height: 100% !important;
  justify-content: center;
  margin: unset !important;
  padding: unset !important;
  width: 100% !important;
}

.loading-image .onloading {
  height: 30px;
  left: unset;
  margin: unset;
  max-height: 30px;
  max-width: 30px;
  position: static !important;
  width: 30px;
}

.content-loading.content-loading-cadastro {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 68px);
}

.currency-symbol,
.decimals,
.distancia-symbol,
.peso-symbol,
.duration-symbol {
  font-size: 18px;
}

.divisor {
  align-items: center;
  column-gap: 20px;
  display: flex;
  flex-direction: row;
}

.divisor.divisor-tab {
  margin-bottom: 15px;
}

.divisor .nsj-switch {
  flex: 0 0 40px;
  margin: 0 10px 0 0;
}

.divisor i {
  margin-right: 8px;
}

.divisor h5 {
  color: #ccc;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  margin: 0;
}

.divisor>span {
  border-top: 1px solid #ddd;
  flex: 1;
}

.tab-content {
  background-color: #fff;
}

.tab-content-button-adicionar {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.empty-page {
  padding: unset;
}

.empty-page p {
  margin: unset !important;
}

.empty-page strong {
  display: inline-block;
  margin-bottom: 10px;
}

passos-card {
  display: contents;
}

passos-card .card {
  background-color: #f6f6f6;
  border-radius: 16px;
  border: 1px solid #ddd;
  display: block;
  height: max-content;
  max-width: max-content;
  padding: 16px;
}

passos-card .card ul {
  display: flex;
  flex-direction: column;
  padding: unset;
  row-gap: 32px;
}

passos-card .card ul li {
  align-items: center;
  color: #999999;
  column-gap: 8px;
  cursor: pointer;
  display: flex;
  display: grid;
  font-size: 16px;
  font-weight: 700;
  grid-template-columns: repeat(2, max-content);
}

passos-card .card ul li.ativo {
  color: #5a5a5a;
  column-gap: 16px;
  cursor: unset;
}

passos-card .card ul li.ativo>div {
  background-color: #00377c !important;
  height: 36px;
  width: 36px;
}

passos-card .card ul li.completo:not(.ativo)>div {
  background-color: #008a17 !important;
}

passos-card .card ul li.completo:not(.ativo)>div i {
  font-size: 16px;
}

passos-card .card ul li>div {
  align-items: center;
  background-color: #005bb6;
  clip-path: circle();
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.passos-page {
  display: grid;
  grid-template-rows: max-content 1fr max-content;
}

.passos-page form {
  display: contents;
}

.passos-page form .container-fluid.page-content {
  display: grid;
  gap: 16px;
  grid-template-columns: max-content 1fr;
  height: unset;
  overflow-y: auto;
  width: 100%;
}

.passos-page form .container-fluid.page-content::before,
.passos-page form .container-fluid.page-content::after {
  content: unset;
}

.passos-page form .container-fluid.page-content .passo-header {
  margin-bottom: 16px;
}

.passos-page form .container-fluid.page-content .passo-header p {
  margin: unset;
}

.passos-page form .container-fluid.page-content .passo-header p.passo-titulo {
  font-size: 16px;
  font-weight: 700;
}

.passos-page form .container-fluid.page-content passos-card>div {
  position: sticky;
  top: 0;
}

.footer-buttons {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px -3px 5px rgba(0,0,0,0.1);
  column-gap: 10px;
  display: flex;
  height: 70px;
  justify-content: flex-end;
  padding-inline: 40px;
  position: relative;
}

.footer-buttons .no-border {
  width: fit-content;
}

.tabs-page {
  display: grid;
  grid-template-rows: max-content 1fr;
}

.tabs-page form {
  display: contents;
}

.tabs-page form .container-fluid.page-content {
  height: unset;
  overflow-y: auto;
  width: 100%;
}

.body-list {
  padding: 0 !important;
}

.body-list .list-group {
  margin-bottom: 0;
}

.body-list .list-group a {
  display: block;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.body-list .list-group a:nth-child(even) {
  background: #f9f9f9;
}

.body-list .list-group a+a {
  border-top: 1px solid #ddd;
}

.body-list .list-group a:visited {
  color: inherit;
}

.body-list .list-group a.active {
  background: #e5ecf5;
}

.body-list .list-group a:last-child {
  border-bottom: 1px solid #ddd;
}

.body-list .list-group a:focus {
  background: #e5ecf5;
}

.body-list .list-group a.selecionada {
  background: #e5ecf5;
}

.body-list .list-group .list-group-item {
  display: flex !important;
  padding: 12px 20px !important;
  border: none;
}

.body-list .list-group .list-group-item+.list-group-item {
  border-top: 1px solid #ddd;
}

.body-list .list-group .list-group-item:hover {
  background: #e5ecf5;
}

.body-list .list-group .list-group-item .list-group-item-content {
  flex: 1;
}

.body-list .list-group .list-group-item .list-group-item-content .list-group-item-heading {
  margin-bottom: 0;
  line-height: 22px;
  font-weight: 700;
}

.body-list .list-group .list-group-item .list-group-item-content .list-group-item-text {
  font-size: 14px;
  line-height: 17px;
}

.body-list .list-group .list-group-item .list-group-item-content .list-group-item-text.regras-title {
  font-size: 16px;
  font-weight: 700;
  color: #363632;
  margin-bottom: 10px;
  margin-top: 0;
}

.body-list .list-group .list-group-item .list-group-item-content .list-group-item-text.titulo-follow-up {
  display: flex;
  align-items: center;
}

.body-list .list-group .list-group-item .list-group-item-content .list-group-item-text.titulo-follow-up i.fas.fa-robot,
.body-list .list-group .list-group-item .list-group-item-content .list-group-item-text.titulo-follow-up nsj-date-picker-ranger i.fa-robot.glyphicon,
nsj-date-picker-ranger .body-list .list-group .list-group-item .list-group-item-content .list-group-item-text.titulo-follow-up i.fa-robot.glyphicon {
  padding-left: 5px;
}

.body-list .list-group .list-group-item .list-group-item-content .list-group-item-grid {
  align-items: center;
  column-gap: 10px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr max-content;
}

.body-list .list-group .list-group-item .list-group-item-content .list-group-item-grid .list-group-item-text i {
  color: #999;
  font-size: 14px;
  line-height: 17px;
}

.body-list .list-group .list-group-item .list-group-item-content .list-group-item-grid i.fas.fa-exclamation-triangle,
.body-list .list-group .list-group-item .list-group-item-content .list-group-item-grid nsj-date-picker-ranger i.fa-exclamation-triangle.glyphicon,
nsj-date-picker-ranger .body-list .list-group .list-group-item .list-group-item-content .list-group-item-grid i.fa-exclamation-triangle.glyphicon {
  color: #999999;
  font-size: 14px;
}

.body-list .list-group .list-group-item .list-group-item-content .list-group-item-note {
  font-size: 12px;
  line-height: 14.4px;
}

.body-list .list-group .list-group-item .list-group-item-content.follow-up-content {
  width: 100%;
}

.body-list .list-group .list-group-item.regras-item {
  padding: 20px !important;
}

.body-list .list-group .img-rounded {
  align-self: center;
}

.body-list .list-group .img-rounded+div {
  padding-left: 10px;
}

.body-list .list-group.list-group-draggable .list-group-item.draggable {
  cursor: grab;
}

.body-list .list-group.list-group-draggable .list-group-item.draggable.dndDragging {
  cursor: grabbing;
}

.body-list .list-group.list-group-draggable .list-group-item-content {
  padding-left: 20px;
}

.body-list .list-group.list-group-draggable .list-group-item-heading {
  line-height: 19.2px;
  font-size: 16px;
  font-weight: 700;
}

.body-list .list-group.list-group-draggable .list-group-item-text {
  line-height: 14.4px;
  font-size: 12px;
}

.body-list .list-group .vendedores-list-header {
  color: #363632;
  font-weight: 700;
  font-size: 14px;
  height: 40px;
  border-bottom: solid 1px #cccccc;
  border-radius: 10px 10px 0 0;
}

.body-list .list-group .vendedores-list-header ul {
  grid-template-columns: 10% 30% 30% 30%;
  display: grid;
  padding: 0;
  height: 100%;
  align-items: center;
}

.body-list .list-group .vendedores-list-header.grid-produtos ul {
  grid-template-columns: 10% 30% 20% 20% 20%;
}

.body-list .list-group .vendedores-list-header.edicao-ativa ul {
  grid-template-columns: 10% 27% 27% 26% 10%;
}

.body-list .list-group .vendedores-list-header.edicao-ativa.grid-produtos ul {
  grid-template-columns: 10% 30% 20% 15% 15% 10%;
}

.body-list .list-group.motivos-alteracao-index-list .text-center.nfound,
.body-list .list-group.motoristas-index-list .text-center.nfound,
.body-list .list-group.equipes-index-list .text-center.nfound {
  padding: 20px;
}

.body-list .empty-list-msg {
  padding: 15px 20px;
}

.body-list.cadastro-index .list-group {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 200px);
}

.body-list.cadastro-index .list-group p.article-loading {
  align-self: center;
}

.body-list.cadastro-index.filter-situacao-open .list-group {
  min-height: calc(100vh - 273px);
}

.body-list .list-group vendedores-item.list-group-item {
  padding: 0px 0px !important;
  flex-wrap: wrap;
  flex-direction: column;
}

.body-list .list-group vendedores-item.list-group-item .list-group-item-content {
  align-items: center;
  border-bottom: 1px solid #dddddd;
  border-radius: inherit;
  display: grid;
  grid-template-columns: 10% 30% 30% 30%;
  grid-template-rows: 40px;
  position: relative;
  width: 100%;
}

.body-list .list-group vendedores-item.list-group-item .list-group-item-content.edicao-ativa.grid-produtos {
  grid-template-rows: 60px;
}

.body-list .list-group vendedores-item.list-group-item .list-group-item-content.grid-produtos {
  grid-template-columns: 10% 30% 20% 20% 20%;
}

.body-list .list-group vendedores-item.list-group-item .list-group-item-content .input-bonificacao-produtos {
  width: 80%;
}

.body-list .list-group vendedores-item.list-group-item .list-group-item-content .show-bonificacoes-container {
  width: 100%;
  height: 100%;
}

.body-list .list-group vendedores-item.list-group-item .list-group-item-content i.fa-chevron-right,
.body-list .list-group vendedores-item.list-group-item .list-group-item-content nsj-date-picker-ranger i.glyphicon.glyphicon-chevron-right,
nsj-date-picker-ranger .body-list .list-group vendedores-item.list-group-item .list-group-item-content i.glyphicon.glyphicon-chevron-right,
.body-list .list-group vendedores-item.list-group-item .list-group-item-content i.fa-chevron-down {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  font-size: 12px;
  height: 100%;
}

.body-list .list-group vendedores-item.list-group-item .list-group-item-content .list-group-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
  line-height: 1.3;
}

.body-list .list-group vendedores-item.list-group-item .list-group-item-content.edicao-ativa {
  grid-template-columns: 10% 27% 27% 26% 10%;
}

.body-list .list-group vendedores-item.list-group-item .list-group-item-content.edicao-ativa.grid-produtos {
  grid-template-columns: 10% 30% 20% 15% 15% 10%;
}

.body-list .list-group vendedores-item.list-group-item nsj-button-dropdown {
  position: absolute;
  right: 0;
}

.body-list .list-group vendedores-item.list-group-item nsj-button-dropdown button {
  border: unset !important;
  background-color: transparent !important;
}

.body-list .list-group vendedores-item.list-group-item nsj-button-dropdown button.btn:active {
  box-shadow: unset;
}

.body-list .list-group vendedores-item.list-group-item nsj-button-dropdown button.btn-default {
  color: #363632 !important;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-header {
  background: rgba(0,0,0,0.05);
  color: #363632;
  font-weight: 700;
  font-size: 14px;
  height: 40px;
  border-bottom: 1px solid #cccccc;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-header ul {
  grid-template-columns: 20% 40% 40%;
  display: grid;
  padding: 0;
  height: 100%;
  align-items: center;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-header.bonificacoes-header-produtos ul {
  grid-template-columns: 15% 20% 15% 15% 17.5% 17.5%;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-header.edicao-ativa ul {
  grid-template-columns: 20% 35% 35% 10%;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-header.edicao-ativa.bonificacoes-header-produtos ul {
  grid-template-columns: 15% 20% 15% 15% 15% 15% 5%;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs {
  height: 40px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: grid;
  grid-template-columns: 20% 40% 40%;
  align-items: center;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs:last-child {
  border-radius: 0 0 10px 10px;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs p {
  margin: 0;
  font-size: 14px;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs.bonificacoes-inputs-produtos {
  grid-template-columns: 15% 20% 15% 15% 17.5% 17.5%;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs.bonificacoes-inputs-produtos input {
  width: 80%;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs.bonificacoes-inputs-produtos p:first-child {
  grid-column-start: 2;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs.edicao-ativa {
  height: 60px;
  grid-template-columns: 20% 35% 35% 10%;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs.edicao-ativa.bonificacoes-inputs-produtos {
  grid-template-columns: 15% 20% 15% 15% 15% 15% 5%;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs p:first-child {
  grid-column-start: 2;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs input {
  width: 35%;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs input:first-child {
  grid-column-start: 2;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset;
  -webkit-text-fill-color: #363632 !important;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs div.input-positivacao {
  display: flex;
  align-items: center;
  grid-column-start: 2;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs div.input-positivacao span {
  margin-left: 10px;
}

.body-list .list-group vendedores-item.list-group-item .bonificacoes-vendedores-list .bonificacoes-inputs:last-child {
  border-bottom: unset;
}

#map {
  height: 252px;
  margin: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.fixedSidebar.sidebarStatic.sidebarOpen .geral {
  margin-left: 270px;
  width: calc(100% - 270px);
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li a .angle {
  padding-right: 10px;
  display: none;
  position: absolute;
  right: 5px;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li>a:after {
  text-transform: none;
}

.fixedSidebar.sidebarOpen .primary-nav .nav>li.dropdown .dropdown-menu>li>a:after {
  text-transform: none;
}

.fixedSidebar.sidebarOpen .primary-nav .nav {
  height: calc(100% - 10px);
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li>a {
  height: 45px;
  padding: 12px 12px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.item-open .dropdown-menu>li>a:after {
  text-transform: none;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.item-open>a:after {
  text-transform: none;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav>li>a .menu-icon {
  font-size: 22px;
  width: 25px;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.item-open>a .menu-icon {
  font-size: 22px;
  width: 25px;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.open ul.dropdown-menu li,
.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.item-open ul.dropdown-menu li,
.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.open.item-open ul.dropdown-menu li {
  padding-left: 0;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.open ul.dropdown-menu li a.menu-item,
.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.item-open ul.dropdown-menu li a.menu-item,
.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.open.item-open ul.dropdown-menu li a.menu-item {
  padding-left: 45px !important;
  padding-top: 9px;
  height: 44px;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.open ul.dropdown-menu li a.menu-item.active-line,
.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.item-open ul.dropdown-menu li a.menu-item.active-line,
.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.open.item-open ul.dropdown-menu li a.menu-item.active-line {
  background-color: #fff !important;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.open.dropdown>a.menu-item,
.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.item-open.dropdown>a.menu-item,
.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.open.item-open.dropdown>a.menu-item {
  cursor: default;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.menu-configuracoes-item {
  border-top: 1px solid rgba(0,0,0,0.1);
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.menu-configuracoes-item ul li a.menu-item {
  background-color: #f1f1f1 !important;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.menu-configuracoes-item.menu-item .menu-icon {
  color: rgba(0,0,0,0.1);
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.menu-configuracoes-item.item-open {
  display: flex !important;
  flex-direction: column-reverse;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.menu-configuracoes-item.item-open .dropdown-menu {
  width: 100% !important;
}

.fixedSidebar .nsj-menu .sidebar-content .primary-nav .nav li.menu-configuracoes-item.item-open .dropdown-menu li a.menu-item {
  background-color: #f1f1f1 !important;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.menu-configuracoes-item.open.item-open a.active-line:before {
  top: 61px !important;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.fixed-bottom.item-open.dropdown .menu-icon {
  bottom: 11px !important;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.fixed-bottom,
.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.config {
  bottom: 0;
  position: absolute !important;
}

@media only screen and (max-width: 991.98px) {
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.fixed-bottom,
  .fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.config {
    width: 100%;
  }
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li:last-child {
  border-bottom: none;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li a.menu-item {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li.dropdown.item-open>ul {
  max-height: 355px;
}

.modal {
  align-items: center;
  display: flex !important;
  justify-content: center;
}

.modal-md {
  width: 60%;
}

@media (min-width: 1200px) {
  .modal-md {
    width: 75%;
  }
}

@media (max-width: 767.9px) {
  .modal-md {
    width: 90%;
  }
}

.modal-sm {
  width: 600px;
}

@media (max-width: 767.9px) {
  .modal-sm {
    width: 90%;
  }
}

.modal-lg {
  width: 90%;
}

.modal-lg.pdf-modal .modal-content {
  height: 100%;
}

.modal-dialog {
  margin: unset;
}

.modal-dialog .modal-content .modal-header {
  align-items: center;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 5;
}

.modal-dialog .modal-content .modal-header .modal-title-content {
  align-items: center;
  display: flex;
}

.modal-dialog .modal-content .modal-header h1.modal-title,
.modal-dialog .modal-content .modal-header h2.modal-title,
.modal-dialog .modal-content .modal-header h3.modal-title,
.modal-dialog .modal-content .modal-header h4.modal-title,
.modal-dialog .modal-content .modal-header h5.modal-title,
.modal-dialog .modal-content .modal-header h6.modal-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.modal-dialog .modal-content .modal-header h1.modal-title .modal-date,
.modal-dialog .modal-content .modal-header h1.modal-title .modal-subtitle,
.modal-dialog .modal-content .modal-header h2.modal-title .modal-date,
.modal-dialog .modal-content .modal-header h2.modal-title .modal-subtitle,
.modal-dialog .modal-content .modal-header h3.modal-title .modal-date,
.modal-dialog .modal-content .modal-header h3.modal-title .modal-subtitle,
.modal-dialog .modal-content .modal-header h4.modal-title .modal-date,
.modal-dialog .modal-content .modal-header h4.modal-title .modal-subtitle,
.modal-dialog .modal-content .modal-header h5.modal-title .modal-date,
.modal-dialog .modal-content .modal-header h5.modal-title .modal-subtitle,
.modal-dialog .modal-content .modal-header h6.modal-title .modal-date,
.modal-dialog .modal-content .modal-header h6.modal-title .modal-subtitle {
  color: #999;
  font-size: 18px;
}

.modal-dialog .modal-content .modal-header nsj-label {
  margin-left: 20px;
}

.modal-dialog .modal-content .modal-header .close {
  color: #999;
  font-size: 26px;
  line-height: 34px;
  margin-left: 20px;
  opacity: 1;
}

.modal-dialog .modal-content .modal-header .close:hover {
  background-color: #fff !important;
  background: none;
  color: #999;
}

.modal-dialog .modal-content .modal-header .close:active {
  box-shadow: none;
}

.modal-dialog .modal-content .modal-footer {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  bottom: 0;
  position: sticky;
  z-index: 2;
}

.modal-dialog .modal-content .modal-header,
.modal-dialog .modal-content .modal-body,
.modal-dialog .modal-content .modal-footer {
  padding: 15px 20px;
}

@media (min-width: 1200px) {
  .modal-dialog .modal-content .modal-body {
    padding-bottom: 0px;
    padding-top: 10px;
  }
}

.modal-dialog .modal-content nsj-toolbar {
  background-color: #fff;
  position: sticky;
  top: 63px;
  z-index: 3;
}

@media only screen and (max-width: 767.9px) {
  .modal-dialog .modal-content nsj-toolbar {
    position: static;
  }
}

.modal-dialog .modal-content nsj-filters div.more-filters {
  background-color: #fff;
  position: sticky;
  top: 63px;
  z-index: 3;
}

.modal-dialog .modal-content nsj-filters+div {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 2;
}

.modal-dialog .modal-content .modal-body .modal-body-content {
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.modal-dialog .modal-content .modal-body .modal-body-content>*:first-child,
.modal-dialog .modal-content .modal-body .modal-body-content>*:first-child nsj-toolbar,
.modal-dialog .modal-content .modal-body .modal-body-content>*:first-child .more-filters,
.modal-dialog .modal-content .modal-body .modal-body-content>*:first-child .more-filters .flex-filter {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.modal-dialog .modal-content .modal-body .modal-body-content>*:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.modal-dialog .modal-content .modal-body .modal-body-content .container-table {
  max-height: calc(100vh - 320px);
  overflow-y: auto;
}

.modal-dialog .modal-content .modal-body .modal-body-content .container-table .table-header-actions {
  padding: 15px 20px;
}

.modal-dialog .modal-content .modal-body .modal-body-content .container-table .table {
  border: unset;
  margin-bottom: unset;
}

@media screen and (min-width: 992px) {
  .modal-dialog .modal-content .modal-body .modal-body-content .container-table .table thead tr,
  .modal-dialog .modal-content .modal-body .modal-body-content .container-table .table tbody tr {
    position: static;
  }

  .modal-dialog .modal-content .modal-body .modal-body-content .container-table .table thead tr th {
    position: sticky;
    top: 0;
    z-index: 4;
  }

  .modal-dialog .modal-content .modal-body .modal-body-content .container-table .table tbody tr,
  .modal-dialog .modal-content .modal-body .modal-body-content .container-table .table tbody td,
  .modal-dialog .modal-content .modal-body .modal-body-content .container-table .table tfoot tr,
  .modal-dialog .modal-content .modal-body .modal-body-content .container-table .table tfoot td {
    border-bottom: unset;
  }

  .modal-dialog .modal-content .modal-body .modal-body-content .container-table .table tbody tr .table-btns-actions,
  .modal-dialog .modal-content .modal-body .modal-body-content .container-table .table tbody td .table-btns-actions,
  .modal-dialog .modal-content .modal-body .modal-body-content .container-table .table tfoot tr .table-btns-actions,
  .modal-dialog .modal-content .modal-body .modal-body-content .container-table .table tfoot td .table-btns-actions {
    z-index: 3;
  }
}

.modal-dialog .modal-content .modal-body .modal-body-content .container-table .table tfoot tr {
  background: #fff;
}

.loading-modal {
  height: calc(100vh - 60px);
}

.loading-modal .content-modal {
  align-items: center;
  display: flex;
  height: 100%;
}

.vincular-produtos-modal.modal-body {
  padding: unset;
}

.vincular-produtos-modal.modal-body .modal-content {
  margin: unset;
}

.dialog-modal .modal-dialog .modal-content .modal-body,
.confirm-status-change-modal .modal-dialog .modal-content .modal-body,
.confirm-delete-modal .modal-dialog .modal-content .modal-body {
  padding-top: 20px;
}

.dialog-modal .modal-dialog .modal-content .modal-footer,
.confirm-status-change-modal .modal-dialog .modal-content .modal-footer,
.confirm-delete-modal .modal-dialog .modal-content .modal-footer {
  border-top: unset;
  padding-bottom: 20px;
}

.selecao-clientes-modal nsj-filters .flex-filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.selecao-clientes-modal nsj-filters .flex-filter nsj-toolbar {
  border-bottom: unset;
}

.selecao-clientes-modal nsj-table table.table thead {
  position: unset;
}

.selecao-clientes-modal nsj-table table.table thead tr {
  position: unset !important;
}

.selecao-clientes-modal nsj-table table.table thead tr th {
  position: unset !important;
}

.alert-modal.modal.input-modal .modal-dialog {
  grid-template-columns: 342px;
}

.alert-modal.modal .modal-dialog {
  align-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: 600px;
  height: 100%;
  justify-content: center;
  margin: unset;
  width: 100%;
}

@media screen and (max-width: 991.9px) {
  .alert-modal.modal .modal-dialog {
    grid-template-columns: calc(100% - 40px);
  }
}

.alert-modal.modal .modal-dialog .modal-content {
  border-radius: 10px;
  padding: 16px 20px;
}

.alert-modal.modal .modal-dialog .modal-content .modal-body,
.alert-modal.modal .modal-dialog .modal-content .modal-footer {
  padding: unset !important;
}

.alert-modal.modal .modal-dialog .modal-content .modal-footer {
  border-radius: 0 0 10px 10px;
  border-top: unset;
}

.panel {
  box-shadow: none;
  border-radius: 10px;
}

.panel nsj-toolbar .toolbar {
  height: 39px;
}

.panel nsj-toolbar .toolbar .clearfix {
  align-items: center;
}

.panel nsj-toolbar input[type='text'] {
  height: 39px;
}

.panel .panel-body,
.panel .panel-footer {
  padding: 20px;
}

.panel .panel-heading {
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 10px 10px 0 0;
}

.panel .panel-heading.panel-heading-filter {
  padding: 0;
  border: none;
}

.panel .panel-heading .panel-title {
  padding: 10px 0;
}

.panel .panel-heading nsj-toolbar {
  padding: 8px 0;
}

.panel .panel-body .list-group {
  height: inherit;
}

.panel .panel-body .list-group .empty-list-msg {
  height: inherit;
  display: flex;
  align-items: center;
}

.panel .panel-body.panel-body-chart {
  max-height: calc(100vh - 227px);
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  min-height: 100px;
}

@media only screen and (max-width: 991.98px) and (min-width: 768px) {
  .panel .panel-body.panel-body-chart {
    padding: 10px 20px 5px 20px;
  }

  .panel .panel-body.panel-body-chart::-webkit-scrollbar {
    width: 9px;
  }

  .panel .panel-body.panel-body-chart::-webkit-scrollbar-thumb {
    border-radius: 9px;
  }
}

.panel .panel-body.panel-body-chart .panel-body-chart-content {
  min-height: 100px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  height: fit-content;
}

@media (max-width: 767px) {
  .panel .panel-body.panel-body-chart .panel-body-chart-content {
    width: 100%;
    margin-bottom: 5%;
  }

  .panel .panel-body.panel-body-chart .panel-body-chart-content:last-child {
    margin-bottom: 0;
  }

  .panel .panel-body.panel-body-chart .panel-body-chart-content+div {
    border-top: 1px solid #ddd;
  }
}

@media (min-width: 768px) {
  .panel .panel-body.panel-body-chart .panel-body-chart-content {
    width: 49%;
  }

  .panel .panel-body.panel-body-chart .panel-body-chart-content:nth-of-type(even) {
    margin-left: 2%;
  }
}

.panel .panel-body.panel-body-chart .panel-body-chart-content .chart-title-content {
  margin-bottom: 20px;
}

.panel .panel-body.panel-body-chart .panel-body-chart-content .chart-title-content h4 {
  font-weight: 600;
}

.panel .panel-body.panel-body-chart .panel-body-chart-content .chart-title-content h4.chart-title {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.panel .panel-body.panel-body-chart .panel-body-chart-content .chart-title-content h4.chart-subtitle {
  margin-top: 5px;
  font-size: 16px;
  line-height: 19.2px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.panel .panel-body.panel-body-chart .panel-body-chart-content .chart-title-content h4.chart-subtitle .chart-date {
  font-size: 14px;
  color: #999;
}

.panel .panel-body.panel-body-chart .panel-body-chart-content .chart-action-btn-content {
  display: flex;
  justify-content: center;
}

.panel .panel-body.panel-body-chart p.text-center.nfound {
  align-self: center;
  width: 100%;
}

.panel .panel-body.panel-body-chart.panel-body-chart-min-height {
  min-height: calc(100vh - 227px);
}

.panel .panel-body.followup-list {
  align-items: center;
  display: flex;
  max-height: calc(100vh - 227px);
  min-height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
}

.panel .panel-body.followup-list .list-group {
  max-height: calc(100vh - 227px);
  width: 100%;
}

.panel .panel-body.followup-list.followup-list-min-height {
  min-height: auto;
}

@media only screen and (max-width: 991.98px) and (min-width: 768px) {
  .panel .panel-body.followup-list::-webkit-scrollbar {
    width: 9px;
  }

  .panel .panel-body.followup-list::-webkit-scrollbar-thumb {
    border-radius: 9px;
  }
}

.panel .panel-body.panel-body-geolocalizacao {
  border-top: 1px solid #ddd;
}

.panel .panel-heading-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  flex-wrap: wrap;
}

.panel .panel-heading-tab .nav.nav-tabs {
  flex: 1;
  padding: 10px 20px 0 10px;
  background: #fff;
}

.panel .panel-heading-tab .nav.nav-tabs li {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.panel .panel-heading-tab .nav.nav-tabs a.nav-title {
  font-weight: 700;
  color: #363632;
  border-radius: 10px 10px 0 0;
}

.panel .panel-heading-tab .panel-heading-tab-btn {
  border-bottom: 1px solid #ddd;
}

.panel .panel-heading-tab .panel-heading-tab-btn button {
  margin: 9px 20px;
}

.panel .tab-content table {
  border: none;
  margin-bottom: 0px;
}

.panel.panel-default.panel-modal-show-more {
  background-color: #fff !important;
}

.panel.panel-default.panel-modal-show-more .tab-content {
  max-height: calc(100vh - 385px);
}

.panel.panel-default.panel-modal-show-more .tab-content.entregas {
  overflow: auto;
  background: #fff;
}

.panel.panel-default.panel-modal-show-more .tab-content.entregas .entregas-table-show-more {
  margin: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.panel.panel-default.panel-modal-show-more .tab-content.entregas .entregas-table-show-more table tbody tr:last-child td {
  border-bottom: none;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .panel.panel-default.panel-modal-show-more .tab-content.entregas::-webkit-scrollbar {
    width: 7px;
  }

  .panel.panel-default.panel-modal-show-more .tab-content.entregas::-webkit-scrollbar-thumb {
    border-radius: 7px;
  }
}

.panel.panel-default.panel-modal-show-more .panel-heading-tab .nav.nav-tabs {
  background-color: #fff;
}

.panel.panel-default.panel-modal-show-more .panel-heading-tab .nav.nav-tabs .nav-title.nav-entregas {
  display: flex;
}

.panel.panel-default.panel-modal-show-more .panel-heading-tab .nav.nav-tabs .nav-title.nav-entregas .qtd-entregas-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 19px;
  padding: 3px 6px;
  margin-left: 10px;
  background: #363632;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}

.panel.panel-default.panel-with-tabs {
  border-top: none;
  border-right: none;
  border-left: none;
}

.panel.panel-default.panel-with-tabs .panel-heading-tab {
  width: fit-content;
  background-color: #fff;
}

.panel.panel-default.panel-with-tabs .panel-heading-tab ul.nav.nav-tabs {
  padding: 0;
  display: flex;
  align-items: flex-end;
}

.panel.panel-default.panel-with-tabs .panel-heading-tab ul.nav.nav-tabs>li.active>a {
  padding-top: 15px;
  padding-bottom: 11px;
  border-bottom: unset !important;
  margin-bottom: -2px;
  background-color: #fff;
}

.panel.panel-default.panel-with-tabs .panel-heading-tab ul.nav.nav-tabs>li>a {
  border: 1px solid #ddd !important;
  background-color: #eaeaea;
  margin-right: 0.5px;
}

.panel.panel-default.panel-with-tabs .tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-radius: 0 10px 10px 10px;
  padding: 20px;
}

.panel.panel-default.panel-with-tabs.panel-tabs-modal-entrega {
  background: #fff;
}

.panel.panel-default.panel-with-tabs.panel-tabs-modal-entrega .nav.nav-tabs {
  background-color: inherit;
}

.panel-horizontal {
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  color: #fff;
}

.panel-horizontal.default {
  background: #fff;
  color: #363632;
}

.panel-horizontal.default div.panel-horizontal-icon-content {
  background: #d9d9d9;
}

.panel-horizontal.default div.panel-horizontal-content p.panel-horizontal-title {
  color: #ff8c38;
  font-size: 26px;
}

.panel-horizontal.default.gray div.panel-horizontal-content p.panel-horizontal-title {
  color: #363632;
}

.panel-horizontal.default.green div.panel-horizontal-content p.panel-horizontal-title {
  color: #008a17;
}

.panel-horizontal.default.red div.panel-horizontal-content p.panel-horizontal-title {
  color: #dc3545;
}

.panel-horizontal.default.info div.panel-horizontal-content p.panel-horizontal-title {
  color: #31b0d5;
}

.panel-horizontal.primary {
  background: #002e68;
}

.panel-horizontal.primary div.panel-horizontal-icon-content {
  background: #00142d;
}

.panel-horizontal.success {
  background: #008a17;
}

.panel-horizontal.success div.panel-horizontal-icon-content {
  background: #1e7d34;
}

.panel-horizontal.warning {
  background: #ffa800;
}

.panel-horizontal.warning div.panel-horizontal-icon-content {
  background: #b37600;
}

.panel-horizontal.danger {
  background: #c00;
}

.panel-horizontal.danger div.panel-horizontal-icon-content {
  background: maroon;
}

.panel-horizontal div.panel-horizontal-icon-content {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0 0 4px;
}

.panel-horizontal div.panel-horizontal-icon-content i.panel-horizontal-icon {
  font-size: 24px;
}

.panel-horizontal div.panel-horizontal-content {
  flex: 1;
  padding: 12px;
  text-align: right;
}

.panel-horizontal div.panel-horizontal-content p {
  margin: 0;
  font-weight: 700;
}

.panel-horizontal div.panel-horizontal-content p.panel-horizontal-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}

.panel-horizontal div.panel-horizontal-content p.panel-horizontal-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
}

.panel-horizontal div.panel-horizontal-content p.panel-horizontal-title span b {
  font-size: 26px;
}

.panel-horizontal div.panel-horizontal-content p.panel-horizontal-title span {
  font-size: 18px;
}

.panel-horizontal div.panel-horizontal-content small {
  color: rgba(90,90,90,0.75);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
}

.panel-resume-line {
  border-bottom: 1px solid #ddd;
}

.panel-resume-line .panel-resume {
  display: flex;
  flex-direction: row;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 20px;
}

.panel-resume-line .panel-resume .resume-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  padding: 10px 20px;
}

.panel-resume-line .panel-resume .resume-card:not(:last-child) {
  border-right: 1px solid #ddd;
}

.panel-resume-line .panel-resume .resume-card p {
  font-weight: 700;
  font-family: 'PT Sans Narrow';
  margin: 0;
}

.panel-resume-line .panel-resume .resume-card p.resume-card-title {
  font-size: 18px;
  line-height: 23px;
}

.panel-resume-line .panel-resume .resume-card p.resume-card-info {
  font-size: 24px;
  line-height: 31px;
}

.ranking-produtos-index .panel-resume-line,
.ranking-clientes-index .panel-resume-line,
.ranking-vendedores-index .panel-resume-line {
  margin-bottom: 20px;
}

table.table.nsj-table:not(.nsj-table) tbody tr:hover td,
table.nsj-table.table tbody tr:hover td,
table.table:not(.nsj-table) tbody tr:hover td {
  background-color: #e5ecf5;
}

@media only screen and (max-width: 991.9px) {
  table.table.nsj-table:not(.nsj-table) tbody tr:hover td,
  table.nsj-table.table tbody tr:hover td,
  table.table:not(.nsj-table) tbody tr:hover td {
    background-color: #fff;
  }
}

nsj-table.table-rounded table.table.nsj-table {
  border: unset !important;
  margin-bottom: unset;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table thead,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table thead tr:first-child,
nsj-table.table-rounded table.table.nsj-table thead tr.ng-hide:first-child+tr,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table thead tr:first-child>:first-child,
nsj-table.table-rounded table.table.nsj-table thead tr.ng-hide:first-child+tr>:first-child,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:first-child,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:first-child {
  border-top-left-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table thead tr:first-child>:last-child,
nsj-table.table-rounded table.table.nsj-table thead tr.ng-hide:first-child+tr>:last-child,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:last-child,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:last-child {
  border-top-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table thead tr:first-child>td.state-empty,
nsj-table.table-rounded table.table.nsj-table thead tr.ng-hide:first-child+tr>td.state-empty,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>td.state-empty,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>td.state-empty {
  border-top: unset !important;
}

nsj-table.table-rounded table.table.nsj-table tbody,
nsj-table.table-rounded table.table.nsj-table tfoot {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table tbody tr:last-child,
nsj-table.table-rounded table.table.nsj-table tfoot tr:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table tbody tr:last-child>:first-child,
nsj-table.table-rounded table.table.nsj-table tfoot tr:last-child>:first-child {
  border-bottom-left-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table tbody tr:last-child>:last-child,
nsj-table.table-rounded table.table.nsj-table tbody tr:last-child .nsjtable-buttondropdown,
nsj-table.table-rounded table.table.nsj-table tfoot tr:last-child>:last-child,
nsj-table.table-rounded table.table.nsj-table tfoot tr:last-child .nsjtable-buttondropdown {
  border-bottom-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table tbody tr:last-child td,
nsj-table.table-rounded table.table.nsj-table tfoot tr:last-child td {
  border-bottom: unset;
}

@media only screen and (min-width: 992px) {
  nsj-table.table-rounded {
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #dddddd;
    margin: 0px 20px 20px;
  }
}

nsj-table.table-rounded.table-list {
  border-left: 4px solid #00367a !important;
}

.two-line-column {
  display: grid;
  gap: 6px;
  grid-template-rows: min-content min-content;
}

custom-table-column {
  align-items: center;
  display: grid;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  grid-template-columns: min-content;
}

custom-table-column ng-transclude:empty {
  display: none;
}

custom-table-column>ng-transclude:not(:empty) {
  margin-right: 10px;
}

custom-table-column>div {
  display: grid;
  gap: 6px;
  grid-auto-flow: row;
  grid-auto-rows: min-content;
  grid-column: 2;
  grid-template-rows: min-content;
}

custom-table-column>div>div {
  display: grid;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  grid-template-columns: auto;
}

custom-table-column>div>div>ng-transclude:not(:empty) {
  margin-left: 10px;
}

custom-table-column i {
  color: #999;
  font-size: 14px;
}

custom-table-column p.custom-table-column-titulo,
custom-table-column p.custom-table-column-valor {
  display: block !important;
  margin: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

custom-table-column p.custom-table-column-titulo.custom-table-column-titulo,
custom-table-column p.custom-table-column-valor.custom-table-column-titulo {
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

custom-table-column p.custom-table-column-titulo.custom-table-column-valor,
custom-table-column p.custom-table-column-valor.custom-table-column-valor {
  font-size: 14px;
  line-height: 20px;
}

custom-table-column p.custom-table-column-titulo.custom-table-column-valor.primary,
custom-table-column p.custom-table-column-valor.custom-table-column-valor.primary {
  font-weight: 700;
  color: #00459b;
}

nsj-table[hide-header-table] table.bulk-actions tr th:first-child,
nsj-table[hide-header-table] table.bulk-actions tr td:first-child {
  padding-left: 20px;
}

table.table:not(.nsj-table) thead tr th,
table.nsj-table.table thead tr th {
  color: #363632 !important;
}

table.table:not(.nsj-table) thead tr th span+i,
table.nsj-table.table thead tr th span+i {
  color: #363632;
  font-size: 14px;
  line-height: 16px;
  margin-left: 4px;
}

table.table:not(.nsj-table) tbody tr,
table.nsj-table.table tbody tr {
  position: relative;
}

table.table:not(.nsj-table) tbody tr.checked-line td,
table.nsj-table.table tbody tr.checked-line td {
  background-color: #e5ecf5;
}

table.table:not(.nsj-table) tbody tr.checked-line td .table-btns-actions .actions-buttons,
table.nsj-table.table tbody tr.checked-line td .table-btns-actions .actions-buttons {
  background-color: #e5ecf5;
}

table.table:not(.nsj-table).nsj-table tr td,
table.table:not(.nsj-table).nsj-table tr th,
table.nsj-table.table.nsj-table tr td,
table.nsj-table.table.nsj-table tr th {
  padding: 8px 20px;
}

table.table:not(.nsj-table).nsj-table tr td.actions::after,
table.table:not(.nsj-table).nsj-table tr td.nsjtable-buttondropdown::after,
table.table:not(.nsj-table).nsj-table tr td.has-label-head::after,
table.table:not(.nsj-table).nsj-table tr td:last-child::after,
table.table:not(.nsj-table).nsj-table tr th.actions::after,
table.table:not(.nsj-table).nsj-table tr th.nsjtable-buttondropdown::after,
table.table:not(.nsj-table).nsj-table tr th.has-label-head::after,
table.table:not(.nsj-table).nsj-table tr th:last-child::after,
table.nsj-table.table.nsj-table tr td.actions::after,
table.nsj-table.table.nsj-table tr td.nsjtable-buttondropdown::after,
table.nsj-table.table.nsj-table tr td.has-label-head::after,
table.nsj-table.table.nsj-table tr td:last-child::after,
table.nsj-table.table.nsj-table tr th.actions::after,
table.nsj-table.table.nsj-table tr th.nsjtable-buttondropdown::after,
table.nsj-table.table.nsj-table tr th.has-label-head::after,
table.nsj-table.table.nsj-table tr th:last-child::after {
  content: unset !important;
  border-right: unset !important;
}

table.table:not(.nsj-table).nsj-table:not(.btns-actions) tbody tr td:last-child,
table.nsj-table.table.nsj-table:not(.btns-actions) tbody tr td:last-child {
  padding: unset;
  width: 0;
}

table.table:not(.nsj-table).nsj-table:not(.btns-actions) tbody tr td:nth-last-child(2),
table.nsj-table.table.nsj-table:not(.btns-actions) tbody tr td:nth-last-child(2) {
  border-right: none !important;
}

table.table:not(.nsj-table):not(.nsj-table) tr td,
table.table:not(.nsj-table):not(.nsj-table) tr th,
table.nsj-table.table:not(.nsj-table) tr td,
table.nsj-table.table:not(.nsj-table) tr th {
  padding: 8px 20px;
}

table.table:not(.nsj-table):not(.nsj-table) tr td.actions::after,
table.table:not(.nsj-table):not(.nsj-table) tr td.nsjtable-buttondropdown::after,
table.table:not(.nsj-table):not(.nsj-table) tr td.has-label-head::after,
table.table:not(.nsj-table):not(.nsj-table) tr td:last-child::after,
table.table:not(.nsj-table):not(.nsj-table) tr th.actions::after,
table.table:not(.nsj-table):not(.nsj-table) tr th.nsjtable-buttondropdown::after,
table.table:not(.nsj-table):not(.nsj-table) tr th.has-label-head::after,
table.table:not(.nsj-table):not(.nsj-table) tr th:last-child::after,
table.nsj-table.table:not(.nsj-table) tr td.actions::after,
table.nsj-table.table:not(.nsj-table) tr td.nsjtable-buttondropdown::after,
table.nsj-table.table:not(.nsj-table) tr td.has-label-head::after,
table.nsj-table.table:not(.nsj-table) tr td:last-child::after,
table.nsj-table.table:not(.nsj-table) tr th.actions::after,
table.nsj-table.table:not(.nsj-table) tr th.nsjtable-buttondropdown::after,
table.nsj-table.table:not(.nsj-table) tr th.has-label-head::after,
table.nsj-table.table:not(.nsj-table) tr th:last-child::after {
  content: unset !important;
  border-right: unset !important;
}

@media screen and (min-width: 992px) {
  nsj-table:not(.table-list) table.nsj-table tr td:not(:nth-last-child(-n+2)),
  table:not(.nsj-table).nsj-table tr td:not(:nth-last-child(-n+2)) {
    position: relative;
  }

  nsj-table:not(.table-list) table.nsj-table tr td:not(:nth-last-child(-n+2))::after,
  table:not(.nsj-table).nsj-table tr td:not(:nth-last-child(-n+2))::after {
    border-right: 1px solid rgba(0,0,0,0.05);
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }

  nsj-table:not(.table-list) table.nsj-table tr th:not(:nth-last-child(-n+1)),
  table:not(.nsj-table).nsj-table tr th:not(:nth-last-child(-n+1)) {
    position: relative;
  }

  nsj-table:not(.table-list) table.nsj-table tr th:not(:nth-last-child(-n+1))::after,
  table:not(.nsj-table).nsj-table tr th:not(:nth-last-child(-n+1))::after {
    border-right: 1px solid rgba(0,0,0,0.05);
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  nsj-table:not(.table-list) table:not(.nsj-table) tr td:not(:nth-last-child(-n+1)),
  table:not(.nsj-table):not(.nsj-table) tr td:not(:nth-last-child(-n+1)) {
    position: relative;
  }

  nsj-table:not(.table-list) table:not(.nsj-table) tr td:not(:nth-last-child(-n+1))::after,
  table:not(.nsj-table):not(.nsj-table) tr td:not(:nth-last-child(-n+1))::after {
    border-right: 1px solid rgba(0,0,0,0.05);
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }

  nsj-table:not(.table-list) table:not(.nsj-table) tr th:not(:nth-last-child(-n+0)),
  table:not(.nsj-table):not(.nsj-table) tr th:not(:nth-last-child(-n+0)) {
    position: relative;
  }

  nsj-table:not(.table-list) table:not(.nsj-table) tr th:not(:nth-last-child(-n+0))::after,
  table:not(.nsj-table):not(.nsj-table) tr th:not(:nth-last-child(-n+0))::after {
    border-right: 1px solid rgba(0,0,0,0.05);
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}

.table-header-actions {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: flex;
  padding: 10px 20px;
}

.table-header-actions nsj-checkbox {
  border-right: 1px solid #ddd;
  margin-right: 10px;
  padding: 0 20px 0 0;
}

.table-header-actions nsj-checkbox .checkbox {
  margin: 0;
}

.table-header-actions nsj-checkbox .checkbox.custom-checkbox {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
}

.table-header-actions nsj-checkbox .checkbox.custom-checkbox label {
  display: flex;
  height: 100%;
}

.table-header-actions li.action a.btn {
  font-size: 14px !important;
}

.table-header-actions li.action a.btn:hover {
  color: #ab1818 !important;
}

.table-header-actions nsj-action li.action .btn:active,
.table-header-actions nsj-action li.action .btn.active {
  box-shadow: none;
}

nsj-table table .custom-circle-image {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  height: 60px;
  overflow: hidden;
  padding: 3px;
  width: 60px;
}

nsj-table table .custom-circle-image img {
  border-radius: 50%;
  width: 100%;
}

.vendedores-modal-table .nsj-table.table.bulk-actions tr td:nth-child(2),
.vendedores-modal-table .nsj-table.table.bulk-actions tr th:nth-child(2),
.vendedores-modal-table.table.bulk-actions tr td:nth-child(2),
.vendedores-modal-table.table.bulk-actions tr th:nth-child(2),
.lista-participantes table.nsj-table.table.bulk-actions tr td:nth-child(2),
.lista-participantes table.nsj-table.table.bulk-actions tr th:nth-child(2) {
  border-right: unset;
  padding-right: unset;
  width: 80px;
}

@media only screen and (max-width: 991.9px) {
  .vendedores-modal-table .nsj-table.table.bulk-actions tr td:nth-child(2),
  .vendedores-modal-table .nsj-table.table.bulk-actions tr th:nth-child(2),
  .vendedores-modal-table.table.bulk-actions tr td:nth-child(2),
  .vendedores-modal-table.table.bulk-actions tr th:nth-child(2),
  .lista-participantes table.nsj-table.table.bulk-actions tr td:nth-child(2),
  .lista-participantes table.nsj-table.table.bulk-actions tr th:nth-child(2) {
    width: unset;
  }
}

.vendedores-modal-table .nsj-table.table:not(.bulk-actions) tr td:nth-child(1),
.vendedores-modal-table .nsj-table.table:not(.bulk-actions) tr th:nth-child(1),
.vendedores-modal-table.table:not(.bulk-actions) tr td:nth-child(1),
.vendedores-modal-table.table:not(.bulk-actions) tr th:nth-child(1),
.lista-participantes table.nsj-table.table:not(.bulk-actions) tr td:nth-child(1),
.lista-participantes table.nsj-table.table:not(.bulk-actions) tr th:nth-child(1) {
  border-right: unset;
  padding-right: unset;
  width: 80px;
}

@media only screen and (max-width: 991.9px) {
  .vendedores-modal-table .nsj-table.table:not(.bulk-actions) tr td:nth-child(1),
  .vendedores-modal-table .nsj-table.table:not(.bulk-actions) tr th:nth-child(1),
  .vendedores-modal-table.table:not(.bulk-actions) tr td:nth-child(1),
  .vendedores-modal-table.table:not(.bulk-actions) tr th:nth-child(1),
  .lista-participantes table.nsj-table.table:not(.bulk-actions) tr td:nth-child(1),
  .lista-participantes table.nsj-table.table:not(.bulk-actions) tr th:nth-child(1) {
    width: unset;
  }
}

.agendamentos-table table.table {
  position: static;
}

.agendamentos-table table.table tbody tr td:first-child .nsj-table-cust-collumn-wrapper {
  align-items: center;
  display: grid !important;
  grid-template-columns: 1fr max-content;
}

@media only screen and (min-width: 768px) {
  .agendamentos-table table.table tbody tr td div span div,
  .agendamentos-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .agendamentos-table table.table tbody tr td:nth-last-child(8) nsj-label {
    display: none;
  }
}

@media only screen and (max-width: 991.9px) {
  .agendamentos-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 8;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .agendamentos-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .agendamentos-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .agendamentos-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .agendamentos-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .agendamentos-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .agendamentos-table table.table tbody {
    flex-wrap: wrap;
  }

  .agendamentos-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .agendamentos-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .agendamentos-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .agendamentos-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .agendamentos-table table.table tbody tr td::before {
    content: unset !important;
  }

  .agendamentos-table table.table tbody tr td:nth-last-child(8) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .agendamentos-table table.table tbody tr td:nth-last-child(8)>span {
    display: none;
  }

  .agendamentos-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .agendamentos-table table.table tbody tr td:not(:nth-last-child(8)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .agendamentos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7) {
    line-height: 16.8px;
  }

  .agendamentos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7)>div {
    padding-left: 3px;
  }

  .agendamentos-table table.table tbody tr td:nth-last-child(2) {
    display: none !important;
  }

  .agendamentos-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .agendamentos-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .agendamentos-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .agendamentos-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .agendamentos-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .agendamentos-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.agendamentos-table tbody tr td:nth-last-child(-n+3) {
  max-width: max-content !important;
}

.agendamentos-table tbody tr td:nth-last-child(-n+3)::after {
  content: unset !important;
}

.compras-table table.table {
  position: static;
}

.compras-table table.table tbody tr td:first-child .nsj-table-cust-collumn-wrapper {
  align-items: center;
  display: grid !important;
  grid-template-columns: 1fr max-content;
}

@media only screen and (min-width: 768px) {
  .compras-table table.table tbody tr td div span div,
  .compras-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .compras-table table.table tbody tr td:nth-last-child(9) nsj-label {
    display: none;
  }
}

@media only screen and (max-width: 991.9px) {
  .compras-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 9;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .compras-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .compras-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .compras-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .compras-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .compras-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .compras-table table.table tbody {
    flex-wrap: wrap;
  }

  .compras-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .compras-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .compras-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .compras-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .compras-table table.table tbody tr td::before {
    content: unset !important;
  }

  .compras-table table.table tbody tr td:nth-last-child(9) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .compras-table table.table tbody tr td:nth-last-child(9)>span {
    display: none;
  }

  .compras-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .compras-table table.table tbody tr td:not(:nth-last-child(9)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .compras-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+8) {
    line-height: 16.8px;
  }

  .compras-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+8)>div {
    padding-left: 3px;
  }

  .compras-table table.table tbody tr td:nth-last-child(2) {
    display: none !important;
  }

  .compras-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .compras-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .compras-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .compras-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .compras-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .compras-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.compras-table table.table tr th:nth-last-child(3) {
  text-align: right;
}

.compras-table table.table tr td:nth-last-child(4) {
  text-align: right;
}

.regras-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .regras-table table.table tbody tr td div span div,
  .regras-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .regras-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 3;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .regras-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .regras-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .regras-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .regras-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .regras-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .regras-table table.table tbody {
    flex-wrap: wrap;
  }

  .regras-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .regras-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .regras-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .regras-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .regras-table table.table tbody tr td::before {
    content: unset !important;
  }

  .regras-table table.table tbody tr td:nth-last-child(3) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .regras-table table.table tbody tr td:nth-last-child(3)>span {
    display: none;
  }

  .regras-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .regras-table table.table tbody tr td:not(:nth-last-child(3)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .regras-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+2) {
    line-height: 16.8px;
  }

  .regras-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+2)>div {
    padding-left: 3px;
  }

  .regras-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .regras-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .regras-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .regras-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .regras-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .regras-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.regras-table table.table.nsj-table {
  border: unset !important;
  margin-bottom: unset;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.regras-table table.table.nsj-table thead,
.regras-table table.table.nsj-table tbody:not(:has(tr))+tfoot {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.regras-table table.table.nsj-table thead tr:first-child,
.regras-table table.table.nsj-table thead tr.ng-hide:first-child+tr,
.regras-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child,
.regras-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.regras-table table.table.nsj-table thead tr:first-child>:first-child,
.regras-table table.table.nsj-table thead tr.ng-hide:first-child+tr>:first-child,
.regras-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:first-child,
.regras-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:first-child {
  border-top-left-radius: 10px;
}

.regras-table table.table.nsj-table thead tr:first-child>:last-child,
.regras-table table.table.nsj-table thead tr.ng-hide:first-child+tr>:last-child,
.regras-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:last-child,
.regras-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:last-child {
  border-top-right-radius: 10px;
}

.regras-table table.table.nsj-table thead tr:first-child>td.state-empty,
.regras-table table.table.nsj-table thead tr.ng-hide:first-child+tr>td.state-empty,
.regras-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>td.state-empty,
.regras-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>td.state-empty {
  border-top: unset !important;
}

.regras-table table.table.nsj-table tbody,
.regras-table table.table.nsj-table tfoot {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.regras-table table.table.nsj-table tbody tr:last-child,
.regras-table table.table.nsj-table tfoot tr:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.regras-table table.table.nsj-table tbody tr:last-child>:first-child,
.regras-table table.table.nsj-table tfoot tr:last-child>:first-child {
  border-bottom-left-radius: 10px;
}

.regras-table table.table.nsj-table tbody tr:last-child>:last-child,
.regras-table table.table.nsj-table tbody tr:last-child .nsjtable-buttondropdown,
.regras-table table.table.nsj-table tfoot tr:last-child>:last-child,
.regras-table table.table.nsj-table tfoot tr:last-child .nsjtable-buttondropdown {
  border-bottom-right-radius: 10px;
}

.regras-table table.table.nsj-table tbody tr:last-child :nth-last-child(2),
.regras-table table.table.nsj-table tfoot tr:last-child :nth-last-child(2) {
  border-bottom-right-radius: 10px;
}

.regras-table table.table.nsj-table tbody tr:last-child td,
.regras-table table.table.nsj-table tfoot tr:last-child td {
  border-bottom: unset;
}

@media only screen and (min-width: 992px) {
  .regras-table {
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #dddddd;
  }
}

.regras-table-adicionar table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .regras-table-adicionar table.table tbody tr td div span div,
  .regras-table-adicionar table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .regras-table-adicionar table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 3;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .regras-table-adicionar table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .regras-table-adicionar table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .regras-table-adicionar table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .regras-table-adicionar table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .regras-table-adicionar table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .regras-table-adicionar table.table tbody {
    flex-wrap: wrap;
  }

  .regras-table-adicionar table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .regras-table-adicionar table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .regras-table-adicionar table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .regras-table-adicionar table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .regras-table-adicionar table.table tbody tr td::before {
    content: unset !important;
  }

  .regras-table-adicionar table.table tbody tr td:nth-last-child(3) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .regras-table-adicionar table.table tbody tr td:nth-last-child(3)>span {
    display: none;
  }

  .regras-table-adicionar table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .regras-table-adicionar table.table tbody tr td:not(:nth-last-child(3)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .regras-table-adicionar table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+2) {
    line-height: 16.8px;
  }

  .regras-table-adicionar table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+2)>div {
    padding-left: 3px;
  }

  .regras-table-adicionar table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .regras-table-adicionar table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .regras-table-adicionar table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .regras-table-adicionar table.table tbody tr td>span {
    font-weight: 700;
  }

  .regras-table-adicionar table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .regras-table-adicionar table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.vendedores-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .vendedores-table table.table tbody tr td div span div,
  .vendedores-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .vendedores-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 3;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .vendedores-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .vendedores-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .vendedores-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .vendedores-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .vendedores-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .vendedores-table table.table tbody {
    flex-wrap: wrap;
  }

  .vendedores-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .vendedores-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .vendedores-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .vendedores-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .vendedores-table table.table tbody tr td::before {
    content: unset !important;
  }

  .vendedores-table table.table tbody tr td:nth-last-child(3) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .vendedores-table table.table tbody tr td:nth-last-child(3)>span {
    display: none;
  }

  .vendedores-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .vendedores-table table.table tbody tr td:not(:nth-last-child(3)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .vendedores-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+2) {
    line-height: 16.8px;
  }

  .vendedores-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+2)>div {
    padding-left: 3px;
  }

  .vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .vendedores-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .vendedores-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .vendedores-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.produtos-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .produtos-table table.table tbody tr td div span div,
  .produtos-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .produtos-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 4;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .produtos-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .produtos-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .produtos-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .produtos-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .produtos-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .produtos-table table.table tbody {
    flex-wrap: wrap;
  }

  .produtos-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .produtos-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .produtos-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .produtos-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .produtos-table table.table tbody tr td::before {
    content: unset !important;
  }

  .produtos-table table.table tbody tr td:nth-last-child(4) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .produtos-table table.table tbody tr td:nth-last-child(4)>span {
    display: none;
  }

  .produtos-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .produtos-table table.table tbody tr td:not(:nth-last-child(4)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .produtos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+3) {
    line-height: 16.8px;
  }

  .produtos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+3)>div {
    padding-left: 3px;
  }

  .produtos-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .produtos-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .produtos-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .produtos-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .produtos-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .produtos-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.plano-de-agendamentos-table table.table {
  position: static;
}

.plano-de-agendamentos-table table.table tbody tr td:first-child .nsj-table-cust-collumn-wrapper {
  align-items: center;
  display: grid !important;
  grid-template-columns: 1fr max-content;
}

@media only screen and (min-width: 768px) {
  .plano-de-agendamentos-table table.table tbody tr td div span div,
  .plano-de-agendamentos-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .plano-de-agendamentos-table table.table tbody tr td:nth-last-child(6) nsj-label {
    display: none;
  }
}

@media only screen and (max-width: 991.9px) {
  .plano-de-agendamentos-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 6;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .plano-de-agendamentos-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .plano-de-agendamentos-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .plano-de-agendamentos-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .plano-de-agendamentos-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .plano-de-agendamentos-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .plano-de-agendamentos-table table.table tbody {
    flex-wrap: wrap;
  }

  .plano-de-agendamentos-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .plano-de-agendamentos-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .plano-de-agendamentos-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .plano-de-agendamentos-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .plano-de-agendamentos-table table.table tbody tr td::before {
    content: unset !important;
  }

  .plano-de-agendamentos-table table.table tbody tr td:nth-last-child(6) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .plano-de-agendamentos-table table.table tbody tr td:nth-last-child(6)>span {
    display: none;
  }

  .plano-de-agendamentos-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .plano-de-agendamentos-table table.table tbody tr td:not(:nth-last-child(6)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .plano-de-agendamentos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+5) {
    line-height: 16.8px;
  }

  .plano-de-agendamentos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+5)>div {
    padding-left: 3px;
  }

  .plano-de-agendamentos-table table.table tbody tr td:nth-last-child(2) {
    display: none !important;
  }

  .plano-de-agendamentos-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .plano-de-agendamentos-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .plano-de-agendamentos-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .plano-de-agendamentos-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .plano-de-agendamentos-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .plano-de-agendamentos-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.idicadores-criterios-table-edit table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .idicadores-criterios-table-edit table.table tbody tr td div span div,
  .idicadores-criterios-table-edit table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .idicadores-criterios-table-edit table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 3;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .idicadores-criterios-table-edit table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .idicadores-criterios-table-edit table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .idicadores-criterios-table-edit table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .idicadores-criterios-table-edit table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .idicadores-criterios-table-edit table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .idicadores-criterios-table-edit table.table tbody {
    flex-wrap: wrap;
  }

  .idicadores-criterios-table-edit table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .idicadores-criterios-table-edit table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .idicadores-criterios-table-edit table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .idicadores-criterios-table-edit table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .idicadores-criterios-table-edit table.table tbody tr td::before {
    content: unset !important;
  }

  .idicadores-criterios-table-edit table.table tbody tr td:nth-last-child(3) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .idicadores-criterios-table-edit table.table tbody tr td:nth-last-child(3)>span {
    display: none;
  }

  .idicadores-criterios-table-edit table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .idicadores-criterios-table-edit table.table tbody tr td:not(:nth-last-child(3)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .idicadores-criterios-table-edit table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+2) {
    line-height: 16.8px;
  }

  .idicadores-criterios-table-edit table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+2)>div {
    padding-left: 3px;
  }

  .idicadores-criterios-table-edit table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .idicadores-criterios-table-edit table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .idicadores-criterios-table-edit table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .idicadores-criterios-table-edit table.table tbody tr td>span {
    font-weight: 700;
  }

  .idicadores-criterios-table-edit table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .idicadores-criterios-table-edit table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.idicadores-criterios-table-edit table.table.nsj-table {
  border: unset !important;
  margin-bottom: unset;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.idicadores-criterios-table-edit table.table.nsj-table thead,
.idicadores-criterios-table-edit table.table.nsj-table tbody:not(:has(tr))+tfoot {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.idicadores-criterios-table-edit table.table.nsj-table thead tr:first-child,
.idicadores-criterios-table-edit table.table.nsj-table thead tr.ng-hide:first-child+tr,
.idicadores-criterios-table-edit table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child,
.idicadores-criterios-table-edit table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.idicadores-criterios-table-edit table.table.nsj-table thead tr:first-child>:first-child,
.idicadores-criterios-table-edit table.table.nsj-table thead tr.ng-hide:first-child+tr>:first-child,
.idicadores-criterios-table-edit table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:first-child,
.idicadores-criterios-table-edit table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:first-child {
  border-top-left-radius: 10px;
}

.idicadores-criterios-table-edit table.table.nsj-table thead tr:first-child>:last-child,
.idicadores-criterios-table-edit table.table.nsj-table thead tr.ng-hide:first-child+tr>:last-child,
.idicadores-criterios-table-edit table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:last-child,
.idicadores-criterios-table-edit table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:last-child {
  border-top-right-radius: 10px;
}

.idicadores-criterios-table-edit table.table.nsj-table thead tr:first-child>td.state-empty,
.idicadores-criterios-table-edit table.table.nsj-table thead tr.ng-hide:first-child+tr>td.state-empty,
.idicadores-criterios-table-edit table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>td.state-empty,
.idicadores-criterios-table-edit table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>td.state-empty {
  border-top: unset !important;
}

.idicadores-criterios-table-edit table.table.nsj-table tbody,
.idicadores-criterios-table-edit table.table.nsj-table tfoot {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.idicadores-criterios-table-edit table.table.nsj-table tbody tr:last-child,
.idicadores-criterios-table-edit table.table.nsj-table tfoot tr:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.idicadores-criterios-table-edit table.table.nsj-table tbody tr:last-child>:first-child,
.idicadores-criterios-table-edit table.table.nsj-table tfoot tr:last-child>:first-child {
  border-bottom-left-radius: 10px;
}

.idicadores-criterios-table-edit table.table.nsj-table tbody tr:last-child>:last-child,
.idicadores-criterios-table-edit table.table.nsj-table tbody tr:last-child .nsjtable-buttondropdown,
.idicadores-criterios-table-edit table.table.nsj-table tfoot tr:last-child>:last-child,
.idicadores-criterios-table-edit table.table.nsj-table tfoot tr:last-child .nsjtable-buttondropdown {
  border-bottom-right-radius: 10px;
}

.idicadores-criterios-table-edit table.table.nsj-table tbody tr:last-child td,
.idicadores-criterios-table-edit table.table.nsj-table tfoot tr:last-child td {
  border-bottom: unset;
}

@media only screen and (min-width: 992px) {
  .idicadores-criterios-table-edit {
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #dddddd;
  }
}

.idicadores-criterios-table-edit table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
  overflow: unset !important;
}

@media only screen and (max-width: 991.9px) {
  .idicadores-criterios-table-edit table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    width: 200px;
  }
}

.idicadores-criterios-table-view table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .idicadores-criterios-table-view table.table tbody tr td div span div,
  .idicadores-criterios-table-view table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .idicadores-criterios-table-view table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 3;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .idicadores-criterios-table-view table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .idicadores-criterios-table-view table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .idicadores-criterios-table-view table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .idicadores-criterios-table-view table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .idicadores-criterios-table-view table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .idicadores-criterios-table-view table.table tbody {
    flex-wrap: wrap;
  }

  .idicadores-criterios-table-view table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .idicadores-criterios-table-view table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .idicadores-criterios-table-view table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .idicadores-criterios-table-view table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .idicadores-criterios-table-view table.table tbody tr td::before {
    content: unset !important;
  }

  .idicadores-criterios-table-view table.table tbody tr td:nth-last-child(3) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .idicadores-criterios-table-view table.table tbody tr td:nth-last-child(3)>span {
    display: none;
  }

  .idicadores-criterios-table-view table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .idicadores-criterios-table-view table.table tbody tr td:not(:nth-last-child(3)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .idicadores-criterios-table-view table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+2) {
    line-height: 16.8px;
  }

  .idicadores-criterios-table-view table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+2)>div {
    padding-left: 3px;
  }

  .idicadores-criterios-table-view table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .idicadores-criterios-table-view table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .idicadores-criterios-table-view table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .idicadores-criterios-table-view table.table tbody tr td>span {
    font-weight: 700;
  }

  .idicadores-criterios-table-view table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .idicadores-criterios-table-view table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.idicadores-criterios-table-view table.table.nsj-table {
  border: unset !important;
  margin-bottom: unset;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.idicadores-criterios-table-view table.table.nsj-table thead,
.idicadores-criterios-table-view table.table.nsj-table tbody:not(:has(tr))+tfoot {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.idicadores-criterios-table-view table.table.nsj-table thead tr:first-child,
.idicadores-criterios-table-view table.table.nsj-table thead tr.ng-hide:first-child+tr,
.idicadores-criterios-table-view table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child,
.idicadores-criterios-table-view table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.idicadores-criterios-table-view table.table.nsj-table thead tr:first-child>:first-child,
.idicadores-criterios-table-view table.table.nsj-table thead tr.ng-hide:first-child+tr>:first-child,
.idicadores-criterios-table-view table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:first-child,
.idicadores-criterios-table-view table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:first-child {
  border-top-left-radius: 10px;
}

.idicadores-criterios-table-view table.table.nsj-table thead tr:first-child>:last-child,
.idicadores-criterios-table-view table.table.nsj-table thead tr.ng-hide:first-child+tr>:last-child,
.idicadores-criterios-table-view table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:last-child,
.idicadores-criterios-table-view table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:last-child {
  border-top-right-radius: 10px;
}

.idicadores-criterios-table-view table.table.nsj-table thead tr:first-child>td.state-empty,
.idicadores-criterios-table-view table.table.nsj-table thead tr.ng-hide:first-child+tr>td.state-empty,
.idicadores-criterios-table-view table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>td.state-empty,
.idicadores-criterios-table-view table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>td.state-empty {
  border-top: unset !important;
}

.idicadores-criterios-table-view table.table.nsj-table tbody,
.idicadores-criterios-table-view table.table.nsj-table tfoot {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.idicadores-criterios-table-view table.table.nsj-table tbody tr:last-child,
.idicadores-criterios-table-view table.table.nsj-table tfoot tr:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.idicadores-criterios-table-view table.table.nsj-table tbody tr:last-child>:first-child,
.idicadores-criterios-table-view table.table.nsj-table tfoot tr:last-child>:first-child {
  border-bottom-left-radius: 10px;
}

.idicadores-criterios-table-view table.table.nsj-table tbody tr:last-child>:last-child,
.idicadores-criterios-table-view table.table.nsj-table tbody tr:last-child .nsjtable-buttondropdown,
.idicadores-criterios-table-view table.table.nsj-table tfoot tr:last-child>:last-child,
.idicadores-criterios-table-view table.table.nsj-table tfoot tr:last-child .nsjtable-buttondropdown {
  border-bottom-right-radius: 10px;
}

.idicadores-criterios-table-view table.table.nsj-table tbody tr:last-child td,
.idicadores-criterios-table-view table.table.nsj-table tfoot tr:last-child td {
  border-bottom: unset;
}

@media only screen and (min-width: 992px) {
  .idicadores-criterios-table-view {
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #dddddd;
  }
}

.clientes-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .clientes-table table.table tbody tr td div span div,
  .clientes-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .clientes-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 6;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .clientes-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .clientes-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .clientes-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .clientes-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .clientes-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .clientes-table table.table tbody {
    flex-wrap: wrap;
  }

  .clientes-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .clientes-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .clientes-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .clientes-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .clientes-table table.table tbody tr td::before {
    content: unset !important;
  }

  .clientes-table table.table tbody tr td:nth-last-child(6) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .clientes-table table.table tbody tr td:nth-last-child(6)>span {
    display: none;
  }

  .clientes-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .clientes-table table.table tbody tr td:not(:nth-last-child(6)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .clientes-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+5) {
    line-height: 16.8px;
  }

  .clientes-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+5)>div {
    padding-left: 3px;
  }

  .clientes-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .clientes-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .clientes-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .clientes-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .clientes-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .clientes-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.clientes-table table.table.bulk-actions tbody tr td:nth-last-child(6) .nsj-table-cust-collumn-wrapper {
  align-items: center;
  display: grid !important;
  grid-template-columns: 1fr max-content;
}

.clientes-table table.table.bulk-actions tbody tr td:nth-last-child(6) .cliente-classe {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 992px) {
  .clientes-table table.table.bulk-actions tbody tr td:nth-last-child(6) .cliente-classe {
    display: none;
  }
}

.clientes-table table.table.bulk-actions tbody tr td:nth-last-child(2) .nsj-table-cust-collumn-wrapper {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 991.9px) {
  .clientes-table table.table.bulk-actions tbody tr td:nth-last-child(2) {
    display: none !important;
  }
}

.clientes-table table.table:not(.bulk-actions) tbody tr td:nth-last-child(7) .nsj-table-cust-collumn-wrapper {
  align-items: center;
  display: grid !important;
  grid-template-columns: 1fr max-content;
}

.clientes-table table.table:not(.bulk-actions) tbody tr td:nth-last-child(7) .cliente-classe {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 992px) {
  .clientes-table table.table:not(.bulk-actions) tbody tr td:nth-last-child(7) .cliente-classe {
    display: none;
  }
}

.clientes-table table.table:not(.bulk-actions) tbody tr td:nth-last-child(3) .nsj-table-cust-collumn-wrapper {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 991.9px) {
  .clientes-table table.table:not(.bulk-actions) tbody tr td:nth-last-child(3) {
    display: none !important;
  }
}

.agendamentos-performance-vendedores-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .agendamentos-performance-vendedores-table table.table tbody tr td div span div,
  .agendamentos-performance-vendedores-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .agendamentos-performance-vendedores-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 8;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .agendamentos-performance-vendedores-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .agendamentos-performance-vendedores-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .agendamentos-performance-vendedores-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .agendamentos-performance-vendedores-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .agendamentos-performance-vendedores-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .agendamentos-performance-vendedores-table table.table tbody {
    flex-wrap: wrap;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td::before {
    content: unset !important;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td:nth-last-child(8) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td:nth-last-child(8)>span {
    display: none;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td:not(:nth-last-child(8)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7) {
    line-height: 16.8px;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7)>div {
    padding-left: 3px;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .agendamentos-performance-vendedores-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .agendamentos-performance-vendedores-table table.table thead tr th:nth-child(2),
  .agendamentos-performance-vendedores-table table.table tbody tr td:nth-child(2) {
    min-width: 140px;
  }

  .agendamentos-performance-vendedores-table table.table thead tr th:nth-child(3),
  .agendamentos-performance-vendedores-table table.table tbody tr td:nth-child(3) {
    text-align: center;
  }

  .agendamentos-performance-vendedores-table table.table thead tr th:nth-child(3) .nsj-table-cust-collumn-wrapper,
  .agendamentos-performance-vendedores-table table.table tbody tr td:nth-child(3) .nsj-table-cust-collumn-wrapper {
    display: flex !important;
    justify-content: center;
  }

  .agendamentos-performance-vendedores-table table.table thead tr th:nth-child(n+4):nth-child(-n+6),
  .agendamentos-performance-vendedores-table table.table tbody tr td:nth-child(n+4):nth-child(-n+6) {
    text-align: end;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr {
    background-color: #f9f9f9;
  }

  .agendamentos-performance-vendedores-table table.table tbody tr:hover {
    background-color: #e5ecf5 !important;
  }
}

.pedidos-performance-vendedores-table table.table {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.pedidos-performance-vendedores-table table.table {
  position: static;
}

.pedidos-performance-vendedores-table table.table tbody tr td:first-child .nsj-table-cust-collumn-wrapper {
  align-items: center;
  display: grid !important;
  grid-template-columns: 1fr max-content;
}

@media only screen and (min-width: 768px) {
  .pedidos-performance-vendedores-table table.table tbody tr td div span div,
  .pedidos-performance-vendedores-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td:nth-last-child(8) nsj-label {
    display: none;
  }
}

@media only screen and (max-width: 991.9px) {
  .pedidos-performance-vendedores-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 8;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .pedidos-performance-vendedores-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .pedidos-performance-vendedores-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .pedidos-performance-vendedores-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .pedidos-performance-vendedores-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .pedidos-performance-vendedores-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .pedidos-performance-vendedores-table table.table tbody {
    flex-wrap: wrap;
  }

  .pedidos-performance-vendedores-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .pedidos-performance-vendedores-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .pedidos-performance-vendedores-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td::before {
    content: unset !important;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td:nth-last-child(8) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td:nth-last-child(8)>span {
    display: none;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td:not(:nth-last-child(8)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7) {
    line-height: 16.8px;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7)>div {
    padding-left: 3px;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td:nth-last-child(2) {
    display: none !important;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .pedidos-performance-vendedores-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .pedidos-performance-vendedores-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.itens-pedido-performance-vendedor-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .itens-pedido-performance-vendedor-table table.table tbody tr td div span div,
  .itens-pedido-performance-vendedor-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .itens-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 9;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .itens-pedido-performance-vendedor-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .itens-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .itens-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .itens-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .itens-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .itens-pedido-performance-vendedor-table table.table tbody {
    flex-wrap: wrap;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td::before {
    content: unset !important;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(9) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(9)>span {
    display: none;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td:not(:nth-last-child(9)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+8) {
    line-height: 16.8px;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+8)>div {
    padding-left: 3px;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .itens-pedido-performance-vendedor-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .itens-pedido-performance-vendedor-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .itens-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(2) div.nsj-table-cust-collumn-wrapper {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
  }
}

.itens-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(2) div.nsj-table-cust-collumn-wrapper i.fa-check {
  color: #008a17;
}

.itens-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(2) div.nsj-table-cust-collumn-wrapper i.fa-times {
  color: #c00;
}

.pagamentos-pedido-performance-vendedor-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td div span div,
  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .pagamentos-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 4;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .pagamentos-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .pagamentos-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody {
    flex-wrap: wrap;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td::before {
    content: unset !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(4) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(4)>span {
    display: none;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td:not(:nth-last-child(4)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+3) {
    line-height: 16.8px;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+3)>div {
    padding-left: 3px;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.pagamentos-pedido-performance-vendedor-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td div span div,
  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .pagamentos-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 4;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .pagamentos-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .pagamentos-pedido-performance-vendedor-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody {
    flex-wrap: wrap;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td::before {
    content: unset !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(4) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(4)>span {
    display: none;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td:not(:nth-last-child(4)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+3) {
    line-height: 16.8px;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+3)>div {
    padding-left: 3px;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .pagamentos-pedido-performance-vendedor-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.ranking-produtos-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .ranking-produtos-table table.table tbody tr td div span div,
  .ranking-produtos-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .ranking-produtos-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 8;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .ranking-produtos-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .ranking-produtos-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .ranking-produtos-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .ranking-produtos-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .ranking-produtos-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .ranking-produtos-table table.table tbody {
    flex-wrap: wrap;
  }

  .ranking-produtos-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .ranking-produtos-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .ranking-produtos-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .ranking-produtos-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .ranking-produtos-table table.table tbody tr td::before {
    content: unset !important;
  }

  .ranking-produtos-table table.table tbody tr td:nth-last-child(8) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .ranking-produtos-table table.table tbody tr td:nth-last-child(8)>span {
    display: none;
  }

  .ranking-produtos-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .ranking-produtos-table table.table tbody tr td:not(:nth-last-child(8)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .ranking-produtos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7) {
    line-height: 16.8px;
  }

  .ranking-produtos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7)>div {
    padding-left: 3px;
  }

  .ranking-produtos-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .ranking-produtos-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .ranking-produtos-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .ranking-produtos-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .ranking-produtos-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .ranking-produtos-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .ranking-produtos-table table.table tr th:nth-last-child(2),
  .ranking-produtos-table table.table tr th:nth-last-child(5) {
    text-align: right;
  }

  .ranking-produtos-table table.table tr th:nth-last-child(7) {
    text-align: center;
  }

  .ranking-produtos-table table.table tr td:nth-last-child(3),
  .ranking-produtos-table table.table tr td:nth-last-child(6) {
    text-align: right;
  }

  .ranking-produtos-table table.table tr td:nth-last-child(8) {
    text-align: center;
  }
}

.ranking-clientes-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .ranking-clientes-table table.table tbody tr td div span div,
  .ranking-clientes-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .ranking-clientes-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 10;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .ranking-clientes-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .ranking-clientes-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .ranking-clientes-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .ranking-clientes-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .ranking-clientes-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .ranking-clientes-table table.table tbody {
    flex-wrap: wrap;
  }

  .ranking-clientes-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .ranking-clientes-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .ranking-clientes-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .ranking-clientes-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .ranking-clientes-table table.table tbody tr td::before {
    content: unset !important;
  }

  .ranking-clientes-table table.table tbody tr td:nth-last-child(10) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .ranking-clientes-table table.table tbody tr td:nth-last-child(10)>span {
    display: none;
  }

  .ranking-clientes-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .ranking-clientes-table table.table tbody tr td:not(:nth-last-child(10)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .ranking-clientes-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+9) {
    line-height: 16.8px;
  }

  .ranking-clientes-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+9)>div {
    padding-left: 3px;
  }

  .ranking-clientes-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .ranking-clientes-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .ranking-clientes-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .ranking-clientes-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .ranking-clientes-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .ranking-clientes-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .ranking-clientes-table table.table tr th:nth-last-child(n+2):nth-last-child(-n+7) {
    text-align: right;
  }

  .ranking-clientes-table table.table tr th:nth-last-child(9) {
    text-align: center;
  }

  .ranking-clientes-table table.table tr td:nth-last-child(n+3):nth-last-child(-n+8) {
    text-align: right;
  }

  .ranking-clientes-table table.table tr td:nth-last-child(10) {
    text-align: center;
  }
}

.ranking-vendedores-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .ranking-vendedores-table table.table tbody tr td div span div,
  .ranking-vendedores-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .ranking-vendedores-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 8;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .ranking-vendedores-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .ranking-vendedores-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .ranking-vendedores-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .ranking-vendedores-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .ranking-vendedores-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .ranking-vendedores-table table.table tbody {
    flex-wrap: wrap;
  }

  .ranking-vendedores-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .ranking-vendedores-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .ranking-vendedores-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .ranking-vendedores-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .ranking-vendedores-table table.table tbody tr td::before {
    content: unset !important;
  }

  .ranking-vendedores-table table.table tbody tr td:nth-last-child(8) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .ranking-vendedores-table table.table tbody tr td:nth-last-child(8)>span {
    display: none;
  }

  .ranking-vendedores-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .ranking-vendedores-table table.table tbody tr td:not(:nth-last-child(8)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .ranking-vendedores-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7) {
    line-height: 16.8px;
  }

  .ranking-vendedores-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7)>div {
    padding-left: 3px;
  }

  .ranking-vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .ranking-vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .ranking-vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .ranking-vendedores-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .ranking-vendedores-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .ranking-vendedores-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .ranking-vendedores-table table.table tr th:nth-last-child(n+2):nth-last-child(-n+5) {
    text-align: right;
  }

  .ranking-vendedores-table table.table tr th:nth-last-child(8) {
    text-align: center;
  }

  .ranking-vendedores-table table.table tr td:nth-last-child(n+3):nth-last-child(-n+6) {
    text-align: right;
  }

  .ranking-vendedores-table table.table tr td:nth-last-child(9) {
    text-align: center;
  }
}

.classificacao-abc-clientes-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .classificacao-abc-clientes-table table.table tbody tr td div span div,
  .classificacao-abc-clientes-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .classificacao-abc-clientes-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 8;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .classificacao-abc-clientes-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .classificacao-abc-clientes-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .classificacao-abc-clientes-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .classificacao-abc-clientes-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .classificacao-abc-clientes-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .classificacao-abc-clientes-table table.table tbody {
    flex-wrap: wrap;
  }

  .classificacao-abc-clientes-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .classificacao-abc-clientes-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .classificacao-abc-clientes-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .classificacao-abc-clientes-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .classificacao-abc-clientes-table table.table tbody tr td::before {
    content: unset !important;
  }

  .classificacao-abc-clientes-table table.table tbody tr td:nth-last-child(8) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .classificacao-abc-clientes-table table.table tbody tr td:nth-last-child(8)>span {
    display: none;
  }

  .classificacao-abc-clientes-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .classificacao-abc-clientes-table table.table tbody tr td:not(:nth-last-child(8)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .classificacao-abc-clientes-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7) {
    line-height: 16.8px;
  }

  .classificacao-abc-clientes-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7)>div {
    padding-left: 3px;
  }

  .classificacao-abc-clientes-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .classificacao-abc-clientes-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .classificacao-abc-clientes-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .classificacao-abc-clientes-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .classificacao-abc-clientes-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .classificacao-abc-clientes-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .classificacao-abc-clientes-table table.table tr th:nth-last-child(n+2) {
    text-align: right;
  }

  .classificacao-abc-clientes-table table.table tr th:nth-last-child(7) {
    text-align: left;
  }

  .classificacao-abc-clientes-table table.table tr td:nth-last-child(n+1) {
    text-align: right;
  }

  .classificacao-abc-clientes-table table.table tr td:nth-last-child(8) {
    text-align: left;
  }
}

.regras-agendamentos-table {
  margin-top: 20px !important;
}

.regras-agendamentos-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .regras-agendamentos-table table.table tbody tr td div span div,
  .regras-agendamentos-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .regras-agendamentos-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 6;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .regras-agendamentos-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .regras-agendamentos-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .regras-agendamentos-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .regras-agendamentos-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .regras-agendamentos-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .regras-agendamentos-table table.table tbody {
    flex-wrap: wrap;
  }

  .regras-agendamentos-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .regras-agendamentos-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .regras-agendamentos-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .regras-agendamentos-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .regras-agendamentos-table table.table tbody tr td::before {
    content: unset !important;
  }

  .regras-agendamentos-table table.table tbody tr td:nth-last-child(6) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .regras-agendamentos-table table.table tbody tr td:nth-last-child(6)>span {
    display: none;
  }

  .regras-agendamentos-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .regras-agendamentos-table table.table tbody tr td:not(:nth-last-child(6)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .regras-agendamentos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+5) {
    line-height: 16.8px;
  }

  .regras-agendamentos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+5)>div {
    padding-left: 3px;
  }

  .regras-agendamentos-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .regras-agendamentos-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .regras-agendamentos-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .regras-agendamentos-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .regras-agendamentos-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .regras-agendamentos-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.regras-agendamentos-table table.table.nsj-table {
  border: unset !important;
  margin-bottom: unset;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.regras-agendamentos-table table.table.nsj-table thead,
.regras-agendamentos-table table.table.nsj-table tbody:not(:has(tr))+tfoot {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.regras-agendamentos-table table.table.nsj-table thead tr:first-child,
.regras-agendamentos-table table.table.nsj-table thead tr.ng-hide:first-child+tr,
.regras-agendamentos-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child,
.regras-agendamentos-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.regras-agendamentos-table table.table.nsj-table thead tr:first-child>:first-child,
.regras-agendamentos-table table.table.nsj-table thead tr.ng-hide:first-child+tr>:first-child,
.regras-agendamentos-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:first-child,
.regras-agendamentos-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:first-child {
  border-top-left-radius: 10px;
}

.regras-agendamentos-table table.table.nsj-table thead tr:first-child>:last-child,
.regras-agendamentos-table table.table.nsj-table thead tr.ng-hide:first-child+tr>:last-child,
.regras-agendamentos-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:last-child,
.regras-agendamentos-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:last-child {
  border-top-right-radius: 10px;
}

.regras-agendamentos-table table.table.nsj-table thead tr:first-child>td.state-empty,
.regras-agendamentos-table table.table.nsj-table thead tr.ng-hide:first-child+tr>td.state-empty,
.regras-agendamentos-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>td.state-empty,
.regras-agendamentos-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>td.state-empty {
  border-top: unset !important;
}

.regras-agendamentos-table table.table.nsj-table tbody,
.regras-agendamentos-table table.table.nsj-table tfoot {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.regras-agendamentos-table table.table.nsj-table tbody tr:last-child,
.regras-agendamentos-table table.table.nsj-table tfoot tr:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.regras-agendamentos-table table.table.nsj-table tbody tr:last-child>:first-child,
.regras-agendamentos-table table.table.nsj-table tfoot tr:last-child>:first-child {
  border-bottom-left-radius: 10px;
}

.regras-agendamentos-table table.table.nsj-table tbody tr:last-child>:last-child,
.regras-agendamentos-table table.table.nsj-table tbody tr:last-child .nsjtable-buttondropdown,
.regras-agendamentos-table table.table.nsj-table tfoot tr:last-child>:last-child,
.regras-agendamentos-table table.table.nsj-table tfoot tr:last-child .nsjtable-buttondropdown {
  border-bottom-right-radius: 10px;
}

.regras-agendamentos-table table.table.nsj-table tbody tr:last-child :nth-last-child(2),
.regras-agendamentos-table table.table.nsj-table tfoot tr:last-child :nth-last-child(2) {
  border-bottom-right-radius: 10px;
}

.regras-agendamentos-table table.table.nsj-table tbody tr:last-child td,
.regras-agendamentos-table table.table.nsj-table tfoot tr:last-child td {
  border-bottom: unset;
}

@media only screen and (min-width: 992px) {
  .regras-agendamentos-table {
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #dddddd;
    margin: 0px 20px 20px;
  }
}

.equipes-vendedores-table {
  margin-top: 20px !important;
}

.equipes-vendedores-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .equipes-vendedores-table table.table tbody tr td div span div,
  .equipes-vendedores-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .equipes-vendedores-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 4;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .equipes-vendedores-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .equipes-vendedores-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .equipes-vendedores-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .equipes-vendedores-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .equipes-vendedores-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .equipes-vendedores-table table.table tbody {
    flex-wrap: wrap;
  }

  .equipes-vendedores-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .equipes-vendedores-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .equipes-vendedores-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .equipes-vendedores-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .equipes-vendedores-table table.table tbody tr td::before {
    content: unset !important;
  }

  .equipes-vendedores-table table.table tbody tr td:nth-last-child(4) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .equipes-vendedores-table table.table tbody tr td:nth-last-child(4)>span {
    display: none;
  }

  .equipes-vendedores-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .equipes-vendedores-table table.table tbody tr td:not(:nth-last-child(4)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .equipes-vendedores-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+3) {
    line-height: 16.8px;
  }

  .equipes-vendedores-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+3)>div {
    padding-left: 3px;
  }

  .equipes-vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .equipes-vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .equipes-vendedores-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .equipes-vendedores-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .equipes-vendedores-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .equipes-vendedores-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.equipes-vendedores-table table.table.nsj-table {
  border: unset !important;
  margin-bottom: unset;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.equipes-vendedores-table table.table.nsj-table thead,
.equipes-vendedores-table table.table.nsj-table tbody:not(:has(tr))+tfoot {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.equipes-vendedores-table table.table.nsj-table thead tr:first-child,
.equipes-vendedores-table table.table.nsj-table thead tr.ng-hide:first-child+tr,
.equipes-vendedores-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child,
.equipes-vendedores-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.equipes-vendedores-table table.table.nsj-table thead tr:first-child>:first-child,
.equipes-vendedores-table table.table.nsj-table thead tr.ng-hide:first-child+tr>:first-child,
.equipes-vendedores-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:first-child,
.equipes-vendedores-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:first-child {
  border-top-left-radius: 10px;
}

.equipes-vendedores-table table.table.nsj-table thead tr:first-child>:last-child,
.equipes-vendedores-table table.table.nsj-table thead tr.ng-hide:first-child+tr>:last-child,
.equipes-vendedores-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:last-child,
.equipes-vendedores-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:last-child {
  border-top-right-radius: 10px;
}

.equipes-vendedores-table table.table.nsj-table thead tr:first-child>td.state-empty,
.equipes-vendedores-table table.table.nsj-table thead tr.ng-hide:first-child+tr>td.state-empty,
.equipes-vendedores-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>td.state-empty,
.equipes-vendedores-table table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>td.state-empty {
  border-top: unset !important;
}

.equipes-vendedores-table table.table.nsj-table tbody,
.equipes-vendedores-table table.table.nsj-table tfoot {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.equipes-vendedores-table table.table.nsj-table tbody tr:last-child,
.equipes-vendedores-table table.table.nsj-table tfoot tr:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.equipes-vendedores-table table.table.nsj-table tbody tr:last-child>:first-child,
.equipes-vendedores-table table.table.nsj-table tfoot tr:last-child>:first-child {
  border-bottom-left-radius: 10px;
}

.equipes-vendedores-table table.table.nsj-table tbody tr:last-child>:last-child,
.equipes-vendedores-table table.table.nsj-table tbody tr:last-child .nsjtable-buttondropdown,
.equipes-vendedores-table table.table.nsj-table tfoot tr:last-child>:last-child,
.equipes-vendedores-table table.table.nsj-table tfoot tr:last-child .nsjtable-buttondropdown {
  border-bottom-right-radius: 10px;
}

.equipes-vendedores-table table.table.nsj-table tbody tr:last-child :nth-last-child(2),
.equipes-vendedores-table table.table.nsj-table tfoot tr:last-child :nth-last-child(2) {
  border-bottom-right-radius: 10px;
}

.equipes-vendedores-table table.table.nsj-table tbody tr:last-child td,
.equipes-vendedores-table table.table.nsj-table tfoot tr:last-child td {
  border-bottom: unset;
}

@media only screen and (min-width: 992px) {
  .equipes-vendedores-table {
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #dddddd;
    margin: 0px 20px 20px;
  }
}

.segmentos-produtos-table table.table {
  position: static;
}

.segmentos-produtos-table table.table tbody tr td:first-child .nsj-table-cust-collumn-wrapper {
  align-items: center;
  display: grid !important;
  grid-template-columns: 1fr max-content;
}

@media only screen and (min-width: 768px) {
  .segmentos-produtos-table table.table tbody tr td div span div,
  .segmentos-produtos-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .segmentos-produtos-table table.table tbody tr td:nth-last-child(3) nsj-label {
    display: none;
  }
}

@media only screen and (max-width: 991.9px) {
  .segmentos-produtos-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 3;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .segmentos-produtos-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .segmentos-produtos-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .segmentos-produtos-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .segmentos-produtos-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .segmentos-produtos-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .segmentos-produtos-table table.table tbody {
    flex-wrap: wrap;
  }

  .segmentos-produtos-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .segmentos-produtos-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .segmentos-produtos-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .segmentos-produtos-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .segmentos-produtos-table table.table tbody tr td::before {
    content: unset !important;
  }

  .segmentos-produtos-table table.table tbody tr td:nth-last-child(3) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .segmentos-produtos-table table.table tbody tr td:nth-last-child(3)>span {
    display: none;
  }

  .segmentos-produtos-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .segmentos-produtos-table table.table tbody tr td:not(:nth-last-child(3)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .segmentos-produtos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+2) {
    line-height: 16.8px;
  }

  .segmentos-produtos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+2)>div {
    padding-left: 3px;
  }

  .segmentos-produtos-table table.table tbody tr td:nth-last-child(2) {
    display: none !important;
  }

  .segmentos-produtos-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .segmentos-produtos-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .segmentos-produtos-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .segmentos-produtos-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .segmentos-produtos-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .segmentos-produtos-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.segmentos-produtos-table table.table.nsj-table {
  border: unset !important;
  margin-bottom: unset;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.segmentos-produtos-table table.table.nsj-table tbody,
.segmentos-produtos-table table.table.nsj-table tfoot {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.segmentos-produtos-table table.table.nsj-table tbody tr:last-child,
.segmentos-produtos-table table.table.nsj-table tfoot tr:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.segmentos-produtos-table table.table.nsj-table tbody tr:last-child>:first-child,
.segmentos-produtos-table table.table.nsj-table tfoot tr:last-child>:first-child {
  border-bottom-left-radius: 10px;
}

.segmentos-produtos-table table.table.nsj-table tbody tr:last-child>:last-child,
.segmentos-produtos-table table.table.nsj-table tbody tr:last-child .nsjtable-buttondropdown,
.segmentos-produtos-table table.table.nsj-table tfoot tr:last-child>:last-child,
.segmentos-produtos-table table.table.nsj-table tfoot tr:last-child .nsjtable-buttondropdown {
  border-bottom-right-radius: 10px;
}

.segmentos-produtos-table table.table.nsj-table tbody tr:last-child td,
.segmentos-produtos-table table.table.nsj-table tfoot tr:last-child td {
  border-bottom: unset;
}

@media only screen and (min-width: 992px) {
  .segmentos-produtos-table {
    display: block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.sincronia-pedidos-table table.table {
  position: static;
}

@media only screen and (min-width: 768px) {
  .sincronia-pedidos-table table.table tbody tr td div span div,
  .sincronia-pedidos-table table.table tbody tr td div.nsj-table-cust-collumn-wrapper {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991.9px) {
  .sincronia-pedidos-table table.table.bulk-actions tbody tr td:first-child {
    grid-row: 1/span 8;
    justify-self: center;
    margin: unset !important;
    padding: unset !important;
  }

  .sincronia-pedidos-table table.table.bulk-actions tbody tr {
    grid-template-columns: max-content 1fr;
  }

  .sincronia-pedidos-table table.table.bulk-actions tbody tr td {
    padding-inline: unset !important;
  }

  .sincronia-pedidos-table table.table.bulk-actions tbody tr td::before {
    content: unset !important;
  }

  .sincronia-pedidos-table table.table.bulk-actions tbody tr td:first-child {
    grid-column: 1;
  }

  .sincronia-pedidos-table table.table.bulk-actions tbody tr td:first-child span.checkmark {
    margin: unset;
  }

  .sincronia-pedidos-table table.table tbody {
    flex-wrap: wrap;
  }

  .sincronia-pedidos-table table.table tbody tr {
    align-items: center;
    column-gap: 20px;
    display: grid;
    padding-inline: 20px;
    row-gap: 5px;
  }

  .sincronia-pedidos-table table.table tbody tr.checked-line {
    background-color: #e5ecf5;
  }

  .sincronia-pedidos-table table.table tbody tr:not(.checked-line):hover {
    background-color: #fff;
  }

  .sincronia-pedidos-table table.table tbody tr td {
    align-items: flex-start;
    display: flex;
    padding-inline: 15px !important;
  }

  .sincronia-pedidos-table table.table tbody tr td::before {
    content: unset !important;
  }

  .sincronia-pedidos-table table.table tbody tr td:nth-last-child(8) {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: unset !important;
    padding-top: 10px !important;
  }

  .sincronia-pedidos-table table.table tbody tr td:nth-last-child(8)>span {
    display: none;
  }

  .sincronia-pedidos-table table.table tbody tr td:last-child {
    padding-bottom: 10px !important;
    padding-top: unset !important;
  }

  .sincronia-pedidos-table table.table tbody tr td:not(:nth-last-child(8)):not(:last-child) {
    padding-bottom: unset !important;
    padding-top: unset !important;
  }

  .sincronia-pedidos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7) {
    line-height: 16.8px;
  }

  .sincronia-pedidos-table table.table tbody tr td:nth-last-child(n+2):nth-last-child(-n+7)>div {
    padding-left: 3px;
  }

  .sincronia-pedidos-table table.table tbody tr td.actions div.table-btns-actions div.actions {
    display: flex;
    justify-content: flex-end;
  }

  .sincronia-pedidos-table table.table tbody tr td.actions div.table-btns-actions div.actions a {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
  }

  .sincronia-pedidos-table table.table tbody tr td.actions div.table-btns-actions div.actions a i {
    font-size: 14px;
  }

  .sincronia-pedidos-table table.table tbody tr td>span {
    font-weight: 700;
  }

  .sincronia-pedidos-table table.table tbody tr td>div {
    flex: 1;
    text-align: start;
  }

  .sincronia-pedidos-table table.table tfoot tr {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .sincronia-pedidos-table table.table tr th:nth-last-child(2) {
    text-align: right;
  }

  .sincronia-pedidos-table table.table tr td:nth-last-child(3) {
    text-align: right;
  }
}

nsj-table.table-rounded table.table.nsj-table {
  border: unset !important;
  margin-bottom: unset;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table thead,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table thead tr:first-child,
nsj-table.table-rounded table.table.nsj-table thead tr.ng-hide:first-child+tr,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table thead tr:first-child>:first-child,
nsj-table.table-rounded table.table.nsj-table thead tr.ng-hide:first-child+tr>:first-child,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:first-child,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:first-child {
  border-top-left-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table thead tr:first-child>:last-child,
nsj-table.table-rounded table.table.nsj-table thead tr.ng-hide:first-child+tr>:last-child,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>:last-child,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>:last-child {
  border-top-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table thead tr:first-child>td.state-empty,
nsj-table.table-rounded table.table.nsj-table thead tr.ng-hide:first-child+tr>td.state-empty,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr:first-child>td.state-empty,
nsj-table.table-rounded table.table.nsj-table tbody:not(:has(tr))+tfoot tr.ng-hide:first-child+tr>td.state-empty {
  border-top: unset !important;
}

nsj-table.table-rounded table.table.nsj-table tbody,
nsj-table.table-rounded table.table.nsj-table tfoot {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table tbody tr:last-child,
nsj-table.table-rounded table.table.nsj-table tfoot tr:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table tbody tr:last-child>:first-child,
nsj-table.table-rounded table.table.nsj-table tfoot tr:last-child>:first-child {
  border-bottom-left-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table tbody tr:last-child>:last-child,
nsj-table.table-rounded table.table.nsj-table tbody tr:last-child .nsjtable-buttondropdown,
nsj-table.table-rounded table.table.nsj-table tfoot tr:last-child>:last-child,
nsj-table.table-rounded table.table.nsj-table tfoot tr:last-child .nsjtable-buttondropdown {
  border-bottom-right-radius: 10px;
}

nsj-table.table-rounded table.table.nsj-table tbody tr:last-child td,
nsj-table.table-rounded table.table.nsj-table tfoot tr:last-child td {
  border-bottom: unset;
}

@media only screen and (min-width: 992px) {
  nsj-table.table-rounded {
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #dddddd;
    margin: 0px 20px 20px;
  }
}

table.table tr {
  background: #fff;
}

table.table tr th {
  background-color: #fff !important;
  color: #363632 !important;
}

table.table tr td {
  background-color: #fff;
}

table.table tr td.nsjtable-buttondropdown {
  padding-inline: unset !important;
}

mda-ui-select {
  font-family: 'PT Sans';
  width: 100%;
}

mda-ui-select .ui-select-container {
  border-radius: 0 10px 10px 0;
}

mda-ui-select .ui-select-container div {
  width: 100%;
}

mda-ui-select .ui-select-multiple.ui-select-bootstrap {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #ccc;
  border-left: 0;
  padding-left: 10px;
}

mda-ui-select .ui-select-multiple.ui-select-bootstrap div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

mda-ui-select .ui-select-multiple.ui-select-bootstrap span.ui-select-match {
  display: flex;
}

mda-ui-select .ui-select-multiple.ui-select-bootstrap span.ui-select-match .ui-select-match-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #363632;
}

mda-ui-select .ui-select-multiple.ui-select-bootstrap span.ui-select-match .ui-select-match-item span {
  color: #fff;
  opacity: 1;
}

mda-ui-select .ui-select-multiple.ui-select-bootstrap span.ui-select-match .ui-select-match-item.btn-default:hover {
  background-color: #50504b !important;
}

mda-ui-select .ui-select-multiple.ui-select-bootstrap input {
  width: 100% !important;
}

mda-ui-select .ui-select-bootstrap>.ui-select-choices {
  margin-top: 0;
  padding: 0 !important;
}

mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row {
  padding: 12px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row:hover {
  background-color: #e6e6e6;
}

mda-ui-select .ui-select-bootstrap>.ui-select-choices li .ui-select-choices-row:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.conversao-vendas-index mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row span,
.performance-vendedores-index mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row span {
  width: 100%;
}

.conversao-vendas-index mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row span .row,
.performance-vendedores-index mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row span .row {
  margin: unset;
  flex-direction: column;
  align-items: start;
}

.conversao-vendas-index mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row span .row div,
.performance-vendedores-index mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row span .row div {
  display: inline;
  padding: unset;
  width: fit-content;
}

.conversao-vendas-index mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row span .row :nth-child(1),
.performance-vendedores-index mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row span .row :nth-child(1) {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.conversao-vendas-index mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row span .row :nth-child(1):hover,
.performance-vendedores-index mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row span .row :nth-child(1):hover {
  white-space: normal;
}

.conversao-vendas-index mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row span .row :nth-child(2),
.performance-vendedores-index mda-ui-select .ui-select-bootstrap>.ui-select-choices .ui-select-choices-row span .row :nth-child(2) {
  width: fit-content;
}

nsj-lookup div {
  border-radius: 10px;
}

nsj-lookup div span:has(:not(li.active)) {
  color: #363632;
  font-weight: normal;
}

.flex-filter .form-group nsj-lookup {
  width: 100%;
}

.flex-filter .form-group nsj-lookup .ui-select-container span.btn.form-control {
  display: flex;
  align-items: center;
  color: #363632 !important;
  font-weight: normal !important;
}

.flex-filter .form-group nsj-lookup .ui-select-container {
  height: 100%;
  width: 100%;
}

.flex-filter .form-group nsj-lookup .ui-select-container .ui-select-match {
  height: 100%;
  width: 100%;
}

.flex-filter .form-group nsj-lookup .ui-select-container .ui-select-match span.ui-select-toggle {
  border-radius: 0 10px 10px 0;
}

.flex-filter .form-group nsj-lookup .ui-select-container .ui-select-match>span {
  height: 100%;
  width: 100%;
  padding: 6px 12px;
}

.flex-filter .form-group nsj-lookup .ui-select-container .ui-select-match span.ui-select-match-text {
  display: flex;
}

.flex-filter .form-group nsj-lookup .ui-select-container .ui-select-match span.ui-select-match-text .btn-link {
  top: 8px;
}

.flex-filter .form-group nsj-lookup .ui-select-container input {
  height: 100%;
  width: 100%;
  border-radius: 0 10px 10px 0 !important;
}

select.form-control {
  height: 100%;
}

nsj-toolbar {
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

nsj-toolbar .toolbar {
  flex: 1;
  height: 34px;
  padding: 0 20px;
  border-bottom: unset;
}

nsj-toolbar .toolbar .content-toolbar {
  padding: 0 15px 0 0;
}

nsj-toolbar .toolbar .flex-button {
  padding: unset;
}

nsj-toolbar .toolbar .filters {
  border-bottom: unset;
  margin-bottom: unset;
}

nsj-toolbar .toolbar nsj-button button.btn-default:hover {
  color: #363632;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}

nsj-toolbar .toolbar nsj-button button.btn-default:focus {
  background-color: #fff;
  color: #363632;
  border-color: #ccc;
}

nsj-toolbar .flex-btn-group {
  padding: 0 20px;
  border-left: 1px solid #ddd;
}

nsj-toolbar.toolbar-aside-list {
  position: sticky;
  top: 66px;
  background: #fff;
  z-index: 10;
}

.entregas-notas-list nsj-toolbar .pull-right.flex-button {
  display: none;
}

.container-toolbar-filters {
  position: sticky;
  top: 65px;
  background: #fff;
  z-index: 10;
}

.container-toolbar-filters nsj-toolbar.toolbar-aside-list {
  position: unset;
  top: unset;
  background: unset;
  z-index: unset;
}

.container-toolbar-filters .toolbar {
  padding-right: 0;
}

.container-toolbar-filters .toolbar .pull-left.content-toolbar {
  border-right: 1px solid #ddd;
  margin-right: 15px;
}

.container-toolbar-filters .toolbar .pull-right.flex-button {
  display: none;
}

.container-toolbar-filters .situacao-filter {
  border-top: none !important;
  border-bottom: 1px solid #ddd;
}

.container-toolbar-filters nsj-button.btn-reload {
  padding-right: 20px;
}

.container-toolbar-filters nsj-button.btn-reload button {
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.container-toolbar-filters nsj-button.btn-filtrar button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.toast-title {
  font-size: 16px;
  width: fit-content;
  grid-area: titulo;
}

.toast-message {
  font-size: 14px;
  font-weight: normal;
  grid-area: mensagem;
}

.toast-message ul {
  padding-left: 10px;
}

#toast-container .toast {
  display: grid;
  grid-template-columns: auto 40px;
  grid-template-rows: auto auto;
  grid-template-areas: 'titulo botao' 'mensagem mensagem';
}

#toast-container>.toast-success,
#toast-container>.toast-error,
#toast-container>.toast-warning,
#toast-container>.toast-info {
  background-position: 20px 20px;
  opacity: 1 !important;
  width: fit-content;
}

#toast-container>.toast-success {
  background-image: url(https://i.nasajon.com.br/geral/icones/check-circle.svg) !important;
  background-color: #008a17;
}

#toast-container>.toast-error {
  background-image: url(https://i.nasajon.com.br/geral/icones/times-circle.svg) !important;
  background-color: #c82333;
}

#toast-container>.toast-warning {
  background-image: url(https://i.nasajon.com.br/geral/icones/exclamation-triangle.svg) !important;
  background-color: #ec971f;
}

#toast-container>.toast-info {
  background-image: url(https://i.nasajon.com.br/geral/icones/info-circle.svg) !important;
  background-color: #31b0d5;
}

#toast-container .toast-close-button {
  grid-area: botao;
  margin-top: 2px;
  margin-right: 10px;
  height: 20px !important;
}

.follow-up {
  display: flex;
  cursor: pointer;
}

.follow-up .follow-up-thumbnail {
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}

.follow-up small {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.2rem;
  margin: 0;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.4rem;
  white-space: normal;
}

.follow-up.cursor-followup {
  cursor: default;
}

.follow-up .follow-up-thumbnail.cor-min-info {
  background-color: #cecece;
}

.skeleton-text {
  background: linear-gradient(90deg, #b3b3b3, #e6e6e6);
  background-size: 400% 400%;
  display: inline-block;
  width: 50%;
  height: inherit;
  -webkit-animation: skeleton-text 700ms ease-in-out infinite;
  -moz-animation: skeleton-text 700ms ease-in-out infinite;
  -o-animation: skeleton-text 700ms ease-in-out infinite;
  animation: skeleton-text 700ms ease-in-out infinite;
}

@-webkit-keyframes skeleton-text {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 51%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes skeleton-text {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 51%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-o-keyframes skeleton-text {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 51%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes skeleton-text {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 51%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.error-page {
  background: #fff;
  display: grid;
  grid-template-rows: max-content auto;
  height: 100%;
}

.error-page>.header {
  align-items: center;
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.15);
  display: grid;
  justify-content: center;
  padding: 19px 16px;
}

.error-page>.header>img {
  width: 140px;
}

.error-page>.content {
  align-items: center;
  display: grid;
  justify-content: center;
}

.error-page>.content>div {
  border-radius: 20px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px;
  row-gap: 20px;
  width: 450px;
}

.error-page>.content>div>h4 {
  font-family: PT Sans Narrow;
  font-size: 20px;
  font-weight: 700;
  margin: unset;
}

.error-page>.content>div>p {
  font-family: PT Sans;
  font-size: 14px;
  margin: unset;
}

.error-page>.content>div>p.codigo-erro {
  color: #bfbfbf;
}

.error-page>.content>div>a {
  align-self: end;
  font-weight: normal !important;
}

.agendamentos-form-page {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}

.agendamentos-form-page form {
  flex: 1;
}

@media (max-width: 767.9px) {
  .agendamentos-form-page .headline {
    align-items: unset;
    flex-direction: column;
  }
}

.agendamentos-form-page .headline .left-content {
  justify-content: unset;
}

.agendamentos-form-page .headline .right-content {
  justify-content: flex-end;
}

@media (max-width: 767.9px) {
  .agendamentos-form-page .headline .right-content {
    justify-content: space-between;
  }
}

.agendamentos-form-page .agendamentos-checkin-row {
  display: flex;
  justify-content: space-between;
  margin: 5px 15px 20px;
}

@media (max-width: 991.9px) {
  .agendamentos-form-page .agendamentos-checkin-row {
    flex-direction: column;
  }

  .agendamentos-form-page .agendamentos-checkin-row>div {
    padding: 10px 15px !important;
  }

  .agendamentos-form-page .agendamentos-checkin-row>div:not(:nth-child(3n)) {
    margin-bottom: 15px;
    margin-right: unset !important;
  }
}

@media (max-width: 1200.9px) {
  .agendamentos-form-page .agendamentos-checkin-row {
    margin: 5px 0 20px;
  }
}

.agendamentos-form-page .agendamentos-checkin-row>div {
  align-items: center;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 80px;
  justify-content: center;
  padding: 0 15px;
}

.agendamentos-form-page .agendamentos-checkin-row>div:not(:nth-child(3n)) {
  margin-right: 20px;
}

.agendamentos-form-page .agendamentos-checkin-row>div:nth-child(3n) {
  flex: 0.5;
}

.agendamentos-form-page .agendamentos-checkin-row>div>div {
  align-items: center;
  display: flex;
}

.agendamentos-form-page .agendamentos-checkin-row>div>div h2 {
  flex: 1;
}

.agendamentos-form-page .agendamentos-checkin-row>div h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  margin: 0 10px 0 0;
}

.agendamentos-form-page .agendamentos-checkin-row>div h5.agendamentos-checkin::after {
  content: ' ';
  white-space: pre;
}

.agendamentos-form-page .agendamentos-checkin-row>div h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  margin: 0 10px 0 0;
}

@media (max-width: 1200.9px) {
  .agendamentos-form-page .agendamentos-checkin-row>div h2 {
    font-size: 28px !important;
    line-height: unset !important;
  }
}

.agendamentos-form-page .agendamentos-checkin-row>div i {
  font-size: 18px;
  line-height: 20.7px;
}

.agendamentos-form-page .agendamentos-checkin-row>div i.fa-check-circle {
  color: #008a17;
}

.agendamentos-form-page .agendamentos-checkin-row>div i.fa-exclamation-circle {
  color: #ffa800;
}

.agendamentos-form {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 50% 50%;
  overflow-x: auto;
}

@media (max-width: 1200.9px) {
  .agendamentos-form {
    align-items: unset;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .agendamentos-form>div {
    display: contents !important;
  }
}

.agendamentos-form>div {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1201px) {
  .agendamentos-form>div.noCliente {
    align-self: stretch;
  }
}

.agendamentos-form>div .panel-follow-ups,
.agendamentos-form>div .panel-clientes {
  display: flex;
  flex-direction: column;
}

.agendamentos-form>div .panel-follow-ups .panel-body,
.agendamentos-form>div .panel-clientes .panel-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.agendamentos-form>div .panel-follow-ups {
  order: 3;
}

.agendamentos-form textarea {
  color: #363632;
}

.agendamentos-form textarea.disabled {
  border: unset;
  background-color: #f5f5f5 !important;
}

.agendamentos-form div.switch-presencial.col-sm-9 {
  padding-top: 7px;
}

.agendamentos-form div.switch-presencial label {
  margin-bottom: 0;
}

.agendamentos-form div.switch-presencial label.disabled {
  opacity: 0.5;
}

.clientes-modal .clientes-table {
  max-height: 50vh;
  overflow-x: auto;
}

.clientes-modal .clientes-table table {
  margin-bottom: 0;
}

.clientes-modal .clientes-table table .custom-checkbox input[type='checkbox'] {
  display: none;
}

.clientes-modal .clientes-table table span.checkmark {
  cursor: pointer;
  left: unset;
  top: 4px;
  z-index: -5;
}

.clientes-modal .clientes-table .cliente-classe {
  margin: auto;
}

.panel-body-clientes .clientes-item {
  border-bottom: 1px solid #dddddd;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr max-content;
  padding-bottom: 20px;
}

@media (max-width: 767.9px) {
  .panel-body-clientes .clientes-item {
    flex-direction: column;
  }

  .panel-body-clientes .clientes-item div.list-group-item-label {
    align-items: center;
    flex-direction: row !important;
    justify-content: space-between;
    margin-top: 1rem;
  }

  .panel-body-clientes .clientes-item div.list-group-item-label .cliente-classe {
    margin-top: unset !important;
  }
}

.panel-body-clientes .clientes-item div.list-group-item-content {
  min-width: 0;
}

.panel-body-clientes .clientes-item div.list-group-item-content .list-group-item-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  margin-bottom: 3px;
}

.panel-body-clientes .clientes-item div.list-group-item-content .list-group-item-text {
  font-size: 14px;
  line-height: 16.8px;
}

.panel-body-clientes .clientes-item div.list-group-item-content .list-group-item-text:not(:last-of-type) {
  margin-bottom: 3px;
}

.panel-body-clientes .clientes-item div.list-group-item-label {
  display: flex;
  flex-direction: column;
}

.panel-body-clientes .clientes-item div.list-group-item-label .cliente-classe {
  align-self: flex-end;
  margin-top: 15px;
}

.panel-body-clientes .clientes-financeiro,
.panel-body-clientes .clientes-pedido {
  padding: 20px 0;
}

.panel-body-clientes .clientes-financeiro>div,
.panel-body-clientes .clientes-pedido>div {
  align-items: center;
  display: flex;
}

@media (max-width: 1200.9px) {
  .panel-body-clientes .clientes-financeiro>div:first-of-type,
  .panel-body-clientes .clientes-pedido>div:first-of-type {
    margin-bottom: 0.5rem;
  }
}

.panel-body-clientes .clientes-financeiro>div div:first-of-type,
.panel-body-clientes .clientes-pedido>div div:first-of-type {
  align-items: center;
  background-color: #d61e1e;
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 40px;
  justify-content: center;
  margin-right: 20px;
  width: 40px;
}

.panel-body-clientes .clientes-financeiro>div div:last-of-type,
.panel-body-clientes .clientes-pedido>div div:last-of-type {
  flex: 1;
  font-size: 14px;
  line-height: 16.8px;
}

.panel-body-clientes .clientes-financeiro>div div:last-of-type p,
.panel-body-clientes .clientes-pedido>div div:last-of-type p {
  margin: 0;
  display: flex;
}

.panel-body-clientes .clientes-financeiro>div div:last-of-type p strong::after,
.panel-body-clientes .clientes-pedido>div div:last-of-type p strong::after {
  content: ' ';
  white-space: pre;
}

.panel-body-clientes .clientes-financeiro>div div:last-of-type p .skeleton-text,
.panel-body-clientes .clientes-pedido>div div:last-of-type p .skeleton-text {
  flex: 1;
  height: 14px;
  margin-right: 20%;
  max-width: 60px;
}

.panel-body-clientes .clientes-financeiro>div div:last-of-type p:first-of-type,
.panel-body-clientes .clientes-pedido>div div:last-of-type p:first-of-type {
  margin-bottom: 3px;
}

.panel-body-clientes .clientes-localizacao {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-bottom: 5px;
}

.panel-body-clientes .clientes-localizacao google-maps {
  display: contents;
}

.panel-body-clientes .clientes-localizacao google-maps #map {
  flex: 1;
  height: unset;
  margin: 15px 0 0;
  min-height: 252px;
}

.panel-body-clientes .clientes-localizacao .endereco-popup {
  align-self: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.35);
  display: flex;
  margin-top: -85px;
  width: 90%;
  z-index: 5;
}

.panel-body-clientes .clientes-localizacao .endereco-popup div:first-of-type {
  align-items: center;
  background-color: #eaeaea;
  display: flex;
  font-size: 24px;
  min-height: 60px;
  justify-content: center;
  margin: 12px 10px 12px 12px;
  width: 60px;
}

.panel-body-clientes .clientes-localizacao .endereco-popup div:last-of-type {
  align-self: center;
  color: #363632;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 12px 0;
}

.panel-body-clientes .clientes-localizacao .endereco-popup div:last-of-type h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin: 0 0 10px;
}

.panel-body-clientes .clientes-localizacao .endereco-popup div:last-of-type p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

.panel-body-clientes .clientes-localizacao .endereco-popup button {
  background: none;
  color: #999;
  font-weight: 900;
  padding: 0 20px;
}

.cliente-classe {
  align-items: center;
  align-self: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 22px;
  width: 22px;
}

.cliente-classe.A {
  background-color: #008a17;
}

.cliente-classe.B {
  background-color: #ffa800;
}

.cliente-classe.C {
  background-color: #c00;
}

.cliente-classe span {
  color: #fff !important;
}

.panel-body-followups {
  padding: 20px 20px 15px !important;
}

.panel-body-followups agendamentos-follow-ups-item .agendamentos-follow-ups-item {
  margin-bottom: 20px;
}

.panel-body-followups agendamentos-follow-ups-item .follow-ups-icon::after {
  content: '';
  background: #ddd;
  height: calc(100% - 12px);
  position: absolute;
  top: 32px;
  width: 3px;
}

.panel-body-followups agendamentos-follow-ups-item:last-child .agendamentos-follow-ups-item {
  margin-bottom: unset;
}

.panel-body-followups agendamentos-follow-ups-item:last-child .follow-ups-icon::after {
  content: none !important;
}

.panel-body-followups .agendamentos-follow-ups-item {
  display: flex;
  flex-direction: row;
  position: relative;
}

.panel-body-followups .agendamentos-follow-ups-item>div.follow-ups-icon {
  align-items: center;
  border: 2px solid #d61e1e;
  border-radius: 50%;
  color: #d61e1e;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  margin-right: 10px;
  width: 32px;
}

.panel-body-followups .agendamentos-follow-ups-item>div:last-of-type {
  border-bottom: 1px solid #ddd;
  flex: 1;
}

.panel-body-followups .agendamentos-follow-ups-item>div:last-of-type p:first-of-type {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 5px;
}

.panel-body-followups .agendamentos-follow-ups-item>div:last-of-type p:last-of-type {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 10px;
}

.panel-body-followups .agendamentos-follow-ups-item>div:last-of-type p:last-of-type span.verMais,
.panel-body-followups .agendamentos-follow-ups-item>div:last-of-type p:last-of-type span.verMenos {
  color: #00459b;
  cursor: pointer;
}

.panel-body-followups .agendamentos-follow-ups-item>div:last-of-type p:last-of-type span.verMais.verMais::before,
.panel-body-followups .agendamentos-follow-ups-item>div:last-of-type p:last-of-type span.verMenos.verMais::before {
  content: '... ';
  color: #363632;
  cursor: text;
  white-space: pre;
}

.panel-body-followups .agendamentos-follow-ups-item>div:last-of-type p:last-of-type span.verMais.verMenos::before,
.panel-body-followups .agendamentos-follow-ups-item>div:last-of-type p:last-of-type span.verMenos.verMenos::before {
  content: ' ';
  white-space: pre;
}

.agendamentos-follow-ups-form-body {
  padding: 0 15px;
}

.agendamentos-follow-ups-form-body label {
  margin-bottom: 10px !important;
  padding: 0 !important;
}

.agendamentos-follow-ups-form-footer {
  padding: 15px 0;
  text-align: right;
}

.container-resumo-box {
  border-bottom: 1px solid #ddd;
  display: flex;
  margin-top: 25px;
}

@media (max-width: 1150px) {
  .container-resumo-box {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: repeat(1, 110px);
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1112px) {
  .container-resumo-box {
    grid-template-rows: repeat(2, 90px);
  }
}

@media (max-width: 767px) {
  .container-resumo-box {
    display: block;
    margin-top: 25px;
  }
}

.container-resumo-box .resumos-box {
  min-width: 205px;
}

@media (min-width: 1150px) {
  .container-resumo-box .resumos-box {
    width: 19%;
    margin-left: 1%;
  }
}

@media (min-width: 1150px) {
  .container-resumo-box .resumos-box .resumos-box>.panel-horizontal {
    margin-bottom: 10px;
  }
}

@media (min-width: 1150px) {
  .resumos-box:last-child {
    margin-right: 20px;
  }
}

nsj-filters.agendamentos-filters .more-filters {
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 20px;
}

.agendamentos-index nsj-date-picker-ranger input,
.historico-de-compras-index nsj-date-picker-ranger input {
  background-color: #fff !important;
}

.agendamentos-index nsj-date-picker-ranger span.input-group-btn,
.historico-de-compras-index nsj-date-picker-ranger span.input-group-btn {
  border: unset;
  position: absolute;
  right: 28px;
  top: 2px;
  z-index: 5;
}

.agendamentos-index nsj-date-picker-ranger span.input-group-btn button,
.historico-de-compras-index nsj-date-picker-ranger span.input-group-btn button {
  border: unset;
  padding: 5px 10px !important;
}

.agendamentos-index nsj-date-picker-ranger div.date-range-picker .dropdown-menu,
.historico-de-compras-index nsj-date-picker-ranger div.date-range-picker .dropdown-menu {
  width: auto;
  right: auto !important;
}

.equipes-edit.equipes-edit .panel-equipes,
.equipes-view.equipes-edit .panel-equipes {
  margin-bottom: 60px;
}

.equipes-edit.equipes-edit .panel-equipes .empty-page,
.equipes-view.equipes-edit .panel-equipes .empty-page {
  margin-top: 10px;
  margin-bottom: 10px;
}

.equipes-edit.equipes-edit .panel-equipes .body-table-wrapper-add-button,
.equipes-view.equipes-edit .panel-equipes .body-table-wrapper-add-button {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.equipes-edit .panel-equipes .panel-body,
.equipes-view .panel-equipes .panel-body {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  margin: 15px 20px;
  padding: unset !important;
}

.equipes-edit .panel-equipes .panel-body nsj-table table.table,
.equipes-view .panel-equipes .panel-body nsj-table table.table {
  margin-bottom: unset;
  border: unset;
}

.equipes-edit .panel-equipes .panel-body nsj-table table.table tbody tr:last-child td,
.equipes-view .panel-equipes .panel-body nsj-table table.table tbody tr:last-child td {
  border-bottom: unset;
}

equipes-item .list-group-item-content .list-group-item-heading {
  margin-bottom: 5px !important;
}

.metas-form .form-group .label-container {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767.9px) {
  .metas-form .form-group .label-container {
    justify-content: flex-start;
  }
}

.metas-form .nsj-date-picker[readonly] label i.fa-calendar-day,
.nsj-date-picker[disabled] label i.fa-calendar-day {
  color: #999;
}

.metas-form .nsj-date-picker[readonly] input.datepicker-action,
.metas-form .nsj-date-picker[readonly] input.datepicker-action,
.nsj-date-picker[disabled] input.datepicker-action,
.nsj-date-picker[disabled] input.datepicker-action {
  background-color: #f5f5f5;
  border: none;
  color: #999;
}

.metas-form nsj-lookup div[readonly],
nsj-lookup div[disabled] {
  background-color: #f5f5f5;
}

.metas-form .body-list .list-group vendedores-item.list-group-item:hover {
  background-color: unset;
}

.metas-form .body-list .list-group vendedores-item.list-group-item .list-group-item-content.hideHover:hover {
  background-color: unset;
}

.metas-form .body-list .list-group vendedores-item.list-group-item .list-group-item-content.input-hover:hover input {
  background-color: #e5ecf5;
}

.metas-form .body-list .list-group vendedores-item.list-group-item .bonificacoes-inputs.hideHover:hover {
  background-color: #f5f5f5;
}

.metas-form .body-list .list-group vendedores-item.list-group-item .bonificacoes-inputs.input-hover:hover input {
  background-color: #e5ecf5;
}

.metas-form .body-list .list-group vendedores-item.list-group-item .bonificacoes-inputs {
  position: relative;
}

.metas-form .body-list .list-group vendedores-item.list-group-item .list-group-item-content .table-btns-actions,
.metas-form .body-list .list-group vendedores-item.list-group-item .bonificacoes-inputs .table-btns-actions {
  display: none;
  position: absolute;
}

.metas-form .body-list .list-group vendedores-item.list-group-item .list-group-item-content:hover,
.metas-form .body-list .list-group vendedores-item.list-group-item .bonificacoes-inputs:hover {
  background-color: #e5ecf5;
}

.metas-form .body-list .list-group vendedores-item.list-group-item .list-group-item-content:hover .table-btns-actions,
.metas-form .body-list .list-group vendedores-item.list-group-item .bonificacoes-inputs:hover .table-btns-actions {
  display: inline-block;
  top: 100%;
}

regras-form .panel-body .form-group .text-descricao {
  resize: none;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  regras-form .panel-body .form-group .input-codigo-regras.col-sm-8 {
    width: 58%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  regras-form .panel-body .form-group .input-codigo-regras.col-sm-8 {
    width: 55%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  regras-form .panel-body .form-group .input-codigo-regras.col-sm-8 {
    width: 60%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599.98px) {
  regras-form .panel-body .form-group .input-codigo-regras.col-sm-8 {
    width: 63%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1799.98px) {
  regras-form .panel-body .form-group .input-codigo-regras.col-sm-8 {
    width: 65%;
  }
}

@media only screen and (min-width: 1800px) {
  regras-form .panel-body .form-group .input-codigo-regras.col-sm-8 {
    width: 67%;
  }
}

regras-form .panel-body .form-group .switch-regras-padrao {
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

regras-form .panel-body .form-group .switch-regras-padrao label.nsj-switch {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  regras-form .panel-body .form-group .switch-regras-padrao.col-sm-2 {
    width: 25.33333333%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  regras-form .panel-body .form-group .switch-regras-padrao.col-sm-2 {
    width: 28.33333333%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  regras-form .panel-body .form-group .switch-regras-padrao.col-sm-2 {
    width: 23.33333333%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  regras-form .panel-body .form-group .switch-regras-padrao.col-sm-2 {
    width: 23.33333333%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599.98px) {
  regras-form .panel-body .form-group .switch-regras-padrao.col-sm-2 {
    width: 20.33333333%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1799.98px) {
  regras-form .panel-body .form-group .switch-regras-padrao.col-sm-2 {
    width: 18.33333333%;
  }
}

@media only screen and (min-width: 1800px) {
  regras-form .panel-body .form-group .switch-regras-padrao.col-sm-2 {
    width: 16.33333333%;
  }
}

.content-regras,
.content-vendedores {
  display: contents;
}

.content-regras .panel-body,
.content-vendedores .panel-body {
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  padding: unset;
}

.content-regras .panel-body .table tbody td,
.content-regras .panel-body .table tfoot td,
.content-vendedores .panel-body .table tbody td,
.content-vendedores .panel-body .table tfoot td {
  border-bottom: unset;
}

.content-regras .panel-body .empty-page,
.content-vendedores .panel-body .empty-page {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 120px;
}

.content-regras .panel-body .empty-page p,
.content-vendedores .panel-body .empty-page p {
  margin: unset;
}

.periodos-apuracoes-definir-metas-form-page form {
  height: 100%;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content {
  overflow: auto;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(max-content, 180px) 1fr;
  margin-bottom: 20px;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>ul.tab-list {
  display: flex;
  flex-direction: column;
  padding: unset;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>ul.tab-list .tab {
  border-radius: 100px;
  color: #363632;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 23px 24px;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>ul.tab-list .tab.selected {
  background-color: rgba(0,70,155,0.1);
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div {
  display: grid;
  gap: 16px;
  grid-template-rows: max-content 1fr;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .header-info {
  --shadow: hsla(0 0% 0% / 0.1) 0 0.5rem 1rem;
  align-items: center;
  display: grid;
  gap: 16px;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  grid-template-columns: max-content repeat(3, 1fr);
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .header-info .card {
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ddd;
  display: grid;
  gap: 12px;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  grid-template-columns: max-content 1fr;
  padding: 10px;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .header-info .card h6,
.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .header-info .card p {
  font-size: 14px;
  line-height: 20px;
  margin: unset;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .header-info .card p {
  font-weight: 700;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .header-info .card h6 {
  color: #757575;
  font-weight: 400;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .header-info .card i {
  font-size: 22px;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .header-info .card i.fa-edit {
  color: #00367a;
  cursor: pointer;
  font-size: 18px;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .header-info .card i.fa-edit:hover {
  color: #002047;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .vendedores-list h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 16px;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .vendedores-list .vendedores-list-content {
  border-left: 4px solid #00367a !important;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .vendedores-list .vendedores-list-content periodos-apuracoes-definir-metas-vendedor-item {
  display: grid;
  gap: 12px;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  grid-template-columns: 120px repeat(3, 1fr);
  padding: 16px;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .vendedores-list .vendedores-list-content periodos-apuracoes-definir-metas-vendedor-item+periodos-apuracoes-definir-metas-vendedor-item {
  border-top: 1px solid #ddd;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .vendedores-list .vendedores-list-content periodos-apuracoes-definir-metas-vendedor-item>div {
  align-content: end;
  display: grid;
  gap: 12px;
  grid-auto-flow: row;
  grid-auto-rows: max-content;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .vendedores-list .vendedores-list-content periodos-apuracoes-definir-metas-vendedor-item>div .form-group {
  margin-bottom: unset;
}

.periodos-apuracoes-definir-metas-form-page form .container-fluid.page-content periodos-apuracoes-definir-metas-form>div .vendedores-list .vendedores-list-content periodos-apuracoes-definir-metas-vendedor-item>div .form-group label {
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 6px;
}

.regras-de-agendamentos-edit.regras-de-agendamentos-edit .panel-regras,
.regras-de-agendamentos-view.regras-de-agendamentos-edit .panel-regras {
  margin-bottom: 60px;
}

.regras-de-agendamentos-edit.regras-de-agendamentos-edit .panel-regras .body-table-wrapper-add-button,
.regras-de-agendamentos-view.regras-de-agendamentos-edit .panel-regras .body-table-wrapper-add-button {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.regras-de-agendamentos-edit .panel-regras .panel-body,
.regras-de-agendamentos-view .panel-regras .panel-body {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  margin: 15px 20px;
  padding: unset !important;
}

.regras-de-agendamentos-edit .panel-regras .panel-body nsj-table table.table,
.regras-de-agendamentos-view .panel-regras .panel-body nsj-table table.table {
  margin-bottom: unset;
  border: unset;
}

.regras-de-agendamentos-edit .panel-regras .panel-body nsj-table table.table tbody tr:last-child td,
.regras-de-agendamentos-view .panel-regras .panel-body nsj-table table.table tbody tr:last-child td {
  border-bottom: unset;
}

.empty-page-regras-de-agendamentos {
  padding: 20px !important;
}

.empty-page-regras-de-agendamentos p {
  margin: unset;
}

regras-de-agendamentos-item {
  background: #fff;
  grid-template-columns: 60px 1fr;
  padding: 10px 20px;
}

regras-de-agendamentos-item .list-group-item-content .list-group-item-heading {
  margin-bottom: 5px !important;
}

.regras-de-agendamento-modal .container-fluid {
  padding: 20px 15px;
}

.regras-de-agendamento-modal .container-fluid .intervalo-control {
  align-items: center;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 1fr max-content;
}

.regras-de-agendamento-modal .container-fluid .intervalo-control span {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.regras-de-agendamento-modal .container-fluid div.switch-presencial {
  padding-top: 7px;
}

.regras-de-agendamento-modal .container-fluid div.switch-presencial label {
  margin-bottom: 0;
}

.regras-de-agendamento-modal .container-fluid div.switch-presencial label.disabled {
  opacity: 0.5;
}

.segmentos-atuacao-form .form-group {
  margin-bottom: unset;
}

.segmentos-atuacao-form .panel-body.has-table {
  padding: unset;
}

.segmentos-atuacao-form .body-table-wrapper-add-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.vendedores-new .container-fluid.page-content .clientes-tab,
.vendedores-edit .container-fluid.page-content .clientes-tab,
.vendedores-view .container-fluid.page-content .clientes-tab {
  display: grid;
  grid-template-columns: 1fr 385px;
  gap: 16px;
}

.vendedores-new .container-fluid.page-content .clientes-tab vendedores-clientes-form,
.vendedores-edit .container-fluid.page-content .clientes-tab vendedores-clientes-form,
.vendedores-view .container-fluid.page-content .clientes-tab vendedores-clientes-form {
  margin-bottom: 16px;
}

.vendedores-new .container-fluid.page-content .clientes-tab vendedores-clientes-form nsj-table,
.vendedores-edit .container-fluid.page-content .clientes-tab vendedores-clientes-form nsj-table,
.vendedores-view .container-fluid.page-content .clientes-tab vendedores-clientes-form nsj-table {
  margin-bottom: unset !important;
}

.vendedores-new .container-fluid.page-content .clientes-tab vendedores-clientes-form>div:first-child,
.vendedores-edit .container-fluid.page-content .clientes-tab vendedores-clientes-form>div:first-child,
.vendedores-view .container-fluid.page-content .clientes-tab vendedores-clientes-form>div:first-child {
  grid-row: 2;
}

.vendedores-new .container-fluid.page-content .clientes-tab .clientes-list,
.vendedores-edit .container-fluid.page-content .clientes-tab .clientes-list,
.vendedores-view .container-fluid.page-content .clientes-tab .clientes-list {
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-block: 16px;
}

.vendedores-new .container-fluid.page-content .clientes-tab .clientes-list>div,
.vendedores-edit .container-fluid.page-content .clientes-tab .clientes-list>div,
.vendedores-view .container-fluid.page-content .clientes-tab .clientes-list>div {
  padding: 12px 16px;
}

.vendedores-new .container-fluid.page-content .clientes-tab .clientes-list .cliente-item,
.vendedores-edit .container-fluid.page-content .clientes-tab .clientes-list .cliente-item,
.vendedores-view .container-fluid.page-content .clientes-tab .clientes-list .cliente-item {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr max-content;
}

.vendedores-new .container-fluid.page-content .clientes-tab .clientes-list .cliente-item:not(:last-child),
.vendedores-edit .container-fluid.page-content .clientes-tab .clientes-list .cliente-item:not(:last-child),
.vendedores-view .container-fluid.page-content .clientes-tab .clientes-list .cliente-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.vendedores-new .container-fluid.page-content .clientes-tab .clientes-list .cliente-item>div p,
.vendedores-edit .container-fluid.page-content .clientes-tab .clientes-list .cliente-item>div p,
.vendedores-view .container-fluid.page-content .clientes-tab .clientes-list .cliente-item>div p {
  margin: unset;
}

.vendedores-new .container-fluid.page-content .clientes-tab .clientes-list .cliente-item>div p:first-child,
.vendedores-edit .container-fluid.page-content .clientes-tab .clientes-list .cliente-item>div p:first-child,
.vendedores-view .container-fluid.page-content .clientes-tab .clientes-list .cliente-item>div p:first-child {
  font-size: 14px;
  line-height: 20px;
}

.vendedores-new .container-fluid.page-content .clientes-tab .clientes-list .cliente-item>div p:last-child:not(:first-child),
.vendedores-edit .container-fluid.page-content .clientes-tab .clientes-list .cliente-item>div p:last-child:not(:first-child),
.vendedores-view .container-fluid.page-content .clientes-tab .clientes-list .cliente-item>div p:last-child:not(:first-child) {
  color: #50504b;
  font-size: 12px;
  line-height: 16px;
}

.vendedores-new .container-fluid.page-content .clientes-tab .clientes-list .cliente-item nsj-button,
.vendedores-edit .container-fluid.page-content .clientes-tab .clientes-list .cliente-item nsj-button,
.vendedores-view .container-fluid.page-content .clientes-tab .clientes-list .cliente-item nsj-button {
  align-self: end;
}

.vendedores-new .container-fluid.page-content .clientes-tab .clientes-list .cliente-item nsj-button a,
.vendedores-edit .container-fluid.page-content .clientes-tab .clientes-list .cliente-item nsj-button a,
.vendedores-view .container-fluid.page-content .clientes-tab .clientes-list .cliente-item nsj-button a {
  color: #363632 !important;
  font-size: 11px;
  font-weight: 700 !important;
  height: unset !important;
  line-height: 16px;
  padding: 0 !important;
}

.vendedores-new .container-fluid.page-content vendedores-clientes-form,
.vendedores-edit .container-fluid.page-content vendedores-clientes-form,
.vendedores-view .container-fluid.page-content vendedores-clientes-form {
  display: grid;
  grid-template-rows: max-content max-content;
  row-gap: 16px;
}

.vendedores-new .container-fluid.page-content vendedores-clientes-form>div,
.vendedores-edit .container-fluid.page-content vendedores-clientes-form>div,
.vendedores-view .container-fluid.page-content vendedores-clientes-form>div {
  align-items: center;
  column-gap: 8px;
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
}

.vendedores-new .container-fluid.page-content vendedores-clientes-form>nsj-table,
.vendedores-edit .container-fluid.page-content vendedores-clientes-form>nsj-table,
.vendedores-view .container-fluid.page-content vendedores-clientes-form>nsj-table {
  margin-inline: unset;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form,
.vendedores-view .container-fluid.page-content vendedores-agendas-form {
  display: grid;
  gap: 16px;
  grid-auto-flow: dense;
  grid-template-columns: 1fr 1fr;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form {
  border-radius: 10px;
  border: 1px solid #ddd;
  display: grid;
  grid-auto-flow: row;
  height: max-content;
  padding: 16px;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr max-content 1.5fr;
  height: max-content;
  margin-bottom: 16px;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente>span,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente>span,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente>span {
  border-right: 1px solid #ddd;
  height: 100%;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente>div>p:first-child,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente>div>p:first-child,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente>div>p:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente>div p:last-child,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente>div p:last-child,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente>div p:last-child {
  font-size: 14px;
  line-height: 20px;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente p,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente p,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.info-cliente p {
  margin: unset;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.recorrencia,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.recorrencia,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.recorrencia {
  column-gap: 8px;
  display: grid;
  grid-template-columns: 1fr max-content;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.recorrencia .intervalo-control,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.recorrencia .intervalo-control,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.recorrencia .intervalo-control {
  align-items: center;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 1fr max-content;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.recorrencia .intervalo-control span,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.recorrencia .intervalo-control span,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>div.recorrencia .intervalo-control span {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form .dias-group-button,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form .dias-group-button,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form .dias-group-button {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-block: 2px;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form .dias-group-button button,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form .dias-group-button button,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form .dias-group-button button {
  border-radius: 50%;
  height: 30px;
  padding: unset;
  text-align: center;
  width: 30px;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>.recorrencia-mensal,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>.recorrencia-mensal,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>.recorrencia-mensal {
  column-gap: 8px;
  display: grid;
  grid-template-columns: max-content 1fr;
}

.vendedores-new .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>.recorrencia-mensal div.form-group:last-child>div,
.vendedores-edit .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>.recorrencia-mensal div.form-group:last-child>div,
.vendedores-view .container-fluid.page-content vendedores-agendas-form vendedores-agendas-card-form>.recorrencia-mensal div.form-group:last-child>div {
  column-gap: 8px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.vendedores-new #calendar,
.vendedores-edit #calendar,
.vendedores-view #calendar {
  border: 1px solid #ddd;
  border-radius: 10px;
}

.vendedores-new #calendar *,
.vendedores-edit #calendar *,
.vendedores-view #calendar * {
  color: #363632;
}

.vendedores-new #calendar *:not(.fc-icon),
.vendedores-edit #calendar *:not(.fc-icon),
.vendedores-view #calendar *:not(.fc-icon) {
  font-size: 14px;
}

.vendedores-new #calendar .fc-toolbar.fc-header-toolbar,
.vendedores-edit #calendar .fc-toolbar.fc-header-toolbar,
.vendedores-view #calendar .fc-toolbar.fc-header-toolbar {
  padding: 12px 24px;
  margin-bottom: unset;
}

.vendedores-new #calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-title,
.vendedores-edit #calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-title,
.vendedores-view #calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.vendedores-new #calendar .fc-toolbar.fc-header-toolbar button,
.vendedores-edit #calendar .fc-toolbar.fc-header-toolbar button,
.vendedores-view #calendar .fc-toolbar.fc-header-toolbar button {
  background: unset;
  border: unset;
  color: #363632;
  padding: unset;
}

.vendedores-new #calendar .fc-dayGridMonth-view table.fc-scrollgrid-sync-table,
.vendedores-edit #calendar .fc-dayGridMonth-view table.fc-scrollgrid-sync-table,
.vendedores-view #calendar .fc-dayGridMonth-view table.fc-scrollgrid-sync-table {
  height: unset !important;
}

.vendedores-new #calendar .fc-dayGridMonth-view table,
.vendedores-new #calendar .fc-dayGridMonth-view table *,
.vendedores-edit #calendar .fc-dayGridMonth-view table,
.vendedores-edit #calendar .fc-dayGridMonth-view table *,
.vendedores-view #calendar .fc-dayGridMonth-view table,
.vendedores-view #calendar .fc-dayGridMonth-view table * {
  border: unset !important;
}

.vendedores-new #calendar .fc-dayGridMonth-view table .fc-daygrid-day-top,
.vendedores-new #calendar .fc-dayGridMonth-view table .fc-scrollgrid-sync-inner,
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-daygrid-day-top,
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-scrollgrid-sync-inner,
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-daygrid-day-top,
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-scrollgrid-sync-inner {
  align-items: center;
  justify-content: center;
}

.vendedores-new #calendar .fc-dayGridMonth-view table .fc-daygrid-day-top a,
.vendedores-new #calendar .fc-dayGridMonth-view table .fc-scrollgrid-sync-inner a,
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-daygrid-day-top a,
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-scrollgrid-sync-inner a,
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-daygrid-day-top a,
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-scrollgrid-sync-inner a {
  padding: 10px;
}

.vendedores-new #calendar .fc-dayGridMonth-view table .fc-daygrid-day-events,
.vendedores-new #calendar .fc-dayGridMonth-view table .fc-daygrid-day-bg,
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-daygrid-day-events,
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-daygrid-day-bg,
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-daygrid-day-events,
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-daygrid-day-bg {
  display: none;
}

.vendedores-new #calendar .fc-dayGridMonth-view table .fc-daygrid-day-events.fc-daygrid-day-bg:not(:empty),
.vendedores-new #calendar .fc-dayGridMonth-view table .fc-daygrid-day-bg.fc-daygrid-day-bg:not(:empty),
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-daygrid-day-events.fc-daygrid-day-bg:not(:empty),
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-daygrid-day-bg.fc-daygrid-day-bg:not(:empty),
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-daygrid-day-events.fc-daygrid-day-bg:not(:empty),
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-daygrid-day-bg.fc-daygrid-day-bg:not(:empty) {
  display: block;
}

.vendedores-new #calendar .fc-dayGridMonth-view table .fc-daygrid-day-events.fc-daygrid-day-bg:not(:empty) .fc-highlight,
.vendedores-new #calendar .fc-dayGridMonth-view table .fc-daygrid-day-bg.fc-daygrid-day-bg:not(:empty) .fc-highlight,
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-daygrid-day-events.fc-daygrid-day-bg:not(:empty) .fc-highlight,
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-daygrid-day-bg.fc-daygrid-day-bg:not(:empty) .fc-highlight,
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-daygrid-day-events.fc-daygrid-day-bg:not(:empty) .fc-highlight,
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-daygrid-day-bg.fc-daygrid-day-bg:not(:empty) .fc-highlight {
  background: unset;
  border-radius: 50%;
  border: 1.15px solid #5a5a5a !important;
}

.vendedores-new #calendar .fc-dayGridMonth-view table .fc-daygrid-day.fc-day-today,
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-daygrid-day.fc-day-today,
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-daygrid-day.fc-day-today {
  background-color: unset;
}

.vendedores-new #calendar .fc-dayGridMonth-view table .fc-daygrid-day.fc-day-today>div,
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-daygrid-day.fc-day-today>div,
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-daygrid-day.fc-day-today>div {
  background-color: rgba(0,69,155,0.05);
}

.vendedores-new #calendar .fc-dayGridMonth-view table .fc-daygrid-day>div,
.vendedores-edit #calendar .fc-dayGridMonth-view table .fc-daygrid-day>div,
.vendedores-view #calendar .fc-dayGridMonth-view table .fc-daygrid-day>div {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.cofiguracao-pedidos-form .panel-with-tabs {
  overflow-y: unset !important;
}

.cofiguracao-pedidos-form .text-aling-center {
  text-align: center;
}

.cofiguracao-pedidos-form .listagem-vazia {
  padding: 10px;
  text-align: center;
}

.cofiguracao-pedidos-form .tab-content {
  border-bottom: 1px solid #ddd;
}

.cofiguracao-pedidos-form p {
  margin-bottom: unset;
}

.cofiguracao-pedidos-form nsj-toolbar div.pull-right {
  display: none;
}

.cofiguracao-pedidos-form .configuracao-operacao-tab {
  display: grid;
  gap: 10px;
}

.cofiguracao-pedidos-form .configuracao-operacao-tab nsj-toolbar {
  border-bottom: unset;
}

.cofiguracao-pedidos-form .configuracao-operacao-tab .operacoes {
  display: grid;
  gap: 10px;
}

.cofiguracao-pedidos-form .configuracao-operacao-tab .configuracao-operacao-tab-item {
  align-items: center;
  border-radius: 15px;
  border: 1px solid #ddd;
  display: grid;
  gap: 15px;
  grid-template-columns: max-content 0.5fr 1fr 0.5fr 1fr max-content;
  padding: 10px;
}

.cofiguracao-pedidos-form .configuracao-operacao-tab .configuracao-operacao-tab-item label.nsj-switch {
  margin-left: 10px;
}

.cofiguracao-pedidos-form .configuracao-operacao-tab .configuracao-operacao-tab-item nsj-button-dropdown {
  margin-right: 10px;
}

.cofiguracao-pedidos-form .configuracao-operacao-tab .configuracao-operacao-tab-item nsj-button-dropdown button {
  background-color: inherit !important;
  border: none;
  box-shadow: unset !important;
  color: inherit !important;
  font-size: 20px;
  margin-left: 7px !important;
  margin-right: 7px !important;
  padding: unset !important;
}

.configuracao-pagamentos-tab {
  display: grid;
  gap: 10px;
}

.configuracao-pagamentos-tab .panels-bloco {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.configuracao-pagamentos-tab .panels-bloco .configuracao-pagamentos-panel,
.configuracao-pagamentos-tab .panels-bloco .configuracao-parcelamentos-panel {
  border-radius: 10px;
  border: 1px solid #ddd;
}

.configuracao-pagamentos-tab .panels-bloco .panel-default nsj-toolbar {
  position: unset;
}

.configuracao-pagamentos-tab .panels-bloco .panel-default .panel-body .group-item {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: grid;
  grid-template-columns: 100px repeat(3, 1fr);
  padding: 10px;
}

.configuracao-pagamentos-tab .panels-bloco .panel-default .panel-body .group-item .switch {
  align-items: center;
  display: grid;
  margin-left: 10px;
}

.configuracao-pagamentos-tab .panels-bloco .panel-default .panel-body .group-item nsj-checkbox .checkbox {
  margin: unset;
  padding: unset;
  text-align: center;
}

.configuracao-pagamentos-tab .panels-bloco .panel-default .panel-body .group-item .tooltip-bloco {
  display: grid;
  gap: 2px;
  grid-template-columns: max-content max-content;
}

.configuracao-pagamentos-tab .panels-bloco .panel-default .panel-body .group-item .tooltip-bloco span {
  bottom: 8px;
  cursor: pointer;
  position: relative;
}

.configuracao-pagamentos-tab .panels-bloco .panel-default .panel-body pagamentos-panel-item:last-child .group-item {
  border-bottom: unset;
}

.configuracao-pagamentos-tab .panels-bloco .panel-default .panel-body parcelamentos-panel-item:last-child .group-item {
  border-bottom: unset;
}

.configuracao-pedidos-tab,
.configuracao-clientes-tab {
  display: grid;
  gap: 10px;
}

.configuracao-pedidos-tab .panels-bloco,
.configuracao-clientes-tab .panels-bloco {
  display: grid;
  column-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.configuracao-pedidos-tab .bloco-exibicao-alertas-permissoes,
.configuracao-clientes-tab .bloco-exibicao-alertas-permissoes {
  display: grid;
  grid-template-rows: max-content max-content;
  row-gap: 30px;
}

.configuracao-pedidos-tab .panel-default,
.configuracao-clientes-tab .panel-default {
  border-radius: 15px !important;
  border: 1px solid #ddd !important;
  height: fit-content;
}

.configuracao-pedidos-tab .panel-default .panel-body,
.configuracao-clientes-tab .panel-default .panel-body {
  display: grid;
  grid-template-rows: max-content;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-title,
.configuracao-clientes-tab .panel-default .panel-body .group-title {
  margin-bottom: 10px !important;
  margin-left: 15px !important;
  margin-top: 5px !important;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch {
  align-items: center;
  border-bottom: 1px solid #dddddd;
  display: grid;
  grid-template-columns: 1fr max-content;
  padding: 10px;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch p,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch p {
  margin-left: 5px;
  margin-bottom: unset;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch label.nsj-switch,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch label.nsj-switch {
  margin-right: 5px;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch label.nsj-switch[disabled] span,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch label.nsj-switch[disabled] span {
  cursor: not-allowed;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch:last-child,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch:last-child {
  border-bottom: unset;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button>button.active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button>button.active:focus,
.configuracao-pedidos-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button>button.active:active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button>button.active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button>button.active:focus,
.configuracao-pedidos-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button>button.active:active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button>button.active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button>button.active:focus,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button>button.active:active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button>button.active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button>button.active:focus,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button>button.active:active,
.configuracao-clientes-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button>button.active,
.configuracao-clientes-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button>button.active:focus,
.configuracao-clientes-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button>button.active:active,
.configuracao-clientes-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button>button.active,
.configuracao-clientes-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button>button.active:focus,
.configuracao-clientes-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button>button.active:active,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button>button.active,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button>button.active:focus,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button>button.active:active,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button>button.active,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button>button.active:focus,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button>button.active:active {
  background-color: #f0f0f0 !important;
  box-shadow: unset;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button button,
.configuracao-pedidos-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button button,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button button,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button button,
.configuracao-clientes-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button button,
.configuracao-clientes-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button button,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button button,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button button {
  font-size: 14px;
  font-weight: 400;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button button:active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button button:focus,
.configuracao-pedidos-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button button:active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button button:focus,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button button:active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button button:focus,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button button:active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button button:focus,
.configuracao-clientes-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button button:active,
.configuracao-clientes-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button button:focus,
.configuracao-clientes-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button button:active,
.configuracao-clientes-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button button:focus,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button button:active,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button button:focus,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button button:active,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button button:focus {
  background-color: unset !important;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button button:active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button button:active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button button:active,
.configuracao-pedidos-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button button:active,
.configuracao-clientes-tab .panel-default .panel-body .group-item.group-item-switch>nsj-button-group nsj-button button:active,
.configuracao-clientes-tab .panel-default .panel-body .group-item .form-group nsj-button-group nsj-button button:active,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch.group-item-switch>nsj-button-group nsj-button button:active,
.configuracao-clientes-tab .panel-default .panel-body .group-item-switch .form-group nsj-button-group nsj-button button:active {
  box-shadow: unset;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item,
.configuracao-clientes-tab .panel-default .panel-body .group-item {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: max-content max-content;
  padding: 10px;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item nsj-checkbox,
.configuracao-clientes-tab .panel-default .panel-body .group-item nsj-checkbox {
  margin-left: 10px;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item nsj-checkbox .checkbox,
.configuracao-clientes-tab .panel-default .panel-body .group-item nsj-checkbox .checkbox {
  margin: unset;
  padding: unset;
  text-align: center;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item.desconto,
.configuracao-pedidos-tab .panel-default .panel-body .group-item.intervalo-clientes-inativos,
.configuracao-clientes-tab .panel-default .panel-body .group-item.desconto,
.configuracao-clientes-tab .panel-default .panel-body .group-item.intervalo-clientes-inativos {
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-left: 10px;
  margin-top: -15px;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item.desconto .form-group,
.configuracao-pedidos-tab .panel-default .panel-body .group-item.intervalo-clientes-inativos .form-group,
.configuracao-clientes-tab .panel-default .panel-body .group-item.desconto .form-group,
.configuracao-clientes-tab .panel-default .panel-body .group-item.intervalo-clientes-inativos .form-group {
  margin-bottom: unset;
  margin-left: unset;
  margin-right: unset;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item.desconto .form-group label,
.configuracao-pedidos-tab .panel-default .panel-body .group-item.intervalo-clientes-inativos .form-group label,
.configuracao-clientes-tab .panel-default .panel-body .group-item.desconto .form-group label,
.configuracao-clientes-tab .panel-default .panel-body .group-item.intervalo-clientes-inativos .form-group label {
  font-weight: unset;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item.desconto .form-group input,
.configuracao-pedidos-tab .panel-default .panel-body .group-item.intervalo-clientes-inativos .form-group input,
.configuracao-clientes-tab .panel-default .panel-body .group-item.desconto .form-group input,
.configuracao-clientes-tab .panel-default .panel-body .group-item.intervalo-clientes-inativos .form-group input {
  height: 40px;
}

.configuracao-pedidos-tab .panel-default .panel-body .group-item p,
.configuracao-clientes-tab .panel-default .panel-body .group-item p {
  margin-left: 5px;
  margin-bottom: unset;
}

.configuracao-pedidos-tab .panel-default .panel-body.campos-obrigatorios .group-item,
.configuracao-clientes-tab .panel-default .panel-body.campos-obrigatorios .group-item {
  padding: 5px;
}

.configuracao-pedidos-tab .panel-default .panel-body.campos-obrigatorios p,
.configuracao-clientes-tab .panel-default .panel-body.campos-obrigatorios p {
  margin-left: 10px;
}

.configuracao-pedidos-tab .panel-default .panel-body.campos-obrigatorios input,
.configuracao-clientes-tab .panel-default .panel-body.campos-obrigatorios input {
  width: 100px;
}

.configuracao-pedidos-tab .panel-default .panel-body.campos-obrigatorios:last-child .group-item,
.configuracao-clientes-tab .panel-default .panel-body.campos-obrigatorios:last-child .group-item {
  margin-bottom: 10px;
}

.configuracao-estabelecimento-tab {
  display: grid;
  gap: 10px;
}

.configuracao-estabelecimento-tab .panel-default {
  border-radius: 10px !important;
  border: 1px solid #ddd !important;
  height: fit-content;
  overflow-y: unset !important;
}

.configuracao-estabelecimento-tab .panel-default .panel-body .group-item {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: grid;
  grid-template-columns: repeat(3, 1fr) max-content;
  padding: 10px 15px;
}

.configuracao-estabelecimento-tab .panel-default .panel-body .group-item nsj-button-dropdown button {
  background-color: inherit !important;
  border: none;
  box-shadow: unset !important;
  color: inherit !important;
  font-size: 20px;
  margin-left: 7px !important;
  margin-right: 7px !important;
  padding: unset !important;
}

.configuracao-estabelecimento-tab .panel-default .panel-body .group-item nsj-label .label {
  color: inherit !important;
  outline: auto;
}

.configuracao-estabelecimento-tab .panel-default .panel-body estabelecimentos-tab-item:last-child .group-item {
  border-bottom: unset;
}

.operacao-modal .modal-header {
  margin-bottom: 10px;
}

.operacao-modal .container-fluid {
  max-height: calc(100vh - 320px);
  overflow: auto;
}

.operacao-modal .container-fluid form .form-group .control-label {
  margin-bottom: 5px;
  text-align: unset;
}

.operacao-modal .container-fluid form .operacao-info {
  margin-bottom: 15px;
  margin-top: 5px;
}

.operacao-modal .container-fluid form .operacao-info p {
  margin-bottom: unset;
}

.operacao-modal .container-fluid form .item-group {
  align-items: center;
  border-radius: 15px;
  border: 1px solid #ddd;
  display: grid;
  gap: 15px;
  grid-template-columns: max-content 1fr max-content;
  margin-bottom: 10px;
  padding: 10px;
}

.operacao-modal .container-fluid form .item-group p {
  margin-bottom: unset;
}

.operacao-modal .container-fluid form .item-group .item-checkbox {
  margin-right: 10px;
  text-align: right;
}

.operacao-modal .container-fluid form .item-group .item-checkbox nsj-checkbox .custom-checkbox {
  margin-bottom: 5px;
  padding-top: unset;
}

.operacao-modal .container-fluid form .item-group:last-child {
  margin-bottom: unset;
}

.operacao-modal .modal-footer {
  margin-top: 10px;
}

.estabelecimento-produtos-modal .modal-header,
.copiar-produtos-modal .modal-header {
  margin-bottom: 10px;
}

.estabelecimento-produtos-modal .toolbar-grupo,
.copiar-produtos-modal .toolbar-grupo {
  display: flex;
  flex-direction: column;
}

.estabelecimento-produtos-modal .toolbar-grupo p,
.copiar-produtos-modal .toolbar-grupo p {
  margin: unset;
  padding: 0 20px;
}

.estabelecimento-produtos-modal nsj-toolbar,
.copiar-produtos-modal nsj-toolbar {
  border-bottom: unset;
}

.estabelecimento-produtos-modal nsj-toolbar div.pull-right,
.copiar-produtos-modal nsj-toolbar div.pull-right {
  display: none;
}

.estabelecimento-produtos-modal form .panel-default,
.copiar-produtos-modal form .panel-default {
  border-radius: unset !important;
  overflow: auto;
}

.estabelecimento-produtos-modal form .panel-default .panel-body,
.copiar-produtos-modal form .panel-default .panel-body {
  max-height: calc(100vh - 320px);
}

.estabelecimento-produtos-modal form .panel-default .panel-body .group-item,
.copiar-produtos-modal form .panel-default .panel-body .group-item {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: grid;
  grid-template-columns: max-content repeat(2, 1fr);
  padding: 10px;
}

.estabelecimento-produtos-modal form .panel-default .panel-body .group-item p,
.copiar-produtos-modal form .panel-default .panel-body .group-item p {
  margin: unset;
}

.estabelecimento-produtos-modal form .panel-default .panel-body .group-item nsj-checkbox .checkbox,
.copiar-produtos-modal form .panel-default .panel-body .group-item nsj-checkbox .checkbox {
  margin-bottom: unset;
  margin-left: 5px;
  margin-right: 30px;
  padding: unset;
  text-align: center;
}

.estabelecimento-produtos-modal form .panel-default .panel-body .group-item:last-child,
.copiar-produtos-modal form .panel-default .panel-body .group-item:last-child {
  border-bottom: unset;
}

.estabelecimento-produtos-modal form .panel-default .panel-body .listagem-vazia,
.copiar-produtos-modal form .panel-default .panel-body .listagem-vazia {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  text-align: center;
}

.indicadores-form-criterios .panel {
  margin-top: 20px;
}

.indicadores-form-criterios .criterios-body {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-top: 20px;
}

.indicadores-form-criterios .criterios-body nsj-table table.table {
  margin-bottom: 0;
  border: unset;
}

.indicadores-form-criterios .criterios-body .divisor.divisor-tab {
  margin-top: 5px !important;
}

.indicadores-form-criterios .empty-page .title-empty-criterios {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  padding-bottom: 10px;
}

.indicadores-form-criterios .botao-adicionar-criterio {
  padding-top: 20px;
  margin: auto;
}

.indicadores-form nsj-lookup div[readonly],
nsj-lookup div[disabled] {
  background-color: #f5f5f5;
}

.indicadores-form-cor input {
  padding: 0 3px;
}

.indicadores-form-descricao.panel.panel-default {
  margin-bottom: 20px;
}

.indicadores-descricao .form-group {
  margin: 0 !important;
}

.indicadores-descricao .form-group .indicadores-descricao-grid {
  display: grid;
  grid-template-columns: 67px auto 114px 80px;
  grid-column-gap: 20px;
}

@media only screen and (max-width: 767.9px) {
  .indicadores-descricao .form-group .indicadores-descricao-grid {
    grid-template-columns: 120px auto;
    grid-row-gap: 20px;
    justify-items: flex-end;
  }

  .indicadores-descricao .form-group .indicadores-descricao-grid input[type='color'] {
    justify-self: start;
  }
}

.indicadores-descricao .form-group .indicadores-descricao-grid label {
  width: fit-content;
  white-space: nowrap;
}

.indicadores-descricao .form-group .indicadores-descricao-grid input[type='color'] {
  width: 80px;
}

.indicadores-descricao .form-group .indicadores-descricao-grid input[type='color'].form-control {
  padding: 0 3px !important;
  background-color: #ddd !important;
}

.classificacao-abc-clientes-index nsj-filters .flex-filter {
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 0) {
  .classificacao-abc-clientes-index nsj-filters .flex-filter {
    flex-direction: row !important;
  }

  .classificacao-abc-clientes-index nsj-filters .flex-filter .form-group.barra-na-direita {
    border-right: 1px solid #ddd !important;
  }
}

.classificacao-abc-clientes-index .graph-faturamentos-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px;
}

@media screen and (max-width: 767.9px) {
  .classificacao-abc-clientes-index .graph-faturamentos-container faturamento-curvas-abc {
    grid-row: 1;
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 1300px) {
  .classificacao-abc-clientes-index .graph-faturamentos-container {
    grid-template-columns: 1fr;
  }

  .classificacao-abc-clientes-index .graph-faturamentos-container faturamento-curvas-abc {
    grid-row: 1;
  }

  .classificacao-abc-clientes-index .graph-faturamentos-container bar-line-chart canvas {
    height: 250px !important;
  }
}

.classificacao-abc-clientes-index .graph-faturamentos-container faturamento-curvas-abc {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

bar-line-chart {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  display: block;
  padding: 10px 20px;
  position: relative;
}

bar-line-chart .graph-container {
  position: relative;
}

bar-line-chart .graph-container canvas {
  height: 160px !important;
  width: 100% !important;
}

bar-line-chart .graph-legend {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr repeat(3, max-content);
  column-gap: 20px;
  margin-bottom: 10px;
}

bar-line-chart .graph-legend>p {
  color: #a3a3a3;
  font-size: 10px;
  margin: unset;
}

bar-line-chart .graph-legend>div {
  align-items: center;
  column-gap: 10px;
  display: flex;
  flex-direction: row;
}

bar-line-chart .graph-legend>div i {
  font-size: 10px;
}

bar-line-chart .graph-legend>div p {
  color: rgba(0,0,0,0.6);
  font-size: 12px;
  margin: unset;
}

.conversao-vendas-index .flex-filter {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.conversao-vendas-index .ui-select-container {
  border-radius: 0 10px 10px 0 !important;
}

.conversao-vendas-index .ui-select-placeholder {
  color: #777 !important;
}

.conversao-vendas-index .ui-select-search {
  margin-bottom: unset !important;
  height: unset !important;
}

.conversao-vendas-index .conversao-vendas-cards {
  background-color: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.conversao-vendas-index .list-group {
  display: grid;
}

.conversao-vendas-index .list-group-header {
  align-items: center;
  background: #eaeaea;
  border-bottom: solid 1px #cccccc;
  color: #5a5a5a;
  display: grid;
  font-size: 14px;
  font-weight: 700;
  grid-auto-flow: column;
  grid-template-columns: auto;
  height: 40px;
}

.conversao-vendas-index .list-group-header>div>span {
  position: relative;
}

.conversao-vendas-index .panel-horizontal {
  margin-bottom: unset;
}

.conversao-vendas-index .body-table {
  padding: 20px 20px 0;
}

.conversao-vendas-index .list-group-item-text {
  font-size: 14px;
}

.conversao-vendas-index nsj-filters .form-control,
.conversao-vendas-index nsj-filters .input-group {
  height: 100%;
}

.conversao-vendas-index nsj-filters .form-control {
  padding: 7.5px 12px;
}

.conversao-vendas-index .list-group-body {
  align-items: center;
  background: #f5f5f5;
  border-bottom: solid 1px #cccccc;
  color: #5a5a5a;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
}

.conversao-vendas-index .list-group-body>div>span {
  position: relative;
}

.conversao-vendas-index .table-body {
  display: grid;
}

.conversao-vendas-index .list-group-header-clientes-list,
.conversao-vendas-index .list-group-item-content-clientes-item {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  grid-template-rows: 40px;
  padding: 0 20px;
}

.conversao-vendas-index .list-group-header-clientes-list>*,
.conversao-vendas-index .list-group-item-content-clientes-item>* {
  padding-inline: 20px;
}

.conversao-vendas-index .list-group-header-clientes-list>:nth-child(2),
.conversao-vendas-index .list-group-item-content-clientes-item>:nth-child(2) {
  justify-content: center;
}

.conversao-vendas-index .list-group-header-clientes-list>:nth-child(3),
.conversao-vendas-index .list-group-item-content-clientes-item>:nth-child(3) {
  justify-content: right;
}

@media only screen and (max-width: 991.9px) {
  .conversao-vendas-index .list-group-header-clientes-list>*,
  .conversao-vendas-index .list-group-item-content-clientes-item>* {
    justify-self: unset !important;
  }
}

.conversao-vendas-index .list-group-header-vendedores-list {
  border: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
}

.conversao-vendas-index .list-group-header-clientes-list {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.conversao-vendas-index .list-group-item.list-group-item-vendedores-item,
.conversao-vendas-index .list-group-item.list-group-item-clientes-item {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.conversao-vendas-index conversao-vendas-vendedores-item:last-child:has(div.ng-hide) .list-group-item {
  border-radius: 0 0 10px 10px;
}

.conversao-vendas-index conversao-vendas-vendedores-item:last-child conversao-vendas-clientes-item:last-child .list-group-item-clientes-item {
  border-radius: 0 0 10px 10px;
}

.conversao-vendas-index .list-group-header-vendedores-list,
.conversao-vendas-index .list-group-item-content-vendedores-item {
  align-items: center;
  display: grid;
  grid-template-columns: 90px repeat(5, 1fr);
  padding: 0 20px;
}

.conversao-vendas-index .list-group-header-vendedores-list>:first-child,
.conversao-vendas-index .list-group-item-content-vendedores-item>:first-child {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: max-content auto;
}

.conversao-vendas-index .list-group-header-vendedores-list>:nth-child(n+2),
.conversao-vendas-index .list-group-item-content-vendedores-item>:nth-child(n+2) {
  padding-inline: 20px;
}

.conversao-vendas-index .list-group-header-vendedores-list>:last-child,
.conversao-vendas-index .list-group-item-content-vendedores-item>:last-child {
  justify-self: flex-end;
}

@media only screen and (max-width: 991.9px) {
  .conversao-vendas-index .list-group-header-vendedores-list>*,
  .conversao-vendas-index .list-group-item-content-vendedores-item>* {
    justify-self: unset !important;
  }
}

.conversao-vendas-index .list-group-item-vendedores-item .button-collapse {
  display: contents;
}

.conversao-vendas-index .list-group-item-vendedores-item .foto-container-list {
  height: 50px;
  margin: 10px 10px 10px 0;
  width: 50px;
}

.conversao-vendas-index .list-group-item-vendedores-item,
.conversao-vendas-index .list-group-item-clientes-item {
  padding: unset !important;
}

.conversao-vendas-index .list-group-header-vendedores-list>div,
.conversao-vendas-index .list-group-item-content-vendedores-item>div,
.conversao-vendas-index .list-group-header-clientes-list>div,
.conversao-vendas-index .list-group-item-content-clientes-item>div {
  align-items: center;
  display: flex;
  height: 100%;
}

.conversao-vendas-index .list-group-header-vendedores-list>:nth-child(n+2):nth-last-child(n+2),
.conversao-vendas-index .list-group-item-content-vendedores-item>:nth-child(n+2):nth-last-child(n+2),
.conversao-vendas-index .list-group-header-clientes-list>:nth-child(n+2):nth-last-child(n+2),
.conversao-vendas-index .list-group-item-content-clientes-item>:nth-child(n+2):nth-last-child(n+2) {
  border-right: 1px solid rgba(0,0,0,0.05);
}

.conversao-vendas-index .list-group-header-vendedores-list.list-group-header-clientes-list>:first-child,
.conversao-vendas-index .list-group-header-vendedores-list.list-group-item-content-clientes-item>:first-child,
.conversao-vendas-index .list-group-item-content-vendedores-item.list-group-header-clientes-list>:first-child,
.conversao-vendas-index .list-group-item-content-vendedores-item.list-group-item-content-clientes-item>:first-child,
.conversao-vendas-index .list-group-header-clientes-list.list-group-header-clientes-list>:first-child,
.conversao-vendas-index .list-group-header-clientes-list.list-group-item-content-clientes-item>:first-child,
.conversao-vendas-index .list-group-item-content-clientes-item.list-group-header-clientes-list>:first-child,
.conversao-vendas-index .list-group-item-content-clientes-item.list-group-item-content-clientes-item>:first-child {
  border-right: 1px solid rgba(0,0,0,0.05);
}

.conversao-vendas-index .list-group-header-vendedores-list.list-group-header-clientes-list>:nth-child(2),
.conversao-vendas-index .list-group-header-vendedores-list.list-group-item-content-clientes-item>:nth-child(2),
.conversao-vendas-index .list-group-item-content-vendedores-item.list-group-header-clientes-list>:nth-child(2),
.conversao-vendas-index .list-group-item-content-vendedores-item.list-group-item-content-clientes-item>:nth-child(2),
.conversao-vendas-index .list-group-header-clientes-list.list-group-header-clientes-list>:nth-child(2),
.conversao-vendas-index .list-group-header-clientes-list.list-group-item-content-clientes-item>:nth-child(2),
.conversao-vendas-index .list-group-item-content-clientes-item.list-group-header-clientes-list>:nth-child(2),
.conversao-vendas-index .list-group-item-content-clientes-item.list-group-item-content-clientes-item>:nth-child(2) {
  justify-content: center;
}

.conversao-vendas-index .list-group-header-vendedores-list.list-group-item-content-clientes-item>:nth-child(2),
.conversao-vendas-index .list-group-item-content-vendedores-item.list-group-item-content-clientes-item>:nth-child(2),
.conversao-vendas-index .list-group-header-clientes-list.list-group-item-content-clientes-item>:nth-child(2),
.conversao-vendas-index .list-group-item-content-clientes-item.list-group-item-content-clientes-item>:nth-child(2) {
  justify-content: center;
}

.conversao-vendas-index .blank-space {
  height: 200px;
}

.historico-de-compras-index compras-resumo {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1200.9px) {
  .historico-de-compras-index compras-resumo {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991.9px) {
  .historico-de-compras-index compras-resumo {
    grid-template-columns: 1fr;
  }
}

.historico-de-compras-index .compras-panel {
  margin: 20px;
  border: none;
}

.historico-de-compras-index .compras-panel-heading {
  border: 1px solid #ddd;
}

.historico-de-compras-index .compras-panel-heading .title h4 {
  font-weight: 700;
}

.historico-de-compras-index .compras-panel-body {
  padding: 20px !important;
  border: 1px solid #ddd;
  border-top: none;
}

.historico-de-compras-index .compras-date-picker-ranger input {
  background-color: #fff;
}

.historico-de-compras-index .compras-empty {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 540px;
  min-height: 190px;
  background-color: #fff;
  margin: auto;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 20px;
}

.historico-de-compras-index .compras-empty .icons {
  height: 90px;
}

.historico-de-compras-index .compras-empty p {
  margin-bottom: 0;
  text-align: center;
  width: 500px;
  flex-grow: 0;
}

.historico-de-compras-index .compras-empty .fas,
.historico-de-compras-index .compras-empty nsj-date-picker-ranger .glyphicon,
nsj-date-picker-ranger .historico-de-compras-index .compras-empty .glyphicon {
  position: relative;
  color: #eaeaea;
  font-weight: 900;
  font-size: 40px;
}

.historico-de-compras-index .compras-empty .fa-coins {
  left: calc(50% - 40px / 2 - 160px);
  top: calc(50% - 81px / 2 + 30px);
  transform: rotate(-15deg);
}

.historico-de-compras-index .compras-empty .fa-chart-pie {
  left: -10px;
  top: -20px;
}

.historico-de-compras-index .compras-empty .fa-receipt {
  font-size: 30px;
  left: calc(50% - 23px / 2 - 170px);
  top: -30px;
  transform: rotate(-30deg);
}

.historico-de-compras-index .compras-empty .fa-shopping-basket {
  color: #00469B !important;
  font-size: 70px;
  left: calc(50% - 79px / 2 - 1.94px);
  top: calc(50% - 10px);
  transform: rotate(-15deg);
}

.historico-de-compras-index .compras-graph-legend {
  display: grid;
  justify-content: end;
  grid-template-columns: 70px 70px;
  column-gap: 20px;
  margin-bottom: 10px;
}

.historico-de-compras-index .compras-graph-legend>div {
  align-items: center;
  column-gap: 10px;
  display: flex;
  flex-direction: row;
}

.historico-de-compras-index .compras-graph-legend>div i {
  font-size: 10px;
}

.historico-de-compras-index .compras-graph-legend>div p {
  color: rgba(0,0,0,0.6);
  font-size: 12px;
  margin: unset;
}

.dashboard-page .headline .right-content,
.dashboard-page .footer-mobile {
  display: grid;
  grid-auto-flow: column;
  column-gap: 12px;
  row-gap: 10px;
}

@media screen and (max-width: 1200.9px) {
  .dashboard-page .headline .right-content.right-content .periodo-selecionado,
  .dashboard-page .footer-mobile.right-content .periodo-selecionado {
    grid-area: 2 / span 3;
    justify-self: flex-end;
  }
}

.dashboard-page .headline .right-content.right-content button,
.dashboard-page .headline .right-content.right-content nsj-button,
.dashboard-page .headline .right-content.right-content nsj-button-dropdown,
.dashboard-page .footer-mobile.right-content button,
.dashboard-page .footer-mobile.right-content nsj-button,
.dashboard-page .footer-mobile.right-content nsj-button-dropdown {
  margin: unset;
}

.dashboard-page .headline .right-content.right-content .periodo-selecionado,
.dashboard-page .footer-mobile.right-content .periodo-selecionado {
  align-self: center;
  color: #999;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 17px;
  margin: unset;
}

.dashboard-page .headline .right-content.footer-mobile,
.dashboard-page .footer-mobile.footer-mobile {
  justify-content: flex-end;
}

@media screen and (min-width: 767.9px) {
  .dashboard-page .headline .right-content.footer-mobile,
  .dashboard-page .footer-mobile.footer-mobile {
    width: calc(100% - 50px);
  }
}

.dashboard-page .headline .right-content nsj-button-group,
.dashboard-page .footer-mobile nsj-button-group {
  min-width: 290px;
}

.dashboard-page .headline .right-content nsj-button-group button,
.dashboard-page .footer-mobile nsj-button-group button {
  padding: 12px 20px;
  height: 40px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400 !important;
  margin: unset !important;
}

.dashboard-page .headline .right-content>nsj-button i.fas,
.dashboard-page .headline .right-content>nsj-button nsj-date-picker-ranger i.glyphicon,
nsj-date-picker-ranger .dashboard-page .headline .right-content>nsj-button i.glyphicon,
.dashboard-page .footer-mobile>nsj-button i.fas,
.dashboard-page .footer-mobile>nsj-button nsj-date-picker-ranger i.glyphicon,
nsj-date-picker-ranger .dashboard-page .footer-mobile>nsj-button i.glyphicon {
  margin-right: 10px;
}

.dashboard-page .headline .right-content nsj-date-picker-ranger,
.dashboard-page .footer-mobile nsj-date-picker-ranger {
  display: flex;
}

.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary {
  border-radius: 0 50% 50% 0;
}

.dashboard-page .headline .right-content nsj-date-picker-ranger.btn-primary button#calendar:hover,
.dashboard-page .footer-mobile nsj-date-picker-ranger.btn-primary button#calendar:hover {
  border-color: #00459b !important;
  background-color: #00459b !important;
}

.dashboard-page .headline .right-content nsj-date-picker-ranger input,
.dashboard-page .headline .right-content nsj-date-picker-ranger .btn-close-datepicker,
.dashboard-page .footer-mobile nsj-date-picker-ranger input,
.dashboard-page .footer-mobile nsj-date-picker-ranger .btn-close-datepicker {
  display: none;
}

.dashboard-page .content-loading,
.dashboard-page .empty-page {
  align-items: center;
  display: flex;
  height: calc(100vh - 208px);
  justify-content: center;
}

@media screen and (max-width: 991.9px) {
  .dashboard-page .content-loading,
  .dashboard-page .empty-page {
    height: calc(100vh - 372px);
  }
}

ranking-charts {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  column-gap: 20px;
  display: grid;
  grid-template-columns: 1fr 320px;
  margin: 0 20px 20px;
  padding: 20px;
}

@media screen and (max-width: 991.9px) {
  ranking-charts {
    grid-template-columns: 1fr;
  }

  ranking-charts doughnut-chart {
    justify-self: center;
    max-width: unset !important;
  }
}

ranking-charts doughnut-chart {
  display: grid;
  grid-template-rows: repeat(2, max-content);
  justify-items: center;
  margin-top: 40px;
  max-width: 320px;
  row-gap: 40px;
}

ranking-charts doughnut-chart .graph-container {
  height: 160px;
  width: 160px;
}

ranking-charts doughnut-chart .graph-legend {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 5px;
}

ranking-charts doughnut-chart .graph-legend>div {
  align-items: center;
  column-gap: 10px;
  display: flex;
  flex-direction: row;
}

ranking-charts doughnut-chart .graph-legend>div i {
  font-size: 10px;
}

ranking-charts doughnut-chart .graph-legend>div p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 14px;
  line-height: 17px;
  margin: unset;
  overflow: hidden;
  white-space: normal;
}

ranking-charts bar-chart .graph-container {
  position: relative;
}

ranking-charts bar-chart .graph-container #barGraphTooltip {
  background-color: rgba(0,0,0,0.8);
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  text-align: center;
  width: max-content;
  z-index: 1;
}

performance-vendas {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px;
}

@media screen and (max-width: 991.9px) {
  performance-vendas {
    grid-template-columns: 1fr;
  }
}

.performance-vendedores-index performance-geral {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 20px;
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1200.9px) {
  .performance-vendedores-index performance-geral {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991.9px) {
  .performance-vendedores-index performance-geral {
    grid-template-columns: 1fr;
  }
}

.performance-vendedores-index .left-content p {
  margin: 0 0 6px;
}

@media screen and (max-width: 991.9px) {
  .performance-vendedores-index .right-content {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

.performance-vendedores-index .titulo-modulo {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  color: #00469B !important;
}

.performance-vendedores-index .titulo-modulo i {
  margin-left: 10px;
  color: #99999980;
  font-weight: 900;
  line-height: 12px;
}

.performance-vendedores-index .titulo-modulo.performance-vendedores-view-titulo:hover {
  cursor: pointer;
}

.performance-vendedores-index .toolbar-performance-vendas {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  align-items: center;
}

.performance-vendedores-index .toolbar-performance-vendas .select-performance-vendas {
  display: flex;
}

.performance-vendedores-index .toolbar-performance-vendas .select-performance-vendas .title-select-performance-vendas {
  background-color: #eaeaea;
  border: 1px solid #ccc;
  border-radius: 10px 0 0 10px;
  padding: 10px;
  font-family: 'PT Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #363632;
}

.performance-vendedores-index .toolbar-performance-vendas .select-performance-vendas::after {
  content: '';
  width: 0;
  margin-left: 20px;
  border-left: 1px solid #ccc;
}

.performance-vendedores-index .content-loading.has-totalizadores,
.performance-vendedores-index .empty-page.has-totalizadores {
  height: calc(100% - (65px * 2) - 142px);
}

.performance-vendedores-index .vendedores-card-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 20px 20px;
}

.performance-vendedores-index .vendedores-card-list.vendedores-card-list-collapsed {
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 991.9px) {
  .performance-vendedores-index .vendedores-card-list {
    grid-template-columns: 1fr;
  }
}

.performance-vendedores-index .vendedores-card-list vendedores-card {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dddddd;
  padding: 20px;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info {
  column-gap: 10px;
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1200.9px) {
  .performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info {
    grid-template-columns: unset;
    grid-template-rows: max-content max-content;
    row-gap: 10px;
  }
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-vendedor-info {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: start;
  column-gap: 7px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1200.9px) {
  .performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-vendedor-info {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    column-gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-vendedor-info .vendedor-info {
    align-items: flex-start !important;
  }
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-vendedor-info .img-wrapper {
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 2px;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-vendedor-info .img-rounded {
  height: 54px;
  width: 54px;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-vendedor-info .vendedor-info {
  align-items: start;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-vendedor-info .vendedor-info div {
  align-items: center;
  column-gap: 10px;
  display: flex;
  flex-direction: row;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-vendedor-info .vendedor-info div h6 {
  color: #363632;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-vendedor-info .vendedor-info div i {
  font-size: 14px;
  line-height: 16px;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-vendedor-info .vendedor-info .indicador-label span {
  padding: 2.5px 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: center;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-vendedor-info p {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-performance-info {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 991.9px) {
  .performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-performance-info {
    grid-template-columns: 1fr;
  }
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-performance-info>info-panel-vendedores {
  display: contents;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-performance-info>info-panel-vendedores>.panel-horizontal {
  margin-bottom: unset;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-info .vendedores-card-content-performance-info.vendedores-card-content-collapsed {
  align-items: center !important;
  grid-template-columns: 1fr auto;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-faturamento-graph {
  padding: 10px 0;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-faturamento-graph p {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 5px;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-faturamento-graph .progress {
  background: #c4c4c4;
  border-radius: 3px;
  margin-bottom: unset;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-faturamento-graph .progress .progress-bar {
  background: #0082d7;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  min-width: 0;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-faturamento-graph .progress .progress-bar[aria-valuenow='0'] {
  color: #363632;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-faturamento-graph small {
  color: #999999;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
}

.performance-vendedores-index .vendedores-card-list vendedores-card .vendedores-card-content .vendedores-card-content-show-more {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.performance-vendedores-index .vendedores-card-list ~ .center-loading {
  padding-bottom: 20px;
}

.performance-vendedores-index .detalhes-performance-vendedor.totalizadores {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #fff;
}

.performance-vendedores-index .detalhes-performance-vendedor.totalizadores span {
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  color: #363632;
}

.performance-vendedores-index .detalhes-performance-vendedor.totalizadores span p {
  font-family: 'PT Sans Narrow';
  font-weight: 700;
  margin: 0;
}

.performance-vendedores-index .detalhes-performance-vendedor.totalizadores span p.title-totalizadores {
  font-size: 18px;
  line-height: 23.29px;
}

.performance-vendedores-index .detalhes-performance-vendedor.totalizadores span p.value-totalizadores {
  font-size: 24px;
  line-height: 31.06px;
}

.performance-vendedores-index .detalhes-performance-vendedor.totalizadores>span:first-child {
  border-radius: 10px 0 0 10px;
}

.performance-vendedores-index .detalhes-performance-vendedor.totalizadores>span:last-child {
  border-radius: 0 10px 10px 0;
}

.performance-vendedores-index.performance-vendedores-view nsj-filters .flex-filter {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

info-panel-vendedores .panel-horizontal.panel-horizontal-vendedor {
  background: #fff;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  padding: 10px;
}

info-panel-vendedores .panel-horizontal.panel-horizontal-vendedor .panel-horizontal-icon-content {
  color: #363632;
  width: auto;
}

info-panel-vendedores .panel-horizontal.panel-horizontal-vendedor .panel-horizontal-icon-content .panel-horizontal-icon {
  font-size: 14px;
}

info-panel-vendedores .panel-horizontal.panel-horizontal-vendedor .panel-horizontal-icon-content .panel-horizontal-icon.fa-arrow-up {
  color: #008a17;
}

info-panel-vendedores .panel-horizontal.panel-horizontal-vendedor .panel-horizontal-icon-content .panel-horizontal-icon.fa-arrow-down {
  color: #c00;
}

info-panel-vendedores .panel-horizontal.panel-horizontal-vendedor .panel-horizontal-content {
  padding: unset;
  text-align: left;
}

info-panel-vendedores .panel-horizontal.panel-horizontal-vendedor .panel-horizontal-content .panel-horizontal-subtitle {
  color: rgba(0,0,0,0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

info-panel-vendedores .panel-horizontal.panel-horizontal-vendedor .panel-horizontal-content .panel-horizontal-title {
  color: #363632;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

info-panel-vendedores .panel-horizontal.panel-horizontal-vendedor .panel-horizontal-content .panel-horizontal-title span b {
  font-size: 26px;
}

info-panel-vendedores .panel-horizontal.panel-horizontal-vendedor .panel-horizontal-content .panel-horizontal-title span {
  font-size: 18px;
}

info-panel-vendedores .panel-horizontal.panel-horizontal-vendedor .panel-horizontal-content small {
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.vendedores-card-content-vendedor-info h6,
.vendedores-card-content-vendedor-info p,
.performance-vendedores-vendedores-modal h6,
.performance-vendedores-vendedores-modal p,
.performance-vendedores-clientes-modal h6,
.performance-vendedores-clientes-modal p,
.performance-vendedores-pedidos-modal h6,
.performance-vendedores-pedidos-modal p {
  margin: unset;
}

.performance-vendedores-vendedores-modal .modal-title,
.performance-vendedores-clientes-modal .modal-title {
  font-size: 26px !important;
  line-height: 31px !important;
}

.performance-vendedores-vendedores-modal .modal-subtitle,
.performance-vendedores-clientes-modal .modal-subtitle {
  color: #999999;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  margin-left: 10px;
}

.performance-vendedores-vendedores-modal .modal-body {
  max-height: calc(100vh - 60px - (63px * 2));
  overflow: auto;
}

.performance-vendedores-vendedores-modal .totalizadores-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 0 20px;
}

@media screen and (max-width: 1200.9px) {
  .performance-vendedores-vendedores-modal .totalizadores-container {
    grid-template-columns: 1fr;
  }
}

.performance-vendedores-vendedores-modal .agendamentos-container {
  display: grid;
  gap: 20px;
  grid-template-columns: 260px 1fr;
  margin-top: 10px;
}

@media screen and (max-width: 1200.9px) {
  .performance-vendedores-vendedores-modal .agendamentos-container {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph {
    justify-items: center;
  }
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph {
  display: grid;
  gap: 20px;
  grid-template-columns: 132.5px 1fr;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph .graph-container {
  align-items: center;
  display: flex;
  height: 132.27px;
  justify-content: center;
  justify-items: center;
  width: 132.27px;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph .graph-container>div {
  position: absolute;
  text-align: center;
  width: 90px;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph .graph-container>div h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph .graph-container>div p {
  color: #999;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 17px;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph .graph-legend {
  align-self: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph .graph-legend div {
  align-items: center;
  column-gap: 7px;
  display: flex;
  flex-direction: row;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph .graph-legend div p {
  font-size: 14px;
  line-height: 18px;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph .graph-legend div i {
  font-size: 10px;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph .graph-legend div i.abertos {
  color: #e6f3fb;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph .graph-legend div i.cancelados {
  color: #c00;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-graph .graph-legend div i.fechados {
  color: #008a17;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-info-container {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-info-container .agendamentos-info {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 5px 0 10px;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-info-container .agendamentos-info div {
  column-gap: 5px;
  display: flex;
  justify-content: space-between;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-info-container .agendamentos-info div h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-info-container .agendamentos-info div p {
  font-size: 14px;
  font-weight: 400;
}

.performance-vendedores-vendedores-modal .agendamentos-container .agendamentos-info-container .agendamentos-info>p {
  color: #999;
  font-size: 14px;
  line-height: 17px;
}

.performance-vendedores-vendedores-modal .modal-body-content {
  margin-top: 10px;
}

.performance-vendedores-vendedores-modal .modal-body-content .container-table {
  max-height: 180px !important;
  overflow: auto;
}

.performance-vendedores-vendedores-modal .modal-body-content .container-table::-webkit-scrollbar {
  height: 12px;
}

.performance-vendedores-vendedor-contato-modal .modal-body .vendedores-card-content-vendedor-info {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: start;
  column-gap: 10px;
  padding-bottom: 20px;
  padding-top: 10px;
  color: #363632;
}

@media screen and (max-width: 1200.9px) {
  .performance-vendedores-vendedor-contato-modal .modal-body .vendedores-card-content-vendedor-info {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    column-gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .performance-vendedores-vendedor-contato-modal .modal-body .vendedores-card-content-vendedor-info .vendedor-info {
    align-items: flex-start !important;
  }
}

.performance-vendedores-vendedor-contato-modal .modal-body .vendedores-card-content-vendedor-info .img-wrapper {
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 2px;
}

.performance-vendedores-vendedor-contato-modal .modal-body .vendedores-card-content-vendedor-info .img-rounded {
  height: 54px;
  width: 54px;
}

.performance-vendedores-vendedor-contato-modal .modal-body .vendedores-card-content-vendedor-info .vendedor-info {
  align-items: start;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}

.performance-vendedores-vendedor-contato-modal .modal-body .vendedores-card-content-vendedor-info .vendedor-info div {
  align-items: center;
  column-gap: 10px;
  display: flex;
  flex-direction: row;
}

.performance-vendedores-vendedor-contato-modal .modal-body .vendedores-card-content-vendedor-info .vendedor-info div h6 {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
}

.performance-vendedores-vendedor-contato-modal .modal-body .vendedores-card-content-vendedor-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

.performance-vendedores-clientes-modal .totalizadores-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 20px 20px;
}

@media screen and (min-width: 992px) and (max-width: 1200.9px) {
  .performance-vendedores-clientes-modal .totalizadores-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991.9px) {
  .performance-vendedores-clientes-modal .totalizadores-container {
    grid-template-columns: 1fr;
  }
}

.performance-vendedores-clientes-modal .modal-body-content {
  margin-top: 10px;
}

.performance-vendedores-clientes-modal .modal-body-content .content-loading {
  align-items: center;
  display: flex;
  height: 145px;
  justify-content: center;
}

.performance-vendedores-clientes-modal .modal-body-content nsj-date-picker-ranger.btn-primary button#calendar {
  border-radius: none !important;
}

.performance-vendedores-clientes-modal .modal-body-content .container-table {
  max-height: 250px !important;
  overflow: auto;
}

.performance-vendedores-pedidos-modal .divisor {
  padding: 10px 0;
}

.performance-vendedores-pedidos-modal .dados-gerais {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
}

@media screen and (max-width: 1200.9px) {
  .performance-vendedores-pedidos-modal .dados-gerais {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }
}

.performance-vendedores-pedidos-modal .dados-gerais>div {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.performance-vendedores-pedidos-modal .dados-gerais>div p {
  font-size: 14px;
  line-height: 17px;
}

.performance-vendedores-pedidos-modal .panel.panel-with-tabs {
  background-color: #fff;
}

.performance-vendedores-pedidos-modal .panel.panel-with-tabs .nav.nav-tabs {
  background-color: #fff;
}

.performance-vendedores-pedidos-modal .panel.panel-with-tabs .panel-body {
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  margin: 20px 0;
  max-height: 195px;
  overflow: auto;
  padding: unset;
}

@media screen and (min-width: 992px) {
  .performance-vendedores-pedidos-modal .panel.panel-with-tabs .panel-body .table thead tr th {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}

.performance-vendedores-pedidos-modal .panel.panel-with-tabs .panel-body .table tbody td,
.performance-vendedores-pedidos-modal .panel.panel-with-tabs .panel-body .table tfoot td {
  border-bottom: unset;
}

.performance-vendedores-pedidos-modal .panel.panel-with-tabs .panel-body .empty-page {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 120px;
}

.performance-vendedores-pedidos-modal .panel.panel-with-tabs .panel-body .empty-page p {
  margin: unset;
}

.performance-vendedores-pedidos-modal .modal-footer {
  align-items: center;
  display: grid;
  grid-template-columns: 0 1fr max-content;
}

.performance-vendedores-pedidos-modal .modal-footer .resumo-pedido {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  row-gap: 10px;
}

@media screen and (max-width: 1200.9px) {
  .performance-vendedores-pedidos-modal .modal-footer .resumo-pedido {
    grid-template-columns: repeat(2, 1fr);
  }
}

.performance-vendedores-pedidos-modal .modal-footer .resumo-pedido div {
  column-gap: 10px;
  display: flex;
  flex-direction: row;
}

.performance-vendedores-pedidos-modal .modal-footer .resumo-pedido div p {
  font-size: 14px;
  line-height: 17px;
}

.performance-vendedores-pedidos-modal .modal-footer .resumo-pedido div p:first-child {
  color: #999999;
}

.ranking-clientes-index .info-panel-container {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px;
}

@media screen and (max-width: 1200.9px) {
  .ranking-clientes-index .info-panel-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991.9px) {
  .ranking-clientes-index .info-panel-container {
    grid-template-columns: 1fr;
  }
}

.sincronia-pedidos-index nsj-toolbar nsj-filters .form-group {
  margin: unset !important;
  min-width: 400px;
  padding-inline: unset !important;
}

.sincronia-pedidos-index nsj-filters nsj-date-picker-ranger .pull-right>.dropdown-menu {
  right: unset;
}

.nsj-app-load .load-area {
  border-radius: inherit;
  background-color: transparent;
}

.nsj-app-load .load-area::before {
  content: none !important;
}

.nsj-app-load .load-area .app-load-icon {
  background-image: url("//i.nasajon.com.br/geral/icones/icn-loading.gif");
}

body {
  background: #fff;
  color: #363632;
  font-size: 14px;
}

body .main-container {
  background-color: #fff;
}

@media (min-height: 937px) {
  .content-scroll {
    overflow-y: auto;
  }
}

.barra-na-direita {
  margin: 20px 0px !important;
  padding: 0px 20px !important;
  border-right: 1px solid #ddd;
  display: block;
}

nsj-date-picker-ranger>div>div {
  width: inherit;
}

nsj-date-picker-ranger>div>div.dropdown-menu {
  width: fit-content;
  padding: 10px;
}

nsj-date-picker-ranger>div>div.dropdown-menu .display-datepicker>div:first-child {
  padding-right: 10px;
}

nsj-date-picker-ranger>div>div span>button>i.far.fa-calendar-alt:before {
  content: '\F783';
  font-weight: 900;
}

nsj-date-picker-ranger table tr td,
nsj-date-picker-ranger th {
  padding: 0 !important;
}

.hideText>div>div>input {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumb-customizado {
  margin-left: 20px;
}

.breadcrumb-customizado li {
  color: red;
}

.breadcrumb-customizado a {
  color: red;
}

nsj-label .label {
  border-radius: 20px !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  padding: 2.5px 10px !important;
  text-align: center !important;
  text-transform: none !important;
}

nsj-label .label.label-primary-outline {
  border: 1px solid #00459b;
  color: #00459b !important;
}

.label {
  display: unset;
  padding: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  color: unset;
  text-align: unset;
  white-space: unset;
  vertical-align: unset;
  border-radius: unset;
}

.list-group-item-content .list-group-item-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-mobile {
  background-color: #fff;
  color: #363632;
  height: auto;
  padding: 16px;
  border-top: 1px solid #ddd;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 2;
}

.footer-mobile .icon-only i {
  margin-right: auto !important;
}

.footer-mobile .footer-buttons-left button:not(:last-child) {
  margin-right: 12px;
}

.footer-mobile .footer-buttons-right {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.footer-mobile .footer-buttons-right button:not(:last-child),
.footer-mobile .footer-buttons-right nsj-button:not(:last-child) {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .page-content {
    margin-bottom: 70px;
  }
}

.control-label.label-tooltip span {
  position: relative;
}

.control-label.label-tooltip span .fas.fa-info-circle,
.control-label.label-tooltip span nsj-date-picker-ranger .fa-info-circle.glyphicon,
nsj-date-picker-ranger .control-label.label-tooltip span .fa-info-circle.glyphicon {
  color: #04797F;
  font-size: 10px;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 10;
}

.control-label.label-tooltip span .tooltip {
  left: calc(100% * 0.92) !important;
  width: max-content;
}


/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-bahai:before {
  content: "\F666";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-wash:before {
  content: "\E05E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-user:before {
  content: "\E065";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\E066";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\E068";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-vest:before {
  content: "\E085";
}

.fa-vest-patches:before {
  content: "\E086";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-virus:before {
  content: "\E074";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

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

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

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/d28c96cabe5302f1b2c90275cd3f4e69.eot);
  src: url(/fonts/d28c96cabe5302f1b2c90275cd3f4e69.eot?#iefix) format("embedded-opentype"),url(/fonts/0c9f225e8f69c622f681cf1ed973cc3d.woff2) format("woff2"),url(/fonts/0ce1e868452204695c8ac1c70f693c2d.woff) format("woff"),url(/fonts/dfe5aa4344a2d8a29aec8d83fb3fb14e.ttf) format("truetype"),url(/1780bc311a7b447f519aeb6f5e6a7c47.svg#fontawesome) format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/0232fe8b09de812c88e6cc27f57a3a88.eot);
  src: url(/fonts/0232fe8b09de812c88e6cc27f57a3a88.eot?#iefix) format("embedded-opentype"),url(/fonts/847712aaabbeba674afdda86d31cab17.woff2) format("woff2"),url(/fonts/3cace4a04d941b5981ba32c6ce9afae1.woff) format("woff"),url(/fonts/398be22b2308585b84da8e858e2d7b60.ttf) format("truetype"),url(/715514cde36ecf076546543c0a4cd9f6.svg#fontawesome) format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/00bb62bc33034479d5e82a0fd1c5efe3.eot);
  src: url(/fonts/00bb62bc33034479d5e82a0fd1c5efe3.eot?#iefix) format("embedded-opentype"),url(/fonts/9ae050d1876ac1763eb6afe4264e6d5a.woff2) format("woff2"),url(/fonts/4bfbf7eb4b19d9ff9293eb177b6d0070.woff) format("woff"),url(/fonts/260d033f79f75d670fd09d8cf7c8bf8d.ttf) format("truetype"),url(/c0cfc88a9f74893bc502f5da87c1b7cd.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}


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

.multiple-date-picker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.multiple-date-picker,
.picker-days-row,
.picker-days-week-row,
.picker-top-row {
  width: 100%;
}

.picker-top-row>div {
  display: inline-block;
}

.picker-navigate {
  width: 16.66%;
}

.picker-navigate:hover {
  cursor: pointer;
}

.picker-navigate.disabled,
.picker-navigate.disabled:hover {
  color: #ddd;
  cursor: default;
}

.picker-month {
  width: 66.66%;
}

.picker-days-row>div,
.picker-days-week-row>div {
  width: 14.28%;
  display: inline-block;
}

.picker-day,
.picker-top-row {
  padding: 10px 0;
}

.picker-day {
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #000;
}

.picker-day.today,
.picker-day.today.picker-off,
.picker-day.today.picker-off:hover,
.picker-day.today.picker-selected,
.picker-day.today:hover {
  color: #00a3ff;
}

.picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: #C6000B;
  color: #fff;
  cursor: pointer;
}

.picker-day.picker-selected {
  background-color: #C6000B;
  color: #fff;
}

.picker-day.picker-off,
.picker-day.picker-off:hover {
  background-color: #eee;
  color: #bbb;
  cursor: default;
}

.picker-day.picker-empty,
.picker-day.picker-empty:hover {
  background-color: #fafafa;
  cursor: default;
}


