.v-mobile-only {
  display: none;
}

.v-desktop-only {
}

@media screen and (max-width: 767px) {
  .v-mobile-only {
    display: block;
  }
  .v-desktop-only {
    display: none !important;
  }
}

/* fix the new bootstrap side effects*/
.responsive,
.MsgBoxClass,
.ui-dialog-content.ui-widget-content {
  font-size: 14px;
}

:not(.responsive) td > label[for] {
  width: 100%;
  vertical-align: baseline;
  margin-bottom: 0;
}

.responsive label[for] {
  margin-bottom: 0.15em;
}

#NpNavigation {
  max-width: 290px;
}

#NpHeader h1 {
  line-height: unset !important;
}

.responsive a {
  cursor: pointer !important;
  text-decoration: none !important;
  color: #555 !important;
  font-weight: 400 !important;
  transition: color 0.2s ease !important;
}

.responsive a:link {
  cursor: pointer;
  text-decoration: none !important;
}

/* unvisited link */

.responsive a:visited {
  cursor: pointer;
  text-decoration: none !important;
  color: #0d5684 !important;
}

/* visited link */

.responsive a:hover {
  cursor: pointer;
  text-decoration: none !important;
  color: #53a0d0 !important;
}

/* mouse over link */

.responsive a:active {
  cursor: pointer;
  text-decoration: none !important;
  color: #0d5684 !important;
}

.responsive .row,
.responsive .FloatLeft {
  clear: both;
}
/* selected link */

.resizable2 > .well {
  margin: 0;
}

#mobile_TopFormAreaButtons nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  min-width: 135px;
}

#mobile_TopFormAreaButtons nav ul li {
  display: inline-block;
  background-color: #53a0d0;
  min-width: 130px;
  width: 100%;
}

#mobile_TopFormAreaButtons nav a {
  display: block;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
}

#mobile_TopFormAreaButtons nav a:hover {
  background-color: #0d5684;
}

/* Hide Dropdowns by Default */

#mobile_TopFormAreaButtons nav ul ul {
  display: none;
  position: absolute;
  top: 30px;
  /* the height of the main nav */
}

/* Display Dropdowns on Hover */

#mobile_TopFormAreaButtons nav ul li:hover > ul {
  display: inherit;
}

/* Fisrt Tier Dropdown */

#mobile_TopFormAreaButtons nav ul ul li {
  width: 100%;
  float: none;
  display: list-item;
  position: relative;
}

/* Second, Third and more Tiers	*/

#mobile_TopFormAreaButtons nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

/* Change this in order to change the Dropdown symbol */

/* li > a:after { content:  'Ã¢Â¯â€ '; } */

#mobile_TopFormAreaButtons li > a:only-child:after {
  content: "";
}

.mob_DropdownButtons li a:hover {
  color: white !important;
  text-decoration: none;
}

.mob_DropdownButtons li a {
  color: white !important;
}

#mobile_TopFormAreaButtons {
  display: none;
}

/* Blob field fixes */

@media screen and (min-width: 768px) {
  .responsive .npBlob {
    height: 24px;
  }
  .responsive .npBlob > input[type="file"] + div {
    border: 1px solid #ccc;
    height: 100%;
  }
  .responsive .npBlob table a {
    text-decoration: underline !important;
    line-height: 2em;
    height: 100%;
  }
  .responsive .npBlob button {
    border: none !important;
    height: 22px;
    font-size: 19px !important;
    line-height: 15px;
  }
  .responsive .npBlob button:hover {
    background-color: #0d5684;
  }
  .responsive .npBlob button:focus {
    outline: none !important;
    background-color: #53a0d0;
  }
  .responsive .npBlob button:active {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4) inset;
    background-color: #0d5684;
  }
  .responsive .npBlob button[style*="display: none"],
  .responsive .npBlob button[style*="display:none"] {
    outline: none !important;
    color: #aaa;
    background-color: #ebebeb;
  }
  .responsive .npBlob table tr td:nth-child(3) button[style*="display: none"] {
    border-right: 1px solid #ccc;
    border-left: 1px solid #e1e1e1;
  }
  .responsive .npBlob table tr td:nth-child(3) button[style*="display: none"]::after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.01);
    width: 66px;
    right: 1px;
    height: 100%;
    top: 0;
    border-radius: 0 0.25rem 0.25rem 0;
    z-index: 12;
  }
  .responsive :not(.NpTable) .npBlob > input[type="file"] + div {
    border: none;
  }
  .responsive .npBlob table {
    height: 18px;
  }
  .responsive .npBlob table tr td {
    background-color: #fff;
    vertical-align: top;
  }
  .responsive .npBlob table tr td:nth-child(1),
  .responsive .npBlob .uploaded {
  }
  .responsive .npBlob table tr td:nth-child(2),
  .responsive .npBlob table tr td:nth-child(3) {
  }
  .responsive .npBlob table tr td:nth-child(3) button {
    margin-right: 0;
  }
  .responsive .NpTable .npBlob table tr td {
    background: transparent;
  }
}

.responsive .ngRow.selected .npBlob a:hover {
  color: #111 !important;
  background: transparent !important;
}
@media screen and (max-width: 767px) {
  .responsive #mobile_TopFormAreaButtons {
    display: unset;
  }
  .responsive #desk_TopFormAreaButtons {
    display: none;
  }
  .popover.saveBtn-popover {
    top: 110px !important;
    left: unset !important;
    display: block;
    right: 0px;
  }
  .popover.saveBtn-popover.bottom .arrow {
    display: none !important;
  }
  .responsive .ngCellNumber {
    text-align: unset;
  }
  /*body.hasOpenDatepicker::after {
    content: "";
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.45);
    position: fixed;
  }*/
  .ui-datepicker.responsive {
    background-color: #fff;
    top: 75px !important;
    width: 310px;
    left: calc(50% - 155px) !important;
    box-shadow: 1px 1px 0px 1186px rgb(0 0 0 / 20%);
  }
  .ui-datepicker.responsive .ui-datepicker-header {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ededed;
    margin-bottom: 5px;
  }
  .ui-datepicker.responsive .ui-datepicker-month {
    width: 144px;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 40px;
  }
  .ui-datepicker.responsive .ui-datepicker-year {
    width: 80px !important;
    font-weight: bold;
  }
  .ui-datepicker.responsive .ui-datepicker-next,
  .ui-datepicker.responsive .ui-datepicker-prev {
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
    height: 40px;
    text-align: center;
  }
  .ui-datepicker.responsive .ui-datepicker-next:hover::after,
  .ui-datepicker.responsive .ui-datepicker-prev:hover::after {
    opacity: 0.3;
  }
  .ui-datepicker.responsive .ui-datepicker-next span,
  .ui-datepicker.responsive .ui-datepicker-prev span {
    display: none;
  }
  .ui-datepicker.responsive .ui-datepicker-prev::after,
  .ui-datepicker.responsive .ui-datepicker-next::after {
    line-height: 40px;
    font-size: 23px;
  }
  .ui-datepicker.responsive .ui-datepicker-prev::after {
    content: "\f137";
    content: "\f053";
  }
  .ui-datepicker.responsive .ui-datepicker-next::after {
    content: "\f138";
    content: "\f054";
  }
  .ui-datepicker.responsive .ui-state-default,
  .ui-datepicker.responsive .ui-state-default:focus {
    height: 41px;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
    border-radius: 50%;
    background: #fff;
    border: none;
    width: 41px;
  }
  .ui-datepicker.responsive .ui-state-highlight {
    position: relative;
  }
  .ui-datepicker.responsive .ui-state-highlight::after {
    content: ".";
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
    font-size: 24px;
    font-family: monospace;
    color: #349eeb !important;
  }
  .ui-datepicker.responsive .ui-state-active {
    background-color: #349eeb !important;
    color: #fff !important;
  }
  .ui-datepicker.responsive .ui-state-default:active {
    background-color: #216699 !important;
    color: #fff !important;
  }
}

@media screen and (max-width: 500px) {
  .responsive #mobile_TopFormAreaButtons nav ul li {
    display: inline-block;
    background-color: #53a0d0;
    width: 100%;
  }
}

.responsive .Resp_Form input {
  border: 1px solid #ccc;
  padding: 0 5px;
  outline-color: #53a0d0 !important;
  outline-width: thin;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #333;
  height: 22px;
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: "";
}

.responsive .Resp_Form input[type="checkbox"] {
  background-color: #fff;
  width: 23px;
}

.responsive input[type="checkbox"]:focus {
  outline-offset: 0 !important;
}

.responsive .Resp_Form input[type="checkbox"]::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #333;
  font-weight: 900;
  font-size: 12px;
  line-height: 22px;
  z-index: -1;
  height: 100%;
  width: 33px;
}

.responsive .Resp_Form input[type="checkbox"]:checked::after {
  content: "\f00c";
}

.responsive .Resp_Form input[type="checkbox"]:indeterminate::after {
  content: "\f068";
}

@media screen and (max-width: 767px) {
  .responsive .Resp_Form input[type="checkbox"] {
    width: 24px;
    background-color: #fff;
  }
  .responsive input[type="checkbox"]::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    color: #666;
    font-weight: 900;
    font-size: 12px;
    line-height: 22px;
    z-index: -1;
    height: 100%;
    width: 33px;
  }
  .responsive .Resp_Form input[type="checkbox"]::after {
    font-size: 21px;
    line-height: 35px;
  }
  .responsive input[type="checkbox"]:checked::after {
    content: "\f00c";
  }
  .responsive input[type="checkbox"]:indeterminate::after {
    content: "\f068";
  }
  .responsive input[type="checkbox"]::after {
    font-size: 21px;
    line-height: 36px;
  }
  .responsive .Resp_Form input[type="checkbox"] {
    width: 36px;
    background-color: #fff !important;
  }
  .responsive input[type="checkbox"] {
    width: 24px;
    cursor: pointer;
    cursor: hand;
    appearance: none;
    background-color: transparent !important;
  }
  .responsive input[type="checkbox"] {
    height: 36px;
    width: 36px;
    padding: 0;
  }
  .responsive input:not([type="checkbox"]) {
    height: 36px;
  }
  .responsive input {
    outline-color: #53a0d0 !important;
  }
  .responsive input:not(.npLovInput)[readonly="readOnly"],
  .responsive input:not(.npLovInput)[readonly="true"],
  .responsive input:not(.npLovInput)[disabled="disabled"] {
    background-color: #fff;
    border-color: #e2e2e2;
    color: #9f9f9f;
  }
  .responsive input[type="checkbox"][disabled="disabled"]::after {
    color: #9f9f9f;
  }
  .responsive input[disabled="disabled"] + .calendar-icon,
  .responsive input[readonly="readOnly"] + .calendar-icon {
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
  }
  .responsive input[readonly="readOnly"]:focus,
  .responsive input[readonly="true"]:focus {
    outline: none;
  }
  .responsive .NpTable .ngRow .ngCellElement:focus input[type="checkbox"]::after {
    color: #fff;
  }
  .ui-dialog.responsive {
    width: 90% !important;
    top: 10% !important;
  }
  .ui-dialog.responsive table tr {
    display: flex;
  }
  .ui-dialog.responsive td p {
    font-size: 12px;
  }
  .responsive .ngGrid,
  .responsive .ngCellElement {
    font-size: 10pt !important;
  }
  .responsive input,
  .responsive label,
  .responsive select,
  .responsive textarea {
    font-size: 14px !important;
  }
  .responsive .FormArea h3 {
    border: none;
    font-weight: 300;
    font-size: 19px;
    margin: 2px 0 14px;
    color: #000;
    background-color: transparent;
    height: auto;
  }
  .responsive.NrlForm .ui-tabs,
  .responsive .NrlDialog .ui-tabs {
    background-color: transparent;
  }
  .responsive .ui-tabs .NextBtn:active,
  .responsive .ui-tabs .PreviousBtn:active {
    opacity: 0.4;
  }
  .responsive .ui-tabs .NextBtn,
  .responsive .ui-tabs .PreviousBtn {
    position: absolute;
    border: none;
    top: 16px;
    margin: 0;
    text-align: center;
    z-index: 10;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 21px;
    color: #a1a1a1;
    background-color: #f5f5f5;
    padding: 4px 8px;
    width: auto !important;
    height: auto !important;
    border-radius: 0.25rem;
    display: none;
  }
  .responsive .ui-tabs .NextBtn {
    right: 10px;
    padding-left: 10px;
  }
  .responsive .ui-tabs .NextBtn::after,
  .responsive .ui-tabs .PreviousBtn::after {
    /*font-family: "Font Awesome 5 Free";*/
  }
  .responsive .ui-tabs .NextBtn::before {
    content: "\f054";
  }
  .responsive .ui-tabs .PreviousBtn::before {
    content: "\f053";
  }
  .responsive .ui-tabs .PreviousBtn {
    left: 3px;
    padding-right: 11px;
  }
  .responsive .ui-tabs-nav > .fixedContainer {
    width: 100% !important;
    padding: 0 15px;
    margin: 0 0 -1px;
    position: relative;
    overflow-x: auto !important;
  }
  .responsive .ui-tabs .moveableContainer {
    width: auto !important;
    display: table-row;
  }
  .responsive .ui-tabs .fixedContainer,
  .responsive .ui-tabs .moveableContainer {
    height: auto !important;
  }
  .responsive.NrlForm .ui-tabs > .ui-tabs-nav,
  .responsive .NrlDialog .ui-tabs > .ui-tabs-nav {
    background-color: transparent;
    border: none;
    height: auto;
    margin: 0;
  }
  .responsive.NrlForm .ui-tabs .ui-tabs-panel,
  .responsive .NrlDialog .ui-tabs .ui-tabs-panel {
    border-top: 1px solid #e2e2e2;
  }
  .responsive.NrlForm .ui-tabs .ui-tabs-nav .moveableContainer li,
  .responsive .NrlDialog .ui-tabs .ui-tabs-nav .moveableContainer li {
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 10px;
    height: auto;
    line-height: initial;
    position: relative;
    background-color: transparent;
    border-color: transparent;
    float: none;
    display: table-cell;
  }
  .responsive.NrlForm .ui-tabs .ui-tabs-nav .moveableContainer > li a,
  .responsive .NrlDialog .ui-tabs .ui-tabs-nav .moveableContainer > li a {
    font-size: 13px;
    color: #007bff !important;
  }
  .responsive.NrlForm .ui-tabs .ui-tabs-nav .moveableContainer li.ui-state-active,
  .responsive .NrlDialog .ui-tabs .ui-tabs-nav .moveableContainer li.ui-state-active {
    border-color: #e2e2e2;
    background-color: #f5f5f5;
  }
  .responsive.NrlForm .ui-tabs .ui-tabs-nav .moveableContainer li.ui-state-active a,
  .responsive .NrlDialog .ui-tabs .ui-tabs-nav .moveableContainer li.ui-state-active a {
    color: #555 !important;
  }
  .responsive #mobile_TopFormAreaButtons .drop-content {
    right: 0;
    left: auto;
    box-shadow: 4px 5px 11px -5px rgba(0, 0, 0, 0.8);
  }
  .responsive #mobile_TopFormAreaButtons nav button {
    width: 100% !important;
  }
}

#mobile_searchButtons,
#mobile_newEntryButton {
  display: none;
}

.responsive .npBlob a {
  text-decoration: underline !important;
  z-index: 13;
  position: relative;
}
.responsive .npBlob button[style*="display: none"],
.responsive .npBlob button[style*="display:none"] {
  z-index: 2;
  height: 0px !important;
  width: 0px !important;
}

.responsive .npBlob table {
  position: relative;
}
.TopFormArea .saveCancel button {
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .responsive #NpMainContent {
    padding-top: 10px;
    top: 90px;
  }

  .responsive .TopFormArea + .alert {
    margin: 5px 25px 15px;
  }

  .responsive .TopFormArea + .alert .close {
    top: -10px;
    right: -15px;
    line-height: 1em !important;
    margin: 0;
    font-size: 29px !important;
    width: 23px !important;
    height: unset;
    padding: 0 !important;
    bottom: unset;
  }
  .responsive .TopFormArea + .alert .close:active,
  .responsive .TopFormArea + .alert .close:hover {
    background: transparent;
  }

  .fixed-next-to-back {
    position: fixed;
    top: 60px;
    z-index: 119;
    right: 51px;
    width: 150px !important;
    max-height: 30px;
    border-radius: 0;
  }
  
  .responsive button {
    font-size: 14px !important;
    height: 36px;
    line-height: 36px;
  }
  .responsive button.top_menu_button {
    line-height: 20px;
    font-size: 12px !important;
    height: 100%;
  }
  .responsive #mobile_TopFormAreaButtons nav button {
    font-size: 12px !important;
  }

  .responsive .npBlob a,
  .responsive .npBlob button {
    height: 36px;
    font-size: 14px !important;
    line-height: 34px;
  }
  .responsive .npBlob a {
  }
  .responsive .npBlob button:focus {
    background-color: #53a0d0;
  }
  .responsive .npLovButton {
    height: 36px;
    width: 36px !important;
  }
  .responsive .npLovButton[disabled="disabled"] {
    background-image: url(images/search.svg) !important;
    background-size: 18px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .responsive .npLovButton[disabled="disabled"]:active,
  .responsive .npLovButton[disabled="disabled"]:focus {
    box-shadow: none;
  }
  .responsive .searchPageButtons button,
  .responsive .FormArea .CellButton {
    height: 36px;
    line-height: 36px;
  }
  .responsive .GridSearchAreaFooter button {
    line-height: 36px !important;
    height: 36px !important;
  }
  .responsive #mobile_searchButtons,
  .responsive #mobile_newEntryButton {
    display: inline-block;
  }
  .responsive #mobile_searchButtons {
    padding: 0;
    z-index: 5;
    position: relative;
    width: 100%;
  }
  .responsive #mobile_searchButtons > div {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
  }
  .responsive #mobile_searchButtons .filter_buttons {
    display: flex;
    margin: -19px 20px 19px 20px !important;
    width: calc(100% - 40px);
    padding: 0 0 11px;
    justify-content: end !important;
    flex-direction: row !important;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
  }
  .responsive #mobile_searchButtons .filter_buttons button {
    border-radius: 0.25rem;
    width: 45%;
    max-width: 185px;
  }
  .responsive #mobile_searchButtons .filter_buttons button#clearBtn_id {
    background: #fff;
    color: #000;
    border: 1px solid #ebebeb;
    margin-right: 9px;
  }
  .responsive #mobile_searchButtons .grid_buttons {
    margin: 0px 18px;
    text-align: right;
    width: calc(100% - 36px);
  }
  .responsive #mobile_searchButtons .grid_buttons button {
    top: 10px;
  }
  .responsive #desk_searchButtons {
    display: none;
  }
  .responsive i.icon {
    margin-right: 0px;
  }

  /*
  /*Basic button styling */
  .responsive #mobile_searchButtons button,
  .responsive .LovButtonsArea button,
  .responsive .GridSearchAreaFooter button,
  .responsive .MsgBoxClass td[data-ng-style="model.buttonWidth"] button,
  .responsive .ChangePassClass.ui-dialog-content button,
  .responsive #mobile_newEntryButton button {
    border-radius: 0.25rem;
    background-color: #53a0d0;
    background: -webkit-linear-gradient(top, #53a0d0, #3790c8);
    background: -moz-linear-gradient(top, #53a0d0, #3790c8);
    background: -ms-linear-gradient(top, #53a0d0, #3790c8);
    margin: 0 2px;
    font-size: 14px !important;
    line-height: 26px !important;
  }

  .responsive .ChangePassClass.ui-dialog-content button {
    width: calc(50% - 4px) !important;
    margin: 0;
    float: right !important;
    display: inline-block;
    height: 47px;
    line-height: 1.4em !important;
    margin: 2px;
  }
  .responsive .ChangePassClass .well {
    margin: 0;
    padding: 10px;
    background-color: transparent;
    border: none;
  }
  .responsive #mobile_searchButtons button:active,
  .responsive .LovButtonsArea button:active,
  .responsive .GridSearchAreaFooter button:active,
  .responsive .MsgBoxClass td[data-ng-style="model.buttonWidth"] button:active,
  .ChangePassClass.ui-dialog-content button:active {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4) inset;
  }
  .responsive #mobile_searchButtons button {
    padding: 0px;
    border-radius: 0.25rem;
  }
  .responsive.ui-dialog {
    width: 90% !important;
    left: 5% !important;
    border-radius: 0.25rem !important;
    overflow-y: hidden;
    overflow-x: hidden;
    box-shadow: 2px 10px 7px -10px black;
    max-height: 80%;
  }

  .responsive.ui-dialog .ui-widget-overlay {
    z-index: 1000;
  }
  .responsive.ui-dialog .ui-dialog-titlebar.ui-widget-header {
    background-color: #fff;
    color: #111;
    border: none;
    position: fixed;
    top: calc(10% - 43px);
    width: 90% !important;
    border-radius: 5px 5px 0 0;
  }
  .responsive.ui-dialog .ui-dialog-content.ui-widget-content {
    background-color: #fff;
    padding: 0px 7px 7px 7px;
    overflow-y: auto;
    max-height: calc(80vh) !important;
  }
  .responsive.ui-dialog .ui-dialog-titlebar .ui-widget-header {
    background-color: #fff;
  }
  .responsive.ui-dialog .ui-dialog-titlebar-close {
    margin: 0;
    top: 0;
    background: none;
    width: 40px;
    border-radius: 0.25rem;
    height: 40px;
  }
  .responsive.ui-dialog .ui-dialog-titlebar-close:active {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .responsive.ui-dialog .ui-dialog-titlebar-close::before {
    content: "\00D7";
    color: #555;
    font-size: 35px;
    line-height: 35px;
    font-weight: 100;
  }
  .responsive .NpTable {
    overflow: hidden;
  }
  .responsive .NpTable input[type="checkbox"] {
    margin-top: 2px !important;
    width: 18px !important;
    appearance: none;
    color: #999 !important;
    outline: none !important;
  }
  .NpTable .ngRow.selected input[type="checkbox"] {
    background-color: transparent !important;
    outline: none !important;
  }
  .NpTable .ngRow.selected input[type="checkbox"]:hover {
    background-color: transparent !important;
    outline: none !important;
  }
  .NpTable .ngRow.selected input[type="checkbox"]:hover {
  }
  .NpTable input[type="checkbox"][disabled="disabled"] {
    color: black !important;
    background-color: transparent !important;
  }
  .NpTable input[type="checkbox"]::after {
    content: "\f0c8";
    font-size: 20px;
    background-color: transparent;
    font-weight: 400;
  }
  .NpTable input[type="checkbox"]:indeterminate::after {
    content: "\f146";
    font-weight: 400;
  }
  .NpTable input[type="checkbox"]:checked::after {
    content: "\f14a";
    font-weight: 900;
    color: #005cc8;
  }
  .NpTable input[type="checkbox"][disabled="disabled"]::after {
    color: #9f9f9f;
  }
  button.top_menu_button {
    height: 30px;
    background-size: 15px;
    background-position: 10px 7px;
  }
  #NpNavigation,
  #NpBreadcrumb {
    display: none;
  }
  .TopFormArea {
    width: 100% !important;
    position: fixed;
    top: 60px;
  }
  .resizable2 {
    top: 60px;
    padding-top: 0;
    left: 0px !important;
    width: 100% !important;
    overflow: auto;
    bottom: 0;
    min-width: unset !important;
    padding-bottom: 35px;
    max-height: unset !important;
    height: unset !important;
  }
  body.hasBottomNavigation .resizable2 {
    bottom: 60px;
    padding-bottom: 50px;
  }
  .resizable2 > .well {
    margin: 0;
  }
  .responsive select {
    line-height: normal !important;
    height: 36px;
  }
  .responsive button {
    line-height: 28px !important;
    border-radius: 0.25rem;
  }
  .responsive button:focus {
    outline: none !important;
  }

  .responsive button:active {
    outline: none !important;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4) inset;
  }
  .responsive [class^="col"] > button:not(.fixed-btn-bottom-left):not(.fixed-btn-bottom-right) {
    width: 100%;
  }
}

/*.npBlob a,
.npBlob button {
  line-height: 20px !important;
}*/

.responsive .npLovButton {
  width: 22px;
  float: left;
  border: 0;
  background-color: #ccc;
  background-image: url(images/search.svg);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none !important;
  opacity: 1;
}

.responsive .npLovButton:disabled {
  position: relative;
  cursor: not-allowed;
  background-color: #ccc !important;
  background-image: url(images/search.svg) !important;
  background-size: 18px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.responsive .npLovButton:disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  z-index: 3;
  opacity: 0.8;
}

.responsive .npLovButton:hover {
  background-color: #999;
}

.responsive .npLovButton:active {
  background-color: #bbb;
  box-shadow: 0px 1px 3px -1px black inset;
}

.responsive .npLovButton:focus {
  background-color: #ccc;
  /* background-image: url(images/search.svg); */
}

.responsive button.top_menu_button {
  line-height: 20px !important;
}

@media screen and (max-width: 500px) {
  .responsive #button-date {
    display: unset !important;
  }
  #thisVersion {
    display: none !important;
  }
}

#button-date {
  display: none;
}

/*Mobile Slide Menu*/

.navbar.np-header-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-shadow: 0 -19px 17px rgb(0 0 0 / 78%);
  margin: 0;
  z-index: 120;
}

.navbar.np-header-navbar > * {
  margin: 10px;
}

.navbar.np-header-navbar .mobile-header-left {
  width: calc(100% - 76px);
  align-items: center;
  display: flex;
  margin: 0;
  padding: 7px;
}

.navbar.np-header-navbar .mobile-header-left .text-content {
  padding: 0 8px;
  width: 100%;
}

.navbar.np-header-navbar .app-title {
  margin: 0;
}

.navbar.np-header-navbar .mobile-appbar-message {
  margin: 0;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
}

mobile-menu-toggler {
  color: #000;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  border-radius: 0.25rem;
  min-width: 42px;
  cursor: pointer;
  cursor: hand;
}

mobile-menu-toggler:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.bsnav-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  bottom: 0;
}

.bsnav-mobile-menu .mobile-menu-wrapper {
  z-index: 1001;
  width: 70%;
  max-width: 300px;
  right: 0;
  top: 0;
  position: fixed;
  right: -78%;
  background-color: #fff;
  bottom: 0;
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: all 0.7s ease-in-out;
  box-shadow: -1px 3px 16px rgb(0 0 0 / 46%);
  border: none;
}

.bsnav-mobile-menu.in .mobile-menu-wrapper {
  right: 0;
}

.bsnav-mobile-menu .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
  padding: 9px;
  padding-left: 20px;
}

.bsnav-mobile-menu .mobile-menu-header .menu-logo {
  max-width: 50%;
}

.bsnav-mobile-menu .mobile-menu-header mobile-menu-toggler {
  font-size: 39px;
  font-weight: 100;
  padding: 0;
  line-height: 1em;
  position: relative;
}

.bsnav-mobile-menu > .bsnav-mobile-menu-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: -1;
  transition: height 0ms 400ms, opacity 400ms 0ms;
  opacity: 0;
}

.bsnav-mobile-menu.in > .bsnav-mobile-menu-overlay {
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms;
  height: 100%;
}

.mobile-menu-content ul li {
  cursor: pointer;
  cursor: hand;
  position: relative;
  border: none;
  opacity: 0.5;
  min-height: 43px;
  display: flex;
  align-items: center;
}

.mobile-menu-content ul li:hover {
  background-color: #f5f5f5 !important;
  border: none;
  color: #111;
  opacity: 0.8 !important;
}

.mobile-menu-content ul li.selected {
  opacity: 1 !important;
}

.mobile-menu-content ul li:focus {
  background-color: transparent !important;
  border: none;
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.mobile-menu-content ul li.selected:before {
  height: 100%;
  background-color: #0768a9;
}

.mobile-menu-content ul li p,
.mobile-menu-content ul button p {
  margin: 0 !important;
  font-size: 14px;
  padding-top: 3px;
  padding-right: 0;
  padding-bottom: 3px;
  color: #000000 !important;
  font-weight: 600 !important;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
  overflow-wrap: break-word;
  line-height: 18px;
}

.mobile-menu-content ul button {
  background-color: transparent !important;
  height: unset !important;
  float: none !important;
  border: none !important;
  overflow: hidden;
  overflow-wrap: break-word;
  line-height: 1em;
  min-height: 43px;
  display: flex;
  align-items: center;
}

.mobile-menu-content ul button:hover,
.mobile-menu-content ul button:focus {
  background-color: #f5f5f5 !important;
}

.mobile-menu-content ul button p::before {
  content: url("images/right.png") !important;
}

.mobile-menu-footer {
  text-align: center;
  font-size: 12px;
  height: 120px;
  border-top: 1px solid #f5f5f5;
}

.mobile-menu-footer .copyright {
  margin-bottom: 5px;
}

.mobile-menu-footer .version {
  font-size: 10px;
  color: #999;
  padding: 0 10px;
}

.mobile-menu-user .user-info {
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px !important;
}

.mobile-menu-wrapper .sign-out {
  margin: 5px 0 15px 0;
  text-align: left;
  padding-left: 4px;
  font-size: 14px;
}

.mobile-menu-wrapper .sign-out a:hover {
  color: #111 !important;
  background-color: #f5f5f5 !important;
}

.mobile-menu-wrapper .scrollable-info {
  height: calc(100% - 180px);
  overflow-y: auto;
}

.mobile-menu-wrapper .aligned-icon {
  display: flex;
  justify-content: flex-start;
  padding: 5px 20px;
  align-items: center;
  font-size: 14px;
}

.mobile-menu-wrapper .aligned-icon span {
  overflow: hidden;
  overflow-wrap: break-word;
}

.mobile-menu-wrapper .mobile-menu-icon {
  color: #c1c1c1;
  font-size: 26px;
  margin-right: 5px;
}

/* Some mobile general rules */

.responsive .calendar-icon {
  display: none;
}

.responsive input.npLovInput {
  width: calc(100% - 22px);
  float: left;
}

@media screen and (max-width: 767px) {
  .responsive input.npLovInput {
    width: calc(100% - 26px);
  }
  .responsive .NpTable .ngPagerButton {
    margin-top: 0px;
    border-radius: 0.25rem;
    height: 31px;
  }
  .responsive .NpTable .ngPagerButton::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #333;
    line-height: 31px;
    font-size: 14px;
    margin-top: 0px;
    float: right;
    height: 100%;
  }
  .responsive .NpTable .ngPagerButton[ng-click="pageForward()"]::after {
    content: "\f054";
  }
  .responsive .NpTable .ngPagerButton[ng-click="pageBackward()"]::after {
    content: "\f053";
  }
  .responsive .NpTable .ngPagerButton:active {
    box-shadow: 0px 1px 3px -1px black inset;
  }
  .responsive .NpTable .ngPagerButton[disabled="disabled"] {
    opacity: 0.12;
  }
  .responsive .NpTable .ngPagerButton[ng-click="pageToFirst()"],
  .responsive .NpTable .ngPagerButton[ng-click="pageToLast()"],
  .responsive .NpTable .ngPagerButton > * {
    display: none;
  }
  .responsive .calendar-icon {
    display: block;
  }
  body {
    background-color: #f5f5f5;
  }
  .resizable2,
  .resizable2 > .well {
    background-color: transparent;
  }
  .responsive input,
  .responsive select {
    border-radius: 0.25rem !important;
  }
  .responsive input.npLovInput + button {
    border-radius: 0 0.25rem 0.25rem 0;
    margin-left: -9px;
    margin-right: -2px;
  }
  .responsive input.npLovInput + button:focus {
  }
  .responsive .npBlob {
    border-radius: 0.25rem !important;
    border-right: unset !important;
  }
  .responsive .npBlob button {
    margin: 0;
    width: 33px !important;
    display: block !important;
    font-size: 21px !important;
    line-height: 21px !important;
  }

  .responsive .npBlob table {
    height: 33px;
    border-radius: 0.25rem;
  }
  .responsive .npBlob table tr td:nth-child(1),
  .responsive .npBlob .uploaded {
    border-radius: 0.25rem 0 0 0.25rem;
  }
  .responsive .npBlob table tr td:nth-child(2),
  .responsive .npBlob table tr td:nth-child(3) {
    width: 33px !important;
  }
  .responsive .npBlob table tr td:nth-child(2) button {
    border-radius: 0;
    display: block !important;
  }
  .responsive .npBlob table tr td:nth-child(3) button {
    border-radius: 0 0.25rem 0.25rem 0;
    border-left: 1px solid rgb(13, 86, 132, 0.3);
    border-right: 1px solid #ccc;
    margin-right: 0;
    display: block !important;
  }
  .responsive .npBlob table tr td:nth-child(3) button[style*="display: none"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 5;
    border-radius: 0.25rem;
    height: 100%;
    z-index: 3;
    border-right: 1px solid #ccc;
  }
  .responsive .ngRow.selected .npBlob table tr td:nth-child(3) button[style*="display: none"]::after {
    background-color: #e6eeff;
  }
  .responsive .npBlob .progress-bar {
    height: 36px;
    margin: 0;
    border-radius: 0.25rem;
    border: none;
    background: -webkit-linear-gradient(top, #f3f3f3, #c2c2c2);
    background: -moz-linear-gradient(top, #f3f3f3, #c2c2c2);
    background: -ms-linear-gradient(top, #f3f3f3, #c2c2c2);
  }
  .responsive .npBlob .percent {
    text-shadow: 0px 1px 4px black;
    height: 100%;
    text-align: center;
    padding: 9px 0;
  }
  .responsive .npBlob .uploaded {
    height: 100%;
    text-align: center;
    padding: 9px 0;
    background-color: #0d5684;
    background: -webkit-linear-gradient(top, #0d5684, #0a3956);
    background: -moz-linear-gradient(top, #0d5684, #0a3956);
    background: -ms-linear-gradient(top, #0d5684, #0a3956);
  }
  .LovDialog {
  }
  .responsive.ui-dialog .LovDialog .NpTable,
  .responsive.ui-dialog .ui-dialog-content .LovDialog {
    margin: 0;
    padding: 0;
    border: none;
  }

  .responsive.ui-dialog .ui-dialog-content .LovDialog .GridSearchArea {
    background-color: #f4f4f4;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0.25rem;
  }
  .responsive.ui-dialog .ui-dialog-content .LovDialog .GridSearchArea:after {
    /* content: 'after'; */
    background-color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    position: sticky;
    margin-top: 1px;
  }
  .responsive.ui-dialog .ui-dialog-content .LovDialog .GridSearchArea h4 {
    background-color: transparent;
    font-size: 11px;
  }
  .responsive.ui-dialog .LovDialog .LovButtonsArea,
  .responsive.ui-dialog .LovDialog .GridSearchAreaFooter {
    background-color: transparent;
    padding: 0 0;
    display: flex;
    justify-content: space-evenly;
    margin: 0 0 0 -2px;
    width: calc(100% + 4px);
    flex-direction: row-reverse;
  }
  .responsive.ui-dialog .LovDialog .LovButtonsArea {
    padding: 16px 0 10px;
  }
  .responsive.ui-dialog .LovDialog .LovGridArea {
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
  }
  /*The normal gridsearch area*/
  .responsive .GridSearchArea {
    background-color: #f4f4f4;
    border: none;
  }
  .responsive .GridSearchAreaFooter {
    background-color: transparent;
    padding: 0 0 15px;
    display: flex;
    justify-content: space-evenly;
    margin: 0 0 0 -2px;
    width: calc(100% + 4px);
    flex-direction: row-reverse;
  }
  .responsive #mobile_newEntryButton {
    width: 100%;
    padding: 0 17px;
  }
  .responsive #mobile_newEntryButton button {
    z-index: 12;
    position: relative;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .responsive #mobile_newEntryButton + .NpTable {
    margin-top: 0;
  }
  .responsive.ui-dialog .LovDialog .GridSearchAreaFooter {
    padding: 0 14px 9px;
    width: 100%;
    margin: 0;
  }
  .responsive.ui-dialog .LovDialog .gridStyle {
    border-radius: 0.25rem;
  }
  .responsive .calendar-icon {
    position: absolute;
    right: 15px;
    color: #999;
    top: 0;
    font-size: 20px;
    height: 100%;
    padding: 2px 9px 0;
  }
  .responsive .NpTable .calendar-icon {
    font-size: 17px;
    padding: 7px 10px;
    float: right;
    right: 0;
  }
  .responsive .NpTable input + a.calendar-icon,
  .responsive .NpTable input + a.calendar-icon:focus,
  .responsive .NpTable input + a.calendar-icon:hover {
    background-color: transparent !important;
  }
  .responsive .NpTable input:not([readonly="readOnly"]) + a.calendar-icon {
  }
  .responsive .GridSearchArea input + a.calendar-icon {
    right: 15px;
    padding: 5px 9px 0;
  }
  .responsive .NpTable input:not([readonly="readOnly"]) + a.calendar-icon:hover {
    color: #53a0d0 !important;
  }
  .responsive .NpTable .ngRow.selected input:not([readonly="readOnly"]) + a.calendar-icon {
  }
  .responsive .NpTable .ngRow.selected input:not([readonly="readOnly"]) + a.calendar-icon:hover {
    color: #555 !important;
  }
  .responsive .NpTable .ngRow .ngCellElement:focus input:not([readonly="readOnly"]) + a.calendar-icon:hover {
    color: #fff !important;
  }
  .responsive #mobile_searchButtons + .NpTable {
  }
  /* Tabular data */
  .responsive .NpTable {
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    margin: 0 19px 15px;
    background-color: #fff;
  }
  .responsive .NpTable .ngRow .ngCell {
    display: flex;
    align-items: center;
  }
  .responsive .NpTable .ngVerticalBar {
    background-color: #e5e5e5;
  }
  .responsive .NpTable .ngRow [ng-cell],
  .responsive .NpTable .ngRow .ngCellElement {
    display: flex;
    align-items: center;
    width: 100% !important;
    justify-content: center;
  }
  .responsive .gridStyle {
    background-color: transparent;
  }
  .responsive .NpTable .ngRow .ngCellElement label {
    margin: 0;
    width: 100%;
    line-height: 1.2em;
  }
  .responsive .NpTable .ngTopPanel,
  .responsive .NpTable .ngFooterPanel {
    background-color: #f9f9fb;
    font-size: 10px;
    float: left;
    width: 100% !important;
  }
  .responsive .NpTable .ngFooterPanel {
    padding: 6px 0;
  }
  .responsive .NpTable .ngTopPanel .ngHeaderContainer,
  .responsive .NpTable .ngTopPanel .ngHeaderCell,
  .responsive .NpTable .ngTopPanel .ngHeaderScroller,
  .responsive .NpTable .ngTopPanel .ngVerticalBar,
  .responsive .NpTable .ngTopPanel .ngHeaderCell .ngHeaderSortColumn,
  .responsive .NpTable .ngTopPanel .ngHeaderCell .ngHeaderSortColumn .ngHeaderText {
    height: 100% !important;
  }
  .responsive .NpTable .ngRow {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
  }
  .responsive .NpTable .ngRow.selected {
    background-color: rgb(83, 160, 208, 0.1);
  }
  .responsive .NpTable .ngFooterPanel .ngTotalSelectContainer {
    float: left;
    width: 25%;
  }
  .responsive NpTable .ngFooterPanel .ngTotalSelectContainer [ng-show="showTotalItems"],
  .responsive .NpTable .ngFooterPanel .ngPagerContainer .ngRowCountPicker > span {
    float: left;
    line-height: 1em;
  }
  .responsive .NpTable .ngFooterPanel .ngTotalSelectContainer [ng-show="showTotalItems"] {
    margin-top: -2px;
  }
  .responsive .NpTable .ngFooterPanel .ngPagerContainer .ngRowCountPicker > span {
    padding: 0 3px;
    margin-top: -4px !important;
    display: inline-block;
    background: #f9f9fb;
  }
  .responsive .NpTable .ngFooterPanel .ngTotalSelectContainer [ng-show="showTotalItems"] + .ngLabel {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 14px !important;
  }
  .responsive .ngFooterPanel .ngPagerContainer.ngNoMultiSelect select {
    height: 36px !important;
    margin: -11px 0 0 0 !important;
    font-size: 14px !important;
    width: 100% !important;
    border: none;
    padding: 0 3px 0;
    line-height: 41px !important;
    background: transparent;
    outline: none !important;
    width: 100% !important;
    z-index: 2;
    position: relative;
  }
  .responsive .ngFooterPanel .ngPagerContainer .ngRowCountPicker::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 1;
  }
  .responsive .NpTable .ngFooterPanel .ngPagerContainer {
    padding: 0 11px 0 0;
    width: 70%;
    background-color: #f9f9fb;
    display: flex;
    justify-content: flex-end;
  }
  .responsive .NpTable .ngRowCountPicker {
    margin: 0 !important;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    position: relative;
    background: transparent;
    height: 31px;
  }
  .NpTable .ngPagerControl {
    float: right !important;
    margin: 0 0 0 6px !important;
  }
  .responsive .NpTable .ngFooterPanel .ngPagerCurrent {
    max-width: 32px;
    border-radius: 0.25rem !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: bold;
    font-family: monospace !important;
    color: #666;
    font-size: 14px !important;
  }
  .responsive .NpTable .ngFooterPanel input,
  .responsive .NpTable .ngFooterPanel select {
    font-size: 12px !important;
    width: 40px !important;
  }
  .responsive .NpTable .ngHeaderText {
    font-weight: 600;
    color: #7b819c;
    line-height: 20px;
    padding: 6px 2px;
    text-align: center;
  }
  .responsive .NpTable .ngTotalsText {
    font-weight: 600;
    color: #7b819c;
    line-height: 20px;
    padding: 6px 1px;
    text-align: right;
    padding-right: 6px;
  }
  .responsive .NpTable .TopGridArea {
    background-color: #f9f9fb;
    border-bottom: 1px solid #ebebeb;
    /* height: auto !important; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .responsive .NpTable .TopGridArea h3 {
  }
  .responsive .NpTable .TopGridArea button {
    float: right;
    margin: 5px;
    border-radius: 0.25rem;
    font-size: 11px !important;
  }
  .responsive .NpTable .TopGridArea button:not([disabled="disabled"]) {
    box-shadow: 0px -4px 13px -11px black inset;
  }
  .responsive .NpTable .TopGridArea button:active {
    box-shadow: 0 1px 21px -12px black inset;
  }
  /* The dropwdown on topgridarea */
  .responsive .NpTable .TopGridArea.TopGridAreaResp {
    position: relative;
    flex-direction: row;
    justify-content: end;
    text-align: right;
    height: auto !important;
    align-items: start;
    width: 100%;
  }
  .responsive .NpTable .TopGridArea.TopGridAreaResp h3 {
    text-align: left;
    height: auto;
    line-height: 1.4em;
    padding: 8px;
    width: 100%;
  }
  .responsive .NpTable .TopGridArea.TopGridAreaResp .topGridActionsArea {
    display: flex;
    justify-content: end;
    max-width: 135px;
    text-align: right;
  }
  .responsive .NpTable .TopGridArea.TopGridAreaResp .topGridActionsArea .ibtn {
    width: 35px;
    height: 36px;
    text-align: center;
    color: #666 !important;
    display: block;
  }
  .responsive .NpTable .TopGridArea.TopGridAreaResp .topGridActionsArea .ibtn i {
    line-height: 38px;
    margin: 0;
  }
  .responsive .NpTable .TopGridArea.TopGridAreaResp .topGridActionsArea .ibtn:active {
    opacity: 0.3 !important;
    background-color: #ddd !important;
  }
  .responsive .NpTable .TopGridAreaResp .drop-down-wrapper {
    position: relative;
  }
  .responsive .NpTable .TopGridAreaResp .drop-down-wrapper input.drop-down-trigger {
    padding: 0px 13px;
    border: 1px solid transparent !important;
    height: 38px;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 38px !important;
    top: 0;
    outline: none !important;
    padding: 0px 18px;
  }
  .responsive .NpTable .TopGridAreaResp .drop-down-wrapper input.drop-down-trigger::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
    content: "\f142";
    color: #000;
    font-size: 16px;
    line-height: 31px;
    margin-left: -3px;
  }
  .responsive .NpTable .TopGridAreaResp .drop-down-options {
    display: none;
    position: absolute;
    right: 0;
    min-width: 200px;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 3px 18px -10px black;
    border-radius: 0.25rem;
    max-width: 280px;
  }
  .responsive .NpTable .TopGridAreaResp .drop-down-wrapper.open .drop-down-options {
    display: block;
  }
  .responsive .NpTable .TopGridAreaResp .drop-down-wrapper.open::after {
    content: "after";
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    bottom: 0;
    right: 0;
    z-index: 999;
  }
  .responsive .NpTable .TopGridAreaResp .drop-down-wrapper input.drop-down-trigger:checked::before {
    content: "sdfsdfs";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 99;
  }
  .responsive .NpTable .TopGridAreaResp .drop-down-options li {
    width: 100%;
    padding: 0;
    line-height: unset;
    display: inline-block;
    margin: 0;
  }
  .responsive .NpTable .TopGridAreaResp .drop-down-options li button {
    background-color: transparent !important;
    width: 100%;
    box-shadow: none;
    color: #111;
    text-align: left;
    padding: 5px 13px !important;
    margin: 0 !important;
    height: unset;
    font-size: 14px !important;
    border-radius: unset;
    cursor: pointer;
    cursor: hand;
  }
  .responsive .NpTable .TopGridAreaResp .drop-down-options li button:hover,
  .responsive .NpTable .TopGridAreaResp .drop-down-options li button:active {
    background-color: #ebebeb !important;
  }
  .responsive .NpTable .TopGridAreaResp .drop-down-options li button i {
    display: none;
  }
  .responsive .NpTable .TopGridAreaResp .drop-down-options li button[disabled="disabled"] {
    opacity: 0.4;
    cursor: not-allowed;
  }
}

/*  Bottom menu */

#bottom-navigation {
  display: none;
}

@media screen and (max-width: 767px) {
  #bottom-navigation {
    display: flex;
  }
  /* Credits are inside the right menu */
  #NpFooter,
  #thisVersion {
    display: none;
  }
}

#bottom-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  background-color: #fff;
  width: 100%;
  right: 0;
  box-shadow: 0 19px 24px rgb(0 0 0 / 78%);
  padding: 0;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}

#bottom-navigation > .menu-item {
  margin: 0;
  padding: 6px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  color: #999;
  transition: 0.15s all ease-in;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#bottom-navigation.total-items-1 > .menu-item {
  width: 100%;
}

#bottom-navigation.total-items-2 > .menu-item {
  width: 50%;
}

#bottom-navigation.total-items-3 > .menu-item {
  width: 33.33%;
}

#bottom-navigation.total-items-4 > .menu-item {
  width: 25%;
}

#bottom-navigation.total-items-4 > .menu-item .menu-item-icon {
  font-size: 19px;
  height: 21px;
  margin: 3px 0;
}

#bottom-navigation.total-items-4 > .menu-item .menu-item-text {
  font-size: 11px;
}

#bottom-navigation.total-items-5 > .menu-item {
  width: 20%;
}

#bottom-navigation.total-items-5 > .menu-item .menu-item-icon {
  font-size: 18px;
  height: 21px;
  margin: 2px 0;
}

#bottom-navigation.total-items-5 > .menu-item .menu-item-text {
  font-size: 10px;
}

#bottom-navigation > .menu-item.selected {
  color: #111;
}

#bottom-navigation > .menu-item .menu-item-icon {
  font-size: 20px;
  transition: 0.35s all ease-in;
  width: 100%;
  height: 23px;
  margin: 2px 0;
}

#bottom-navigation:not(.dark) > .menu-item.selected .menu-item-icon {
  color: #0768a9;
}

#bottom-navigation > .menu-item .menu-item-text {
  width: 100%;
  font-size: 11px;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block !important;
}

#bottom-navigation.dark {
  background-color: #222;
}

#bottom-navigation.dark > .menu-item {
  color: #a1a1a1;
}

#bottom-navigation.dark > .menu-item.selected {
  color: #ffffff;
}
/* Fixed buttons at bottom */
@media screen and (max-width: 767px) {
  .fixed-btn-bottom-left,
  .fixed-btn-bottom-right {
    position: fixed;
    bottom: 10px !important;
    left: 12px;
    z-index: 10;
    top: initial !important;
    width: calc(50% - 25px) !important;
    font-size: 13px !important;
    line-height: 1em !important;
  }

  .fixed-btn-bottom-left:active,
  .fixed-btn-bottom-right:active {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 40%) inset;
  }

  .hasBottomNavigation .fixed-btn-bottom-left,
  .hasBottomNavigation .fixed-btn-bottom-right {
    bottom: 70px !important;
  }

  .fixed-btn-bottom-right {
    left: unset !important;
    right: 12px !important;
  }

  .fixed-btn-bottom-left,
  .fixed-btn-bottom-right,
  .fixed-btn-bottom-left:focus,
  .fixed-btn-bottom-right:focus {
    border-radius: 0.25rem;
    background: -webkit-linear-gradient(top, #53a0d0, #3790c8) !important;
    background: -moz-linear-gradient(top, #53a0d0, #3790c8) !important;
    background: -ms-linear-gradient(top, #53a0d0, #3790c8) !important;
  }
}
