body {
  background-color: rgb(255, 255, 255);
}

a {
  text-decoration: none;
}

.table-success {
  border-color: #cfd2ea;
}


.error-main .error {
  width: 16.5rem;
}

.loadtransactions .list-group-item {
  border-top: none;
  border-left: none;
  border-right: none;
}
.card label {
  font-size: larger;
}
.card-body label {
  font-size: 1.5rem;
}

.maintable .card-body label {
  font-size: 1rem;
}
#frm-signInForm label {
  display: none;
}
div.flashcontainer {
  position: fixed;
  top: 2px;
  margin: 5px;
  right: 25px;
  width: 250px;
}

#modules {
  padding: 20px;
  background: #eee;
  margin-bottom: 20px;
  z-index: 1;
  border-radius: 10px;
}

.dropzone {
  padding: 0px;
  border: 0px dashed #eee;
  min-height: 100px;
  z-index: 0;
}

.drop-item .controls {
  position: relative;
  top: -55px;
  right: 25px;
}

#ui {
  position: fixed;
  top: 0px;
  right: 25px;
  width: 80px;
  margin: 5px;
}
#ui .dropdown-toggle {
  margin: 5px;
}

#ui a:hover {
  text-decoration: none;
}

div.flash {
  background-color: rgb(251 254 255);
  border-radius: 5px;
  border: #9c9c9c solid 1px;
  color: #585858;
  box-shadow: 1px 1px #bbbbbb;
}

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

.custom-control-label[for=frm-buySellForm-type0] {
  float: right;
  margin-top: -25px;
  display: inline-block;
  font-size: 19px;
  margin-bottom: 0px;
  width: 50%;
  color: #1cc88a!important;
}

.custom-control-label[for=frm-buySellForm-type1] {
  float: left;
  margin-top: -46px;
  display: inline-block;
  font-size: 19px;
  margin-bottom: 0px;
  width: 50%;
  color: #e74a3b!important;
}

#frm-buySellForm .custom-radio .custom-control-label {
  cursor: pointer;
}

#frm-buySellForm .custom-radio.active .custom-control-label[for=frm-buySellForm-type0] {
  border-bottom: 1px solid #1cc88a!important;
}

#frm-buySellForm .custom-radio.active .custom-control-label[for=frm-buySellForm-type1] {
  border-bottom: 1px solid #e74a3b!important;
}

#frm-buySellForm .custom-radio .custom-control-label:before {
  display: none;
  margin-left: auto;
}

.badge.badge-primary.badge-left {
}

.loadtransactions h4 {
  margin-bottom: 25px;
  margin-top: 25px;
}

a.nolink, a.nolink:hover {
  text-decoration: none !important;
}

.loadtransactions .block {
  width: 100px;
}

#snippet--blockTransactions .block {
  width: 120px;
}

.loadtransactions .icon {
  width: 75px;
}

#snippet--blockTransactions .icon {
  width: 35px;
}

.loadtransactions .amount, #snippet--blockTransactions .amount {
  min-width: 92px;
}

.auto {
  margin: auto;
}

@media (max-width: 992px) {
  .badge.badge-danger.badge-counter {
    display: none;
  }
}

.assetlist .col-lg-2.col-xl-2 {
  text-align: right;
}

.assetlist .col-lg-2.col-xl-2.col-left {
  text-align: left;
}

@media (max-width: 992px) {
  .assetlist .col-lg-2.col-xl-2 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .middler {
    padding-right: 8rem ;
    padding-left: 8rem ;
  }
}

@media (max-width: 992px) {
  .assetlist .col-lg-2.col-xl-2.col-left {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .assetlist .assetid {
    display: none;
  }
}

@media (max-width: 992px) {
  .smallhide {
    display: none;
  }
}

