#all-tasks-table tr:hover {
  /* cursor: pointer; */
  /* font-weight: bold; */
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #333 url('../../img/loading.gif') no-repeat center center;
}

#all-mcc-hbs option {
  width: 150px;
}

.form-horizontal #new-terminal-block .form-group .control-label,
#auth-limits-block .form-horizontal .form-group .control-label,
#limit-settings-block .form-horizontal .form-group .control-label,
#frame-block .form-horizontal .form-group .control-label,
#a2c-limit-block .form-horizontal .form-group .control-label,
#invoice-details-block .form-horizontal .form-group .control-label {
  text-align: left !important;
}

.input-group-addon {
  border: 2px solid rgba(238, 238, 238, 0.1);
  color: white;
  border-left: 0;
  background-color: #36404a;
}

#chart-statistics-area {
  height: 650px;
}
/*
#result-chart .ct-label {
    font-size: 26px;
    stroke: #333;
    fill: #333;
}
*/
.form-control {
  border-radius: 4px !important;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}

#result-table-area,
#result-chart {
  height: 700px;
}

#element-preloader {
  position: absolute;
  top: 50%;
  z-index: 15;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  background: #323b44 url(../../img/element-loading.gif) no-repeat center center;
  background-size: 55px 55px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chart-box {
  width: 100%;
  height: 250px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
#version-area {
  width: 350px;
  margin: 0 auto;
}
#version-paylink-logo {
  background-image: url(../../img/logo.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  /* background-attachment: fixed; */
  background-size: contain;
  height: 150px;
  width: 350px;
  background-position: center;
}
select:invalid {
  color: rgba(255, 255, 255, 0.3);
  font-weight: normal;
}

#all-logs-table,
#all-system-logs-table {
  table-layout: fixed;
}
#all-logs-table td,
#all-system-logs-table td {
  word-wrap: break-word;
}
.modal-xl {
  width: 1024px !important;
  margin: auto;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1100px;
  }
}

tbody {
  font-size: 12px !important;
}

#p2p-limits-block .input-group[class*='col-'],
#limit-p2p-details-form .input-group[class*='col-'] {
  float: left !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#all-transactions-table {
  width: 100%;
}

#all-transactions-table td {
  max-width: 0;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  word-wrap: break-word;
  /* white-space: nowrap; */
  font-size: 12px;
}

#all-transactions-table th {
  font-size: 12px;
}

.orange {
  color: orange;
}

#protector {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999999;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  height: 20px;
  background-color: #98a6ad;
}
::-webkit-scrollbar {
  width: 8px;
  height: 20px;
  background-color: #98a6ad;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #36404a;
}

.card-box {
  position: relative;
}
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.nav.nav-tabs > li > a {
  padding: 0 10px;
}
#qr-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#invoice-header-wrapper {
  display: flex;
  justify-content: space-between;
}

#new-invoice-btn {
  margin-top: 0px !important;
}