/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
  background: #005d87 !important;
}

body {
  background: white !important;
}

.col-xs-12,
form {
  width: 100%;
}

#partners tr,
.closeAlert {
  cursor: pointer;
}

.LOCAL {
  background: #f93;
}

.DEV {
  background: #0e6029;
}

.TEST {
  background: #3d254f;
}

.PROD {
  background: #fff;
}

form {
  margin-left: auto;
  margin-right: auto;
}

#loginPanel label[for="pass"] {
  margin-top: 10px;
}

.btn-link {
  text-align: left;
  padding: 0;
  color: #e6007e;
}

.btn-link:hover {
  color: #005d87;
}

.btn-spacer {
  margin-right: 20px;
}

hr {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.checkbox {
  margin-top: 10px;
}

#loginPanel {
  margin-bottom: 60px;
}

#loginPanel button:first-of-type {
  margin-bottom: 20px;
}

footer {
  padding: 10px 0;
  background: #005d87;
}

footer,
footer .company-info,
footer a,
footer p {
  color: #fff !important;
  font-size: 0.8rem !important;
}

footer .nav li:first-child a {
  padding-left: 0;
}

footer .nav li a {
  padding: 0 10px;
  color: #777;
  border-radius: 0;
}

footer .footer-bottom {
  margin: 12px 54px;
  font-size: 0.8rem;
}

footer a {
  font-weight: 500 !important;
  text-decoration: underline;
}

p.footer-address {
  text-left: right;
  padding: 16px 0 0 10px;
}

img.footer-navigation {
  width: 100%;
  height: auto;
  max-width: 220px;
  margin-top: 120px;
}

h5.footer-navigation,
ul.footer-navigation li,
.socialMediaFooter {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 3em;
}

ul.footer-navigation,
ul.footer-navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 3em;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h5.footer-navigation {
  font-size: 1rem !important;
  font-weight: 500;
  margin-bottom: 0;
}

ul.footer-navigation {
  margin-bottom: 36px;
}

ul.footer-navigation li a,
.socialMediaFooter a {
  font-size: 0.9rem !important;
  letter-spacing: 0.05em;
  line-height: 1.85;
  text-decoration: none;
}

ul.footer-navigation li a:hover,
.socialMediaFooter a:hover {
  text-decoration: underline !important;
}

@media screen and (min-width: 575px) {
  p.footer-address {
    text-align: right;
    padding: 0;
  }
}

#alertMessage {
  margin: 0 56px;
}

#alertMessage a,
#alertMessage p {
  color: #111 !important;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

footer .footer-copy {
  float: right;
}

footer .company-info {
  float: right;
  color: #777;
}

small {
  font-size: 85%;
}

p {
  margin: 0;
  font-size: 1rem;
/*  font-weight: 300;*/
  letter-spacing: -0.01em;
  line-height: 1.8em;
}

.description > b,
.description > b > a,
h2.title > b,
h2.title > b > a {
  font-size: 1.05rem;
}

.filter-show-clear {
  height: 32px;
}

label.dropdown-item input {
  display: none;
}

.dropdown-menu {
  background-color: #1b99d7;
}

.bootstrap-table .dropdown-menu-right {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
}

.bootstrap-table .dropdown-menu label.dropdown-item {
  padding: 0.5em 1em;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  background: #5a99d4;
}

.bootstrap-table .dropdown-menu label.dropdown-item.deselected {
  color: #5a99d4;
  background: #fff;
  box-shadow: 1px 1px 3px #666 inset !important;
}

.buttons-toolbar .dropdown-menu-right {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
}

.buttons-toolbar .dropdown-menu label.dropdown-item, .bootstrap-table .dropdown-menu label.dropdown-item  {
  padding: 0.5em 1em !important;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  background: #5a99d4;
  margin-bottom: 4px;
}

.buttons-toolbar .dropdown-menu label.dropdown-item.deselected {
  color: #5a99d4;
  background: #fff;
  box-shadow: 1px 1px 3px #666 inset !important;
}

.dash-row {
  display: block;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
  height: auto;
}

#deviceDetailsWell {
  background-color: #fff !important;
}

.img-responsive {
  height: 51px;
  width: auto;
}

.img-responsive.imageNotMobileOnly {
  width: 100%;
  max-width: 128px;
  height: auto;
  float: right;
}

#deviceDetailsWell h3 {
  margin-bottom: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.footer-bottom-nav a {
  color: #777;
  font-size: inherit;
}

div.dialog {
  position: fixed;
  background: #fff;
  top: 50px;
  left: 15%;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1001;
  bottom: 50px;
  overflow: auto;
}

div#changeName {
  max-height: 260px;
}

div#changeAddress {
  max-height: 680px;
}

#deviceSummary {
  padding: 5px;
  color: #fff;
  height: 26px;
}

#deviceSummary.fa-plus {
  background: #5a99d4;
}

#deviceSummary.fa-minus {
  background: #abbccc;
}

table caption {
  caption-side: top;
  display: none;
}

.table tbody tr.detail-view {
  font-size: 0.8rem;
}

.table tbody tr.detail-view div {
  margin-bottom: 5px;
  font-weight: 700;
}

.table tbody tr.detail-view p {
  margin-top: 5px;
}

thead tr {
  background: #eee;
}

tr.detail-view > td {
  padding-left: 100px;
  font-size: 0.8rem !important;
}

tr.detail-view > td > p {
  padding: 5px;
}

tr.detail-view table td,
tr.detail-view table th {
  font-size: 0.8rem !important;
  padding: 4px !important;
}

table tbody tr.odd {
  background-color: #f9f9f9;
}

.table-hover tbody tr.detail-view:hover {
  background-color: #fff;
}

div#orderTable table.w-100 tr td,
div#orderTable table.w-100 tr th {
  padding: 10px;
}

div.device-info div.row {
  padding-bottom: 10px;
}

div.popover {
  max-width: 400px;
}

div.popover div.popover-body div {
  display: table-row;
}

div.popover div.popover-body div div {
  display: table-cell;
  padding: 5px;
}

h3.popover-header {
  margin: 0;
  background: #5a99d4;
  color: #fff;
  white-space: no-wrap;
}

ul.expandList {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}

ul.expandList li {
  background-color: #f5f5f5;
  margin: 5px 0;
  width: 100%;
  cursor: pointer;
}

ul.expandList li span,
ul.expandList li ul li {
  padding: 5px;
  width: 100%;
  display: block;
  font-weight: 700;
}

ul.expandSubList li.active {
  background: #5a99d4;
  color: #fff;
}

ul.expandList > li.active {
  background: rgba(90, 153, 212, 0.75);
  color: #fff;
}

ul.expandList li.active ul {
  color: #000;
}

ul.expandList ul.expandSubList {
  display: none;
  background: #fff;
}

.confirmDetails .form-group div,
.confirmDetails .form-group label {
  float: left;
}

.confirmDetails .form-group {
  margin-bottom: 10px;
}

label.error,
p.validation-error {
  display: block;
  color: red;
  font-weight: 700;
}

input.error,
select.error,
textarea.error {
  border: 1px solid red;
}

span.form-control.fa-minus {
  --rgb: 217, 83, 79;
  background: #d9534f;
  color: #fff;
}

span.form-control.fa-plus {
  --rgb: 92, 184, 92;
  background: #5cb85c;
  color: #fff;
}

span.form-control {
  width: 42px;
}

span.form-control.fa-minus.disabled,
span.form-control.fa-plus.disabled {
  background-color: rgba(var(--rgb), 0.5);
}

input.qtyEntry {
  width: 42px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input.qtyEntry::-webkit-inner-spin-button,
input.qtyEntry::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.limit,
.over {
  font-size: 2rem;
  margin-left: 10px;
}

.over {
  color: tomato;
}

.limit {
  color: #f93;
}

.warning-border {
  padding: 5px;
  border: 1px solid #c09853;
}

.btn-purchase {
  background: url(/images/purchase-icon-white.png) 5px 3px no-repeat #e6007e !important;
  padding-left: 35px !important;
  text-decoration: none;
  border-color: #e6007e !important;
}

.btn-purchase:hover {
  background-image: url(/images/purchase-icon-green.png) !important;
}

.page-jump-to input {
  font-size: 0.9rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-jump-to button {
  font-size: 0.9rem;
  background-color: #e6007e;
  height: 34px;
}

.buttons-toolbar {
  margin-bottom: 5px;
}

.bootstrap-table .fixed-table-toolbar .btn.btn-secondary,
.buttons-toolbar .btn.btn-light,
.buttons-toolbar .btn.btn-secondary {
  background: #e6007e;
  font-size: 0.9rem;
  text-transform: capitalize;
}

#portalMainNav {
  transition: all 0.5s ease;
}

.navbar {
  padding: 24px 70px;
}

.navbar-brand {
  padding: 0 !important;
}

.dropdown-menu-end{
	right:0px !important;
}
.dropdown-menu-right {
  left: 0 !important;
}

.dropdown-menu.dropdown-menu-right.show {
  padding: 0 !important;
}

#adminDropdown.dropdown-menu.show,
#helpDropdown.dropdown-menu.show,
#dropdown.dropdown-menu.show,
#dropdown.dropdown-menu.dropdown-menu-right.show {
  padding: 0;
  margin: 0;
}

button.dropdown-item {
  font-size: 1rem!important;
}

#adminDropdown.dropdown-menu.show .dropdown-item,
#adminDropdown.dropdown-menu.dropdown-menu-right.show .dropdown-item,
#helpDropdown.dropdown-menu.show .dropdown-item,
#helpDropdown.dropdown-menu.dropdown-menu-right.show .dropdown-item,
#dropdown.dropdown-menu.show .dropdown-item,
#dropdown.dropdown-menu.dropdown-menu-right.show .dropdown-item,
#navbar .dropdown-menu.dropdown-menu-right.show .dropdown-item {
  font-size: 1rem;
  padding: 16px 20px !important;
}

#adminDropdown.dropdown-menu.show .dropdown-item:hover,
#adminDropdown.dropdown-menu.dropdown-menu-right.show .dropdown-item:hover,
#helpDropdown.dropdown-menu.show .dropdown-item:hover,
#helpDropdown.dropdown-menu.dropdown-menu-right.show .dropdown-item:hover,
#dropdown.dropdown-menu.show .dropdown-item:hover,
#dropdown.dropdown-menu.dropdown-menu-right.show .dropdown-item:hover,
#navbar .dropdown-menu.dropdown-menu-right.show .dropdown-item:hover {
  border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #5a99d4;
}

.buttons-toolbar button.btn.btn-light {
  background: rgba(90, 153, 212, 0.3);
}

.bootstrap-table .page-list button.btn.btn-secondary.dropdown-toggle {
  background: 0 0;
  color: #fff;
  padding: 2px 6px;
}

.bootstrap-table .page-list .btn-group .dropdown-item {
  color: #fff;
}

.bootstrap-table .page-list .btn-group .dropdown-item.active {
  background: #fff;
  color: #000;
  border: 2px solid #ccc;
}

.bootstrap-table .page-list .btn-group .dropdown-item:hover {
  background: #ccc;
  color: #000;
}

.greyrow {
  background-color: #f2f2f2;
}

.whiterow {
  background-color: #fff;
}

.greyrow,
.whiterow {
  padding: 24px 54px;
  width: 100%;
}

.greyrow.closeTheGap,
.whiterow.closeTheGap {
  padding: 0 54px 24px;
}

.apogeeGrad.closeTheGap {
  padding-top:0;
}

.page-item.active .page-link {
  background-color: #e6007e;
  border-color: #e6007e;
}

.card.machineCard {
  gap: 12px;
}

div.card-body {
  border: 1px solid #e6e6e6;
}

div.dashSection.card {
  border: 0;
}

.content-area {
  width: 90%;
  margin: 0 auto;
}

div.content-area > h1 {
  margin-bottom: 20px;
}

div.content-area > h1 > i {
  margin-left: 20px;
}

.alert ul {
  margin-bottom: 0;
}

.btn-info.debug {
  width: 100%;
  margin-top: 5px;
  text-align: left;
  font-size: 0.85rem;
  padding: 2px 2px 2px 15px;
}

.border-info.debug {
  padding: 10px;
}

.border-info.debug tr.spacer {
  background-color: #17a2b8;
}

.deviceHeadingField {
  font-size: medium;
}

.note-toolbar {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.note-btn-group .note-btn,
.note-popover .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
}

.note-btn-group .dropdown-toggle {
  height: 31px;
}

.note-popover .dropdown-menu {
  padding: 5px;
}

.note-popover .dropdown-menu a {
  color: #5a99d4;
}

p.description {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.description {
  line-height: 1.3em;
}

div.description span.value {
  font-size: 1.2rem;
}

.description small {
  margin-left: 6px;
}

.description span {
  display: inline-block;
}

.description span.title {
  width: 64%;
  text-align: left;
  display: inline-block;
}

.description span.value {
  font-size: 1.5rem;
  width: 33%;
  text-align: right;
  font-weight: 700;
  margin: 0 !important;
  display: inline-block;
}

.description span.value a {
  font-size: 1em;
}

.description.total {
  margin-bottom: 65px;
}

img.dashboard-marble {
  height: 170px;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.dashboard div.my-devices {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  /* width: 50%;
  height: 70%;
  min-height: 100px;
  min-width: 550px */
}

.dashboard div.my-devices div {
  /* font-size: 1.5em;
  white-space: nowrap;
  width: 100% */
}

.dashboard div.my-devices div > span {
  /* width: 49%;
  display: inline-block */
}

.dashboard div.my-devices div a {
  /* width: 100%; 
  text-align: right;*/
  font-size: 1rem;
  /* font-weight: 700 */
}

.dashboard div.my-devices div #deviceCountLabel {
  font-size: 1.8rem;
}

.dashboard div.my-devices div a#deviceCount {
  float: right;
  font-size: 1.8rem;
  font-weight: 700;
}

.dashboard div.my-devices .btn {
  /* position: absolute;
  bottom: 20%;*/
  margin-top: 12px;
  font-size: 1rem !important;
  width: 100%;
}

.dashboard div.my-devices button.btn {
  /* right: 20px */
}

.modal-backdrop.show {
  z-index: 1000;
}

.navbar-nav .mr-auto {
  align-items: center;
  justify-content: center;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.nav {
  margin-bottom: 30px;
}

.nav-item,
.navbar-text {
  margin-right: 0;
}

.nav-item .btn-secondary {
  font-weight: 400;
  padding: 0.625rem 1.25rem;
  border-radius: 50px;
  font-size: 1rem !important;
  letter-spacing: 0.05em;
  line-height: 1.85;
  text-transform: uppercase;
  border-width: 1px solid #111;
}

.btn-secondary,
.btn-secondary:hover,
.show > .btn-secondary.dropdown-toggle {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  color: #fff;
  border-radius: 0;
}

.bootstrap-table .page-list button.btn.btn-secondary.dropdown-toggle {
  background: 0 0;
  color: #005d87;
  padding: 2px 6px;
  border: 1px solid #555;
}

.nav-item .btn-secondary {
  font-weight: 400;
  padding: 0.625rem 1.25rem;
  border-radius: 50px !important;
  font-size: 1rem !important;
  letter-spacing: 0.05em;
  line-height: 1.85;
  text-transform: uppercase;
  border: 1px solid #111;
  border-color: #111;
  color: #111;
}

.nav-item .btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
  background-color: #009edb;
  border-color: #fff;
  color: #fff;
  border: 1px solid #009edb;
}

.nav-item .btn-secondary.dropdown-toggle:not(.navbar-website-link) {
  margin-right: 20px;
}

.navbar-brand {
  padding-left: 5px;
}

.navbar-text {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-item > a.nav-link {
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0px 0 0;
  padding: 0 24px !important;
  letter-spacing: 0.057142857143em;
  line-height: 2.1142857142857143;
}

.nav-item .btn-secondary{
	font-weight:bold;
}

#viewas,
.partnerCountTitle,
div#dashboardPortalText {
  font-weight: 700;
}

.DEV .nav-item > a.nav-link,
.LOCAL .nav-item > a.nav-link,
.TEST .nav-item > a.nav-link {
  color: #000;
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {
  color: #fff;
}

a.a_disabled {
  pointer-events: none;
}

div#dashboardPortalText {
  position: absolute;
  color: #fff;
  top: 15px;
  bottom: 15px;
  right: 20px;
  font-size: 3rem;
  max-width: calc(100% - 400px);
  width: calc(100% - 400px);
}

div#dashboardPortalText > span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: right;
}

.card-body label.align-middle {
  width: calc(100% - 40px);
  padding-left: 5px;
}

.tooltip.in {
  opacity: 1;
}

.tooltip-inner {
  background-color: #f8d7da;
  color: #721c24;
  border: 3px solid #721c24;
  border-radius: 10px;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #721c24 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #721c24 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #721c24 !important;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #721c24 !important;
}

.datepicker {
  background: #fff !important;
  z-index: 1000 !important;
  border-radius: 4px;
}

.datepicker thead th {
  border-radius: 0 !important;
}

.datepicker table tr .active {
  background: #5a99d4 !important;
  border-color: #5a99d4 !important;
}

ul.dropdown-menu.inner.show {
  min-width: 500px !important;
}

ul.dropdown-menu.inner.show a span.text {
  display: inline;
}

ul.dropdown-menu.inner.show a span.selectEmail {
  float: right;
}

button.dropdown-toggle .selectEmail {
  display: none;
}

#armaConsumable thead tr th:first-child {
  width: 25%;
}

#armaConsumable thead tr th:last-child {
  width: 30%;
}

#armaMeterage thead tr th:last-child {
  width: 20%;
}

#armaConsumable .usageBar {
  background-color: #000;
  display: inline-block;
  float: left;
}

#armaConsumable .usageBar > div {
  background-color: grey;
  margin: 2px;
  float: left;
}

#armaConsumable .usageBar .color {
  margin-right: 0;
}
#armaConsumable .usageBar .WHITE {
  background-color: #fff;
  margin-left: 0;
}

#armaConsumable .usageBar .BLACK {
  background-color: #000;
}

#armaConsumable .usageBar .YELLOW {
  background-color: #ff0;
}

#armaConsumable .usageBar .MAGENTA {
  background-color: #f0f;
}

#armaConsumable .usageBar .CYAN {
  background-color: #0ff;
}

#armaUnavailable {
  position: relative;
  top: 40%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
  margin-bottom: -40px;
}

.armaOffline,
.armaOnline,
.armaTempOffline,
.armaUnknown {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  left: -10px;
}

td > span.badge-pill {
  left: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.armaOnline {
  background-color: #28a745;
}

.armaOffline {
  background-color: #dc3545;
}

.armaTempOffline {
  color: #212529;
  background-color: #ffc107;
}

div.completed {
  padding: 0;
}

div.completed div.row {
  padding-bottom: 10px;
}

.partnerToggle.checked {
  filter: hue-rotate(270deg);
}

th.partnerSmallColumn {
  width: 50px;
  vertical-align: top !important;
}

th.partnerSmallColumn > div.th-inner {
  white-space: inherit !important;
}

th.partnerSmallColumn > div.fht-cell {
  display: none !important;
}

.bootstrap-table
  .fixed-table-container
  .table
  thead
  th.partnerSmallColumn
  .sortable {
  padding-right: 20px !important;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail {
  font-size: 0.9rem;
}

div.filter-control > select {
  padding-left: 2px;
  padding-right: 2px;
}

#languages .dropdown-menu {
  background-color: #f8f9fa;
}

#languages .dropdown-menu button {
  color: #000;
}

textarea.withinedit {
  background-color: #ffff80;
  min-height: 100px;
}

#viewas {
  font-size: 0.8rem;
  margin-right: 15px;
  width: 25%;
}

.partner.dropdown-item {
  font-size: 0.875rem !important;
}

.bootstrap-table .fixed-table-container .table thead th .sortable {
  padding-right: 20px !important;
}

.partnerCountValue,
.partnerCountValue a {
  font-size: 3rem;
  font-weight: 700;
}

.text-info.fa-exclamation-circle {
  font-size: 130%;
}

#addOverride table {
  margin-bottom: 0;
}

.tabledit-toolbar {
  width: 38px;
}

.tabledit-toolbar-column {
  width: 57px;
}
.dropdown-menu,
.dropdown-menu button,
.dropdown-menu a {
  background: #1b99d7;
  color: #fff;
}
.navbar button.user-dropdown {
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#emailBody{
	border:2px solid #bfbfbf;
    padding: 10px;
}

.replaces {
    margin-right: 4px;
}

#longLifeOrder .form-group {
	margin:2px;
}
#longLifeOrder .form-group label {
    width: 15%;
    margin: 0px;
	font-size:0.8rem!important;
}
#longLifeOrder .form-group input {
    width: 80%;
    margin: 0px;
    padding:2px;
	font-size:0.8rem!important;
}


#arma tbody tr:hover,
#devices tbody tr:hover {
    cursor: pointer;
}

@media screen and (max-width: 991px) {
  img.dashboard-marble {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-item > a.nav-link {
    padding: 10px 4px 10px 4px !important;
  }

  .dropdown-menu {
    background-color: none !important;
    background: none !important;
  }

  .dropdown-menu a {
    color: #000;
  }

  .dropdown-menu a::before {
    content: " →";
    margin-right: 10px;
  }

  #dropdown.dropdown-menu.show .dropdown-item {
    padding: 10px 4px 10px 4px !important;
    background-color: none !important;
    background: none !important;
  }

  #dropdown.dropdown-menu.show .dropdown-item:hover {
    color: #fff;
    background-color: #009edb !important;
  }

  .footer-navigation {
    margin-left: 0;
  }
  

}

.showPass{
	position:relative;
	top: -1.7em;
    left: calc(100% - 2em);
 	cursor: pointer;
}


/*****************************************
 bootstrap 5 fixes
******************************************/
.float-left{
	float:left !important;
}

.float-right{
	float:right !important;
}

table[data-row-style] td{
	background:inherit;
}

#deviceSummary, .deviceHeading {
	width:inherit;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.close-btn{
	margin-right:5px;
}

.bi{
	font-size:1.5em;	
}

.bi.bi-plus::before, .bi.bi-dash::before{
	font-weight:bolder !important;
}

.form-switch .form-check-input{
	border-width:2px;	
	width: 2.5em;
    height: 1.5em;
}	

.form-switch .form-check-input:not(:checked){
	border-color: rgb(108, 117, 125);
	background-image : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28108, 117, 125, 1%29'/%3e%3c/svg%3e");
}

textarea.form-control {
	height:auto;
}

.row.my-devices>*{
	--bs-gutter-x :0;
}

.row>a, .row>button{
	width:inherit;
}

.row>*.spinner-border-sm{ 
	padding:0;
	margin-top:0.6rem;
	margin-left:1rem;
	margin-right:1rem;
}

.form-group{
	margin-bottom:1rem;
}

@media (min-width: 576px) {
    .card-deck .card {
        margin-right: 15px;
        margin-left: 15px;
    }
    .card-deck {
        flex-flow: row wrap;
    }
}

/*
The below look to have been completely removed, copied values from live site
*/
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

.historyPanel{
	width:10%; 
	text-align:center;
}
.historyPanel div{
	font-size:0.6rem;
}
.historyLine{
	width:10%;
	padding-top:0.4rem; 
	
}
.historyLine div{
	width:100%; 
	height:20%;
}
.historyLine .lightgrey{
	border-bottom:5px solid lightgrey;
}
.historyLine .blue{
	border-bottom:5px solid blue;
}