﻿/* CSS Document */

/* CSS Document */

body
{
    margin: 0;
    padding: 0 0 40px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70.2%;
}

/* Rammer */
.rammeTopp
{
    background: transparent url(../../images/baktopp.gif) repeat scroll right center;
    margin-bottom: -1px;
}

.rammeTopp img {
    border-width: 0;
    width: 30px;
    height: 32px;
}

* + html .rammeTopp
{
    margin-bottom: -2px;
}

/* generelle diver */
*
{
    margin: 0;
    padding: 0;
}

.watermark
{
    color: Gray;
}

.noborder td
{
    border: none;
}

.orgsearchtextbox
{
    width: 200px;
    margin: 10px;
    float: right;
    font-size: small;
}

.autocompleteknapp
{
    /*width: 40px; 	height: 20px; */
    background: #9D9DA1;
    padding: 1px 5px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: none; /*visibility: hidden;*/
}

.autocompleteText
{
    width: 150px;
    padding: 1px 0;
}

* + html .autocompleteText
{
    width: 150px;
    padding: 2px 0;
}

.autocompleteList
{
    width: 500px !important;
    overflow: auto !important;
    z-index: 99 !important;
    border: 1px solid #666;
    background-color: #ffffff !important;
    margin: 0;
    padding: 0 !important;
    height: 200px !important;
    position: absolute;
}

.autocompleteItem
{
    z-index: 99 !important;
    font-size: x-small !important;
    width: 474px !important;
    background-color: #ffffff !important;
    margin-left: 0;
    padding-left: 10px !important;
    line-height: 140%;
}

.autocompleteItemHighlighted
{
    z-index: 99 !important;
    font-size: x-small !important;
    width: 474px !important;
    background-color: #D3E3CC;
    line-height: 140%;
    padding-left: 10px !important;
    cursor: hand !important;
}


ul
{
    list-style: none;
}

p
{
    margin: 2px 0;
}

a:hover
{
    /* color: #000 !important; */
    text-decoration: underline !important;
}

.wide a.active:hover, .narrow a.active:hover
{
    text-decoration: none !important;
}

a.active
{
    text-decoration: none;
    background: url(../../images/adm_head_active.jpg) 0 3px no-repeat !important;
    color: #010101 !important;
    padding: 0 0 0 12px;
    font-weight: bold;
}

.bg_green
{
    background: #ebf2e8;
}

.border_green
{
    border: 4px solid #EBF2E8;
}

.border_left
{
    border-left: 1px solid #d9d9d9;
}

.border_bottom
{
    border-bottom: 1px solid #d9d9d9;
}

.borderthick_bottom
{
    border-bottom: 2px solid #dfdfdf;
}

hr
{
    height: 1px;
    overflow: hidden;
    border: 1px solid #333;
    border-width: 1px 0 0 0;
}

.clearboth
{
    clear: both;
}

.resize
{
    width: 90%;
}

.smaller
{
    width: 90px;
}

.fillall 
{
    width: 100%;    
}

input
{
    width: auto;
}

html > body input
{
    border: 1px solid #999;
    background: #fff;
}

input[type="checkbox"]
{
    width: auto;
    border: none;
    background: transparent;
}

input[type="radio"]
{
    width: auto;
    border: none;
    background: transparent;
}

select
{
    border: 1px solid #999;
    width: auto;
}

.block
{
    display: block;
    margin-bottom: 5px;
    float: left;
}

.block span
{
    float: right;
}

.block label
{
    float: left;
}

.hengelaas
{
    background: url(../../images/hengelaas.gif) 0 0 no-repeat;
    padding-left: 12px;
}

h2
{
    font-size: 18px;
    line-height: 22px;
    font-weight: lighter;
    color: #333;
}

h2.header
{
    position: relative;
    top: 10px;
    left: 3px;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    color: #333;
}

h4
{
    padding: 5px 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: lighter;
    color: #333;
    border-bottom: 1px solid #d9d9d9;
}

h5
{
    padding: 5px 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: lighter;
    color: #333;
}

.inputknapp
{
    background: #9D9DA1;
    padding: 2px 5px;
    margin: 0;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    border: none;
}

* html .inputknapp
{
    padding: 1px 5px;
}

* + html .inputknapp
{
    padding: 1px 5px;
}

.separationLine {
    border-top: black solid 1px !important;
}


.knapp
{
    background: #9D9DA1;
    padding: 4px 5px 5px 5px !important;
    margin: 0;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    border: none;
}

.kryss
{
    background: #9D9DA1;
    padding: 3px 4px 4px 4px;
    margin: 0;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    border: none;
}

.knapp:hover
{
    text-decoration: none !important;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

.margin
{
    margin: 10px 10px 10px 0;
}

.top_margin
{
    margin-top: 5px;
}

.radiofix input
{
    margin: 1px 5px 0 0;
    float: left;
    border: none;
}

.right_margin
{
    margin-right: 5px;
}

.left_margin
{
    margin-left: 5px;
}

.padding
{
    padding: 3px !important;
}

.expander
{
    padding: 0 10px 1000px 10px !important;
    margin: 0 0 -1000px 0;
}

* html .expander
{
    padding: 0 10px 145px 10px !important;
    margin: 0 0 -145px 0;
}

.red
{
    color: #d11241;
}

.green
{
    color: #378119;
}



.align_top
{
    vertical-align: top;
}

.bold
{
    font-weight: bold;
}

.area
{
    position: relative;
    float: left;
    margin-top: 5px;
    height: 170px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.area_header
{
    position: relative;
    float: left;
    padding: 5px 0 10px 10px;
}

.area_header input[type="text"]
{
    margin-top: 5px;
}

.area h4
{
    padding: 10px 10px 15px 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    color: #000;
    border: none;
}

.area textarea {
    width: 150px;
    height: 50px;
    overflow: auto;
    margin: 5px 0 0 0;
    border: 1px solid #d9d9d9;
}

.main_container
{
    position: relative;
    margin: 0;
    padding: 0 0 33px 0; /* background: transparent url(../../images/bgbottom.gif) left bottom repeat-x; */
    overflow: hidden;
    width: 976px;
}

.page_container
{
    padding: 0 20px 145px 20px;
    min-width: 900px;
}

.bgtop
{
    background: transparent url(../../images/bgtop.gif) 0 0 repeat-x;
    height: 30px;
    width: 1350px;
    margin-left: 30px;
}

.bgleft
{
    background: transparent url(../../images/backgroundleft.gif) 0 0 repeat-y;
    position: absolute;
    left: 0;
    top: 26px;
    width: 30px;
    height: 3000px;
}

.bgright
{
    background: transparent url(../../images/backgroundRight.gif) 0 0 repeat-y;
    position: absolute;
    right: -7px;
    top: -4px;
    width: 7px;
    height: 3000px;
    z-index: -1;
}

.bgbottom
{
    position: absolute;
    left: 0;
    bottom: -32px;
    z-index: -1;
    background: transparent url(../../images/bgbottom.gif) 0 0 repeat-x;
    height: 32px;
    width: 1200px;
    margin-top: 105px;
}

.shadowfix
{
    position: relative;
    background: #eaeae8;
    width: 1200px;
    height: 50px;
    display: block;
    margin-top: -28px;
}

.logo_udir
{
    float: left;
    margin: 21px 0 10px 3px;
}

.logo_udir img
{
    height: 40px;
}

.tophead
{
    clear: both;
    height: 40px;
    background: #666 url(../../images/logo_ubas.jpg) 0 0 no-repeat;
}

.ubaslogo
{
    padding: 10px 0 0 5px;
    display: block;
    height: 24px;
    width: 65px;
}

.ubaslogoHeader
{
    padding: 8px 0 0 10px;
    color: #fff;
    font-size: 18px;
}

.ubaslogo img
{
    height: 24px;
    width: 65px;
    border: none;
}

ul.breadcrumb
{
    margin-top: 5px;
    padding-left: 5px;
    height: 25px;
    background: #dfdfdf;
}

ul.breadcrumb li
{
    list-style: none;
    float: left;
    padding: 6px 0 0 5px;
}

ul.breadcrumb li a
{
    font-size: 1em;
    text-decoration: none;
    color: #656360;
    padding-right: 5px;
}

.adm_header
{
    margin-top: 20px;
    height: 65px;
    background: #fff;
    position: relative;
}

.StaticMenuStyle
{
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
}

.StaticMenuStyle td
{
    padding: 0 10px 0 0;
    color: #0079c2 !important;
}

.StaticMenuStyle td a
{
    text-decoration: none;
    color: #0079c2;
}

.StaticSelectedStyle td
{
    background: none !important;
}

.StaticMenuStyle table a.StaticSelectedStyle
{
    text-decoration: none;
    background: url(../../images/adm_head_active.jpg) 0 3px no-repeat !important;
    color: #010101 !important;
    padding: 0 0 0 12px;
    font-weight: bold;
}

.StaticMenuStyle table td
{
    text-decoration: none;
    background: url(../../images/adm_head_default.jpg) 0 3px no-repeat;
    color: #0079c2;
    padding: 0 0 0 12px;
    font-weight: bold;
}

.adm_header ul li
{
    list-style: none;
    float: left;
    padding: 10px 20px 0 10px;
    font-weight: bold;
}

.adm_header ul li a
{
    text-decoration: none;
    background: url(../../images/adm_head_default.jpg) 0 3px no-repeat;
    color: #0079c2;
    padding: 0 0 0 12px;
}

.adm_header_logbox_intitial
{
    float: left;
    margin-bottom: 20px;
    width: 480px;
    height: 45px;
    padding: 10px;
    background: #fde3d3;
}

.adm_header_logbox
{
    float: right;
    width: 340px;
    height: 45px;
    padding: 10px;
    background: #fde3d3;
}

.adm_header_logbox a
{
    color: #0079C2;
    text-decoration: none;
}

.adm_header_logbox label
{
    display: block;
    margin-bottom: 5px;
}

.adm_header_logbox .selectInput
{
    width: 265px;
    margin-right: 6px;
    float: left;
    height: 20px;
    border: 1px solid #999;
}

* + html .adm_header_logbox .selectInput
{
    height: 22px;
    padding-bottom: 1px;
}

.adm_header .adm_header_logbox option
{
    padding-left: 5px;
}

.adm_header .adm_header_logbox .login
{
    margin-top: 5px;
    float: right;
    width: 68px;
    height: 22px;
    background: #9d9da1;
    color: #fff;
    border: none;
}

/* main input area */
.main_input
{
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    overflow: hidden;
}

.main_input_search
{
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    overflow: hidden;
}


* html .main_input
{
    padding: 0;
    height: 1%;
}

.formfield
{
    float: left;
    width: 170px;
    padding: 10px;
}

.formFieldControls
{
    width: 100px;
    color: Red;
}
.formfield input
{
    width: 98%;
    margin: 2px 0 5px 0;
}

.formfield .check
{
    margin: 0 5px 0 -3px;
    float: left;
    width: 20px;
    text-align: left;
    position: relative;
}

.align_right
{
    float: right;
}

.formfield .checkNew
{
    text-align: left;
}


.check input
{
    border: none;
}

.formfield .check label
{
    position: absolute;
    top: 3px;
    left: 17px;
    width: 150px;
    padding-left: 2px;
}

* + html .formfield .check label
{
    position: absolute;
    top: 6px;
    left: 17px;
    width: 150px;
}

h2.sokeheader
{
    margin: 10px 0 15px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
}

.q
{
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 200;
}

.q img
{
    width: 18px;
    height: 18px;
    border: none;
}

.check_underliggende
{
    clear: both;
    margin: 10px 0 0 20%;
    color: #666;
}

.freesearch
{
    margin: -35px 5px 0 0;
    float: right;
}

.checkbox_stacked
{
    margin: 0;
    padding: 0;
    height: 25px;
}

.main_input .list
{
    /*			position: relative; */
    float: left;
    margin-top: 0;
    height: 225px;
    padding-bottom: 30px;
}

.listSearch
{
    /*			position: relative; */
    float: left;
    margin-top: 0;
    padding-bottom: 3px;
}

.listSearch .filtercontainer {
    margin-left: 11px; 
    margin-top: 11px;
    width: 100%;
}

.listSearch .filtercontainer .filtercolumn {
    float: left; 
    width: 50%;
}

.main_input ul, .ny_rolle ul, .selectorcontainer ul
{
    list-style: none;
    padding: 10px;
    height: 185px;
    overflow: auto;
}

.main_input ul li, .ny_rolle ul li, .selectorcontainer ul li
{
    padding: 2px 0 3px 0;
}

.main_input ul li a, .ny_rolle ul li a, .selectorcontainer ul li a
{
    text-decoration: none;
    background: url(../../images/arwRight.jpg) 0 4px no-repeat;
    color: #0079c2;
    padding-left: 10px;
}

.alle
{
    background: url(../../images/arwLeft.jpg) 0 4px no-repeat;
}

.narrow
{
    width: 175px;
}

th.narrow
{
    width: 172px;
}

.medium
{
    width: 235px;
}

th.medium
{
    width: 232px;
}

.middle
{
    width: 195px;
    margin: 0 10px 0 0;
}

th.small
{
    width: 30px;
}

.wide
{
    width: 350px;
}

th.wide
{
    width: 347px;
}

/* Ny rolle */

.fane
{
    margin: 10px 0 0 0;
    height: 37px;
}

.fane li, .fane li.active
{
    float: left;
    list-style: none;
    margin: 8px 10px 0 0;
    padding: 7px 8px 0 8px;
    height: 20px;
    background: #ADB6AA;
    border: 2px solid #ADB6AA;
    border-width: 2px 2px 0 2px;
    text-align: center;
}

.fane li.active
{
    background: #EBF2E8;
    height: 17px;
    margin-bottom: -2px;
    border-bottom: 2px solid #EBF2E8;
    position: relative;
    margin: 4px 10px 0 0;
    border: 2px solid #EBF2E8;
    padding: 11px 8px 1px 8px;
}

.fane li.active a
{
    color: #333;
    font-weight: bold;
    display: block;
}

* + html .fane li.active
{
    height: 18px;
}

.fane li a
{
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    display: block;
}

.ny_rolle
{
    float: left;
    clear: both;
    width: 99.5%;
    margin: 0 0 5px 0;
    padding: 10px 0;
    border: 2px solid #ccc;
}

.ny_rolle .list, .selectorcontainer .list
{
    float: left; /* width: 160px; */
    padding-bottom: 20px;
    border-right: 1px solid #ccc;
}

h4 {
    height: 25px;
}

.ny_rolle h4
{
    padding: 0 10px 15px 10px;
    font-size: 15px;
    line-height: 18px;
    font-weight: lighter;
    color: #333;
    border: none;
}

.list h4 a
{
    text-decoration: none;
    background: url(../../images/arwRight.jpg) 0 4px no-repeat;
    color: #0079c2;
    padding-left: 8px;
    font-size: .7em;
    line-height: .7em;
}

table.sokeresultat
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #D9D9D9;
    border-width: 0 1px 0 0;
    margin: 15px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
    clear: both;
}

table.sokeresultat_inline
{
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin: 15px 0;
    text-align: left;
    clear: both;
}

input.editservice_url {
    width: 100%;
    min-width: 19em;
}

input.editservice_navn {
    width: 100%;
    min-width: 9em;
    max-width: 15em;
}

td.editservice_navn {
    width: 15em;
    max-width: 15em;
}

td.editservice_endepunktid {
    width: 22.2em;
    min-width: 22.2em;
    max-width: 22.2em;
}

td.editservice_antallaksesser {
    width: 8.2em;
    min-width: 8.2em;
    max-width: 8.2em;
}

td.editservice_sistaksessert {
    width: 9%;
    min-width: 7em;
    max-width: 14em;
}

td.editservice_knapper {
    width: 9em;
    min-width: 9em;
    max-width: 9em;
}

td.editservice_reaktiverttid {
    width: 9%;
    min-width: 7em;
    max-width: 7em;
}

td.editservice_aktivert {
    width: 4.4em;
    min-width: 4.4em;
    max-width: 4.4em;
}

td.editservice_tillatengangspalogging {
    width: 6em;
    min-width: 6em;
    max-width: 6em;
}

th
{
    padding: 10px 0 3px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #D9D9D9;
}

tr.user
{
    border-top: 1px solid #a2a2a2;
}

td
{
    padding: 0 3px;
    color: #333;
    border: 1px solid #D9D9D9;
    border-width: 0 0 0 1px;
    height: 20px;
    vertical-align: top;
}

td.cellcontent
{
    padding: 0 3px;
    color: #333;
    border: 1px solid #D9D9D9;
    border-width: 1px 1px 0 1px;
    height: 20px;
}

table a
{
    text-decoration: none;
    background: url(../../images/arwRight.jpg) 0 4px no-repeat;
    color: #0079c2;
    padding-left: 10px;
}

table a:hover
{
    text-decoration: underline;
}

td.innrykk
{
    padding-left: 15px !important;
    color: #666 !important;
    background: #f4f4f4 no-repeat scroll 4px 6px; /*url(../../images/bindestrek.jpg)*/
}

td a.info, td a.info:hover
{
    background: transparent url(../../images/info.gif) no-repeat scroll right top;
    margin-top: -12px;
    display: inline;
    float: right;
}

td a.clock, td a.clock:hover
{
    background: transparent url(../../images/info.gif) no-repeat scroll right top;
    margin-top: -12px;
    display: inline;
    float: right;
}

a.info b
{
    display: none;
}

a.info:hover
{
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration: none !important;
}

a.info:hover b
{
    display: block;
    position: absolute;
    top: 20px;
    left: -20px;
    padding: 5px;
    font-weight: normal;
    color: #000;
    border: 1px solid #888;
    background: #ffc;
    width: 150px;
    text-decoration: none;
}

a.info:hover b em
{
    position: absolute;
    left: 20px;
    top: -6px;
    width: 11px;
    height: 6px;
    background: #fff url(../../images/tooltip.gif) 0 0;
    display: block;
    font-size: 1px;
}

td input
{
    float: left;
    margin: 0 !important;
    padding: 0 !important;
}

td input[type="text"]
{
    /*margin-left: 5px !important;*/
    font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

td textarea
{
    /*margin-left: 5px !important;*/
    font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}


td input.nomargin[type="text"]
{
    margin-left: 0 !important;
}

.tdHeightFix td, .tdHeightFix td.cellcontent
{
    height: 25px !important;
    vertical-align: middle;
}

td input[type="radio"]
{
    margin: 2px 5px 0 0 !important;
}

* + html td input[type="radio"]
{
    margin: 0 !important;
}

.linkbuttonTextColor
{
    color: #0079c2;
}

.overflow
{
    display: inline !important;
    word-wrap:break-word;
}


.sortnotsortedheaderstyle a{
    background-color:#F0F0F6;
    background-image: url(../../images/sort_none.gif);
    background-repeat: no-repeat;
    background-position: center left;     
    padding-left: 20px;
       
}

.sortascheaderstyle a{
    background-image: url(../../images/sort_asc.gif);     
    background-color: #8dbdd8;    
    background-repeat: no-repeat;
    background-position: center left;       
}
.sortdescheaderstyle a{
    background-image: url(../../images/sort_desc.gif);     
    background-color: #8dbdd8;    
    background-repeat: no-repeat;
    background-position: center left;       
}   

.pagerstyle a
{
    background-image: none; /* ""; */          
    background-color: #8dbdd8;    
    background-repeat: no-repeat;
    background-position: center left; 
    font-size: 50.2%;      
}
.pagerstyle a.active
{
    background-image: none; /* ""; */
    background-color: #8dbdd8;    
    background-repeat: no-repeat;
    background-position: center left; 
    font-size: 50.2%;      
}
