#prescriptions table {
	width:80%;
	margin:auto;
	table-layout: fixed;
}
#prescriptions td {
	width:50%;
	padding:5px;
}
.label-green {
	background-color:#43b754;
	color:#fff;
}
.label-blue {
	background-color:#4169E1;
	border-color:#4169E1;
	color:#fff;
}
.bootstrap .nav-tabs li .badge.label-orange, .label-orange {
	background-color:#FF8040;
	color:#fff;
}
.bootstrap .nav-tabs li .badge.label-red,.label-red {
	background-color:#f00;
	color:#fff;
}
.customerprescriptionsform ul,.customerprescriptionsform .boxpp,.customerphotoform ul,.customerphotoform .boxpp  {
	margin:0;
}
.customerprescriptionsform .boxpp, .customerphotoform .boxpp{
	border-top:0;
}
.customerprescriptionsform .boxpp label,.customerphotoform .boxpp label {
	margin-bottom:15px;
	text-align: left;
	display: block;
	font-weight:400;
}
.customerprescriptionsform .boxpp label.control-label,.customerphotoform  .boxpp label.control-label  {
	margin-bottom:0px;
}
.customerprescriptionsform .error-message,.customerphotoform .error-message  {
	margin-top:20px;
	margin-bottom:20px;
}

.customerprescriptionsform .camera,.customerphotoform .camera{
	text-align:center;
}
.customerprescriptionsform input,.customerphotoform input {
	max-width:100%;
	border: 1px solid #000 !important;
	color:#111;
	padding:7px;
	margin:2px;
	background-color:#fff;
}
.customerprescriptionsform input:active {
	border: 1px solid #000 !important;
	background-color:#fff;
}
.customerprescriptionsform .panel {
	box-shadow:none;
}

.customerprescriptionsform label#confirmlabel,.customerphotoform label#confirmlabel {
	margin-left:20px;
	margin-top:-7px;
}

#selectPrescriptionType,#divSelectPrescriptionType,#sousselectPrescriptionType,#selectPrescriptionPhoto {
	display:table;
	width:100%;
}
#selectPrescriptionType li,#divSelectPrescriptionType li,#sousselectPrescriptionType li,#selectPrescriptionPhoto li {
	display:table-cell;
	padding:20px;
	cursor:pointer;

	--font: 600 16px/20px "Open Sans", sans-serif;
	font-weight:bold;
	color: #555454;
	text-shadow: 0px 1px white;
	--text-transform: uppercase;
	text-decoration: none;
	position: relative;
	border: 1px solid;
	border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
	background-image: -moz-linear-gradient(#f7f7f7, #ededed);
	background-image: -webkit-linear-gradient(#f7f7f7, #ededed);
	background-image: linear-gradient(#f7f7f7, #ededed);
	border-top-left-radius:4px;
	border-top-right-radius:4p;
	text-align:center;
	vertical-align:middle;
}
#selectPrescriptionType li.orpp,#divSelectPrescriptionType li.orpp,#sousselectPrescriptionType li.orpp, #selectPrescriptionPhoto li.orpp{
    border: 0;
    background: transparent;
    width: 0;
    padding: 0;
		cursor:default;
}

#selectPrescriptionType li.orpp span,#divSelectPrescriptionType li.orpp span,#sousselectPrescriptionType li.orpp span,#selectPrescriptionPhoto li.orpp span {
    float: left;
    border: solid 1px #b7b7b7;
    padding: 10px;
    border-radius: 20px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    z-index: 1;
    background: #cacaca;
	font: 600 12px/12px "Open Sans", sans-serif;
}
li.ongletlater {
	white-space: nowrap;
}

#selectPrescriptionType li.selected,#divSelectPrescriptionType li.selected,#selectPrescriptionType li:hover,#divSelectPrescriptionType li:hover,#sousselectPrescriptionType li.selected,#sousselectPrescriptionType li:hover ,#selectPrescriptionPhoto li.selected,#selectPrescriptionPhoto li:hover {
	background: #e7e7e7;
	border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2;
}

#selectPrescriptionType li.selected,#divSelectPrescriptionType li.selected,#sousselectPrescriptionType li.selected, #selectPrescriptionPhoto li.selected {
	background-color: #333;
	color:#fff;
}
#selectPrescriptionType li.selected:after,#divSelectPrescriptionType li.selected:after,#sousselectPrescriptionType li.selected:after,#selectPrescriptionPhoto li.selected:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-top-color: #333;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}

#prescription_snapshot {
	width:320px;
	height:240px;
	margin:auto;
	text-align:center;
}
#prescription_snapshot video {
	display: block;
}

#uniform-opto_confirm,#uniform-waiting_for_customer,.checker {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}


.customerprescription_thumb {
	margin:15px;
}
.customerphoto_thumb {
	margin-right:15px;
	margin-bottom:15px;
}
button.btn-cancel {
--color: #fff !important;
--background: #6f6f6f !important;
    --border-color: #8b8a8a !important;
}
button.btn-cancel span {
	--border-color: #fff !important;
}
button {
	cursor:pointer;
}
#takeSnapshot {
	background: transparent;
border: 0;
margin: auto;
margin-top: -120px;
padding: 0;
z-index: 1000;
position: relative;
display: block;
width: 120px;
height: 120px;
}
#takeSnapshot  h2 {
    color: white;
    font-size: 40px;
    position: absolute;
    left: 30%;
    top: 33%;
    opacity: 0.5;
    margin: 0;
    padding: 0;
    line-height: normal;
}
#takeSnapshot circle {
	stroke: #fff;
    opacity: 0.5;
}
#takeSnapshot:hover  h2,#takeSnapshot:hover  circle {
    opacity: 0.9;
}
#btn_startSnapshot,#btn_resetSnapshot {
	margin-top:15px !important;
	margin-bottom:15px !important;
}
#results img {

}
#customerphotopanel img {
	max-width:100%;
}
.customerprescriptionsform .btn-default.right {
	float:right;
	margin:10px;
	background-color: #000000;
	border-color: #000000;
	color: #fff;
	outline: 0 none !important;
}
.pp-error {
	color:red;
}
.pp-right {
	float:right;
}
.ddovisage {
	background-position:center;
	background-size:contains;
	background-image:url(../../images/essayage.png);
	z-index: 999;
	position: relative;
	background-repeat:no-repeat;
	margin:auto;
}
.ddovisage.pd {
	background-image:url(../../images/essayage-pd.png);
}
img.photopd {
width:100%;
	margin-right:10px;
	margin-bottom:10px;
	border:solid 1px #000;

}
@media (min-width: 1200px) {
	.hide-lg {
		display:none !important;
	}
}
@media (min-width: 768px) {
	.hide-md {
		display:none !important;
	}
}

@media (max-width: 767px) {
	.hide-xs {
		display:none !important;
	}
	.hide-sm {
		display:initial !important;
	}
	.button.button-medium {

	}
}
@media (min-width: 768px) {
	.hide-sm {
		display:none !important;
	}
}

@media (max-width: 480px) {
	.button.button-medium,.button.button-medium span {
		font-size: 12px !important;
	}
	


	.show-xs {
		display:block !important;
	}
	#selectPrescriptionType li,#divSelectPrescriptionType li,#sousselectPrescriptionType li,#selectPrescriptionPhoto li {
	padding:10px;
	font: 600 11px "Open Sans", sans-serif;
	text-transform:initial;
	}
	#sousselectPrescriptionType li.orpp span {
		font-size:10px;
	}
	img.photopd {
	width:100%;
	max-width:100%;
	float:none;
	}
}

#order #content-wrap #center_column .btn-default#submitPrescription {
	width: 100%;
	background-color: #000;
	color: #fff;
	border: solid 1px #dadada;
}



#FamilleListe {
	display:block;
	padding:0;
	margin:0;
	list-style: none;
}
#FamilleListe label {
	margin:0;
	padding:0;
}

#fieldset_famille_nom, #fieldset_famille_birthday {
	display:none;
}

#FamilleListe label input {
	display:none;
}
#FamilleListe label,#addFamilyMember {
	display:inline-block;
	margin:0;
	margin-left:3px;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	list-style: none;
	position: relative;
	border: solid 1px #999;
	cursor:pointer;
	border-radius:3px;
	margin-bottom:7px;
}
#FamilleListe label:hover {
	background-color:#ddd;
}
#FamilleListe label.selected,#FamilleListe label.selected a {
		color:#fff;
}
#FamilleListe label.selected {
	background-color:#2196f3;
	font-weight:bold;
	border:0;
}
#addFamilyMember {
	background-color:#999;
	color:#fff;
}
#FamilleListe label.selected:hover {
	background-color:#2196f3;
}
#FamilleListe label.selected::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 10px solid #2196f3;
	border-right: 10px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 10px solid transparent;
}

.collapsetitle {
	padding:3px;
	font-weight:300;
	display:block;
	clear:both;
	margin-top:10px;
	margin-bottom:3px;
	outline-style:none;
	font-size:14px;
	font-family: 'AvalonBookh';
	cursor:pointer;
}
.collapsetitle.ui-state-active {

}
.collapsetitle .fa-circle-o {
	display:inline-block;
}
.collapsetitle.ui-state-active .fa-circle-o {
	display:none;
}
.collapsetitle .fa-check-circle-o {
	display:none;
}
.collapsetitle.ui-state-active .fa-check-circle-o {
	display:inline-block;
}

#formprescriptionadd div.uploader span.filename {
   border: solid 1px #000;
   height: 40px;
   padding-top: 7px;
   background-color: #fff;
   min-width: 50%;
   display: none;
}

#formprescriptionadd .panel {
	padding:0px;
	border-radius: 0;
	text-align: left;
	font-family: 'AvalonBook';
	margin-top:20px;
}
#formprescriptionadd .panel .form-group {
	margin-bottom:3px;
	width: 32%;
  display: inline-block;
  margin-right: 1%;
}


.my-account-menu {
	display:table;
	width:100%;
	margin-bottom:30px;
}
.my-account-menu li {
	display:table-cell;
	text-align:center;
	border-bottom:solid 1px #999;
	padding-bottom: 4px;
}
.my-account-menu li a {
	color:#1c1f23;
	font-size: 16px;
	font-family:Nunito, sans-serif;
}
.my-account-menu li a:hover {
	color:#000;
	border-bottom:solid 4px #999;
	text-decoration:none;
}

.my-account-menu li.selected {

}
.my-account-menu li.selected a {
	font-weight:bold;
	color:#2196f3;
	border-bottom:solid 4px #2196f3;
}

#my-account #FamilleListe {
	display:inline-block;
}
#my-account #FamilleListe label.selected,#my-account #FamilleListe label.selected:hover {
	background-color: #FFC61B;
	color:#fff;
	border:0;
}
#my-account #FamilleListe label.selected::after {
	border-top: 10px solid #FFC61B;
}
#my-account #FamilleListe label, #my-account #addFamilyMember {
	background-color:#999;
	border-radius: 5px;
	color:#fff;
	border:solid 1px #999;
	padding: 3px;
  	padding-left: 20px;
  	padding-right: 20px;
	margin-bottom: 15px;
	font-size:12px;
}
#my-account #FamilleListe label {
	background-color:#fff;
	color:#999;
}

#my-account #FamilleListe label:hover, #my-account #addFamilyMember:hover {
	background-color:#999;
	color:#fff;
}

#my-account h3 {
		font-family: 'avalonMedium';
		--font-size:1.2em;
}

#my-account .breadcrumb{
	display:none;
}

#my-account p.title_block {
	font-family: 'avenir';
	font-size: 19px;
	margin-bottom: 30px;
	line-height:22px;
}

#formprescriptionadd {
	margin-top:10px;
	padding-bottom: 0px;
}
#formprescriptionadd div.uploader {
	margin-top:15px;
	height:40px;
}
#formprescriptionadd div.uploader span.filename {
	border: solid 1px #000;
	height:40px;
	padding-top:7px;
	background-color: #fff;
	min-width:50%;
}
#formprescriptionadd div.uploader span.action {
	background-color:#fff !important;
	color:#000;
	font-family: 'avalonDemi';
	font-size:15px;
	height:40px;
	padding-top:7px;
	border:solid 1px #000;
}

#familyAjax {
	margin-top:15px;
	clear:both;
}
#familyAjax .row {
	margin-bottom:7px;
}
#familyAjax a {
	color:#2196f3;
	font-weight:bold;
	cursor:pointer;
}
#familyAjax a.right {
	float:right;
	clear:right;
}

#familyAjax, #familyAjax label,#familyAjax a {
	font-family: 'AvalonBook';
	font-size:14px;
}
#familyAjax label a {
	color:#fff;
}
#familleForm,#familleForm label {
	font-family: 'AvalonBook';
	font-size:14px;
	font-weight:bold;
}
#familleForm label {
	margin-right:0px;
	width:30%;
}
#familleForm label:after {
	content:':';
}
#familleForm input {
	font-family: 'AvalonBook';
	color:#000;
	padding:3px;
	width:70%;
}
#familleForm fieldset {
	margin-top:5px;
	margin-bottom:15px;
}
#familleForm {
	min-width:320px;
}
#familleForm .btn {
	width: 48%;
}
#familleForm #submitFamilyMember {
	background-color:#000;
	border-color:#000;
}
#addtocartwaiting {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-60px;
	margin-top:-60px;
	z-index:1000;
}
a.modifyprescription,.cart_delete a,#cart_summary a {
	color:#998c84 ;
	font-size:14px;
}
a.modifyprescription:hover,.cart_delete a:hover,#cart_summary a:hover {
	color:#efe9e2 ;
}
.panel > .table-bordered {
	border: 1px solid #f0f0f0 !important;
}

@media (max-width: 480px) {
	.my-account-menu li {
		display:block;
		padding-top: 10px;
	}

	#my-account #FamilleListe label, #my-account #addFamilyMember {
		display:block;
		text-align: center;
	}
	#FamilleListe label.selected::after {
		display:none;
	}
	#my-account #FamilleListe {
    display: block;
	}

	#formprescriptionadd .panel tr {
		--display: inline-block;
		--width: 30%;
		--float: left;
	}

	#formprescriptionadd .panel table {
		width:100%;
		border: 1px solid #999;
	}
	#formprescriptionadd .panel th, #formprescriptionadd .panel td {
		--display: block;
		padding:1px;
		width: 20%;
	}
	#formprescriptionadd .panel select,#formprescriptionadd .panel input {
		min-width: 0;
		max-width: 100%;
		padding: 3px;
		width: 100%;
	}
	#formprescriptionadd .panel th {
		padding: 9px 10px;
 		text-align: center;
	}
	.tips {
		font-size: 11px;
		text-align: center;
	}

}

/***button***/
*{
	outline: none;
}
.Hbtn{
	background-color: rgba(0,0,0,0);
	border: 1px solid #0099FF;
	color: #0099FF;
	padding: 8px 15px;
	cursor: pointer;
	display: block;
	width:100%;
}

.Hbtn-default{
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}
.Hbtn-default:hover{
	background-color: #CCCCCC;
	border-color: #CCCCCC;
}
.Hbtn-success{
	border: 1px solid #333;
    background-color: #333;
    color: #fff;
	
}
.Hbtn-success:hover{
	background-color: #fff;
	color: #333;
}
.Hbtn-danger{
	border: 0;
    color: #333;
}
.Hbtn-danger:hover{
	text-decoration:underline;
}
.Hbtn-warning{
	border: 1px solid #FF9933;
	color: #FF9933;
}
.Hbtn-warning:hover{
	background-color: #FF9933;
	border-color: #FF9933;
}
/***HConfirm***/
.confirmContent{
	display: table;
	height: 500px;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index:40000;
	position:fixed;
	top:0px;
	left:0px;
	opacity:0;
}
.confirmContentInner{
	display: table-cell;
	vertical-align: middle;
}
.confirm{
	background-color: white;
	padding: 20px 20px;
	width: 50%;
	min-width: 300px;
	max-width:450px;
	margin: auto;
	border-radius: 5px;
	text-align: center;
}
.confirm h4{
	margin: 0px 0px 10px 0;
	font-size: 24px;
	font-family: avalon;
}

.confirm p{
	margin: 20px 0px;
	text-indent: 2em;
	font-size: 16px;
}
.confirmButtonContent{
	text-align: right;
	width: 100%;
}
.confirmButtonContent button{
	margin-left:0px;
}
a {
	cursor:pointer;
}
.pdlink {
	color:black;
	text-decoration:underline;
}
.pdlink:hover {
	text-decoration:none;
}
#mono a.pdlink, #double a.pdlink {
	float:left;
}

.tips .pdlink {
  background: none;
  color: black;
  text-decoration: underline;
  float: right;
  font-size: 12px;	
}
.tips .pdlink:hover {
	background: white;
	color: black;
	border-color:black;
	text-decoration: none;
}