/**
 * AppKit
 * 
 * @copyright	(c) 2019 Innotronic Ingenieurbüro GmbH
 */

html
{
	position: relative;
	min-height: 100%;
}

body
{
    margin-bottom: 60px;
}

body > .container
{
    padding: 60px 15px 0;
}

.navbar-toggle
{
    padding: 6px 10px;
}

.titel .btn,
.titel .form-group
{
	float: right;
	margin: 0 0 0 5px;
}

.titel .form-control
{
	height: 30px;
}

tr.link
{
	cursor: pointer;
}

td .btn
{
	float: right;
	margin: 0 2px;
}

.footer
{
  position: absolute;
  bottom: 0;
  width: 100%;
  
  height: 60px;
  background-color: #f5f5f5;
}

.footer > .container
{
  margin-top: 20px;
  padding: 0 15px;
}
