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

.footer
{
   position: fixed;
   bottom: 0;
   width: 100%;
   height: 40px;
   background-color: #f0f0f0;
   padding: 0 25px;
   border-top: 1px solid #e7e7e7;
}

.footer p
{
   line-height: 40px;
   margin: 0;
}

.footer a
{
   font-weight: 700;
}

.footer p.right
{
   float: right;
}

body
{
   padding-top: 70px;
   margin-bottom: 45px;
}

main
{
   padding: 0 15px 15px 15px;
}

.limitedWidth
{
   max-width: 550px;
   margin: 0 auto;
}

.container-fluid
{
   margin-left: auto;
   margin-right: auto;
   padding-left: 15px;
   padding-right: 15px;
}

.navbar-glyphicon
{
   font-size: 24px;
   padding-top: 10px !important;
   parring-bottom: 10px !important;
}

.navbar-brand
{
   padding: 5px 10px !important;
}

.navbar-brand *
{
   vertical-align: middle;
}

.navbar-brand h1
{
   display: inline-block;
   padding: 0 20px;
   margin: 0 !important;
   font-size: 24px;
   line-height: 40px !important;
}

.navbar-btn
{
   margin-top: 0 !important;
   margin-bottom: 0 !important;
}

h1
{
   margin-top: -5px !important;
   margin-bottom: 20px !important;
   font-size: 24px;
   text-align: center;
}

.panel-heading h4
{
   line-height: 100%;
   margin: 0;
}

#graph
{
   clear: both;
   /*text-align: center;*/
   max-width: 700px;
   margin: 0 auto;
}

svg .blech
{
   fill: #B0B0B0;
   /*filter: url('../misc/filters.svg#drop-shadow');*/
}

svg .blech.selected
{
   fill: #D0D0D0;
   /*filter: url('../misc/filters.svg#drop-shadow');*/
   cursor: pointer;
}

svg .blech.edit,
svg .blech.contextMenu
{
   fill: #eeee00;
   /*filter: url('../misc/filters.svg#drop-shadow');*/
   cursor: pointer;
}

svg .beschriftung
{
   font-size: 14px;
   fill: black;
}

svg .beschriftungSmall
{
   font-size: 12px;
   fill: black;
}

.panel-heading h4 + button
{
   position: absolute;
   right: 30px;
   top: 5px;
}

.panel-body .form-group:last-child
{
   margin-bottom: 0;
}

.restbleche img.form
{
   max-width: 100px;
   max-height: 30px;
}

.fos_user_profile_edit .form-group:nth-child(5)
{
   margin-top: 40px;
}

th
{
   white-space: nowrap;
}

th a.desc:after
{
   content: '';
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 6px dashed;
   display: inline-block;
   height: 0;
   margin-left: 5px;
   vertical-align: middle;
   width: 0;
}

th a.asc:after
{
   content: '';
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px dashed;
   display: inline-block;
   height: 0;
   margin-left: 5px;
   vertical-align: middle;
   width: 0;
}

table.restbleche td:last-child > div
{
   width: 80px;
   float: right;
}