/*
===============================================
Copyright 2020 Mentor Graphics Corporation

   All Rights Reserved.

THIS WORK CONTAINS TRADE SECRET
AND PROPRIETARY INFORMATION WHICH IS THE
PROPERTY OF MENTOR GRAPHICS
CORPORATION OR ITS LICENSORS AND IS
SUBJECT TO LICENSE TERMS.
===============================================
*/

.cmdFilterMGCmTab{
	width:330px;
	position: absolute;
	margin-left: 45px;
	display:none;
}

.cmdFilterMGCm{
    margin-top: 4px;
    margin-left: 3px;
    margin-right: 1px;
    height: 25px;
    width: 215px;
    float: left;
	background: url('../images/cmdFilterMGCm.png') no-repeat;
	background-size: 215px 25px;
}

.cmdFilterMGCmButton{
    opacity: 0;
	filter: alpha(opacity=0);
    margin-left: 3px;
    margin-right: 1px;
	margin-top: 2px;
    height: 23px;
    width: 25px;
    float: left;
}
.TabCloseOuterMGCm {
    border: 0;
    width: 16px;
    background-color: transparent;
    padding: 0;
    margin-top: 3px;
    margin-bottom: 0;
    margin-right: 2px;
    float: right;
}



.cmdFilterMGCmButton:hover, .cmdFilterMGCmButton:focus {
    opacity: 0.4;
	filter: alpha(opacity=30);
	background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

.cmdFilterMGCmText{
	border:none;
	font-size:12px;
	color:#009999;
	background-color: transparent;
    margin-left: 5px;
    margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 1px;
    height: 16px;
    width: 155px;
    float: left;
	position:absolute;

}

#cmdFilterListMGCm {
    position: absolute;
    top: -4px;
	left:47px;
	float: left;   
    display: none;
    z-index: 3;
    background-color: white;
	opacity:0.95;
}

#cmdScopeListMGCm {
    position: absolute;
    top: 0;
	left:0;
	float: right;   
    z-index: 100;
    background-color: white;
	opacity:1;
	color:#009999;
	font-size: 12px;
	border: 2px solid #416E98;
	height: 95px;
}
#cmdScopeListMGCmTitle {
    color:#009999;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    background: #E8EEF2;
    border-bottom: 2px solid #416E98;
	z-index: 100;
}
#cmdFilterScopeMGCmClose {
    margin-right:0px;
    margin-top: -2px;
	z-index: 100;
}
.ScopeCloseOuterMGCm {
    border: 0;
    width: auto;
    background-color: transparent;
    padding: 0;
    margin-top: -2px;
    margin-bottom: 0;
    margin-right: 2px;
    float: right;
}

#cmdFilterListMGCmContents {
    height: auto;
    width: 270px;
    border: 2px solid #009999;
}

#cmdFilterListMGCmTitle {
    color: #009999;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    background: #E8EEF2;
    border-bottom: 2px solid #009999;
}


#cmdFilterListMGCmLinks {
    left: 20px;
    overflow: auto;
    height: 306px;
	list-style: none;
}

#cmdFilterListMGCmLinks2 {
    left: 20px;
    overflow: auto;
    height: auto;
	list-style: none;
}
#cmdListboxMGCm {
    padding-left:15px;
    overflow: auto;
    height: 300px;
	width: 100%;
	font-size: 12px;
	list-style: none;
	opacity:0.95;
	color:#009999;
}

.cmdFilterListMGCmIndent {
	/*list-style: none;*/
	left:0px;
	padding-left:20px;
}

.cmdFilterListMGCmIndent li {

	list-style: none;
}

#cmdFilterListMGCmListLink{
    padding: 0px 0px;
    font-size: 1em;
    border-top: 2px solid #416E98;
    background: #E8EEF2;
}

#cmdFilterListMGCmClose {
    margin-right:0px;
    margin-top: -2px;
}


cmdFilterListMGCmLinks.selected {background:blue}


