.aln-fixed-banner {
    background: #465b6f url("/img/reservall-annonces-algerie.png") no-repeat center 0;
    position: absolute;
    height: 268px;
    width: 100%;
    border-bottom:1px solid #F5F4FE;
}

.aln-container {
    /*background-color: rgba(255,255,255,0.7);*/
    z-index: 2;
    position: relative;
}

.aln-container .panel-info {
    border-color: #F5F4FE;
    box-shadow: none;
}

.aln-container .panel-info > .panel-heading {
    background: #F5F4FE;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px 0;
    background-image: none;
    border-color: #bce8f1;
    color: #31708f;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #F5F4FE;
}

.aln-container .nav-tabs {
    border-bottom: none;
}
.select2-drop-active, .select2-container .select2-choice, .form-control:focus {
     border-color: #D3CDF8;
     padding: 10px 5px;
     border-radius: 10px;
    margin-top: 0px;
 }
.select2-search input {
    border-color: #D3CDF8;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 16px;

}

.select2-results .select2-ajax-error, .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: white;
}

.select2-container .select2-choice .select2-arrow {
    background: #F5F4FE;
    border-color: #D3CDF8;
}

.select2-dropdown-open .select2-choice {
    background: #F5F4FE;

}

.aln-container .nav-tabs > li.active > a, .aln-container .nav-tabs > li.active > a:hover, .aln-container .nav-tabs > li.active > a:focus {
    border-color: #eee #eee transparent;
}

.select2-results li.select2-result-with-children > .select2-result-label {
   display: none;
}

.select2-results li.select2-result-with-children > .select2-result-label ~ ul>li:first-child{
    font-weight: bold;
    background: none repeat scroll 0 0 #FFF2FB;
    color: #222f3c;
    border-radius: 5px;
}

.select2-results li.select2-result-with-children > .select2-result-label ~ ul>li:first-child:hover{
    background: none repeat scroll 0 0 #ff7d94;
    color: #FFFFFF;
    border-radius: 12px;
}

.aln-results-pub {
    height: 300px;
    width: 150px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 15px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.aln-top-pub {
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    height: 100px;
    text-align: center;
    width: 730px;
    color: #A79DEA;
    margin: auto;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.aln-top-pub-container {
    text-align: center;
    width: 100%;
    position: absolute;
    top: -50px;
}

.nav-tabs > li > a.aln-dropdown-contry {
    background: #fff;
    border-color: #eee #eee transparent;
}

.aln-search .panel-primary {
    border-radius: 10px;
}

.aln-search .main-search-form .form-control, .aln-search .select2-choice, .aln-search .main-search-form .select2-result-label,
.aln-search input, .aln-search .main-search-form  select, .aln-search .main-search-form .panel-primary, .form-control:focus {
    height: 45px;
    border-radius: 10px;
    padding: 8px 15px;
}


