#header {
	background: white url("../img/logo.png") no-repeat scroll 50px center;
	color: #2a6b81;
	border-bottom: 1px solid #CCCCCC;
  	background-size: 250px;
}
#header #logo .css_bold {
	font-weight: normal;
	font-size: 24px;
}
#header small {
	font-size: 16px;
	color: #99cab6;
}
#footer {
	border-top: 1px solid #CCCCCC;
	background: #2a6b81;
	color: white;
}
#header a {
	color: #2a6b81;
}
#header a:hover{
	color: rgb(176,174,174);
}

a:link, a:visited, .elementMenu {
	color: #666666;
}
a:hover {
	color: #2a6b81;
}
#menu-patient {
	background: #EEEEEE;
}
#menu-patient li a {
	color: #666666;
}
#menu-patient li a:hover {
	color: #2a6b81;
	background: #FDFDFD;
}
#logo{
	left: 250px;
}
#logo .css_bold{
	padding-top: 7px;
	display:inline-block;
}
.connexion h2 {
    color:  #2a6b81;
}
.information_haut{
	background-color: #2a6b81;
}

.titrebox {
	background-color: #2a6b81;
}

.elementMenu {
	border-color: #2a6b81;
	background-color: #EEEEEE;
}

.elementMenu ul li a:hover {
	background-color: #99cab6;
	color: white;
}

.calendrier-groupe-pere {
	background-color: #2a6b81;
}
.calendrier-sous-groupe {
	color: rgb(17,165,231);
}
#contenuPage tr td.tdtit{
	background-color: #2a6b81;
}
table.scrollTab, #scrollTab, table.scrollTab td, #scrollTab td {
	border: thin solid #2a6b81;
	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: #2a6b81 !important;
    	border: thin solid #2a6b81;
    	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: #2a6b81;
    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: #2a6b81;
}
.titresNouvelleConversation {
    color: white;
    background-color: #2a6b81;
}

.icon-inclu {
	vertical-align: baseline;
	font-size: 16px;
	color: #2a6b81;
	margin-right: 5px;
}

/*Elearning*/
.boutonActifOk {
	background-color: #99cab6;
	padding: 5px;
	border-radius: 3px;
	color: white;
	font-weight: bold;
	display: inline-block;
	width: 84px;
}

.boutonActifRouge {
	border: 1px solid #a2a2a2;
	padding: 5px;
	border-radius: 3px;
	margin: 2px;
	display: inline-block;
	width: 84px;
}

.elearning-disabled {
	background: #DDDDDD !important;
	color: #999 !important;
	cursor: not-allowed;
}
.elearning-disabled:hover {
	background: #DDDDDD !important;
	color: #999 !important;
	cursor: not-allowed;
}

#missingVisitsReportBlocHaut {
	display:flex; 
	margin:19px 0 16px;
}
#formRechercherMissingVisits {
	display: inline-block;
	text-align: center;
	margin: 0 0 0 7%;
	width: 80%;
}

#formRechercherMissingVisits label {
	min-width: 75px;
}

#formRechercherMissingVisits input {
	margin-left: 40px;
}

#missingVisitsReportDl {
	display: inline-block;
	text-align:center
}

.td-upload-confirm {
	font-weight: bold;
  	color: red;
}
#cal-monitoring .cal-monitoring-section {
	height: 265px;
}