@charset "utf-8";

/*
Hive Cameria System
Copyright (c) 2008-2025 Hive Solutions Lda.

This file is part of Hive Cameria System.

Hive Cameria System is free software: you can redistribute it and/or modify
it under the terms of the Apache License as published by the Apache
Foundation, either version 2.0 of the License, or (at your option) any
later version.

Hive Cameria System is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Apache License for more details.

You should have received a copy of the Apache License along with
Hive Cameria System. If not, see <http://www.apache.org/licenses/>.
*/

/*
__author__    = João Magalhães <joamag@hive.pt>
__version__   = 1.0.0
__revision__  = $LastChangedRevision$
__date__      = $LastChangedDate$
__copyright__ = Copyright (c) 2008-2025 Hive Solutions Lda.
__license__   = Apache License, Version 2.0
*/

.capitalize {
    text-transform: capitalize;
}

.cameras {
    margin: 24px 0px 24px 0px;
}

.cameras img {
    background: transparent url(../images/pattern.png) repeat left top;
}

.cameras a:hover {
    border-color: transparent;
}
