@charset "ISO-8859-1";


.advalvas-tile {
	color: #fff;
	background-color:#3c8dbc
}

.advalvas-div:hover {
   cursor: hand;
   cursor: pointer;
   opacity: .9;
}

.editable .tools {
	display: none;
  	float: left;
  	color: #dd4b39;	
}
.editable .tools > .fa,
.editable .tools > .glyphicon,
.editable .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.editable:hover .tools {
  display: inline-block;
}

.edit-controls{
	margin-top: 10px;
}

.thumbnail-grid ol,ul {
	list-style: none;
}
.thumbnail-grid ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
	justify-content: space-between;	
	
}
.thumbnail-grid li {
	width: 24%;
}

.thumbnail-grid img {
	max-width: 100%;
	 display: block; /* Get rid of tiny space below images */
    margin-bottom: .3em;
}

.main.detail ul >li {
	list-style-type: disc;
}
.main.detail ol >li {
	list-style-type: digits;
}
