.mainText {
    width: 86%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    float: left;
}

#popover-grouped-list .mainText {
    width: 100%;
    float: none;
}

.subText {
    float: left;
    width: 90%;
    font-size: 12px;
    font-style: italic;
    color: gray;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.collapseAll {
    width: auto;
	margin-right:10px;
	display : none;
}

.popUp {
    background-image: url('../images/inlinePopout.png');
    background-attachment: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

.locationViewsPopUp {
    background-attachment: bottom bottom;
    background-repeat: no-repeat;
    width: 40%;
    height: 100px;
    cursor: pointer;
    float: right;
}

.listItem {
    font-size: 14px;
    height: auto;
    padding-left: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
    text-align: left;
    background-color: white;
    cursor: pointer;
    color: black;
    font-weight: normal;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
    border-bottom: 1px solid #ddd;
}

/* This is applied for panel items  on mouse hover */
.listItem:hover {
    background: none;
    background-color: #eed;
    color: #000000;
}

.listPanel {
    height: auto;
}

.titlebar {
    height: auto;
    color: white;
    font-size: 14px;
    text-shadow: 0 -1px 1px black;
    background-color: hsl(214,39%,30%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, hsl(214,39%,30%)), color-stop(1, hsl(214,39%,28%)));
    background-image: -moz-linear-gradient(center bottom, hsl(214,39%,30%) 0%, hsl(214,39%,28%) 100%);
    background-image: -ms-linear-gradient(center bottom, hsl(214,39%,30%) 0%, hsl(214,39%,28%) 100%);
    background-image: -o-linear-gradient(center bottom, hsl(214,39%,30%) 0%, hsl(214,39%,28%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B4363', endColorstr='#2E486A',GradientType=0 );
    font-size: 14px;
    padding-bottom: 4px;
    padding-left: 1px;
    padding-top: 4px;
    text-align: left;
    cursor: pointer;
}

.headerText {
    font-size: 14px;
    height: auto;
    padding-left: 4px;
    padding-bottom: 1px;
    padding-top: 4px;
    text-align: left;
    cursor: pointer;
}

/* THis is applied for panel header count */
.headingCount {
    position: relative;
    top: 1px;
    float: right;
    margin-right: 8px;
    height: 15px;
    min-width: 1px;
    color: #606c88;
    background-color: white;
    text-shadow: none;
    vertical-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* THis is used for panel header count text */
.headingCountNumber {
    padding: 0px 4px 7px 4px;
    position: relative;
    top: 0px;
}

#platform-grouped-list {
    height: 89%;
    height: 89%;
    background-color: white;
    margin-top: 60px;
    margin-bottom: 33px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    vertical-align: middle
}

#platform-grouped-list>div {
    overflow: auto;
}

#popover-grouped-list, #config-popover-groupedlist {
    position: relative;
    height: 176px;
    width: 100%;
    background-color: gray;
    overflow-y: auto;
    z-index: 2;
}

#config-popover-groupedlist {
    height: 92%;
}

/* Following are used for showing the attributes in popup */
/* ---------------------- Start ---------------------------------------*/
/* This is for modifying the Attributes name */
.attributeName {
    float: left;
    font-weight: bold;
    text-align: left;
}

/* This is for modifying the attribute value */
.attributeValue {
    float: right;
    font-weight: lighter;
    padding-right: 10px;
    text-align: right;
}

.next_prevous_btn {
    color: DodgerBlue;
    cursor: pointer;
    font-weight: bold;
}

/*
The below classes are used for list items in configuration panel
*/
.configPanelCheckBox {
    background-attachment: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

.emptyArray {
    color: gray;
    cursor: auto;
}

.colorGrey {
    color: grey;
}

.colorBlack {
    color: black;
}

.iesd-editable-text {
    color: black;
    font-weight: normal;
    width: 100%;
    height: 100%;
}

.panelitem_hide:hover {
    background-color: gray;
    cursor: text;
}
