:root {
  --base-url: '/bupo';
}

.appHidden {
  display: none;
}

.appBgAdmin {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-image: url(./../../admin/img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    opacity: 0.3;
}

.appBgManage {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-image: url(./../../manage/img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    opacity: 0.3;
}

.appDropdownMenuRight {
  right: 0px;
  left: auto;
}

.custom-radio input,
.custom-radio label,
.custom-checkbox input,
.custom-checkbox label {
  cursor: pointer;
}

.footer {
  background-color: #e9ecef;
}

.footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

/* input file */

.custom-file-label::after {
    cursor: pointer;
    content: "Durchsuchen";
}

/* sortable lists */

ul.sortableLists li {
    cursor: pointer;
}

/* datatable */

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  font-family: FontAwesome;
}

table.dataTable thead th.sorting:before,
table.dataTable thead th.sorting_asc:before,
table.dataTable thead th.sorting_desc:before {
  font-family: FontAwesome;
}

table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
  background-color: #eee;
}

div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_filter input {
  width: 100%;
}

table.dataTable.dtRowClick tbody tr {
  cursor: pointer;
}

/* openlayer map */

.ol-overviewmap {
  left: .5em;
  bottom: 2em;
}

/* jquery menu, icon editor */

#myEditor_icon.btn {
    border: 1px solid #ced4da;
}

/* selectpicker */

.bootstrap-select.form-control {
    border: 1px solid #ced4da;
}

/* typeahead */

.typeahead-empty-message {
    padding: 5px 10px;
    color: #ff0000;
  }
  
  .twitter-typeahead
  { width: 100%; }
  
  .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  
  .tt-hint {
    color: #999
  }
  
  .tt-menu {    /* used to be tt-dropdown-menu in older versions */
    width: 100%;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);
     max-height: 250px;
     overflow-y: auto;
     cursor:pointer;
  }
  
  .tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
    color:#000;
  }
  
  .tt-suggestion-group {
    padding: 3px 10px;
    line-height: 24px;
    color:#000;
    border-bottom: 1px solid #cccccc;
  }
  
  .tt-suggestion.tt-cursor,.tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;
  
  }
  
  .tt-suggestion p {
    margin: 0;
  }
