/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Arimo", arial, verdana, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

div.button,
button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}

.FontBold {font-weight:bold;}
.buttonBlueStyle {
	font-weight:bold;
	padding: 5px;
	color : white;
	background-color: #1D6DC1;
	border:1px solid #C8DFF5;
	cursor : pointer;
	border-radius: 20px;
}
.buttonBlueStyle:hover {
	background-color:#C8DFF5;
	color : #2D366F;
	border:1px solid #2D366F;
}

.menu{
font-family: "Arimo", arial, verdana, sans-serif;
}

blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
/*background:#efefef url(css/img/gray_jean.png);*/
background:#fff;
font:normal 0.85em/150% 'Arimo', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
padding:20px;
margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
}

	#link-top{
	display:none;
	}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

/* FF overrides */
.uc 					{text-transform: uppercase;}
h5	 					{ font-size: 1.09em;}
th, td 					{ font-size: 1.00em;}
ul.tabs li 				{ font-size: 16px;}
ul.tabs li a 			{ background: #00407E;  color: #fff;}
ul.tabs li.current a 	{ background: #002344;	color: #fff;}
ul.tabs li a:hover 		{ background: #00509D;	color: #fff;}

table .bgHead			{ background-color: #2D366F; color: #FFFFFF;}
.under					{ background: red !important; font-weight:bold !important; color: #fff !important; }
.over					{ background: #ffff00 !important; font-weight:bold !important; color: #000 !important; }
.check					{ background: black !important; font-weight:bold !important; color: white !important; }
table tr.bg11, table td.bg11,  			{ background: #99CC66 !important; }
.bg11  					{ background: #99CC66 !important; }
.bg1				    { background-color: #fff; background: #fff;}
.bg1Text			    { color: #000000; }
.bg5				    { background-color: #999988; }
.bg4 				    { background: #cccccc; }
.bg9 				    { background: #2D366F; }
.bg8,
table tr.bg8 			{ background: #ffffcc !important; }
.bg12 					{ background-color: #990000 !important; color: #FFFFFF !important; }
.bg12Text				{ color: #990000 !important; }
.bg13 					{ background: #ffff66 !important; }
.bg13Text				{ color: #ffff66 !important; }
.bg14 					{ background: #999999 !important; }

td.strong				{ font-weight:bold; }
table.menucolored thead th 	{ background: #CDCEC1;}
table.striped tr.bg11 	{ background: #99CC66 !important; }
table.striped 			{ border: 1px solid #ddd;}

.columnHeader			{ background: #CDCEC1; font-size: 0.9em; font-weight:bold; padding: 3px 10px;}
table.striped thead th 	{ background: #CDCEC1;}
hr 						{ margin: 10px 0; }
blockquote span 		{ color:#000099; margin:10px 0 0 10px;}
.addBoxClear			{ width:150px; border:none; background:transparent; webkit-box-shadow: none; box-shadow: none}
.bgSummaryLite			{ background:#ffffcc !important; font-weight:normal;}
.bgSummary 				{ background:#ffffcc !important; font-weight:bold;}
.tdColumn:hover			{ background:#000 !important; color:#fff !important; cursor:pointer !important;}
.trSubSet				{ background:#C8DFF5 !important;}
.warning				{ padding:5px !important; font-weight:bold; background: #990000 !important; color: #FFFFFF !important;}
.approved	 			{ padding:5px !important; font-weight:bold; background: #99CC66 !important; }
.outlined	 			{ padding:5px !important; border:1px solid silver;}
#tabr1					{ padding-bottom:20px; }
#overlayModal			{ position:fixed; color:white; top:0px; left:0px; width:100%; height:100%; background:rgba(0, 0, 0, 0.8); z-index:999; text-align:center; vertical-align:middle; }

.addCkItem { border:1px solid black; width:20px; cursor:pointer; display: inline-block; text-align: center; font-size: 19px;}
.addCkItem:hover {background:black; color:white; border:1px solid silver; }
.cbxBoxDiv {height: 30px; width:30px; border:1px solid gray; display:inline-block; cursor:pointer; }
.cbxBoxDivSel {height: 30px; width:30px; border:1px solid gray; display:inline-block; cursor:pointer; background-color:darkseagreen; font-size:25px;}

.grid {
	max-width: 1820px;
	margin: 0 auto;
	padding: 0 2em;
}
.reportTitle,
#reportTitle {
	color: #fff;
	background: #00407E !important;
	width:100%;
	padding:2px 2px 2px 5px;
	font-weight:bold;	
}
#reportTitleRed {
	color: #000;
	background: #C3DEF5;
	width:100%;
	padding:2px 2px 2px 5px;
	font-weight:bold;	
}

input.radio, input[type="radio"],
input.checkbox, input[type="checkbox"] {
	height: 20px;
	width: 20px;
}

input.commentClass {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	zoom: 1;
	margin: 0;
	border: 1px solid #ccc;
	height:30px !important;
	font-size: 1em;
	padding: 5px 0;
	text-indent: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px; 
	background: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-sizing: none;
	-webkit-box-sizing: none;
	box-sizing: none;
	color:#0000CC;
}
input.commentClass:focus {
	background:#ffffcc;
}

button.gold,
a.btn.gold,
a.button.gold,
input[type=submit].gold,
input[type=reset].gold,
input[type=button].gold{
	text-shadow:0 -1px 0 #002344;
	color:#fff;
	border:1px solid #d1b306;
	background: rgb(187, 153, 4); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(187, 153, 4) 0%, rgba(187, 153, 4) 44%, rgba(187, 153, 4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187, 153, 4)), color-stop(44%,rgba(187, 153, 4)), color-stop(100%,rgba(187, 153, 4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(187, 153, 4) 0%,rgba(187, 153, 4) 44%,rgba(187, 153, 4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(187, 153, 4) 0%,rgba(187, 153, 4) 44%,rgba(187, 153, 4) 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00509D', endColorstr='#002344',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(187, 153, 4) 0%,rgba(187, 153, 4) 44%,rgba(187, 153, 4) 100%); /* W3C */
	
	
}

button.blue,
a.btn.blue,
a.button.blue,
input[type=submit].blue,
input[type=reset].blue,
input[type=button].blue{
	text-shadow:0 -1px 0 #002344;
	color:#fff;
	border:1px solid #002344;
	background: rgb(0,80,157); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,80,157,1) 0%, rgba(0,64,126,1) 44%, rgba(0,35,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,80,157,1)), color-stop(44%,rgba(0,64,126,1)), color-stop(100%,rgba(0,35,68,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,80,157,1) 0%,rgba(0,64,126,1) 44%,rgba(0,35,68,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,80,157,1) 0%,rgba(0,64,126,1) 44%,rgba(0,35,68,1) 100%); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00509D', endColorstr='#002344',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(0,80,157,1) 0%,rgba(0,64,126,1) 44%,rgba(0,35,68,1) 100%); /* W3C */
	
	
}

button.blue:hover,
a.btn.blue:hover,
a.button.blue:hover{
	text-shadow:0 1px 0 #1D6DC1;
	border:1px solid #1D6DC1;
	background: rgb(155,205,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(155,205,255,1) 0%, rgba(134,192,250,1) 44%, rgba(110,176,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,205,255,1)), color-stop(44%,rgba(134,192,250,1)), color-stop(100%,rgba(110,176,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bcdff', endColorstr='#6eb0f2',GradientType=0 ); /* IE6-9 */
}

.deliveryChangeDel, .deliveryChange {
	text-align:center; z-index:1000; display:none; width:100%; height:100%; background:#333; position:absolute; top:0px; opacity: 0.95; filter: alpha(opacity=95);
}

.changeDivBackground {
	width:300px; height:150px; background:transparent; margin-left:35%; margin-top:160px;
}
.changeDelBackground {
    width: 400px; background: #fff; margin-top:5%; margin-left: auto; margin-right:auto;
}

.HotBuy 	{ color:#2C03D3;font-weight:bold;display:inline-block; }
div.dropped { color:#CC0000;font-weight:bold;display:inline-block; }


/* FF overrides */