body {
  font-family: 'Ubuntu' , Arial, sans-serif;
  font-size: 0.9rem;
  color: #495156;
}

a:hover {
  color: red;
}

.container, .container-fluid {
  padding-left: 1.0rem;
  padding-right: 1.0rem;
}

.topbar,
.sidebar .sidebar-brand {
  height: 3.4rem;
}

#topMeni .btn, .card-header .btn {
  padding: .1rem .3rem;
  font-size: .875rem;
  line-height: 1.5;
}

/* Table ------------------------- */
.table {
  color: #495156;
  font-size: 0.8rem;
}

.table td, .table th {
  padding: 0.1rem 0.6rem;
  max-width: 380px;
}

#pidb-tools {
  min-width: 115px;
}

/* Form, input ------------------- */
.form-group {
  margin-bottom: 0.5rem;
}

.form-control {
  height: calc(0.7em + .75rem + 2px);
  padding: .1rem .3rem;
}

.in-article-note {
  width: 100%;
  height: 20px;
  margin: 2px 0px 0px 0px;
}

.input-box-discounts { 
  width: 41px;
  height: 20px;
  text-align: right;
}

.input-box-pieces { 
  width: 36px;
  height: 20px;
  text-align: right;
}

.input-box-price { 
  width: 70px;
  height: 20px;
  text-align: right;
}

.input-box-45 { 
  width: 45px;
  height: 20px;
  text-align: right;
}

.input-box-50 { 
  width: 51px;
  height: 20px;
  text-align: right;
}

.input-box-55 { 
  width: 55px;
  height: 20px;
  text-align: right;
}

.input-box-65 { 
  width: 67px;
  height: 20px;
  text-align: right;
}

.order-number {
  width: 100px;
}

.order-status {
  width: 50px;
}

.order-supplier {
  width: 140px;
}

textarea[disabled] {
  resize: none;
}

.btn-outline-secondary {
  color: #858796;
  border-color: #d8d8d8;
}

.btn-mini {
  padding: .1rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

@media (min-width: 768px) {
  .sidebar .nav-item .nav-link {
    padding: 0.7rem;
    width: 13rem;
  }
}

.bg-yellow {
  background-color: #F5F500!important;
}

.border-yellow {
  border-color: #F5F500!important;
}

.border-isporuka {
  border-color: #8e07f5!important;
}

.bg-secondary {
  background-color: #BBBBBB!important;
}

.bg-isporuka {
  background-color: #8e07f5!important;
  color: #fff;
}

.width-95 {
  width: 95px;
}

.badge-success {
  background-color: #00a65a;
}

.badge-info {
  background-color: #3693cc;
}

.badge-warning {
  background-color: #f39c12 !important;
}

.badge-yellow {
  background-color: #F5F500;
  color: #858796;
}

.badge-isporuka {
  background-color: #8e07f5;
  color: #fff;
}


/* User form ---------------------- */
form.user .form-control-user {
  border-radius: 0.5rem;
  padding: 1rem;
}

form.user .btn-user {
  border-radius: 0.5rem;
}

.form-group {
  margin-bottom: 0.3rem;
}

.col-form-label {
  padding-top: calc(.1rem + 1px);
  padding-bottom: calc(.2rem + 1px);
}

.card-header-menu {
  float: right;
}

.card-header-menu .btn {
  line-height: 1.2;
}

.tasks-note-scroll {
  height: 23em;
  overflow-y: scroll;
}

dt {
  min-width: 77px;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: .5rem .5rem;
}

.client-data {
  min-height: 10em;
  height: 26em;
}
