/********* MISE EN PAGE GENERALE CSS *********/
html {
	position:relative;
	height:100%;
	width:100%;
}

body {
	position:absolute;
	width:100%;
	min-height:100%;
	line-height : 1.5;
}

@media (max-width: 768px) {
	#navbar{
		height: 600px;
		overflow-y: auto;
	}
}

/* Fieldset */
fieldset {
	border: 1px solid #ddd !important;
	margin: 0;
	padding: 10px;
	position: relative;
	border-radius:4px;
	background-color:#f5f5f5;
	padding-left:10px !important;
}
legend{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 0px;
	width: 45%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px 5px 5px 10px !important;
	background-color: #adbfcd;
	color: #003d68;
	/*line-height: 1;*/
}

input{
    border: 1px solid lightgray !important;
}

/* Boutons */
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: transparent;
}

.btn-primary {
	color: #e2e2e2;
	background-color: #003d68;
	border-color: #003d68;
	border-radius: 0px;
	font-size: 16px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #e2e2e2;
	background-color: #003d68;
	border-color: #003d68;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #f49031;
	border-color: #f28440;
}
.btn-primary .badge {
	color: #f49031;
	background-color: #fff;
}
.btn-lg{
	/*margin-top: 20px;*/
}

/* pour blocage sp*/
.bodyClass{background-color: white}
.containernosp { display: none !important; }

/* Changement BOOTSTRAP */

/* Liens */
a {
  color: #003d68;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #373737;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.atxt { color:#333;}
.atxt:hover, .atxt:focus { color:#333;}

h2 {
	font-weight:bold;
	font-size: 26px;
	text-align:center;
}
h3 {
	font-weight:bold;
	font-size: 22px;
}
@media (max-width: 767px) {
	h2 { font-size: 18px; }
	h3 { font-size: 18px; }
}
label{ font-weight:normal; }

.light { color:#555; }

/* label et textbox INV */
.labelInv{ font-weight:normal; }
.textInv { width:100%;}
.textInv:-webkit-input-placeholder { color:transparent; }
.textInv:-moz-placeholder                   { color:transparent; } /* FF 4-18 */
.textInv:-moz-placeholder                   { color:transparent; } /* FF 19+ */
.textInv:-ms-input-placeholder         { color:transparent; } /* IE 10+ */

@media (max-width: 767px) {
	.labelInv { display:none; }
	.textInv:-webkit-input-placeholder { color:#aaa; font-size:11px; font-style:italic; }
	.textInv:-moz-placeholder                   { color:#aaa; font-size:11px; font-style:italic; } /* FF 4-18 */
	.textInv:-moz-placeholder                   { color:#aaa; font-size:11px; font-style:italic; } /* FF 19+ */
	.textInv:-ms-input-placeholder         { color:#aaa; font-size:11px; font-style:italic; } /* IE 10+ */
}

.controls .input-xlarge, .controls .input-large {
	padding:0 3px;
	height:28px;
}


@media (min-height: 720px) {
	#panneauFormulaire { position: fixed; right: 30px; bottom: 20px; }
}

.visible-xs-inline-block{
	display: block !important;
}

/** NOM du patient **/
.nompatient {
	text-align: left;
	color:#003d68 ;
	font-size:16px;
	margin: 10px;
	height: 40px;
	background-color: #e2e2e2;
	border-radius: 10px;
}
.moncercle{margin-left: 20px;display: inline-block;}
.imgPat{
	width: 30px;
	height: 30px;
}
.nomPat{
	margin-top: 10px;
	margin-left: 20px;
	display: inline;
}
#nompatient {
	font-size:17px;
}
@media (max-width: 767px) {
	#nompatient  { font-size:14px; margin-top:0; }
	#nompatient .glyphicon { font-size:14px;  }
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10000;
}


/***************************************************/
/* Menu du haut avec logo */
.navbar{
	margin-bottom: 0;
	float:center;
}
.navbar-default {
	min-height:100px;
}
.navbarmenus {
	margin-top:50px;
	padding-right:40px;
}
#logorech {
	width: 160px;
	height : 80px;
	display:block;
}
#infologo{
	position: absolute;
	top: 75px;
	text-align: center;
	color: #502815;
}
.lead{
	font-size: 15px;
	font-weight: bold
}
.pop{
	position: absolute;
	top: 1px;
	left: -20px;
}
#logosmall {
	display:none;
}
.container{
	padding-left: 1px;
	padding-right: 1px;
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{margin: 0px;}
@media (max-width: 1199px) {
/*.navbar-nav.navbar-right:last-child{margin-right: -60px; margin-top: -50px;}*/
	.navbar-nav.navbar-right:last-child{margin-top: -50px;}
	#logorech{margin: 0px;}
}
@media (max-width: 991px) {
	#infologo{ display: none }
	#logorech{display: none;}
}
@media (max-width: 768px) {
	#infologo{ display: none }
	.navbar-nav.navbar-right:last-child{margin-right: -40px;}
	#logorech{margin: 0px;}
}

@media (max-width: 767px) {
	.navbar-default { min-height:50px; }
	#logorech { display:none;}
	#logosmall {
		background: url('../../icon/logosmall.png') no-repeat;
		margin-top: -10px;
		width: 100px; 
		display:block;
	}
	#infologo { display:none; }
	.navbar-nav.navbar-right:last-child{margin-top: 0px; }
}

.navbar-toggle{margin-bottom: 10px;}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  font-size:16px;
  color: #333;
}


.navbar-default .navbar-text {
  color: #555;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #222;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #333;
  background-color: #fff;
}

/*to fix bug dropdown in Chrome */
.dropdown-backdrop {
  display: none;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/*.footer {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    color: #565555; */
/*    background-color: #efefef;;*/
/*    clear: both;*/
/*}*/

.footerTitle{margin-top: 5px;}

.footerMargin{margin-bottom: 100px;}

#menuContainer{
	background-color: #e2e2e2;
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 999;
}

.bodyContent{
	width: 100%;
	margin-top: 120px;
}

@media (max-width: 767px) {
    .bodyContent{
        width: 100%;
        margin-top: 70px;
    }
}

.dropdown-menu{
	background-color: #adbfcd;
}
.dropdown-menu li > a{
	color: #003d68;
}
#linkMenu{
	color: #003d68;
	background-color: transparent;
}
.menu:hover{
	background-color: #adbfcd;
}
.dropdownMedia{
	position: relative;
	width: 100% ;
	height: 30px;
	background-color: #502815;
	color: #f5a85f
}

li{
	list-style: none !important;
}

.control-group {
	margin-top:10px;
}

/* boite de dialog modale*/
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 500px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.modal-header{
	border-bottom: 0px;
}

/******** rechformulaires.php && resultats.php ********/
.returnPage{
	float:right;
	padding:20px;
	text-decoration: underline;
}
select#cboGenre, select#cboAge, select#cboForm{
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image:  -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
}
.tdStyle{
	text-align:left;
	width:150px;
}
label{
	margin-top: 5px;
}
select{
	height: 30px;
}
.form-control{
	height:30px;
}
#lbAgeEt{
	text-align:center;
	margin:5px;
}
#tbValue{
	width:200px;
	height:30px;
}
.divBtn{
	text-align:center;
	margin-bottom: 30px;
}
.btn-block{
	max-width: 400px;
}
.searchType{
	font-weight:bold;
	color: #502815;
	max-width: 700px;
	text-align:center;
    padding-left: 20px;
	padding-right: 20px;
	text-decoration: underline;
}
.rowSearch{
	padding-left: 10px;
	padding-right: 10px;
	max-width: 600px;
}
/*.table-hover tbody tr:hover td {background-color: #f5a85f; border-radius : 0px;}*/
.table-hover tbody tr td a:hover{
	text-decoration: none;
}
table a, table a:hover{
	color : #373737;
	font-size: 15px;
}
table th {
	padding: 8px;
	background-color: #502815;
	color: #f5a85f;
	text-align: center;
}
.resultSearch td, .tableStyle td{
	color: #502815;
	text-align: center;
	border: 1px solid #373737;
}
.tableStyle{
	max-width: 600px;
	margin-top: 10px;
	padding: 10px;
}
.noResult{
	color: #ef7926;
	margin-top: 10px;
}
.tableForm{
	margin-top: -15px;
}
.resultSearch{
	max-width: 700px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}
#tbAge1, #tbAge2{
	width: 50px;
}

