#ListlyAdminAuthStatus
{
	display: inline-block;
	margin-top:10px;
}

#ListlyAdminAuthStatus .info
{
	background: lightyellow;
	padding: 3px 6px;
}

#ListlyAdminAuthStatus .error
{
	color:red;
}

#ListlyAdminYourList
{
	max-height: 250px;
  padding: 10px;
  border: 1px solid #A6A6A6;
  background: #ffffff;
  overflow: auto;
  -webkit-transition: max-height 1s ease-out 3s; 
  -moz-transition: max-height 1s ease-out 3s; 
  -ms-transition: max-height 1s ease-out 3s; 
  -o-transition: max-height 1s ease-out 3s; 
  transition: max-height 1s ease-out 3s;  
}

#ListlyAdminYourList:hover {
	max-height: 600px;
  -webkit-transition: max-height 1s ease-out 1s; 
  -moz-transition: max-height 1s ease-out 1s; 
  -ms-transition: max-height 1s ease-out 1s; 
  -o-transition: max-height 1s ease-out 1s; 
  transition: max-height 1s ease-out 1s;  
}

#ListlyAdminYourList p.ListlyAdminItem
{
	clear: both;
	overflow: hidden;
	margin-top: 0;
	position: relative;
	border:1px solid #ddd;
	min-height: 80px;
	max-height: 125px;
}

#ListlyAdminYourList p.ListlyAdminItem .ListlyAdminItemImage
{
	display: block;
	width: 100%;
}

#ListlyAdminYourList p.ListlyAdminItem .ListlyAdminItemTitle {
	position: absolute;
	width: 100%;
	top:0;
	background-color: rgba(25,25,25,.8);
	padding: 2px 5px;
	font-size: 11px;
	text-decoration: none;
	color: #eee;
	box-sizing: border-box;
}

#ListlyAdminYourList p.ListlyAdminItem .ListlyAdminItemTitle a{
	color: #ddd;
	font-size: 15px;
	text-decoration: none;
}

#ListlyAdminYourList p.ListlyAdminItem .ListlyAdminItemEmbed {
  position: absolute;
  color: #333;
  background-color: rgba(225,225,225,1);
  bottom: 2px;
  right: 2px;
  text-decoration: none;
  padding: 2px 3px;
  font-size: 10px;
  line-height: 18px;
  height: 18px;
  border: 1px solid #ddd;
}	

#ListlyAdminYourList p.ListlyAdminItem .ListlyAdminItemEmbed .dashicons{
  color: #333;
}

.ListlyAdminListSearchWrap
{
	position: relative;
}

.ListlyAdminListSearchWrap input {
	padding-right: 20px;
	width: 100%;
  margin: 0 0 5px;
}
.ListlyAdminListSearchClear
{
	display: none;
	position: absolute;
	top: 3px;
	right: 2px;
	text-decoration: none;
	color: #aaa;
}

a.ListlyAdminListEmbed
{
	float: right;
	margin: 0 0 0 8px;
}

.ListlyAdminWidgetForm .listly-widget-settings .col3
{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}
.ListlyAdminWidgetForm .listly-widget-settings .col3 label
{
	display: inline-block;
}

.strong
{
	font-weight: bold;
}

.left
{
	float: left;
}

.right
{
	float: right;
}