.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

#debugger,
#debugger * {
	-webkit-box-sizing	: border-box;
	-moz-box-sizing		: border-box;
	box-sizing			: border-box;
}

.sizing_normal {
	-webkit-box-sizing	: content-box;
	-moz-box-sizing		: content-box;
	box-sizing			: content-box;
}

#debugger {
	position: fixed;
	width: 100%;
	background-color: #FFF;
	color: #000;
	z-index: 10000;
}

#debugger a {
	color: #333;
	text-decoration: none;
}

#debugger a:hover {
	color: #000;
	text-decoration: underline;
}

#debugger pre{
	line-height: 11px;
}

#debugger .wrapper {
	border-bottom : 1px solid #333;
}

#debugger ul{
	margin	: 0;
	padding	: 0;
}

#debugger li{
	list-style	: none;
	margin		: 0;
	padding		: 0;
}

#debugger input,
#debugger select,
#debugger textarea,
#debugger button{
	border: 1px solid #000 !important;
	height: auto !important;
	padding: 4px 8px !important;
}
#debugger select{
	padding-right: 40px!important;
}

#debugger .handle a{
	display		: block;
	position	: absolute;
	bottom		: -20px;
	left		: 0;
	width		: 20px;
	height		: 20px;
	line-height	: 20px;
	text-align	: center;
}

#debugger .menu {
	clear: both;
	background-color: #000;
	color: #CCC;
	border-bottom: 1px solid #999;
}

#debugger .menu li{
	border-left	: 1px solid #666666;
	cursor		: pointer;
	display		: block;
	float		: left;
	font-family	: 'Trebuchet MS';
	font-size	: 14px;
	font-style	: italic;
	margin		: 10px 0 7px;
	padding		: 0 25px;
}

#debugger .menu li:hover{
	/*text-decoration: underline;*/
	color : #FFF;
}

#debugger .menu li:first-child{
	border : none;
}

#debugger .menu li.active{
	color			: #FFFFFF;
	font-style		: normal;
	font-weight		: bold;
}

#debugger .menu li.active:hover{
	text-decoration: none;
}

#debugger .content {
	clear: both;
	overflow-x: hidden;
	overflow-y: auto;
}

#debugger .content {
	padding: 4px 20px;
}

#debugger .content .ui-resizable-s{
	bottom: 0;
}


/****************  OUTILS *************************/
#debugger .outils {
	font-family: 'Trebuchet MS';
	font-size: 16px;
}

#debugger .outils .ensemble,
#debugger .vars .ensemble {
	clear: both;
	margin: 14px 0 16px;
}

#debugger .outils a {
	color: #888;
}

#debugger .outils .ensemble .titre {
	font-weight  : bold;
}

#debugger .outils .ensemble.liens .lien {
	float: left;
	margin-right: 100px;
}

#debugger .outils .ensemble.liens .lien .titre {
	display: block;
	line-height: 16px;
}

#debugger .outils .ensemble.widgets .titre {
	display: block;
	line-height: 16px;
}

#debugger .outils .ensemble.widgets em {
	font-size: 0.6em;
}

#debugger .outils .separateur {
	border-top: 1px solid #DDDDDD;
}

#debugger .outils .separateur .ensemble {
	float: left;
	clear: none;
	margin-right: 50px;
}

.ensemble.clearfix.widgets > a {
    margin-right: 30px;
}

#debugger .zoom {
	display		: block!important;
	width		: auto!important;
	background	: none!important;
	margin 		: 0!important;
}




/****************  URL ***********************/

#debugger #gestionUrl_base h2,
#debugger #gestionUrl_base #ajout_nouvelle_url .separation_form{
	display: none;
}
#debugger #gestionUrl_base p{
	margin-bottom: 2px;
	font-size: 12px;
}
#debugger #gestionUrl_base #ajout_nouvelle_url p{
	display: block;
	float: left;
	margin-right: 16px;
}
#debugger #gestionUrl_base .tipForm{
	display: none;
}

/****************  SQL DUMP ***********************/
.cake-sql-log {
	font-size: 10px;
	margin-bottom: 4px;
}

.cake-sql-log td,
.cake-sql-log th {
	border-left	: 1px solid #ddd;
	padding		: 0 2px;
	text-align	: right;
	vertical-align: top;
}

.cake-sql-log td:first-child,
.cake-sql-log th:first-child {
	border-left: none;
}

.cake-sql-log td{
	border-top : 1px solid #ddd;
}

.cake-sql-log tr:first-child > td{
	border-top : none;
}

.cake-sql-log .query em {
	color: blue;
}

.cake-sql-log .query em.simple {
	color: green;
}

#debugger .sql_dump .toggle {
	cursor	: pointer;
	display	: block;
	float	: right;
	padding	: 0 4px;
}


/****************  VARS ***************************/
#debugger .vars .titre{
	font-family: 'Trebuchet MS';
    font-size: 16px;
    font-weight: bold;
}

#debugger .vars .apercu{
	color: #999;
	font-style: italic;
}

#debugger .vars .titre{
	cursor: pointer;
}

/****************  INFOS chemins fichiers vue ***************************/
.ref_view {
    display: inline-block;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	padding: 4px 4px;
	margin: 2px 0;
	background-color: #ecfcfc;
	color: #5a5a5a;
	font-weight: normal;
}

/*********** Fin - Ne pas supprimer ***************/