body {
  padding-top: 5px;
  padding-bottom: 20px;
}
input.error, textarea.error {
   border:1px dotted red;
}
p {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: 400;
}
tr.red > td {
	color: red;
}
.normaltext{
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-family: "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: 700;
}
.navbar {
  margin-bottom: 2px;
}
.popover{
    max-width: 50%; /* Max Width of the popover (depending on the container!) */
}
.head-sr{
	padding-top: 5px;
}
header{
	border-bottom: none;
}
.cont-foot{
	width: 100%;
}
.foot-sr{
	padding-bottom: 1em;
	padding-top: 1em;
	background: none repeat scroll 0% 0% rgb(116, 2, 2);
	color: #ffffff;
	min-height: 5em;
}
.foot-top{
	background: url("../img/bg_footer.png") repeat-x scroll center top transparent;
	position: relative; 
	min-height: 80px;
}

.navbar-default {
    background-color: #ffffff;
    border:none;
    }
ul.navbar-nav{
	padding-left: 5em;

}
th.smaller{
	width: 25%;
}
/* font: */
@font-face {
    font-family: "leaguegothic";
    src: url("fonts/leaguegothic-regular-webfont-webfont.woff") format('woff');
}
@font-face {
    font-family: "code39";
    src: url("fonts/Code39Azalea.woff") format('woff');
}
.barcode{
	font-family: "Code39";
	font-size: 72px;
}
h1.titles{
	color: black;
	font-weight: normal;
	font-family: "leaguegothic";
}

p.foot{
	color: #ffffff;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", Verdana;
	font-weight: 400;
}

.navbar-nav > li > a {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: 400;
	color: #B8B8B8;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:focus {
	background-color: #ffffff;
	color: red;
}
.navbar-default .navbar-nav > li > a:hover {
 	background-color: rgb(231, 231, 231);
 	color: red;
 }
 @media (max-width: 960px) {
	.navbar .nav {
		display: block;
		float: left;
	}

	.navbar .nav > li {
		display: block;
		float: none;
	}
}
.row-pad{
	padding-left: 1em;
	padding-right: 1em;
}
.td-box{
	border: 1px solid gray;
	min-height: 2em;
	font-family: "Helvetica Neue", Verdana;
	font-size: 14px;
	font-weight: normal;
	color: rgb(51, 51, 51);
}

.td-bold{
	font-family: "Helvetica Neue", Verdana;
	font-size: 14px;
	min-height: 2em;
	font-weight: bold;
	color: rgb(51, 51, 51);
}
.td-bold-sm{
	font-family: "Helvetica Neue", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(51, 51, 51);
	padding-bottom: 0.5em;
}

.input-sm{
	width: 100px;
}
.table > tbody > tr > td {
	padding: 6px;
	line-height: 1;
}

.work-login{
	background-color: #F6D500;
}
.work-login > a {
	font-family: "Lucida Sans Unicode", Verdana;
	color: #DF2424;
	font-size: 14px;

}
.service-box{
	/*background: url("../img/icon_hammer_header.png") no-repeat scroll 0px 0px transparent;
	padding-left: 25px;*/
	border-right: 1px solid rgb(224, 228, 228);
	border-left: 1px solid rgb(224, 228, 228);
}
.box-pad{
	padding-top: 5px;
	padding-bottom: 5px;
}
.headertxt{
	font-family: "Lucida Sans Unicode", Verdana;
	color: #B8B8B8;
	padding-left: 10px;
	font-size: 14px;
}
.foottxt > a{
	font-family: "Lucida Sans Unicode", Verdana;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}
.headtxt{
	font-family: "Lucida Sans Unicode", Verdana;
	color: #B8B8B8;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}
.sr_nav_red_bg
{
	/*color: #FF0000;border: 2px solid #740202;*/
}
.navbar-nav > li > a.sr_white {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: 700;
	color: red;
}
label.error {
    font-family: "Lucida Sans Unicode", Verdana;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
@media (min-width: 1000px) {
	.container{
		width: 990px;
		margin-right: 15px;
    	margin-left: 1px;
	} 

}
@media (min-width: 1300px) {
	.container{
		width: 1290px;
		margin-right: 15px;
    	margin-left: 1px;
	} 

}
@media (min-width: 1500px) {
	.container{
		width: 1490px;
		margin-right: 15px;
    	margin-left: 1px;
	} 
}
@media (min-width: 1900px) {
	.container{
		width: 1890px;
		margin-right: 15px;
    	margin-left: 1px;
	} 
}
@media (min-width: 2500px) {
	.container{
		width: 2490px;
		margin-right: 15px;
    	margin-left: 1px;
	} 
}
