/*******************************************************************************
 * Copyright 2012 University of Southern California
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * 	http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 * This code was developed by the Information Integration Group as part 
 * of the Karma project at the Information Sciences Institute of the 
 * University of Southern California.  For more information, publications, 
 * and related projects, please see: http://www.isi.edu/integration
 ******************************************************************************/

.commHistoryAndWorkspace{
	position:relative;
}
.commandHistory{
	background-color: #F0F0F0;
}
.commandHistoryBody {
	min-height: 200px;
	max-height: 600px;
	overflow:auto;	
}

.historyCheckbox {
	margin-top: 0px;
	margin-bottom: 0x;
}

.titleCommand{
	background-color: #050505;
	color: #999;
	text-align: center;
	padding: 5px;
}

.titleCommand a {
	color: #999;
}

.titleCommand a:hover, .titleCommand a:focus {
	color: #fff;
}
.CommandDiv {
	padding-left: 10px;
	padding-right: 5px;
}
.CommandDiv.undo-state {
	background-color: #AFAFAF;
	border: solid 1px;
	border-color:white;
	color: #999;
}
.CommandDiv.undoselected {
	background-color: #ADADAD;
}
.CommandDiv.undoable {
	color: #fff;
}
.CommandDiv.lastRun {
	background-color: rgb(255, 255, 150);
}
.CommandDiv.redo-state {
	background-color: #ADADAD;
	border: solid 1px;
	border-color:white;
	color: white;
}
.CommandDiv .checkbox {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-right: 10px;
	color: #000;
}
.CommandDiv.redoselected {
	background-color: #8B8989;
}

.CommandDiv.notUndoable {
	/* background-color: black; */
}
.iconDiv img {
	height: 20px; 
	width:20px;
}

.iconDiv {
	position: absolute;
	top:2px; 
	right:3px; 
	visibility: visible;
	cursor: pointer;
}

.command_glyphicon {
	margin-right: 5px;
}

.CommandDiv label {
    overflow: hidden;
    text-overflow: ellipsis;
}