body {
  padding-bottom: 20px;
}
.navbar {
  margin-bottom: 20px;
}
.container {
  max-width: 960px;
}
.lh-condensed {
  line-height: 1.25;
}
.input-month {
  width: 20px;
}
.input_header{
	padding-left: 8px;
}
.msg {
  font-weight: bold;
  margin-bottom: 15px;
}
.error_msg {
  font-weight: bold;
  color: #f00;
  margin-bottom: 15px;
}
.error {
  font-weight: bold;
  color: #f00;
}
input.error{
  font-weight: normal;
  color: #495057;
}
#scrlock{
	height:100%;
	left:0px; 
	position:fixed;
	top:0px;
	width:100%;
	z-index:2;
	opacity:0.5;
	background-color:#000;
}
