/*
 *DITV - Digital Interactive Television - http://ditv.ir
 * Copyright (C) 2015 ALIK(geekali)
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

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: 80px;
  padding: 5px;
}
img.logo {
	height: 60px;
}
.main-container {
	margin-top: 25px;
}
.main-container button {
	margin-left: -15px;
	margin-right: -15px;
	float: left;
}
.tab-pane {
	padding-top: 25px;
}