a {
    color: #111;
	display:inline-block;
	border-bottom: 1px dotted #111;
    font-weight:bold;
}
aside a, nav a { border-bottom: none; }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    margin-left: 5px;
}
#side-menu li.active a, #side-menu li:hover a { color:lightseagreen ; }

.panel-tools a { border-bottom:none; }
.hpanel.panel-collapse > .panel-heading {
    border-bottom:0;
}
.hpanel.panel-collapse > .panel-body {
    border: 1px solid #e4e5e7;
    border-top:0;
}

.div-rounded { padding:15px; border-radius: 15px; }

.input-group {
    position: relative;
  display: flex;
  flex-wrap: wrap; // For form validation feedback
  align-items: stretch;

    margin-bottom: 5px; vertical-align:middle;
}
::-ms-clear {
  display: none;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-append {
  display: flex;

  // Ensure buttons are always above inputs for more visually pleasing borders.
  // This isn't needed for `.input-group-text` since it shares the same border-color
  // as our inputs.
  .btn {
    position: relative;
    z-index: 2;
  }

  .btn + .btn,
  .btn + .input-group-text,
  .input-group-text + .input-group-text,
  .input-group-text + .btn {
    margin-left: -1px;
  }
}

.color-black { color: black; }

/* _input-group.scss:89 */
.input-group-append { margin-left: -1px; }

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Textual addons
//
// Serves as a catch-all element for any text or radio/checkbox input you wish
// to prepend or append to an input.*/

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #e4e5e7;
  border-radius: .25rem;

  /* Nuke default margins from checkboxes and radios to vertically center within.*/
  input[type="radio"],
  input[type="checkbox"] {
    margin-top: 0;
  }
}

input::placeholder { font-weight:normal; color: #999; }

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}
.input-group .form-control:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.date .input-group-addon { width: 40px; }

.left-inner-addon { position: relative;}
.left-inner-addon input { padding-left: 45px;}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}
.right-inner-addon { position: relative;}
.right-inner-addon input { padding-right: 30px;}
.right-inner-addon i {
    position: absolute;
    right: 0;
    padding: 10px 12px;
    pointer-events: none;
}
#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: none;
    /*opacity: 0.8;
    filter: alpha(opacity=80);*/
	display:none;
}
#loading {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50vh;
    left: 45%;
    margin: -28px 0 0 -25px;
	z-index:999;
	
}

div.dataTables_wrapper {width: 100%; margin: 0 auto;}
table.dataTable th { font-size:10px; }
table.dataTable td { font-size:12px; }
table.dataTable tbody th, table.dataTable tbody td { padding: 6px 6px;}
table.dataTable thead > tr > th { padding-left: 8px;}
table.dataTable tbody th,
table.dataTable tbody td {
    white-space: nowrap;
}
table.dataTable thead .sorting { background: none;}
table.dataTable thead .sorting_asc { background: none;}
table.dataTable thead .sorting_desc { background: none;}
div.dataTables_wrapper div.dataTables_info { float: right; font-size:11px; }

table.dataTable thead .sorting_desc::after { color: firebrick; }
table.dataTable thead .sorting_asc::after { color: lightseagreen ; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding:0;
}

/* FARBEN /////////////////////////////////////////////////////////////////////////////////////*/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #333;
  border-color: #333;

}
.pagination > li > a, .pagination > li > span {
    color: #333;
}

/* X-EDITABLE */
.btn.editable-submit { background-color: lightseagreen ; border-color: lightseagreen ; }
.editable-address {
    display: block;
    margin-bottom: 5px;  
}

.editable-address span {
    width: 70px;  
    display: inline-block;
}

.select2-container .select2-selection { height: 33px; }
.select2-container--default .select2-results__group {
    padding: 2px;
    color: #111;
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
}
.select2-container--default .select2-results__option { padding: 2px 2px 2px 10px; font-size: .88em; line-height:1; }
.select2-container--default .select2-results__option::hover { background:#333 !important; color:white;}
.select2-container--default .select2-results__option strong { padding-left: 10px !important; }
.select2-container--default .select2-results__option--highlighted { padding-left: 10px !important; }
.select2-container--default .select2-results > .select2-results__options { max-height: 75vh; }
.select2-container--default .select2-selection--single { border: 1px solid #ccc; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px;
	color:darkred;
	background: white;
	display: inline-block;
	width: 20px;
	text-align: right;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #e4e5e7 1px;
}
.glyphicon-remove::before {
    color: darkred;
}

.input-group.with-label { margin-bottom:20px; }
.label-select {
  display: block;
  margin-top: -15px;
  font-size: 10px;
  margin-bottom: 2px;
  margin-left: 8px;
  font-weight:normal;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));*/
  -webkit-radial-gradient(rgba(255, 250, 250,.8), rgba(255, 255, 255,.8));
  background: -webkit-radial-gradient(rgba(200, 200, 200,.8), rgba(255, 255, 255,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  /*-webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;*/
	-webkit-box-shadow: rgba(116,211,72, 0.75) 1.5em 0 0 0, rgba(116,211,72, 0.75) 1.1em 1.1em 0 0, rgba(116,211,72, 0.75) 0 1.5em 0 0, rgba(116,211,72, 0.75) -1.1em 1.1em 0 0, rgba(116,211,72, 0.75) -1.5em 0 0 0, rgba(116,211,72, 0.75) -1.1em -1.1em 0 0, rgba(116,211,72, 0.75) 0 -1.5em 0 0, rgba(116,211,72, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(116,211,72, 0.75) 1.5em 0 0 0, rgba(116,211,72, 0.75) 1.1em 1.1em 0 0, rgba(116,211,72, 0.75) 0 1.5em 0 0, rgba(116,211,72, 0.75) -1.1em 1.1em 0 0, rgba(116,211,72, 0.75) -1.5em 0 0 0, rgba(116,211,72, 0.75) -1.1em -1.1em 0 0, rgba(116,211,72, 0.75) 0 -1.5em 0 0, rgba(116,211,72, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}