#header {
	background: white url("../img/SUPPORT.png") no-repeat scroll 50px center;
	color: rgb(68,116,36);
	border-bottom: 1px solid #CCCCCC;
  	background-size: 160px;
}
#header #logo .css_bold {
	font-weight: normal;
	font-size: 24px;
}
#header small {
	font-size: 16px;
	color: #c00000;
}
#footer {
	border-top: 1px solid #CCCCCC;
	background: rgb(68,116,36);
	color: white;
}
#header a {
	color: rgb(68,116,36);
}
#header a:hover{
	color: rgb(176,174,174);
}

a:link, a:visited, .elementMenu {
	color: #666666;
}
a:hover {
	color: rgb(68,116,36);
}
#menu-patient {
	background: #EEEEEE;
}
#menu-patient li a {
	color: #666666;
}
#menu-patient li a:hover {
	color: rgb(68,116,36);
	background: #FDFDFD;
}
#logo{
	left: 250px;
}
#logo .css_bold{
	padding-top: 7px;
	display:inline-block;
}
.connexion h2 {
    color:  rgb(68,116,36);
}
.information_haut{
	background-color: rgb(68,116,36);
}

.titrebox {
	background-color: rgb(68,116,36);
}

.elementMenu {
	border-color: rgb(68,116,36);
	background-color: #EEEEEE;
}

.elementMenu ul li a:hover {
	background-color: #c00000;
	color: white;
}

.calendrier-groupe-pere {
	background-color: rgb(68,116,36);
}
.calendrier-sous-groupe {
	color: rgb(17,165,231);
}
#contenuPage tr td.tdtit{
	background-color: rgb(68,116,36);
}
table.scrollTab, #scrollTab, table.scrollTab td, #scrollTab td {
	border: thin solid rgb(68,116,36);
	color: #333333 !important;
}
table.scrollTab th, #scrollTab th, table.scrollTab thead tr, #scrollTab thead tr, table.scrollTab thead tr td, #scrollTab thead tr td {
    	background-color: rgb(68,116,36) !important;
    	border: thin solid rgb(68,116,36);
    	color: white !important;
}
table.scrollTab tbody tr:nth-child(2n+1), #scrollTab tbody tr:nth-child(2n+1), table.scrollTab tr:nth-child(2n+1), #scrollTab tr:nth-child(2n+1) {
	background: #EEEEEE;
}
table.scrollTab tbody td.td-rouge, #scrollTab tbody td.td-rouge {
	background: #FFCCCC;
	color: red;
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
    color: rgb(68,116,36);
    font-weight: bold;
    background: #E0E0E0;
    border: 1px solid #999999;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: rgb(68,116,36);
}
.titresNouvelleConversation {
    color: white;
    background-color: rgb(68,116,36);
}

.Titre1 {
	background-color: rgb(117,155,92);
	color: white;
    font-weight: bold;	
}

.Info{
	color: orange;
    font-weight: bold;	
}

.Titre2{
    font-weight: bold;	
  text-decoration: underline;    
}

.Titre3{
	font-style: italic;
}

#etat-signature{
	border: thin solid rgb(68,116,36);
}

.titre-signature{
	background-color: rgb(68,116,36);
}

.sectionBarreProgression > .progression.progression-80 {
    background-color: rgb(68,116,36);
}

/* LISTE CENTRES SPEC */
.btn-details, .btn-pdf, .btn-icf, .btn-icf-paper {
	border: none;
	width: 30px;
	text-align: center !important;
	padding: 5px;
	background-color: transparent;
}
.btn-details .fa, .btn-pdf .fa, .btn-icf .fa{
padding: 0;
margin: 0;
}
.frame-formulaire {
	width: 100%;
	height: 98%;
}
#contenuPage {
	position: relative;
	width: 100%;
}
#create-popup {
	padding: 0!important;
}
.contentFullScreenSupport {
	width: 100%!important;
	padding:0!important;
	margin: 0;
}
.contentFullScreenSupport #chargementContenuPageOk {
	width: 90%;
	margin-left: 0 !important;
}
.oblig.non-editable {
	width: 10vw;
}
.bigTextarea {
	width: 50%;
}
.non-editable > input:disabled, .non-editable > textarea:disabled {
	background: transparent!important;
	border: none;
	color: black;
}

#btn-wrapper {
	text-align: center;
  	margin-top: 10px;
}

/*** Création & gestion de comptes ***/
#divCompteEpro {
	max-width: 600px;
}
#divCompteEpro .row {
	justify-content: space-around;
}
.input-wrapper input, .row input {
	margin-left: 1rem;
}
.input-wrapper label, .row label {
	display: inline-block;
	min-width: 100px;
}
#creerCodesPatient {
	display: block;
	margin: 1rem auto .5rem;
}

.Titretab {
    background-color: rgb(201, 199, 227);
}
.consent-row-input, #consent-body section p, #signAcceptMessage, .consent-sign-input, #token-wrapper {
	font-size: 11pt;
}

.consent-row-input {
	display: grid;
	grid-template-columns: 4fr 1fr;
	margin-bottom: 1rem;
}

.input-container {
	padding-left: 1rem;
}

#eSignatureForm h2 i {
	margin-right: .5rem;
}

#signAcceptMessage {
	width: 85%;
	margin-bottom: 1rem;
}

#token-wrapper {
	width: 83%;
	margin: auto;
}

#pdf-wrapper embed {
	width: 100%;
	height: 80vh;
}
.consent-b-u {
	font-weight: bold;
	text-decoration: underline;
}

/*** Compat mobile ***/
@media only screen  and (orientation: portrait) {
	body, #content {
		width: 100vw !important;
	}
	#logo {
		display: none;
	}
	#header {
		background-position-x: center;
		width: 100vw;
	}
	#content {
		padding-top: 5rem;
		padding-left: unset;
	}
	#corps {
		width: 100%;
		margin: auto;
	}
	#contenuPage form > .tabitm, #contenuPage .tabitmscroll {
		width: 45vw;
    	margin-left: 1.5vw;
	}
	#contenuPage {
		float: unset;
	}
	#consent-body section h2 {
		font-size: 20pt;
	}
	.titre-important {
		font-size: 16pt;
	}
	.checkboxEcrf {
		margin-right: .5rem;
	}
	label[for^="CK"] {
		vertical-align: super;
	}
	.connexion {
		width: 95vw;
		margin:auto
	}
	#msg-connexion {
		width: unset;
		font-size: 12pt;
		line-height: 1rem;
	}
	
	#corps {
		width: 100%;
		margin: auto;
	}
	#corps center h1, #contenuPage {
		width: 95vw;
		margin: auto;
	}
	#corps center h1 {
		font-size: 20pt;
		margin-top: 1rem;
	}
	#header {
		margin-top: 82px;
		transform: translateY(-82px);
	}
	#menu-patient {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		height: unset;
		position: unset;
		margin-bottom: 0;
	}
	#menu-patient li {
		text-align: center;
	}
	#menu-patient li:nth-child(odd) {
		border-right: 1px solid #DDDDDD;
	}
	#menu-patient li {
		border-bottom: 1px solid #DDDDDD;
	}
	#menu-patient li a {
		padding: .5rem 0;
		border-right: unset;
	}
	#contenuPage .tabitmscroll > .tabitm {
		table-layout: fixed;
		width: 100%;
	}
	td.tdlibitm {
		white-space: normal;
	}
	#contenuPage form > .tabitm, #contenuPage .tabitmscroll {
		width: 90vw;
    	margin-left: 1.5vw;
	}
	#contenuPage .tabitmscroll > .tabitm {
		table-layout: fixed;
		width: 100%;
	}
	td.tdlibitm {
		white-space: normal;
	}
	#validFormButtons, #consent-commands {
		margin-bottom: 3rem;
	}
	#title_delete {
		width: 10vw;
	}
	.ligne_observation .hasDatepicker, .ligne_observation textarea {
		max-width: 15vw;
        font-size: 10px;
	}
	#pdf-wrapper embed {
		height: unset;
	}
	.cal_patient_ul {
		padding-left: unset;
	}
	.cal_patient_li a {
		/* font-size: 20pt; */
		/* padding: 1rem 2rem; */
		margin-bottom: 1rem;
	}
	#consent-body {
		width: 95vw;
    	margin: auto;
	}
	.input-container input[type="checkbox"] {
		transform: scale(1.2);
	}
	.form-label {
		min-width: 25vw;
	}
	.row {
		width: 85vw;
    	margin: 1rem auto;
	}
	.row label {
		min-width: 15vw;
	}
	#calendrierPatient {
		transform: translateY(-5px);
	}
	#maj-coord {
		display: block;
		margin: 1.5rem auto;
	}
	#contactSupport .contact-element-titre {
		min-width: 32vw;
	}
	#contactSupport .contact-element-valeur {
		margin-left: 1rem;
	}
	.ligne_observation_entete .tdtit {
		font-size: 7.5pt;
    	word-break: break-word;
    	font-weight: normal !important;
	}
	.connexion label, .consent-sign-input .form_label {
		width: 30vw;
		min-width: unset;
	}
	.connexion input {
		max-width: 40vw;
	}
	#msg-pwd {
		width: 80vw;
		min-width: unset;
	}
	#ch-mdp .row {
		margin-left: 5vw;;
	}
	#ch-mdp .row input {
		margin-left: unset;
	}
	#ch-mdp .row-label {
		width: 40vw;
		margin-right: 2rem;
		text-align: right;
	}
	#ch-mdp .row:last-child .row-label {
		display: none;
	}
	#ch-mdp .row:last-child .row-content {
		text-align: center;
	}
	.consent-button-wrapper, #validFormButtons {
		text-align: unset;
		display: flex;
		justify-content: space-around;
	}
	
	.tdlibitm select {
		max-width: 92.5%;
	}

	/*** Table override ***/
	table.tabitm:not(#OBSERVATION) {
		line-height: 1.25rem;
    	font-size: 12pt;
	}
	#contenuPage .tabitm:not(#OBSERVATION) tr {
		background: #FCFCFC;
		display: flex;
		flex-direction: column;
	}
	#contenuPage table.tabitm:not(#OBSERVATION) tr td {
		display: block;
		width:auto;
		background-color: #FCFCFC;
		padding: .5rem 1rem 1.5rem;
	}
	#contenuPage table.tabitm:not(#OBSERVATION) tr td:first-child {
		padding: .75rem .5rem;
		background-color: #EEEEEE;
	}
	#contenuPage table.tabitm:not(#OBSERVATION) tr td.tdtit {
		background-color: #003a80 !important;
	}
	table.tabitm:not(#OBSERVATION) .checkboxEcrf {
		display: inline-block;
		vertical-align: top;
		transform: scale(1.5);
        margin-top: .35rem;
	}
	table.tabitm:not(#OBSERVATION) input, table.tabitm:not(#OBSERVATION) textarea {
		font-size: 12pt;
        display: inline-block;
	}
	table.tabitm:not(#OBSERVATION) input {
        margin-right: .5rem;
	}
	table.tabitm:not(#OBSERVATION) textarea {
		width: 90%;
	}
	table.tabitm:not(#OBSERVATION) label[for^="CK"] {
        display: inline-block;
		margin-right: 1.5rem;
        margin-left: .5rem;
		max-width: 80%;
	}
	#contenuPage table.tabitm:not(#OBSERVATION) tr {
		height: unset;
	}
	.consent-button-wrapper button, form[name^="SUPPORT_"] #validFormButtons button {
		padding: .5rem 1rem;
        font-size: 12pt;
	}

	#menu-patient li:last-child {
		grid-column: 1/3;
	}
}

.aligneGauche {
	text-align: left;
}

.cal_patient_ul {
	margin: 0 auto;
	padding-left: 0px;
	max-width: 800px;
}

.cal_patient_li {
	background: #F5F5F5;
	list-style-type: none;
	width: 90%;
	margin:auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	cursor: pointer;
}
.cal_patient_li:first-child {
	border-radius: 5px 5px 0px 0px;
	border-top: 1px solid #CDCDCD;
}
.cal_patient_li:last-child {
	border-radius: 0px 0px 5px 5px;
}
.cal_patient_li img {
	margin-left: 10px;
	vertical-align: middle;
}
.cal_patient_li a {
	margin-left: 10px;
	display: inline-block;
	width: 80%;
}
.cal_patient_li:hover a {
	color: rgb(114,175,184);
}
.cal_patient_li .cal_patient_li_flag {
	float: right;
	margin-right: 10px;
}
.icf-patient {
	color: rgb(0, 58, 128);
}
.icf-patient:hover {
	cursor: pointer;
	color: rgb(68,116,36);
}
#formCalUpdateCoordonnees {
	width: 50%;
	margin: auto;
	text-align: center;
  }
  #alert_info_rando {
		border: thin solid #ccc;
		background: #eee;
		width: 30%;
		text-align: center;
		margin-top: 50px;
		margin-left: 25vw;
		padding: 5px;
  }