@charset "utf-8";
/* CSS Document */

#makescroll_horizontal{
	display: block;
	float: none;
	position: relative;
	padding: 2px;
}

table.sortable {
	border-spacing: 0;
    border-collapse: collapse;
	font-size: 75% !important;
}

@media screen and (max-width: 900px){
	table.sortable {
	transform: scale(0.90);
	transform-origin: left top;
	}
}

table.sortable td {
	cursor: pointer;
	text-align: left;
	min-height: 10px !important;
}

table.sortable td a{
	text-decoration: none;
	color: #333;
}

table.sortable tr {
	text-align: left;
}

table.sortable thead{
	display: block;
	cursor: pointer;
	border-top: 1px solid #666;
	background-color: lightgray;
	border-bottom: 1px solid #666;
	border-right: 1px solid #333;

}

table.sortable tbody{
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	-border-bottom: 1px solid #666;
	background-color: white;
	border-left: 1px solid #666;
	-border-right: 1px solid #666;
}


table.sortable thead th {width: 170px !important; min-width: 170px !important; max-width: 170px !important;}
table.sortable tbody td {width: 170px !important; min-width: 170px !important; max-width: 170px !important;}

#makescroll_horizontal .sortable thead th {width: 150px !important; min-width: 150px !important; max-width: 150px !important;}
#makescroll_horizontal .sortable tbody td {width: 150px !important; min-width: 150px !important; max-width: 150px !important;}

table.sortable td {
	border-bottom: 1px solid #666 !important;
	border-right: 1px solid #666 !important;
	-border-left: 1px solid #666 !important;
}

table.sortable th {
	background-color: lightgray;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #666;
}
table.sortable tr:hover td {
	background-color: cadetblue !important;
	color: white !important;
}

table.sortable tr:hover td a {
	color: white;
	text-decoration: underline;
}

table.produkter_table{
	border-spacing: 0;
    border-collapse: collapse;
	font-size: 90% !important;
	max-width: 850px;
	width: 100%;
}

table.produkter_table thead tr{
	background-color: darkgray;
	cursor: pointer;
}

table.produkter_table tbody tr{
	background-color: white;
	cursor: pointer;
}

table.produkter_table tbody tr:hover{
	background-color: cadetblue;
}

table.produkter_table tbody td, table.produkter_table thead th{
	border: 1px solid #333;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 50px;
}

table.produkter_table thead th i{
	padding-left: 5px;
	padding-right: 5px;
}

.sortable button{
	border-radius: 0 !important;
	border: 1px solid #999;
}



table.tablesorter th {
	background-color: darkgray;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

table.tablesorter tr:hover td {
	background-color: cadetblue !important;
	color: white !important;
	
}

table.tablesorter tr:hover td a {
	color: white;
	-text-decoration: underline;
}

table.tablesorter thead{
	cursor: pointer;
	border-top: 1px solid #666;
	background-color: darkgray;
	font-size: 100%;
	border-bottom: 2px solid #666;
	border-right: 1px solid #333;
	text-transform: uppercase;
}

table.tablesorter td {
	border: 1px solid #333;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 87px;
	cursor: pointer;
	height:10px;
}

table.tablesorter td a{
	border-radius: 5px;
	border:1px solid #000;
	background-color:lightblue;
	text-decoration: none;
	color: #333;
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	
	
	
}
table.tablesorter td a:hover{
	background-color:lightyellow;
	color:black !important;
}
table.tablesorter {
	border-spacing: 0;
    border-collapse: collapse;
	font-size: 80% !important;
}

table.tablesorter {
	border:2px solid #333;
	padding:10px;
	
}
table.tablesorter tr {
	border-bottom:1px solid #ccc;
}
.width_select {
	min-width:300px;
	border:1px solid grey;
	
}
.width_input {
	min-width:300px;
	min-height:23px;
	border:1px solid grey;
}
.width_number_input{
	min-width:300px !important;
	min-height:23px;
	border:1px solid grey;
}