/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.titcol {
    margin-bottom: -20px;
}
.table .hpmenu {
    padding-left: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #cccccc;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #cccccc;
    border-color: #adadad;
}
code {
    color: #666666;
    background-color: #f2f2f2;
}
div.kkond .table td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.div-edit {
    word-wrap: break-word;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 30px;
}
.navbar-inverse .navbar-brand {
    color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a {
    color: #bfbfbf;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  font-size: 11pt;
  font-weight: normal;
  height: 35px;
  margin: 0;
  width: 220px;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: bold;
  margin-top: -10px;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 18px;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_length label {
  padding-top: 12px;
}
div.dataTables_wrapper div.dataTables_length select {
  font-size: 10pt;
  width: 70px;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  padding-top: 8px;
  text-align: right;
}
