@charset "utf-8";

html {
	height: 100%;
}

form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, verdana, Arial,sans-serif;
	font-size:12px;
	background-color: #fff;
	min-width: 850px;
	padding-bottom: 80px; /* Simulates margin-bottom for wrapper in IE */
	
}


form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

form li.odd {
	padding: 6px;
	background: #f4faff;
	margin-bottom: 1px;
}

form li.even {
	padding: 6px;
	margin-bottom: 1px;
}

.rowOdd {
	padding: 6px;
	background: #D7E9F9;
	margin-bottom: 1px;
}

.rowEven {
	padding: 6px;
	margin-bottom: 1px;
}

label.prsetup {
	width: 350px;
}

label.carbldg {
	width: 225px;
}

label.autowidth {
	width: auto;
}


label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 7px;
	color: #000;
	line-height: 23px;
	/* This will make the labels vertically centered with the inputs */
	font-weight: bold;
}

form select {
	width: 200px;
}

form select.autowidth {
	width: auto;
}

.inputsize {
	width: 200px;
}

.error {
	color: red;
	margin-left: 6px;
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}


.sectionDivider {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #003399;
	background-color: #003399;
	/*line-height: 3px;*/
	line-height: 1px;
	font-size: 2px;
}
.sectionHeader A {
	text-decoration: none;
	color: #003399;
}

.sectionHeader A:link {
	text-decoration: none;
	color: #003399;
}

.sectionHeader A:visited {
	text-decoration: none;
	color: #003399;
}

.sectionHeader A:hover {
	text-decoration: underline;
	color: #003399;
}

.sectionSubHeader {
	/*font: 12px Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	/* Verdana, Arial, Helvetica, sans-serif;*/
	/*color: #003399; */
	font-weight: bold;
	text-decoration: none;
	text-indent: 2px;
}

.sectionSubHeader A {
	text-decoration: none;
	color: #003399;
}

.sectionSubHeader A:link {
	text-decoration: none;
	color: #003399;
}

.sectionSubHeader A:visited {
	text-decoration: none;
	color: #003399;
}

.sectionSubHeader A:hover {
	text-decoration: underline;
	color: #003399;
}

ul.circle {
	list-style-type: circle;
}

li.green_box {
    /*font-family: Verdana;*/
    color: #0B55FF;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}

li.clear{
	margin-top: 10px;
	list-style: none; 
}

.well-bak {
    width:400px;
    height: auto;
    font-size: 12px; 
    /*Arial, Helvetica, sans-serif;*/	
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-left: 25px;
    min-height: 20px;
    padding: 19px;
}

.errorBox {
    width:auto;
    height: auto;
    font-size: 12px; 
    color: red;
    border: 1px solid rgba(red, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    min-height: 20px;
    padding: 15px;
}

.autowidthwell {
    width:auto;
    height: auto;
    font-size: 12px; 
    /*Arial, Helvetica, sans-serif;*/	
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-left: 25px;
    min-height: 20px;
    padding: 19px;
}

.well ol li{
	list-style: disc;	
}
.box {
    background-color: #eeeeee;
    color: #0B55FF;
    border: 1px solid #2d2620;
    height: 60px;
    width: 200px;
    padding: 5px;
    display: none;
    position: absolute;
    /*#margin-top: -120px;*/
    margin-left: -300px;
}
.positionabsolute{
	position: absolute;
}

.positionrelative{
	position: relative;
}

.smallfont{
	font-size: 12px;	
}
.fontbold{
	font-weight: bold;	
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	font-family: Verdana;
}

.altLinkOrange {	/*font: 12px Verdana, Arial, Helvetica, sans-serif;*/
				font: 11px Verdana, Arial, Helvetica, sans-serif;
				color: #EF7118;
				font-weight: bold;
				}
.altLinkOrange A {text-decoration: none; color: #EF7118;}
.altLinkOrange A:link {text-decoration: none; color: #EF7118;}
.altLinkOrange A:visited {text-decoration: none; color: #EF7118;}
.altLinkOrange A:hover {text-decoration: underline; color: #EF7118;}

.dottedLink{
	border-bottom-color: #ff8000;
	border-bottom-style: dotted;;
	border-width: 1px;
}


fieldset{
	border-width:2px 0px 0px 0px;
	border-style:solid;
	border-color:#eeeeee;
	font-size:12px;
	margin:10px;
}

fieldset legend{	
	background-color:none;
	
	border-width:0px 1px;
	border-style:solid;
	border-color:#eeeeee;
	
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	letter-spacing:2px;
		
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	
}

div#phoneNumber {
	color: #8c763f;
}

span#left {
	float: left;
}

span#right {
clear: both;
padding: 0 0 0 23px
}

.info-box, .success-box, .warning-box, .error-box {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 13px;
}
.info-box {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/icon/info.png');
}
.success-box {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/icon/success.png');
}
.warning-box {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/icon/warning.png');
}
.error-box {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/icon/error.png');
}

.btn_link {
    background: none repeat scroll 0 0 #064591;
    color: #FFFFFF !important;
    float: left;
    margin: 10px 0 10px 0px;
    padding: 10px 15px;
}

.total{
	background: none repeat scroll 0 0 #064591;
    color: #FFFFFF !important;
    margin: 10px 0;
    padding: 10px 15px;
	font-weight: bold;
	font-size: 14px;
}

.ui-datepicker-trigger {
		background: url(../images/icon/cal.gif) no-repeat 7px -2px;
		padding-left: 15px;
}

#dailyTotals hr {
    color: #0B55FF;
    background: #0B55FF;
}

.ui-autocomplete{
	text-align: left;
}
.ui-menu-item{
	font-size: 13px;
}
/* for loading image */
.lmodal {
	display : none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('https://app.nrs3pl.com/images/loader/indicator-big.gif')
                50% 50% 
                no-repeat;
}

.menu_section{
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 3px 3px #999;
    height: 50px;
    position: relative;
    width: 100%;
    z-index: 10;
}

