.top-nav ul.top-menu > li {
    margin-top: 10px;
}

.expanded .top-menu li#full-view-exit {
    display: inline-block;
}

.top-menu li#full-view-exit {
    display: none;
}

.expanded .top-menu li#full-view {
    display: none;
}

.dropdown-toggle.no-caret::after{
    display:none!important;
}

.top-menu li#full-view {
    display: inline-block;
}

.profile-ava img.avatar {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.blockUI.blockOverlay {
    z-index:2000!important;
}
.blockUI.blockMsg {
    z-index:2001!important;
}

.l-s-type-none {padding-left:2em!important;list-style-type:none!important;}

/* Retrait des caret dans les dropdown d'un navbar */
.navbar .dropdown-toggle::after {
    display:none;
}

#investigationMap, .secondaryMap {
    width: 100%;
    height: 800px;
    background-color: grey;
}

#investigationSearch{
    position:absolute;
    z-index:1000;
    right:80px;
    top:10px;
    padding:10px;
    background-color:#ffffff;
}
#newPlaceMap {
    width: 100%;
    height: 400px;
    background-color: grey;
}

#twine {
    width:100%;
    height:800px;
}

.search-box form {
    position: relative;
}

.search-box input {
    width: 350px;
    border-radius: 33px;
    border: none;
    height: 40px;
    padding-left: 20px;
    padding-right: 40px;
    letter-spacing: 0;
    background: #eeeeee;
}

.search-box input::-webkit-input-placeholder {
    color: #b1a7a7;
}

.search-box input::-moz-placeholder {
    color: #b1a7a7;
}

.search-box input:-ms-input-placeholder {
    color: #b1a7a7;
}

.search-box form i {
    position: absolute;
    right: 21px;
    top: 14px;
    font-size: 14px;
    color: #b1a7a7;
}

#investigation_warning {
    margin-top:60px;
}