a.btn.disabled {
    /* fix for: https://github.com/twbs/bootstrap/issues/16088 */
    pointer: not-allowed;
    pointer-events: all !important;
}
h1 {
   margin-top:6px;
}
form div .mce-tinymce {
   margin-bottom:0.5em;
}
/*.btn {
    margin: 2px;
}*/
.btn-bar {
    margin-bottom: 10px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.clickme:hover {
    color: #fff;
    cursor: pointer;
    background: #424242;
}
.content {
    font-size: 20px;
}
div.panel-body.simple-search {
    padding:5px;
}
div.panel-body.simple-search div label {
    text-align:center;
    width:100%;
}
div.panel-body.simple-search div label input {
    width:100%;
}
input.email {
    width: 230px;
}
.input-group-btn {

}
input.cardnav {
    border: 1px solid #ddd;
    color: #333;
    float: left;
    margin-left: -1px;
    padding: 6px 12px;
    text-align: center;
    width: 50%;
}

.navbar-brand-img {
    float: left;
    margin-top:3px;
    padding: 5px;
}

.searchbar {
    padding-top: 9px;
    padding-bottom: 9px;
}

.searchbar div {
    padding-left: 6px;
    padding-right: 6px;
}

.action-buttons-container {
    position: relative;
    top: 1px;
}

.panel-body .checkbox {
  margin-left: 20px;
}

.panel-body input[type="checkbox"] {
    margin-top: 1px;
}

.table-filter-btn {
    margin-left:2em;
    padding: 0.5em 2em;
}

table.row-clickable tbody tr td a {
    display: block;
    color: inherit;
    /*padding: 8px;*/
}

table.row-clickable tbody tr td a:link {
    text-decoration: none;
    color: inherit;
}

table.row-clickable tbody tr td a:visited {
    text-decoration: none;
    color: inherit;
}

table.row-clickable tbody tr td a:hover {
    background-color: #FF704D;
    color: inherit;
}
/*
td[onclick]:hover {
    cursor: pointer;
    background: #ffd27f;
}
*/
/*
input[type="checkbox"] {
    display: inline;
    width: 4em;
}
*/
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.detail-table-container {
    max-width: 45%;
    float: left;
    margin-right: 75px;
    height: 736px;
    width: 100%
}
.debug-1 {
    background: red !important;
}
.debug-2 {
    background: blue !important;
}
.debug-3 {
    background: green !important;
}

/*body {
    padding-top: 50px;
}*/

.form-signin {
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
    background: #e4e6e6 !important;
}
/*
@media screen and (min-width: 0px) and (max-width: 750px) {
    #resource-table-sm{display: block;}
    #resource-table{display: none;}
}
@media screen and (min-width: 751px){
    #resource-table-sm{display: none;}
}

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
        content: "\2714";

    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }
*/
div.metadata {
    padding:5px;
    margin-top:5px;
}
table.chzweck tr th {
    width: 6em;
}
table.oldrequests tbody td.date {
    text-align:center;
    width: 6em;
}
table.oldrequests tbody td.number {
    width: 4em;
}
table.tags tr th {
    width: 4em;
}
table.tel tr th {
    width: 6.5em;
}
table.kontaktdaten tr th {
    width: 6.5em;
}
th.br {
    border-right:1px solid #ddd;
}
td.br {
    border-right:1px solid #ddd;
}
td.c-edit input {
    width: 100%;
}
td.c-edit-name input {
    display:inline-block;
    width: 50%;
}
th.center {
    text-align:center;
}
td.center {
    text-align:center;
}
th.number {
    text-align:right;
}
td.number {
    text-align:right;
}
td.number.total {
    border-top:3px solid #000;
}
tr.total {
    border-top:3px solid #000;
}
td.positive-balance {
    color:#107010
}
td.negative-balance {
    color:#701010
}
.panel-heading {
    font-weight:bold;
}
div.panel-heading > small {
    font-weight:normal;
}
span.pagination-container {
    float:right
}
ul.pagination {
    margin: 0 !important;
}
ul.pagination > span {
    line-height: 34px;
}
span.save-control a {
    margin-bottom: 5px;
}
span.save-control button {
    margin-bottom: 5px;
}
span.export-button {
    float:right;
}
table.history thead tr th {
    vertical-align:top;
}
th.right {
   text-align:right;
}
div.criteria {
   min-height:155px;
}
div.criteria div form table {
   margin-bottom:0;
}
div.criteria div form table tr td {
   border-top:0;
}
.saved-list {

}
.glyphicon-refresh-animate {
   -webkit-animation-name: rotateThis;
   -webkit-animation-duration: 2s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
}
@-webkit-keyframes "rotateThis" {
 from {
        -webkit-transform: rotate( 0deg );
    }
 to  {
        -webkit-transform: rotate( 360deg );
    }
}
.delayed {
    display: none !important;
}
.project-request-modal .prm-label {
    width: 5em;
    line-height: 34px;
}
.project-request-modal select {
    width: 100% !important;
}
.project-request-modal input {
    width: 100% !important;
}
.loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
.loader span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #337ab7;
  margin: 35px 5px;
  opacity: 0;
}
.loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}
.loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}
.loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}
@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }
  60%{
    opacity: 1;
  }
}
.panel-heading {
    padding: 10px;
}
.th-label {
    width: 6em;
}
.th-label-edit {
    width: 6em;
    line-height:32px !important;
}
select.form-control {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 34px !important;
}
.select2-selection--single .select2-selection__rendered {
    height: 34px !important;
    line-height: 34px !important;
}
.dropdown-menu>span>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.search-panel-body-even {
    background-color:#777;
}
.search-panel-body-odd {
    background-color:#424242;
}
.search-panel>.panel:last-child {
    margin-bottom: 0px;
}