/**
 * @version: $Id: edit.css 3491 2013-06-28 08:17:57Z Sigrid Suski $
 * @package: SobiPro Component for Joomla!

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

 * @copyright Copyright (C) 2006 - 2013 Sigsiu.NET GmbH (http://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 http://sobipro.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.

 * $Date: 2013-06-28 10:17:57 +0200 (Fri, 28 Jun 2013) $
 * $Revision: 3491 $
 * $Author: Sigrid Suski $
 */
.spFieldUrlLabel {
  display: block;
}
.spFieldUrlLabel label {
  padding-right: 5px;
  color: #666666;
  margin-top: 5px;
  float: left;
}
.spFieldUrl {
  display: block;
  margin-top: 10px;
}
.spFieldUrl select {
  width: 100px;
}
.spFileUpload input,
.spFieldRadio,
.spFieldCheckbox {
  float: left;
}
.spFieldCheckbox label {
  color: #666666;
  float: left;
  margin-top: 5px;
}
.spFieldCheckbox input {
  margin-top: 6px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
}
.spFieldRadio label {
  color: #666666;
  float: left;
  margin-top: 5px;
}
.spFieldRadio input {
  margin-top: 8px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
}
.SobiPro table.mceLayout {
  border-radius: 3px;
}
.SigsiuTree .selected {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
.SigsiuTree .selected select {
  min-height: 200px;
}
.SigsiuTree .buttons {
  clear: both;
  padding: 10px;
}
.SigsiuTree .buttons button {
  margin: 5px;
}
.SigsiuTree .tree {
  float: left;
  overflow: auto;
  width: 50%;
}
/* Modale Fenster */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.2;
}
.modal-backdrop {
  background-color: #000000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
