.area-container {
	/* width: 25%; */
    width: 200px;
	min-height: 120px;
	display: inline-block;
	margin: 5px;
	border-radius: 4px;
	padding: 16px;
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
    background-color: #00c6dc;
    text-align: center;
    position: relative;
}

.area-container.inactive {
    background-color: #c2c2c2;
}

.area-container i {
    font-size: 38px;
    margin: 5px 0px 15px 0px;
}

.area-container .area_title {
    text-transform: uppercase;
}

.area-container .area_tenant {
    text-transform: uppercase;
    position: absolute;
    top: 4px;
    right: -13px;
    padding: 5px;
    background-color: #666;
    height: 30px;
    border: 1px solid #0000001a;
    font-size: 12px;
}

.area-container .area_tenant_pin {
    position: absolute;
    top: 34px;
    right: -15px;
    padding: 5px;
    width: 15px;
    background: #444;
    background: -moz-linear-gradient(135deg, #444 50%, white 50%);
    background: -webkit-linear-gradient(135deg, #444 50%, white 50%);
    background: linear-gradient(135deg, #444 50%, white 50%);
}
