/*
   Add the following to your CSS file should you wish the cursor to
   "wait" while the script is processing the sort

body.sort-active *
        {
        cursor:wait;
        }
*/

/* table
        {
        width: auto;
        padding: 0;
        margin: 0 auto 1.5em auto;
        border-left: 1px solid #C1DAD7;
        border-collapse:collapse;
        } */
.cs1
        {
        width:30em;
        }
.cs2
        {
        width:20em;
        }
.cs1 td,
.cs2 td,
#scientificNotation
        {
        text-align:right;
        }
caption
        {
        padding: 0 0 5px 0;
        margin:0 auto;
        width:auto;
        font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
        }
/* th
        {
        font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        padding: 8px 12px 4px 12px;
        background: #CAE8EA url(../media/bg_header.jpg) no-repeat;
        vertical-align:middle;
        } */
td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #C1DAD7;
        background: none;
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime
        {
        cursor:pointer;
        padding: 2px 0px;
	/*background: #007AA5; */
	/*background: #2485db; */
	background: #cfdeee;
background-repeat: repeat;
padding: 5px 0 5px 0px;
color : #000000;
font-weight : bold;
text-align: center;
        }
th.forwardSort
        {
        background: #2485DB;/* url(../images/bg_header_down.jpg) no-repeat 0 0;*/
		color: #ffffff;
        }
th.reverseSort
        {
        background:#2485DB;/* url(../images/bg_header_up.jpg) no-repeat 0 0;*/
		color: #ffffff;
        }
th.klachtsortable,
th.klachtsortable-text,
th.klachtsortable-numeric,
th.klachtsortable-date-dmy
{
    cursor:pointer;
        padding: 2px 0px;
background: #f7964c;
background-repeat: repeat;
padding: 2px 0 2px 10px;
color : #fff;
font-weight : bold;
text-align: center;
}
		.
table thead th.forwardSort a,
table thead th.reverseSort a
        {
        color: #ffffff;
        text-decoration:none;
        }
/*
These styles should be added when very long tables are expected
th.sort-active
        {
        background:#CAE8EA url(../media/bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }

th a
        {
        text-decoration:none;
        color: #4f6b72;
        background:transparent;
        }
td a
        {
        text-decoration:none;
        color:#239;
        background:transparent;
        }
td img
        {
        margin:0 auto;
        border:3px solid #ddd;
        }
td a:hover
        {
        color:#a84444;
        border-bottom:1px dotted #a80000;
        background:transparent;
        }
td
        {
        font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding: 6px 12px 6px 12px;
        color: #4f6b72;
        }
td.lft
        {
        text-align:left;
        }
tr.alt
        {
        background: #F5FAFA;
        color: #797268;
        }*/

/* Poor old Internet Explorer 6 has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used (which means a 1000 row table
   will produce 1000 http requests for the image in question) 
tr[class="alt"] td
        {
        background: #F5FAFA url(../media/td_alt.jpg) no-repeat;
        }
td[class~="alt"]
        {
        background: #edf3f3 url(../media/col_alt.jpg) no-repeat !important;
        }
/* Poor old Internet Explorer won't see the next two rules either as it doesn't get :first-child 
tbody tr.alt td:first-child
        {
        background: #F5FAFA url(../media/bullet2.gif) no-repeat;
        font-weight:bold;
        }
tbody tr td:first-child
        {
        background: #fff url(../media/bullet1.gif) no-repeat;
        font-weight:bold;
        }*/
/* Image free rules for Internet Explorer < 7 */
/* html tr.alt td
        {
        background-color:#F5FAFA;
        }
* html tr td.alt,
* html tr.alt td.alt
        {
        background-color:#edf3f3;
        }
p
        {
        width:800px;
        margin:0 auto 1.6em auto;
        }
        */
/* Pagination list styles */
ul.fdtablePaginater
        {
        display:table;
        list-style:none;
        padding:0;
        margin:5px auto;
        text-align:center;
        height:1em;
        width:auto;
        }
ul.fdtablePaginater li
        {
        display:table-cell;
        padding-right:4px;
        color:#666;
        list-style:none;
        
        -moz-user-select:none;
        -khtml-user-select:none;
        }
ul.fdtablePaginater li a.currentPage
        {
        border-color:#007AA5 !important;
        color:#000;
	text-align:center;
        }
ul.fdtablePaginater li a:active
        {
        border-color:#222 !important;
        color:#222;
        }
ul.fdtablePaginater li a,
ul.fdtablePaginater li div
        {
        display:block;
        width:2em;
        font-size:1em;
        color:#666;
        padding:0;
        margin:0;
        text-decoration:none;
        outline:none;
        border:1px solid #ccc;
        font-family:georgia, serif;
        }
ul.fdtablePaginater li div
        {
	    text-align:center;
        cursor:normal;
        opacity:.5;
        filter:alpha(opacity=50);
        }
ul.fdtablePaginater li a span,
ul.fdtablePaginater li div span
        {
        background:#FFFFFF url(../images/gradient.gif) repeat-x scroll 0 -20px;
border:1px solid #FFFFFF;
display:block;
line-height:1.5em;
        }
ul.fdtablePaginater li a
        {
        cursor:pointer;
	text-align:center;
        }
ul.fdtablePaginater li a:focus
        {
        color:#333;
        text-decoration:none;
        border-color:#aaa;
        }
.fdtablePaginaterWrap
        {
        text-align:center;
        clear:both;
        text-decoration:none;
        }
ul.fdtablePaginater li .next-page span,
ul.fdtablePaginater li .previous-page span,
ul.fdtablePaginater li .first-page span,
ul.fdtablePaginater li .last-page span
        {
        font-weight:bold !important;
        }
/* Keep the table columns an equal size during pagination */
td.sized1
        {
        width:16em;
        text-align:left;
        }
td.sized2
        {
        width:10em;
        text-align:left;
        }
td.sized3
        {
        width:7em;
        text-align:left;
        }
tfoot td
        {
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
#visibleTotal
        {
        text-align:center;
        letter-spacing:auto;
        }
* html ul.fdtablePaginater li div span,
* html ul.fdtablePaginater li div span
        {
        background:#eee;
        }
tr.invisibleRow
        {
        display:none;
        visibility:hidden;
        }
p.paginationText
        {
        font-style:oblique;
        }
div#theTable-fdtablePaginaterWrapTop{
}
a.fdTableSortTrigger:link, a.fdTableSortTrigger:visited{
color: #000;
font-weight:bold;
}

table.viewtable{
    border: 1px solid #bebebe;
    border-collapse: collapse;
}
.viewtable tr td{
    border: 1px dotted #dcdcdc;
    border-collapse: collapse;
}
.viewtable th{
    border: 1px solid #bebebe;
    border-collapse: collapse;
}
.viewtable1 tr:nth-child(even){
    background: #efefef;
}

.viewtable1 tr:nth-child(1){
    /*background: #2485db; */
    background: #cfdeee; 
    font-weight: 700;
    padding: 6px;
    text-align: center;
    color: #000000;
    height: 30px;
}

input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
  margin-right: 5px;
}

input[type="checkbox"] {
    margin-top: -1px;
    vertical-align: middle;
    margin-right: 5px;
}

.ui-tooltip {
  padding: 10px 20px;
  border-radius: 5px;
  font-family:"Open Sans",sans-serif;
  /*text-transform: uppercase;*/
  /*box-shadow: 0 0 7px black;*/
  word-wrap: break-word;
  line-height: 1.4em;
}
.ui-tooltip.warning {
  color: #353d41;
  background: #e7f7ff none repeat scroll 0 0;
  border: 2px solid #666;
  font-size: 1.2em !important;
  /*border: 1px solid #8C489F;*/
}
.ui-tooltip.danger {
  color: #212942;
  background: #CABA75;
}
.suspension{
    
}
.suspension::before {
  /*content: attr(data-superscript);*/
  content: '*';
  /*white-space: pre;*/
  color: #b20000;
  font-size: 1.3em;
  top: -5px;
  position: relative;
  vertical-align: text-top;
}
.pipeget:before{
    vertical-align: 27%;
    content: "| ";
    font-size: 60% !important;
}
.pipeget1:before{
    vertical-align: 60%;
    content: "| ";
    font-size: 50% !important;
}
