body {
  overflow-x: hidden;
}
.json-formatter-label {
  margin: 10px 0 5px 0;
  color: #333;
  font-weight: bold;
}

.json-formatter-container {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  background: #f9f9f9;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  max-height: 400px;
  overflow: auto;
}

.json-formatter-dark .json-formatter-container {
  background: #2d2d2d;
  border-color: #555;
  color: #f0f0f0;
}

.json-formatter-error {
  color: #d32f2f;
  font-weight: bold;
  padding: 10px;
}

.json-formatter-empty {
  color: #666;
  font-style: italic;

}

/* Enhance JSON Formatter default styles */
.json-formatter-row {
  font-family: 'Courier New', monospace !important;
}

.json-formatter-toggler {
  cursor: pointer;
}

.json-formatter-key {
  color: #881391 !important;
  font-weight: bold;
}

.json-formatter-string {
  color: #1a1aa6 !important;
}

.json-formatter-number {
  color: #164 !important;
}

.json-formatter-boolean {
  color: #05a !important;
}

.json-formatter-null {
  color: #999 !important;
}

/* Dark theme overrides */
.json-formatter-dark .json-formatter-key {
  color: #ff6b6b !important;
}

.json-formatter-dark .json-formatter-string {
  color: #4ecdc4 !important;
}

.json-formatter-dark .json-formatter-number {
  color: #ffe66d !important;
}

.json-formatter-dark .json-formatter-boolean {
  color: #95e1d3 !important;
}

.json-formatter-dark .json-formatter-null {
  color: #ccc !important;
}
.badge-pill {
  /*background: #dcfce7;*/
}

aside.page-sidebar > .v_3_6_2 {
  background: rgba(255,0,0,0.2);
}

.dropdown-menu.dropdown-xxl {
  width: 31.875rem;
  height: auto;
}
.tree-classic ul {
  display:block;
}
.nav-menu li.tree-classic ul li {
  display: block;
}
.nav-menu li.tree-classic ul li > i {
  display: inline-block;
}
.btn-check {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}
.btn {
  cursor: pointer;
}
.psa-current {
  background: #d1e7dd;
}
.psa-expired {
  background: #f8d7da;
}
.psa-pending {
  background: #fff3cd;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  box-shadow: none;
  cursor: not-allowed;
}
#dashboardCharts .highcharts-graph {
  stroke-width: 4;
}

#blogList .danger a {
  color: #d9534f;
}

.inlineditable {
  width: 100%;
}
.inlineditable > div {
  display:flex;
  webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.inlineditable > div > input, .inlineditable > div > textarea  {
  flex: 1;
}
.inlineditable > div > textarea {
  min-height: 100px;
  min-width: 300px;
}

.btn-outline-default:hover, .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .show > .btn-outline-default.dropdown-toggle {
  color: #212529;
  background-color: #eeeeee;
  border-color: #E5E5E5;
}



.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
li[treecontrol] > ul > .tree-item {
  margin-left: 1rem;
}
.tree-item {
  margin-left:22px;
}
.tree-item.pending a {
  color: #ffc107 !important;
}
.tree-item.pending:hover a {
  color: white !important;
}
mentio-menu {
  z-index: 10000 !important;
}
.nav-menu li i.tree-branch-head {
  margin-right: 0.9375rem;
  font-size: 0.875rem;
}
.nav-menu li a.tree-label {
  display:inline-block;
  white-space: nowrap;
  align-items: center;
  outline: 0;
  cursor: pointer;
  padding: 0.3rem 0rem 0.3rem 0rem;
  font-size: 0.875rem;
  color: inherit;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.nav-menu li a.tree-label:hover {
  background:none;
}

.gray-600 {
  color: #7e8083;
}
.select2 {
  min-width: 200px;
}

ul.ivh-treeview {
  list-style-type: none;
  padding-left: 0;
}
ul.ivh-treeview ul.ivh-treeview {
  padding-left: 15px;
}
ul.ivh-treeview .ivh-treeview-toggle {
  cursor: pointer;
}
ul.ivh-treeview .ivh-treeview-node-leaf .ivh-treeview-toggle {
  cursor: auto;
}

.popover-wrapper .select2 {
  min-width: 400px;
}
.alert.bg-fusion-400 textarea.form-control {
  background: rgb(50,50,50);
  border-color: rgb(70,70,70);
  color: #FFF;
}
.alert.bg-fusion-400 textarea.form-control:focus {
  background: rgb(50,50,50);
  color: #FFF;
}
.dropdown-menu.dropdown-xxxl {
  width: 40rem;
  height: auto;
}
#surveyEdit #editor-false div.form-actions.btn-group {
  display:none;
}
#dealSignOffs .dropdown-item:hover, #dealSignOffs .dropdown-item:focus {
  color: inherit;
  cursor: inherit;
}
#ngForm .form-group:last-child, #ngForm .form-group:only-child {
  margin-bottom: 1.25rem;
}
#ngForm .form-label {
  font-size: 1rem;
}
.innerModal {
  min-height: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
#ngForm .custom-checkbox {
  margin: 0 0.375rem 1rem 0;
  font-size: 1rem;
}
#ngForm .custom-checkbox:first-of-type {
  margin-top: 0.4rem;
}
#ngForm .custom-checkbox:last-of-type {
  margin-bottom:1rem;
}
#ngForm .form-group input[type="number"] {
  max-width: 40%;
}
#dealSignOffs .dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#dealSignOffs .dropdown-item:last-of-type {
  border-bottom: 0;
}
#dealSignOffs .signOffRow p {
  margin-bottom: 0.25rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgb(240,240,255) !important;
  border-color: rgb(200,200,255) !important;
  color: rgb(50,50,100) !important;
}

.bg-warning-30 {
  background-color: #fdf5ea;
  color: rgb(138, 106, 11);
}

.bg-danger-30 {
  background-color: rgb(254,242,242);
  color: rgb(153,27,27)
}

.modernModal, .modernModal.show {
  background-color: #EFEFEF;
  opacity: 0.98;
}
.modernModalWindow .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
div.psaCats {
  display: flex;
  align-items:center;
}
li[treecontrol] div:hover {
  color:white;
}
li[treecontrol] li a.tree-label:after {
  background-color: transparent !important;
  border: none !important;
}
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul:before {
  z-index:0;
  left: 1.5625rem;
}

.page-sidebar {
  max-width: none;
}
.nav-menu li a:hover > [class*='fa-'], .nav-menu li a:hover > .ni {
  color: white;
}
.nav-menu li > ul li a {
  padding-left: 1rem;
}
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li a:after {
  background-color: transparent !important;
  border: none !important;
}
.nav-menu b.collapse-sign {
  color: #7e8083;
}
#content {
  min-height:100%;
}
#chatWindow {
  height:100%;
}
.chat-content-overlay {
  display:none
}
body.chat-on .chat-content-overlay {
  display:block;
}

.form-floating:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #eee;
}

/* PSA */
#psaPanel h3 {
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 1rem;
}

#psaDashboard .panel-hdr h2 {
  font-weight: 600;
  color: #666666;
  font-size: 1.1875rem;
}
#chatMessages .timestamp {
  text-align:center;
}
#chatMessages .timestamp:before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  top: 0.6rem;
  border-bottom: 1px solid #DFDFDF;
  width:100%;
}
#chatMessages .timestamp span {
  padding: 0px 15px;
  background: white;
  position:relative;
}
.chat-middle {
  margin-bottom: 3px !important;
}
.chat-segment-sent.chat-middle .chat-message {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.chat-segment-get.chat-middle .chat-message {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#psaPanel h4.rebateName {
  font-weight: 600;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
  color: #7e8083;
}
.breadcrumb-item a {
  color: #3d495c;
}
.nav-menu li a {

}
body {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial;
}
#psaDashboard .panel {
  border:0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#psaDashboard h6 {
  font-weight: 700;
  color: #7e8083;
}
.subheader {
  margin-bottom: 1.15rem;
}
aside {
  -webkit-transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
  transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
  -webkit-transform: translate(0px, 0px) translateZ(0px);
}
.validity {
  font-weight: 300;
}
.documentTypeIcon {
  position: relative;
}
.documentTypeIcon .badge {
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 10px;
}
.page-logo img#smallLogo {
  display:none;
}
.nav-function-minify .page-logo img#largeLogo {
  display: inherit;
}
.page-logo img {
  width: auto;
  height: auto;
  max-height:3.5rem;
}
.nav-function-minify .page-logo img#smallLogo {
  display: inherit;
}
.nav-function-minify .page-logo img#largeLogo {
  display: none;
}
.nav-function-minify .page-logo img {
  max-width: 2rem;

}
.msgr-list {
  right: -14.563rem;
  top: 66px;
  height: calc(100vh - 66px);
}
.badge.badge-icon.badge-info {
  background-color: #17a2b8 !important;
}
body.user-list-on .msgr-list {
  right: -11.438rem;
}
body.user-list-on .msgr-list:hover {
  right: 0;
}
.header-icon:hover {
  cursor: pointer;
}

div#typingindicator {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
#widget-figures-tab {
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: 1px solid rgba(0,0,0,.07);
}
#searchBox {
  border: 0px;
}
.custom-switch, .checkboxRadio, .custom-control-label {
  cursor: pointer;
}
.custom-control-label {
  color: rgba(0,0,0,.4);
}
.custom-control-input:checked ~ .custom-control-label {
  color: rgba(0,0,0,1);
}
.custom-control-input:checked ~ .custom-control-label.danger::before {

  border-color: #dc3545;
  background-color: #dc3545;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.5);
}
.custom-control-input:checked ~ .custom-control-label.warning::before {

  border-color: #ffc107;
  background-color: #ffc107;
}
.custom-control-input:checked ~ .custom-control-label.success::before {

  border-color: #28a745;
  background-color: #28a745;
}
#widget-figures-tab .nav-link.active, #widget-figures-tab .nav-item.show .nav-link {
  border-top-color: #fff;
}
#widget-figures-tab .nav-link.active, #widget-figures-tab .nav-item.show .nav-link {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
  background: rgba(0,0,0,0.1);
}
.nav-tabs .nav-link.active {
  background: white;
  border-bottom: 2px solid #043a9c;
  border-bottom-color: #043a9c !important;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
#widget-figures-tab .nav-link {
  margin-top: -1px;
}
.handsontable td.blankCell {
  background-color: #FFF0F0 !important;
  color: #000 !important;
  text-align: right;
}
.handsontable td.htYTD {
  background-color: #EFEFEF !important;
  font-weight: 600;
  color: #000 !important;
  text-align: right;
}
.handsontable .colHeader {
  font-weight: bold;
}

.handsontable td.htYTD.negative {
  color:#CC0000 !important;
}
.handsontable td.htYTD.positive {
  color:#00CC00 !important;
}
@media (min-width: 992px) {
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li > a {
    padding-left: 3.15rem;
  }
}
@media (min-width: 1399px) {
  .page-sidebar .primary-nav .nav-menu > li > a {
    padding: 0.8125rem 1rem;
    font-size: 0.875rem;
  }
}

.img-thumbnail2 {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  height: auto;
}

.img-thumbnail3 {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  /* border-radius: 4px; */
  /* height: auto; */
}
.table-no-head thead {
  display: none;
}

.pagination .page-item:first-child:not(.active) .page-link, .pagination .page-item:last-child:not(.active) .page-link, .pagination .page-item.disabled .page-link {
  background: none;
}
#search-field {
  display: inline-block;
}
.company-logo-1 {
  background-color: #fff;
  padding: 1.5em;
}
#avatarEdit {
  display: none;
  display: block;


  position: absolute;
  top: .5em;
  right: .5em;
}
#avatarEdit i {
  color: #FFF;
}
/* full deal css */



.fc-event.holiday {
  background-color:#888888;
}
#calendarMeetingList .list-group-item.holiday {
  border-left-color: #888888;
}
.fc-event.meeting {
  background-color:#69C074;
}
#calendarMeetingList .list-group-item.meeting {
  border-left-color: #69C074;
}
.fc-event.meeting1 {
  background-color:#69C074;
}
#calendarMeetingList .list-group-item.meeting1 {
  border-left-color: #69C074;
}
.fc-event.meeting2 {
  background-color:#DFD557;
}
#calendarMeetingList .list-group-item.meeting2 {
  border-left-color: #DFD557;
}
.fc-event.training {
  background-color:#a8829f;
}
#calendarMeetingList .list-group-item.training {
  border-left-color: #a8829f;
}
.fc-event.conferenceCall {
  background-color:#739e73;
}
#calendarMeetingList .list-group-item.conferenceCall {
  border-left-color: #739e73;
}
.fc-event.webinar {
  background-color:#D862FF;
}
#calendarMeetingList .list-group-item.webinar {
  border-left-color: #D862FF;
}
.fc-event.categoryMeeting {
  background-color:#7c1212;
}
#calendarMeetingList .list-group-item.categoryMeeting {
  border-left-color: #7c1212;
}
#calendarMeetingList .list-group-item {
  border-left: 3px solid;
}
#calendarMeetingList .list-group-item-info {
  border-left-color: #0a6aa1;
}

.fc-event.unconfirmed {
  background-color:#c79121;
}

.fc-event.declined {
  background-color:#a90329;
}
#calendarMeetingList .list-group-item.declined {
  border-left-color: #a90329;
}
.fc-event.attending {
  background-color: #008C23;
}
#calendarMeetingList .list-group-item.attending {
  border-left-color: #008C23;
}

.bootstrap-tagsinput {
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 1px 3px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 0;
}
.bootstrap-tagsinput > span:not(.twitter-typeahead) {
  border-radius: 0px !important;
  font-weight: normal;
  padding: 3px 28px 4px 8px;
  font-size: 13px;
  border: 1px solid #285E8E;
  background: #3276B1;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.editable:hover {
  cursor: pointer;
  text-decoration: underline;
}
.signOffInital {
  position: relative;
  display: flex;
  right: -40px;
  float: right;
}
.signOffInital > div {
  flex-wrap: nowrap;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  color: #FFF;
  position: relative;
  margin: 3px 0 3px 2px;
  display: inline-block;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  display: block;
  top: -1px;
  right: 0px;
  padding: 3px 4px 3px 5px;
  width: 23px;
  height: 22px;
  position: absolute;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  background: rgba(0, 0, 0, 0.3);
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "\f057";
  font-family: fontAwesome;
  padding: 2px 1px;
  line-height: 17px;
  font-size: 15px;
  text-align: center;
}

[aria-expanded="false"] ~ .collapsed-reveal {
  display: none; }

[aria-expanded="false"] .collapsed-reveal {
  display: none; }

[aria-expanded="false"] ~ .collapsed-hidden {
  display: inline-block; }

[aria-expanded="false"] .collapsed-hidden {
  display: inline-block; }

[aria-expanded="true"] ~ .collapsed-reveal {
  display: inline-block; }

[aria-expanded="true"] .collapsed-reveal {
  display: inline-block; }

[aria-expanded="true"] ~ .collapsed-hidden {
  display: none; }

[aria-expanded="true"] .collapsed-hidden {
  display: none; }


.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#dealA4page .psaControls.true {
  display: block;
}
[show-help] {
  display: inline-block;
  min-width: 24px;
  margin-left: 10px;
}
a[show-help] {
  display: inline;
}
[show-help]:after {
  font-family: "Font Awesome 5 Pro";
  margin-right: -24px;
  display: inline-block;
  content: "\f05a"
}
.nav-menu li > ul li > ul li a {
  padding-left: 1rem;
}
.nav-menu li > ul li > ul li a > [class*='fa-'], .nav-menu li > ul li > ul li a > .ni {
  margin-right: 0.9375rem;
}


.btn-reveal span {

  display: none;
}
.btn-reveal:hover span {
  display:inline-block;
}
#tab-events .fc-scroller {
  overflow: visible !important;
}

.modal-dialog-right .modal-content {
  max-height: 100%;
}
.modal-dialog-right .modal-content .modal-body {
  overflow-x: auto;
}
.active.btn-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f1f1f1));
  background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
  color: #444;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#cmtPage.card-columns {
  column-count: 2;
}
#cmtPage.card-columns .panel {
  margin-bottom: 0;
}

.card-columns {
  column-count: 3;
}

.accordion-tender  .card .card-header .card-title {
  padding: 0.5rem 0.5rem;
}
#blogList {
  border-collapse:separate;
  border-spacing:0 5px;
}
#blogList tbody tr:first-of-type td {
  border-top: 0;
}
#blogList tr.bg-danger-50 {
  margin-bottom: 2px;
  background-color: #fdf7f7;
}
#blogList tr.bg-danger-50 td:first-of-type {
  border-left: 3px solid #d9534f;
  padding-left: 10px;
}

.notification li > ng-include {
  padding: 0.15rem 0.5rem !important;
  display: block;
}

.panel.simple {
  box-shadow: none;
  border: none;
}

.panel.simple > .panel-hdr > :first-child {
  padding-left: 0rem;
}

.panel.simple .panel-container .panel-content {
  padding: 1rem 0rem;
}


/* Global font */



.highcharts-container {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial !important;
}

.highcharts-title,
.highcharts-subtitle,
.highcharts-yaxis .highcharts-axis-title {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial !important;
}

.highcharts-title {
  font-weight: bold;
  font-size: 1em !important;
}

.highcharts-axis-labels {
  font-size: .8em;
}

.highcharts-legend-item > text {
  font-size: .8em;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial !important;
}
.highcharts-grid.highcharts-xaxis-grid {
  display: none;
}
.highcharts-xaxis-grid .highcharts-grid-line {
 /* stroke-width: 1px;*/
}

.highcharts-tooltip-box {
  stroke-width: 0;
  fill: rgb(219, 219, 216);
}


@media only screen and (max-width: 420px) {
  .panel .panel-hdr {
    display:block;
  }
  .page-wrapper .page-content .subheader {
    display:block;
  }
}
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro";
}
.hover-effect-dot:before {
  top:0;
  left: 0;
}

.dataTables_empty {
  font-size: 1rem;
  color: rgba(0,0,0,0.4);
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
/* add background to focused inpur prepend and append */
.form-control:focus ~ .input-group-prepend {
  background: #007bff; }

.has-length .input-group-text {
  border-color: #007bff; }
.has-length .input-group-text + .input-group-text {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
  background: #007bff;
  color: #fff !important; }

.flex-basis-400 {
  flex-basis: 500px;
}

.custom-control-input:checked ~ .custom-control-label.info::before {
  background-color: #ffc107;
  border-color: #ffc107;
}

.bg-success-10 {
  background-color: rgba(10,191,83,.1);
  border-color: rgba(10,191,83,.2);
}

.badge.badge-white {
  color: #333;
  background-color: #fff;
}

.breadcrumb-seperator-1 .breadcrumb-item + .breadcrumb-item:before {
  content: "\f138";
}
.highcharts-plot-line {
  stroke: red;

}

.highcharts-root text {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial !important;
}

.btn-sm, .btn-group-sm > .btn {
  line-height: 1.1;
}

.dropdown-menu > .dropdown-item > a {
  color: rgb(33, 37, 41);
}
#scrollToTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

#commentsNotes ul.nav-tabs {
  position: relative;
  bottom: -2px;
}

a[target="_blank"] {
  text-decoration: none !important;
}
a[target="_blank"]:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}


  .modal-xxl {
    max-width: 75%;
  }
/*
.nav-menu li > ul li a > [class*='fa-'], .nav-menu li > ul li a > .ni {
  margin-left: 0px;
}

.dropdown-toggle:after, .dropleft .dropdown-toggle:before {
  font: var(--fa-font-solid);
}*/



/*
Datatables 2 over-rides
 */
select.dt-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.custom-control-label::before, .custom-file-label, select.dt-input {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #c9d8e8;
}

div.dt-container .dt-search input {
    border: 1px solid #E5E5E5 !important;
}
table.dataTable.table > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgb(234,234,234);
    color: black;
}
div.dt-processing > div:not(.card) {
  display: none;

}
