h4, .h4, .h4 {
    font-size: 1.3rem;
    line-height: 1.375;
}
.div-table {
    display: table;
    width: fit-content;
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-table-row {
    /* display: table-row; */
    width: auto;
    clear: both;
     /*display: flex
;*/
    align-items: center;
    padding: 3px;
}
.div-table-col {
    float: left;
    display: table-column;
    width: 200px;
    padding-right: 15px;
}
.div-table-col-input {
    float: left;
    display: table-column;
    width: 400px;
    padding-right: 15px;
}
.div-table-col-searchbtt {
    float: left;
    display: table-column;
    width: 100px;
    padding-right: 15px;
}
#sidenav-main{
    background-color: #ffffff !important;
}
.light-bold {
    font-weight: 500;
}
.bold {
    font-weight: bold;
}

.edit-details {
    width: 156px;
}


.newPageIconStyle {
    margin-left: auto;
    font-weight: 700;
    color: rgba(58, 65, 111, 0.5);
}


#dataSaved {
    background-color: aliceblue;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid;
    margin-bottom: 10px;
}

#showhidepassword {
    cursor: pointer;
}

.txtcenter {
    text-align: center;
}

#userSearch {
    padding-top: 10px;
}

.form-control-search {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.error-list-login {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.inputErrorMsg {
	color: red;
}

.error-list-login li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.error-list-login li:before {
	list-style: none;
    list-style-type: none;
    content: "!";
    padding-right: 5px;
    color: red;
    font-size: 20px;
    font-weight: bold;
    top: 0;
    vertical-align: top;
    margin: 0px;
}

.extra-small-table-col {
    width:100px;
    min-height: 40px;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #f5ebba 0%, #faa71a 100%);
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg, #f5ebba 0%, #faa71a 100%);
}

.bg-gray-100 {
    background-color: #c9cdd1 !important;
}

.bg-gray-100.dark {
    background-color: #000 !important;
}

.navbar-vertical .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 500;
    color: #000000;
}

.sidenav-header {
    height: 8.875rem;
    text-align: center;
}

.navbar-vertical .navbar-brand>img, .navbar-vertical .navbar-brand-img {
    max-width: 100%;
    max-height: 5rem;
}

.text-xsx {
    font-size: 0.65rem !important;
}

.navbar-brand {
    font-size:1.5rem;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    display: block;
    overflow: auto;
    height: auto;
}

.buttonholder {
    width:500px;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding-bottom: 3px;
    padding-top: 3px;
	vertical-align: middle;
}

table.cardActivityTable tr:hover {
    background-color: #adadad;
    color: #FFF;
}

table.cardActivityTable svg{
    filter: invert(46%) sepia(5%) saturate(1855%) hue-rotate(182deg) brightness(95%) contrast(85%);
}

table.cardActivityTable tr:hover svg {
    filter: invert(99%) sepia(92%) saturate(1%) hue-rotate(199deg) brightness(107%) contrast(100%);
}

.rightAlign {
    text-align: right;
}

.indentForm {
    clear: both;
}

.allononeline {
    white-space: nowrap;
}


.balancesBox {
    width: 100%;
    text-align: center;
}

.balancesBoxLeft {
    text-align: right;
    padding-right: 10px;
}

.balancesBoxRight {
    text-align: left;
}

.div-table-col-balance {
    float: left;
    display: table-column;
    width: 200px;
    padding-right: 15px;
}

.showHideContents {
    cursor: pointer;
}

.showmoreresults {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}

.showmoreresultsCount, .showmoreresultsCurrCount, .carNumber {
    display: none;
}

.updating {
    border: 1px solid;
    width: max-content;
    background-color: #FFA600;
    color: #fff;
}

.updating:hover {
    width: max-content;
    background-color: #FFA600;
    color: #fff;
}

.updated_message {
    border: 1px solid;
    width: max-content;
    background-color: #3db102;
    color: #fff;
}

.updated_message:hover {
    width: max-content;
    background-color: #3db102;
    color: #fff;
}

.leftlabel {
    padding-top: 8px;
}

.activity_line_break{
    border-bottom: 1px solid #ccc;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #17ad37;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}



/* MENU TOP RIGHT */
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f5f5f5;
    transition: background 0.3s, color 0.3s;
  }

  body.dark {
    background: #1e1e1e;
    color: white;
  }

  /* Avatar */
  .avatar {
    width: 50px;
    height: 50px;
    background: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
  }

  /* Overlay (darkens background) */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

.overlay.active {
    opacity: 1;
    pointer-events: all;
    z-index: 1030;
}

  /* Slide Panel */
  .panel {
    position: fixed;
    top: 0;
    right: -355px;
    width: 300px;
    height: 100%;
    background: white;
    box-shadow: -4px 0 10px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    padding: 20px;
  }

  body.dark .panel {
    background: #2c2c2c;
  }

  .panel.active {
    right: 0;
  }

  .panel h3 {
    margin-top: 0;
  }

  .menu-item {
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
  }

  .menu-item:hover {
    opacity: 0.4;
  }

  /* Ham's bit */
  .options-cell {
	text-align: center;
}

.menu-container {
    position: relative;
    display: inline-block;
}

.menu-button {
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
}

.menu-dropdown {
    display: none;
    position: absolute;
    right: -20px;
    top: 10px;
    background: #ddd;
    color: white;
    border-radius: 4px;
    min-width: 130px;
    overflow: hidden;
    z-index: 9999;
}


.menu-dropdown a {
    display: block;
    padding: 5px;
    color: #666;
    text-decoration: none;
}

.menu-dropdown a:hover {
    background: #ccc;
}

.menu-container.show .menu-dropdown {
    display: block;
}

.panel.active {
    right: 0;
    z-index: 1050;
}

.text-primary {
	color: #808387 !important;
}	

.text-secondary {
	color: #7d8106 !important;
}	

.close-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn:hover {
  background: rgba(0,0,0,0.1);
}

.tooltipmenu {
  position: relative;
  cursor: pointer;
}

.tooltipmenu-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 125%; /* above link */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 12px;
  transition: opacity 0.2s;
}

/* little arrow */
.tooltipmenutext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltipmenu:hover .tooltipmenu-text {
  visibility: visible;
  opacity: 1;
}

.sitelocation {
    appearance: revert;margin-left: 10px; 
}

@media (max-width: 576px) {
  .sitelocation {
    appearance: revert;margin-left: 0px; 
  }
}

#chart {
  width: 100%;
  min-height: 300px;
}

.cardgraphbox {
    height: stretch;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: end;
}

@media (max-width: 768px) {
    .div-table-row {
        display: flex;
        flex-direction: column;
    }

    .div-table-col {
        width: 100%;
        display: block;
    }
}