html, body {
	background-image: url('/img/background.jpg');
	background-position: top right;
	background-size: 100%;
	height: 100%;
	background-size: cover;
}

.sign-in-section {
	margin:100px auto;
	width:400px;
}

.forgot-password-section {
	margin:100px auto;
	width:400px;
}

.spacer {
	margin-bottom:10px;
}

.tl-spacer {
	margin-top:30px;	
}

.tvl-spacer {
	margin-top:60px;	
}

.ts-spacer {
  margin-top:5px;  
}

.navbar-header .pull-left{
	margin-right:10px;
}

.alert {
  margin-top:30px;
}

.clear {
  clear: both;
}


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

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

@media (min-width: 400px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.main {
  padding: 20px;
}

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.main .page-header {
  margin-top: 0;
}

@media print {
  h1 {
    font-size: 1.4em !important;
    font-weight: bold;
  }

  .sidebar {
    display: none;
  } 

  .main {
    margin-left: 0;
    width: 800px !important;
    padding:0 !important;
  }

  button {
    display: none !important;
  }

  .form-horizontal {
    display: none;
  }

  td.hide-on-print,
  th.hide-on-print,
  .hide-on-print {
    width: 0;
    display: none;
  }

  .alert-success {
    display: none;
  }
}