html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

th, td{vertical-align:middle!important}

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.check>.glyphicon-check{
	color:#690
}
.check>.glyphicon-unchecked{
	color:#ddd
}

.alert{
	padding:.5em 1em;
}

table tbody tr:hover td{background:rgba(250,250,200,.5)}

table.dataTable.no-footer{border-bottom:none}
table.dataTable thead th,table.dataTable thead td{border-bottom:1px solid #ddd}

table .col-fixed{background:#f3f3f3}