/*
  START autocomplate list
*/
.autocomplate-container{
    height: auto;
    min-height: 100px;
    max-height: 227px;
    width: 100%;
    position: absolute;
    background: white;
    overflow: auto;
    z-index:1;
}

.autocomplate-container ul{
	display: table-row;
}
.autocomplate-container ul li{
	cursor: pointer;
	display: inline-flex; 
	padding-left: 13px; 
	width: 100%;
	border-bottom: 1px solid #d6c8c8;
}
.autocomplate-container ul li:hover {
	background: #edebeb;
}

.autocomplate-notfound-container{
    height: auto;
    width: 100%;
    position: absolute;
    background: white;
}

.autocomplate-notfound-container div{
	border-bottom: 1px solid #d6c8c8;
	text-align: center;
	padding: 8px 0;
}

.autocomplate-notfound-container div:hover {
	background: #edebeb;
}
/*
  END autocomplate list
*/

/*
  START file upload from button
*/
.image-upload input[type=file]
{
    display: none !important;
}

.image-upload p
{
    cursor: pointer;
}
/*
  END file upload from button
*/