/* hide selected image name from input type file */
input.cofu_upload_file {
	color: transparent;
	margin: 15px 0px;
}
.button-large{
	background-color: #69aa23!important;
    color: #ffffff!important;
    border : 2px solid #000000!important;
    border-radius: 2px;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    width: 150px;
    height: 50px;
    padding: 0.3em 2em 0.3em 1em;
    font-family: Open Sans,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
     font-weight: 700 !important;
     font-size: larger;
}
.button.button-secondary.button-large {
    cursor: pointer !important; /* Change cursor to hand icon */
}

img.af-btn-delete {
	/* position: absolute; */
	cursor: pointer;
	display: inline-block;
	z-index: 9999;
	margin-left: 15px;
	/* margin-top: 6px; */

}
h5.cofu-heading {
	padding-top: 8px;
	font-weight: 600;
	margin: 0px;
}
span.show-file{
   padding-right: 15px;
	font-size: 14px !important;
	color:#3d9cd2;
}
img.af-btn-delete:hover {
	background:  bisque;;

}
.fa-trash {
	cursor: pointer;
	color: #7f54b3;
	padding: 0px 10px;
}
.fa-eye {
	text-decoration: none !important;

}
img.af-upload {
	margin: 15px;
	width: 100px;
	height: 100px;
	position: relative;
	display: inline-block;
}
.cofu-error-msg{
	font-size: 13px;
	color: red;

}
/* Styling for file filed on front */
.cofu-div {
	background: #fbfbfb;
	padding: 10px 10px;
	margin: 10px 0px;
}
.cofu_desc {
	color: #43454b;
	padding-bottom: 5px;
	font-size: 14px;
}