/* RESET - BASIC STYLES
-----------------------------------*/
/*
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;

    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
*/
article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}
img, object, embed {
    max-width: 100%;
}
html {
    /*overflow-y: scroll; */
}
ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
a:hover, a:focus, a:active {
    outline: medium none;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
}
th {
    font-weight: bold;
    vertical-align: bottom;
}
td {
    font-weight: normal;
    vertical-align: top;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
pre {
    white-space: pre-line;
    word-wrap: break-word;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
input[type="checkbox"] {
    vertical-align: bottom;
}
small {
    font-size: 85%;
}
strong, th {
    font-weight: bold;
}
td, td img {
    vertical-align: top;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
pre, code, kbd, samp {
    font-family: monospace,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-rendering: optimizelegibility;
}
label, input[type="button"], input[type="submit"], input[type="checkbox"], button {
    cursor: pointer;
}
button, input, select, textarea {
    margin: 0;
}
button {
    overflow: visible;
    width: auto;
}
ins {
    background-color: #FFFF99;
    color: inherit;
    text-decoration: none;
}
mark {
    background-color: #FFFF99;
    color: inherit;
    text-decoration: underline;
}

/* BALLOONS - BASIC STYLES
-----------------------------------*/

div.balloon {
    position: absolute;
    display: none;
    z-index: 3000;
}

.active_menu div.balloon {display: block;}

div.balloon_pointer {
    position: relative;
    top: -22px;
}

div.balloon_arrow,
div.balloon_arrow_border {
    font-size: 0px; line-height: 0%; width: 0px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 12px;
    z-index: 1002;
    left: 50%;
    top: 0;
    position: absolute;
    margin: 0 auto;
    cursor: pointer; /* balloon arrows are clickable (judo to fix links under arrow that can't be clicked) */
}
div.balloon_pointer.arrow_down{
    top: auto;
    bottom: -10px;
}
div.balloon_arrow.arrow_down,
div.balloon_arrow_border.arrow_down{
    border-color: #fff transparent transparent transparent;
}
div.left div.balloon_arrow,
div.left div.balloon_arrow_border {
    left: 0;
    margin-left: 30px;
}

div.right div.balloon_arrow,
div.right div.balloon_arrow_border {
    left: auto;
    right: 0;
    margin-right: 30px;
}

div.balloon_arrow_border {
    border-color: transparent transparent #ccc transparent;
    border-style: solid;
    border-width: 12px;
    z-index: 1001;
    top: -2px;
}

div.balloon_wrapper {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 3px 25px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 6px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #bbb;
    position: absolute;
}


div.balloon_content {padding: 0 15px 5px 15px; z-index: 2002;}

div.balloon_footer {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #dae2e7;
    background-color: #ECF2F4;
    padding: 10px;
    font-size: 10px;
}

div.balloon_footer h5 {
    font-size: 10px;
    margin: 0;
}

div.balloon_footer h6 {
    font-size: 10px;
    color: #888;
    line-height: 1.2em;
    margin: 4px 0 0 0;
    font-weight: normal;
}

div.balloon_footer a {text-decoration: none;}

div.balloon_flash {
    color: #808080;
    background-color: #d1e7db;
    padding: 5px 15px;
    margin: 10px 0;
    font-size: 10px;
    border-top: 1px solid #c8dbd1;
    border-bottom: 1px solid #c8dbd1;
    line-height: normal;
}

div.balloon_flash strong {color: #222;}

div.balloon p {
    font-size: 10px !important;
    margin: 0 0 12px !important;
}

div.balloon a {font-weight: normal !important;}

div.balloon a.admin {
    border: none !important;
    text-decoration: underline !important;
}

div.balloon_menu_center {
    width: 0px;
    margin: 0 auto;
    overflow: visible;
}

/* FILTER - BASIC STYLES
-----------------------------------*/

a.filter, a.itemSelected {
    display: block;
    float: left;
    border: 1px solid #008000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 2px 6px 3px 20px;
    font-size: 11px;
    text-decoration: none;
    color: #222 !important;
    margin-right: 3px;
    background: #DEFFD2 url(autocomplete/images/bkd_filter_close.2.png) no-repeat scroll 6px center;
}

a.filter.add {
    background-color: #fff;
    color: #477b96;
    border-color: #ccc;
    padding-right: 20px;
    background-image: url(../../images/bkd_filter_plus.png);
}

a.remove {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-left: 3px;
}

a.remove:hover,
a.remove:visited:hover {
    background-position: bottom left;
}

/* Body Content
----------------------------*/

#wrapper {
    padding: 0 30px 30px 30px;
    max-width: 1200px;
    min-width: 800px;
    margin: 0 auto;
}

/* #inner_wrapper {
  padding-left: 215px; /* LC width */
    } */

#inner_wrapper .column {
    position: relative;
    float: left;
}

#main_body {
    width: 100%;
    position: relative;
    z-index: 1;
}

#page {
    position: relative;   /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    min-height: 500px;
    background-color: #fff;
    padding: 0 0 30px 0;
}

#page_contents_wrapper {
    /* padding-right: 245px;  *//* RC width */
    position: relative;
    margin-top: 0;
}

body.narrow_page_with_sidebar_outside #page_contents_wrapper {
    padding-right: 10px;
}

#page_main_column {
    position: relative;
    width: 100%;
    padding-bottom: 1.0em;
}

#page_main_column > .liner {
    padding: 0 30px;
}


#browser .party_search_filters {
    position: relative;
    margin:2px 0px;
}

#browser #page_filter_options {
    margin: 0px;
    padding: 0px;
}

#browser.with_contact_import #page_filter_options {
    padding-top: 27px;
}

#browser #page_filter_options .balloon_close a {
    border-bottom: none;
}

#browser #page_filter_options > p {
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
}

#browser #page_filter_options ul {
    clear:both;
    margin: 0px;
    padding: 0px;
}

#browser #page_filter_options li, #browser .dashboard-wrapper li, #browser .modifying-wrapper li  {
    float: left;
    margin: 0px;
    padding: 0px;
    padding-right: 6px;
    white-space: nowrap;
    position: relative;
}

#browser #page_filter_options li > a {
    border: 0;
    text-decoration: underline;
    font-weight: normal;
    padding: 1px 2px;
    margin: 0px -2px;
    border-radius: 0;
}

#browser #page_filter_options .menu_container.active_menu > a {
    color: #fff;
    background: rgb(64,115,191); /*hsl(216,50%,50%)*/
    text-decoration: none;
}

#browser #page_filter_options div.menu_container {
    display: inline;
    position: relative;
}

#browser #page_filter_options .menu_container div.balloon form, #browser .dashboard-wrapper .menu_container div.balloon form {
    padding: 15px 0 0;
    min-width: 200px;
}

#browser #page_filter_options .menu_container div.balloon form p.error {
    line-height: 1.3em;
    font-size: 11px;
    padding-bottom: 3px;
}

#browser #page_filter_options .menu_container div.balloon form p.fields {
    white-space: nowrap;
}

#browser #page_filter_options .menu_container div.balloon form small {
    font-size: 10px;
    color: #666;
    padding-top: 3px;
    display: block;
}

#browser #page_filter_options .menu_container div.balloon input.filter, #browser .dashboard-wrapper .menu_container div.balloon input.filter {
    width: 155px;
}
#browser #page_filter_options .menu_container #balloon_search_name input.filter {
    width: 200px;
}

#browser #page_filter_options div.balloon, #browser .dashboard-wrapper div.balloon{
    width: 230px;
    margin-left: -115px;
    margin-top: 10px;
}

#browser #page_filter_options div.balloon_close {
    display: none;
}

#browser #page_filter_options div.balloon div.balloon_arrow, #browser .dashboard-wrapper div.balloon div.balloon_arrow,
#browser #page_filter_options div.balloon div.balloon_arrow_border, #browser .dashboard-wrapper div.balloon div.balloon_arrow_border {
    margin-left: 103px;
    left: 0;
}

#browser #page_filter_selected {
    clear: both;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

#browser.with_search_criteria #page_filter_selected {
    padding: 9px 0px 0px;
}

body.parties #browser .loading {
    opacity: 0.3;
}

body.parties #parties_loading {
    /*
  width: 200px;
  margin: 0 auto;
  position: relative;
  */

    width: 200px;
    margin-left: -100px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1001;

}

body.parties #parties_loading .liner {
    position:absolute;
    top:40px;
    z-index:1000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
    width:98px;
    border:1px solid #bbb;
    border-radius:3px;
    padding: 30px 0;
    background-color:#fff;
    text-align:center;
    width: 198px;
}

body.parties #parties_loading h3 {
    margin-bottom: 10px;
}

.ui-autocomplete.ui-widget-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    font-size: 13px;
}
.ui-autocomplete.ui-widget-content a {
    color: #222222;
}
.ui-autocomplete.ui-widget-content .ui-state-hover, .ui-autocomplete.ui-widget-content .ui-state-focus {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 3px;
}
.ui-autocomplete.ui-menu {
    display: block;
    list-style: none outside none;
    margin: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2px;
}
.ui-autocomplete.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-autocomplete.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-autocomplete.ui-menu .ui-menu-item > a {
    border-radius: 0;
    display: block;
    line-height: 1.5;
    padding: 3px 5px;
}
.ui-autocomplete.ui-menu .ui-menu-item > a:hover {
    cursor: pointer;
    text-decoration: none;
}
.ui-autocomplete.ui-menu .ui-menu-item.disabled > a:hover {
    cursor: not-allowed;
}

div.jumpto {
    position: relative;
    z-index: 99;
    /*margin: 30px auto;*/
    /* width: 500px; */
    width: 100%;
}

div.jumpto2 {
    position: relative;
    /*z-index: 99;*/
    /*margin: 30px auto;*/
    /* width: 500px; */
    width: 100%;
}
div.jumpto.center_search, div.jumpto2.center_search {
    margin-left: 28%;
}

div.jumpto input[type="text"], div.jumpto2 input[type="text"] {
	/*
    background: url("autocomplete/images/icon_search.png") no-repeat scroll 10px center #FFFFFF;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    color: #444444;
    font-family: inherit;
    font-size: 12px;
    outline: medium none;
    padding: 8px 10px 8px 28px;
    position: relative;
    width: 405px;
    */
    /*z-index: 2;*/
    
    
    background: url(autocomplete/images/icon_search.png) no-repeat scroll 10px center #FFFFFF;
    border: 1px;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #444444;
    font-family: inherit;
    font-size: 12px;
    outline: medium none;
    padding: 8px 10px 8px 28px;
    position: relative;
    width: 405px;    
}

/* .custom-select{
  width: 100%;
} */
.custom-select{
    width: 200px;
}
.custom-select.balloon_wrapper.selected > .content {
    display: block;
    margin: 0;
    width: auto;
    height:300px;
    overflow:auto;
}

.custom-select > .inner{
    background: url(autocomplete/images/icon-arrowdown.png) 95% center no-repeat;
    display: block;
    height: 30px;
    border-bottom: 1px solid #bbb;
    cursor: pointer;
}

.custom-select > .inner > label{
    margin: 5px 0 0 10px;
}

.custom-select > .inner > select{
    display: none;
}

.custom-select.balloon_wrapper > .content {
    display: none;
    margin-bottom: 0;
}

#browser #page_filter_options div.balloon.dropdown{
    margin-top: -8px;
}

#browser #page_filter_options div.balloon.dropdown form{
    padding: 0;
}

#browser #page_filter_options .custom-select ul > li, #browser #store_data_enregistrer .custom-select ul > li {
    float: none;
    padding: 5px 5px 5px 10px;
    cursor: pointer;
}

#browser #store_data_enregistrer .custom-select{
    margin-top: -3px;
}

#browser #page_filter_options .custom-select ul > li:hover, #browser #store_data_enregistrer .custom-select ul > li:hover{
    background-color: #bbb;
}

#browser #page_filter_options input[type="submit"]{
    width: 40px;
}

#browser div#page_filter_options div.balloon.fixed_width {margin-left: -185px;}
#browser div#page_filter_options div.balloon.fixed_width,#browser div#page_filter_options div.balloon.fixed_width .balloon_wrapper .fields {width: 400px;}
#browser div#page_filter_options div.balloon.fixed_width .balloon_wrapper, #browser div#page_filter_options div.balloon.fixed_width_2 .balloon_wrapper{ width: 100%;}
#browser div#page_filter_options div.balloon.fixed_width .balloon_wrapper input.filter{ display: inline;}
#browser div#page_filter_options div.balloon.fixed_width .balloon_wrapper input.filter.dpd1{ margin-right: 12px;}
#browser div#page_filter_options div.balloon.fixed_width .balloon_pointer .balloon_arrow_border, #browser div#page_filter_options div.balloon.fixed_width .balloon_pointer .balloon_arrow{margin-left: 180px;}


#browser div#page_filter_options div.balloon.fixed_width_2 {margin-left: -240px;/* left:-52px; */}
#browser div#page_filter_options div.balloon.fixed_width_2,#browser div#page_filter_options div.balloon.fixed_width_2 .balloon_wrapper .fields {width: 500px;}
#browser div#page_filter_options div#balloon_search_services.balloon.fixed_width_2 .balloon_wrapper .custom-select{ width: 40%;}
#browser div#page_filter_options div#balloon_search_services.balloon.fixed_width_2 .balloon_wrapper .custom-select.cst2{ left: 48%;}
#browser div#page_filter_options div#balloon_search_services.balloon.fixed_width_2 .balloon_wrapper input.input-right{ position: relative; left:432px;}
#browser div#page_filter_options div.balloon.fixed_width_2 .balloon_pointer .balloon_arrow_border, #browser div#page_filter_options div.balloon.fixed_width_2 .balloon_pointer .balloon_arrow{margin-left: 230px;}
#browser div#page_filter_options div.balloon.fixed_width_2 .balloon_wrapper .custom-select li, #browser div#page_filter_options div.balloon.fixed_width_2 .balloon_wrapper .custom-select label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
#browser div#page_filter_options div.balloon.fixed_width_2 .balloon_wrapper .custom-select label {font-weight: normal; width: 90%;}

body .ui-autocomplete.ui-menu .ui-menu-item > a span.text-highlight{
    background-color: yellow;
}

body .ui-autocomplete{
    /*width: 200px !important;*/
    max-height: 300px !important;
    position: absolute;
    top: -9999px;
}

body .ui-autocomplete.width-200{
    width: 200px !important;
}

body .ui-autocomplete.width-450{
    width: 450px !important;
}

body .ui-autocomplete.width-450 .ui-menu-item{
    margin: -2px -2px 0 80px !important;
    border-left: 1px solid #e5e5e5;
    width: auto !important;
}

body .ui-autocomplete.width-450 li.footer{
    margin: 0 !important;
    border-left: none;
}

body .ui-autocomplete.width-450 li.footer dl{
    margin-bottom: 0;
}

body .ui-autocomplete.width-450 li.footer dt{
    border-top: 1px solid #E5E5E5;
    padding: 5px 0;
    margin: -2px;
    text-align: left;
    background: #fff url(autocomplete/images/icon_search.png) no-repeat 10px center;
}

body .ui-autocomplete.width-450 li.footer dt a {
    display: block;
    padding: 3px 12px 3px 28px;
}

body .ui-autocomplete.width-450 li.footer dt:hover{
    background-color: #eee;
}

body .ui-autocomplete .filter-condition{
    display: inline-block;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0;
    margin: -2px;
}

body .ui-autocomplete .filter-condition form{
    padding: 2px;
}

body .ui-autocomplete .filter-condition:hover{
    background-color: #eee;
}

body .ui-autocomplete .filter-condition small{
    margin: 0 10px 0 3px;
}

body .ui-autocomplete dl.header dt {
    float: left;
    margin: 5px 0 5px 5px;
}

body .ui-autocomplete dl.header dt span{
    margin: 0 5px;
}

body .ui-autocomplete li.footer{
    margin: 0 !important;
    border-left: none;
}

body .ui-autocomplete li.footer dl{
    margin-bottom: 0;
}

body .ui-autocomplete li.footer dt{
    border-top: 1px solid #E5E5E5;
    padding: 5px 0;
    margin: -2px;
    text-align: left;
    background: #fff url(autocomplete/images/icon_search.png) no-repeat 10px center;
}

body .ui-autocomplete li.footer dt a {
    display: block;
    padding: 3px 12px 3px 28px;
}

body .ui-autocomplete li.footer dt:hover{
    background-color: #eee;
}

body .ui-autocomplete .span-1{
    margin: 0 10px;
}

body .ui-autocomplete .ui-menu-item{
    /* margin: -2px -2px 0 80px !important;
    border-left: 1px solid #e5e5e5; */
    /* width: auto !important; */
}

body .ui-autocomplete .ui-menu-item > a > p{
    margin: 0;
}
body .ui-autocomplete .ui-menu-item > a > p > img{
    width: 30px;
}
body .ui-autocomplete .ui-autocomplete-category{
    position: relative;
    margin-bottom: 0;
}
body .ui-autocomplete .ui-autocomplete-category span{
    color: #888;
    position: absolute;
    top: 4px;
    left: 10px;
    width: 50px;
    font-size: 12px;
    text-align: right;
}

body .ui-autocomplete.ui-menu .ui-menu-item>a{
    padding: 6px 12px;
    margin: 0;
}

body .ui-autocomplete .ui-state-focus{
    background-color: #e2e9f8;
    border: none;
}

/* 
  multiselect
 */
.ui-multiselect { padding:6px 10px 6px 28px !important; text-align:left;width:99% }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px;background-color: transparent; border: none;}
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none; color: #0000FF; font-weight: normal;}
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }
.ui-multiselect-header ul li a.ui-multiselect-all{ display: none;}

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left}
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:12px !important; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { font-weight:bold; }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }
.ui-multiselect-checkboxes li span {font-weight: normal;}
.ui-multiselect-checkboxes li .ui-state-hover {background: none; background-color: #DFEEFF; border: 1px solid #EEEEEE; cursor: pointer; color: #333333;}

button.ui-multiselect.ui-state-default.ui-state-active {
    background-color: #FFFDE8;
    /* background-position: 99% -17px; */
    /* border: 1px solid #FFFDE8; */
}

.ui-multiselect-menu input[type="checkbox"] {
    line-height: normal;
    margin: 0 3px 3px 0;
}
button.ui-multiselect.ui-state-default {
	/*
    color: #444444;
    font-weight: normal;
    font-size: 12px;
    background: url("autocomplete/images/select_multiple_arrows.gif") no-repeat scroll 99% 10px #FFFFFF;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    color: #444444;
    font-family: inherit;
    outline: medium none;
    */
    
    
		color: #444444;
		font-weight: normal;
		font-size: 12px;
		background: url("autocomplete/images/select_multiple_arrows.gif") no-repeat scroll 99% 10px #FFFFFF;
		border: medium none;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
		color: #444444;
		font-family: inherit;
		outline: medium none;    
}
button.ui-multiselect.ui-state-default .ui-icon {
    background-image: none;
}
/* dashboard-wrapper */
.dashboard-wrapper, .modifying-wrapper {
    clear: both;
    /*overflow: hidden;*/
}
.modifying-wrapper {
    overflow: hidden;
}
#browser .dashboard-wrapper .custom-select label{
    font-weight: normal;
}
#browser .dashboard-wrapper .custom-select li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    position: relative;
}
.bgc .custom-select, select.bgc {
    background-color:#DFEEFF;
}
.bgy {
    background-color: #fff9d9 !important;
}
a.closed-btn{
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 5px;
    padding: 10px;
    left: 88%;
    background: url("autocomplete/images/supprimer.png") no-repeat 3px 3px scroll;
}
a.closed-btn:hover {
    background-color:#fff;
}

.modifying-wrapper ul {
    margin-top: 10px;
}
/* delete-button and multiselect wrapper*/
#delete-all-tags, #store_data_enregistrer, #enregistrer-trigger-popup {display: none};
/* set width for mutilselect */
#selectCheckboxesCandidat {width: 450px !important}
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }
/* overlay */
.overlay {
    top : 0;
    left : 0;
    background: #fff;
    width : 100%;
    height : 100%;
    display : none;
    z-index : 999;
    position : fixed;
}
/* popup */
.popup {
    position: absolute;
    z-index: 1000;
    width: 435px;
    background-color: #ffffff;
    border: none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    display: none;
}

.popup .header {
    background-color: #daeaf9;
    height: 55px;
}

.popup .header p {
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana;
    padding: 16px;
}
.popup .content {

}
.popup .content div.top-content {
    margin-top: 1px;
    height: 82px;
    background-color: #ededed;
}
.popup .content div.top-content label {
    width: 100%;
    cursor: none;
    font-size: 15px;
    padding-top: 10px;
    padding-left: 16px;
    font-weight: normal;
}
.popup .content input[type="text"] {
    border: none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    color: #444444;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    padding: 8px 8px;
    position: relative;
}
.popup .content input[type="text"]:disabled {
    background:#fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.popup .content div.top-content input[type="text"] {
    margin-left: 16px;
    margin-right: 4px;
    margin-top: 4px;
    width: 270px;
}
.popup .content div.bottom-content {
    padding: 15px 20px;
}

.popup .content div.bottom-content li {
    overflow: hidden;
    position: relative;
    padding: 4px 0;
    background-color: #fff;
    border-left: none;
    border-right: none;
    cursor: move;
    border: none;
    background: url("autocomplete/images/dots.png") no-repeat 0 0 scroll;
    margin-top: -1px;
}
.popup .content div.bottom-content li:after {
    background: url("autocomplete/images/dots.png") no-repeat scroll;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.popup .content div.bottom-content input[type="text"] {
    width: 200px;
    margin-left: 12px;
}
.popup .content div.bottom-content .control-1 a, .popup .content div.bottom-content .control-2 a{
    font-weight: normal;
    font-size: 13px;
    padding: 4px;
    text-decoration: underline;
}
.popup .content div.bottom-content .control-1, .popup .content div.bottom-content .control-2 {
    position: absolute;
    right: 12px;
    top: 8px;
}
.popup .content div.bottom-content .control-2 {
    top: 4px;
}
.popup .content a.submit-ajax {
    display: block;
    text-align: center;
    text-decoration: underline;
    padding: 37px 0;
}
.popup .content div.bottom-content .control-2 {
    display: none;
}
.popup .content div.bottom-content li.active .control-1 {
    display: none;
}
.popup .content div.bottom-content li.active .control-2 {
    display: block;
}
.popup .content input[type="button"]{
    color: #000000;
    font-size: 14px;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: normal;
}
#sortable li.ui-state-default:before {
    background: url("autocomplete/images/move.png") no-repeat scroll;
    content: "";
    width: 10px;
    height: 22px;
    left: 2;
    position: absolute;
    top: 9px;
    width: 20px;
}


/* tooltip */
.tooltip-frame {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    display: none;
    padding: 10px 6px;
    position: absolute;
    top: 0;
    visibility: visible;
    z-index: 2000;
    clear: both;
    width: 650px;
}

.tooltip-frame .tt-actions {
    position: absolute;
    right: 7px;
    top: 7px;
}

.tooltip-frame .tt-actions a {
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 16px;
    margin-left: 2px;
    width: 16px;
}
.tooltip-frame .tt-actions a.tooltip-closed-btn {
    background-image: url("../images/tooltip_close.gif");
}

.tooltip-frame .tt-actions div.action_detail {
    background-image: url("../img/magnifier.png");
}
.tooltip-frame .tt-actions div.action_edit {
    background-image: url("../img/edit.png");
}
.tooltip-frame .tt-actions div.action_attach {
    background-image: url("../img/attach.png");
}
.tooltip-frame .tt-actions div.action_delete {
    background-image: url("../img/bin.png");
}
.tooltip-frame .tt-arrowLeft {
    background-position: 0 0;
    height: 30px;
    width: 17px;
}
.tooltip-frame .tt-arrowRight {
    background-position: 17px 0;
    height: 30px;
    width: 17px;
}
.tooltip-frame .tt-arrowTop {
    background-position: 0 -30px;
    height: 17px;
    width: 30px;
}
.tooltip-frame .tt-arrowBottom {
    background-position: 0 -47px;
    height: 17px;
    width: 30px;
}
.tooltip-frame .tt-arrow {
    background-image: url("../img/tooltip_arrows.gif");
    left: -16px;
    position: absolute;
}
.tooltip-frame .tooltip-header {
    margin-top: 20px;
}
.tooltip-frame .tooltip-header div{
    float: left;
}
.tooltip-frame .tooltip-header .left-header {
    width: 75%;
}
.tooltip-frame .tooltip-header .left-header input[type="text"] {
    width: 40%;
}
.tooltip-frame .tooltip-header .left-header input[type="button"] {
    max-width: 10%;
}
.tooltip-frame .tooltip-header .left-header select, .tooltip-frame .tooltip-header .left-header textarea {
    width: 40%;
}
.tooltip-frame .tooltip-header .right-header input {
    padding: 6px 10px;
}
.tooltip-frame .tooltip-header .right-header {
    width: 25%;
}

.tooltip-frame .tooltip-content {
    font-size: 10px;
    overflow: hidden;
    text-align: left;
    clear: both;
}

#index_mycv_container {
    margin: 0 auto !important;
    text-align: left !important;
    width: 100% !important;
    overflow: hidden;
}

 
