﻿/*----------------------------------------------------------
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.

Logivia (picked up by Gimp):
- dark green color: 424f17 
- light green color: bbc3ae
- dark grey: dee0df
- light grey: dfe1e0
----------------------------------------------------------*/
body
{
    background-color: #bbc3ae;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

body.DelegoPallen
{
    background-color: #ffffff;
    font-size: .75em;
    font-family: 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;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

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;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* 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: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height: 40px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #bbc3ae solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

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: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

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 
{
    margin: 0em 0;
    padding: 0em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

label
{
	font-size: xx-small;
	font-weight: bold;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 303px;
    border: 1px solid #CCC;
}

input[type="text"].text-box.timespan 
{ 
    width: 45px;
}

input[type="text"].text-box.dateISO
{ 
    width: 70px;
}

input[type="text"].text-box.spin
{ 
    width: 30px;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 3px;   
  border: solid 1px #e8eef4;
  vertical-align: top;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:5px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    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,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.timespan
{
    width: 45px;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/*** Delego Job list status colors ***/
.rowstyle1001   /* (CANCELED_BY_CUSTOMER) */
{
    background-color: #7030a0;
    color: White;
}
.rowstyle510    /* (OFFER) */
{
    background-color: rgb(31, 100, 60);
    color: White;
}
.rowstyle500    /* (HOLD) */
{
    background-color: Black;
    color: White;
}
.rowstyle300    /* (INVOICE_CREATED) */
{
    background-color: #fddbf5;
    color: blue;
}
.rowstyle250    /* (READY_FOR_INVOICING) */
{
    background-color: #fffd6c;  /* = light yellow */
}
.rowstyle200    /* (DELIVERED) */
{
    background-color: #538ed5;
    color: White;
}
.rowstyle150    /* (PICKED_UP) */
{
    background-color: #b9f7fd;
}
.rowstyle100    /* (DEALED) */
{
    background-color: #92d050;
}
.rowstyle40    /* (DEADLINED) */
{
    background-color: #ff0000;
    color: White;
}
.rowstyle30    /* (MATCHED) */
{
    background-color: #ffc000;
}
.rowstyle20    /* (BOOKED) */
{
    background-color: White;
}
.rowstyle21
{
    background-color: #D29251;
}
.rowstyle10    /* (BOOKED_NOT_COMPLETE) */
{
    background-color: #bfbfbf;
}
.rowstyle15 /* (TIMING) */ {
    background-color: rgb(163, 163, 21);
    color: rgb(37, 65, 107);
}
.rowstyle17 /* (LONG_GOODS) */ {
    background-color: rgb(196,200,55);
    color: rgb(122, 18, 18);
}


/*** /Delego Job list status colors ***/

.rowstyle-100 /* Product: Postpaket*/
{
    color : aliceblue;
    background-color: #0099bb;
}
.rowstyle-800 /* Product: Delegopallen*/
{
    background-color: lightgreen;
}
.rowstyle-300    /* International */
{
    background-color: #ff99ff;
}
/*** /Delego Job list status colors ***/

.menu-button-container
{
    padding: 100px 0px 0px 0px;
    margin: 0px;
    background: transparent url('../../Content/Img/MenuBackground.jpg') no-repeat scroll center top;
    width: 500px;
    height: 1667px;
}

a.menu-button
{
    margin: 20px;
    border: 5px solid #336666;
    color: #336666;
    background: rgb(244, 244, 244);       /* fallback for non CSS3 browsers */
    background: rgba(255, 255, 255, 0.6);
    display: block;
    float: left;
    font: normal 20px arial, sans-serif;
    height: 100px;
    width: 200px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

a.menu-button span
{
    background: transparent;
    line-height: 100px;
}

a.menu-button:active
{
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.menu-button:hover
{
    background-color: rgb(187, 195, 174);   /* fallback for non CSS3 browsers */
    background-color: rgba(187, 195, 174, 0.6);
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.menu-button-disabled
{
    border: 5px solid rgb(200, 200, 200);   /* fallback for non CSS3 browsers */
    border: 5px solid rgba(200, 200, 200, 0.6);
    color: inherit;
}
a.menu-button-disabled:hover
{
    color: inherit;
    background: rgb(244, 244, 244);         /* fallback for non CSS3 browsers */
    background: rgba(255, 255, 255, 0.6);
}    

.ClientEditHeader
{
	font-size: medium;
	color: gray;
	font-family: Verdana, Sans-Serif;
}

.DispatchTreePanel
{
    white-space: nowrap;
}
.dispatchTree-ul-root
{
    list-style-position: inside;
}
.dispatchTree-ul
{
    margin-bottom: 0px;
    line-height: normal;
}
.dispatchTree-ul li
{
    white-space: nowrap;
    
}
.dispatchTree-item-highlight
{
    background-color: Orange;
}
.dispatchTree-item-Zone
{
    list-style-type: none;
    border-style: solid;
    overflow-x: hidden;
}
.dispatchTree-item-ResComb
{
    list-style-image: url('../../Content/Img/Trailer.png');
}
.dispatchTree-item-Route
{
    list-style-image: url('../../Content/Img/Route.png');
}
.dispatchTree-item-Team
{
    list-style-image: url('../../Content/Img/Users.png');
}
.dispatchTree-item-Employee
{
    list-style-image: url('../../Content/Img/User.png');
}

.dispatchRow-table
{
    display: inline-table;
}
.dispatchRow-table td
{
    border-top: 0px;
    border-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}



.dispatchRow-table a:link
{
    text-decoration: none;
    color: inherit;
}
.dispatchRow-table a:visited
{
    text-decoration: none;
    color: inherit;
}

.dispatchRow-table-Zone
{
    width: 190px;
}

.dispatchRow-table-ResComb
{
    width: 150px;
}

.dispatchRow-column-name
{
    white-space: nowrap;
}

.queryViewAutoUpdateSummary-table
{
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    height: 40px;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
}
