html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Set the fixed height of the footer here */
	line-height: 60px; /* Vertically center the text there */
	background-color: #f5f5f5;
}
.navbar .container .navbar-header {
    background-color: #941a1a;
}
.navbar-inverse .navbar-brand {
    color: #ffffff;
}
.navbar-inverse {
    background-color: #941a1a;
    border-color: #080808;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #eeeeee;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #b12c2c;
}
span.required, div.errorMessage {
	color: red;
}
.ps-title {
    background: #941a1a;
    color: #ffffff;
    padding: 0px;
    margin-bottom: 5px;
}
#panel {
	margin-bottom: 15px;
}
.move img {
	margin-bottom: 30px;
}

.del {
	position: absolute;
	color: #fff;
	right: 20px;
	padding: 5px;
	line-height: 20px;
	cursor: pointer;
}
.movearea {
	height: 70%;
	width: 64px;
	left: 15px;
	top: 0;
	position: absolute;
	cursor: move;
	text-align: right;
	padding-right: 20px;
}
.header-logo {
	margin: 15px 0;
}
.navbar .container .navbar-header {
	z-index: 50;
}
.menu-txt {
  margin-top: 5px;
}
.text-red {
  color: red;
}
.text-green {
  color: #5cb85c;
}
.col-print-1 {width:8%;  float:left;}
.col-print-2 {width:16%; float:left;}
.col-print-3 {width:25%; float:left;}
.col-print-4 {width:33%; float:left;}
.col-print-5 {width:42%; float:left;}
.col-print-6 {width:50%; float:left;}
.col-print-7 {width:58%; float:left;}
.col-print-8 {width:66%; float:left;}
.col-print-9 {width:75%; float:left;}
.col-print-10{width:83%; float:left;}
.col-print-11{width:92%; float:left;}
.col-print-12{width:100%; float:left;}