/* Utils */


.square {
    display:block;
    float: left;
    height: 0;
    background-position: center center;
    background-size: cover;
}

.content img {
	max-width: 100%;
}

.thumb {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-position: center center;
	background-size: cover;
}


#door {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 500;
    opacity: .5;
}

#admPanel22 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 10px 10px 10px;
    background-color: #999;
    opacity: .85;
    border: solid 1px #fff;
    overflow: hidden;
    z-index: 500;
}

#managed-media-icon {
	display:none;
	position: absolute;
	cursor: pointer;
	width: 20px;
}

select, input, textarea, button {
	font: 99% sans-serif;
}

#defaultDialog {
    font-size: 10pt;
}

.clickable {
	cursor: pointer;
}

.dataTable td {
    cursor: pointer;
}