/*
#kategorie-taetigkeit-add-table {
    display: none;
}
*/
.logo-registry {
    display: block;
    margin: 20px auto;
}
.logo-registry img {
    margin: auto;
    display: block;
}
a{
  color: #3868a0;
  text-decoration: none;
}

.handlungsfeld-color-picker {
    width: 200px;
    height: 35px;
}
.kategorie-panel-margin-top {
    margin-top: 25px;
}

.nf-container{
  width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.nf-container-full{
  margin-right: 10px;
  margin-left: 10px;
}

form.ui-dialog-content {
  overflow: visible !important;
  max-width: 600px;
}

.form.ui-dialog-content {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
}

form.ui-dialog-content .input {
  width: 100%;
  margin-right: 10px;
  float: left;
}

form .input label {
  display: block;
}

form .input.text input,
form .input.number input{
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  padding: 5px 15px;
}

button.ui-dialog-titlebar-close:after {
  content: "x";
  height: -36px;
  margin: -5px;
  position: absolute;
  top: 1px;
  left: 50%;
}

.form .error-message {
  display: block;
  padding: .375rem .5625rem .5625rem;
  margin-top: 5px;
  font-size: 1rem;
  font-weight: normal;
}

form.ui-dialog-content .club-row .input{
  width: 250px;
  float: left;
}

.selling-point{
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.navbar .alert {
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  border-radius: 0;
}

.button-align{
  padding-top: 25px;
}

.login-box {
  width: 500px;
  margin: 50px auto;
  background-color: #f5f5f5;
}

.login-box form{
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.login-box .input {
  margin-bottom: 15px;
}

.login-header{
  text-align: center;
  margin-bottom: 15px;
}

.navbar-header-logo{
  float: left;
  margin: 5px 15px 0px 0px;
}

.logo{
  padding: 10px;
}

.navbar-nav>li>a>img{
  width: 20px;
  margin-right: 10px;
}

.dt-buttons a img{
  width: 20px;
  margin-right: 5px;
}

.btn img{
  width: 20px;
}

.unsorted>ul>li{
  width: 220px;
  float: left;
  margin: 5px;
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f5f5f5;
}
.unsorted>ul{
  height: 105px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px;
  overflow: auto;
}

.sortable li{
  cursor: move;
}

.tab-content {
  padding: 15px;
}

.table-col-name-50{
  width: 50%;
}

.table-col-name-60{
  width: 60%;
}

.table-col-numbers{
  width: 10%;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.accordion-toggle{
  display: block;
}

.panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  float: right;
  color: #3868a0;
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\e114";
}

.dauer-default{
  font-size: 11px;
  color: grey;
  font-style: italic;
}

.tab-content h3{
  margin-top: 5px;
  margin-bottom: 5px;
}

table .table-filter{
  width: 100%;
}

.nf-tooltip-img{
  width: 20px;
}
.nf-tooltip-img-small{
  width: 16px;
}

.nf-tooltip{
  cursor: pointer;
}

.tooltip-inner {
  text-align: left;
  white-space:pre-wrap;
  max-width: 350px;
}
.navbar-brand {
  padding: 3px 15px;
}
.nf-text-badge {
  display: inline;
  color: #fff;
  background-color: #868686;
  padding: 2px 5px;
  border-radius: 6px;
}

/* Accordion Auswertungen => Hilfetexte pflegen */
#accordion-auswertung-info .panel-title {
    font-size: 18px;
}
.panel-title > a {
    color: #3868a0;
    font-size: 24px;
}
.panel-title > a.collapsed::after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
}
.panel-title > a::after {
    font-family: 'Glyphicons Halflings';
    float: right;
    color: #3868a0;
    content: "\e080";
}
.dt-buttons > a.btn {
    font-size: 20px;
}
.rahmen-text {
    line-height: 1.7;
}

#data-table-personen_filter {
  float: right;
}

#add-form .pull-right .dropdown-menu{
  left: 0;
}

#data-table-auswertungen td .btn{
  width: 60px;
}

/* ToDo: PRINT VERSION */
@media print{
  *{
    font-family: 'Roboto', sans-serif;
  }

  body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
  }

  #cookieNotice{
    display: none;
  }

  .pagebreak{
    page-break-before: always;
  }

  .hidden-print{
    display: none;
  }

  .unbreakable {
    display:inline-block;
  }
  .unbreakable:after {
    content: '';
    display:block;
    height:0px;
    visibility: hidden;
  }

  h1{
    font-size: 14px;
  }

  h2{
    font-size: 12px;
  }

  h3{
    font-size: 11px;
    margin-bottom: -10px;
  }

  .print-text {
    font-size: 11px;
  }

  img{
    margin-top: 20px;
  }

  .kategorie-hinweis{
    font-size: 9px;
  }

  .nf-text-badge {
    display: inline;
    color: #000000;
    background-color: transparent;
    font-weight: bold;
  }

  .navbar {
    display: none;
  }

  .alert{
    font-size: 11px;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 20px 0px 5px 0px;
  }


  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  table {
    background-color: transparent;
    border-collapse: collapse;
    font-size: 10px;
    margin-top: 10px;
  }
  caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #d5d5d5;
    text-align: left;
  }
  th {
    text-align: left;
  }
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .table > tbody + tbody {
    border-top: 2px solid #ddd;
  }
  .table .table {
    background-color: #fff;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > td {
    padding: 5px;
  }
  .table-bordered {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
  }
  table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
  }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
  }


}


.nf-login-window {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.nf-login-window h1{
  color: #3868a0;
}

.nf-login-window h4{
  color: #3868a0;
}

.nf-login-window a{
  background: #e6ebf2;
  padding: .15rem .25rem .1rem;
  color: #3868a0;
  text-decoration: none;
  transition: all .2s cubic-bezier(.44,1.01,1,1);
  cursor: pointer;
}
.nf-login-window a:hover{
  background: #3868a0;
  color: #e6ebf2;
}

.nf-login-window .container{
  max-width: 1200px;
  padding: 35px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 10px 20px 30px grey;
}

.nf-login-window .welcome-text {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.nf-login-window .logo.pull-right {
  Margin-bottom: 25px;
}

.nf-login-window .form-signin{
  margin-top: 45px;
}

.nf-login-window .form-signin input{
  margin-bottom: 10px;
  padding: 10px;
}

.nf-login-window .form-signin .submit{
  margin-top: 20px;
}

.nf-login-window .form-signin .btn{
  background: #3868a0;
}



