body .nmb-site-spinner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 250px;
}

body .circle-icon {
  background: #f2f2f2;
  color: #6b6a6a;
  padding: 10px;
  border-radius: 50%;
}

body button:disabled,
body input:disabled,
body select:disabled {
  cursor: not-allowed !important;
}

body .modal-dialog .modal-header {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background-color: #e4e4e4;
}

body .modal-dialog .modal-footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body .modal-dialog .modal-title {
  vertical-align: middle;
}

body .modal-dialog .modal-title i:first-child {
  color: #b21417;
  margin-right: 5px;
}

.nmb-change-email .old-email {
  color: #6b6a6a;
}

.nmb-change-email .old-email span {
  font-weight: 600;
}

.nmb-change-email .email {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nmb-change-email .email .domain {
  font-weight: 700;
  padding-left: 2px;
  margin-bottom: 18px;
}

.nmb-content {
  position: absolute;
  top: 75px;
  right: 0px;
  bottom: 0px;
  transition: all 0.4s ease 0s;
}

.nmb-content > div {
  position: absolute;
  top: 0px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.nmb-dialog-window .modal-dialog .nmb-dialog-toolbar {
  background-color: inherit;
  border-bottom: solid 2px #e4e4e4;
}

.nmb-dialog-window .modal-dialog .nmb-dialog-toolbar > * {
  margin-left: auto;
}

.nmb-dialog-window .modal-dialog .nmb-dialog-error {
  color: white;
  background-color: #b21417;
  padding: 3px;
  padding-left: 15px;
}

.nmb-dialog-window .modal-dialog .nmb-dialog-error .btn-light {
  height: 16px;
  line-height: 0;
}

.nmb-dialog-window .modal-dialog .nmb-dialog-model-errors .alert {
  padding: 0px;
  margin: 0px;
}

.nmb-dialog-window .modal-dialog .nmb-dialog-model-errors .alert ul {
  margin-bottom: 6px;
  margin-top: 4px;
}

.nmb-sidebar {
  position: absolute;
  top: 70px;
  left: 0px;
  bottom: 0px;
  background-color: #4c8cbd;
  transition: all 0.4s ease 0s;
  overflow: hidden;
}

.nmb-sidebar ul li {
  text-wrap: none;
}

.nmb-sidebar ul li button {
  width: 100%;
  border-radius: 0px;
  text-align: left;
  font-size: 0.9rem;
  border: none;
  box-shadow: none !important;
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
}

.nmb-sidebar ul li button.nmb-collapse-button {
  text-align: right;
}

.nmb-sidebar ul li button:hover {
  background-color: #eeeeee;
  color: #4c8cbd;
}

.nmb-sidebar ul li button.active,
.nmb-sidebar ul li button:active {
  background-color: white;
  color: #4c8cbd;
}

.nmb-sidebar ul li button i {
  margin-right: 10px;
}

.nmb-sidebar ul li button i.toggled-icon {
  float: right;
}

.nmb-sidebar ul li ul {
  background-color: #6ea2c9;
}

.nmb-sidebar ul li ul.collapsed {
  display: none;
}

.nmb-sidebar ul li ul ul {
  background-color: #8fb7d6;
}

.nmb-sidebar.collapsed ul li button i.toggled-icon {
  display: none;
}

.nmb-sidebar.collapsed ul li button.nmb-collapse-button {
  text-align: left;
}

.nmb-titlebar {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 70px;
  display: flex;
  align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: solid 1px #b6b4b6;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.3);
  background-color: inherit;
}

.nmb-titlebar .navbar-brand {
  background-image: url("../images/nav-logo.png");
  width: 300px;
  height: 50px;
}

.nmb-titlebar .title h4 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #b6b4b6 !important;
}

.nmb-titlebar .title h4 span:last-child {
  background-color: #c95a5c;
  font-size: 75%;
  padding: 2px 6px;
  color: white;
  border-radius: 6px;
  font-weight: bold;
}

.nmb-titlebar .navbar-nav {
  flex-direction: row;
  align-items: center;
}

.nmb-titlebar .navbar-nav li + li {
  margin-left: 10px;
}

.nmb-titlebar .navbar-nav .btn {
  margin: 0px;
  width: 27px;
  padding: 3px;
  /*padding-left: 6px;*/
  border: solid 1px #999;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.nmb-titlebar .navbar-nav .btn i {
  margin: 0px !important;
}

.nmb-titlebar .navbar-nav .btn-lg {
  width: 33px;
  padding: 4px;
  /*padding-left: 7px;*/
}

.nmb-titlebar .navbar-nav .dropdown-menu {
  padding-top: 15px;
}

.nmb-titlebar .navbar-nav .dropdown-menu .title-dropdown-item {
  text-align: center;
  padding: 0rem 1.5rem;
}

.nmb-titlebar .navbar-nav .dropdown-menu .title-dropdown-item h2 i {
  border-radius: 50%;
  background-color: #4c8cbd;
  color: white;
}

.nmb-titlebar .navbar-nav .dropdown-menu .title-dropdown-item h4 {
  color: #4c8cbd;
}

.nmb-titlebar .navbar-nav .dropdown-menu .info-dropdown-item {
  padding: 0rem 1.5rem;
  font-size: 12px;
  color: #4c8cbd;
  font-style: italic;
}

.nmb-titlebar .navbar-nav .dropdown-menu .info-dropdown-item i {
  margin-left: 5px;
  margin-right: 15px;
}

.nmb-titlebar .navbar-nav .dropdown-menu .link-dropdown-item {
  cursor: pointer;
}

.nmb-titlebar .navbar-nav .dropdown-menu .link-dropdown-item:hover {
  background-color: #4c8cbd;
  color: white;
}

.nmb-titlebar .navbar-nav .dropdown-menu hr {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.nmb-titlebar .navbar-nav .help-dropdown-menu {
  min-width: 220px;
}

.nmb-titlebar .navbar-nav .help-dropdown-menu .title-dropdown-item h2 i {
  padding: 14px;
  padding-left: 16px;
  padding-right: 16px;
}

.nmb-titlebar .navbar-nav .user-dropdown-menu {
  min-width: 220px;
}

.nmb-titlebar .navbar-nav .user-dropdown-menu .title-dropdown-item {
  white-space: nowrap;
}

.nmb-titlebar .navbar-nav .user-dropdown-menu .title-dropdown-item h2 i {
  padding: 14px;
  padding-left: 13px;
  padding-right: 15px;
}

.nmb-titlebar .navbar-nav .user-dropdown-menu .info-dropdown-item {
  white-space: nowrap;
}

.nmb-form {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.nmb-form .nmb-form-body {
  position: absolute;
  top: 55px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
  padding: 15px;
}

.nmb-form .nmb-form-body .nmb-progress {
  margin-top: 200px;
}

.nmb-form .nmb-form-body .nmb-form-error {
  position: absolute;
  top: 2px;
  left: 0px;
  right: 0px;
  height: 30px;
  color: white;
  background-color: #b21417;
  padding: 3px;
  padding-left: 15px;
  /*div {
                font-weight: bold;
                font-size: medium;
            }*/
}

.nmb-form .nmb-form-body .nmb-form-error .btn-light {
  height: 16px;
  line-height: 0;
}

.nmb-form .nmb-form-body .shift-down {
  margin-top: 30px;
}

.nmb-frame {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  /*border: solid 3px red;*/
}

.nmb-frame .nmb-progress {
  margin-top: 200px;
}

.nmb-frame iframe {
  height: 99%;
  width: 99%;
  border: none;
  /*border: solid 3px green;*/
}
.services-dialog-document {
  min-height: 400px;
}

.services-dialog-document iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border: none;
}
.nmb-calendar {
  /*position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;*/
}

.nmb-dropdown {
  display: inline-block;
}

.nmb-dropdown .nmb-dropdown-icon:after {
  content: "\00a0";
}

.nmb-dropdown .nmb-dropdown-menu {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.nmb-dropdown .nmb-dropdown-menu .dropdown-item:hover,
.nmb-dropdown .nmb-dropdown-menu .dropdown-item:focus,
.nmb-dropdown .nmb-dropdown-menu .dropdown-item.active,
.nmb-dropdown .nmb-dropdown-menu .dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.nmb-dropdown .nmb-dropdown-menu .dropdown-item.disabled,
.nmb-dropdown .nmb-dropdown-menu .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.nmb-dropdown .nmb-dropdown-menu .close {
  margin-right: 5px;
  padding: 0px;
  margin-top: -5px;
}

.nmb-dropdown .nmb-dropdown-menu .nmb-dropdown-item {
  font-size: 0.8rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.nmb-dropdown .nmb-dropdown-menu .nmb-dropdown-link {
  cursor: pointer;
  border-radius: 0px;
}

.nmb-dropdown .nmb-dropdown-menu .nmb-dropdown-link:hover {
  background-color: #4c8cbd;
  color: white;
}

.nmb-dropdown .nmb-dropdown-menu .nmb-dropdown-link.active,
.nmb-dropdown .nmb-dropdown-menu .nmb-dropdown-link:active {
  background-color: #005ca1;
  color: white;
}

.nmb-dropdown .nmb-dropdown-menu hr.nmb-dropdown-separator {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.nmb-dropdown .nmb-dropdown-menu.nmb-dropdown-menu-sm .nmb-dropdown-item {
  font-size: 0.7rem;
  padding-top: 0.175rem;
  padding-bottom: 0.175rem;
}

.nmb-dropdown .nmb-dropdown-menu.nmb-dropdown-menu-sm hr.nmb-dropdown-separator {
  margin-top: 0.175rem;
  margin-bottom: 0.175rem;
}

.nmb-dropdown .nmb-dropdown-menu.nmb-dropdown-menu-lg .nmb-dropdown-item {
  font-size: 0.9rem;
  padding-top: 0.225rem;
  padding-bottom: 0.225rem;
}

.nmb-dropdown .nmb-dropdown-menu.nmb-dropdown-menu-lg hr.nmb-dropdown-separator {
  margin-top: 0.225rem;
  margin-bottom: 0.225rem;
}

.nmb-field-label {
  margin-bottom: 1px;
  font-weight: bold;
  font-size: 11px;
}

.nmb-field-label .nmb-field-label-message {
  color: #b21417;
  font-weight: normal;
  font-size: 10px;
}

.nmb-pagination {
  display: flex;
}

.nmb-pagination li a,
.nmb-pagination li .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.nmb-pagination li .page-link {
  border-radius: 3px;
  border: 0px;
  color: #6b6a6a;
}

.nmb-pagination li.page-item.active .page-link {
  color: #fff;
  background-color: #4c8cbd;
}

.nmb-pagination li.page-item.disabled .page-link {
  color: #d3d2d2;
}

.nmb-pagination li:first-child a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

.nmb-pagination li:last-child a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

.nmb-pagination select {
  margin-left: 3px;
  height: 30px;
  width: fit-content;
}

.nmb-progress {
  height: 100%;
  width: 100%;
  display: flex;
}

.nmb-progress .nmb-progress-container {
  display: flex;
  margin: auto;
}

.nmb-progress .progress-bar.active {
  padding: 3px;
  font-size: 1rem;
  animation: progress-bar-stripes 0.5s linear infinite;
}

.nmb-progress .progress-text {
  margin: auto;
}

.nmb-progress .dotdotdot:after {
  font-weight: 300;
  content: '...';
  display: inline-block;
  width: 20px;
  text-align: left;
  animation: dotdotdot 1.5s linear infinite;
}

@keyframes dotdotdot {
  0% {
    content: '...';
  }

  25% {
    content: '';
  }

  50% {
    content: '.';
  }

  75% {
    content: '..';
  }
}

.nmb-spinner {
  height: 100%;
  width: 100%;
  text-align: center;
}

.nmb-spinner .dotdotdot:after {
  font-weight: 300;
  content: '...';
  display: inline-block;
  width: 20px;
  text-align: left;
  animation: dotdotdot 1.5s linear infinite;
}

.nmb-spinner i {
  font-size: 120px;
  color: #c5c5c5;
  margin-bottom: 30px;
}

.nmb-spinner .spinner-text {
  padding-left: 30px;
  font-size: 20px;
  color: #b6b4b6;
}

@keyframes dotdotdot {
  0% {
    content: '...';
  }

  25% {
    content: '';
  }

  50% {
    content: '.';
  }

  75% {
    content: '..';
  }
}

.nmb-table {
  font-size: 12px;
}

.nmb-table > thead {
  background-color: #a2a2a2;
  color: white;
}

.nmb-table > thead > tr > td,
.nmb-table > thead > tr > th {
  font-weight: normal;
  border-left: solid 1px white;
  border-right: solid 1px white;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

.nmb-table > thead > tr > td.tablesort-sortable,
.nmb-table > thead > tr > th.tablesort-sortable {
  cursor: pointer;
}

.nmb-table > thead > tr > td a,
.nmb-table > thead > tr > th a {
  color: white;
}

.nmb-table > thead > tr > td:first-child {
  border-left: none;
}

.nmb-table > thead > tr > td:last-child {
  border-right: none;
}

.nmb-table > tbody {
  background-color: white;
  color: black;
}

.nmb-table > tbody > tr {
  border-bottom: solid 4px #e7e7e8;
}

.nmb-table > tbody > tr > td {
  border-left: solid 1px #a2a2a2;
  border-right: solid 1px #a2a2a2;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
  height: 100%;
}

.nmb-table > tbody > tr > td.currency {
  background-color: red;
}

.nmb-table > tbody > tr > td:first-child {
  border-left: none;
}

.nmb-table > tbody > tr > td:last-child {
  border-right: none;
}

.nmb-table-filter .input-group-append .btn {
  border-color: #d3d2d2;
}

.nmb-table-filter .input-group-append .btn:first-child {
  padding-bottom: 1px;
}

.nmb-toolbar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 55px;
  padding: 0px;
  padding-left: 0.75rem;
  border-bottom: solid 1px #b6b4b6;
}

.nmb-toolbar > i {
  font-size: 2.2rem;
  color: #4c8cbd;
  padding-top: 0px;
}

.nmb-toolbar .nmb-toolbar-title {
  margin-right: 1rem;
  height: 100%;
}

.nmb-toolbar .nmb-toolbar-title div:first-child {
  font-size: 1.2rem;
  color: #4c8cbd;
}

.nmb-toolbar .nmb-toolbar-title div:last-child {
  font-style: italic;
  font-size: 0.9rem;
  color: #b6b4b6;
  padding: 0px;
  margin: 0px;
}

.nmb-toolbar button {
  font-size: 13px;
}

.nmb-treeview.search-bar {
  padding-top: 0.2rem;
  padding-right: 1.25rem;
  padding-bottom: 0.2rem;
  padding-left: 15px;
  border-bottom: solid 2px #e4e4e4;
}

.nmb-treeview.search-bar .input-group-text {
  font-size: 0.8rem;
}

.nmb-treeview.search-bar .input-group-prepend div {
  padding-bottom: 1px;
}

.nmb-treeview.search-bar .input-group-append .btn {
  border-color: #b6b4b6;
}

.nmb-treeview.search-bar .input-group-append .btn:first-child {
  padding-bottom: 1px;
}

.nmb-treeview.list-group button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  outline: inherit;
  text-align: inherit;
  padding-top: 0.2rem;
  padding-right: 1.25rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 0.5px #f2f2f2;
  cursor: pointer;
}

.nmb-treeview.list-group button:hover {
  background-color: #f2f2f2;
}

.nmb-treeview.list-group button:last-child {
  border-bottom: none;
}

.nmb-treeview.list-group button .btn {
  padding-left: 3px;
  padding-right: 2px;
  padding-top: 3px;
  padding-bottom: 2px;
  text-align: center;
  /*border: solid 1px green;*/
}

.nmb-treeview.list-group button .btn:hover {
  border-color: silver !important;
}

.nmb-treeview.list-group button span {
  /*border: solid 1px red;*/
  margin-left: -2px;
}

.nmb-treeview.list-group button.selected {
  font-weight: bold;
}

.nmb-treeview.list-group button .toggled-icon {
  width: 19px !important;
  display: inline-block;
}

.nmb-treeview.list-group button .item-icon {
  margin-right: 3px;
  display: inline-block;
}

.nmb-treeview.list-group button .selected-icon {
  color: #b21417;
}

.nmb-treeview.list-group button .no-icon {
  margin-right: 0px;
}

.nmb-treeview.list-group button.matched {
  color: #b21417;
}

.nmb-workflow-menu button i {
  margin-right: 4px;
}

.nmb-workflow-menu .dropdown-menu-sm .dropdown-item {
  font-size: 0.75rem;
  margin-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.nmb-workflow-menu .dropdown-menu-sm .dropdown-item:hover {
  background-color: #4c8cbd;
  color: white;
}

.nmb-workflow-menu .dropdown-menu-sm .dropdown-item:not(.disabled) {
  cursor: pointer;
}

.nmb-currency-control {
  text-align: right;
}

.nmb-currency-control::placeholder {
  text-align: left;
}

.nmb-date-control {
  text-align: right;
}

.nmb-date-control:not(:disabled) {
  background-color: #fff !important;
}

.nmb-date-control.invalid {
  color: #495057;
  border-color: rgba(201, 90, 92, 0.5);
  outline: 0;
}

.nmb-date-control.invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 90, 92, 0.25);
}

.nmb-date-range-control {
  text-align: right;
}

.nmb-date-range-control:not(:disabled) {
  background-color: #fff !important;
}

.nmb-date-range-control.invalid {
  color: #495057;
  border-color: rgba(201, 90, 92, 0.5);
  outline: 0;
}

.nmb-date-range-control.invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 90, 92, 0.25);
}

.nmb-date-time-control {
  text-align: right;
}

.nmb-date-time-control.invalid,
.nmb-date-time-control.ng-invalid-datetimelocal {
  color: #495057;
  background-color: #fff;
  border-color: rgba(201, 90, 92, 0.5);
  outline: 0;
}

.nmb-date-time-control.invalid:focus,
.nmb-date-time-control.ng-invalid-datetimelocal:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 90, 92, 0.25);
}

.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
  display: block;
}

.nmb-multi-select-control input {
  height: 30px;
  padding: 5px 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.nmb-multi-select-control .btn {
  white-space: initial;
  text-align: left;
}

.nmb-multi-user-control .btn {
  border-color: #b6b4b6;
}

.nmb-multi-user-control .ui-select-container[disabled] {
  background-color: #f2f2f2;
}

#multi-user-search .showIfLast {
  display: none;
}

#multi-user-search .nmb-dialog-toolbar {
  padding: 0px;
}

#multi-user-search .modal-body {
  padding: 5px;
}

#multi-user-search .modal-body .nmb-spinner {
  padding: 20px;
}

#multi-user-search .selected-header {
  display: flex;
  padding: 3px;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

#multi-user-search .selected-header i {
  padding: 3px;
  padding-right: 5px;
}

#multi-user-search.search-bar {
  padding-top: 0.2rem;
  padding-right: 1.25rem;
  padding-bottom: 0.2rem;
  padding-left: 15px;
  border-bottom: solid 2px #e4e4e4;
}

#multi-user-search.search-bar .input-group-text {
  font-size: 0.7rem;
}

#multi-user-search table {
  font-size: 0.7rem;
}

#multi-user-search table > thead {
  background-color: #a2a2a2;
  color: white;
}

#multi-user-search table > thead > tr > td {
  border-left: solid 1px white;
  border-right: solid 1px white;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

#multi-user-search table > thead > tr > td a {
  color: white;
}

#multi-user-search table > thead > tr > td:first-child {
  border-left: none;
}

#multi-user-search table > thead > tr > td:last-child {
  width: 30px;
  border-right: none;
}

#multi-user-search table > tbody {
  background-color: white;
  color: black;
}

#multi-user-search table > tbody > tr {
  border-bottom: solid 7px #f2f2f2;
}

#multi-user-search table > tbody > tr.summary-row {
  background-color: #dddddd;
  padding-top: 5px;
  padding-bottom: 5px;
}

#multi-user-search table > tbody > tr > td {
  border-left: solid 1px #a2a2a2;
  border-right: solid 1px #a2a2a2;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#multi-user-search table > tbody > tr > td:first-child {
  border-left: none;
}

#multi-user-search table > tbody > tr > td:last-child {
  width: 30px;
  border-right: none;
}

input.nmb-number-control {
  text-align: right;
}

input.nmb-number-control::placeholder {
  text-align: left;
}

.nmb-orgcode-control .btn {
  border-color: #b6b4b6;
}

.nmb-orgcode-control .code {
  max-width: 50px;
}

#orgcode-search .modal-body {
  padding: 0px;
}

#orgcode-search .modal-body .nmb-spinner {
  padding: 20px;
}

#orgcode-search .input-group-text {
  font-size: 0.8rem;
}

#orgcode-search #input-orgcode {
  max-width: 50px;
}

#orgcode-search #orgcode-search-body {
  max-height: 600px;
  overflow: auto;
}

.nmb-radio-control label {
  cursor: pointer;
}

.nmb-radio-control input[type='radio'] {
  --active: #4c8cbd;
  --focus: 0.2rem rgba(0, 92, 161, 0.25);
  --border: #BBC1E1;
  --border-hover: border-color;
  --background: #fff;
  --disabled: #F6F8FF;
  --disabled-inner: #E1E6F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 15px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  margin-right: 3px;
  margin-top: 3px;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  cursor: pointer;
}

.nmb-radio-control input[type='radio']:after {
  content: '';
  display: block;
  left: -1px;
  top: -1px;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}

.nmb-radio-control input[type='radio']:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.nmb-radio-control input[type='radio']:disabled {
  /*--b: var(--disabled);
            cursor: not-allowed;
            opacity: .9;

            &:checked {
                --b: var(--disabled-inner);
                --bc: var(--border);
            }

            & + label {
                cursor: not-allowed;
            }*/
  opacity: 0.4;
  cursor: not-allowed;
}

.nmb-radio-control input[type='radio']:disabled:focus {
  background-color: #fafafa !important;
  border: 1px solid #cacece !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05) !important;
}

.nmb-radio-control input[type='radio']:focus {
  box-shadow: 0 0 0 var(--focus);
}

.nmb-radio-control input[type='radio']:not(.switch) {
  width: 15px;
}

.nmb-radio-control input[type='radio']:not(.switch):after {
  opacity: var(--o, 0);
}

.nmb-radio-control input[type='radio']:not(.switch):checked {
  --o: 1;
}

.nmb-radio-control input[type='radio'] + label {
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 4px;
}

.nmb-radio-control input[type='radio'] {
  border-radius: 50%;
}

.nmb-radio-control input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 0;
  transform: scale(var(--s, 0.7));
}

.nmb-radio-control input[type='radio']:checked {
  --s: 0.5;
}

.nmb-rich-text-field .text-angular-style {
  min-height: 80px;
  height: 80px;
}

.nmb-rich-text-field .ta-toolbar button {
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.nmb-select-control-container {
  display: inline-flex;
  width: 100%;
}

.nmb-select-control-container select.nmb-select-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.nmb-select-control-container button {
  z-index: 2;
  border-color: #d3d2d2;
  height: 28px;
  border-left: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nmb-text-control-container {
  display: inline-flex;
  width: 100%;
}

.nmb-text-control-container textarea.nmb-text-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.nmb-text-control-container button {
  z-index: 2;
  border-color: #d3d2d2;
  height: 28px;
  border-left: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nmb-text-control-container button.search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

textarea.nmb-text-control {
  resize: vertical;
}

.nmb-time-control .uib-increment a,
.nmb-time-control .uib-decrement a {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 15px;
}

.nmb-time-control .uib-decrement span {
  top: -12px;
}

.nmb-time-control .uib-increment span {
  top: 0px;
}

.nmb-time-control .has-error input {
  color: #495057;
  background-color: #fff;
  border-color: rgba(201, 90, 92, 0.5);
  outline: 0;
}

.nmb-time-control .has-error input:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 90, 92, 0.25);
}

.nmb-time-control.invalid input {
  color: #495057;
  background-color: #fff;
  border-color: rgba(201, 90, 92, 0.5);
  outline: 0;
}

.nmb-time-control.invalid input:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 90, 92, 0.25);
}

.nmb-toggle-control {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 3px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  height: 19px;
  width: 19px;
}

.nmb-toggle-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #22a0ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 92, 161, 0.25);
}

.nmb-toggle-control.value-true {
  padding-left: 2px;
  padding-right: 4px;
}

.nmb-toggle-control.value-true:after {
  color: #005ca1;
  content: "\f00c";
}

.nmb-toggle-control.value-false {
  padding-left: 4px;
  padding-right: 2px;
}

.nmb-toggle-control.value-false:after {
  color: #b21417;
  content: "\f00d";
}

.nmb-toggle-control.value-notset:after {
  color: #cacece;
  content: "\f0c8";
}

.nmb-toggle-control.value-blank:after {
  color: #fafafa;
  content: "\f0c8";
}

.nmb-toggle-control.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.nmb-toggle-control.disabled:focus {
  background-color: #fafafa !important;
  border: 1px solid #cacece !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05) !important;
}

.nmb-user-control .btn {
  border-color: #b6b4b6;
}

#user-search .nmb-dialog-toolbar {
  padding: 0px;
}

#user-search .modal-body {
  padding: 5px;
}

#user-search .modal-body .nmb-spinner {
  padding: 20px;
}

#user-search .search-bar {
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #e4e4e4;
}

#user-search ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}

#user-search ul li {
  padding: 0.429em 0.857em;
  cursor: pointer;
  font-size: 0.8rem;
}

#user-search ul li:hover {
  background-color: #f2f2f2;
}

.nmb-multi-select-field input {
  height: 30px;
  padding: 5px 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.nmb-multi-select-field .btn {
  white-space: initial;
  text-align: left;
}