﻿/*----------------------------------------------------------
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;
}

.colstyleAT {
    background-color: darkgrey;
}

.colstyleAM {
    background-color: aqua;
}

.colstyleTM {
    background-color: yellow;
    color: black;
}

.colstyleP {
    background-color: lightblue;
    color: blue;
}

/** SODEXO **/
.colstyleLeverans { /* Leverans */
    background-color: lightblue;
    color: darkblue;
}

.colstyleHämtning { /* Hämtning */
    background-color: green;
    color: yellow;
}

.colstyleVerkstad { /* Verkstad */
    background-color: red;
    color: yellow;
}

.colstyleManuell { /* Manuell */
    background-color: sandybrown;
    color: blue;
}

.colstyleAkut { /* Akut */
    background-color: orange;
    color: red;
}

.colstyleFlytt { /* Flytt */
    background-color: lightgreen;
    color: black;
}

.colstyleTransport { /* Transport */
    background-color: steelblue;
    color: lightgray;
}


/* KARLSSON Styles */

.rowstyle50 { /* Not complete */
    background-color: cornflowerblue;
    color: yellow;
}

.rowstyle100 { /* Booked */
    background-color: lightgray;
}

.rowstyle150 { /* Pickedup */
    background-color: steelblue;
    color: white;
}

.rowstyle200 { /* Delivered*/
    background-color: lightgreen;
}

.rowstyle250 { /* Klar att fakturera */
    background-color: yellow;
}

.rowstyle400 { /* Invoiced */
    background-color: darkgray;
}

/** HFTAB */
.rowstyle340 { /* NoInvoicing */
    background-color: yellow;
    color: black;
}

.rowstyle33 { /* Inactive */
    background-color: darkkhaki;
    color: indianred;
}

.colstyle50 { /* Not complete */
    background-color: cornflowerblue;
    color: yellow;
}

.colstyle100 { /* Booked */
    background-color: lightgray;
}

.colstyle200 { /* Delivered*/
    background-color: lightgreen;
}

.colstyle250 { /* Klar att fakturera */
    background-color: yellow;
}

.colstyle400 { /* Invoiced */
    background-color: darkgray;
}

/** Sodexo styles */
.rowstyle300 { /* Pickedup */
    background-color: lightblue;
}

.rowstyle350 { /* Delivered*/
    background-color: lightgreen;
}

.rowstyle370 { /* Missed*/
    background-color: orange;
}

.rowstyle380 { /* Returned */
    background-color: lightseagreen;
    color: black;
}

.rowstyle400 { /* Finished */
    background-color: darkgray;
}

.rowstyle410 { /* Investigation */
    background-color: purple;
    color: white;
}

.rowstyle800 { /* Deleted */
    background-color: black;
    color: white;
}


.rowstyleGray {
    background-color: #CCC;
}

.rowstyleWhite {
    background-color: white;
}

.rowstyleYellow {
    background-color: Yellow;
}

.rowstyleGreen {
    background-color: lightgreen
}

.rowstyleAlert {
    background-color: hotpink;
    color: blue;
}

.SelectedResource {
    /*background-color: deepskyblue;*/
    border-left: 7px solid orange;
}

.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;
}

.qvHeader {
}

    .qvHeader .onlyonhover {
        display: none;
    }

    .qvHeader:hover .onlyonhover {
        display: inline;
    }

.qvRow:hover {
    border: ridge;
    border-collapse: separate;
    border-color: blueviolet;
}

tr.qv-groupheader {
    border-left: 10px solid gray;
    border-top: 5px solid gray;
    font: italic;
}

tr.qv-groupsub {
    border-left: 10px solid gray;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.rsrcRow:hover {
    border: ridge;
    border-collapse: separate;
    border-color: blueviolet;
}

.ChangeableEur: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 */
}

.ChangeableEur {
}

.ui-dialog {
    z-index: 1000 !important;
}

.fcm-notread-in {
    background-color: lightcoral;
}

.fcm-notread-out {
    background-color: yellow;
}

.fcm-out {
    padding-right: 50px
}

.fcm-in {
    padding-left: 50px;
}

.fcmbadge-in {
    background: lightcoral;
    border-radius: 30px;
    color: #fff;
    content: attr(badge);
    font-size: 7px;
    /*margin-top: -10px;*/
    min-width: 20px;
    padding: 2px;
    /*position: absolute;*/
    text-align: center;
}

.fcmbadge-out {
    background: yellow;
    border-radius: 30px;
    color: blue;
    content: attr(badge);
    font-size: 7px;
    /*margin-top: -10px;*/
    min-width: 20px;
    padding: 2px;
    /*position: absolute;*/
    text-align: center;
}

/*Utlagd*/
.toprow100 {
    background-color: yellow;
}

/*//Makulerad background-color: black;*/
.toprow700 {
    color: white;
}

/*//Bomkörning*/
.toprow450 {
    background-color: gray;
}
/*//Ja tackad*/
.toprow200 {
    background-color: lawngreen;
    color: black;
}
/*//Nej tack*/
.toprow300 {
    background-color: tomato;
    color: black;
}
/*//Lastad*/
.toprow400 {
    background-color: mediumorchid;
    color: black;
}
/*//Lossad*/
.toprow500 {
    background-color: lightblue;
    color: black;
}

.toprow600 {    
    color: yellow;
}

.DateOk a {
    background-color: Green !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
}

.DateNotOk a {
    background-color: Red !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
}
/*Used in hover preview */
.hoverbox {
    position: absolute;
    border: solid;
    border-style: solid;
    border-color: blue;
    background-color: white;
    width: 850px;
}
