﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse {
    background-image: none !important;
    background-color: #6094BB !important;
    height: 40px;
    /*padding-top: 12px;
    padding-bottom: 12px;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    .navbar-inverse .navbar-nav > li > a {
        color: white;
        font-size: 16px !important;
        height: 40px;
    }

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 20px;
    border: none !important;
}

.logo {
    padding-left: 20px;
    background-color: white;
}

.logo-image {
    max-width: 80%;
    max-height: 100px;
    height: auto;
    margin-left: 20px;
    display: block
}

.NavHeader {
    position: fixed;
    width: 100%;
    z-index: 4;
}

.container {
    padding-top: 170px !important;
    /*position: fixed !important;*/
}

.navbar-nav > li > a, .navbar-nav > li > a:active {
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-inverse .navbar-nav > .active > a {
    /*background-color: #0f0f0f;*/
    background-color: #064d83;
    background-image: none;
}

.navbar-collapse.in {
    background-color: #6094BB;
}

.navbar-collapse {
    background-color: #6094BB;
}

.navbar-toggle {
    margin-top: 2px;
    margin-bottom: 16px;
}

.searchContainer {
    display: block;
    height: 30px;
    padding-left: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.searchButtonContainer {
    display: block;
    height: 30px;
    padding-left: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
    .searchContainer .form-control {
        border: none;
        /*width: 200px;*/
        height: 25px;
        padding: 0;
        box-shadow: none !important;
    }

    .searchContainer .glyphicon {
        top: -18px;
        float: right;
        margin-right: 5px;
        font-weight: 600;
        color: darkgray;
        background-color: transparent;
        border: none;
    }
.searchButtonContainer .form-control {
    border: none;
    /*width: 200px;*/
    height: 25px;
    padding: 0;
    box-shadow: none !important;
}

.searchButtonContainer .glyphicon {
    top: 5px;
    float: right;
    margin-right: 5px;
    font-weight: 600;
    color: darkgray;
    background-color: transparent;
    border: none;
}
/*.popup-content:before {
    visibility: hidden;
    display: none;
}

   

.popup-content.active:before {
    visibility: visible;
    display: block;
}*/



.pasientGrid table {
    border: 2px solid white;
    background-color: #DBEBFA;
}

.pasientGrid_selected {
    background-color: #FFFFC6 !important;
}

.docList-alternating-row {
    background-color: #B9D2E8;
}

.pasientGrid th {
    color: white;
    background-color: #5681A1;
    border: 2px solid white !important;
}

    .pasientGrid th a {
        color: white;
    }

.pasientGrid td {
    color: #3E5A72;
    border: 2px solid white !important;
}
/*.col-md-10 {
   
    min-height:34px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-size-adjust: 100%;
    width: 220px;
    -webkit-font-smoothing: antialiased;
}*/

.alfa-col-md-10, .alfa-col-filter {
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: block;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    margin: 0;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-size-adjust: 100%;
    width: 975px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .alfa-col-md-10 select, .alfa-col-filter select {
        align-items: center;
        background-color: rgb(255, 255, 255);
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0px;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        border-left-color: rgb(187, 186, 191);
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: rgb(187, 186, 191);
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: rgb(187, 186, 191);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-top-style: solid;
        border-top-width: 1px;
        box-sizing: border-box;
        color: rgb(81, 80, 84);
        cursor: pointer;
        display: inline-block;
        font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-stretch: 100%;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 400;
        height: 32px;
        letter-spacing: normal;
        line-height: normal;
        margin: 0;
        padding: 4px 6px;
        text-align: start;
        text-indent: 0px;
        text-rendering: auto;
        text-shadow: none;
        text-size-adjust: 100%;
        text-transform: none;
        vertical-align: top;
        white-space: pre;
        width: 220px;
        word-spacing: 0px;
        writing-mode: horizontal-tb;
        -webkit-appearance: menulist-button;
        -webkit-font-smoothing: antialiased;
        -webkit-rtl-ordering: logical;
        -webkit-border-image: none;
        width: 280px;
        max-width: 280px;
    }

/*.alfa-col-filter {
    max-width: 200px;
    padding: 0px;
    height:30px;
}

    .alfa-col-filter select {
        max-width: 190px;
        border: none;
        width: 190px;
        height: 28px;
        margin-left:-2px;
    }*/

.divSearch, .divFilter {
    float: left;
    margin: 0px 5px 0px 5px;
}

.prod {
    width: 100%;
}

.prodimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.prodvalg {
    max-width: 360px !important;
    right: 0;
}

.prodBilde_div {
    width: 100%;
}

.prodPresent {
    right: 0;
}

/*Fjern float*/
.beprod, .fjernFloat {
    clear: both;
}

.proops {
    align-content: center;
}

.innerProop {
    float: left;
    margin-right: 10px;
}


.proopInput {
    width: 55px;
    height: 55px;
    margin:0 !important;
}

.proopInputS {
    width: 55px;
    height: 55px;
    /*-webkit-border-radius: 80px;
    -moz-border-radius: 80px;*/
    border-radius: 50%;
    background-color:white !important;}


.txtDetLabel {
    margin-top: 10px;
}

.txtDetaljer {
    min-height: 150px;
    font-size: small;
}

/*div register forms*/
.register-message {
    color: red;
    padding: 10px;
}

.prod {
    margin-top: 0 !important;
}

.ordreknapper {
    margin-left: 20px;
}

.ordreknapp {
    float: left;
    margin: 20px;
    display: block;
}

.skjul {
    display: none!important;
}

.vis {
    display: block;
}

.panel-heading {
    /*background-image: none !important;
    color: white !important;
    background-color: #5681A1 !important;
    border-color: #5681A1 !important;*/
}

.panel-default {
    /*border-color: #5681A1 !important;
    border-width: 1px;*/
    padding:0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    /*background-color:aliceblue;*/
}

.bekreft {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.bekradresse {
    max-height: 160px;
}

.bekrtbl {
    margin-bottom: 0px !important;
}

.btn-default {
    background-color: #6094bb;
    background-image: none;
    color: white;
    text-shadow: none;
}

.recStatus {
    font-weight: bold;
    color: white;
    width: 100px;
    padding: 5px;
    text-align: center;
    border: solid lightgrey 1px;
}

.recStatusLev {
    background-color: yellow;
    color: black;
}

.recStatusReg {
    background-color: grey;
}

.recStatusAvv {
    background-color: red;
}

.recStatusGod {
    background-color: green;
}

.required {
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.tlbTlist {
    padding-right: 0px !important;
}

.right-top {
    padding: 0;
    margin: 0;
}

.nykbtn, .nybtn {
    width: 163px;
}

/* register message */
.error-message {
    color: #a94442;
    padding: 10px;
}

.ok-message {
    color: darkcyan;
    padding: 10px;
}

.godbtn {
    width: 100px;
}

.form-group {
    /*max-width: 75%*/
}

.prodDesc, .prodDesc pre {
    word-wrap: break-word;
    line-break:loose !important ;
    overflow-wrap:break-word !important;
    position: relative;
}

.prodBeskr {
    padding-left: 10px;
}

.prodbilde, .cat
{
    margin-top:15px;
}

.catprod {
    border: 10px solid lightblue;
    padding: 25px;
    /*padding-right: 75px;*/
    width: 350px;
    height: 350px;
    text-align: center;
    vertical-align: middle;
}

.product-box{text-align:center;}
.product-box h3{margin-top:5px!important;}

.PrdExtInfoTabell {
    border-bottom-color: rgb(128, 128, 128);
    border-collapse: collapse;
    border-left-color: rgb(128, 128, 128);
    border-right-color: rgb(128, 128, 128);
    border-top-color: rgb(128, 128, 128);
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    cursor: default;
    display: table;
    font-family: "Droid Sans", sans-serif;
    font-size: 13.3333px;
    /*font-weight: 400;
    height: 350px;*/
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-width: 100px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    text-size-adjust: 100%;
    width: 100%;
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ProdInfoRight table tr:first-child {
    background: #005288;
    color: #fff;
    font-weight: bold;
}

.PrdExtInfoTabell .forstetabellrad {
    background-color: #d8d6ce;
    border: 1px solid #d8d6ce;
    font-weight: bold;
    height: 20px;
}

.PrdExtInfoTabell .liktabellrad {
    background-color: #ffffff;
    height: 20px;
}

.PrdExtInfoTabell .uliktabellrad {
    background-color: #ebeae5;
    height: 20px;
}

.recipt
{margin-left:10px;}

.bekrInn, .bekrPanel h2 {
    width: 400px;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
}
.loginPanel {
    width: 400px;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
}
.bekrrow {
    padding: 20px;
}

.bekrText
{
    font-size:small;
    font-weight:normal;
    font-style:italic;
}

.ant{ max-width:65px;}

/*.PrdExtInfoTabell tr {
    height: 20px;
}

.liktabellrad, .uliktabellrad {
    height: 10px;
}*/
.antall{max-width:20px}

.checko{
    padding-top:1px;height:25px!important;}

.alfaCheckBox, .alfaCheckBox ::selection {
    box-shadow: none;
    width:34px;
}

.fotnote{font-style:italic;color:gray; font-size:small;}

.pris
{ font-weight:bold;
  font-size:large;
}

.reciptpnl {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.recieptComment{margin-top:15px;}
.nameKommentar{font-weight:bold;}
.recBtn {
    float: left;
    margin: 5px 5px 0 0;
}

.dSearch{ /*background-color:transparent;*/}

.innerProop test {
    flex-direction: row;
    float: left;
    margin-right: 10px;
}


.radiotest {
    /*max-height: 40px !important;
     -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    border: none !important;*/
    box-shadow: none;
}
