﻿@charset "utf-8";

h2 span.niveautoggleedit.opened {
	background-image: url('img/icotoggleopen22.jpg');
	cursor: pointer;
}

h2 span.niveautoggleedit.opened:hover {
	background-image: url('img/icotoggleopen22h.jpg');
	cursor: pointer;
}

h2 span.niveautoggleedit.closed {
	background-image: url('img/icotoggleclose22.jpg');
	cursor: pointer;
}

h2 span.niveautoggleedit.closed:hover {
	background-image: url('img/icotoggleclose22h.jpg');
	cursor: pointer;
}

.childrenedit > .inner.hidden {
	height: 0px;
	overflow: hidden;
}

.ui-selectmenu-menu ul {
	max-height: 200px;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.moduleconnexion {
	min-height: 332px;
}

#pdgf_lexicompta_connexion {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	text-align: center;
}

#pdgf_lexicompta_connexion h3 {
	color: #ffa001;
	font-size: 20px;
	font-family: 'LatoWebHeavy';
	padding-bottom: 6px;
	padding-left: 0px;
}

#divrechercheuser {
	height: unset;
}
#subrechercheuser {
	height: unset;
	padding-bottom: 40px;
}
.pdgffiltrerechercheuser {
	padding-bottom: 10px;
}
#pdgffiltrerechercheuser07, #pdgffiltrerechercheuser05, #pdgffiltrerechercheuser06 {
/*	padding-bottom: 0;*/
}
.pdgffiltrerechercheuser span.ui-selectmenu-button {
	background-color: #ecf2f8;
	border: none;
	border-radius: 15px;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	background-image: none;
	width:160px;
}
.ui-selectmenu-menu li.ui-state-disabled {
	display: none;
}
.pdgf_navigate_color2 .pdgf_editnavigation_title {

    background-color: #f1cc1f;
  
}
.pdgf_navigate_color3 .pdgf_editnavigation_title {

    background-color: #f1ea1f;
  
}
.pdgf_navigate_color4 .pdgf_editnavigation_title {

    background-color: #c7f11f;
  
}
.pdgf_navigate_color5 .pdgf_editnavigation_title {

    background-color: #96f11f;
  
}
.pdgf_navigate_color6 .pdgf_editnavigation_title {

    background-color: #4cf11f;
  
}
.pdgf_navigate_color7 .pdgf_editnavigation_title {

    background-color: #1dbe47;
  
}
.pdgf_navigate_color8 .pdgf_editnavigation_title {

    background-color: #1dbe9e;
  
}
.pdgf_navigate_color9 .pdgf_editnavigation_title {

    background-color: #1d8fbe;
  
}
.pdgf_navigate_color10 .pdgf_editnavigation_title {

    background-color: #1d5dbe;
  
}
.pdgf_navigate_color11 .pdgf_editnavigation_title {

    background-color: #431dbe;
  
}
.pdgf_navigate_color12 .pdgf_editnavigation_title {

    background-color: #431dbe;
  
}
.pdgf_navigate_color13 .pdgf_editnavigation_title {

    background-color: #431dbe;
  
}
.pdgf_navigate_color14 .pdgf_editnavigation_title {

    background-color: #431dbe;
  
}


/* Editeur JCE */

.wf-editor-header ul, .wf-editor-header ol {
	padding: 0;
	margin: 0 0 9px 0;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav {
	list-style: none;
}

.nav-tabs > li {
	margin-bottom: -1px;
}

.nav > li > a {
	display: block;
}

.nav-tabs > li > a {
	padding: 8px 12px;
  margin-right: 2px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
