/**
 * @package: SobiPro Download Field Application
 *
 * @author
 * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
 * Email: sobi[at]sigsiu.net
 * Url: https://www.Sigsiu.NET
 *
 * @copyright Copyright (C) 2006 - 2018 Sigsiu.NET GmbH (https://www.sigsiu.net). All rights reserved.
 * @license GNU/GPL Version 3
 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3
 * as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3.
 * See http://www.gnu.org/licenses/gpl.html and https://www.sigsiu.net/licenses.
 *
 * 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.  See the GNU General Public License for more details.
 */


/* Styles for entry form permissions part */
.SobiPro .spFieldDNPermission,
.SobiPro .spFieldDNLicense {
	margin-top: 15px;
}
.SobiPro .spFieldDNPermission label,
.SobiPro .spFieldDNLicense label {
	color: #666666;
}
.SobiPro .spFieldDNPermission .spFieldCheckbox label {
	margin-right: 10px;
}
.SobiPro .spEditDownloadPreview div,
.SobiPro .spFieldDNPermission .spFieldCheckbox {
	float: left;
}

/* Styles for entry form image/filename part */
/*.SobiPro .spEditDownloadPreview {*/
	/*margin-top: 6px;*/
/*}*/
.SobiPro .spEditDownloadPreview .spPreviewImage.noicon {
	margin-bottom: 10px;
}
.SobiPro .spEditDownloadPreview p {
	color: #666666;
	margin-bottom: 0;
}
.SobiPro .spEditDownloadPreview input[type='checkbox'] {
	margin: 3px 5px 5px -20px;
}
.SobiPro .spEditDownloadPreview label {
	height: 21px;
	padding-left: 20px;
}
.SobiPro .spEditDownloadPreview img {
	padding: 4px;
	margin: 0 5px 5px 0;
	min-width: 50px;
	min-height: 50px;
}

/* Styles for the views */
.SobiPro .spClassViewDownload {
	margin-top: 30px;
	margin-bottom: 10px;
}
.SobiPro .spClassDownload.imagelink,
.SobiPro .spClassDownload img,
.SobiPro .spClassDownload i {
	text-decoration: none;
	vertical-align: middle;
}

/* License window */
.SobiPro .modal-body {
	overflow-y: scroll;
}