﻿/**
 * This CSS file contain all CSS classes
 * for the default completion normal size
 *
 * @author      FIBO team
 * @copyright (C) France Telecom
 */
 
#cartouche #searchForm div,
.emea #cartouche #searchForm div{width:100% !important;}
 /*Default Design*/
.cmpl.box,
.emea .cmpl.box{
    background-color: #FFF;
    width: 100%;
    top: 67px;
    left: 0;
    overflow: hidden;
    z-index: 900;
}
.emea .cmpl.box{
    top: 0px !important;
}
.cmpl .label,
.emea .cmpl .label {
    color: #333;
    font-family: arial, sans-serif;
    font-size: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/* add shadow on top of default and toptrend block */
.cmpl .label.blockTop,
.emea .cmpl .label.blockTop {
    position: relative;
    -webkit-box-shadow: inset 0 5px 8px -2px rgba(100, 100, 100, 0.4);
    box-shadow: inset 0 5px 8px -2px rgba(100, 100, 100, 0.4);
    padding-bottom: 8px;
}
/* common suggestions */
.cmpl .suggestion,
.emea .cmpl .suggestion {
    border-collapse: collapse;
    cursor: pointer;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    color: #333;
    padding: 0 5px;
}
.cmpl .suggestion.highlighted,
.emea .cmpl .suggestion.highlighted {
    background-color: #979797;
    color: #FFF!important;
}
.cmpl .suggestion .content,
.emea .cmpl .suggestion .content {
    display: block;
    font-family: arial, sans-serif;
    font-size: 15px;
    margin: 5px 0 0 3px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    font-weight: bold;
}
.cmpl .suggestion .content b,
.emea .cmpl .suggestion .content b,
.cmpl .suggestion .content strong,
.emea .cmpl .suggestion .content strong {
    color: #666666;
    font-weight:normal;
}
/* DIRECTLINK */
.cmpl .suggestion.link .content,
.emea .cmpl .suggestion.link .content {
    color: #0044BB;
    text-decoration: underline;
}
.cmpl .suggestion.link .rightLabel {
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #979797;
    float: right;
    line-height: 30px;
}
.cmpl .suggestion.link.highlighted .content,
.cmpl .suggestion.link.highlighted .rightLabel {
    color: #FFF;
}
.cmpl .label,
.emea .cmpl .label {
    background-color: #000;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    /* height: 25px; */
    line-height: 27px;
    overflow: hidden;
    padding: 10px 0px 0px 10px;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom:3px;
}
.emea .cmpl .label {
    padding: 0px 0px 0px 10px;
}
.cmpl .label:hover,
.emea .cmpl .label:hover{
    background-color: #555;
}
/*.cmpl.box {
    border: 1px solid #999;
    left: -1px;
    top: 0;
    width: 426px;
    .left: 5px;
    top: 3px\9;
    width: 398px\9;
    box-shadow: none;
}
*/
.cmpl .suggestion.highlighted,
.emea .cmpl .suggestion.highlighted{
    background-color: #eeeeee;
}
.cmpl .suggestion,
.emea .cmpl .suggestion{
   /* border-top: 1px solid #EEE;*/
    color: #999999;
    /*height: 25px;*/
    padding: 0px 10px;
}
.langContainer,
.emea .langContainer {
    margin: 7px 0 0 10px;
    vertical-align: top;
    display: none/*inline-table*/;
    font-family: Arial;
}
#cartouche{
/*
    display: inline-table;
	background-color:#ffffff !important;
    */
}
.lang{
    font-size: 11px;
    font-weight: bolder;
    text-decoration: none;
    cursor: pointer;
}
.selected{
    color: #F60;
}