/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-mars-2015, 15:38:05
    Author     : laurentdubois
*/
/* Menu and Search Box------------------- */
#menu-and-search .content{
    position : relative;
}
#menu-and-search #menu-right{
    position : absolute;
    top : 0.3em;
    right : 0.6em;
    z-index:5;
}
#search-block-form  input.form-submit {
    margin-left: -25px;
    margin-right: 0;
    height: 2.65em;
    width: 50px;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../img/menu/search.png) no-repeat center center;
    overflow: hidden;
    filter: none;
    background-color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    //box-sizing: content-box;
    border: 1px solid #DEDEDE;
    //border-left: none;
}
#search-block-form  input.form-text {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border:  1px solid #DEDEDE;
    height: 2em;
}

#block-search-form{
    //width: 80%;
    margin: 0 auto;
    padding-top: 3.5%;
    padding-bottom: 3.5%;
}
.search-options-wrapper {
    float: right;
    height: 30px;
    color: #002a5c;
    padding: 10px 10px;
    font-size: 90%;
}
.search-options-wrapper a{
    color: white !important;
}
.search-options-wrapper li {
    display: inline;
}
.search-options-wrapper ul li {
    margin-left: 10px;
    margin-right: 10px;
}

.search-gear-btn{
    border-radius: 5px;
    box-sizing: content-box;
    border: 2px solid #DEDEDE;
}
a.search-gear-btn:hover {
    border-color: #666666;
}

a.search-gear-btn:hover:after {
    border-top-color: #666666;
}
a.search-gear-btn{
    position: relative;
    right: 2.5em;
    top: 0.1em;
}

a.search-gear-btn:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #DEDEDE;
    top: 12px;
    margin: 2px;
}

#search-block-form input.form-text {
    padding-right: 3em;
    width: 80%;
    height: 2.65em !important;
}

#search-form input[for="advanced search"]{
    background: url(../img/menu/btn-arrow.png) no-repeat center top;
    width : 20px;
    text-indent: -9999px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    top: -1px;
    padding: 0px 5px 0px 5px;
    border:none;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    text-shadow: 0 1px #902a27;
}