﻿/* AUTOCOMPLETE */

.autocomplete{
    width: 100%;
    position: relative;
}

.autocomplete input{
    font-size: 1.2em;
    width: 100%;
    padding:0.4em;
}

.autocomplete ul{
    position: absolute;
    left: 0;
    width: 100%;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    z-index: 1;
}

.autocomplete li{
    text-align: left;
    list-style:none;
    width: 100%;
    padding:0.4em;
    background-color: #fff;
}

.autocomplete li.active{
    width: 100%;
    background-color: #4bf;
}

.autocomplete .highlight {
    background-color: #E2E2E2;
}

.autocomplete li.active .highlight {
    background: #666;
    color: #fff;
}
.layout-shadow-wrap .container-fluid .selected_new_style .select-mod{
    
    font-size: 18px;
    padding: 3px 0;
    margin-top: -1px;
}
.push {
    padding-top: 13px;
}
.layout-shadow-wrap .container-fluid .selected_new_style2 .select-mod{
    
    font-size: 18px;
    margin-top: -1px;
    padding: 0px 0;
}


div.eventEstablishments .delete {
    width: 35px;
    margin-top: 2px; }

div.eventEstablishments .prix {
    width: 65px; }
div.eventEstablishments .prix input {
    width: 40px; }

div.eventEstablishments .inscription {
    margin-left: 5px;
    width: 105px; }


div.eventEstablishments .registre {
    width: 84px; }

div.eventEstablishments .evaluation {
    width: 99px; }

div.eventEstablishments .delete {
    width: 35px;
    margin-top: 6px; }
