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: "Roboto",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: #005679;
  }

  .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: #005679;
  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: #005679;
  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: #005679;
}

.card-title {
  color: #5a5a5a;
  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: #005679;
  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;
}

@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 .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;
}

@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 15px;
  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.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%;
}

.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;
}

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

.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 {
  opacity: 1;
}

.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 {
  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: none;
}

.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;
}

.fixedSidebar .nsj-menu .sidebar-content .wrap-menu .primary-nav .nav li a.active-line:before {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left-style: solid;
  border-left-width: 5px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 17px;
}

.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-width: 1px;
  border-bottom-style: solid;
}

.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: none;
}

.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: 270px;
}

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

.fixedSidebar.sidebarOpen .primary-nav .nav {
  height: calc(100% - 10px);
  font-family: 'Roboto', 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>a {
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.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: none;
}

.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(/fonts/b7ae79052738bc00a7b837ba323598ce.svg) no-repeat center;
  background-size: contain;
}

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

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

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

.nci-bank {
  background: url(/fonts/8eee0853d8ed93f655d9da52fe2ee463.svg) no-repeat center;
  background-size: contain;
}

.nci-book {
  background: url(/fonts/016abe581eaea2303ae61702f526e1ed.svg) no-repeat center;
  background-size: contain;
}

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

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

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

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

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

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

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

.nci-calendar {
  background: url(/fonts/9ecdacef84928953bb4037389959fe5c.svg) no-repeat center;
  background-size: contain;
}

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

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

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

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

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

.nci-cloud {
  background: url(/fonts/3f8ff99cc71820d8b188f478758907b5.svg) no-repeat center;
  background-size: contain;
}

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

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

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

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

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

.nci-component {
  background: url(/fonts/06d043a61b31b126e45b4e2f782af02a.svg) no-repeat center;
  background-size: contain;
}

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

.nci-cone {
  background: url(/fonts/61d06696af0ffba7b52444d554027da3.svg) no-repeat center;
  background-size: contain;
}

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

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

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

.nci-disc {
  background: url(/fonts/35aaf25a41adb59af1badeb84892a41d.svg) no-repeat center;
  background-size: contain;
}

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

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

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

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

.nci-enveloppe {
  background: url(/fonts/53f8e468e950d39865d71c48e3ad32f2.svg) no-repeat center;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nci-fly {
  background: url(/fonts/9e8923e28eab7432c65e2f477a9d643d.svg) no-repeat center;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

.nci-globe {
  background: url(/fonts/8288dc96c2a99f444c81c73df117d53c.svg) no-repeat center;
  background-size: contain;
}

.nci-group {
  background: url(/fonts/553ddd49acdcb0ca68b4796e1ae3800d.svg) no-repeat center;
  background-size: contain;
}

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

.nci-heart {
  background: url(/fonts/4c27a80f3956a02fe7d1df6cd5419948.svg) no-repeat center;
  background-size: contain;
}

.nci-home {
  background: url(/fonts/53799d080f8b62883ea44579a705bee3.svg) no-repeat center;
  background-size: contain;
}

.nci-image {
  background: url(/fonts/8f745ebba8ee6ddbfed126a08c0010cb.svg) no-repeat center;
  background-size: contain;
}

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

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

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

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

.nci-lock {
  background: url(/fonts/574cf21ee9ff2ffe5086084822e77d54.svg) no-repeat center;
  background-size: contain;
}

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

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

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

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

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

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

.nci-money {
  background: url(/fonts/1f7d35f31a7d9e8c2d8a55ae1fee265e.svg) no-repeat center;
  background-size: contain;
}

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

.nci-monitor {
  background: url(/fonts/00d5884c0848c8b8f19ff3e265b6a272.svg) no-repeat center;
  background-size: contain;
}

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

.nci-movie {
  background: url(/fonts/26e6b7fc4297e5eeb4a0e18247226664.svg) no-repeat center;
  background-size: contain;
}

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

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

.nci-notepad {
  background: url(/fonts/302f74bfd0a7792b894ff08f5e94d166.svg) no-repeat center;
  background-size: contain;
}

.nci-notes {
  background: url(/fonts/5158e34ce2a16a7be2e18b5b598faef7.svg) no-repeat center;
  background-size: contain;
}

.nci-paint {
  background: url(/fonts/6f3403d55e184ed9996ea13aa0956950.svg) no-repeat center;
  background-size: contain;
}

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

.nci-pencil {
  background: url(/fonts/610c6d5b5950fa3900e51363ec987742.svg) no-repeat center;
  background-size: contain;
}

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

.nci-pic {
  background: url(/fonts/407e3909c9e02c5d2830da489eb234d9.svg) no-repeat center;
  background-size: contain;
}

.nci-pin {
  background: url(/fonts/2fa6dc471b366ea925b18631825615e3.svg) no-repeat center;
  background-size: contain;
}

.nci-profile {
  background: url(/fonts/5103414c7843a0b208ecd6cf2096b24d.svg) no-repeat center;
  background-size: contain;
}

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

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

.nci-rss {
  background: url(/fonts/3bce37b3a43a7085406b9d52843c5726.svg) no-repeat center;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nci-tag {
  background: url(/fonts/672f82aa860850089902e82b6e34859d.svg) no-repeat center;
  background-size: contain;
}

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

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

.nci-trashcan {
  background: url(/fonts/4d82d7d38a88707316160e809c91031d.svg) no-repeat center;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nci-archive-word_white {
  background: url(/fonts/0997888c0d59dd3d9af5c229e0ab14da.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: "Roboto",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 {
  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 {
    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;
}

.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;
}

.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: #449d44;
}

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

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

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

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

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

@-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: 4px;
  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: 47%;
}

@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;
  }
}

.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: #5cb85c;
}

.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: 4px 0 0 4px;
  border-left-width: 1px;
  border-left-style: solid;
}

.nsj-radio-btn-group div.item:last-child label {
  border-radius: 0 4px 4px 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: #005679;
  color: #fff;
}

.nsj-date .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: #005679;
  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;
}

.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);
}

.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>nsj-action>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>item-dropdown>li>a:focus,
.dropdown-menu>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;
}

.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;
}

.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: #449d44;
}

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

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

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

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

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

@-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: 4px;
  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: 47%;
}

@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;
  }
}

.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: #5cb85c;
}

.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: 4px 0 0 4px;
  border-left-width: 1px;
  border-left-style: solid;
}

.nsj-radio-btn-group div.item:last-child label {
  border-radius: 0 4px 4px 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: #005679;
  color: #fff;
}

.nsj-date .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: #005679;
  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;
}

.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: #5a5a5a;
}

.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: #5a5a5a;
}

@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: #5a5a5a;
}

.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: #004460;
}

.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: #005679;
  color: #fff;
}

.nsj-date-picker>.nsj-calendar .picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: #005679;
  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: #005679;
}

.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;
}

.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.13.0 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-adobe:before {
  content: "\F778";
}

.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-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: "\F95B";
}

.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-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: "\F952";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.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-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: "\F905";
}

.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: "\F907";
}

.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-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-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: "\F95C";
}

.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: "\F95D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-wash:before {
  content: "\F95E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt-slash:before {
  content: "\F95F";
}

.fa-handshake-slash:before {
  content: "\F960";
}

.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: "\F961";
}

.fa-head-side-cough-slash:before {
  content: "\F962";
}

.fa-head-side-mask:before {
  content: "\F963";
}

.fa-head-side-virus:before {
  content: "\F964";
}

.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-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: "\F965";
}

.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: "\F913";
}

.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-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\F955";
}

.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: "\F966";
}

.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: "\F967";
}

.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: "\F91A";
}

.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: "\F956";
}

.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-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: "\F968";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.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: "\F91E";
}

.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: "\F969";
}

.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: "\F96A";
}

.fa-pump-soap:before {
  content: "\F96B";
}

.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-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: "\F96C";
}

.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: "\F957";
}

.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-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: "\F96E";
}

.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: "\F96F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\F970";
}

.fa-store-slash:before {
  content: "\F971";
}

.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-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: "\F972";
}

.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: "\F941";
}

.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-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\F949";
}

.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-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-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-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: "\F974";
}

.fa-virus-slash:before {
  content: "\F975";
}

.fa-viruses:before {
  content: "\F976";
}

.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-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-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: #005679;
}

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: #005679;
}

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: 3px 0 0 3px;
  cursor: pointer;
  border-right: 0;
}

nsj-lookup .select-close .btn {
  border-radius: 0 3px 3px 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;
}

.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 #005679;
  border-radius: 20px;
  color: #005679;
}

.timeline-v2-item-data {
  color: #5A5A5A;
  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: #005679;
  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: #005679;
  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;
}


.tree-grid-animate-enter,
.tree-grid-row.ng-enter {
  -moz-transition: 200ms linear all;
  -o-transition: 200ms linear all;
  -webkit-transition: 200ms linear all;
  transition: 200ms linear all;
  position: relative;
  display: block;
  opacity: 0;
  max-height: 0;
}

.tree-grid-animate-enter.tree-grid-animate-enter-active,
.tree-grid-row.ng-enter-active {
  opacity: 1;
  max-height: 30px;
}

.tree-grid-animate-leave,
.tree-grid-row.ng-leave {
  -moz-transition: 200ms linear all;
  -o-transition: 200ms linear all;
  -webkit-transition: 200ms linear all;
  transition: 200ms linear all;
  position: relative;
  display: block;
  height: 30px;
  max-height: 30px;
  opacity: 1;
}

.tree-grid-animate-leave.tree-grid-animate-leave-active,
.tree-grid-row.ng-leave-active {
  height: 0;
  max-height: 0;
  opacity: 0;
}

.tree-grid i.indented {
  padding: 2px;
  font-size: 18px;
  color: #999999;
}

.tree-grid .level-1 .indented {
  position: relative;
  left: 0;
}

.tree-grid .level-2 .indented {
  position: relative;
  left: 20px;
}

.tree-grid .level-3 .indented {
  position: relative;
  left: 40px;
}

.tree-grid .level-4 .indented {
  position: relative;
  left: 60px;
}

.tree-grid .level-5 .indented {
  position: relative;
  left: 80px;
}

.tree-grid .level-6 .indented {
  position: relative;
  left: 100px;
}

.tree-grid .level-7 .indented {
  position: relative;
  left: 120px;
}

.tree-grid .level-8 .indented {
  position: relative;
  left: 140px;
}

.tree-grid .level-9 .indented {
  position: relative;
  left: 160px;
}

.tree-grid tr th:last-child {
  border-left: none !important;
  border-top: none !important;
}

.tree-grid tr th:nth-last-child(2) {
  border-right: none !important;
  border-top: none !important;
}

.tree-grid tr td:last-child {
  border-left: none !important;
  border-top: none !important;
}

.tree-grid tr td:nth-last-child(2) {
  border-right: none !important;
  border-top: none !important;
}

@media only screen and (min-width: 992px) {
  .nsj-table.table.btns-actions tbody tr:hover .table-btns-actions .actions-buttons {
    border-width: 1px;
    border-top: none;
  }
}


@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: local("Lato Thin "),local("Lato-Thin"),url(/fonts/9ca14b8703044ec44627982d6d0e1e44.woff2) format("woff2"),url(/fonts/4dfdd1c035c641accc4f3fedb7b73055.woff) format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-display: swap;
  font-weight: 100;
  src: local("Lato Thin italic"),local("Lato-Thinitalic"),url(/fonts/de3428c265cecf1856805f21f274bb82.woff2) format("woff2"),url(/fonts/83a45512c894889710e9966b9edddc6d.woff) format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local("Lato Light "),local("Lato-Light"),url(/fonts/98d8cf792834c0bef59c2be99dc3533d.woff2) format("woff2"),url(/fonts/656963c4beb814e754e38478fcaa0439.woff) format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: local("Lato Light italic"),local("Lato-Lightitalic"),url(/fonts/a21767e20d27a9c06007c981a8e5f827.woff2) format("woff2"),url(/fonts/8e90b967ea69fc68b130d36cc34d41c0.woff) format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Lato Regular "),local("Lato-Regular"),url(/fonts/b4d2c4c39853ee244272c04999b230ba.woff2) format("woff2"),url(/fonts/b8ee546acd6cc0c49f42ad3d48ef244f.woff) format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: local("Lato Regular italic"),local("Lato-Regularitalic"),url(/fonts/117e995c97eab30fb92843616018d1f1.woff2) format("woff2"),url(/fonts/e652470b9572b86907b77a97f40dc915.woff) format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Lato Bold "),local("Lato-Bold"),url(/fonts/1efbd38aa76ddae2580fedf378276333.woff2) format("woff2"),url(/fonts/874b8e7bc7e8d1507b50f56bc6c9b536.woff) format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: local("Lato Bold italic"),local("Lato-Bolditalic"),url(/fonts/5ce0990b59e1ed40e05327f625a24c4a.woff2) format("woff2"),url(/fonts/9e9a574493d4cd2fa62380f376461941.woff) format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: local("Lato Black "),local("Lato-Black"),url(/fonts/947e87c53b5765bfc8982613ccd789e9.woff2) format("woff2"),url(/fonts/a82ff6ac9208656f9a21a65dfacbcae3.woff) format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-display: swap;
  font-weight: 900;
  src: local("Lato Black italic"),local("Lato-Blackitalic"),url(/fonts/bd86aaa72d23c91de85390a93aa6bef2.woff2) format("woff2"),url(/fonts/73d7130e1dc196d25bb35faf2afbbb43.woff) format("woff");
}



/*# sourceMappingURL=sourcemap/vendor-af36ca.min.css.map*/
/*# sourceMappingURL=vendor-af36ca.min.css.map*/