﻿@charset "UTF-8";
/* CSS Document */
html, body {
    background-color: #fff;
    color: #333;
    font-family: "Helvetica", "Arial", "Verdana", "sans-serif";
    min-height: 100%;
    height: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}
#Header { background-color:#1d1d1d;}
.clear {clear:both;}
.floatRight {
    float: right;
}
/*jquery ui specific */
.ui-widget {
    font-size: 12px;
}
.ui-autocomplete-loading {
    background: white url('Content/images/ui-anim_basic_16x16.gif') center no-repeat;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
input.textbox {
    margin: 5px;
    width: 90%;
    padding: .4em;
}
.Exception {
    color: #db0303;
}

#versionText{
    position:absolute;
    right:0;
    top:0;
    color:#808080;
}
/********************/
/*** PAGE WRAPPER ***/
/********************/
.PageWrapper {
    position: relative;
    width: 100%;
}

/********************/
/*** IMAGE HEADER ***/
/********************/

.MainImageHeader {
    height: 101px;
    width: 100%;
}
.MainImageHeader #TopTextWrapper {
   float: left;
   padding: 30px 0px 30px 40px;
}
.MainImageHeader #LogoWrapper {
	text-decoration:none;
	right: 40px;
	top:43px;
	position: absolute;
}
.MainImageHeader #LogoWrapper a:link, a:visited{
	 text-decoration: none;
	 font-size:11px;
	 color:#53a8ff;
	 text-transform:uppercase;
	 margin-left:40px!important;
     float:right;
}
.MainImageHeader #LogoWrapper a:hover, a:active{
	 color:#53a8ff;
	 text-decoration:underline;
}
.MainImageHeader #LogoWrapper img {
     padding-left: 20px;
}

#Header .styled-select {
      margin-top: -6px;
      margin-right: 40px;
}
#Header .styled-select select {
  color: #666;
  padding-left: 10px;
  padding: 7px 5px 6px 5px;
  font-size:12px;
}


/********************/
/***   NAV BAR    ***/
/********************/
.MainNavBar {
    width: 100%;
    background-color: #202020;
    color: white;
    font-weight: bold;
}
.MainNavBar .inner {
     width: 700px;
     vertical-align: bottom;
     float: left;
}
.MainNavBar ul#nav {
    width: 100%;
    float: left;
	margin:0px;
	padding:0px;
}
.MainNavBar ul#nav li {
    display: inline;
}
.MainNavBar ul#nav a {
	height: 50px;
	padding:0 40px;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	margin-left: 2px;
/*	background-image: url(images/nav_back.png);
*/	color: #e8e8e8;
	float: left;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
.MainNavBar ul#nav a:hover {
     color: #fff;
	 background-color:#47a2ff;

	 text-shadow:none;
 }
.MainNavBar ul#nav a.current {
     color: #333;
	 background-color:#fff;
	 text-shadow:none;
	 font-weight:400;
}

.MainNavBar ul#nav a#home {
       margin-left: 1px;
 }

.MainNavBar .SeasonalAssortment {
        position: absolute;
        right: 40px;
        padding-top: 10px;
}
.MainNavBar .SeasonalAssortment select {
  width:220px;
  float: right;
}
.MainNavBar .SeasonalAssortment #lblCompanyName{
	font-size:12px;
	font-weight:200;
	margin-top:10px;
    margin-right:10px;
    color:#dadada;
}
.MainNavBar #lbLogout {
    float:right;
    display:block;
    border-radius:3px;
    background-color:#fff;
    color:#3a80e9;
    text-transform:uppercase;
    text-decoration:none;
    font-size:12px;
    font-weight:400;
    font-family:Helvetica, Arial, sans-serif;
    padding:7px 10px 6px 10px;
    margin-top:-6px;
	/*margin:-30px 0px 0px 0px;*/
}
 .MainNavBar #lbLogout:hover {
     background-color:#4ca2fb;
     color:#fff;
}


/********************/
/*** MAIN BODDY   ***/
/********************/

#MainBody {
    padding: 80px 40px;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
	font-size:14px;
}
#AssortmentTable {
	font-size:14px!important;

}
#MainBody a {
	text-transform:uppercase;
	text-decoration:none;
	font-size:13px;
	color:#3a80e9;
}
#MainBody a:hover {
	text-decoration:underline;
	color:#3f8cff;
}

/********************/
/*** DEFAULT PAGE ***/
/********************/
#MainBody .DefaultPage {
     clear: both;
	 background-color:#fff;
}

#MainBody .DefaultPage .CredentialsWrapper {
		width:400px;
		margin:50px auto;
}

#MainBody .DefaultPage .CredentialsWrapper .CredentialsText {
	margin-bottom:2px;
	font-size:14px;
}
#MainBody .DefaultPage .CredentialsWrapper .CredentialsInputRow {
	margin-bottom:15px;
	}
#MainBody .DefaultPage .CredentialsWrapper .Credentials {
	  width: 200px;
	  display: block;
	  height: 30px;
	  padding: 6px 12px 6px 43px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color: #333;
	  background-color: #ffffff;
	  background-image: none;
	  border: 1px solid #DFDFDF;
	  border-radius: 1px;
	   -webkit-box-shadow: none;
	  box-shadow: none;
	  -webkit-transition: none;
	  -o-transition: none;
	  transition: none;
/*	  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.065);
	  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.065);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
*/ }

input:focus {
  border: 1px solid #dbd9d9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input.loginButton {
	background: #4ca2fb;
	border-style:none;
    border-color: #449af1;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 16px;
	color:white;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
	text-shadow:#449af1 1px 1px 1px;
	width:260px;
	height: 45PX;
   LINE-HEIGHT: 42PX;
}
input.loginButton:hover {
	background: #3190f3;
    border-color: #2f8ae9;
}


.loginButton {
	margin-top:5px;
}
.CredentialsInputRow {
	position:relative;
}
.ico_username {
	position:absolute;
	top:13px;
	left:15px;
}
.ico_password {
		position:absolute;
	top:13px;
	left:15px;

}
.loginHeader, .header {
	font-size:27px;
	letter-spacing:-1px;
	font-weight:200;
	margin:0px 0px 15px 0px;
}
.header {
	margin:0px 0px 15px 0px;
	font-size:28px;
	letter-spacing:-1px;
}
#MainBody.DefaultPage .LogoWrapper {
}
#MainBody .DefaultPage .LogoWrapper img {
     padding-left: 15px;
     padding-bottom: 5px;
}

/********************/
/*** ORDERS PAGE ***/
/********************/
.searchAboveTable label {
	font-size:16px;
	display:block;
	margin-bottom:3px;
}
.searchAboveTable {
	margin-bottom:10px;
	border-bottom:1px dotted #c2c2c2;
	padding-bottom:20px;
}
.searchAboveTable .searchOrdersDateRange,
.searchAboveTable .searchOrdersSKU,
.searchAboveTable .selectDepts
{ margin-top:20px;}
.searchAboveTable  .searchButton
{ margin-top:40px;}

.exportButtonContainer {
	text-align: end;
	padding: 5px 0 15px 0;
}

.exportButtonContainer input {
	height:36px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 0.333em;
	margin-bottom: 0.333em;
	padding: 0.5em 1em;
	border: 1px solid #999;
	border-radius: 2px;
	cursor: pointer;
	font-size: 0.88em;
	line-height: 1.6em;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	background-color: #e9e9e9;
	/* Fallback */
	background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
	/* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
	/* IE10 */
	background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
	/* Opera 11.10+ */
	background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	outline: none;
	text-overflow: ellipsis;
}

input#tbSKU, input#tbSelectedStartDate, input#tbSelectedEndDate {
	width: 85px;
	height: 30px;
	padding: 3px 2px 3px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.065);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.065);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#content input#tbSKU{
	height:38px;
}
	
input#tbSKU {
	width: 100px;

}
.searchOrdersSKU { 
	float:left;
	margin-right:20px;
}
.searchOrdersDateRange {
	float:left;
	margin-right:20px;
}
.optional {
	font-size:12px;
	color:#666;
}
.searchButton {
	float:left;
	margin-top:18px;
}
.searchButton input#btnSearch {
	background: #4ca2fb;
	border-style:none;
	border-color: #449af1;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 14px;
	color:white;
	-webkit-font-smoothing: antialiased;
	height:39px;
	text-shadow:#449af1 1px 1px 1px;
	width:100px;
	font-family: "Helvetica", "Arial", "Verdana", "sans-serif";
}
.searchButton input#btnSearch:hover {
	background: #3190f3;
	border-color: #2f8ae9;
}
/********************/
/*** ORDERS DETAILS ***/
/********************/
.orderDetailsText p {
	margin:5px 0px;
	padding:0px;
}
.orderDetailsText {
	font-size:14px;
	margin:20px 0px;
}
.backbutton {
	display:block;
	font-size: 12px;
    padding:5px 10px 5px 25px;
	color: #3a80e9 !important;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: url(../Content/images/back_arrow.png) no-repeat center left;
	margin-left:-3px;
	margin-top:-40px;
	margin-bottom:40px;

}
/********************/
/*** SHIPMENTS ***/
/********************/
.selectDepts {
		float:left;
		margin-right:20px;
}

