﻿body {
    margin-top:4px;
}


.required:after{
    content:"*";
    color:red;
    font-weight:bold;
}

.expandArea {
    background-color:rgba(151, 184, 196, 0.34);
    padding-top:10px;
    padding-bottom:10px;
}

/**************** logo *************************/
.navbar-brand{
    padding-top: 9px;
    padding-bottom: 9px
}
    .navbar-brand img {
        height: 36px;
    }


/**************** logonbox *************************/
.logonbox > div{ /*første niveau af divs*/
    padding:16px;
}

.logonbox div:first-child {
    color: white;
    background-color:#90aeb8;
}
.graytxt
{
    color:#dff0d8 !important;
}

.dabufAlert{
    padding:7px;
}

.mandatory{
    color:red;
    padding-left:2px;
    font-weight:bold;
}


/*********footer ******************/

@media (max-width: 500px) {
    .footerMargin{
        display:none;
    }
    .footerBlock{
        display:none;
    }
}

.footerMargin{
    margin-top:165px;
}

.footerBlock{
    position:fixed;bottom: 0;width:100%;left:0;
}

#footerBlock {
    /* line-height: 80px; */
    margin-top: 20px;
    background-color: transparent;
    color: white;
}

    #footerBlock .fullWidthBlock {
        position: absolute;
        width: 100%;
        height: 222px;
        left: 0;
    }


    #footerBlock > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .bg-footer {
    background-color: #707173;
}

/******** grid *****************/

/*.row{
    margin-left:0;
    margin-right:0;
}*/

.leveringsadresse_print{
        display:none;
    }

@media print {
    #searchform {display:none;}
    .container {
        width: 100%;
    }
    .glyphicon{
        display:none;
    }
    @page {
        size: auto;   /* auto is the initial value */
        /*margin-top: 200px;*/
    }

    .linesGrid a div {
        page-break-inside:avoid;
    }

    .footerBlock { display:none;}

    .leveringsadresse_screen{
        display:none;
    }
    .leveringsadresse_print{
        display:inline;
    }

}

@media (max-width: 992px) {
    .oddGrid .row:nth-child(even) {
    background-color:rgba(151,184,196,.1);
    }

}


.oddGrid .row {
    padding-top:4px;
    padding-bottom:4px;
}

.linesGrid > div{
    border-bottom:solid rgba(151, 184, 196, 0.34) 1px;
}

.linesGridDark > a > div, .withBorder{
    border-bottom:solid rgba(151,184,196,.5) 1px ; /* solid #97b8c4 1px;*/
}



a.hoverRow:hover > div{
    background-color:rgba(151, 184, 196, 0.34) !important;
}

.bg-primaryLight{
    background-color:rgba(151, 184, 196, 0.37);
    color:#405056;
}

.row-italics {
    font-style:italic;
    font-weight:bold;
}

.DabufGridRow div div{
    color:#31708f;
}

.dimmed div {
    color:#a4a3a3;
}

/******* diverse **************/

input[type=checkbox].largeCheck
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

.form-control{
    height:auto;
}


input[type='radio'].tags-checkbox:checked + span > i:first-of-type,
    input[type='radio'].tags-checkbox + span > i:last-of-type
    {
        display: none;
    }

    input[type='radio'].tags-checkbox:checked + span > i:last-of-type
    {
        display: inline-block;
    }


/* Chrome, Safari, Edge, Opera */
input[type=number].dabufHideSpinner::-webkit-outer-spin-button,
input[type=number].dabufHideSpinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.dabufHideSpinner[type=number] {
    -moz-appearance: textfield;
  }