/*------------------------------------------*/
/* Novo Dia Group APL Central layout.css  */
/* Version: 0.1                           */
/* Author:  Liliana Liu                   */
/* Created: 04/23/2010                    */
/* Updated: 04/23/2010                    */
/*----------------------------------------*/
@charset "utf-8";

/*div {
  border: 1px #ff0000 solid;
}*/
body,html {
	background: #eeeecc;
	height: 100%;
}

/*------------------------- Major Layout Elements Definitions -------------------------*/
/* =#header header with logo, options, and main menu */
#header {
	position: relative;
	min-width: 960px;
	width: 100%;
	height: 60px;
	background: #444422;
	z-index: 10;
	padding: 0px;
	/*border: 1px #ff0000 solid;*/
}

/* =#title page title and maybe breadcrumbs */
#title {
	position: relative;
	min-width: 960px;
	width: 100%;
	height: 40px;
	background: #778844;
	z-index: 10;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	/*border: 1px #00ff00 solid;*/
}

/* =#content between the header and footer */
#content {
	position: relative;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: -100px auto -80px;
	padding: 0px;
	background-color: #eeeecc;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;

	/*border: 1px #0000ff solid;*/
}

/* =.pushheader */
.pushheader {
	height: 100px;
}

/* =.pushfooter */
.pushfooter {
	height: 45px;
}

/*------------------------- Header Elements Definitions -------------------------*/
/* =#header_content */
#header_content {
	position: relative;
	width: 960px;
	height: 60px;
	margin: 0px auto;
	color: #eee;
	/*border: 1px #00ffff solid;*/
}

/* =#logo */
#logo {
	position: absolute;
	top: 10px;
	left: 0px;
	/*border: 1px #ddddbb solid;*/
	width: 200px;
	height: 20px;
	font-size: 24px;
}

#logo span {
	vertical-align: top;
}

/* =#header_content a */
#header_content a {
	color: #eeeecc;
	text-decoration: none;
}

/* =#main_nav */
#main_nav {
	position: absolute;
	left: 200px;
	top: 20px;
}

/* =#main_nav ul */
#main_nav ul {
	list-style: none;
	font-size: 1.2em;
	padding-left: 10px;
}

/* =#main_nav li */
#main_nav li {
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 0 0 0px;
}

/* =#main_nav li a */
#main_nav li a {
	
}

/* =#main_nav current */
#main_nav .current {
	border-bottom: 3px #eeeecc solid;
}

/* =#main_nav li a.hover */
#main_nav li a:hover {
	font-weight: 600;
}

/* =#main_nav a.current:hover */
#main_nav a.current:hover {
	
}

#main_acct {
	position: absolute;
	top: 5px;
	right: 20px;
}

#loginbox {
	position: absolute;
	top: 10px;
	right: 85px;
	width: 60px;
	height: 40px;
	/*padding: 10px 5px 0px 15px;*/
}

#signupbox {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 45px;
	height: 30px;
	/*padding: 10px 10px 0px 10px;*/
}

/*------------------------- Title Elements Definitions -------------------------*/
#title_content {
	height: 40px;
	margin-left: 0px;
	background-color: #F8F8F8;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #e7e7e7;
	text-align: left;
}

#title_content div {
	display: inline-block;
	margin-top: 10px;
	font-size: 18px;
	margin-left: 20px;
	text-align: left;
}

/*------------------------- Footer Elements Definitions -------------------------*/
#footer {
	/* =#footer with options, links, and copyrights */
	height: 25px;
	background-position: top left;
	background-color: #F8F8F8;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #e7e7e7;
	position: fixed;
	bottom: 0;
	clear: both;
	width: 100%;
	min-width: 950px;
	padding: 0px;
	color: #687074;
	background: #778844;
	z-index: 10;
	color: #f7fbfe;
	text-align: left;
}

#footer_content {
	color: #687074;
	height: 25px;
	background-position: top left;
	background-color: #F8F8F8;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #e7e7e7;
}

#footer_container {
	width: 450px;
	margin: 0px auto;
	padding: 15px 0 10px 0;
	/*  border: 1px #f00 solid;*/
	color: #222;
	text-align: left;
}

/*--------------------- Content Common Elements Definitions ----------------------*/
.separator-10 {
	height: 10px;
}

.separator-20 {
	height: 20px;
}

label {
	display: inline-block;
	padding-top: 10px;
	line-height: 1.0em;
	font-weight: 600;
}

label.checkbox {
	display: inline;
}

.datePicker {
	z-index: 100;
}

/*
.panel {
	border: 5px solid #ccccaa;
	background: #ffffee;
	margin: 0px auto;
}

.panel table,.panel table { 
	margin: 10px auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

.panel table caption,.panel table caption {
	background: transparent;
	font-size: 1.3em;
	margin: 5px 0px;
}

.panel table th,.panel table td {
	border-top: 1px #ccccaa solid;
	line-height: 2.0em;
}

.p3_panel {
	width: 280px;
	height: 420px;
	overflow: auto;
}

.p3_half_panel {
	width: 280px;
	height: 200px;
}

.p3_content {
	width: 260px;
	margin: 10px auto;
}

.p2_panel {
	width: 440px;
	height: 420px;
	overflow: auto;
}

.p2_half_panel {
	width: 440px;
	height: 200px;
}

.p2_content {
	width: 420px;
	margin: 10px auto;
}
*/
.align_left {
	margin-left: 0px;
}

.align_right {
	margin-right: 0px;
}

#phonemaininfo th,#phonedetailinfo th {
	width: 105px;
}

#phonestatus .panel {
	height: 120px;
}

/*#phonestatus .panel div
	{
	  width: 400px;
	  margin: 10px auto;
	}*/
#phoneDisableForm select {
	margin: 5px 10px;
}

#phonestatushistory .panel {
	height: 280px;
	overflow: auto;
}

#phonestatushistory table th {
	border-top: 0px;
}

#phonelist table td {
	background: #ffffee;
	border-bottom: 2px solid #eeeecc;
	padding: 10px;
	height: 40px;
}

#phonelist table th {
	background: #ccccaa;
	padding: 10px;
	height: 30px;
}

#phonelist table th,#phonelist table td {
	padding: 5px 10px;
}

#phonelist th.deviceName {
	width: 210px;
}

#phonelist th.deviceId {
	width: 310px;
}

#phonelist th.mobilePhoneStatusId {
	width: 120px;
}

#phonelist th.activationCode {
	width: 120px;
}

#phonelist th.regenCode {
	width: 75px;
}

#phonelist th.pastPhones {
	width: 85px;
}

.formpanel {
	background: #ffffee;
}

input {
	padding: 2px;
}

select {
	padding: 1px;
}

.required {
	color: #cc4433;
	font-weight: 600;
}

.required2 {
	color: #cccc33;
	font-weight: 600;
}

.tabs {
	border-bottom: 1px #ddeeaa solid;
}

.tabs ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	font-size: 1.2em;
}

.tabs li {
	display: inline;
	margin: 0 30px 0 0;
}

.tabs li a {
	color: #444422;
	text-decoration: none;
	padding: 10px;
	padding-bottom: 20px;
}

.active {
	background: #ffffee;
}

/*------------------------- Grid Elements -------------------------*/
TABLE.t-data-grid,TABLE.t-data-grid THEAD TR TH,TABLE.t-data-grid TBODY TR TD
	{
	border: 0px;
}

TABLE.t-data-grid THEAD TR TH {
	background-color: #ccccaa;
	height: 30px;
	white-space: normal;
	padding: 0px 10px;
}

TABLE.t-data-grid THEAD TR TH,TABLE.t-data-grid THEAD TR TH a {
	color: #444422;
	text-decoration: none;
}

TABLE.t-data-grid TBODY TR TD {
	background-color: #ffffee;
	height: 40px;
	border-bottom: #eeeecc 2px solid;
	padding: 0px 10px;
}

DIV.t-data-grid-pager SPAN.current {
	color: #444422;
	background-color: #ccccaa;
}

DIV.t-data-grid-pager A,DIV.t-data-grid-pager SPAN.current {
	font-size: 0.8em;
}

table.t-data-grid th.username {
	width: 125px;
}

table.t-data-grid th.firstname {
	width: 145px;
}

table.t-data-grid th.lastname {
	width: 180px;
}

table.t-data-grid th.userStatusId {
	width: 100px;
}

table.t-data-grid th.email {
	width: 200px;
}

table.t-data-grid th.organizationName {
	width: 270px;
}

table.t-data-grid th.status {
	width: 50px;
}

table.t-data-grid th.delete {
	width: 25px;
}

table.t-data-grid th.upcNumber {
	width: 105px;
}

table.t-data-grid th.vendorName {
	width: 200px;
}

table.t-data-grid th.requestDate {
	width: 105px;
}

table.t-data-grid th.brandName {
	width: 200px;
}

table.t-data-grid th.productDescr {
	width: 200px;
}

table.t-data-grid th.upcRequestStatusId {
	width: 125px;
}

#visitGrid table.t-data-grid th.vendorName {
	width: 125px;
}

#visitGrid table.t-data-grid th.vendorNumber {
	width: 75px;
}

#visitGrid table.t-data-grid th.address1 {
	width: 150px;
}

.sheet {
	background: #f2f2df;
}

a.button,a.buttonDis {
	display: inline-block;
	/*background-color: #ccaa44;*/
	background-image: url(../../images/button.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 33px;
	margin: 0px 5px 0px -5px;
	padding: 12px 0px 0px 0px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

a.button:link,a.button:visited {
	color: #002577;
}

a.button:hover,a.button:active {
	/*background-position: 0 -36px;
	color: #FF7200;*/
	
}

a.backaction {
	/*background-position: 0 -36px;*/
	
}

a.backaction:hover,a.backaction:active {
	background-position: 0px 0px;
}

div.t-error div {
	display: none;
}

#logincontainer {
	margin-top: -7px;
}

.tab2 {
	padding: 5px;
}

.tab2_selected {
	background-color: #eef;
}

/*------------------------- Cat Subcat -------------------------*/
.catLine {
	line-height: 2.0em;
	background-color: #bbd;
	font-size: 1.2em;
	margin: 10px 0px;
}

.catLine a {
	color: #333;
	text-decoration: none;
	padding: 5px;
	font-weight: 700;
}

.subcatList {
	display: none;
}

.subcatLine {
	line-height: 1.4em;
	font-size: 1.1em;
	margin: 5px 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
}

.pgLine {
	line-height: 1.4em;
	font-size: 1.1em;
	margin: 5px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
}

.foodCodeLine {
	line-height: 2.0em;
	margin: 10px 0px;
}

.foodCodeLine a {
	color: #333;
	text-decoration: none;
	padding: 5px;
	font-weight: 700;
}

.foodItemList {
	display: none;
}

.foodItemLine {
	line-height: 1.4em;
	margin: 5px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
}

.visitlistimg {
	margin-left: 5px;
}

.money {
	text-align: right;
}

}
.textfield2 {
	width: 515px;
}

.textfield1 {
	width: 235px;
}

.dropdown1 {
	width: 240px;
}

.datefield1 {
	width: 215px
}

.window {
	background-position: top left;
	background-color: #F8F8F8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	font-family: "Lucida Grande", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.window .window_contents {
	padding: 13px;
	background-color: #fff;
	color: #222;
	font-weight: 300;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.window .window_header {
	text-align: center;
	padding-bottom: 10px;
}

.window .window_title {
	margin-top: -7px;
	font-size: 11px;
	cursor: move;
	color: #fff;
}

.window .window_close {
	display: block;
	position: absolute;
	background-image: url(../../images/window_close.gif);
	top: 4px;
	left: 5px;
	height: 13px;
	width: 13px;
	cursor: pointer;
	cursor: hand;
}

.window_link {
	cursor: pointer;
}

.numeric {
	text-align: right;
}

.loginbar>a:hover {
	text-decoration: underline
}

.loginbar>a {
	padding: 5px;
	color: #7c8082;
}

.loginbar {
	color: #7c8082;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #0088cc;
	text-decoration: none;
	list-style-type: disc;
	line-height: 1.6;
	padding-top: 5px;
	padding-right: 0px;
}

.navbar {
	overflow: visible;
	margin-bottom: 0px;
}

.navbar .nav>li>a {
	float: none;
	padding: 6px 10px 6px;
	color: #777777;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav {
	float: right;
}

.navbar .nav>li {
	float: left;
}

.navbar .nav>li.menu-selected>a:focus,.navbar .nav>li.menu-selected>a:hover
	{
	border-bottom: 3px solid #72c02c;
	color: #72c02c;
}

.navbar .nav>li.menu-selected>a {
	color: #72c02c;
	font-weight: bold;
	border-bottom: 3px solid #72c02c;
}

.navbar .nav>li.menu-selected {
	background: none;
	border-bottom: solid 2px transparent;
	color: #72c02c;
	font-size: 15px;
	font-weight: 400;
	padding: 1px 10px;
	text-transform: uppercase;
	line-height: 10px;
	position: relative;
	display: block;
	outline: 0 !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	cursor: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* text-decoration: underline; */
}

.navbar .nav>li.menu-unselected>a:focus,.navbar .nav>li.menu-unselected>a:hover
	{
	color: #72c02c;
	/*	font-weight: bold;*/
}

.navbar .nav>li.menu-unselected>a {
	color: #687074;
}

li.menu-unselected {
	background: none;
	border-bottom: solid 2px transparent;
	color: #687074;
	font-size: 15px;
	font-weight: 400;
	padding: 1px 10px;
	text-transform: uppercase;
	line-height: 10px;
	position: relative;
	display: block;
	outline: 0 !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	cursor: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#separator {
	height: 1px;
	line-height: 1px;
	clear: both;
	font-size: 1px;
	display: block;
}

.navbar .container {
	font-size: 13px;
	line-height: 1.0;
	height: 30px;
	margin-bottom: 0px;
	overflow: visible !important;
	/*    position: relative; */
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	line-height: 1.6;

	/*
	margin-top: 20px !important;
	padding-bottom: 150px; */
}

.wrap {
	margin: 0 auto -45px;
	height: auto !important;
	min-height: 100%;
}

.top .navbar-collapse {
	position: relative;
	max-height: inherit;
}

.form-horizontal .control-label {
	width: 120px;
	padding-top: 5px;
	text-align: left;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.panel {
	border: 1px solid silver;
	background-color: transparent;
	border-radius: 0 !important;
}

.panel-body {
	padding: 15px;
}

.panel-grey {
	border-color: #95a5a6;
}

.panel-grey>.panel-heading {
	color: #fff;
	background: #95a5a6;
}

.panel-heading {
padding: 5px 15px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}



.nav-tabs > li > a, .nav-pills > li > a {
     padding-left: 0px;
	}
}