* {
	border-radius: 0 !important;
	outline: none !important;
}

.form-horizontal .control-label {
	text-align: left;
}

.dataTable .selected {
  background-color: #017ebc;
  color: #fff;
}

.dataTable tbody tr td{
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.dataTable thead > tr > th {
    padding-left: 8px !important;
}

.column-artnum {
  padding-left: 32px;
}

.column-stockvalue {
  text-align: right;
  padding-right: 32px;
}

.hint {
  color: #a94442;
}

.arrow {
  color: #ffd60d;
  cursor: pointer;
}
@media only screen and (max-width: 40em) { 
  h1{
    font-size:26px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  #stocklist_length, #status_length, .dataTables_length{
    margin:25px 0px;
  }
  #status_paginate, #stocklist_paginate, .dataTables_paginate{
    margin:25px 15px;
  }
}