
html
{
	height: 100%;
}
body
{
	margin: 0px;
}
#tcmetro-tree
{
	height: auto;
	width: 100%;
	background-color: #ffffff;
}

#loans-tree
{
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}



#select-mode
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#phi4-reload
{
	cursor: pointer;
	font-size: 30px;
}

#phi4-presets
{
	display: flex;	
	position: absolute;
//	width: 200vw;
}
.artnet-device
{
	width: 100vw;
}

.artnet-toolbar
{
	width: 100%;
	display: flex;
}
.artnet-button
{
	font-size: 30px;
	cursor: pointer;
	margin: 5px;
	
}
.confirm-message
{
	font-family: Futura PT, Helvetica,Arial,sans-serif;
	font-size: 16px;	
	color: #666666;	
}

.tcmetro-field-filler
{
	flex: 1 1 auto;	
}

.tcmetro-valid-icon
{
	font-size: 20px;
	margin: 6px;
}

#edit-user-menu
{
	margin-bottom: 20px;
}


.tcmetro-password-container
{
	position: relative;
	flex: 1 1 auto;
	
}

.tcmetro-password-eye
{
	position: absolute;
	right: 3px;
	top: 9px;
	cursor: pointer;
	
}

.tcmetro-password
{
	width: 100%;
}

.tcmetro-password-valid
{
	width: 20px;
	flex: 1 1 auto;
	
}

.forgot-password
{
	font-family: Futura PT, Helvetica,Arial,sans-serif;
	font-size: 16px;	
	color: #cc0000;	
	cursor: pointer;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	
	
}

.email-prompt-message
{
	margin-bottom: 10px;
	margin-top: 10px;
}

.tcmetro-hidden
{
	display: none !important;
}

.tcmetro-vote-item
{
	display: flex;
	flex-direction: column;
	border: 1px solid #666666;
	margin: 5px;
}

.tcmetro-vote-titlebar
{
	display: flex;
	flex-direction: row;
	font-family: Futura PT, Helvetica,Arial,sans-serif;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	background-color: rgb(240,240,240);
}

.tcmetro-vote-report-grid-header
{
	display: flex;
	flex-direction: row;
	font-family: Futura PT, Helvetica,Arial,sans-serif;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	background-color: rgb(240,240,240);
	border-top: 1px solid #666666;
}
.tcmetro-vote-name
{
	margin-right: 10px;
}
.tcmetro-vote-report-grid
{
	display: flex;
	flex-direction: row;
	font-family: Futura PT, Helvetica,Arial,sans-serif;
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	background-color: #ffffff;
}
.tcmetro-vote-report-vote-title
{
	width: 33.33%;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;	
}
.tcmetro-vote-report-staff-title
{
	width: 33.33%;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;		
}
.tcmetro-vote-report-commitee-title
{
	width: 33.33%;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;		
}

.tcmetro-vote-report-vote
{
	width: 33.33%;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;	
}
.tcmetro-vote-report-staff
{
	width: 33.33%;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;		
}
.tcmetro-vote-report-commitee
{
	width: 33.33%;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;		
}

.tcmetro-vote-report-commitee-item
{
	display: flex;
	flex-direction: row;
}

.tcmetro-vote-report-commitee-name
{
	flex: 1 1 auto;
}

.tcmetro-vote-report-commitee-vote
{
	
}
.tcmetro-vote-report-staff-item
{
	display: flex;
	flex-direction: row;
}

.tcmetro-vote-report-staff-name
{
	flex: 1 1 auto;
}


.tcmetro-vote-select-item
{
	display: flex;
	flex-direction: row;
}

.tcmetro-busy
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vh;
	height: 100vh;
	background-color: rgba(0,0,0,.5);
}


#tcmetro-tabbox .phi4-tree-body
{
	overflow: auto;
	height: 200px;
	
}

#tcmetro-vote-pane
{
	height: 400px;
	overflow: auto;
}