@charset "utf-8";
/* CSS Document */

html { font-size: 18px; }

body {
	margin: 0;
	padding: 0;
	color: #515151;
	font-family: Arial , Helvetica ,'Microsoft JhengHei','微軟正黑體';
	font-size: 1rem;
	line-height: 1.4;
	font-weight:normal;
	background:#efefef;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}


.field-name{
	display:flex;
	line-height: 1;
	white-space: nowrap;
	align-items: center;
	justify-content: flex-end;
	height: calc(1rem + 30px);
	min-height: calc(1rem + 30px);
	padding: 0 10px 0 0;
	color: #858585;
	font-weight: 700;
}

.field-txt{
	display:flex;
	line-height: 1.4;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 0 8px 5px;
	min-height: calc(1rem + 30px);
	word-break: break-all;
	border-bottom: 1px #e9e9e9 solid;
	text-align:justify;
}

.finishPageFieldName{
	display:flex;
	line-height: 1;
	white-space: nowrap;
	align-items: center;
	justify-content: flex-end;
	height: calc(1rem + 30px);
	min-height: calc(1rem + 10px);
	padding: 0 10px 0 0;
	color: #858585;
	font-weight: 700;
}
.finishPageFieldTxt{
	display:flex;
	line-height: 1.4;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 0 8px 5px;
	min-height: calc(1rem + 30px);
	word-break: break-all;
	border-bottom: 1px #e9e9e9 solid;
	text-align:justify;
}


/*FOR ie11 對齊*/
@media (min-width: 767px){
	.field-name-lg .col-sm-5 {
		max-width: calc(8.8rem + 1.2rem + 10px + 10px)!important;
	}
	.field-name-lg .col-sm-7 {
		min-width: calc(100% - 8.8rem - 1.2rem - 10px - 10px)!important;
	}
}

@media (max-width: 576px){
	.field-txt{padding: 8px 0;}
}

.row {margin: 20px 15px;}

.btn-row {
	position: relative;
	margin: 60px 0 30px 0;
	padding: 0;
	border-top: 1px rgba(255,255,255,.3) solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*手機版 button 順序對調*/
@media (max-width: 570px){
	.btn-row .btn:first-child{order: 3;}
	.btn-row .btn:nth-child(2){order: 2;}
	.btn-row .btn:last-child{order: 1;}
	.btn-row .btn{width: 55%;max-width: none;}
	
	.btn-row .btn-a:first-child{order: 3;}
	.btn-row .btn-a:nth-child(2){order: 2;}
	.btn-row .btn-a:last-child{order: 1;}
	.btn-row .btn-a{width: 100%;max-width: none;}
}
@media (max-width: 340px){
	.modal-message .modal-footer .btn:first-child{order: 2;}
	.modal-message .modal-footer .btn:last-child{order: 1;}
}
.dashboard hr {
	border-top: 1px dashed #dedede;
}

.form-inline label{margin-right: .375rem;}

@media (max-width: 767px){
	.field-name{
		justify-content: flex-start;
		padding: 0;
	}
	.finishPageFieldName{
		justify-content: flex-start;
		padding: 0;
		height: 1.7rem;
		min-height: 20px;
	}
	.finishPageFieldTxt{
		padding: 8px 0;
		line-height: 1;
		min-height: 20px;
	}
	.row {
	margin: 5px 15px;
	}
	.note{
		margin: 15px auto !important;
	}
}

/*rwd-break*/
.field-name .rwd-break{
		display: flex;
		justify-content: flex-end;
	}

@media (max-width: 767px){
	.field-name .rwd-break{
		display:inline-flex;
		justify-content: flex-start;
		flex-flow: row nowrap;
	}
	.row {
		margin: 5px 15px;
	}
	.fixed-xs{
		position: relative;
		height: 100px;
	}
	.fixed-xs .btn-row{
		position: fixed;
		left:0;
		right:0;
		bottom:0;
		background: rgba(0, 0, 0, 0.2);
		margin: 0;
		padding: 10px 0 ;
	}
}
/*header*/
header{
	position:fixed;
	top:0;
	right: 0;
	left:0;
	height:60px;
	z-index: 999;
	background: #359e37;
	/*box-shadow: 0 0 10px 0 rgba(0,0,0,.1);*/
}
header::before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	background:url(../images/header-bg.jpg) center no-repeat;
	background-size: cover;
	opacity: 1;
}
header .logo{
	position: relative;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .logo::before{
	content: '';
	position:relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/logo.png) center no-repeat;
	background-size:contain;
	margin-right: 10px;
}
header .logo::after{
	content: '數位存款帳戶專區';
	position:relative;
	font-size: 1.15rem;
	line-height: 1;
	font-weight: 700;
	color: #FFFFFF;	
}

header .back-btn button{
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	width:auto;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	padding-right: 15px;
	background: transparent;
	border: none;
	color: #2f5eaa;
	z-index: 999;
}
header .back-btn button::before{
	content: '';
	position: relative;
	display: inline-block;
	width: calc(1.5rem + 20px);
	height: 100%;
	background-image: url(../images/btn-back-w.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60% ;
}
header .back-btn button:hover{
	color: #2f5eaa;
	opacity: .9;
}


/*main-wrapper*/
.main-wrapper{
	position:absolute;
	top:60px;
	left:0;
	right:0;
	z-index: 1;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px 15px;
}

.main{
	position: relative;
	width: auto;
	max-width: 900px;
	height: auto;
	min-height: calc(100vh - 60px - 163px);
	margin: 10px auto;
}
@media (max-width: 767px){
	.main{
		min-height: calc(100vh - 60px - 40px);
	}
}

/*dashboard*/
.dashboard{
	position: relative;
	width: auto;
	height: auto;
	border-radius: 15px ;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	padding:20px 40px;
	margin:5px auto;
	background: rgba(255,255,255,1);
}
.func-title{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background: linear-gradient(to bottom, #57b173 -10%, #1f9a4a 60%);
	margin: -20px -40px 0 -40px;
	border-radius: 15px 15px 0 0;
	font-size: 1.15rem;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
}
.func-title.secondary{
	background: linear-gradient(to bottom, #489FBC -10%, #3E8FAA 60%);
}
@media (max-width: 767px){
	.dashboard{
		padding: 20px 30px;
	}
	.func-title{
		margin: -20px -30px 0 -30px;
	}
}
@media (max-width: 500px){
	.dashboard{
		padding: 20px 10px;
	}
	.func-title{
		margin: -20px -10px 0 -10px;
	}
}



.form-wrapper{
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	max-width: 700px;
}

h1 {
    position: relative;
    font-size: 1.35rem;
    margin: 15px auto 25px auto;
    font-weight:700;
    color: #515151;
	font-family: Roboto-Bold,Helvetica,Arial,STHeiti,"Microsoft Yahei",sans-serif;
	text-align: center;
	letter-spacing: 1px;
}
h2 {
    position: relative;
    font-size: 1.167rem;
    margin: 15px auto 35px auto;
    color: #515151;
	font-family: Roboto-Bold,Helvetica,Arial,STHeiti,"Microsoft Yahei",sans-serif;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap;
	letter-spacing: 1px;
}
h2::after {
    content: '';
    display:inline-block;
    width: 100%;
	height: 1px;
    position:relative;
    background: #dedede;
	margin-left: 10px;
}
@media (max-width: 500px){
	h2{
		margin-left: 10px;
	}
}


/*question*/
.question{
	position: relative;
	display: inline-block;
	width: 1.2rem;
	min-width: 1.2rem;
	height: 1.2rem;
	min-height: 1.2rem;
	border-radius: 50px;
	background-color: #f483a0;
	margin:0 5px;
	top:-2px;
}
/*ie修正*/
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
    .question{
		top:0;
	}
}
.question::before{
	content: '?';
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 0.9rem;
}
.question:hover{
	opacity: .8;
}
.que-indent{
	padding-right: calc(1.2rem + 10px + 10px);
}

/*info*/
.info{
	position: relative;
	display: inline-block;
	width: 1.2rem;
	min-width: 1.2rem;
	height: 1.2rem;
	min-height: 1.2rem;
	border-radius: 50px;
	background-color: #3F93AF;
	margin:0 5px;
	top:-2px;
}
.info::before{
	content: '!';
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 0.9rem;
}
.info:hover{
	opacity: .8;
}

/*note*/
.note{
	color: #858585;
	font-size: 0.9rem;
	line-height: 1.7;
	padding: 0 15px;
	margin: 30px auto;
	word-break: break-all;
	text-align:justify;
}
span.note{
	font-size: 0.9rem;
	line-height: 1.4;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

@media (min-width: 576px){
	.col-sm-5 {
		max-width: 8.8rem;
	}
	.col-sm-7{
		min-width: calc(100% - 8.8rem);
	}
}

/*func-flip*/
.flip-panel{
	display: none;
}
.flip-btn{
	position:relative;
	cursor: pointer;
	color: #858585;
	font-size: 1rem;
	font-weight: bold;
	padding: 15px;
	margin-top: 10px;
	border-radius: 5px;
	background-color:#efefef;
}
.flip-btn::before{
	content: '';
	display:flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:calc(50% - 0.75rem);
	right: calc(2.2rem + 20px);
	width: 1.5rem;
	height: 1.5rem;
	background:#F483A0 url(../images/flip-btn-down.svg) center no-repeat;
	background-size: 80%;
	border-radius: 50%;
}
.flip-btn::after{
	content: '展開';
	display:flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:0;
	bottom:0;
	right: 15px;
	width: 2.2rem;
	white-space: nowrap;
}
.flip-btn.down::before{
	background:#A9CC37 url(../images/flip-btn-up.svg) center no-repeat;
	background-size: 80%;
}
.flip-btn.down::after{
	content: '收合';
}
.flip-panel{
	padding: 0 !important;
	margin: 0 !important;
}



/*nowrap*/
.nowrap{
	white-space: nowrap;
}


/*自動截字*/
.ellipsis{
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ol $ {list-style-type}*/
ol{	line-height: 1.7; margin-bottom: 0;}
ol.disc {list-style-type: disc;}
ol.square li {list-style-type: square;}
ol.roman li {list-style-type: upper-roman;}
ol.decimal li{list-style-type: decimal;}
ol.lw-latin li {list-style-type: lower-latin;}
ol.up-latin {list-style-type: upper-latin;}


/*align*/
.flex-middle{
	display: flex;
	align-items:center;
}

/*手機版長度過短，需下向換行*/
@media (max-width: 570px){
	.flex-middle{
		display: inline;
		align-items:center;
	}
}

.flex-stretch{
	display: flex;
	align-items:stretch;
}
.flex-center{
	display: flex;
	justify-content: center;
	text-align: center;
}
.flex-left{
	display: flex;
	justify-content:flex-start;
}

@media (max-width: 280px){
	.flex-left{
		display: flex;
		justify-content:flex-start;
		font-size: 2.3vh;
	}
}

.flex-right{
	display: flex;
	justify-content:flex-end;
}

.flex-middle .form-control:last-child,
.flex-center .form-control:last-child,
.flex-left .form-control:last-child,
.flex-right .form-control:last-child{
	margin-right: 0;
}
.flex-wrap{
	flex-wrap: wrap;
}


/*float*/
.float-left{
	float: left !important;
}
.float-right{
	float: right !important;
}

/*width*/
.col-5{width: 5%;}
.col-10{width: 10%;}
.col-15{width: 15%;}
.col-16{width: 16%;}
.col-17{width: 17%;}
.col-20{width: 20%;}
.col-22{width: 22%;}
.col-25{width: 25%;}
.col-30{width: 30%;}
.col-35{width: 35%;}
.col-40{width: 40%;}
.col-45{width: 45%;}
.col-50{width: 50%;}
.col-55{width: 55%}
.col-60{width: 60%;}
.col-65{width: 65%;}
.col-70{width: 70%;}
.col-75{width: 75%;}
.col-80{width: 80%;}
.col-85{width: 85%;}
.col-90{width: 90%;}
.col-95{width: 95%;}
.col-100{width: 100%; min-width:100%;}

.col-1w{width: 1.5rem ; min-width: 1.5rem ; max-width: 1.5rem ;}
.col-2w{width: 2.5rem ; min-width: 2.5rem ; max-width: 2.5rem ;}
.col-3w{width: 3.5rem ; min-width: 3.5rem ; max-width: 3.5rem ;}
.col-4w{width: 4.5rem ; min-width: 4.5rem ; max-width: 4.5rem ;}
.col-5w{width: 5.5rem ; min-width: 5.5rem ; max-width: 5.5rem ;}
.col-6w{width: 6.5rem ; min-width: 6.5rem ; max-width: 6.5rem ;}
.col-7w{width: 7.5rem ; min-width: 7.5rem ; max-width: 7.5rem ;}
.col-8w{width: 8.5rem ; min-width: 8.5rem ; max-width: 8.5rem ;}
.col-9w{width: 9.5rem ; min-width: 9.5rem ; max-width: 9.5rem ;}
.col-10w{width: 10.5rem ; min-width: 10.5rem ; max-width: 10.5rem ;}
.col-11w{width: 11.5rem ; min-width: 11.5rem ; max-width: 11.5rem ;}
.col-12w{width: 12.5rem ; min-width: 12.5rem ; max-width: 12.5rem ;}
.col-13w{width: 13.5rem ; min-width: 13.5rem ; max-width: 13.5rem ;}
.col-14w{width: 14.5rem ; min-width: 14.5rem ; max-width: 14.5rem ;}
.col-15w{width: 15.5rem ; min-width: 15.5rem ; max-width: 15.5rem ;}
.col-16w{width: 16.5rem ; min-width: 16.5rem ; max-width: 16.5rem ;}
.col-17w{width: 17.5rem ; min-width: 17.5rem ; max-width: 17.5rem ;}
.col-18w{width: 18.5rem ; min-width: 18.5rem ; max-width: 18.5rem ;}
.col-19w{width: 19.5rem ; min-width: 19.5rem ; max-width: 19.5rem ;}
.col-20w{width: 20.5rem ; min-width: 20.5rem ; max-width: 20.5rem ;}

.min-2w{min-width:calc(2rem + 25px);}
.min-3w{min-width:calc(3rem + 25px);}
.min-4w{min-width:calc(4rem + 25px);}
.min-5w{min-width:calc(5rem + 25px);}
.min-6w{min-width:calc(6rem + 25px);}
.min-7w{min-width:calc(7rem + 25px);}
.min-8w{min-width:calc(8rem + 25px);}
.min-9w{min-width:calc(9rem + 25px);}
.min-10w{min-width:calc(10rem + 25px) ;}
.min-11w{min-width:calc(11rem + 25px) ;}
.min-12w{min-width:calc(12rem + 25px) ;}
.min-13w{min-width:calc(13rem + 25px) ;}
.min-14w{min-width:calc(14rem + 25px) ;}
.min-15w{min-width:calc(15rem + 25px) ;}
.min-16w{min-width:calc(16rem + 25px) ;}
.min-17w{min-width:calc(17rem + 25px) ;}
.min-18w{min-width:calc(18rem + 25px) ;}
.min-19w{min-width:calc(19rem + 25px) ;}
.min-21w{min-width:calc(21rem + 25px) ;}

.max-300x{max-width: 300px;}


.alert-info {
    border-color: rgba(182,215,190,0.2);
    color: #000;
    background-color: rgba(182,215,190,0.7);
    background-image: none;
    margin: 20px 0 0 0;
	font-size: 0.9rem;
	font-weight: normal;
}

/*顏色*/
.green{color:#0f9036; }
.red{color:#F483A0; }
.blue{color:#2666CD;}

/*文字大小*/
.font-lg{
	font-size: 1.5rem;
}
.font-sm{
	font-size: 0.9rem;
}
.font-bold{
	font-weight: bold;
}


/* popup */
.popup{
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.75);
	top:0;
	left:0;
	position:fixed;
	z-index:9999999;
}

.mouse_pointer{
	cursor: pointer;; 
}

@media print{
	* {
		-webkit-print-color-adjust: exact !important;
	}
	.noBreak {
		break-inside: avoid;
	}
	.autoBreakBefore {
		break-before: auto;
	}
	.autoBreakAfter {
		break-after: auto;
	}
	.noPrint {
		display: none;
	}
	.field-name{
		justify-content: flex-end;
	}
	header {
		display: none;
	}
}

/*----------------------------------------------- 控制window.print() 的邊界 */
@page {
/*     margin: 10in; */
    margin-top: 1in;
    margin-right: 10in;
    margin-bottom: 1in;
    margin-left: 10in;
}

/*成年／未成年 button*/
.identity-btn {
  width: 100%;
  text-align: center;
}
.identity-btn .box{
  width: 200px;
  height: 200px;
  background: #3F93AF ;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: "Dax", sans-serif;
  border-radius: 10px;
  margin: 0 10px;
}
.identity-btn .box::before {
  content: '';
  width: 8.5rem;
  height: 4rem;
  display: block;
  transform: translateY(50px);
  opacity: .4;
  transition: all 300ms ease-in-out;
  margin: -1rem auto 0 auto;
}
.identity-btn .box.type-adult::before {
	background: url(../images/icon-adult.svg) center no-repeat;
	background-size:contain;
}
.identity-btn .box.type-child::before {
	background: url(../images/icon-child.svg) center no-repeat;
	background-size:contain;
}
.identity-btn .box span {
  position: absolute;
  transform: translate(0, 0);
  left: 0;
  right: 0;
  bottom:60px;
  transition: all 300ms ease;
  font-size: 1.2em;
  user-select: none;
  color: #ffffff;
  font-weight: 900;
}
.identity-btn .box span.age {
  position: absolute;
  left: 0;
  right: 0;
  bottom:35px;
  font-size: 0.889rem;
  color: #ffffff;
  font-weight: 700;
}
.identity-btn .box span.age::before {
  display: none;
}

/*成年／未成年 申請說明*/
.instruction{
	margin-top: 50px;
}
.identity-grid{
	background: #efefef;
	padding: 30px 20px;
	margin: 0;
	border-radius: 10px;
}
.identity-grid img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
}
.identity-grid div {
	text-align: center;
}
.icon-or{
	display: block;
	background: #9A9A9A;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin: 10px auto;
}
.plus{
	position: relative;
	border-bottom: 5px #FFFFFF solid;
	margin-bottom: 0;
}
.plus::after{
	content: '+';
	display: block;
	background: #0f9036;
	color: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
	font-weight: bold;
	margin: 10px auto -60px auto;
}
.instruction h1{
	margin: 30px auto 10px auto;
	font-size: 1.35rem;
	color: #515151;
}
.instruction h3{
	font-size: 1.222rem;
	text-align: center;
	font-weight: bold;
	color: #0f9036;
	margin: 30px 0 10px 0;
}
/*說明文內 btn 示意*/
.txt-btn {
    margin: 0 5px;
    padding: 7px 10px;
    border-radius: 0.3rem;
    border-width: 1px;
    font-size: 0.9rem;
    line-height: 0.9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.txt-btn.back-btn-icon::before {
    content: '';
    position: relative;
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background-image: url(../images/btn-back-w.svg);
    background-position: center;
    background-repeat: no-repeat;
	margin: -3px -5px;
}
/*選擇驗證方式 button*/
.verify-btn {
  width: 100%;
  text-align: center;
}
.verify-btn .box{
  width: 200px;
  height: 200px;
  background: #3F93AF ;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: "Dax", sans-serif;
  border-radius: 10px;
  margin: 0 10px;
}
.verify-btn .box::before {
  content: '';
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  transform: translateY(40px);
  opacity: .4;
  transition: all 300ms ease-in-out;
  margin: 8px auto 0 auto;
}
.verify-btn .box.type-general:before {
	background: url(../images/card.svg) center no-repeat;
	background-size:contain;
}
.verify-btn .box.type-digital:before {
	background: url(../images/shield-lock.svg) center no-repeat;
	background-size:contain;
}
.verify-btn .box.type-app:before {
	width: 4rem;
	height: 4rem;
	margin-top: 2px;
	background: url(../images/icon-mobile.svg) center no-repeat;
	background-size:contain;
}
.verify-btn .box.type-counter:before {
	background: url(../images/icon-counter.svg) center no-repeat;
	background-size:contain;
}
.verify-btn .box span {
  position: absolute;
  transform: translate(0, 0);
  left: 0;
  right: 0;
  bottom:45px;
  transition: all 300ms ease;
  font-size: 1.2em;
  user-select: none;
  color: #ffffff;
  font-weight: 900;
}
.txt-content{
	width: 90%;
	max-width: 490px;
	line-height: 2;
	margin: 0 auto;
	text-align:justify; 
	text-justify:inter-ideograph; 
}
.txt-content .txt-btn{
	font-size: 1rem;
}

/*field-edit-icon*/
.field-edit-icon span{
	width:calc(100% - 43px);
}
.field-edit-icon .btn-edit-icon{
	width: 33px;
	min-width: 33px;
	max-width: 33px;
	height: 33px;
	background:#57b172 url(../images/btn-edit.svg) center no-repeat;
	padding: 0;
	margin: 0 0 0 10px;
}
