﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #5c87b2;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
    cursor:pointer;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
    z-index: 2004; /*IE8 layering bug fix*/
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h6 {
    color: #88A;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

.ui-tabs
{
    background-color:inherit !important;
    border-color:rgba(0,0,0,0) !important;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main 
{
    min-width:1070px;
}

#tab-content
{
    background-color: #ffffff;
    min-height:600px;
}

#panel-left
{
    float:left;
    width: 25em;
}

#panel-right
{
    float:right;
    width: 25em;
}

#content 
{
    margin-right: 25em;
}

footer, 
#footer {
    background-color: inherit;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    clear:both;
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    margin-top:5px;
    text-align: left;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 0px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

#nav select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 0.8em;
    color: #444;
    width:20em;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    /*border: solid 1px #e8eef4;
      border-collapse: collapse;
    */
    border-style:none; 
    border-collapse:separate; 
}

table td {
    padding: 5px;
    /*border: solid 1px #e8eef4;*/
    border-style:none; 
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

/*nav, */
#menucontainer {
    margin-top: 40px;
}

div#logo {
    display: block;
    float: left;
    text-align: left;
}

div#title {
    display: block;
    text-align:center;
    font-size:2.5em;
}

div#status-message
{
    position:absolute;
    z-index:10;
    left:0; right:0;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-weight:bold;
    color:Aqua;
    margin:3px;
}

.ui-multiselect.storetitle
{
    text-align:center;
    font-weight:bold;
    color:#101085;
    background-image:none;
    background-color:#FFF;
    border-color:transparent;
    border-radius:3px;
    padding:0.2em;
}

.ui-multiselect-menu.storetitle 
{
    font-size:16px;
    text-align:left;
    background-color:rgba(255,255,255,1);
    overflow:visible;
    z-index:2000;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    float:right;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* Dash Styles
----------------------------------------------------------*/
.locked 
{
    color:blue !important;
}
.eager 
{
    color:#F6358A !important;
}
.ProductCode, .Link
{
    cursor:pointer;
}
.ProductCode:hover, .Link:hover
{
    text-decoration:underline;
}
.dash-group-by
{
    margin:10px;
    padding:2px 8px;
    cursor:pointer;
}
.dash-group-by:hover
{
    border-style:solid;
    border-width:thin;
    border-color: #999;
    padding:2px 7px;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    behavior: url(/css/border-radius.htc);
    position: relative;
    zoom: 1;

}
.dash-group-by-selected:hover
{
    border-color:#000;
}
.dash-group-by-selected
{
    border-style:solid;
    border-width:thin;
    padding:2px 7px;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    behavior: url(/css/border-radius.htc);
    position: relative;
    zoom: 1;

}

.dash-chart-cell
{
    border-style: none !important;
    background-color: transparent !important;
}

.forecast-component
{
    color:#557;
    background-color:#ffffe9;
}

.dash-smaller
{
    font-size:smaller;
}
.dash-emphasis
{
    font-weight:bold;
    color: Maroon;
}

.dash-gray 
{
    color:Gray;
}
.dash-strikethrough
{
    color:Gray;
    text-decoration:line-through;
}

.dash-wrap-text
{
    white-space: normal !important;
}

#OrdersControlGrid td
{
    border-left-style:none;
    border-right-style:none;
    border-bottom-color:#ccc;
}

/*order subgrid headings*/
#OrdersControlGrid div.ui-jqgrid-view > div.ui-jqgrid-hdiv
{
    /*display: none;*/
    border-style: none !important;
}

#OrdersControlGrid div.ui-jqgrid-view table th
{
    border-style: none !important;
    background-color:transparent !important;
}

.subgrid-cell { display: none}


