﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/
a.disabled {
    pointer-events: none;
    cursor: default;
}

a .sortClass {
    color: black;
}

a:hover.sortClass {
    color: black;
}

a:visited.sortClass {
    color: black;
}


.copyCodingRowClass:disabled {
    visibility: hidden;
}

/*.linkButtonDelete[disabled="disabled"]:*/
body, form {
    margin: 0;
    padding: 0;
    color: black;
    overflow: hidden;
}

body {
    font-size: 0.7em;
    font-family: Verdana, Helvetica, Sans-Serif;
}


.bodyWithColor {
    font-size: 0.7em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: black;
    background-image: url('Images/EF_bkgr_long.JPG');
    background-repeat: repeat-x;
    overflow: auto;
}

html, body {
    height: 100%;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, nav, section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: black;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
    padding: 0 0 1px 0;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* 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: 100%;*/ /*max-width: 960px;*/
    background-color: white;
    border: 1px solid #cc9966;
    border-top: none; /*margin-left: auto;*/
    border-bottom: 0px none; /*margin-left: auto;*/
    height: 100% !important;
    margin: 0 30px 0 30px;
    min-width: 900px;
}

.mainContent {
    height: 100% !important;
    width: 100% !important;
    margin: 1px 0 0 0;
    overflow: visible;
}
/* TODO: kolla om detta fungerar (transparent)*/
.pageEdit {
    /*background-color: white;*/
    height: 100% !important;
    width: 100% !important;
    margin: 0px 0px 0px 0px;
    overflow: auto;
    background-color: transparent;
    min-width: 100%;
    max-width: 100%;
}

.pageLogin {
    width: 100%;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: black;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: black;
        border: none; /*line-height: 2em;*/
        font-size: 32px !important; /*text-shadow: 1px 1px 2px #111;*/
    }

/*
#main
{
    /*padding: 5px 5px 5px 5px;*/
/*background-color: #fff;
   width: 100% !important; /* background-color: #fff; /*     border-radius: 4px 0 0 0;     -webkit-border-radius: 4px 0 0 0;     -moz-border-radius: 4px 0 0 0; */
/* overflow:visible;
}
*/
#main {
    background-color: transparent;
    overflow: visible;
}


footer, #footer {
    background-color: #fff;
    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   
----------------------------------------------------------*/
/* Ny menyhantering */

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

    /* LEVEL ONE */
    ul.dropdown {
        position: relative;
        margin: 0;
    }

        ul.dropdown li {
            float: left; /*zoom: 1;*/
            background: #E0E0E0;
        }

        ul.dropdown a:hover {
            color: #333333;
        }

        ul.dropdown a:active {
            color: #333333;
        }

        ul.dropdown li a {
            display: block;
            padding: 1px 8px;
            border-right: 1px solid #ccc;
            color: #333333;
            z-index: 3000 !important;
        }

        ul.dropdown li:last-child a {
            border-right: none;
        }

        /* Doesn't work in IE */
        ul.dropdown li.hover, ul.dropdown li:hover {
            background: #FFFFCC;
            color: black;
            position: relative;
        }

            ul.dropdown li.hover a {
                color: black;
            }

        /* 	LEVEL TWO */
        ul.dropdown ul {
            /*width: 220px;*/
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0; /*border-radius: 15px;*/
            z-index: 3000 !important;
        }

            ul.dropdown ul li {
                font-weight: normal;
                background: #E0E0E0;
                color: #000;
                border: 1px solid #ccc; /*    border-radius: 15px; */
                border-bottom: 1px solid #ccc;
                border-top: none;
                float: none;
                width: 150px;
            }


                /* IE 6 & 7 Needs Inline Block */
                ul.dropdown ul li a {
                    border-right: none; /* width: 100%;*/
                    display: inline-block;
                    width: 90%;
                }

            /* LEVEL THREE */
            ul.dropdown ul ul {
                left: 100%;
                top: 0;
            }

        ul.dropdown li:hover > ul {
            visibility: visible;
        }

a.linkOver {
    background-color: #eee;
}

.menuPanel {
    width: 100%;
    height: 10px;
    border-top: solid 1px #CC6633;
    border-bottom: solid 1px #CC6633;
    background: #E0E0E0;
    padding: 0;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
.fieldLabel {
    padding-right: 5px;
}

.fieldInput {
    padding-right: 20px;
}

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

/* Använd för rubrik och fält på samma rad */
/*
div.divFieldSet label
{
    float: left;
    width: 75px;
    padding:0;
    margin:0;
    word-spacing:0;
}
div.divFieldSet input select
{
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 5px;
}
*/

legend {
    /*     font-size: 1.2em; */
    font-weight: bold;
    padding-top: 10px;
}

select.listReadOnly {
    background-color: transparent;
}

    select.listReadOnly option:selected {
        background-color: transparent;
    }

textarea {
    font-family: Verdana, Tahoma, arial, Sans-Serif;
    font-size: 1em;
    min-height: 75px;
    overflow: auto;
    width: 200px;
}

    textarea.comment {
        border: none;
        background-color: lemonchiffon;
        padding: 5pt -5pt 5pt 5pt;
        height: 100%;
        width: 100%;
    }

    textarea[readonly] {
        background-color: #FDF5E6;
        border: 1px solid #CDCDC1;
        cursor: none;
    }

input[type="file"] {
    font-size: 1em;
    color: black;
}

input[type="text"], input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: black;
    width: 200px;
}

    input[type="text"].date, input[type="text"].dateNoDatepicker {
        width: 60px;
    }

    input[type="text"].dateReadonly {
        width: 60px;
    }

    input[type="text"].dateReadonly2 {
        width: 60px;
    }

    input[type="text"].dateTimeReadonly {
        width: auto;
    }

    input[type="text"].numeric {
        width: 100px;
        text-align: right;
    }

input[readonly] {
    /*background-color: #F2F2F2;*/
    background-color: #FDF5E6;
    border: 1px solid #CDCDC1;
    cursor: default;
}

    input[readonly].disableRowClass {
        /*background-color: #F2F2F2;*/
        background-color: transparent;
        border: none;
    }

input[type="checkbox"][readonly] {
    /*background-color: #F2F2F2;*/
    background-color: #FDF5E6;
    border: none;
}

.readOnlyTextBox {
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1em;
    color: black;
    width: 200px;
    background-color: #FDF5E6;
    border: 1px solid #CDCDC1;
}

.numericValue {
    width: 10em;
    float: left;
    text-align: right;
}


select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: black;
}

input[type="submit"] {
    font-size: 1em;
}

/* TABLE
----------------------------------------------------------*/
/* generic table used for lots of different things, no padding and stuff */

table {
    padding: 0;
    margin: 0;
    border: none;
    border-collapse: collapse;
}

/*
table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 3px;
    border: solid 1px #e8eef4;
}
*/
/*
table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}
*/
/* MISC  
----------------------------------------------------------*/
.commentImg, .isOnHoldImg, .verDivider {
    float: left;
    padding: 0 5px 0 5px;
    vertical-align: middle;
    cursor: pointer;
}


.clear {
    clear: both;
}

.errorInfoText {
    color: Maroon;
    font-weight: bold;
}

.error {
    color: Red;
    font-weight: bold;
}

nav, #menucontainer {
    /*   margin-top: 10px;*/
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    /*     font-size: 1.1em; */
    display: block;
    text-align: right;
    margin: 10px;
    color: #CC6633;
}

    #logindisplay a:link {
        color: #CC6633;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: #CC6633;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: #CC6633;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    padding: 0px;
    margin: 0px;
    color: #ff0000;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #FFFFCC; /*background-color: #ffeeee;*/
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    border: 1px; /* background-color: White;*/
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

        .validation-summary-errors ul li {
            margin-left: 0;
            padding-left: 0;
        }

.validation-summary-valid {
    display: none; /*color: green;*/
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .s {
    margin: 0 0 0 0;
    padding: 0 5px;
    border: none;
}

.display-field, .editor-field {
    margin: 0 0 0 0;
    padding: 1px 0 0 0;
    border: none;
}

.text-box {
    width: 30em;
}

.text-box-col {
    width: 30em;
    border: 0;
    background-color: transparent;
}

.max-amount {
    width: 75px;
    text-align: right;
}

.text-box.multi-line {
    height: 6.5em;
}

.charsRemaining {
    font-style: italic;
    color: black;
    font-size: 0.9em !important; /*text-shadow: 1px 1px 2px #111;*/
}



.tri-state {
    width: 6em;
}

/* ADDED
-----------------------------------------------------------*/

.panelSearch {
    padding: 15px 15px 15px 15px; /* 	font-family: Verdana, Helvetica, Sans-Serif;     font-size: 0.7em; */ /* background-color: #F2F2F2;*/ /*background-color: #EEEEE0;*/
    background-color: #FDF5E6; /*border: solid 1px #6699cc;*/ /*background-color:#EEEED1;*/
    border: solid 1px #cd661d;
    border-top: none;
    margin-bottom: 2px;
}

.panelSearchDialog {
    /*padding: 15px 15px 15px 15px; */ /* 	font-family: Verdana, Helvetica, Sans-Serif;     font-size: 0.7em; */
    background-color: #EEEEE0; /*border: solid 1px #999999;*/
    border: solid 1px #999999;
    border-top: none;
    margin-bottom: 2px;
}

.panelList {
    padding: 5px 5px 5px 5px; /* 	font-family: Verdana, Helvetica, Sans-Serif;     font-size: 0.7em; */ /*background-color: #F2F2F2; */
    background-color: #FDF5E6;
    border: solid 1px #cd661d;
    border-top: none;
    overflow: hidden;
}

.panelEdit {
    padding: 5px 15px 15px 15px; /* 	font-family: Verdana, Helvetica, Sans-Serif;     font-size: 0.7em; */ /*background-color: #F2F2F2; */
    background-color: #FDF5E6; /*border: solid 1px #999999;*/ /*border: solid 1px #6699cc;*/ /*background-color:#EEEED1;*/
    border: solid 1px #cd661d;
    border-top-style: none;
}

.panelEditNoPadd {
    background-color: #FDF5E6; /*border: solid 1px #999999;*/ /*border: solid 1px #6699cc;*/
    border-left: solid 1px #cd661d;
}

button.test {
    /*background-image: url('images/spacer.gif') no-repeat 10px 8px;*/
    background-color: Olive;
}

.panelNoPadding {
    /*background-color: #F2F2F2;*/
    background-color: #EEEEE0;
    border: solid 1px #6699cc; /*border-top: none;*/ /*#EEEEE0*/
}

.panelHeaderSearch {
    font-weight: normal;
    height: 14px;
    vertical-align: middle; /*background-color: #6699cc;*/ /*background-color: #cd661d; BRUN*/
    background-color: #ff8247; /* orange */ /*border: solid 1px #6699cc;*/
    border: solid 1px #cd661d;
    cursor: pointer;
    padding: 0px 5px 0px 5px;
    float: none;
    color: White; /*#CD661D*/
}

div.panelHeadSearchLeft {
    float: left;
    padding-right: 30px;
}

div.panelHeadSearchRight {
    float: Left;
}

.panelHeaderDialog {
    font-weight: normal;
    height: 14px;
    vertical-align: middle;
    background-image: url('Images/headerGray.gif'); /*url('Images/delete.gif') !important;*/
    background-repeat: repeat-x;
    border: solid 1px #999999;
    cursor: pointer;
    padding: 0px 5px 0px 5px;
    float: none;
    color: Black;
}

.separatorLine {
    border: none;
    border-bottom: solid 1px #cc9966;
    color: white;
}

/* Grid */
.grid {
    overflow: visible;
    border: solid 1px #999999;
    border-collapse: collapse;
}

.gridNoBorder {
    overflow: visible;
    border-collapse: collapse;
}

.gridRow tr {
    height: 10px;
    line-height: 10px;
    background-color: blue;
}

.gridRow th {
    padding: 1px 5px 1px 5px; /*     font-family: Verdana;     font-size: 8pt; */
    font-weight: normal;
    background-color: #d3d3d3;
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    color: #333333;
    text-align: left;
    white-space: nowrap;
}

th.gridRowExpand {
    background-color: #FFFFFF;
    border: none;
}

#gridExpand.datahighlight {
    background-color: #FFFFFF;
    border: none;
}

#gridExpand:hover {
    background-color: Red;
}

#gridRowImport th {
    padding: 1px 2px 1px 2px; /*     font-family: Verdana;     font-size: 8pt; */
    font-weight: normal;
    background-color: #d3d3d3;
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    color: #333333;
    text-align: left;
    white-space: nowrap;
}

.gridRow td {
    padding: 1px 5px 1px 5px; /*     font-family: Verdana;     font-size: 8ptem; */
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    border-top: 0;
    background-color: #FFFFFF; /*text-align: left;*/ /*height:10px;*/
}

.gridRowAlt td {
    padding: 1px 5px 1px 5px; /*     font-family: Verdana;     font-size: 8pt; */
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px; /*text-align: left;*/
    border-top: 0;
    background-color: #E6E6FA;
}

.gridRowSelected td {
    padding: 1px 5px 1px 5px; /*     font-family: Verdana;     font-size: 8pt; */
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px; /*text-align: left;*/ /*background-color: #AAAAAA;*/
    border-top: 0;
    background-color: #FFFFCC;
    cursor: pointer;
}

.gridCol3Dots td th {
    border-left: none;
}

.gridCol3Dots td th {
    border-left: none;
}

.space tr {
    height: 15px;
}

/*
input[type='checkbox']
{
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    vertical-align: middle;
}
*/
.datahighlight {
    background-color: #FFFFCC !important;
}

.datahighlightselected td {
    padding: 1px 5px 1px 5px; /*     font-family: Verdana;     font-size: 8pt; */
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px; /*text-align: left;*/ /*background-color: #FFFFCC;*/
}

.datahighlightselected tr:hover {
    cursor: pointer;
}

/*padding-top: 0; margin-top: 0;"*/

.contentWithMargin {
    /*margin: 75px 30px 30px 150px;*/ /*margin: 30px 30px 30px 30px;*/ /*background-color: inherit;*/
    background-color: inherit;
    margin-top: 30px;
    margin-left: 60px;
    margin-right: 0;
    margin-bottom: 30px;
    min-width: 300px;
}

.ui-button-icon-save {
    background-image: url('Images/save.gif');
}

a.button2 {
    font-family: Verdana, Tahoma, arial, Sans-Serif;
    font-size: 1em;
    height: 20px;
}

a.button {
    /*     background: url('Images/headerGray.gif');     display: block;     color: #555555;     height: 30px;     margin-bottom: 5px;     text-decoration: none;     width: 191px;     height: 30px;     line-height: 29px;     margin-bottom: 14px; */
}

a:hover.button {
    color: #0066CC;
}



/* -------------------- */
/* CLASSES */
/* -------------------- */
.add {
    background: url('Images/add.gif') no-repeat 10px 8px;
    text-indent: 30px;
    display: block;
}

.save {
    background: url('Images/save.gif') no-repeat 10px 8px;
    text-indent: 30px;
    display: block;
}

    .save .search {
        background: url('Images/search.gif') no-repeat 10px 8px;
        text-indent: 30px;
        display: block;
    }
/* ---------------------------------------------------------------------
 Icons used with buttons and anchors
------------------------------------------------------------------------*/
.saveIcon {
    background-image: url('Images/save.gif') !important; /*padding: 3px;*/
    padding: 3px;
    padding-right: 3px;
}

.addIcon {
    background-image: url('Images/add.gif') !important;
    padding: 3px;
}

.deleteIcon {
    background-image: url('Images/delete.gif') !important;
    padding: 3px;
}

.cancelIcon {
    background-image: url('Images/exit_icon.gif') !important;
    padding: 3px;
}

.excelIcon {
    background-image: url('Images/excel.gif') !important;
    padding: 0 3px;
}

.searchIcon {
    background-image: url('Images/search.gif') !important;
    padding: 0 3px;
}

.sendForReviewIcon {
    background: url('Images/SendForReview.gif') no-repeat !important;
    padding: 3px;
}

.newIcon {
    background-image: url('Images/new_icon.gif') !important;
    padding: 0 3px;
}

.sendMailIcon {
    background-image: url('Images/mail.gif') !important;
    padding: 3px;
}

button[type="submit"] {
    font-family: Verdana, Tahoma, arial, Sans-Serif;
    font-size: 1em;
    height: 20px;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 100px;
}

button[type="button"] {
    font-family: Verdana, Tahoma, arial, Sans-Serif;
    font-size: 1em;
    height: 20px;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 100px;
}
/*
button.ui-button, button.ui-button-text-icon, button.ui-button-icon-primary, button.ui-button-text
{
    color:Black;
    font-family: Verdana, Tahoma, arial, Sans-Serif;
    font-size: 1em;
    height: 20px;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 100px;
    background: inherit;
    border-color: Gray;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

button.ui-button:hover, button.ui-button-text-icon:hover, button.ui-button-icon-primary:hover, button.ui-button-text:hover
{
    color:Black;
    font-family: Verdana, Tahoma, arial, Sans-Serif;
    font-size: 1em;
    height: 20px;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 100px;
    background: inherit;
    border-color: Gray;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
*/
/*TODO: Knappar hamnar snett*/ 
/*span.ui-icon:active, span.ui-button-icon-primary:active {
    color: inherit;
   font-family: Verdana, Tahoma, arial, Sans-Serif;
    font-size: 1em;
    height: 20px;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 20px;
    border: none;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}*/
button.buttonDeleteRow {
    background-color: transparent;
    background-image: url('Images/delete.gif') !important;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0 none;
    vertical-align: middle;
    text-align: center;
    width: 14px;
    height: 14px;
}

    button.buttonDeleteRow:disabled {
        visibility: hidden;
    }

.comboStaticWidth {
    width: 200px;
}

.comboStaticWidthShort {
    width: 50px;
}


div.wrap_left {
    display: inline;
    width: 120px;
    float: left;
    text-align: left;
}

img {
    border: none;
}

div.wrap_right {
    display: inline-block;
    width: auto;
    float: left;
    text-align: left;
}

div.wrap_rightX {
    float: left;
    width: auto;
    text-align: left;
}

div.wrap_leftNarrow {
    width: 90px;
    float: left;
    text-align: left;
}

div.wrap_rightNarrow {
    width: auto;
    float: right;
}

div.divFieldSet {
    display: inline-block; /*width: 90%;*/
    margin: 0 auto;
    padding: 1px;
}

div.frameWhite {
    /* border: 1px solid #cc9966;*/
    padding: 10px 10px 10px 10px;
    background-color: white;
    text-align: left;
    max-width: 700px; /*margin-left: 30px;     margin-right: auto;     width: auto;*/
    margin-left: auto;
    margin-right: auto;
}

div.frameWhiteWithBorder {
    border: 1px solid #cc9966;
    border-bottom: 0 none;
    padding: 10px 10px 10px 10px;
    background-color: white;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

div.center {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
/* ---------------------------------------------------------------------
 JQuery UI
------------------------------------------------------------------------*/
.ui-resizable-helper {
    border: 1px dotted gray;
}

.resizable {
    display: block; /*     width: 400px;     height: 400px;     padding: 30px;     border: 2px solid gray; */
    overflow: hidden;
    position: relative;
}

iframe {
    width: 100%;
    height: 100%;
}

/*******************/

.invoiceImage-div {
    border: 0px solid #ffffff;
    width: 50%;
    height: 100%;
    float: left;
}

.invoiceContainer-div {
    border: 0px solid #ffffff;
    background-color: #ffeeee;
    width: 50%;
    height: 100%;
    float: right;
}

/*** Splitter ********************************************/
#MySplitter {
    border: none; /* No padding allowed */
    height: 100%;
    -webkit-user-select: none !important;
}

.leftPane {
    margin: 0;
    padding: 0;
    overflow: hidden; /*border-bottom: 1px solid #E0E0E0; /* No margin or border allowed */
}

.rightPane {
    /*margin-right:auto;*/ /*max-width: 95%;*/
    overflow: hidden; /* No margin or border allowed */ /*margin-right:30px;*/
}

iframe {
    border: 0 none;
}

/* 
 * Splitter bar style; the .active class is added when the
 * mouse is over the splitter or the splitter is focused
 * via the keyboard taborder or an accessKey. 
 */
#MySplitter .vsplitbar {
    width: 10px;
    background: #E0E0E0 url('Images/vgrabber.gif') no-repeat center;
}

    #MySplitter .vsplitbar.active {
        background: #da8 url('Images/vgrabber.gif') no-repeat center;
    }


/* Using this to display deleted-image */
#stampCancelled {
    display: inline;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50px;
    vertical-align: middle;
    width: 100%;
}

/* Invoice log */

table.invoiceLogCell {
    border: 0 none;
    margin: 10px;
}

    table.invoiceLogCell td {
        border: 0 none; /*line-height: 15px;*/
        min-height: 14px;
    }

.WFCompleted {
    background-image: url('Images/WFEndFlow.gif');
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.WFError {
    background-image: url('Images/WFError.gif');
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.WFErrorTask {
    background-image: url('Images/WFError.gif');
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.WFLogImport {
    background-image: url('Images/WFImport.png');
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.WFLogExport {
    background-image: url('Images/WFExport.gif');
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.WFLogEntryStart {
    background-image: url('Images/WFGreenDotStart.bmp');
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.WFLogEntryEnd {
    background-image: url('Images/WFGreenDotEnd.bmp');
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.WFMyLogTask {
    background-image: url('Images/WFGreenDotMy.bmp');
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.WFNotValid {
    background-image: url('Images/WFNotValid.gif');
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.WFLogEntry {
    background-image: url('Images/WFGreenDot.bmp');
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.WFLogEntryCurrent {
    background-image: url('Images/WFGreenDotCurr.bmp');
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}


.splitterMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('images/spacer.gif');
    z-index: 20000;
}

/* I used by MVC */

table.grid .check-box {
    padding: 0 0 0 0;
    text-align: center;
    vertical-align: middle;
}

input[type="checkbox"]:focus {
    border-color: #ffffcc;
}

/* Agneta testar toolbar */

.fg-button {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
}


.fg-button-icon-solo {
    display: block;
    width: 8px;
    text-indent: -9999px;
}

span.fg-tool-right-group {
    float: right;
    padding-right: 20px;
}

span.fg-tool-empty-space {
    padding-right: 20px;
    padding-left: 20px;
    width: 20px;
}
/* solo icon buttons must have block properties for the text-indent to work */




/*.fg-toolbar { padding: .5em; margin: 0;  }*/
.fg-toolbar {
    padding: 1px 1px; /*width: 100%;*/ /*margin-right: 1.5em;*/
    padding-left: 1px;
    font-size: 1em;
}

    .fg-toolbar span {
        white-space: nowrap;
    }

/*demo page css*/
h2 {
    clear: both;
    padding-top: 1.5em;
    margin-top: 0;
}

.strike {
    text-decoration: line-through;
}

a.button {
    /*background: url('Images/button.gif');*/
    border: 1px solid transparent;
    cursor: pointer;
    color: #555555;
    float: left;
    font-weight: normal;
    font-size: 1em;
    display: block;
    height: 18px;
    line-height: 18px;
    margin-bottom: 50px;
    padding: 0 5px 0 0;
    position: relative;
    text-decoration: none !important;
    vertical-align: middle;
    outline: 0;
    margin: 0 4px 0 0; /* zoom: 1; */
    width: auto;
}

/*a.ui-state-disabled {
    color: Red;
    border: #0066cc;
}*/



a.buttonNoImg {
    background: url('themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png');
    border: 1px solid #999999;
    cursor: pointer;
    color: Black;
    float: left;
    font-weight: normal;
    display: block;
    height: 18px;
    line-height: 18px;
    margin-bottom: 50px;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    text-decoration: none !important;
    outline: 0;
    margin: 4px 4px 0 0;
    width: auto;
}

a:hover.button {
    color: #0066CC;
    border: 1px solid #999999 !important; /*{borderColorHover}*/
    background: #dadada /*{bgColorHover}*/ url('themes/base/images/ui-bg_glass_75_dadada_1x400.png') /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/ !important;
    color: #212121 /*{fcHover}*/;
}

a:hover.buttonNoImg {
    color: #0066CC;
    border: 1px solid #999999 /*{borderColorHover}*/;
    background: #dadada /*{bgColorHover}*/ url('themes/base/images/ui-bg_glass_75_dadada_1x400.png') /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
    color: #212121 /*{fcHover}*/;
}


/* -------------------- */
/* Button CLASSES */
/* -------------------- */
.accrual {
    background: url('Images/Accrual.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.add {
    background: url('Images/add_row_icon.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.attachmentsEmpty {
    background: url('Images/attach.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.attachmentsExist {
    background: url('Images/attach_anim.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.attestAuth {
    background: url('Images/AttestAuth.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.attestBooking {
    background: url('Images/AttestBooking.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.attestDelivery {
    background: url('Images/AttestDelivery.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.attestPurchase {
    background: url('Images/AttestPurchase.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.attestReview {
    background: url('Images/AttestReview.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.attestSecAuth {
    background: url('Images/AttestSecAuth.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.extSys_Resend {
    background: url('Images/Export.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.extSys_SetCorrect {
    background: url('Images/IsOK.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.extSys_SetCanceled {
    background: url('Images/Delete.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.cancel {
    background: url('Images/exit_icon.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.next {
    background: url('Images/next_btn.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.previous {
    background: url('Images/prev_btn.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.cancelNoImg {
    display: block;
}

.changeAccEntryDate {
    background: url('Images/changeAccEntryDate.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.changeDestination {
    background: url('Images/changeDestination.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.setInvoiceCanceled {
    background: url('Images/delete.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.commentEmpty {
    background: url('Images/comment.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.commentExists {
    background: url('Images/comment_anim.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.delete {
    background: url('Images/Delete.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.invoiceList {
    background: url('Images/backToInvoiceList.GIF') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.new {
    background: url('Images/new_icon.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.resetAttestFlow {
    background: url('Images/reset.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.save {
    background: url('Images/save.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}


.saveNoImg {
    display: block;
}

.sendForReview {
    background: url('Images/SendForReview.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

/*
.SendEmail
{
    background: url('Images/mail.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
    
}
*/

.setOnHoldEmpty {
    background: url('Images/isOnHold.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.setOnHoldExists {
    background: url('Images/isOnHold_anim.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.showInvoiceWin {
    background: url('Images/ViewImageWin.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.undoAccrual {
    background: url('Images/UndoAccrual.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.sendToUser {
    background: url('Images/send_invoice2.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

.editClientInstallation {
    background: url('Images/send_invoice2.gif') no-repeat 2px 1px;
    text-indent: 25px;
    display: block;
}

/*
.ui-datepicker-trigger
{
    margin-left: 1px;
    margin-bottom: -3px;
}
*/
.menuDivider {
    display: block;
    float: left;
    width: 50px;
    margin: 0;
    padding: 0;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.ui-datepicker-trigger {
    margin-left: 1px;
    vertical-align: top;
    cursor: pointer;
}

#CodingRow td {
    padding: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

/* Error, info and validation messages */
/*
#errorPanel 
{
    background-color: White;
        border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 5px;
    height: 0px;
    width:inherit;
    visibility:     visible;

}
*/
#errorPanel {
    background-color: White;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 5px;
    height: 100%;
    margin-bottom: 10px;
    padding: 5px;
    width: inherit;
    visibility: visible;
}

    #errorPanel.error {
        border: 1px solid red;
    }

    #errorPanel.info {
        border: 1px solid #999999;
    }
/* Expand/Collapse panel */
th.expand_heading {
    /*color: #cd661d;*/ /*color: #696969;*/
    color: #CC6633;
    cursor: pointer;
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

/* Försök att få lite stil på Input:File */
.file-wrapper {
    /*     position: relative;     display: inline-block;     overflow: hidden;     cursor: pointer; */
    width: 100%;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

    .file-wrapper input {
        /*     position: absolute;     top: 0;     right: 0;     filter: alpha(opacity=1);     opacity: 0.01;     -moz-opacity: 0.01; */
        cursor: pointer;
        font-family: Verdana, Tahoma, arial, Sans-Serif;
        font-size: 1em;
        height: 20px;
        vertical-align: middle;
        padding: 0px;
        margin: 0px;
        text-align: left;
        width: 100px;
    }

.versionInfo {
    font-family: Verdana, Tahoma, arial, Sans-Serif;
    font-size: 0.6em;
    font-weight: normal;
}

/*#colorbox
{
    background-color:Red;
    overflow:visible;
    cursor: pointer;
}*/



