/** reset **/
#fm-debug-bar pre , #fm-debug-bar ul{
	margin: 0;
	padding:0;
	border: 0;
	background: none;
	font-size: 12px;
	font-family: arial;
}
#fm-debug-bar strong , #fm-debug-bar b {
	font-weight: bold;
}

 
 body.template-force-debug ,  body.template-force-debug table{
	font-size: inherit;
	font-family: inherit;
}

 
#fm-debug-bar , #fm-debug-bar table {
	 color : #333;
	  font-size: 12px;
	font-family: arial;
}


#fm-debug-bar #fm-debug-bar-overlay {
	 background: #333;
	 position: fixed;
	  z-index: 99990;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
 
    opacity: 0.4; -khtml-opacity: 0.4;  -moz-opacity: 0.4;  filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.4);
 	display:none;
	 
}


#fm-debug-bar .fm-debug-tab{
	clear: both;
}

#fm-debug-bar-tabs {
	display: none;
	border: 1px solid #e8e8e8;
	position: fixed;
	top: 10px;
	bottom: 10px;
	z-index: 99999;
	width: 98%;
	
	left: 1%;
	overflow: auto;
	background: white;
}

#fm-debug-bar-button {
	display: block;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 100000;
	cursor: pointer;
	text-align: center;
	margin-right: 1px;
	border-radius: 6px 0px 0px 0px;
	padding-top: 3px;
	padding-left: 2px;
	background-image: url('../images/debug_icon_bg.png');

}

#fm-debug-bar .debug-error-count , #fm-debug-bar .debug-info-count {
	border: 1px solid red;
	color: red;
	display: block;
	margin-bottom: 2px;
	text-align: center;
	min-width: 10px;
	padding: 0px 3px 0px 3px;
	height: 16px;
	line-height: 17px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 11px;
	background-image: url('../images/debug_icon_bg.png');
}
#fm-debug-bar .debug-info-count {
	border-color: #a0a0a0;
	color : #a0a0a0;
}
#fm-debug-bar #fm-debug-bar-tabs .log-message-group {
  	border: 1px solid #e8e8e8;
   	padding: 10px 15px;
   	line-height: 1.3em;
   	background-color: #fcfcfc;
   	font-size: 13px;
   	line-height: 1.6em;
}
#fm-debug-bar-tabs .error-log-message {
	color: red;
}
#fm-debug-bar-tabs .warn-log-message {
	color: orange;
}

#fm-debug-bar-tabs .fm-debug-tab {
	margin-top: 14px;
	margin-bottom: 14px;	
	padding: 1% 1.8%;
	display: none ; /**/
	line-height: 1.4em;
}

 
 
/****  style des onglets */
#fm-debug-bar-tabs .fm-debug-clear {
	clear: both;
}

#fm-debug-bar #fm-debug-header{
	clear: both;background: #f5f5f5;
}

#fm-debug-bar #fm-debug-content{
 	position: absolute;
 	width: 100%;
 	top:42px;
 	bottom: 0px;
 	overflow:auto;
}

#fm-debug-bar  #fm-debug-header ul{	
	list-style: none;
	margin:0px;
	padding : 0 0 0 20px; 
}

#fm-debug-bar  #fm-debug-header ul li{
	float: left;	
}

#fm-debug-bar  #fm-debug-header ul li a{
	display: block;
	padding: 14px 14px;
	color : #717171;
	text-decoration: none;
}

#fm-debug-bar  #fm-debug-header ul li.active a{
	background: white;
}

#fm-debug-bar .fm-debug-count , #fm-debug-bar .fm-debug-badge {
	font-size : 11px;
	background: #4cc0c1;
	color : white;
	padding : 2px 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left : 2px;
	text-align: center;
	 
}


#fm-debug-bar  .fm-debug-badge.fm-badge-orange{
	background: #ffc333;
}

#fm-debug-bar  .fm-debug-badge.fm-badge-red{
	background: #ffc333;
}
#fm-debug-bar  .fm-debug-badge.fm-badge-green{
	background: #ffc333;
}

#fm-debug-bar .fm-debug-label{
	border-radius: 0.25em;
    color: #ffffff;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
     background-color: #bebebe;
}

 
#fm-debug-bar .fm-debug-label.fm-bg-success {
    background-color: #65bd77;
    color: #e2f3e5;
}
 
#fm-debug-bar .fm-debug-label.fm-bg-info {
     background-color: #4cc0c1;
}
 
#fm-debug-bar .fm-debug-label.fm-bg-warning {
    background-color: #ffc333;
}
 
#fm-debug-bar .fm-debug-label.fm-bg-error {
    background-color: #fb6b5b;
}

#fm-debug-bar .fm-debug-label.fm-bg-debug {
    background-color: #bebebe;
}





/*** table  */



#fm-debug-bar-tabs table  {
	border-collapse: collapse;
	width: 100%;
	margin-bottom:22px;
	line-height: 1.3em;
	vertical-align: top;
}

#fm-debug-bar-tabs table  tr{

}

#fm-debug-bar-tabs table  tr th{
	background: #f5f5f5;
	font-weight: bold;	
	line-height: 2em;
	text-align: left;
	padding: 0px 8px;  
	font-size : 13px;
	border : 1px solid #e4e4e4;
	border-width: 1px 0px;
}
 
#fm-debug-bar-tabs table tr td{
	vertical-align: top;
	padding: 3px 8px;  
	border-bottom:1px solid #f1f1f1
}

#fm-debug-bar-tabs table  tr.odd{
	background: #f9f9f9;
}

#fm-debug-bar-tabs table  tr.even{

}
#fm-debug-bar-tabs table  tr:hover{
	background: #f5f5f5;
}
 

#fm-debug-bar-tabs .fm-col-1{width:8.33333%}
#fm-debug-bar-tabs .fm-col-2{width:16.66666%}
#fm-debug-bar-tabs .fm-col-3{width:24.99999%}
#fm-debug-bar-tabs .fm-col-4{width:33.33332%}
#fm-debug-bar-tabs .fm-col-5{width:41.66665%}
#fm-debug-bar-tabs .fm-col-6{width:49.99998%}
#fm-debug-bar-tabs .fm-col-7{width:58.33331%}
#fm-debug-bar-tabs .fm-col-8{width:66.66664%}
#fm-debug-bar-tabs .fm-col-9{width:74.99997%}
#fm-debug-bar-tabs .fm-col-10{width:83.3333%}
#fm-debug-bar-tabs .fm-col-11{width:91.66663%}
#fm-debug-bar-tabs .fm-col-12{width:99.99996%}
 
 

#fm-debug-bar-tabs  .no-messages-log ,
#fm-debug-bar-tabs .fm-debug-empty , #fm-debug-bar-tabs .fm-badge-gray{
 	background-color: #bebebe;
	border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 4px 10px;
    text-align: center;
    vertical-align: baseline;
    margin-bottom: 3px;	
}

 
/**** onglet profiler ***/




.fm-debug-tab #profiler-table{
	border-collapse: collapse;
	width: 100%;
	font-size:11px;
	font-family: arial;
	color:#636363;
	/*border-bottom : 1px solid #dadada;  */
	margin:0px;
}

.fm-debug-tab #profiler-table td{
 	border-top: 1px solid #f1f1f1 ;    
	border-right: 1px dashed #dadada;
	min-height: 32px;
	padding : 3px 1px;
}

.fm-debug-tab #profiler-table td.marker-msg   {
	width: 8%;
	text-align: right;
	font-size:12px;
	vertical-align: top;
	background: white;
}

.fm-debug-tab #profiler-table td.marker-msg.first-marker{
	font-weight: bold;
}
.fm-debug-tab #profiler-table td.marker-msg .marker-msg-content {
	 margin: -9px 6px 14px 0px; 
	 padding-right:6px;
	 background: white;
	 position:relative;
}

.fm-debug-tab #profiler-table td.marker-msg .marker-msg-content.fm-badge-orange{
	background: #ffc333;
	margin-top:-14px;
}

.fm-debug-tab #profiler-table td .marker-interval , .fm-debug-tab .profiler-total{
	font-size : 11px;
	background: #4cc0c1;
	color : white;
	padding : 2px 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left : 2px;	
	text-align: center; 
}

.fm-debug-tab .profiler-total{
 	margin-bottom : 20px;
 	margin-left : 8%;
 	background: none repeat scroll 0 0 #f5f5f5;
    color: #717171;
}
.fm-debug-tab  .profiler-end-marker {
	background:white;
 	width: 6.46%;
 	text-align: right;
 	margin-top: -9px;
	color:#636363;
	padding-right:5px;
	font-weight: bold;
	position:relative;
	 
 	
}

#fm-debug-bar .fm-font-11{
	font-size: 11px;
}
#fm-debug-bar .fm-font-12{
	font-size: 12px;
}




/** sql log style **/

#debug-bar-tabs #sql-log-tab {
	font-size: 14px;
	font-family: arial;
}
#fm-debug-bar   .sql-log-entry {
	margin-bottom: 4px;
}

#fm-debug-bar .sql-log-entry .sql-log-query {
	background-color: #fafafa;
	border: 1px solid #dadada;
	padding: 10px 15px ;
}

#fm-debug-bar   .sql-log-entry.log-query-insert .sql-log-query{
	border-left:5px solid #81ba53; 
}
#fm-debug-bar   .sql-log-entry.log-query-update .sql-log-query{
	border-left:5px solid #ffc333; 
}
#fm-debug-bar   .sql-log-entry.log-query-delete .sql-log-query{
	border-left:5px solid #fb6b5b; 
}

 

#fm-debug-bar .sql-log-entry.marked-entry .sql-log-query {
	background-color: #e4f8da;
}

#fm-debug-bar .sql-log-entry .sql-log-more-button {
	float: right;
	border: 1px solid #4cc0c1;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	margin-right: -9px;
	cursor: pointer;
	background-color: white;
	margin-top: 9px;
	color: #4cc0c1;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size: 14px;
}

 
#fm-debug-bar .sql-log-entry .sql-log-results-count{
	background: none repeat scroll 0 0 #4cc0c1;
    color: #ffffff;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-right: 7px;
    margin-top: 9px;
    min-width: 20px;
    padding: 0 4px;
    text-align: center;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;    
	text-shadow: 1px 1px #bbb;
}
#fm-debug-bar .sql-log-entry .sql-log-results-count.empty-count{
	background: #bebebe;
}

 
#fm-debug-bar .sql-log-entry  .sql-log-more {
	display: none;
	margin-left: 6%;
	border-left: 5px solid #4cc0c1;
	background: #fcfcfc ;
	margin-bottom: 16px;
}

#fm-debug-bar .sql-log-entry  .sql-log-more.open {
	display: block;
}
 
#fm-debug-bar .sql-log-more .sql-log-content {
	padding: 12px;

	border: 1px solid #dadada;
	border-top: 0px;
	border-left: 0px;
	color: #3c3c3c;
	line-height: 1.2em;
}
 

#fm-debug-bar .sql-log-more .sql-log-content.sql-log-comment {
	color: #2d983c;
}
#fm-debug-bar .sql-log-more .sql-log-content pre {
	margin: 0px;
}

#fm-debug-bar .sql-log-entry  span.sql-keyword {
	color: #2D983C;
	font-style: italic;
}

#fm-debug-bar .sql-log-more  tr:nth-child(odd) {
   background-color: #f9f9f9;
}
#fm-debug-bar .sql-log-more  tr:hover:nth-child(odd) {
	background: #f5f5f5;
}


/*** translation **/
table.translation-log-table, table.translation-log-table td, table.translation-log-table th{
	border: 1px solid  #f1f1f1;
}
table.translation-log-table td.count{
	text-align: center;
}
table.translation-log-table.missing tr, table.translation-log-table.missing tr th {
	color:#CD0A0A;
}
 

/** historique **/
#fm-debug-bar-tabs .forward-info {
	margin:12px 0 16px;
	text-align: center;
	vertical-align: bottom;
}
 
#fm-debug-bar-tabs .forward-info .forward-text{
	background: #f7f7f7;
	border-radius:10px;
	padding:6px 12px 6px 2px ;
}
#fm-debug-bar-tabs .forward-info .forward-text .forward-type{
	font-weight: bold;
	padding-right: 6px;
}
 
#fm-debug-bar-tabs .forward-text .fm-debug-badge{
	padding: 2px 8px;
}
#fm-debug-bar-tabs .fm-forward-separator{
	width:97%;
	height: 1px;
	background: #4cc0c1;
	position: absolute;
	z-index: -1;
	margin-top:7px;
}
