.card-outline{
  border-top: 3px solid #025295 !important;
}

.theme-color-maroon{
  background: #ad1416;
}

.theme-color-blue{
  background: #025295;
}

.theme-text-blue{
  color: #025295;
}

.table-icon{
  font-size: small;
}

.brd-top{
  border-top: 1px solid #4f5962 !important;
}

.item-table{
  background:rgba(0,0,0,.05);
  height: auto;
}

.item-table tbody td, .item-table thead th{
  padding-right: 8px;
}

.item-table input::-webkit-outer-spin-button,
.item-table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[readonly] {
  background-color:white !important;
}




.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.company-card {
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.company-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}
.company-card .card-body {
  min-height: 100px;
}