/******************************
*******************************
		Smartphone
*******************************
*******************************/

/******************************
 	Portrait and Landscape 
*******************************/
@media only screen 
	and (min-device-width: 360px) 
	and (max-device-width: 736px) { 
		* {
		   font-size: 10px;
		}
		
		html {
	    	font-size: 0.6em; /* 1 */
	    	-webkit-text-size-adjust: 0.6em; /* 2 */
	    	-ms-text-size-adjust: 0.6em; /* 2 */
		}
	
		h1, h2, h3, h4, h5, h6 {
			margin: 0;
		}
	/********************
		Page login.php
	*********************/	
	.col-lg-5, .col-lg-6 {
		padding-right: inherit;
	}
	
	.icone {
		height: 40px;
	}
	
	.windowConn .title,
	.panel {    
       border: 1px solid #b1c800;
	}
	
	.leftConnexion {
		/*display: none;*/
	}
	
	.rightConnexion {
		/*width: 100%;*/
	}

	input[type="submit"], #add-nodes-button, .showGen {
		height: fit-content;
 	}

	.windowConn .panel {
	    height: 170px;
	}
	
	/* Footer	*/
	.lang-sm{
	height: 30px;
	}
	 .numero_vert {
		width: 40px;
	}
	
	/********************
		patient/liste_study.php
	*********************/	
	.infoPatient {
		font-size: xx-small;
	}
	
  	.patient_information .information {
		font-size: xx-small;
	}
	
	.patient_information .disconnect{
		font-size: xx-small;
	}
	
	.patient_title {
		font-size: xx-small;
	}
	
	.tableview {    
		margin-top: 1%;
	}
	
	.disclaimer {
		font-size: xx-small;
	}
	
	#study_navigation {
	    padding: 0px;
	}
	
	.margin_navigation {
	    margin: 0px;
	}
	
	.image_miniature{
		height: 40px;
	}
	
	#study_navigation {
		width: auto;
	}
	
	#corps {
		width:100%;
	}
	
	.main-footer {
	    padding: 0;
	}
	.footer-inner {
	    padding: 0px;
	}
	
	/********************
		patient/display_study.php
	*********************/	
	#examens-navigation {
		float: none;
		width: auto;
	}
	
	#examens-navigation ul li a {
    	 padding: 0px;
	}
	#examens-navigation ul li .arrow {
		top: 18px;
	}
	
	.col-xs-2, .col-xs-6, .col-xs-6{
		padding-right:inherit;
    	padding-left: inherit;
	}
    
	.study_anteriorities {
		display:flex;
		flex-direction: column;
	}

	.outil_navigation {
		display: flex;
    	width: 100%;
    	justify-content: space-around;
		margin-top:1em;
	}
 
	.margin_navigation {
    	height: auto;
    }
    
    .scrool {
    	width: auto;
    }
    
    /* Viewer */
    .fa-2x {
 	   font-size: inherit;
	}
	
	.command>.btn {
	    margin-right: 0px; 
	}
	
	
	#studys_navigation ul li a {
		padding: 0px; 
	}
	
	.modal-pdf {
		width:95%;
		height: fill-available;
		height: -moz-available;
		height: -webkit-fill-available;
	}
}