#header {
	background: #3A86B0 url("/specif/CADENCE_REGISTRY/img/Logo_ClinInfo_2026_rond.png") no-repeat scroll 50px center;
	color: white;
	border-bottom: 3px solid #EEE;
  	background-size: 45px;
  	height: 50px;
}
#header #logo {
	left: 30%;
}
#header #logo .css_bold {
	font-weight: normal;
	font-size: 24px;
}
#header small {
	font-size: 16px;
	color: #5BBE5D;
}
#footer {
	border-top: 1px solid #CCCCCC;
	background: #3A86B0;
	color: white;
}
#header a {
	color: #3A86B0;
	background: white;
	border: 1px solid #5BBE5D;
	border-radius: 5px;
}
#header a:hover{
	color: rgb(176,174,174);
}
#information_connexion {
	float: right;
	margin-right: 50px;
}
#banner {
	width: 100%;
}
#content {
	padding-top: 53px;
}

a:link, a:visited, .elementMenu {
	color: #666666;
}
a:hover {
	color: #3A86B0;
}
#menu-patient {
	background: #EEEEEE;
}
#menu-patient li a {
	color: #666666;
}
#menu-patient li a:hover {
	color: #3A86B0;
	background: #FDFDFD;
}
#logo{
	left: 250px;
}
#logo .css_bold{
	padding-top: 7px;
	display:inline-block;
}
.connexion h2 {
    color:  #3A86B0;
}
.information_haut{
	background-color: #3A86B0;
}

.titrebox {
	background-color: #3A86B0;
}

.elementMenu {
	border-color: #CCC;
	background-color: #EEEEEE;
}

.elementMenu ul li a:hover {
	background-color: #5BBE5D;
	color: white;
}

.calendrier-groupe-pere {
	background-color: #3A86B0;
}
.calendrier-sous-groupe {
	color: rgb(17,165,231);
}
#contenuPage tr td.tdtit{
	background-color: #3A86B0;
}
table.scrollTab, #scrollTab, table.scrollTab td, #scrollTab td {
	border: thin solid #3A86B0;
	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: #3A86B0 !important;
    	border: thin solid #3A86B0;
    	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: #3A86B0;
    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: #3A86B0;
}
.titresNouvelleConversation {
    color: white;
    background-color: #3A86B0;
}
#etat-signature {
	border-color: #3A86B0;
}
.titre-signature {
	background-color: #3A86B0;
}

/*** Echelle ***/

/* Libellé */
.echelle-libelle {
	color: rgb(12, 88, 22);
}

/* Curseur */
.echelle > .slider > .ui-slider-handle {
	background-color: rgba(165, 6, 6) !important;
	height: 2em !important;
	width: 3em !important;
	top: 25% !important;
}

/* Slider échelle horizontale */
.echelle:not(.echelleVertical) > .slider.ui-slider {
	height: 1.2em !important;
	background: #1f4326 !important;
}

/*** Echelle verticale ***/
.echelleVertical .ui-slider-vertical .ui-slider-handle-custom {
	top: unset !important;
	left: -1.1em;
}

/* Hauteur du slider */
.echelleVertical > .slider.ui-slider {
	height: 400px;
	background-size: cover;
	width: .8em;
	background: #1f4326 !important;
}

/* Libellé */
.echelleVertical {
	display: flex;
	flex-direction: row;
	padding-left: 50%;
}
.echelleVertical .echelle-libelle {
	flex-direction: column;
	margin-left: 1.5em;
}

#SUBMIT_6, #SUBMIT_7  {
	vertical-align: middle;
}
#SUBMIT_7  .fa,#SUBMIT_6  .fa {
	margin-right: 0px !important;
}

table.karnofsky {
  border: 1px solid black !important;
  border-collapse: collapse !important;
}
table.karnofsky  th {
  border: 1px solid black !important;
  padding: 5px !important;
  text-align: left !important;    
}
table.karnofsky  td {
  border: 1px solid black !important;
  padding: 5px !important;
  text-align: left !important;    
}

table.scrollTab tbody td.td-highlight, #scrollTab tbody td.td-highlight{
	background: bisque;
	color: red !important;
}
#SUBMIT_4:disabled {
	background: rgb(224, 224, 224);
	color: rgb(200, 200, 200);
	font-family: Arial;
}

#SUBMIT_4:hover:disabled {
	background: rgb(224, 224, 224);
	color: rgb(200, 200, 200);
	font-family: Arial;
	cursor: default;
}