/* Page HAL CSS */

#wphal-keys {
    text-align : justify;
    word-wrap: break-word;
}

#wphal-keys a{
    text-decoration:none;
    white-space: nowrap;
}

#wphal-aut{
    max-height : 500px;
    overflow: auto;
}

#wphal-discipline{
    max-height : 500px;
    overflow: auto;
}

#wphal-keyw{
    max-height : 500px;
    overflow: auto;
}

#wphal-rev{
    max-height : 500px;
    overflow: auto;
}

#wphal-an{
    max-height : 500px;
    overflow: auto;
}

#wphal-institu{
    max-height : 500px;
    overflow: auto;
}

#wphal-labo{
    max-height : 500px;
    overflow: auto;
}

#wphal-dpt{
    max-height : 500px;
    overflow: auto;
}

#wphal-rteam{
    max-height : 500px;
    overflow: auto;
}

.grp-content{
    max-height : 250px;
    overflow: auto;
}


ul.wphal-discipline li{
    list-style: none !important;
}

#wphal-menu, #wphal-menu ul{
    padding: 5px;
    margin: 0;
    list-style: none;
}


#wphal-menu li {
    display: inline-block;
    padding-right: 10px;
}
#wphal-menu li ul {
    padding: 8px 8px 8px 16px;
    background: #fff;
    border : 1px solid #BEBEBE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#wphal-menu a {
    border-bottom: none !important;
    text-decoration: none !important;
    display: block;
}
#wphal-menu ul {
    position: absolute;
    left: -999em;
    text-align: left;
    width: 450px;
    padding: 5px;
}
#wphal-menu li:hover ul {
    left: auto;
}

.wphal-pagination {
    text-align: center;
    margin: 20px;
}

.wphal-pagination a, .wphal-pagination li {
    background: #fff;
    display: inline-block;
    padding: 4px 8px;
    border-bottom: none !important;
    text-decoration: none !important;
    line-height: 1.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wphal-pagination .disabled {
    pointer-events: none;
}

.wphal-pagination a:hover {
    background-color: #BEBEBE;
    color: #fff;
}

.wphal-pagination .active a{
    background: #BEBEBE;
}

#wphal-content button{
    margin : 5px;
}

.wphal-infocontact {
    margin-bottom : 15px;
}

.grp-div .wphal-titre-groupe{
    padding: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    background-color: #f7f7f7;
    text-transform: uppercase;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ebebeb;
}

.grp-div .grp-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wphal-nbmetadata {
    float:right;
    color:#999999;
    font-weight:normal;
    text-transform: lowercase;
    font-size: 12px;
}

.wphal-nbtot {
    font-weight: bold;
    font-size: x-large;
}


/* Widget CSS */

.widhal-li {
    padding-bottom : 5px;
}

.widhal-ul {
    
}