/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-04-2017, 19:41:47
    Author     : soren
*/

body {
    font-size: 14px;

}

@media print {
.knap {
    display: none;
}
#statusSelect {
    display:none;
}
    .Sold {
        background: white;
        background-image: radial-gradient(gray 1px,transparent 0);
        background-size: 3px 3px;
        background-position: 0px 0px;
    font-style: italic;
    font-weight: bold;
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
    color-adjust: exact !important;                 /*Firefox*/
    }

}

.container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.navbar {
	margin-bottom: 0px !important;
}
tr.importance1 {
	background-color: #ff4f4f;
}
tr.importance2 {
	background-color: #ffe100;
}
.navbar-nav.navbar-right:last-child {
	margin-right: 0px !important;
}

.no-transition {
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;
}
.blank_row {
    height: 10px !important; /* overwrites any other rules */
    background-color: #FFFFFF;   
}

.Kategori {
    width:15%;
    font-size: 14px;
}
.Status {
    width:5%;
    font-size: 14px;
    text-align: center;
}
.Sold1 {
    background: white;
    background-image: radial-gradient(gray 1px,transparent 0);
    background-size: 3px 3px;
    background-position: 0px 0px;
font-style: italic;
font-weight: bold;
-webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
color-adjust: exact !important;                 /*Firefox*/
}
.Sold2 {
    background: white;
    background-image: radial-gradient(gray 1px,transparent 0);
    background-size: 3px 3px;
    background-position: 0px 0px;
font-style: italic;
font-weight: bold;
-webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
color-adjust: exact !important;                 /*Firefox*/
}
.Sold3 {
    background: white;
    background-image: radial-gradient(gray 1px,transparent 0);
    background-size: 3px 3px;
    background-position: 0px 0px;
font-style: italic;
font-weight: bold;
-webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
color-adjust: exact !important;                 /*Firefox*/
}

.Forsale {

}

.FabNr {
	width: 5%;
	max-width: 100px !important;
	min-width: 60px !important;
    text-align: right;
    font-size: 14px;
}
.Noter {
    min-width:45%;
    max-width:55%;
    font-size: 14px;
}

.stand {
    width:8%;
    text-align: center;
    font-size: 14px;
}

.value {
    width:4%;
    text-align: right;
    font-size: 14px;
}

.overflade {
    width:6%;
    text-align: center;
    font-size: 14px;
}
.knap {
    width:6%;
}
.ordernr {
    width:0%;
    display:none;
    
}
.gemknap {
    width:5%; 
}
table .collapse.in {
    display:table-row;
}

.hiddenRow {
   padding: 0 !important;
}


.glyphicon {
	position: absolute;
	left: -9px;
	top: 45%;
	font-size: 125%;
}

.clickable td:first-child:after {
		font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    	content: "\e114";    /* adjust as needed, taken from bootstrap.css */
                /* adjust as needed */
		font-size: 100%;
	}
	.clickable.collapsed td:first-child:after {
		content: "\e080";    /* adjust as needed, taken from bootstrap.css */
	}