/*
Change for the background color
*/
body {
  background-color: #eeedeb;
  color: #666666;
  font-family: 'Clear Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 60px 0 0;
}

.navbar-inner
{  background-image: linear-gradient(to bottom, #FFF, #FFF);
} 
/* Change the text wrap of the Quick Info Metadata region to prevent ellipses */
.dropdownView, .inputFieldView {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 0;
    text-wrap: balance;
}

/*====================================================================================*/
/* Remove Priority bar and rating - Requested by Leslie in BC 02/03/2015 MM SCS*/
.preview-title .status-bar.status-0 {
  border: 1px solid #ccc;
  display: none;
}
.preview-title .status-bar {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 3px;
    left: 0;
    position: absolute;
    height: 100%;
    width: 0px;
    top: 0;
    cursor: pointer;
    border: 1px dashed #ccc;
    display: none;
}
/* Push the Title field to the lst edge*/
.preview-title .right-panel {
    position: relative;
    margin-left: 0px;
    width: calc(100% - 20px - 18px);
}
.preview-title .rating-info {
  cursor: pointer;
  display: none;
  font-size: 24px;
  line-height: 24px;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;*
  display: inline;/* IE7 inline-block hack */*zoom:1;
}
/*====================================================================================*/

/* Set Active icon to black*/

.main-menu-item-link.active, .main-menu-item-link:hover {
    color: #000;
    text-decoration: none;
}

.extended-nav .settings-link:hover {
  color: #000;
}
/* Set the Tile width to support WHHA names*/

.collections-list-item-in {
    background-size: 400px 169px;
    display: block;
    position: relative;
    height: 169px;
    width: 400px;
    z-index: 10;
}

/* Set the width of the sidebar */

#sidebar {
    padding-bottom: 140px;
    width: 312px;
}