﻿td, th {
	text-align: left;
}

thead td, thead th {
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
}

tbody th {
	font-weight: normal;
}

td.icon, th.icon {
	width: 14px;
	text-align: center;
}

table tbody tr.loading td {
	background: white url(../img/loading.gif) no-repeat 6px 6px;
	border: none;
	padding: 6px;
}

table tbody tr td.loading {
	background: white url(../img/loading.gif) no-repeat 6px 6px;
	border: none;
	padding: 6px;
}

table tbody tr.odd td.loading {
	background: white url(../img/loading.gif) no-repeat 6px 6px;
	border: none;
	padding: 6px;
}

td.denominationField, th.denominationField {
	line-height: 35px;
}

td.numeric, th.numeric, td.lackingDataForSystem, th.lackingDataForSystem, td.noEmphasise, th.noEmphasise {
	width: 40px;
	text-align: right;
	white-space: nowrap;
}

	td.numeric span, th.numeric span, td.lackingDataForSystem span, th.lackingDataForSystem span, td.noEmphasise span, th.noEmphasise span {
		white-space: nowrap;
		text-align: right;
	}


td.numericInfMissing, th.numericInfMissing {
	width: 40px;
	text-align: right;
    vertical-align: bottom;
}

	td.numericInfMissing span, th.numericInfMissing span {
		text-align: right;
		overflow: hidden;
	    vertical-align: bottom;
	}

tr.system, td.system, th.system {
	text-align: left;
	word-break: break-all;
}



tr.noEmphasise {
    text-align: right;
    color: brown
}

tbody.disabled, tbody.remain-disabled, tr.disabled, td.disabled, th.disabled {
	color: #777;
}

tbody.error, tr.error, td.error, th.error {
	color: #800;
}


table.numeric-form-table {
	width: auto;
}

	table.numeric-form-table th,
	table.numeric-form-table td {
		padding: 0 5px 4px 0;
		vertical-align: middle;
		text-align: center;
	}

table.numeric-form-table th.rightAlign,
table.numeric-form-table td.rightAlign{
    padding: 0 5px 4px 0;
    vertical-align: middle;
    text-align: right;
}

table.numeric-form-table th.float-level-value,
table.numeric-form-table td.float-level-value{
    width: 80px;
    padding: 0 5px 4px 0;
    vertical-align: middle;
    text-align: right;
}

	table.numeric-form-table tbody th {
		text-align: right;
		font-weight: normal;
	} 
	
	table.numeric-form-table .centerHeader{
        padding: 0 5px 4px 0;
		vertical-align: middle;
	    font-size: 12px;
	    font-weight: bold;
		text-align: center;
	    white-space: nowrap;
	}

table.numeric-form-table .rightHeader{
    padding: 0 5px 4px 0;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

table.indentedlist {
	width: 86%;
	margin: 0 0 20px 100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-spacing: 2px;
	border-collapse: separate;
}

table.list {
	width: 100%;
	margin: 0 0 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-spacing: 2px;
	border-collapse: separate;
}

table.cassettes {
    width: 100%;
    margin: 0 0 20px 0;
    border-collapse: separate;
}

table.cassettes td,
table.cassettes th {
    padding: 5px 6px 5px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid white;
    background: white;
}

table.cassettes td.top,
table.cassettes th.top {
    padding: 5px 6px 5px 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    background: white;
}

    table.cassettes td.middle,
    table.cassettes th.middle {
        padding: 5px 6px 5px 6px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        border-left: 1px solid white;
        border-right: 1px solid white;
        background: white;
    }

    table.cassettes td.bottom,
    table.cassettes th.bottom {
        padding: 5px 6px 5px 6px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-left: 1px solid white;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        background: white;
    }



	table.list td,
	table.list th,
	table.indentedlist td,
	table.indentedlist th {
		padding: 5px 6px 5px 6px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: white;
	}

    table.list td.noEmphasise,
    table.list th.noEmphasise,
    table.list td.lackingDataForSystem,
    table.list th.lackingDataForSystem {
        background: #ffb800;
    }

        table.list tr.lackingDataForSystem th.clickableListItem,
        table.cassettes tr.lackingDataForSystem th.clickableListItem{
            cursor: pointer;
            padding: 5px 6px 5px 12px;
            background: #ffb800 url(../img/plusminus.png) no-repeat left;
        }

		table.list th.problemSystem,
		table.list td.problemSystem {
			padding: 5px 6px 5px 6px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			background: white;
			color: #b44128;
		}

table.list tbody.discrepancy th,
table.cassettes tbody.discrepancy th {
    background-color: #b44128;
    color: white;
}
    table.list tr.selected td,
    table.list tr.selected th,
    table.list tbody.selected th,
    table.cassettes tr.selected td,
    table.cassettes tr.selected th,
    table.cassettes tbody.selected th,
    table.indentedlist tr.selected td,
    table.indentedlist tr.selected th,
    table.indentedlist tbody.selected th {
        background-color: #2832dc;
        color: white;
    }

    table.list tr td.float-level-value,
    table.list tr th.float-level-value,
    table.list tr.selected td.float-level-value,
    table.list tr.selected th.float-level-value,
    table.list tbody.selected th.float-level-value,
    table.cassettes tr td.float-level-value,
    table.cassettes tr th.float-level-value,
    table.cassettes tr.selected td.float-level-value,
    table.cassettes tr.selected th.float-level-value,
    table.cassettes tbody.selected th.float-level-value{
        padding-left: 10px;
        text-align: right;
    }

    table.list tr.odd td,
    table.list tr.odd th,
    table.cassettes tr.odd td,
    table.cassettes tr.odd th,
    table.indentedlist tr.odd td,
    table.indentedlist tr.odd th {
        background: #f7f7f7;
    }

table.list tr.even td,
table.list tr.even th,
table.cassettes tr.even td,
table.cassettes tr.even th,
table.indentedlist tr.even td,
table.indentedlist tr.even th {
    background: white;
}

    table.list tr.even.discrepancy td,
    table.list tr.even.discrepancy th,
    table.list tbody.discrepancy .even th {
        background-color: #b44128;
        color: white;
    }

    table.list tr.odd.discrepancy td,
    table.list tr.odd.discrepancy th,
    table.list tbody.discrepancy .odd th {
        background-color: #b44128;
        color: white;
    }

    table.list tr.even.selected td,
    table.list tr.even.selected th,
    table.list tbody.selected .even th,
    table.cassettes tr.even.selected td,
    table.cassettes tr.even.selected th,
    table.cassettes tbody.selected .even th,
    table.indentedlist tr.even.selected td,
    table.indentedlist tr.even.selected th,
    table.indentedlist tbody.selected .even th {
        background-color: #2832dc;
        color: white;
    }

    table.list tr.odd.selected td,
    table.list tr.odd.selected th,
    table.list tbody.selected .odd th,
    table.cassettes tr.odd.selected td,
    table.cassettes tr.odd.selected th,
    table.cassettes tbody.selected .odd th,
    table.indentedlist tr.odd.selected td,
    table.indentedlist tr.odd.selected th,
    table.indentedlist tbody.selected .odd th {
        background-color: #2832dc;
        color: white;
    }

table.list tr.odd th.rowspanned,
table.cassettes tr.odd th.rowspanned {
    background-color: white;
    color: #676a6c;
}

table.list tr.odd th.clickableListItem,
table.cassettes tr.odd th.clickableListItem {
    cursor: pointer;
    padding: 5px 6px 5px 12px;
    background: #f7f7f7 url(../img/plusminus.png) no-repeat left;
    color: #000000;
}

table.list tr.even th.clickableListItem,
table.cassettes tr.even th.clickableListItem {
    cursor: pointer;
    padding: 5px 6px 5px 12px;
    background: transparent url(../img/plusminus.png) no-repeat left;
    color: #000000;
}

table.list tr.selected th.clickableListItem,
table.cassettes tr.selected th.clickableListItem {
    cursor: pointer;
    background: #2832dc url(../img/plusminus.png) no-repeat left;
    background-position: -800px 50%;
    color: white;
}

    table.list tr.selected.safes th {
        background-color: #141e50;
        color: white;
    }

	table.list tr.odd th.reportListItem {
		cursor: pointer;
		padding: 5px 6px 5px 12px;
	}

	table.list tr.even th.reportListItem {
		cursor: pointer;
		padding: 5px 6px 5px 12px;
	}

	table.list tr.odd.selected th.reportListItem {
		cursor: pointer;
	}

	table.list tr.even.selected th.reportListItem {
		cursor: pointer;
	}

    table.list tr.involvedSystems.odd td {
        background-color: #2832dc;
        color: white;
    }

    table.list tr.involvedSystems.even td {
        background-color: #2832dc;
        color: white;
    }

	table.list thead td,
	table.list thead th,
    table.cassettes thead td,
    table.cassettes thead th
	table.indentedlist thead td,
	table.indentedlist thead th {
		padding: 6px 6px 5px 6px;
		font-size: 15px;
		color: #666;
	}


table.data {
	width: 100%;
	margin: 0 0 15px 0;
	border-spacing: 2px;
	border-collapse: separate;
}

	table.data td,
	table.data th {
		padding: 4px 6px 4px 6px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #e8e8e8;
		vertical-align: middle;
	}

    table.data tr.selected td,
    table.data tr.selected th,
    table.data tbody.selected th {
        background-color: #2832dc;
        color: white;
    }

	table.data .odd td,
	table.data .odd th {
		background: #f3f3f3;
	}

    table.data tr.odd.selected td,
    table.data tr.odd.selected th,
    table.data tbody.selected .odd th {
        background-color: #2832dc;
        color: white;
    }

	table.data .weekday-0 td,
	table.data .weekday-0 th {
		color: #a00;
	}

	table.data .odd.weekday-0 td,
	table.data .odd.weekday-0 th {
		color: #a00;
	}

	table.data .weekday-1 td,
	table.data .weekday-1 th {
		border-bottom: 2px solid #bbb;
	}

	table.data thead td,
	table.data thead th {
		padding: 5px 6px 4px 6px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #494949 url(../img/background.png) 0px 0px repeat-x;
		color: #fafafa;
	}


/* Overview table specifics */
table.overview td.actions {
	text-align: right;
}

table.overview {
	width: auto;
	min-width: 50em;
}


    table.overview th.clickableGroupNameItem {
        cursor: pointer;
        padding: 0 30px 0 16px;
        background: url(../img/menuarrows.png) no-repeat 5px 50%;
    }
        table.overview th.clickableGroupNameItem.selected {
            background: url(../img/menuarrows.png) no-repeat -1500px 50%;
        }
    table.overview thead th {
        font-size: 18px;
    }


	table.overview a {
		color: #676a6c;
	}

	table.overview a:hover{
		font-weight: bold;	    
	}

	table.overview tbody#safeList th{
		font-weight: normal;
	}
	table.overview tbody#noteMoverList th{
		font-weight: normal;
	}

		table.overview a.attention,
		table.overview span.attention,
		table.overview a.continue {
			margin-left: 10px;
			padding-left: 20px;
			background-repeat: no-repeat;
			background-position: left center;
		}

		table.overview a.attention,
		table.overview span.attention {
			background-image: url(../img/icon-error.png);
		}

		table.overview a.continue {
			background-image: url(../img/icon-arrow_refresh.png);
		}

span.attentiontype-icon,
span.statustype-icon {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background-image: url(../img/statusicons.png);
	background-repeat: no-repeat;
	text-indent: -1000px;
}

span.attentiontype-None {
	background-position: -30px 0px;
}

span.attentiontype-NeedsReplenishment,
span.attentiontype-NeedsCollection {
	background-position: -30px -15px;
}

span.attentiontype-HasError {
	background-position: -30px -30px;
}

span.statustype-icon {
	width: 25px;
	height: 12px;
	margin-top: 1px;
}

span.statustype-OpenFromRegister {
	background-position: 0px 0px;
}

span.statustype-Closed {
	background-position: 0px -45px;
}

span.statustype-Busy,
span.statustype-BusyBootingUp,
span.statustype-BusyCollection,
span.statustype-BusyCollectionToBaseUsingNoteMover,
span.statustype-BusyCollectionToBaseInTheOpen,
span.statustype-BusyCollectionToBaseWithCollector,
span.statustype-BusyCollectionToBaseIntoCashBox,
span.statustype-BusyCollectionToSpecifiedUsingNoteMover,
span.statustype-BusyCollectionToSpecifiedInTheOpen,
span.statustype-BusyCollectionToSpecifiedWithCollector,
span.statustype-BusyCollectionToSpecifiedIntoCashBox,
span.statustype-BusyCollectionOfLatestReconciliationUsingNoteMover,
span.statustype-BusyCollectionOfLatestReconciliationInTheOpen,
span.statustype-BusyCollectionOfLatestReconciliationWithCollector,
span.statustype-BusyCollectionOfLatestReconciliationIntoCashBox,
span.statustype-BusyCollectionOfCashBoxToSafe,
span.statustype-BusyReplenishment,
span.statustype-BusyReplenishmentUsingNoteMover,
span.statustype-BusyAdjustingCoins,
span.statustype-BusyPurging,
span.statustype-BusyPurgingNotesIntoCashBox,
span.statusType-BusyPurgingNotesInTheOpen,
span.statustype-BusyPurgingCoinsIntoCashBox,
span.statusType-BusyPurgingCoinsInTheOpen,
span.statustype-BusyDispensing,
span.statustype-BusyLoading,
span.statustype-BusyAtCashChanger,
span.statustype-BusyUnlockingCoinRecycler,
span.statustype-BusyUnlockingNoteRecycler,
span.statustype-BusyUpdatingSystem,
span.statustype-BusyUpdatingFirmware,
span.statustype-BusyUpdatingFirmwareOfMaster,
span.statustype-BusyUpdatingFirmwareOfCassette,
span.statustype-BusyUpdatingFirmwareOfNoteValidation,
span.statustype-BusyUpdatingPackages,
span.statustype-BusyMoveAtStartOfDayCollection,
span.statustype-BusyMoveAtEndOfDayCollection,
span.statustype-BusyMoveAtStartOfDayReplenishment,
span.statustype-BusyMoveAtEndOfDayReplenishment,
span.statustype-BusyMoveSpecifiedCollection,
span.statustype-BusyMoveSpecifiedReplenishment,
span.statustype-BusyStocktaking,
span.statustype-BusyStocktakingInTheOpen,
span.statustype-BusyStocktakingWithCollector {
    background-position: 0px -15px;
}

span.statustype-Disconnected,
span.statustype-PurgeOnly {
	background-position: 0px -30px;
}

span.statustype-Offline {
	background-position: 0px -45px;
}

span.statustype-Online {
	background-position: 0px 0px;
}



/* CashChanger Details Specifics */
/*table tr.placementstatus-Note td,
table tr.placementstatus-Note th {
}

table tr.placementstatus-Note.odd td,
table tr.placementstatus-Note.odd th {
}
    */

table tr.placementstatus-Note span.progressbar span {
	background-color: #ffb800;
}

table tr.placementstatus-Warning td,
table tr.placementstatus-Warning th {
	background-color: #b44128;
	color: #fff;
}

table tr.placementstatus-Warning.odd td,
table tr.placementstatus-Warning.odd th {
	background-color: #b44128;
}

table tr.placementstatus-Warning span.progressbar {
	background-color: #fff;
	border-top-color: #812;
	border-left-color: #812;
}

	table tr.placementstatus-Warning span.progressbar span {
		background-color: #000;
	}

table tr.placementstatus-Critical td,
table tr.placementstatus-Critical th {
	background-color: #b44128;
	color: #fff;
}

table tr.placementstatus-Critical.odd td,
table tr.placementstatus-Critical.odd th {
	background-color: #b44128;
}

table tr.placementstatus-Critical span.progressbar {
	background-color: #fff;
	border-top-color: #812;
	border-left-color: #812;
}

	table tr.placementstatus-Critical span.progressbar span {
		background-color: #000;
	}



/* Reports table specifics */
div.report-details {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	clear: both;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	font-size: 14px;
	position: relative;
}

div.suggestedFloat-details {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	clear: both;	
	border-left: 0;
	border-right: 0;
	font-size: 14px;
	position: relative;
}
	div.report-details strong {
		margin: 0 10px 0 0;
	}
	
div.report-print {
	text-align: right;
}

div.report table.data tfoot td,
div.report table.data tfoot th,
div.report table.data tfoot .odd td,
div.report table.data tfoot .odd th {
	border-top: 5px solid #fff;
	background-color: #d8e8f8;
	font-weight: bold;
}

div.grouped {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
}

div.innergroup {
    border-bottom: 1px #ccc;
    border-bottom-style: dotted;
    margin: 0 0 20px 0;
}



/* Firmware table (Diagnostics page) */
table.firmware {
	width: auto;
	margin: 4px 0 8px 0;
}

	table.firmware th,
	table.firmware td {
		padding: 2px 4px;
		font-size: 10px;
		border: 1px solid #bbb;
	}

	table.firmware th {
		background: #f4f4f4;
		color: #555;
	}

table#cashChangerListTable a.name {
	color: inherit;
	font-weight: normal;
}

table#cashChangerListTable a:hover {
	font-weight: bold;
}

.details-table table {
	width: 100%;
}

.details-table td {
	border-bottom: solid 2px #eee;
	display: table-cell;
	vertical-align: middle;
}

	.details-table td.numeric 
	{
	    white-space: nowrap;
		text-wrap: avoid;
		text-align: right;
	}

	.details-table td.denomination 
	{
	    white-space: nowrap;
		text-wrap: avoid;
		width: 1%;
	}


	.details-table td.percentage {
		width: 50%;
		height: 1.2em;
	}

		.details-table td.percentage div {
			background-color: #2832dc;
			height: 0.8em;
			border-radius: 2px;
		} 

		.details-table td.percentage.Note div {
			background-color: #ffb800;
		}

		.details-table td.percentage.Warning div, .details-table td.percentage.Critical div {
			background-color: #b44128;
		}
		
		.details-table td.percentage div.Blocked {
		    background-color: #5a75ff;
		}
		.details-table td.percentage.Note div.Blocked {
		    background-color: #141e50;
		}
		.details-table td.percentage.Warning div.Blocked, .details-table td.percentage.Critical div.Blocked {
		    background-color: #141e50;
		}


.details-table .total td {
	border: none;
}

.details-table .total .sum {
	float: right;
	margin: 0.2em;
	margin-bottom: 0;
}

.details-table .total .time {
	float: left;
	margin: 0.2em;
	margin-bottom: 0;
}

th.right-space {
	width: 600px;
}

table.list td > label,
table.cassettes td > label{
	display: block;
}
