@import url(//fonts.googleapis.com/css?family=Droid+Serif|Open+Sans);

.issue-lane {
  background-color: #f2f2f2;
  border: 0px solid #d9d9d9;
  border-radius: 5px;
  padding-top: 8px;
}

.issue-lane-title {
  background-color: #808080;
  color: #FFFFFF;
  font-size: 26px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin: 0px 10px 10px 10px;
}

.issue-section {
  margin: 0px 10px 10px 10px;
  background-color: #e6e6e6;
  border-radius: 5px;
  padding: 5px;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  color: #cc0000;
}

.issue-box {
  background-color: #FFFFFF;
  border: 1px solid #d9d9d9;
  box-shadow: 1px 1px #d9d9d9;
  border-radius: 5px;
  margin: 12px;
  padding: 6px;
  height: 80px;
  font-size: 15px;
  position: relative;
}

.issue-component {
  background-color: #e6f7ff;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 8px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #cceeff;
  border-radius: 5px;
}

body {
    font: 1em/1.4 "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
    color: rgb(59, 67, 68);
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul, ol {
    padding-left: 20px;
    margin-left: 30px;
}

ul ul, ul ol, ol ol, ol ul {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6,
section p.hero-text {
    font-family: 'Droid Serif', sans-serif;
}

h2 {
  padding-top: 20px;
  padding-bottom: 15px;
}

.modulboks {
   float:left;
   width: 275px;
   height: 140px;
   background-color: #F0F0F0;
   border: 1px solid #D0D0D0;
   margin: 8px;
   padding: 10px;
   }

/* 
    Layout 
*/

html, body {
    height: 100%;
}
.page-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.block {
    display: table-row;    
}
.content-block, .block {
    height: 1px;
    margin-top: 20px;
}
.push {
    height: auto;
}

.content li {
    line-height: 21px;
    margin-left: 10px;
}

div.subnav ul a:link,
div.subnav ul a:visited,
.box a:link,
.box a:visited,
.verticalmenu a:link,
.verticalmenu a:visited{
    color: rgb(122, 106, 83);
    text-decoration: none;
}

a:link, a:visited{
    color: #06c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.subnav li.navbutton a {
    color: #fff;
    background-color: #428bca;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
}

.page-wrapper > header.frontpage-banner {
    background: url('/wwimage/68570/bilde_nettside_tynn.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    /*padding-top: 16.60%; */
    /* (img-height / img-width * width) */
    /* (176 / 1060 * 100) */
}

.page-wrapper > header.low-header {
    background: url('/wwimage/68530/topimg1200150.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
}

.page-wrapper > header .container > div {
    position: relative;
}

.page-wrapper > header .container > div.header-logo,
.page-wrapper > header .container > div.navigation,
.page-wrapper > header .container > div.header-search{
    height: 100px;
}


.page-wrapper > header li, 
.page-wrapper > header img, 
.page-wrapper > header input {
    margin-bottom: 20px;
}

.page-wrapper > header .container > div img, 
.page-wrapper > header .container > div ul, 
.page-wrapper > header .container > div input {
    position: absolute;
    bottom: 17px;
    left: 0;
}
.page-wrapper > header .container > div img{
    bottom:17px; 
}
.page-wrapper > header .container > div ul{
    bottom: 46px;
}

.page-wrapper > header .container > div input{
    bottom: 40px;
}

.page-wrapper > 
header a#pull {
    display: none;
    margin-bottom: 18px;
}

.page-wrapper > header ul {
    margin-bottom: 0;
}

.page-wrapper > header .navigation, 
.page-wrapper > header .navigation a {
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

.page-wrapper > header .navigation {
    font-size: 125%;
}

.page-wrapper > header .nav li {
    float: left;
    padding: 0 0.5em 0 0;
}

.page-wrapper > header .nav a:link, 
.page-wrapper > header .nav a:visited {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.page-wrapper > header .nav a:hover {
    text-decoration: underline
}

.page-wrapper > header .search {
    border: 1px solid #666;
    border-radius: 4px;
    width: 97%;
    color: #999;
    background: #FFF url('/brukere/wis/img/icon_search.png') no-repeat;
    background-position: right;
}

body > section > header > div > div {
    padding-top: 50px;
}

.footable {
    margin-bottom: 20px;
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

/*=====================Search results=========================*/
#search-results ol,
ol#article-list,
aside.infobox ol
{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#search-results ol li,
ol#article-list li,
aside.infobox ol li{
    position: relative;
}

#search-results footer > div {
    float: left;
}
#search-results footer > div i {
    margin-left: 15px;
}


/*
 * Callouts, stolen from bootstrap
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
  margin: 20px 0;
  padding: 35px 15px 15px 15px;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}

/* Variations */
.bs-callout-employee {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.bs-callout-employee h4 {
  color: #c09853;
}
.bs-callout-product,
.bs-callout-product-feature  {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.bs-callout-product h4,
.bs-callout-product-feature h4 {
  color: #3a87ad;
}
.bs-callout:after {
  position: absolute;
  top:  15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bs-callout-employee:after {
  content: "Ansatt";
}
.bs-callout-product:after {
  content: "Produkt";
}

.bs-callout-product-feature.even {
    border-right: 3px solid #bce8f1;
    border-left: none;
}
.bs-callout-product-feature img {
    margin: 0 15px 0 15px;
    width: 35%;
}

.bs-callout-product-feature section {
    width: 60%;
}

/*=====================Navigation level 2=========================*/

nav ul, nav ol, .page-wrapper > footer ul, .page-wrapper > footer ol {
    list-style-type: none;
    padding: 0;
    margin-left: 0 !important;
}

.subnav select {
    display: none;
    width: 98%;
}

.subnav ul {
    text-align: center;
    margin-bottom: 0;
    float: right;
}

.subnav li {
    float: left;
    /*Overwriting skeleton base*/
    margin-bottom: 0;
}

.subnav nav ul li a {
    background-image: none;
    padding: 6px;
    z-index: 0;
    position: relative;
}

.subnav a:hover, .subnav a.active {
    border-bottom: 4px solid #0b75a3;
}

div.subnav li.navbutton a {
    border-bottom: 0;
}

.subnav a.active {
    font-weight: bold;

}

.subnav a:hover {
    text-decoration: none;
}

/*===================document========================*/
#document-image img{
    width: 100%;
}

/*===================search-form========================*/
.search-markup input[type=text]{
    margin-right: 20px;
}
.search-markup input[type=submit]{
    padding: 6px 8px 6px 8px;
    margin-top: 0;
}

.inlineSearchField {
    display: inline-block;
}

/*===================area menu========================*/

div#area-container div#product-title{
    float:left;
}
div#area-container div#area-menu{
    float: right;
}

#area-container {
    padding-bottom: 15px;
}

.align-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*===========================================*/
.videoplayer {
    margin-bottom: 1em;
}

.productingress {
    font-size: 150%
}

.producttext {
    font-size: 120%
}

.gallery {
    border-bottom: 1px solid #CCC
}

.gallery p {
    padding-top: 0.3em;
    font-size: 87.5%;
}

.gallery h2 {
    padding: 0;
}

/*===================Box=====================*/
.image-opacity {
    background-color: #D9ECFC;
    width: 290px;
    height: 123px;
}

.box, .feature-box {
    border-radius: 5px;
}

.box > a > div, .feature-box > a > div {
    width: 290px;
    margin-left: 5px;
}

.box:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8+ */
    filter: alpha(opacity = 100); /* IE7 and lower */
}

.box:hover {
    background-color: #f5f5f5;
}

.box img, .feature-box img {
    border: 1px solid #CCC;
    width: 290px;
    height: 123px;
}

.box img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE8+ */
    filter: alpha(opacity = 40); /* IE7 and lower */
}

.feature-box i{
    margin-top: 2px;
}

/*===============Produktliste===================*/
.productlist {
    border-bottom: 1px solid #CCC;
}

.productlist ul {
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0;
}

.productlist ul li {
    margin-bottom: 1em;
    max-width: 280px;
}

#noborder1 {
    border-bottom: 0
}

#noborder2 {
    border-bottom: 0
}

/*==================Comment===================*/
#comment-container {
    padding-top: 40px;
    clear: left;
}

.comment {
    background: url("/brukere/wis/img/quote.jpg") no-repeat top center;
    padding-bottom: 2em;
}

#comment-container .right-comment {
    float: right;
}

blockquote {
    font-family: verdana;
    font-size: 85%;
    font-style: italic;
    border: none;
    padding: 5px 5px 5px 25px;
}

/*==================Margmeny==================*/
.verticalmenu ul{
    padding-left: 0;
}

.verticalmenu {
    font-size: 0.85em;
    margin-bottom: 1.5em;
}

.verticalmenu ul {
    list-style-type: none;
}

.verticalmenu ul li {
    background: url('/brukere/wis/img/margmenybg.gif') repeat-x;
    padding: 0.5em;
    margin: 3px 0;
    border: 1px solid #E3E6EA;
    border-radius: 3px 3px 3px 3px;
}

.verticalmenu ul li.active {
    background-position: bottom;
    border: 1px solid #6699CC;
}

.verticalmenu a {
    display: block;
}

/*--End Tabeller--*/

.page-wrapper > footer {
    background: #0880BC;
    color: #FFF;
    font-size: 87.5%;    
}

.page-wrapper > footer .container{
    padding: 10px 0 10px 0;
}

.page-wrapper > footer h1, 
.page-wrapper > footer h2, 
.page-wrapper > footer h3, 
.page-wrapper > footer h4, 
.page-wrapper > footer h5, 
.page-wrapper > footer h6 {
    color: #f5f5f5;
}

.page-wrapper > footer a, 
.page-wrapper > footer a:link,
.page-wrapper > footer a:visited,
.page-wrapper > footer a:active {
    color: #FFF;
}

.page-wrapper > footer #logmein-code {
    width: 100px;
    margin-bottom: 10px;
}

.page-wrapper > footer form {
    margin-bottom: 0;
}

.bottomicons i {
    float: left;
    margin-right: 1em;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/*===================frontpage-banner=====================*/
section#frontpage-banner {
    position: relative;
}

section#frontpage-banner img{
    max-width: 100%;
    width: 100%
}

section#frontpage-banner span {
    position: absolute;
    left: 10%;
    top: 50px;
    font-size: 150%;
    color: white;
}

section p.hero-text{
    font-size: 159%;
    color: #777;
    font-style: italic;
    margin: 20px 0 40px 0;
    text-align: center;
}


/*===============Button=================*/
.download-container {
    margin-bottom: 20px;
}
a.download {
    background: url(/brukere/wis/img/download_left.png) left top no-repeat;
    width: 50px;
    height: 53px;
    float: left;
    padding-left: 50px;
}

a.download div {
    color: #fff;
    width: 185px;
    background: url(/brukere/wis/img/download_right.png) no-repeat right top;
    height: 47px;
    padding: 3px;
    font-size: 24px;
}

a.download span:first-child {
    line-height: 24px;
}

a.download span {
    display: block;
}

a.download span.subtext {
    font-size: 12px;
    padding-top: 5px;
}

/*==================Misc.====================*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 1px solid #C0C0C0;
    margin-bottom: 24px;
}

.video-container iframe,
.video-container object,
.video-container embed
.video-container div#visualization {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

/*=================Employee====================*/
.employee-container {
    margin-bottom: 20px;
    padding: 0 5px 0 5px;
}

.employee-container img {
    display: block;
    margin: auto;
}

.employee-info {
    background-color: #006699;
    padding: 10px;
    color: #f5f5f5;
}

.employee-info h1, .employee-info h2, .employee-info h3, .employee-info h4, .employee-info h5, .employee-info h6 {
    color: inherit;
}

.employee-info i {
    width: 16px;
    padding: 3px;
    text-align: right;
}

.employee-text {
    display: none;
}

/*=====================Contactform====================*/

form.styled-form {
    background-color: #3582A8;
    color: #f5f5f5;
    padding: 25px;
}

.styled-form label {
    font-size: 1.3em;
}

.styled-form input, .styled-form textarea{
    width: 95%;
}

.styled-form #submit-button {
    width: auto;
}

/*=====================Contactform====================*/
section.order-form input,
section.order-form textarea {
    width: 50%;
}

input[type="tel"]{
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff; 
}

    
input[type="tel"]:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); 
}

/*=====================Module detail==========================*/
#module-detail aside {
    border: 1px solid #CCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 4px 4px 6px #CCC;
    padding: 5px;
    font-size: 80%; }

#module-detail aside ul li {
    margin: 3px }

div#module-detail aside p{
    margin-bottom: 3px;
}

/*=====================Prices==========================*/
section#prices input {
    text-align: right;
}

section#prices input[readonly="readonly"] {
    background-color: #E3E3E3;
    color: rgb(59, 67, 68);
}

section#prices .footable > tbody > tr > td,
section#prices .footable > thead > tr > th {
    padding: 5px;
}

/*=====================version==========================*/
div#version-activities table{
    margin-bottom: 20px;
}

div#version-activities p{ 
    margin-bottom: 10px;
}

/*=====================project==========================*/
article#project-detail table{
    margin-bottom: 20px;
}
form#activites-filter label,
form#project-access label{
    float: left;
    margin-right: 10px;

}

form#project-access > div:first-child {
    position: relative;
}
form#project-access input[type=submit],
#project-info-list form input[type=submit]{
    margin-top: 15px;
}

#project-info-list form label {
    float: left;
    margin-right: 25px;
}

#project-info-list form select {
    padding: 6px;
}

/* Document infobox*/
table.infobox,
aside.infobox {
    float: right;
}

/* Google sheets*/
#table > div > div > table{
    font-size: 16px;
}

/*section#project-info-list .footable > tbody > tr > td,
section#project-info-list .footable > thead > tr > th {
    padding: 5px;
}*/

/*=====================image-view==========================*/
#image_detail{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*===============================================*/

/* social sprites*/
[class^="social-icon-"],
[class*=" social-icon-"] {
    display: inline-block;
    width: 26px;
    height: 26px;
    *margin-right: .3em;
    line-height: 26px;
    vertical-align: middle;
    background-image: url("/brukere/wis/img/social_icon_set_relieff.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.social-icon-facebook {
    background-position: -30px 0px;
}

.social-icon-facebook:hover {
    background-position: -30px -40px;
}

.social-icon-google-plus {
    background-position: -62px 0px;
}

.social-icon-google-plus:hover {
    background-position: -62px -40px;
}

.social-icon-youtube {
    background-position: -92px 0px;
}

.social-icon-youtube:hover {
    background-position: -92px -40px;
}

.social-icon-rss {
    background-position: -124px 0px;
}

.social-icon-rss:hover {
    background-position: -124px -40px;
}

.social-icon-epost {
    background-position: 0px 0px;
}

.social-icon-epost:hover {
    background-position: 0px -40px;
}

.social-icon-blog {
    background-position: -154px 0px;
}

.social-icon-blog:hover {
    background-position: -154px -40px;
}

.cleartriple {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*
    Fontawesome overrides
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    padding-right: 5px;
}

/*  Responsive tweak
    Override the one-third class at 768, to provide two columns of products on wis frontpage.
*/

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    .container .one-third.column {
        width: 360px;
    }

    .cleardouble {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;

    }

    .cleartriple {
        clear: none;
    }

    .page-wrapper > header {
        height: 315px;
    }

    .page-wrapper > header.low-header {
        background: url('/wwimage/68529/topimg959150.jpg');
    }

/*===================Box=====================*/
    .image-opacity {
        width: 350px;
        height: 149px;
    }

    .box > a > div, .feature-box > a > div {
        width: 350px;
    }

    .box img, .feature-box img {
        width: 350px;
        height: 149px;
    }
}

/*  #Mobile (Portrait)*/
@media only screen and (max-width: 767px) {
    html, body{
        height: inherit;
    }
    section.order-form input,
    section.order-form textarea {
        width: 100%;
    }

    /*
        Header navigation
    */
    .page-wrapper > header {
        padding-top: 4px;
    }

    .page-wrapper > header .container > div {
        height: auto;
    }

    .page-wrapper > header a#pull {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .page-wrapper > header #pull {
        background: url('/brukere/wis/img/nav-icon.png') no-repeat center right;
        position: absolute;
        right: 0;
        top: 3px;
        margin-bottom: 0;
    }

    .page-wrapper > header ul {
        display: none;
        margin-top: 4px;
    }

    .page-wrapper > header .nav li {
        float: none;
    }

    .page-wrapper > header img.logo {
        height: 40px;
        margin-bottom: 0;
    }

    .page-wrapper > header .container > div img, 
    .page-wrapper > header .container > div ul, 
    .page-wrapper > header .container > div input {
        position: relative;
    }

    .page-wrapper > header .container > div.header-logo,     
    .page-wrapper > header .container > div.header-search,
    .page-wrapper > header.frontpage-banner,
    .page-wrapper > header {
        height: inherit;
    }

    .page-wrapper > header.low-header {
        background: url('/wwimage/68527/topimg480400.jpg');
    }

    body > section > header > div > div {
        padding-top: 10px;
    }    

    .page-wrapper > header .container > div.header-logo,
    .page-wrapper > header .container > div.navigation,
    .page-wrapper > header .container > div.header-search{
        height: auto;
    }

    .subnav select {
        display: block;
    }

    .subnav ul {
        display: none;
    }

    .bs-callout {
        margin: 20px 0 !important;
    }
    .bs-callout-product-feature section,
    .bs-callout-product-feature img {
        width: 100%
    }
    .bs-callout-product-feature img {
        margin: 0;
    }

    section p.hero-text{
        font-size: 130%;
        margin: 20px 0 40px 0;
    }

    .page-wrapper > header .container > div img,
    .page-wrapper > header .container > div ul,
    .page-wrapper > header .container > div input{
        bottom: 0;
    }

  
    /*
        =========================================
    */

    .cleartriple {
        clear: none;
    }

    #comment-container .right-comment {
        float: none;
    }

    /* Document infobox*/
    table.infobox {
        float: none;
        width: 100%;
    }

    /*===================Box=====================*/
    .image-opacity {
        width: 290px;
        height: 123px;
    }

    .box > a > div, .feature-box > a > div {
        width: 290px;
    }

    .box img, .feature-box img {
        width: 290px;
        height: 123px;
    }

    /* Don't show remote support input on mobile*/
    .page-wrapper > footer #remote-assist {
        display: none;
    }
    div#area-container div#product-title{
        float:none;
    }
    div#area-container div#area-menu{
        float: none;
    }

}

/* #Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    html, body{
        height: inherit;
    }

    body > section > header > div > div {
        padding-top: 10px;
    }    

    .page-wrapper > header .container > div.header-logo,
    .page-wrapper > header .container > div.navigation,
    .page-wrapper > header .container > div.header-search{
        height: auto;
    }

    .page-wrapper > header.low-header {
        background: url('/wwimage/68528/topimg767400.jpg');
    }

    .cleardouble {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .cleartriple {
        clear: none;
    }

    #comment-container .right-comment {
        float: none;
    }

    /* Document infobox*/
    table.infobox {
        float: none;
        width: 100%;
    }

    /*===================Box=====================*/
    .image-opacity {
        width: 400px;
        height: 170px;
    }

    .box > a > div, .feature-box > a > div {
        width: 400px;
    }

    .box img, .feature-box img {
        width: 400px;
        height: 170px;
    }
}

@media only screen and (min-width:1300px) { 
    .page-wrapper > header.frontpage-banner {
        background: url('/wwimage/68546/bilde_nettside_wide.jpg');
        background-size: cover;
    }

    .page-wrapper > header.low-header {
        background: url('/wwimage/68531/topimg2056150.jpg');
    }
}
