/**
 * kitEvent
 *
 * @author Ralf Hertsch <ralf.hertsch@phpmanufaktur.de>
 * @link https://addons.phpmanufaktur.de/kitEvent
 * @copyright 2011-2012 phpManufaktur by Ralf Hertsch
 * @license http://www.gnu.org/licenses/gpl.html GNU Public License (GPL)
 */

@import url(../manufaktur_config/backend.css);

td
{
  font-size: 8pt;
  vertical-align: top;
}
td.label {
  font-weight: bold;
}

tr.flip {
  background-color: #FFFFCC;
}
tr.flop {
  background-color: transparent;
}
input
{
  width: 98%;
  background-color: transparent;
}
input[type=submit],
input[type=button]
{
  width: 150px;
}
input[type=radio],
input[type=checkbox]
{
  width: auto;
}
input[type=text].disabled {
  color: #999999;
  background-color: transparent;
  border: none;
}

select
{
  width: 98%;
  font-size:8pt;
}
#dataTable_length select {
  width: 100px;
}
#dataTable_filter input {
  width: 300px;
}
textarea
{
  width: 98%;
  font-size:8pt;
}

.nav_tab
{

  padding: 3px 0 3px 10px;
  margin: 15px 0;
  border-bottom: 1px solid #dddddd;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.nav_tab li
{
  display: inline;
  margin: 0;
}
.nav_tab li a
{
  text-decoration: none;
  padding: 3px 7px;
  margin-right: 3px;
  border: 1px solid #dddddd;
  border-bottom: none;
  background-color: #E8E8E8;
}
.nav_tab li a:link,
.nav_tab li a:visited
{
  color: #AFAFAF;
  background-color: #e8e8e8;
}
.nav_tab li.extra_tab a {
  color:#003366;
  background-color: #e8e8e8;
}
.nav_tab li a:hover,
.nav_tab li a:active
{
  background-color: #FFFFCC;
  color: #000;
}
.nav_tab li.selected a
{ /*selected tab effect*/
  position: relative;
  top: 1px;
  padding-top: 4px;
  color: #000;
  background-color: #fff;
  font-weight: bold;
}

.event_backend {
  width: 100%;
  clear: both;
  background-image: none;
  color: #000000;
  background-color: transparent;
  font-size: 9pt;
}
.small
{
  font-size: 7pt;
}
.intro {
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffdd;
  margin: 20px 0 10px 0;
  padding: 10px;
  font-size: 8pt;
}
.message
{
  border: 1px solid #0000CC;
  color: #000;
  background-color: #FFFFCC;
  margin: 20px 0 10px 0;
  padding: 10px;
  font-size: 8pt;
}
.error
{
 border: 1px solid #ff0000;
 color: #ff0000;
 background-color: #ffdddd;
 margin: 20px 0 10px 0;
 padding: 10px;
 font-size: 8pt;
}
.small-input
{
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 8pt;
}
.about_logo {
  margin: 0;
  padding: 0 0 30px 0;
  text-align: left;
}
.about_text {
  font-size: 9pt;
  margin: 0;
  padding: 0;
  text-align: left;
}
.about_text h2 {
  margin: 0;
  padding: 0;
  font-size: 12pt;
  font-weight: bold;
  line-height: 100%;
}
.about_text p {
  line-height: 120%;
}
.additional {
  margin: 10px 0 5px 0;
  text-align: right;
  font-size: 8pt;
}

input[name=evt_event_date_from],
input[name=evt_event_date_to],
input[name=ets],
input[name=ete],
input[name=evt_publish_date_from],
input[name=evt_publish_date_to],
input[name=evt_participants_max],
input[name=evt_participants_total],
input[name=evt_deadline],
input[name=item_costs]
{
  width: 120px;
}

td.label_sgg,
td.data_evt_event_date_from,
th.head_evt_event_date_from,
td.data_evt_event_date_to,
th.head_evt_event_date_to
{
  text-align: right;
}
td.data_evt_participants_max,
th.head_evt_participants_max,
td.data_evt_participants_total,
th.head_evt_participants_total,
th.head_ord_confirm,
td.data_ord_confirm
{
  text-align: center;
}

.order_detail {
  font-size: 8pt;
}

.order_label {
  float: left;
  width: 15%;
  font-style: italic;
}
.order_value {
  float: left;
  width: 85%;
}
.clear {
  height: 8px;
  clear: both;
}