/* pop ups */

#pop-up-procedure {
	background-color: #FFFFFF;
}

.default-img {
	max-width: 60%;
}

.pop-up-procedure {
	background-color: white;
	float: left;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	padding: 2em 3em;
	position: relative;
	width: 90%; 
}

.pop-up-procedure {
	width: auto;
	max-width: 100%;	
	padding: 0;
}

@media only screen and (min-width: 920px) {
	.outer-pop .pop-up-procedure .justifyText {
		width: calc(100% - 6em);
	}
}

#diag-con-procedure {
	float: left;
	padding: 1em 0 1em;
	width: 100%;
}

#diag-proc-left {
	border: 1px solid #f6f6f6;
	float: left;
	padding: 1em 0;
	text-align: center;
	width: 50%;
}


.carrousel {
	display: inline-block;
	width: 100%;
}

.carrousel img.dg-phone.default-img {
	height: 50px;
	padding: 10px;
	border: 1px solid #636395;
}

.carrousel .selected img.dg-phone.default-img, .carrousel img.dg-phone.default-img:hover  {
	border: 3px solid #636395;
}

.carrousel .device-carrousel-item {
	float: left;
	padding: 2px;
}


.popin-identified-model .buttons {
	display: inline-block;
	width: 100%;
}

.popin-identified-model .buttons .ghost-button {
	padding: 1em;
}

.popin-identified-model .buttons .pop-purple-btn {
	padding: 1.2em 2em;
}

@media only screen and (max-width: 54em) {
	.popin-identified-model .buttons .ghost-button {
		width: 100%;
		padding: 1em 0;
	}

	.popin-identified-model .buttons .pop-purple-btn {
		width: 100%;
		padding: 1.2em 0;
	}
}