﻿body {
	    background-color: transparent;
                  overflow-y:scroll !important;
	}
	html {

	background:url(/custom/t2sr.png) no-repeat center ; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-attachment: fixed;
	  height: 100%;

}


/********	Login.php	***************/

		/* Cadre des accès */
.panel-body {
    border: 3px solid #ef5b34;
    width: 555px;
    height: 365px;
}

	/* Espace entre le Texte et les cadres des accès */
.panel-login {
	margin-top: 10%;
}

	/* Cadre des titres des accès */
.panel-title {
    border: 3px solid #ef5b34;
}

	/* Texte des titres */
.acces{
	color: #ef5b34;
}

	/* Bouton Se Connecter */
.btn-primary {
    background-color: #ef5b34;
    border: 2px solid #000;
    color: #000;
}
	/* Bonton Se Connecter lors du survol de la souris */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active,
	.btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #ef5b34;
	background-color: #6d6d5f;
}

	/* Bonton Se Connecter lors du survol de la souris */
.btn-primary:hover {
  color: #ef5b34;
  background-color: #6d6d5f;
  border-color: #ef5b34;  
}

	/* Bonton Se Connecter lors du survol de la souris */
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-image: none;  
  background-color: #6d6d5f;
  border-color: #ef5b34;
}

	/* Bonton Se Connecter lors du survol de la souris */
.btn-primary:active:focus {
	color: #ef5b34;
  	background-color: #6d6d5f;
  	border-color: #ef5b34;
}

	/* Bonton Se Connecter lors du survol de la souris */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(177, 200, 0, 0.5);
}

		/*Header*/
	
	/* Couleur du titre */
.main-header {
    color: #000;
}

	/* Couleur du texte des informations */
.header_adresse, .header_tel, .header_information, .header_logo 
{
	color: #000;
}

		/*footer*/
	
	/* Couleur du titre */
.main-footer {
    color: #ffffff;
}

.panel-access {
    height: 251px;
}
.hotline-t2t > a {
	color:white !important;
}
.hotline-t2t > a:visited {
	color:white !important;
}

/**********   Partie Correspondant   *******************/

		/*Menu*/
	
	/* Case "DOSSIERS PATIENTS" */
#menu a {    
    color: #ef5b34;
}
	/* Case "A PROPOS DE" et "VOTRE COMPTE" */
#menu span {
    color: #ef5b34;
}
	/* Survol de la souris sur le menu déroulant de "A PROPOS DE" et "VOTRE COMPTE" */
#menu ul a:hover {
	color: #000;
    background-color: #ef5b34;
    background-image: linear-gradient(#ef5b34, #ef5b34);
}

	/* Petit triangle du menu déroulant */
#menu ul li:first-child a:hover:after {
   border-bottom-color: #ef5b34;
}

		/*Tableau*/
		
	/* Cadre du tableau */
#correspondantDiv {
    border: 3px solid #ef5b34;
}

	/* Couleur de la case de la page sélectionnée */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ef5b34;
    border-color: #ef5b34;
}

	/* Couleur des chiffres pour la pagination */
.pagination>li>a, .pagination>li>span {
    *color: #ef5b34;
}
	/* Couleur lors du survol de la souris pour choisir le patient*/
tr.row_selected td{
	background-color: #6d6d5f ;
	color: #ef5b34;

}


		/*Viewer*/
		
	/* Case de l'examen actuel */ 
#studys_navigation a.current {
    background: #ef5b34;
    color: #000;
}

	/* Case des boutons pour télécharger 'Images JPEG' ou 'Images DICOM' */
.download-button{
	background-color: #ef5b34;
}

.view-button{
	background-color: #ef5b34;
}
	/* Couleur des boutons du Viewer (en bas à droite de l'exam lorsqu'il est ouvert) */ 
.btn-info {
    background-image: -webkit-linear-gradient(top,#ef5b34 0,#ef5b34 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ef5b34),to(#ef5b34));
    background-image: linear-gradient(to bottom,#ef5b34 0,#ef5b34 100%);
    border-color: #ef5b34;
	
}

	/* Cadre des imagettes à gauche de l'examen */ 
#thumbnails_main .thumbnails_serie.current {
    border: 2px solid #ef5b34;
}




/**********   Partie Patient   *******************/

	/* Cadre général */
#studys_main {
    border: 3px solid #ef5b34;
}

	/* Cadre de chaque examen */
#studys_main ul {
    border: 1px solid #ef5b34;
}

	/* Cadre au survol de la souris sur les imagettes */ 
#thumbnails_main .thumbnails_serie.selected {
	border: 2px solid #ef5b34;	
}


/**********   Gerenal   *******************/

	/* Marge en haut et en bas du texte (header) */
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}