/**
 * @package: SobiPro Contact Form Field Application

 * @author
 * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
 * Email: sobi[at]sigsiu.net
 * Url: http://www.Sigsiu.NET

 * @copyright Copyright (C) 2006 - 2015 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.
*/

.spEmailName {
    display: none;
}
.SobiPro div.spClassViewContact {
    margin: 10px 0 10px 0;
}
.SobiPro .contactform {
    margin-top: 20px;
}
.SobiPro .control-group.cf-radio label,
.SobiPro .control-group.cf-checkbox label {
	float: left;
	padding-right: 10px;
	margin-top: 3px;
}
.SobiPro .form-group.cf-radio label,
.SobiPro .form-group.cf-checkbox label {
	float: left;
	margin-top: 6px;
	padding-right: 10px;
}
.SobiPro .form-group.cf-radio input {
	width: inherit;
}
.SobiPro .form-group.cf-radio {
	margin-bottom: 5px;
}

/* can be removed after release of SobiPro 1.2.2 */
.bootstrap-datetimepicker-widget {
	z-index: 3000 !important;
}