@CHARSET "ISO-8859-1";

table.fastscan {
    /*width: 100%; /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    /*border: 2px solid black;*/
    /*table-layout: fixed;*/
    
   /*
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
    */
}

table.fastscan tr {
	/*
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;*/
}

table.fastscan tbody,
table.fastscan thead { display: block; }

table.fastscan thead tr th { 
    white-space: nowrap;
	height: 1.5em; /* 30px; */
    /* line-height: 1em; /* 30px; */
    /* text-align: left; */
    font-weight: bold;
    padding: 0.25em 0.5em;
    cursor: pointer;
	
    background: rgb(134,185,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(134,185,237,1) 0%, rgba(181,211,242,1) 41%, rgba(102,153,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,185,237,1)), color-stop(41%,rgba(181,211,242,1)), color-stop(100%,rgba(102,153,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(134,185,237,1) 0%,rgba(181,211,242,1) 41%,rgba(102,153,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(134,185,237,1) 0%,rgba(181,211,242,1) 41%,rgba(102,153,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(134,185,237,1) 0%,rgba(181,211,242,1) 41%,rgba(102,153,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(134,185,237,1) 0%,rgba(181,211,242,1) 41%,rgba(102,153,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86b9ed', endColorstr='#6699cc',GradientType=0 ); /* IE6-9 */
}

table.fastscan thead tr th:first-child {
	-webkit-border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
table.fastscan thead tr th:last-child {
	-webkit-border-top-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

table.fastscan tbody {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

table.fastscan tbody {
	border-top: 2px solid #69c;
}

table.fastscan tbody td {
    /*width: 20%; /* Optional */
    border-right: 1px solid #a2c2e4;
    padding: 0.15em 0.5em;
}

table.fastscan thead th {
    border-right: 1px solid gray;
    padding: 0.15em 0.5em;
}

table.fastscan tbody td {
    border-bottom: 1px solid #a2c2e4;
}

table.fastscan tbody tr {
    cursor: pointer;
}

table.fastscan tbody td:last-child, table.fastscan thead th:last-child {
	padding-right: 1.5em;
}

table.fastscan tbody td div, thead td div {
	/*width: 100px;*/
    text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
}

table.fastscan tbody tr td:last-child, thead tr th:last-child {
    border-right: none;
}

.fs_container {
	border: 2px solid #69c;
	display: inline-block;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: white;
}

table.fastscan tbody tr:nth-child(even) td {
	background: #eef2ff;
}

table.fastscan tbody tr:nth-child(odd) td {
}

table.fastscan tbody tr td.hl {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

table.fastscan tbody tr:hover td {
    background: #d0dafd;
}

table.fastscan tbody tr.selected td{
	background: silver;
}

.form {
	width: 100%;
}

.form .group {
	width: 100%;
	padding: 0.25em 0em;
	/*margin: 0.75em 0.5em;*/
	margin-bottom: 0.5em;
	background: #E5E5E5;
	border-radius: 5px;
}

.form .group table tr td:first-child {
	width: 1px;
	white-space: nowrap;
}

.form .element {
	display: inline-block;
	margin-right: 0.25em;
	white-space: nowrap;
}

.group td {
	padding: 0.35em 0.5em;
	height: 1.6em;
}

.form input[type=text] {
	padding: 0.1em 0.25em;
}
.form label {
	padding: 0.1em 0.25em;
}

::selection {
  /*background: #aaaaff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  /*background: #aaaaff; /* Gecko Browsers */
}
