/*
* Style WPI
*/
.woocommerce .woocommerce-MyAccount-content #account-header.head-prescriptions .header-bar{
	background-size: 100% 100%;
	height: 54px;
}
.woocommerce .woocommerce-MyAccount-content #account-header.head-prescriptions .header-title{
	height: 54px !important;
}
.woocommerce .woocommerce-MyAccount-content #account-header.head-prescriptions .wpi_add_button{
	float: right;
	margin: 10px;
	background: #0091BA;
    background: -webkit-gradient(linear, left top, left bottom, from(#0091BA), to(#0091BA));
    background: -webkit-linear-gradient(top, #0091BA, #0091BA);
    background: -moz-linear-gradient(top, #0091BA 0%, #0091BA);
    background: -ms-linear-gradient(top, #0091BA, #0091BA);
    background: -o-linear-gradient(top, #0091BA, #0091BA);
    border: 0px solid #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 0px 0px transparent,inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px rgba(255,255,255,0);
    text-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(255,255,255,0);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-content #account-header #account-title > div.title-prescriptions{
	width: calc(100% - 175px);
	text-align: left;
}
.woocommerce .woocommerce-MyAccount-content #account-header #account-title > div.title-action{
	width: 175px;
	text-align: left;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    color: #252522;
    font: normal 12px normal Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px 0 10px 7px;
    
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .prescriptions{
    width: calc(100% - 175px);
    float: left;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .action{
    width: 175px;
    float: left;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .action a{
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 15px;
    color: #0069AA;
    font-size: 12px;
    text-decor;
    text-decoration: underline;
    line-height: 20px;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .prescriptions .detail-title{
	text-align: left;
	margin-bottom: 5px;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .prescriptions .detail-content{
	width: 100%;
	text-align: left;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .prescriptions .detail-content .lense-image{
	float: left;
	width: 110px;
	max-height: 50px;
	padding-right: 10px;
	text-align: center;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .prescriptions .detail-content .lense-image img{
	max-width: 100px;
	max-height: 50px;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .prescriptions .detail-content .detail-table{
	width: calc(100% - 110px);
	float: left;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .prescriptions .detail-content .detail-table table{
	text-align: center;
	width: 100%;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .prescriptions .detail-content .detail-table table thead{
	font-weight: 600;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .prescriptions .detail-content .detail-table table td:first-child{
	font-weight: 600;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .prescriptions .detail-content .detail-table table td{
	padding: 2px;
}
#modal-prescription .modal-content {
    padding: 10px 20px 0px 40px;
}
#modal-prescription .modal-header {
    padding-left: 0;
    padding-right: 0;
    border: 0;
}
#modal-prescription .modal-header h2{
    font-size: 22px;
    color: #FF0080;
    position: relative;
    padding-left: 45px;
    line-height: 40px;
    font-weight: 500;
}
#modal-prescription .modal-header h2:before{
    content: '';
    width: 40px;
    height: 40px;
    position:absolute;
    left: 0;
}
#modal-prescription .modal-header .step-1 h2:before{
    background: url('../img/1.png');
}
#modal-prescription .modal-header .step-2 h2:before{
    background: url('../img/2.png');
}
#modal-prescription .modal-header .step-3 h2{
    line-height: 35px;
}
#modal-prescription .modal-header .step-3 h2:before{
    background: url('../img/3.png');
    height: 35px;
}
#modal-prescription .modal-header .description{
    font-weight: bold;
}
#modal-prescription .modal-body {
    background-color: #EBEBEB;
    font-weight: bold;
    padding: 10px;
    width: 100%;
}
#modal-prescription .modal-body input,
#modal-prescription .modal-body select{
	font-weight: 500;
}
#modal-prescription .modal-body a{
	font-weight: 500;
	color: #0091ba;
	font-size: 13px;
}
#modal-prescription .modal-body a:hover{
	color: #336699;
    font-weight: normal;
    text-decoration: underline;
}
#modal-prescription .modal-body input[type="radio"]{
    clear: both;
    margin: 3px 3px 0px 5px;
}
#modal-prescription .modal-body span{
	display: block;
}
#modal-prescription .modal-body label{
    padding-left: 5px;
    font-weight: 600;
    font-size: 14px;
    width: calc(100% - 30px);
}
#modal-prescription .modal-body.step-2{
	padding: 0;
}
#modal-prescription .modal-body .contact-lenses-info{
	padding: 15px 10px 30px 10px;
	border-bottom: 25px solid #fff;
}
#modal-prescription .modal-body.step-2 select{
	margin: 10px;
}
#modal-prescription .modal-body.step-2 > span{
	padding: 15px 10px 10px 10px;
}
#modal-prescription .modal-body.step-2 .contact-lenses-info span{
	padding-bottom: 10px;
}
#modal-prescription .modal-body .contact-lenses-info label{
	width: auto;
}
#modal-prescription .modal-body .contact-lenses-info > div label{
	width: 100px;
	padding: 10px 0;
}
#modal-prescription .modal-body .contact-lenses-info > div label{
	max-width: calc(100% - 100px);
}
#modal-prescription .modal-footer{
    padding-left: 0;
    padding-right: 0;
}
#modal-prescription .modal-footer.step-3{
	padding-top: 40px;
}
#modal-prescription .modal-footer button{
    margin-top: 10px;
}
#modal-prescription .modal-footer button.btn-next,
#modal-prescription .modal-body button.btn-next{
    background: #0091BA;
    background: -webkit-gradient(linear, left top, left bottom, from(#0091BA), to(#0091BA));
    background: -webkit-linear-gradient(top, #0091BA, #0091BA);
    background: -moz-linear-gradient(top, #0091BA 0%, #0091BA);
    background: -ms-linear-gradient(top, #0091BA, #0091BA);
    background: -o-linear-gradient(top, #0091BA, #0091BA);
    border: 0px solid #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 0px 0px transparent,inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px rgba(255,255,255,0);
    text-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(255,255,255,0);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}
#modal-prescription .modal-footer button.btn-next:hover,
#modal-prescription .modal-body button.btn-next:hover{
    box-shadow: transparent 0px 0px 0px, rgba(255, 255, 255, 0) 0px 0px 0px inset;
    text-shadow: transparent 0px 0px 0px, rgba(255, 255, 255, 0) 0px 0px 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(top, rgb(0, 187, 216), rgb(0, 187, 216));
    border-width: 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 2px;
    padding: 0px 12px;
    text-decoration: none;
}
#modal-prescription button.btn-back{
    float: left;
    background: #A7A7A7;
    background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#A7A7A7));
    background: -webkit-linear-gradient(top, #d3d3d3, #A7A7A7);
    background: -moz-linear-gradient(top, #d3d3d3 0%, #A7A7A7);
    background: -ms-linear-gradient(top, #d3d3d3, #A7A7A7);
    background: -o-linear-gradient(top, #d3d3d3, #A7A7A7);
    border: 0px solid #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 0px 0px transparent,inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px rgba(255,255,255,0);
    text-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(255,255,255,0);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #5B5B5B;
    margin-right: 10px;
}
#modal-prescription button.btn-back:hover{
    background: #d3d3d3;
    background: -webkit-gradient(linear, left top, left bottom, from(#A7A7A7), to(#d3d3d3));
    background: -webkit-linear-gradient(top, #A7A7A7, #d3d3d3);
    background: -moz-linear-gradient(top, #A7A7A7 0%, #d3d3d3);
    background: -ms-linear-gradient(top, #A7A7A7, #d3d3d3);
    background: -o-linear-gradient(top, #A7A7A7, #d3d3d3);
    border: 0px solid #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 0px 0px transparent,inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px rgba(255,255,255,0);
    text-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(255,255,255,0);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #5B5B5B;
}
#modal-prescription .modal-body table{
    width: 100%;
    font-weight: 400;
}
#modal-prescription .modal-body table tr th,
#modal-prescription .modal-body table tr td{
    width: 20%;
    text-align: center;
    padding: 5px 0;
}
#modal-prescription .modal-body table thead tr td {
    color: #03B0EF;
}
#modal-prescription .modal-body table tbody tr:last-child td{
    width: 100%;
    float: none;
    padding: 20px 0px 0px 0px;
    text-align: left;
}
#modal-prescription .modal-body table tbody tr:last-child td label{
    padding-right: 10px;
    width: auto;
}
#modal-prescription .modal-header.edit_prescription h2{
    padding-left: 0;
}
#modal-prescription .modal-header.edit_prescription p.description{
    padding: 0;
    margin: 0;
}
#modal-prescription .modal-body.edit_prescription{
    background: #fff;
}
#modal-prescription .modal-body.edit_prescription > div{
    display: block;
    width: 100%;
}
#modal-prescription .modal-body.edit_prescription p.description{
    font-size: 14px;
    width: auto;
}
#modal-prescription .modal-body.edit_prescription a{
    color: #336699;
    font-weight: normal;
    text-decoration: underline;
}
#modal-prescription .modal-body.edit_prescription table{
    background: #EBEBEB;
    margin-top: 10px;
    margin-bottom: 10px;
}
#modal-prescription .modal-body.edit_prescription table tr:first-child td:last-child{
    padding-right: 10px;
}
#modal-prescription .modal-body.edit_prescription thead tr td{
    color: #000;
    font-weight: 600;
}
#modal-prescription .modal-body.edit_prescription table tbody tr:last-child td{
    padding-bottom: 10px;
}
#modal-prescription .modal-body.edit_prescription table tbody tr td{
    width: auto;
    text-align: center;
    padding: 0;
}
#modal-prescription .modal-body.edit_prescription table tbody tr td:first-child{
    font-weight: 600;
}
#modal-prescription .modal-body.edit_prescription .expiry-date{
    font-weight: 400;
}
#modal-prescription .modal-header.upload-image{
	padding-bottom: 0;
}
#modal-prescription .modal-header.upload-image h2{
	padding-left: 0;
}
#modal-prescription .modal-body.upload-image{
	background: #fff;
	border: 0;
	padding-left: 0;
	padding-bottom: 15px;
}
#modal-prescription .modal-body.upload-image a{
	color: #336699;
    font-weight: normal;
    text-decoration: underline;
    padding-right: 10px;
}
#modal-prescription .modal-body.upload-image img{
	max-height: 300px;
	max-width: 100%;
	padding: 15px 0; 
}
#modal-prescription .modal-body.upload-image input[type="file"]{
	font-weight: 500;
	padding-top: 5px;
}
.block-upload {
    position: absolute;
    font-weight: 500;
    font-size: 12px;
    bottom: -40px;
}
.edit_prescription .block-upload{
	position: relative;
	margin-bottom: 50px;
}
.block-upload span{
    clear:both;
    width: 100%;
    display: block;
}
.block-upload a{
    color: #336699;
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .action a:before{
	content: '';
	position: absolute;
	height: 16px;
	width: 17px;
	margin-left: -20px;
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .action a.btn-edit:before{
	background: url(../img/edit-icon.png);
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .action a.btn-remove:before{
	background: url(../img/delete-close-icon.png);
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .action a.btn-shop:before{
	background: url(../img/shop-icon.png);
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .action a.btn-update:before{
	background: url(../img/upload-icon.png);
}
.woocommerce .woocommerce-MyAccount-content #profile-list .account-prescription-details .action a.btn-view:before{
	background: url(../img/check.png);
}
.fa-paperclip{
	font-size: 20px !important;
	padding-right: 5px;
}