/* *******************************
* GENERAL 
******************************* */
body {
	/*padding-top: 150px;*/
	padding-top:0px;
	padding-bottom: 60px;
    font-size: 13px;
    line-height: 18px;
}

.icon-grey {
 	background-image: url("../images/glyphicons-halflings-grey.png");
}

.icon-null{
	background-image:none;
}
.rightCol{
	padding:0px;
	width:0px;
}
.rightCol img{
	max-width:210px;
	height:auto !important;	
}

.icon-tri-off{
	width:20px;
	background-image:url(../images/icone-Tri-OFF.png);
	background-position:-2px -2px;
	background-repeat:no-repeat;
}

.icon-tri-asc{
	width:20px;
	background-image:url(../images/icone-Tri-ASC.png);
	background-position:-2px -2px;
	background-repeat:no-repeat;
}

.icon-tri-desc{
	width:20px;
	background-image:url(../images/icone-Tri-DESC.png);
	background-position:-2px -2px;
	background-repeat:no-repeat;
}

.fil-ariane{
	font-size: 14px;
	line-height: 18px;
	color: inherit;
	font-weight: normal;
	text-rendering: optimizelegibility;
	padding-bottom:10px; 
	border-bottom:1px solid #E5E5E5; 
	margin-bottom:10px;	
}

/* *******************************
* TYPOS 
******************************* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  color: #999999;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h2 small {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}

h3 small {
  font-size: 14px;
}

h4, h5, h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}

small {
  font-size: 100%;
}

p {
    margin: 0 0 9px;
}

/* *******************************
* BARRES BANNER
******************************* */
/*
.custom-navbar .nav-collapse{
   overflow:hidden;
}
.custom-navbar .nav-collapse .nav{
   height:40px;
   overflow:hidden;
}
*/
.custom-navbar .navbar-inner{
   border: none;	
   padding:0px;
  -webkit-border-radius: 0px;
	 -moz-border-radius: 0px;
		  border-radius: 0px;
   border-bottom: 2px solid rgba(255, 0, 0, 0.56);
}

.navbar-inner-grey {
  background-color: #EDEDED;
  background-image: -moz-linear-gradient(top, #F5F5F5, #EDEDED);
  background-image: -ms-linear-gradient(top, #F5F5F5, #EDEDED);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#EDEDED));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #EDEDED);
  background-image: -o-linear-gradient(top, #F5F5F5, #EDEDED);
  background-image: linear-gradient(top, #F5F5F5, #EDEDED);
  background-repeat: repeat-x;
  -webkit-border-radius: 1px !important;
     -moz-border-radius: 1px !important;
          border-radius: 1px !important;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#EDEDED', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
}

.navbar .btn{
	margin:5px;	
}

/* *******************************
* FORMULAIRES ET CHAMPS
******************************* */
.form-horizontal .control-label{
  text-align: left;
  width:140px;
}

.form-horizontal .controls {
    margin-left: 160px;
}

.form-horizontal .control-group {
    margin-bottom: 2px;
}

.form-horizontal .form-actions{
	padding-left: 160px;	
}

legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    display: block;
    font-size: 19.5px;
    line-height: 36px;
    margin-bottom: 27px;
    padding: 0;
    width: 100%;
}

label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

input[type="checkbox"] {
  margin: 2px 0 0 0;
  padding:0;
}

.div-HTML-Editor{
  background-color: #ffffff;
  border: 1px solid transparent;
}

.control-group.warning .div-HTML-Editor {
  border-color: #c09853;
}

.control-group.error .div-HTML-Editor {
  border-color: #b94a48;
}

.control-group.success .div-HTML-Editor {
  border-color: #468847;
}

.div-HTML-Editor:focus:required:invalid {
  border-color: #ee5f5b;
}

.datepicker{
	padding:0px !important;	
}

.custumDatePicker{
  cursor: pointer !important;
  background-color:#FFFFFF !important; 
  border-color:#cccccc;
}

.custumDatePicker:focus{
  outline: 0 !important;
  outline: none !important;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.datepicker.dropdown-menu.datepicker-right:after {
	content: '';
	display: inline-block;
	border-left:none;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #ffffff;
	position: absolute;
	top: 31px;
	left: -6px;
}
.datepicker.dropdown-menu.datepicker-right:before {
	content: '';
	display: inline-block;
	border-left:none;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #ccc;
	border-right-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 29px;
	left: -8px;
}

/* FileUpload */
.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

/* Fix for IE 6: */
* html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}
/* Fix for IE 7: */
* + html .fileinput-button {
  padding: 2px 15px;
  margin: 1px 0 0 0;
}

.htmlEditor-container{
	float:left;
	margin-right:4px;		
}

.control-group.warning .htmlEditor-container .mce-container {
  border-color: #c09853;
}

.control-group.error .htmlEditor-container .mce-container {
  border-color: #b94a48;
}

.control-group.success .htmlEditor-container .mce-container {
  border-color: #468847;
}

.htmlEditor-container .mce-container:focus:required:invalid {
  border-color: #ee5f5b;
}
/* *******************************
* BOUTONS
******************************* */
.btn-mini [class^="icon-"] {
  margin-top: 0;
}

.btn-supersmall {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-supersmall [class^="icon-"] {
  margin-top: 0;
}

button.btn.btn-supersmall, input[type="submit"].btn.btn-supersmall {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-group > .btn-supersmall {
  font-size: 11px;
}

.btn-group > .btn-supersmall + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-supersmall .caret{
  margin-top: 6px;
}

.btn-supersmall .label, .btn-supersmall .badge {
  top: 0;
}

.btnSwitch{
	position:relative;
	padding:0; 
	margin:0; 
	border:0; 
	cursor:pointer; 
	width:45px; 
	display:inline-block;
}
.btnSwitch-container{
	position:absolute; 
	width:100%; 
	height:100%;
	z-index:2;
}

.btnSwitch-spacer{
	width:20px; 
	display:inline-block; 
	text-align:center;	
}

.btnSwitch button{
	width:25px; 
	height:25px;
}

/* *******************************
* LISTES
******************************* */
.li-moteurRecherche{
	list-style-type:none;
	padding-bottom:5px; 
	margin-bottom:5px;
	line-height:18px;
}
.li-moteurRecherche > div{
	padding:2px;
}

.li-noResult{
	list-style-type:none;
}

.li-bordered{
	list-style-type:none; 
	padding-bottom:5px; 
	margin-bottom:5px; 
	border-bottom:1px solid #E5E5E5;
}

.li-bordered > div{
	width:100%;
	display:inline-table;
}

.li-bordered > div > div{
	display:table-cell;
	padding:2px;
}

.li-infos{
	list-style-type:none; 
	padding:10px;
	margin-bottom:20px; 
	border:1px solid #E5E5E5;
}

.li-infos > div{
	width:100%;
	display:inline-table;
}

.li-infos > div > div{
	display:table-cell;
	padding:2px;
}

/* *******************************
* LISTE SOCIETES
******************************* */
.filtres-listing .nav-header{
	padding-left:0px;
	height:20px;
}

.filtres-listing > div{
	height:39px;
}

.divider {
  *width: 100%;
  height: 1px !important;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.filtres-listing > div > label.inline{
	float:left; 
	padding-top:7px; 
	width:81px; 
	padding-left:0px;
	color:grey;
}

.filtres-listing > div > label.checkbox{
	width:inherit;
}

.filtres-listing > div > input[type="text"]{
	width:135px; 
	float:right;
}

.filtres-listing > div select{
	float:right;
}

.filtres-listing > div > label.inline > input[type="checkbox"]{
	margin-left:0px;
	margin-right:4px;
}

/* *******************************
* TYPOS
******************************* */

.txtLabelsMoteurRecherche{
	color:grey;
	font-size: 13px;
	font-weight: normal;
}

.form-horizontal .controls-mr{
	margin:0px;
}

.form-horizontal .control-label-mr{
	width:80px;
}

.form-horizontal .input-mr{
	width:140px;
}

.form-horizontal .select-mr{
	width:154px;
	padding-left:0;
}
.form-horizontal .label-mr-checkbox{
	margin:0;	
}


/* *******************************
* SIGNATURE PIXEL / FOOTER
******************************* */

.signaturePixelCreo{
	position: fixed;
	bottom: 5px;
	right: -30px;
	background-color: rgba(255, 255, 255, 0.46);
	border: 1px solid #ccc;
	border-right: 0;
	transition:0.2s;
}

.signaturePixelCreo a{
	text-decoration:none;
	color:inherit;
	font-size: 10px;
	margin:auto 0;
	padding:5px;
}

.signaturePixelCreo:hover{
	background-color: black;
	color:white;
	right:0;
}