﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #494949;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 400;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#left_side
{
    width: 470px;
    float: left;
    display:inline-block;
    overflow: hidden;
    
}

#right_side
{
    float:left; 
    display:inline; 
    clear: right;  
    width: 410px;
    overflow: hidden;
    padding-left: 20px;
}

#bottom 
{
    clear: left;
    width: 900px;
    overflow:auto;
}
.page
{
    width: 960px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}

.popuppage
{
    width: 960px;
    background-color: white;
    margin: 10px auto 0px auto;
    border: none;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF no-repeat;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 55px;
}

.big_red {
    color:red;
    font-weight:bold;
    font-size: 1.7em;
}

.header h1
{
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    margin: 10px 20px 10px 30px;
    min-height: 500px;
}

.textright {
    text-align:right;
    

}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width: 373px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
    width: 322px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 97%;
}

/* MISC  
----------------------------------------------------------*/


.col1
{
    display: inline-block; 
    width: 200px;
    float: left;
    clear: left;
    overflow:hidden;
    height: 42px;
}

.col1long {
   display: inline-block; 
    width: 200px;
    float: left;
    clear: left;
    overflow:hidden;
    height: 62px;
}



.col1reg
{
    display: inline-block; 
    width: 197px;
    float: left;
    clear: left;
    overflow:hidden;
    height: 42px;
}


.col1of1
{
    display: inline-block; 
    width: 465px;
    float: left;
    clear: left;
    overflow:hidden;
    height: 40px;
}

.col2
{
    display: inline-block; 
    float: left;
    width: 329px;
    overflow:hidden;
    height: 42px;    
}


.col2reg
{
    display: inline-block; 
    float: left;
    width: 271px;
    overflow:hidden;
    height: 42px;    
}


.col2long
{
    display: inline-block; 
    float: left;
    width: 530px;
    overflow:hidden;
    height: 42px;
        
}

.scol1of1
{ 
  width:auto;   
    overflow:hidden;
    clear:both; 
}

.scol1of2
{ 
    width: 120px;
    float: left;
    clear: left;
    
}

.scol2of2
{
    display: inline; 
    float: left;
    width: 350px;
    clear:right;
    overflow:hidden;
}

.rcol1of2
{ 
    width: 70px;
    float: left;
    clear: left;
    
}

.rcol2of2
{
    display: inline; 
    float: left;
    width: 328px;
    clear:right;
    overflow:hidden;
}

.rcol1of3
{
    width: 100px;
    display: inline;
    float: left;
    overflow:hidden;
}


.rcol2of3
{
    display: inline; 
    float: left;
    width: 100px;
    overflow:hidden;
}

.rcol3of3
{
    display: inline; 
    float: left;
    width: 100px;
    overflow:hidden;
}

.scol1of3
{
    width: 120px;
    display: inline;
    float: left;
    overflow:hidden;
}


.scol2of3
{
    display: inline; 
    float: left;
    width: 120px;
    overflow:hidden;
}

.scol3of3
{
    display: inline; 
    float: left;
    width: 132px;
    overflow:hidden;
}

.col1snabb
{
    display: inline-block; 
   
    float: left;
    clear: left;
    padding-right:10px;
    height: 42px;
}


.col2snabb
{
    display: inline-block; 
    float: left;
    width: 84px;
    overflow:hidden;
    height: 42px;
       
}


.yellow
{
    background-color:InfoBackground; 
    display:inline;
    float: left; 
    border: 0 0 0 0;
    padding: 0px 0px 10px 10px; 
    border-style:solid;
    border-width: 1px;
    border-color:Gray;
    
 
}

.infobox
{
    background-color:InfoBackground; 
    display:inline;
    float: left; 
    border: 0 0 0 0;
    padding: 2px 5px 2px 5px; 
    border-style:solid;
    border-width: 1px;
    border-color:Gray;
    font-weight:bold;
    
}

.infoboxred
{
    background-color:#FFAAAA; 
    display:inline;
    float: left; 
    border: 0 0 0 0;
    padding: 2px 5px 2px 5px; 
    border-style:solid;
    border-width: 1px;
    border-color:Gray;
    font-weight:bold;
    
}

.fordonsservice {
       background-color:#FFAAAA; 
    display:inline;
    float: left; 
    border: 0 0 0 0;
    padding: 2px 5px 2px 5px; 
    border-style:solid;
    border-width: 1px;
    border-color:Gray;
    font-weight:bold;
    max-height: 100px;
    width:450px;
  
    overflow-y:scroll;
    

    
}

.infoboxgreen
{
    background-color:#AAFFAA; 
    display:inline;
    float: left; 
    border: 0 0 0 0;
    padding: 2px 5px 2px 5px; 
    border-style:solid;
    border-width: 1px;
    border-color:Gray;
    font-weight:bold;
    
}

.colorred
{
    background-color:#FFAAAA; 
}

.colorgreen
{
    background-color:#AAFFAA; 
}

.fcolorred
{
    color:#FF1111; 
}

.fcolorgreen
{
    color:green; 
}


.gwYellow
{
    background-color:InfoBackground; 
    
}

.gwBlue
{
    background-color:#507CD1;
    Color: White;
    
    
}

.submitalign
{
    width:372px;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
    
}
.tabs
{
    clear: left;
float:left;
width: 385px;

}
.hidencol 
{
    display:none;
}

.spacer
{
   height: 5px;
   clear: both;
}
.labels
{
    font-weight: bold;
    font-size: 0.9em;
    

}

.slabel
{
    font-size: 0.8em;
    display: inline;
 
}

.admin_labels
{
   font-weight: bold;
   font-size: 16px;
}

.admin_tables
{
    border-width: 1px;
    border-right-style: solid;
}

.tab_selected
{
    
    border-top: solid 1px;
    border-left:solid 1px;
    border-right:solid 1px;
    border-bottom: 0px;
    background-color: #cccccc;
    font-weight: bold;
}

.tab_not_selected
{
  
  border-top: solid 1px;
  border-left:solid 1px;
  border-right:solid 1px;
  border-bottom:0px;
  background-color: White;
}


.UserName
{
    font-weight: bold;
    font-size: 20px;
    color: #CC3300;
    vertical-align:bottom;
}

.header_table 
{
    width: 100%;
    border-bottom: 1px solid gray;
}

.clear
{
    clear: both;
}

.title_login
        {
            
            width: 818px;
            text-align:right;   
            float: left;
        display:inline;
    height: 40px;
    vertical-align: text-bottom;
}

        
.title
{

   
    text-align: left;
    width: 138px;
    background-image:url('../images/logga.bmp');
    background-repeat:no-repeat;
    height: 40px; 
    float: left;
    display:inline;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    margin-left: 40px;
    
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.pagebreak {
page-break-after: always;
border: 0;
color: white;
background-color: white;
height: 1px;
}

.lon_headertable 
{
    
    padding: 0 0 0 0;
    width: 920px;
    
}

.lon_detailstable 
{
    
    padding: 0 0 0 0;
    width: 920px;
    margin: 0 0 0 0;
    border-spacing: 0;
    
}

.fak_cellheader
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: none;
    text-align:center;
    color: Black;
    vertical-align: bottom;
     padding-left: 3px;
    padding-right: 3px;
    font-size: 0.9em;
    font-weight: bold;
    background-color: #BBBBBB;
    
}

.fak_cellbreak
{
    border-top: none;
    border-bottom: 1px solid gray;
    border-right: none;
    border-left: 1px solid black;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 0.9em;
    color: Black;
    background-color: #DDDDDD;
    
}

.fak_headertable 
{
    
    padding: 0 0 0 0;
    width: 610px;
    
}

.fak_detailstable 
{
    
    padding: 0 0 0 0;
    width: 610px;
    margin: 0 0 0 0;
    border-spacing: 0;
    
}

.lon_rubrik1 
{
    font-size: 1.7em;
    color: Black;
    
}

.lon_rubrik2 
{
    font-size: 1.2em;
    color: Black;
    
}

.fak_rubrik2 
{
    font-size: 0.9em;
    color: Black;
    padding-right: 15px;
    
}

.lon_small
{
    font-size: 0.8em;
    color: Black;
    font-weight:bold;
}

.lon_celldetails
{
    border-top: none;
    border-bottom: 1px solid gray;
    border-right: none;
    border-left: 1px solid black;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 0.9em;
    color: Black;
    
}

.lon_celldetailsright 
{
   text-align: center;
    border-top: none;
    border-bottom: 1px solid gray;
    border-right: none;
    border-left: 1px solid black;
      padding-left: 3px;
    padding-right: 3px;
    font-size: 0.9em;
    color: Black;
}

.lon_celldetailsright2
{
   text-align: right;
    border-top: none;
    border-bottom: 1px solid gray;
    border-right: none;
    border-left: 1px solid black;
      padding-left: 3px;
    padding-right: 3px;
    font-size: 0.9em;
    color: Black;
}

.lon_celldetailsend
{
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid black;
    width: 1px;
}



.lon_cellheader
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: none;
    text-align:center;
    color: Black;
    vertical-align: bottom;
     padding-left: 3px;
    padding-right: 3px;
    font-size: 0.9em;
    font-weight: bold;
    
}

.lon_cellheaderend
{
    border-top: none;
    border-bottom:none;
    border-left: 1px solid black;
    border-right: none;
    width: 1px;
}

.lon_cellfooter
{
    border-top: none;
    border-bottom: 1px solid black;
    border-right: none;
    border-left: 1px solid black;
    color: Black;
    font-size: 0.9em;
    font-weight:bold;
    background-color: #DDDDDD;
    padding-left: 3px;
    padding-right: 3px;
    text-align:right;
}

.lon_cellfooterright 
{
   text-align: center;
    border-top: none;
    border-bottom: 1px solid black;
    border-right: none;
    border-left: 1px solid black;
    color: Black;
    font-size: 1em;
    font-weight:bold;
    background-color: #DDDDDD;
    padding-left: 3px;
    padding-right: 3px;
}

.lon_cellfooterleft 
{
   text-align: left;
    border-top: none;
    border-bottom: 1px solid black;
    border-right: none;
    border-left: 1px solid black;
    color: Black;
    font-size: 1em;
    font-weight:bold;
    background-color: #DDDDDD;
    padding-left: 3px;
    padding-right: 3px;
}

.lon_cellfooterend
{
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid black;
    width: 1px;
}

.jesus 
{
    display:inline-block;
    padding-left:10px; 
    padding-top:13px;
    font-size: 1.7em;
    font-family:Courier New;
    font-weight: bold;
    color: Gray;
    height: 32px;
    float: left;
}

.arbetsnummer
{
    display:inline-block;
    padding-left:15px; 
    padding-top:16px;
    height: 29px;
    float: left;
}

.logga1
{
    
    display:inline-block;
    width: 39px;
    height: 45px;
    clear:left;
    float:left;
    
}

.logga_login
{
    
    display:inline-block;
   
    
    float:left;
    color: green;
    
}

.btnRensa
{   
    display:inline-block;
    width:410px;  
}

.float_right
{
    float: right;
}

.float_left
{
    float: left;
    clear: left;
}

.SumDebTable
{
    border: 1px solid gray;
    width: 100%;
    font-size: 0.9em;
    color: White;
    padding: 0px;
    
}

.SumDebTableTD
{
    border-left: 1px solid white;
    vertical-align:top;
}


.urv_gridw_details
{
    border-top: none;
    border-bottom: 1px solid gray;
    border-right: none;
    border-left: 1px solid gray;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1em;
    color: Black;
    
}

.urv_gridw_break
{
    border-top: 20px solid gray;
    border-bottom: 1px solid gray;
    border-right: none;
    border-left: 1px solid gray;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
    font-size: 1em;
    color: Black;
    
}

.urv_gridw_break2
{
    border-top: 20px solid gray;
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
    font-size: 1em;
    color: Black;
    
}

.fak_kundprojekt
{
    padding-top: 5px;
    font-weight:bold;
}

.fakturamarkning 
{
    float:right;
    display:inline;
}

.uppdateraurval
{
    display: inline; 
    float: left;
    width: 140px;
    overflow:hidden;
    
}

.anslagstavla
{
    color:Red;
    font-size: 1.2em;
}

.ErrorText
{
    color:Red;
    font-size: 1.3em;
}

.calCell
{
    border-bottom: none;
    border-top: 1px solid #5A8ECE;
    border-right: none;
    border-left: 1px solid #5A8ECE;
    font-size: 1em;
    background: #FFFFFF;
    height: 80px;
    overflow: hidden;       
}

.calCellToDay
{
    border-bottom: none;
    border-top: 1px solid #5A8ECE;
    border-right: none;
    border-left: 1px solid #5A8ECE;
    font-size: 1em;
    background: #FFE78C;
    height: 80px;
    overflow: hidden;       
}


.calCellGray
{
    border-bottom: none;
    border-top: 1px solid #5A8ECE;
    border-right: none;
    border-left: 1px solid #5A8ECE;
    font-size: 1em;
    background: #D6E3F7;
    height: 80px;
    overflow: hidden;       
}
.calCellEnd
{
    border-bottom: none;
    border-top: 1px solid #5A8ECE;
    border-left: none;
    border-right: 1px solid #5A8ECE;
    width: 1px;
    height: 80px;
}

.calCellBottom
{
    border-bottom: none;
    border-top: 1px solid #5A8ECE;
    border-left: none;
    border-right: none;
    width: 81px;
    height: 1px;
}

.calCellBottomEnd
{
    border-bottom: none;
    border-top: 1px solid #5A8ECE;
    border-left: none;
    border-right: none;
    width: 2px;
    height: 1px;
}

.calCellHeader 
{
    width: 80px;
    overflow: hidden;
    background-image:url('../images/calcellheader.png');
    background-repeat:repeat-x;
    font-size: 0.9em;
    text-align: center;
    height: 17px;
    color: Black;
    
}

.calCellHeaderGray 
{
    width: 80px;
    overflow: hidden;
    background-image:url('../images/calcellheader.png');
    background-repeat:repeat-x;
    font-size: 0.9em;
    text-align: center;
    height: 17px;
    color: gray;
}


.calHeader
{
font-size: 1.2em;
color:Black;
}

.calCelNote 
{
    font-size: 0.8em;
    width: 74px;
    color: Black;
    padding: 0px 3px 0px 3px;
    max-height: 26px;
    overflow:hidden;    
}

.calCelNoteMissed 
{
    font-size: 0.8em;
    width: 74px;
    color: red;
    padding: 0px 3px 0px 3px;
    max-height: 26px;
    overflow:hidden;
}

.calCelNoteOk
{
    font-size: 0.8em;
    width: 74px;
    color: gray;
    padding: 0px 3px 0px 3px;
    max-height: 26px;
    overflow:hidden;
    text-decoration:line-through;
    
}

.calCelLedigEj
{
    font-size: 0.6em;
    width: 74px;
    color: red;
    padding: 0px 3px 0px 3px;
    max-height: 26px;
    overflow:hidden;
}

.calCelLedigGod
{
    font-size: 0.6em;
    width: 74px;
    color: green;
    padding: 0px 3px 0px 3px;
    max-height: 26px;
    overflow:hidden;
}



.calCol1
{
    display:inline;
    float:left;
    
    
    
}

.calCol2
{
    padding-left:10px;
    display:inline;
    float:left;
    
    width: 310px;
}

.topline 
{
    border-top: 1px solid black;
}

.table_projekt 
{
    font-size: 18px;
}
