#header {
	background: white url("../img/EPOCARE_logo.png") no-repeat scroll 50px center;
	color: rgb(31,31,31);
	border-bottom: 1px solid #CCCCCC;
  	background-size: 250px;
}
#header #logo .css_bold {
	font-weight: normal;
	font-size: 24px;
}
#header small {
	font-size: 16px;
	color: rgb(255,204,00);
}
#footer {
	border-top: 1px solid #CCCCCC;
	background: rgb(31,31,31);
	color: white;
}
#header a {
	color: rgb(31,31,31);
}
#header a:hover{
	color: rgb(176,174,174);
}

a:link, a:visited, .elementMenu {
	color: #666666;
}
a:hover {
	color: rgb(31,31,31);
}
#menu-patient {
	background: #EEEEEE;
}
#menu-patient li a {
	color: #666666;
}
#menu-patient li a:hover {
	color: rgb(31,31,31);
	background: #FDFDFD;
}
#logo{
	left: 250px;
}
#logo .css_bold{
	padding-top: 7px;
	display:inline-block;
}
.connexion h2 {
    color:  rgb(31,31,31);
}
.information_haut{
	background-color: rgb(31,31,31);
	border-radius: 10px;
}

.titrebox {
	background-color: rgb(31,31,31);
	border-radius : 10px 10px 0px 0px;
}
.titrebox_data{
	background-color: rgb(18,41,69);
	display: block;
    font-size: 11px;
    padding: 6px 5px;
    border-bottom: 1px solid #939a9d;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-align: left;
}
.titrebox_cpt, .titrebox_report{
	background-color: #545857;
	display: block;
    font-size: 11px;
    padding: 6px 5px;
    border-bottom: 1px solid #939a9d;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-align: left;
}

.titrebox_doc, .titrebox_hot{
	background-color: #FFB500;
	display: block;
    font-size: 11px;
    padding: 6px 5px;
    border-bottom: 1px solid #939a9d;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-align: left;
}

.elementMenu {
	/* border-color: rgb(31,31,31); */
	background-color: #EEEEEE;
	box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.1);
	margin-bottom : 8px;
	border-radius : 10px;
	border-radius: 15px;
}

.elementMenu ul li a:hover {
	background-color: rgb(255,204,00);
	color: white;
	border-radius: 10px;
}

.calendrier-groupe-pere {
	background-color: rgb(31,31,31);
}
.calendrier-sous-groupe {
	color: rgb(17,165,231);
}
#contenuPage tr td.tdtit{
	background-color: rgb(31,31,31);
}
table.scrollTab, #scrollTab, table.scrollTab td, #scrollTab td {
	border: thin solid rgb(31,31,31);
	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(31,31,31) !important;
    	border: thin solid rgb(31,31,31);
    	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(31,31,31);
    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(31,31,31);
}
.titresNouvelleConversation {
    color: white;
    background-color: rgb(31,31,31);
}
#etat-signature {
	border-color: rgb(31,31,31);
}
.titre-signature {
	background-color: rgb(31,31,31);
}

.logo-rcts-box {
    width: 400px;
    margin: auto;
}
.logo-rcts-box img{
    width: 100%;
}

.center, .CENTER {
	text-align : center !important;
}

/* Les obs */
.td_actions_obs {
	position: sticky;
	left: 0px;
	color: green!important;
	background: rgb(250,243,238);
}

.petites-colonnes > td{
	font-size : 11px;
}

/* #OBSERVATION.tailleMiseAJour > tbody > tr > td{
	max-width : 220px;
} */

#OBSERVATION.tailleMiseAJour > tbody > tr > td > input[type=text]{
	width : 100px;
}

.tailleForceeTableauObs{
	height : 500px;
}

.fauxtabitmscroll #OBSERVATION {
	width: 100%!important;
}

/**** Sous-titre formulaire 52 et 53 dans calendrier patient *****/
.sousTitre-form-cal-modif {
	font-weight: normal;
	font-size: 11px;
}
.legende-patient-schedule.legende-patient-schedule-gris.legende-patient-schedule-gris-epocare, .ligne-grise-bilan-2 {
  background: #c8c8c8!important;
  color: #7b7b7b!important;
  font-style: italic;
}