/*
 * Basic
 */
html {
	overflow: hidden;
	border-top: 1px solid #dddddd;
}

body {
}

/*
 * Tables
 */
table.display td {
	white-space: nowrap;
	background-color: #ffffff;
	/*border: 1px solid #eeeeee;*/
}

table.display tr:hover td {
	background-color:#eeeeee;
}

table.display thead th {
	white-space: no-wrap;
}

table.display {
}

.dataTables_processing {
	padding-top: 20px;
	border: 2px solid #666666;
	background-color: #dddddd;
	color: #666666;
	background-image: url(../images/loopback.png);
	background-repeat: no-repeat;
	background-position: 8px 16px;
	padding-left: 48px;
	padding-right: 8px;
	width: auto;
}

deviceTable {
	/* nasce nascosta per motivi estetici, viene visualizzata alla fine */
	visibility: hidden; 
}

.dataTables_filter input {
	width: 300px;
}

tr.even td.sorting_1 {
	background-color: #ffffff;
}

tr.odd td.sorting_1 {
	background-color: #ffffff;
}

tr.even td.sorting_2 {
	background-color: #ffffff;
}

tr.odd td.sorting_2 {
	background-color: #ffffff;
}

tr.even td.sorting_3 {
	background-color: #ffffff;
}

tr.odd td.sorting_3 {
	background-color: #ffffff;
}



.dataTables_filter {
	float: left;
	text-align: left;
	width: 98%;
}

.dataTables_scrollBody {
	border-left: 1px solid #cccccc;
	position: relative;
	background-image: url(../images/table_scrollBody_border.png);
	background-repeat: repeat-y;
	background-position: 100% 0px;
}

.ColVis_MasterButton {
	float: right;
	width: 20px;
	border: 0px !important;
	background: url('../images/table-columns.png') no-repeat top left
		!important;
	margin-top: 9px;
}

div.ColVis_collection {
	position: absolute !important;
	top: 44px !important;
	left: inherit !important;
	right: 24px !important;
	width: 150px !important;
}

.dataTables_processing {
	top: 50px;
	font-weight: bold;
	z-index: 1;
	vertical-align: middle;
}

/*
 * Dialogo per la selezione del gruppo
 */
#currentGroupBar {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 2px;
}

#currentGroupName {
	font-weight: bold;
}

#groupTree {
	margin-top:8px;
	height: 360px;
}

.jstree-current { 
	background:#beebff !important; 
}

/*
 * Selezione
 */
.rowSelected td {
	font-weight: bold;
	background-color: #cccccc !important;
}

/*
 * Impostazioni di pagina
 */
* {
	font-family: arial, sans-serif;
	font-size: 12px;
}

#logoRoom {
	width: 100px;
}

#navigation {
	margin-bottom: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
	/*background-position: 2px 10px;*/
	background-position: right top;
	background-image: url(../images/logotm.png);
	
	/* nasce nascosto per motivi estetici, viene visualizzata alla fine */
	visibility: hidden; 
}

#tabHome {
	float: left;
}

#tabSelection {
	float: left;
}

#searchImage {
	position: relative;
	top: +4px;
}

.thDeviceIcon {
	width: 24px;
}

.toolbarButtons {
	cursor: pointer;
	position: relative;
	top: +4px;
	margin-left: 6px;
}

#tablePreferenceSets
{
	margin-left: 4px;
}

#groupBtnLabel {
	cursor: pointer;
	font-weight: bold;
	margin-left: 4px;
}

#groupBtnLabel:hover {
	text-decoration: underline;
}

.toolbarSeparator {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #aaaaaa;
	margin-left: 6px;
}

#groupDialog {
	display: none;
}


/*
 * Menu home
 */
#tabPanelHome {
	padding: 8px;
	background-image: none;
}

#userInfoPanel {
	width: 100%;
	background-color: #dddddd;
	background-image: none;
	border: 1px solid #dddddd;
	margin-top: 0px;
	margin-bottom: 20px;
	cursor: default;
	height: 40px;
}

#infoLoggedUserName {
	font-weight: bold;
}

#userInfoIcon {
	padding-top: 4px;
	float: left;
	padding-left: 4px;
}

#userInfoInfo {
	float: left;
	padding-top: 4px;
	padding-left: 4px;
}

#userInfoLogout {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.linkIcon {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	cursor: pointer;
}

.linkIcon:hover {
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
}

.linkIcon img {
	border: 0px;
}

.linkTitle {
	font-weight: bold;
}

.linkDescription {
	font-style: italic;
	font-size: smaller;
}

/*
 * Loading
 */
#loadingIcon {
	
}

/*
 * Form
 */
label.error {
	color: red;
	margin-left: 10px;
}

input.error {	
}

/*
 * Remote control sessions page
 */
#remoteControlSessionTable {
	border: 1px solid #eeeeee;
}

#remoteControlSessionTable th {
	background-color: #eeeeee;
	font-weight: bold;
}

/*
 * Vnc
 */
#vncContainerLogo {
	padding-top: 4px;
	float: left;
	margin-right: 4px;
}

#vncCloseAllBtn {
	float: left;
}

#vncCloseAllBtn .ui-button-text {
	font-size: 10px !important;	
}

#vncContainerLogoutBtn .ui-button-text {
	font-size: 10px !important;	
}

#vncAppletContainer {	
	float: left;
}

#vncContainerLogoutBtn {
	float: right;
}

#vncContainerLogoutBtn img {
	padding-top: 4px;
	border: 0px;
}


/*
 * Settings dialog
 */
.settingsDialog {
	display: none;
}

/*
#settingsBtn {
	float: right;
	margin-top: 8px;
	margin-right: 4px;
}

#settingsBtn .ui-button-text {
	font-size: 10px !important;	
}
*/

.homeToolbarButtons {
	cursor: pointer;
	position: relative;
	top: +14px;
	margin-left: 6px;	
}

#prefPollForChangesBtn {
	float: right;
	margin-right: 8px;
}

#prefLocaleBtn {
	float: right;
}

#prefAddBtn {
	float: right;
}

#prefRemoveBtn {
	float: right;
}

#prefRenameBtn {
	float: right;
}

#currentPrefHomeDiv {
	float: right;
	position: relative;
	top: +10px;
}

.settingsSeparator {
	clear:both;
	height:4px;
	overflow:hidden;
	border-top:1px solid #cccccc;
	margin-top:4px;
}

/*
 * Contenuto del pannello informativo
 */
.infoPanel_ajaxResponse {
	border-spacing: 0px;
}

.infoTitle {
	/*float: left;*/
	font-weight: bold;
	margin-right: 4px;	
	width: 100px;
	text-align: right;
	white-space: nowrap;
}

.infoValue {
	/*float: left;*/
	white-space: nowrap;
}

.infoRow {
	/*clear: both;*/		
}

.infoSeparatorRow {
	height: 2px;
	overflow: hidden;
	margin-bottom: 0px;
}

.infoSeparatorRow td {
	font-size: 2px;
	padding-bottom: 2px;
}

.infoSeparator {
	border-bottom: 1px solid #cccccc;
}

/*
 * Remote operation dialog
 */

#remoteOperationDialog {
	display: none;
} 

.remoteMessage {
	display: none;
}

.remoteDevice {
	font-weight: bold;
}

/*
 * Remote credentials dialog
 */
#remoteCredentialsDialog {
	display: none;
}

.credentialDisabled {
	background-color: #cccccc !important;
}

#remoteCredentialsErrorMessage {
	color: #ff0000;
	
}

/*
 * Send message dialog
 */
#remoteSendMessageDialog {
	display: none;
}

#remoteSendMessageDialog td {
	white-space: nowrap;	
}

.sm_line {
	width: 500px;
}

/*
 * Export dialog
 */
 #exportDialog {
 	display: none;
}

/*
 * Ombra per i dialoghi
 */
 .ui-dialog {
	box-shadow: 4px 4px 5px #666666;
 } 
 
 /*
  * Miglioramento lista colonne visibili nelle tabelle
  */  
 .ColVis_title { 
 	left: 4px;
    position: relative;
    top: -2px;    
    margin-right: 4px;
 }
 
 .ColVis_Button span {
    white-space: nowrap;
}
 
 .ColVis_collection {
 	overflow-y: auto;
 	max-height: 80%;
 }