/* CSS Document */
.b-message {
    background: linear-gradient(to bottom, #FFFFFF 2%, #FBFBFB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    color: #65686D;
    cursor: default;
    margin: 0 0 20px;
    padding: 11px 40px 11px 18px;
    position: relative;
}
.message-close {
    cursor: pointer;
    font: 12px/10px 'FontAwesome';
    height: 9px;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 9px;
}
.message-success {
    background: none repeat scroll 0 0 #E2FCCF;
    border-color: #C4F8A1;
    box-shadow: 0 1px 3px #F2FFE9;
    color: #48AD38;
}
.message-error {
    background: none repeat scroll 0 0 #FFF0F0;
    border-color: #FFD2CF;
    box-shadow: 0 1px 3px #FFF7F7;
    color: #D24841;
}
.message-info {
    background: none repeat scroll 0 0 #ECF7FE;
    border-color: #C6EEFA;
    box-shadow: 0 1px 3px #F6FCFF;
    color: #2D76BB;
}


.typeahead__field{

    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 5px;

}
.typeahead__field input{

    font-size: 18px;
    border:0 !important;
    margin: 0;


}
.typeahead__item img{

    margin-right: 10px
}
.typeahead__dropdown, .typeahead__list{

    margin: 0;
    padding: 0;
}
.typeahead__list .name{

    color: #000;
}
.typeahead__container button{

    height: 100%;
    padding: 6px 30px;
    border: 0px;
    background-color: #ddd;
}
.typeahead__search-icon{
    color: #fff !important;
    padding: 15px;

}
.typeahead__list {
    max-height: 550px;
    overflow-y: auto;
    z-index: 100;
}


.typeahead__container .name{

    font-size: 18px;

}
.typeahead__list>li.typeahead__group:first-child{
    border:none;
}
.typeahead__list>li.typeahead__group+li.typeahead__item{
    border:none;
}
.typeahead__list>li.typeahead__group.active>a, .typeahead__list>li.typeahead__group>a, .typeahead__list>li.typeahead__group>a:focus, .typeahead__list>li.typeahead__group>a:hover{

    color: #fff;
    background: #00a4e1;
    font-size: 16px;

}
.typeahead__cancel-button {

    z-index: 10;

}
.typeahead__dropdown{
    z-index: 10;
}
.back_to_gits{

    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.back_to_gits.back_open{

    opacity: 1;
    height: 50px;

}
.back_container{
    height: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.back_container.back_container_open{
    height: 50px;
}
.machines_zoeken{


    margin-bottom: 10px;

}
.machines_zoeken .name{
    border-radius: 4px 4px 4px 4px !important;

}
