/*
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
*/
.patron-menu{
    display:block;
    margin:0;
    overflow:hidden;
    padding:20px 0 0;
    text-align:right;
    float:right;
}
ul.patron-menu li a, ul.patron-menu li a {
    background:none;
    border:none;
    display:inline;
    padding:0;
}

ul.patron-menu li, ul.patron-menu li {
    border-right:1px solid #e3e3e3;
    display:inline;
    list-style-type:none;
    margin:0;
    overflow:hidden;
    padding:0 10px;
}
.wrapper {
	float:left;
	//margin:0 20px 0 0;
	//position:relative;
}
.patron-menu-item {
    width:100%;
    display: inline-block;
}
.patron-menu-item .left{
        float: left;
}
.patron-menu-item .right{
        float: right;
}
.patron-dash-menu {
    /* padding: 1px; */
    background: #fff;
    /* margin: 0 0 10px 0; */
    /* border: #ccc solid 1px; */
}
.patron-dash-menu p {
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
    /* background: #f1f1f1; */
    cursor: pointer;
}
.patron-dash-menu p:hover {//background:#f9f9f9;}
.wrapper-container {
    background: #f9f9f9;
    border: #e1e1e1 solid 1px;
    padding: 14px;
    position: absolute;
    //overflow: overlay;
    z-index: 999999;
    width: 45%;
    right: 50px;
}
.wrapper-container p {
        padding:10px;
        margin:1px 1px 0;
}
.wrapper-container p span {
        padding:0 0 0 5px;
        color:#b0b0b0;
        font-style:italic;
        font-family:"Times New Roman", Times, serif;
}

/* 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: -5px;
    margin-right: 0;
    //height: 2.9em;
    height: 2.7em;
    width: 40px;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../images/menu/search.png) no-repeat center center;
    overflow: hidden;
    filter: none;
    background-color: transparent;
    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;
}

.jump-menu-sticky {
    //margin-top: 0px;
    //margin-left: 0px;
    //margin-bottom: 5px;
    width: 100%;
    position: fixed;
    top: 34px;
    left: 0px;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 10px #ccc;
    //color: #fff!important;
    z-index: 1002;
    
}
.jump-menu-sticky #main-menu {
    border-radius: 0;  
    transition-property: width;
    transition: all 0.4s ease;
}
