@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17.01.2018, 09:43:37
    Author     : @idpraxis -  Basbug
    Modified   : @idpraxis -  Basbug & @bbw Baumgardt
    ModifiedAt : 10.04.2018
*/
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  background-color: RGB(213, 222, 208);
  font-size: 12px;
  height: 100%; }

html {
  margin: 0;
  padding: 0;
  height: 100%; }

a {
  color: #025d29;
  text-decoration: none;
  transition: all 0.15s ease-in 0s; }
  a:hover {
    color: #8bb63a; }

.margin-top-10 {
  margin-top: 10px; }

.masthead {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .masthead .navbar-header {
    text-align: right; }
    .masthead .navbar-header img {
      margin-top: 3px; }
  .masthead .profil {
    width: 162px;
    float: left;
    height: 50px;
    background-color: #f2f2f2;
    padding: 0 0 0 10px; }
    .masthead .profil .dropdown {
      margin-top: 15px;
      display: block; }
    .masthead .profil a {
      cursor: pointer;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .masthead .infobar {
    height: 50px; }
    .masthead .infobar .profil {
      width: 185px;
      float: left;
      height: 50px;
      border-right: 1px solid #025d29; }
      .masthead .infobar .profil .dropdown {
        margin-top: 15px;
        display: block; }
    .masthead .infobar .headline {
      padding-right: 15px;
      float: left;
      height: 50px;
      padding-top: 5px;
      border-right: 1px solid #025d29;
      margin-right: 15px; }
      .masthead .infobar .headline h3 {
        margin-top: 3px; }
        .masthead .infobar .headline h3::after {
          content: "";
          display: inline-block;
          width: 100px;
          height: 2px;
          background: #8bb63a;
          position: absolute;
          left: 20px;
          bottom: 8px; }
    .masthead .infobar .infoline {
      float: left;
      height: 50px; }
      .masthead .infobar .infoline ul.breadcrumb {
        background-color: #fff;
        padding: 0;
        margin-top: 3px; }
        .masthead .infobar .infoline ul.breadcrumb > li {
          margin-right: 10px;
          background-color: #025d29;
          color: #fff;
          padding: 5px; }
          .masthead .infobar .infoline ul.breadcrumb > li + li:before {
            content: none; }
        .masthead .infobar .infoline ul.breadcrumb span {
          font-weight: bold; }

.navbar-fixed-left {
  display: table-cell;
  vertical-align: top;
  border-radius: 0;
  height: 100%;
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24); }
  .navbar-fixed-left .fas {
    font-size: 1.5rem;
    vertical-align: text-top;
    width: 25px; }

.navbar-fixed-left .navbar-nav {
  float: none;
  margin-top: 60px;
  width: 160px; }

.navbar-fixed-left .navbar-nav > li, .navbar-fixed-left .navbar-nav > li.active {
  float: none;
  /* Cancel default li float: left */ }
  .navbar-fixed-left .navbar-nav > li a, .navbar-fixed-left .navbar-nav > li.active a {
    padding: 10px 5px; }
  .navbar-fixed-left .navbar-nav > li > ul, .navbar-fixed-left .navbar-nav > li.active > ul {
    list-style: none;
    padding-left: 0px;
    background-color: #f5f7f4;
    border-bottom: 1px solid #ddd; }
    .navbar-fixed-left .navbar-nav > li > ul > li a, .navbar-fixed-left .navbar-nav > li.active > ul > li a {
      background-color: transparent;
      color: #333;
      padding: 0;
      display: block;
      padding: 5px 0px 5px 30px; }
      .navbar-fixed-left .navbar-nav > li > ul > li a > span.title, .navbar-fixed-left .navbar-nav > li.active > ul > li a > span.title {
        padding: 2px 0;
        display: block;
        width: 100%;
        font-weight: bold; }
      .navbar-fixed-left .navbar-nav > li > ul > li a:hover, .navbar-fixed-left .navbar-nav > li.active > ul > li a:hover {
        background-color: #ddd;
        color: #333;
        text-decoration: none; }

.navbar-fixed-left .navbar-nav > li.active a, .navbar-fixed-left .navbar-nav > li.active a:hover {
  background-color: #8bb63a;
  color: #fff; }

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
  margin-top: -50px;
  margin-left: 140px; }

.content-wrapper {
  display: table-cell;
  vertical-align: top;
  padding: 15px 15px 15px 15px;
  position: relative;
  width: 100%; }

.mini-sidebar .content-wrapper {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px 15px 15px; }

.panel {
  border-radius: 0;
  border: 0 none;
  margin-bottom: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: calc(100vh - 80px); }

.panel-heading {
  background-color: #fff;
  color: #333;
  padding: 4px;
  border-radius: 0;
  font-weight: bold;
  border-bottom: 1px solid #8bb63a; }

.panel-body {
  padding: 15px;
  margin-top: 50px; }

/* Card */
.card {
  margin-bottom: 1.5rem;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 0rem;
  position: relative;
  padding: 15px; }
  .card h2 {
    margin-top: 0; }
  .card h4 {
    margin-top: 0;
    margin-bottom: 5px; }
  .card .position {
    margin-bottom: 5px;
    font-size: 90%; }
  .card .col-md-9 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

/* Toolbar */
.toolbar1, 
.toolbar {
  padding: 2px 5px 2px 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  background-color: #F5F7F4;
  overflow: hidden; }

.addresses_top_menu .header-button,
.toolbar1 .header-button,
.toolbar .header-button {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  height: 24px;
  padding: 2px 5px;
  margin: 5px 5px 5px 0px;
  color: #025d29;
  transition: all 0.2s ease-in-out 0s;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #d3d3d3;
  background-color: #fff; }

.toolbar1 .header-button:hover,.toolbar .header-button:hover a,
.toolbar .header-button:hover,.toolbar .header-button:hover a  {
  color: #fff;
  background-color: #8bb63a;
  border: 1px solid #8bb63a;
  cursor: pointer; }

.toolbar1 .toggle_form, .toolbar .help,
.toolbar .toggle_form, .toolbar .help {
  float: right;
  width: 26px; }

.toolbar1 .trenner,
.toolbar .trenner {
  border-left: 1px solid #d3d3d3;
  float: left;
  display: block;
  height: 22px;
  margin: 5px 0 0 5px; }

/*
* Login
*/
.login_controller {
  width: 400px !important;
  margin: 50px auto; }

/*
* Buttons
*/
.btn {
  border-radius: 0;
  font-size: 12px; }

.btn-primary, .btn-primary:focus {
  background-color: #8bb63a;
  border-color: #8bb63a;
  background-image: none; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus:hover, .btn-primary:focus:active {
    background-color: #025d29;
    border-color: #025d29; }

.btn-default {
  background-image: none; }

.form-control {
  border-radius: 0;
  font-size: 12px;
  padding: 5px;
  height: 25px;
  margin-right: 10px; }
  .form-control:focus {
    border-color: #8bb63a !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(139, 182, 58, 0.6); }

.control-label, .form-horizontal .control-label {
  padding-top: 5px;
  font-size: 8pt; }

.form-group {
  margin-bottom: 5px; }

.border_b {
  padding: 0px 0 5px 0 !important;
}

.mini {
  width: 60%;
  float: left; }

.mini2 {
  width: 30%;
  float: left; }

.filter {
  margin-top: 5px; }

.owner_info {
  padding: 5px 0px;
  margin-top: 10px; }

.owner_footer {
  border-top: 1px solid #d2d2d2;
  padding: 5px 0; }

.tab-content {
  overflow: hidden;
  padding: 10px 0;
  border: 1px solid #ddd;
  border-top: 0 none; }

.tab-content.profil {
  padding: 10px;
  background-color: #f5f7f4; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 10px;
  font-weight: bold;
  position: relative; }
  .nav-tabs > li > a:hover {
    background-color: #F5F7F4;
    cursor: pointer; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #8bb63a;
  border: 1px solid #8bb63a;
  border-bottom-color: transparent;
  color: #fff; }

/*
* tabs-Left
*/
/* custom inclusion of right, left and below tabs */
.tabs-left > .tab-content {
  margin-left: 120px;
  background-color: #F5F7F4;
  border: 1px solid #d3d3d3;
  padding: 0; }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent; }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  width: 120px; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 0; }

.tabs-left > .nav-tabs > li > hr.tab-divider {
	border-top: 2px solid #8bb63a;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #d3d3d3 transparent #d3d3d3 #d3d3d3;
  border-right-color: #f5f7f4;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  background-color: #f5f7f4;
  color: #8bb63a; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #d3d3d3 #d3d3d3 #d3d3d3 transparent;
  *border-left-color: #ffffff; }

.search {
  background-color: #f5f7f7;
  padding: 10px;
  border: 1px solid #d3d3d3; }

.search-input button {
  height: 25px !important;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 6px;
  float: left;
  background-color: #8bb63a;
  border-color: #8bb63a;
  background-image: none;
  border: 0 none;
  color: #fff; }
  .search-input button:hover {
    background-color: #025d29;
    border-color: #025d29; }

.search-input button.left {
  margin-right: 10px; }

.search-input button.reset_search_input {
  border: 1px solid #ccc;
  border-left: 1px solid #fff;
  background-color: #fff;
  margin-left: -1px;
  color: #333;
  box-shadow: inset 0 1px 1px #0000001a; }

.search_typ {
  width: 20%;
  float: left; }

.searchtext {
  width: 50%;
  float: left;
  margin-right: 0; }

.x-pager select {
  width: 60px; }
.x-pager input {
  width: 50px;
  text-align: center;
  float: left; }

.contact_count {
  font-size: 9pt;
  border: 1px solid #ccc;
  padding: 5px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s ease-in-out 0s; }

.contact_count:hover {
  color: #fff;
  background-color: #8bb63a;
  border: 1px solid #8bb63a; }

.view_box {
  overflow: auto;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  position: relative;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
  height: 280px;
  border-bottom: 1px solid #ddd; }

/*List table */
table.list-table {
  width: 100%;
  xheight: 100%;
  cursor: pointer;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative; }

table.list-table tr:hover {
  background-color: rgba(255, 147, 30, 0.3);
  background-color: #F5F7F4; }
  table.list-table tr:hover button {
    display: block; }

table.list-table tr.active, table.list-table tr.active.alumni {
  background-color: rgba(255, 147, 30, 0.3);
  background-color: #8bb63a;
  background-color: #d5ded0 !important; 
 }

table.list-table tr.alumni {
  background-color: #f2f2f2 !important;
  color: #aaa;
}

/*Für alle Frei-zugängliche Interessenten */
table.list-table tr.free_for_all ,
table.list-table tr.active.free_for_all {
  color: #8bb63a !important;
  font-weight:bold !important;
}

table.list-table tr.selected {
  background-color: rgba(255, 147, 30, 0.3);
  background-color: #d5ded0;
  background-color: #8bb63a; }

table.list-table tr td {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 5px 5px;
  position: relative; }
  table.list-table tr td button {
    position: absolute;
    right: 10px;
    top: 2px;
    padding: 2px;
    display: none; }

table.list-table tr:first-child {
  border-top: 1px solid #ddd; }

/* Sorting*/
table.list-table tr.sorting_header {
  background-color: #d3d3d3 !important;
  height: 25px;
  border-bottom: 2px solid #8bb63a; }

table.list-table tr.sorting_header:hover {
  background-color: #dddddd !important; }

table.list-table tr.sorting_header td {
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999; }

table.list-table tr.sorting_header td:hover a {
  display: block; }

table.list-table tr.sorting_header td a {
  display: none;
  background-color: #dddddd;
  height: 20px;
  width: 20px;
  float: right;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 70% auto;
  background-size: 70% auto; }

table.list-table tr.sorting_header td a.down {
  background-image: url("images/common/down.png"); }

table.list-table tr.sorting_header td a.up {
  background-image: url("images/common/up.png"); }

table.list-table tr.sorting_header td span.order_button {
  display: block;
  height: 18px;
  font-weight: bold; }

table.list-table tr.sorting_header td span.order_button:hover {
  color: 'red !important'; }

table.list-table a.marker {
  border: 1px solid #ccc;
  display: block;
  height: 16px;
  text-align: center; }

/* Table f├╝r Emailkram */
.facttable td {
  padding: 2px 5px 2px 2px; }

.list-table ul li.active {
  background-color: #ccc; }

/* table glabals */
table tr td.cell_5 {
  width: 5% !important; }

table tr td.cell_7 {
  width: 7% !important; }

table tr td.cell_10 {
  width: 10% !important; }

table tr td.cell_15 {
  width: 15% !important; }

table tr td.cell_20 {
  width: 20% !important; }

table tr td.cell_25 {
  width: 25% !important; }

table tr td.cell_30 {
  width: 30% !important; }

table tr td.cell_33 {
  width: 33.3% !important; }

table tr td.cell_40 {
  width: 40% !important; }

table tr td.cell_50 {
  width: 50% !important; }

table tr td.cell_60 {
  width: 60% !important; }

table tr td.cell_66 {
  width: 66.6% !important; }

table tr td.cell_70 {
  width: 70% !important; }

table tr td.cell_75 {
  width: 75% !important; }

table tr td.cell_80 {
  width: 80% !important; }

/* table glabals */
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 450px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.modal.right .modal-dialog.modal-lg {
  width: 1000px; }

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto; }

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px; }

/*Left*/
.modal.left.fade .modal-dialog {
  left: -450px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; }

.modal.left.fade.in .modal-dialog {
  left: 0; }

/*Right*/
.modal.right.fade .modal-dialog {
  right: -450px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.right.fade .modal-dialog.modal-lg {
  right: -800px; }

.modal.right.fade.in .modal-dialog {
  right: 0; }

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
  background-color: #f2f2f2; }
  .modal-content .card-info {
    border-bottom: 1px dotted #e7e7e7;
    padding: 5px 0; }
  .modal-content .card-label {
    width: 35%;
    display: block;
    font-weight: 700;
    float: left; }
  .modal-content .card-body {
    display: block;
    margin-left: 40%; 
	padding: 0;
}

.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #8bb63a;
  padding: 10px; }
  .modal-header .close {
    margin-top: 2px; }

.modal-title {
  color: #ffffff; }

/* Timeline */
.timeline {
  border-left: 1px solid #d2d2d2;
  margin-left: 15px;
  margin-top: 30px; }
  .timeline .tl-item {
    padding: 10px;
    border-bottom: 1px solid #d2d2d2; }
    .timeline .tl-item .tl-left {
      margin-left: -10px;
      background-color: #F5F7F4;
      border-bottom: 2px solid #8bb63a;
      padding: 10px; }
      .timeline .tl-item .tl-left .date {
        font-weight: bold;
        display: block; }

/* Dokumentenliste */
ul.document {
  list-style: none;
  margin: 0;
  padding: 15px;
  margin-top: 15px; }
  ul.document li {
    margin: 0;
    padding: 0;
    position: relative; }
    ul.document li a {
      font-weight: normal;
      padding: 6px 0 6px 0px;
      display: block;
      transition: all 0.15s ease-in 0s;
      border-top: 1px dotted #d3d3d3; }

/* Kurse */
.card > .typ {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
  background-color: #8bb63a;
  color: #fff; }

.card > .typ.teilnehmer {
  background-color: #ff6961; }

/* */
