@charset "UTF-8";
/*
 You may not change or alter any portion of this comment or credits
 of supporting developers from this source code or any supporting source code
 which is considered copyrighted (c) material of the original comment or credit authors.

 This program 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.
*/

/**
 * wgGallery module for xoops
 *
 * @copyright      module for xoops
 * @license        GPL 2.0 or later
 * @package        wggallery
 * @since          1.0
 * @min_xoops      2.5.9
 * @author         Wedega - Email:<webmaster@wedega.com> - Website:<https://wedega.com>
 * @version        $Id: 1.0 style.css 1 Mon 2018-03-19 10:04:56Z XOOPS Project (www.xoops.org) $
 */

#xoopsform-delete {
	border: 1px solid red;
	margin: 20px;
}
#xoopsform-delete h3{
	text-align: center;
}
#xoopsform-delete .form-control-static{
	color: red;
	font-weight:bold;
}

.wgg-cats-header {
	font-size: 120%;
	font-weight:900;
	text-align: left;
}

.wgg-album-img {
	margin: 5px auto 5px auto;
    border: 1px solid grey;
    padding: 2px;
	position: relative; 
    z-index: 1;
}

.wgg-img {
	margin: 0 auto 0 auto;
    border: 1px solid grey;
    padding: 2px;
}		

.wgg-album-list,
.wgg-image-list {
	border-bottom: 1px solid grey;
	padding-bottom:20px;
}

.wgg-btn {
	margin-bottom:5px;
}
.wgg-btn-small {
	margin-bottom:0;
}
.wgg-btn-small .wgg-btn-icon {
	padding:0;
	margin-right:5px;
}

.wgg-btn-icon {
	padding:0 7px;
	margin-right:5px;
}

.wgg-album-footer {
	
}
.wgg-img-panel  {
	margin: 0;
}
.wgg-img-panel-row p {
	margin:2px 0;
}
.wgg-img-panel-row img {
	margin: 0 5px 0 0;
}
.wgg-img-panel-row .wgg-img {
	margin: 5px;
}
.wgg-img-exif {
    text-indent: -35px;
    padding-left:35px;
}
.wgg-modal-selected {
    border:1px solid #ff0000;
    background-color:#ff0000;
}
.wgg-modal-dialog {
	width:650px;
}
.wgg-modal-image {
    width: 80vw;
}
/* image sorting */
.wgg-img-sort, .wgg-img-sort-clear {
	border:0 solid transparent !important;
}
.wgg-img-sort-clear {
	height:0;
    padding:0 !important;
    margin:0;
}

/* album list on index page */
.wgg-alblist-thumb {
    max-height:30px;
    padding: 5px;
}
