/*

#content
{
    margin-top: 50px;
}

#panel_navigation
{
    top: 0;
    position: fixed;
}

*/

#panel_navigation
{
    z-index: 9999;
    -webkit-transition: background-color .7s ease-out;
    -moz-transition: background-color .7s ease-out;
    -o-transition: background-color .7s ease-out;
    transition: background-color .7s ease-out;
}

ul.tabHeaders li
{
    color: #f5f5f5;
    border-radius: 4px;
    border: 0px;
}

ul.tabHeaders li.active
{
    color: #ffffff;
    background-color: #aaaaaa;
}


ul.tabHeaders3>li.tabHeader-divider
{
    padding: 10px 0;
    margin: 0 20px;
}

ul.tabHeaders3>li.tabHeader-divider .divider
{
    border-left: 1px solid #989dff;
    height: 34px;
}


.icon
{
margin:2px 6px 0px 0px;
}


.humanDate
{
margin:0px 0px 12px 0px;
color:#888899;
}

.articleCount
{
    color: #ffffff;
    background-color: #51e7d8;
    border-radius: 50%;
    padding: 5px;
    min-width: 10px;
    text-align: center;
    font-size: 10px;
    margin-left: 5px;
    margin-top: -5px;
    font-weight: normal;
}

.articleCount.pending
{
    background-color: #f3a8d5;
}

.articleCount.articleCount-heading
{
    font-size: 14px;
    margin-left: 10px;
    margin-top: 3px;
    padding: 5px 8px;
}

.black { color: #222233; }
.silver { color:#aaaacc; }

#list_liveArticlesets > li > h3
{
padding-bottom:8px;
}

#list_liveArticlesets > li > ul > li
{
margin:0px;
padding:8px 12px;
}

#list_liveArticlesets > li > ul > li:nth-child(odd)
{
background-color:#f8f8ff;
}

#list_liveArticlesets > li > ul > li > h4
{
font-size:16px;
font-weight:bold;
color:#0088ff;
margin:0px;
display:inline;
}


#list_liveArticlesets > li > ul > li button
{
visibility:hidden;
}

#list_liveArticlesets > li > ul > li:hover button
{
visibility:visible;
}


.vocabularyWords
{
color:#0055ff;
}

.articlesetSummary
{
font-size:14px;
line-height:24px;
color:#7d7d7d;
border:3px solid #f4f4f5;
border-radius:3px;
padding:15px 15px;
}

.button_togglePacketrequestList
{
    display: none;
    margin-top: 4px;
}

.list_openArticlesets .button_togglePacketrequestList
{
    display: block;
}

.list_openArticlesets .openAssignmentStatus
{
    display: none;
}

.standardTag, .descriptorTag
{
    max-width: 370px;
    margin: 4px 2px;
}

.standardTag .label, .descriptorTag .label
{
    max-width: 350px;
}

.standardTag .removeButton, .descriptorTag .removeButton
{
    color: #ffffff;
    cursor: pointer;
    font-size: 9px;
    font-weight: normal;
    background-color: #ff6e83;
    padding: 2px 4px;
    margin-top: -1px;
    margin-right: 4px;
    border-radius: 50%;
}

.descriptorTags
{
    margin-bottom: 8px;
}

.descriptorTags ul li
{
    background-color: #5dd54f;
    padding:4px 8px;
    text-align:center;
    color: #ffffff;
    cursor: default;
    float: left;
    border-radius:12px;
    font-size: 10px;
    font-weight: bold;
    margin-right: 10px;
}

.descriptorTags ul li.highly-rigorous
{
    background-color: #ff2baa;
}


.panel_standard-relations
{
    display: none;
}


.list_finalizedArticlesets .panel_standard-relations
{
    display: inline;
}

.oer
{
    font-size: 18px;
    color: #2e8cb0;
    letter-spacing: -1px;
    font-weight: bold;
    margin-top: 4px;
}

.copyrightLicense
{
    font-size: 11px;
    margin-top: 4px;
    color: #cccccc;
}