.right { text-align: right; }

.card .form-group label { color: rgb(33,37,41); font-weight: bold; font-size: 0.8em;}
.nav-tabs {
	/* border-bottom: 1px solid #66615b; 
	margin-bottom: 10px; */
	background-color: #51cbce;
	/* background-color:#6bd098; */
	color: #fff;
}
.nav-tabs .nav-item {
	margin-bottom: -2px;
}
.nav-tabs .nav-item .nav-link.active {
	
}
.nav-tabs .nav-item .nav-link.active:after, 
.nav-tabs .nav-item .nav-link.active:focus:after, 
.nav-tabs .nav-item .nav-link.active:hover:after,
.nav-tabs .nav-item .nav-link.active:before, 
.nav-tabs .nav-item .nav-link.active:focus:before, 
.nav-tabs .nav-item .nav-link.active:hover:before {
	border-bottom: 8px solid #f1eae0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
	bottom: 1px;
}

.nav-tabs .nav-item .nav-link {
	/* border-bottom:  1px solid #66615b; */
	color: #fff;
	padding: 8px 10px;
}
.nav-tabs .nav-item .nav-link.active, 
.nav-tabs .nav-item .nav-link.active:focus,
.nav-tabs .nav-item .nav-link.active:hover {
	/* border: 1px solid #66615b; */
	/* border-bottom-width: 0px;  */
	/* background-color: #44c47d; */ 
	background-color: #66615b; 
	color: #fff;
	font-size: 13px;
}
.nav-tabs .nav-item.show .nav-links,
.nav-tabs .nav-link.active {
	background-color: #66615b;
	border-color: #66615b; 
	color: #fff;
	
}
.nav-tabs .nav-link {
	color: #fff;
}
.tabs-x .tab-content {
	border: 1px solid #66615b;
}
#subnav {
	display: block;
	width: 100%;
}
.card-wizard .nav-pills .nav-item .nav-link {
    padding: 12px 20px;
}
.sidebar .nav li>a {
	margin: 0 15px 0;
}
 .sidebar .nav li>a+div .nav li>a {
    margin-top: 0px;
 }
 .sidebar .nav-item .nav-link.disabled {
	display: none;
 }
/* Sidemenu User Administration */
.sidemenu .nav .nav-item {
	width: 100%; 
	
}
.sidemenu  .nav .nav-item .nav-link {
	border: 1px solid #66615b;
	border-radius: 0; 
	color: #66615b;
	margin-left: 1px; 
	padding: 10px 25px;
	font-weight: 700;
}

.sidemenu  .nav .nav-item .nav-link.active,
.sidemenu  .nav .nav-item .nav-link:hover {
	background-color: #66615b;
	color: #fff;
}
.sidemenu .nav hr {
	margin-top: 2rem; 
	margin-bottom: 2rem;
}

.form-group .input-group-append .input-group-text, 
.form-group .input-group-prepend .input-group-text, 
.input-group .input-group-append .input-group-text, 
.input-group .input-group-prepend .input-group-text {
    padding: 4px 6px 4px 6px;
}
.locked .form-group .form-control {
	background-color: #fab526;
}
.datepicker-dropdown {
	background-color: rgb(244,243,239);
	border: 1px solid rgb(44,44,44);
}
.kv-date-picker
.card {
	/* background-color: #fbfbfb; */
	
}

input:disabled {
	background-color: red;
}
input[type=radio] {
	position: relative;
}
input[type=radio]:checked:after {
    border-radius: 11px;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 3px;
    left: 3px;
    content: " ";
    display: block;
    background: rgb(241 18 18);
}
label.radio-head {
	color: #000000;
}
.card .card-header {
	padding-top: 10px;
}
.card .card-header.card-header-grey{
	background-color: #c0c0c0 !important;
	padding-top: 0px;
}
.card .card-header .card-title {
	font-weight: bold;
	margin: 5px 0;
}

.card .no-padding-top {
	padding-top: 0px;
}
.card .card-header-nopadding-top, 
.card .card-body-nopadding-top {
	padding-top: 0px;
}
.card .card-body-nopadding-bottom {
	padding-bottom: 0px;
}
.card label {
	margin-bottom: 0px;
}
.custom-control-label {
	padding-top: 4px;
}
.form-group .select2-selection,
.form-group .form-control, 
.input-group .form-control {
	padding: 4px 6px;
	font-size: 13px; 
	min-height: 26px;
}
/* gridview - filter elements dropdown */
tr.odd {
	background-color: rgba(0,0,0,.05);
}
tr.filters .form-control {
	padding: 4px 2px; 
	font-size: 12px;
}
.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
	font-size: inherit;
	padding: 0.25rem 0.375rem 0.25rem;
}
.dropdown-menu {
	border: 1px solid #EEEEEE;
}
.dropdown-menu .dropdown-header {
	font-size: 13px;
	padding: 5px 15px;
}
.dropdown-menu .dropdown-item {
	font-size: 13px;
	padding: 5px 45px 5px 15px;
}
.addfilters {
	margin-left: 20px;
	display: inline-block;
}
.addfilters label {
	color: #212529;
	margin-left: 10px;
}
.addfilters .form-control {
	color: #212529;
}
option {
	font-size: 13px;
	min-height: 1.0em;
}
.select2-container--krajee-bs4 .select2-search--dropdown .select2-search__field,
.select2-results__options {
	font-size: 13px;
}
.select2-container--krajee-bs4 .select2-selection--single {
	height: calc(1.8rem + 2px);
}
.select2-container--krajee-bs4 .select2-selection__clear {
	line-height: .8;
}
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear {
	top: 4px;
}
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
	width: calc(100% - 5px);
	overflow: hidden;
}
textarea.form-control {
	max-height: initial;
}
/* Timestamp */
.timestamp {
	font-size: 13px;
}
.timestamp > div > div {
	float: right; 
	padding-left: 10px;
}
.modal-xl {
	max-width: 99%;
}
@media (min-width:992px) {
	.modal-xl {
	    max-width: 90%;
	}
}
/* Modal Dialog */
.modal-header .close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 2rem;
}
.modal-body {
	padding: 10px 20px;
	overflow-y: auto;
	max-height: 700px;
}

.modal-body .table >thead>tr>th,
.modal-body .table >tbody>tr>td {
	padding: 6px;
	font-size: 0.9rem;
}
.modal-footer {
}
.modal-footer button {
	margin: 0px 10px 0px 0;
}
/* Submenu */
#submenu {
	clear: both;
}

/* GridView: */
.kv-panel-before {
	padding: 0px 0px 5px 0px; 
}
.kv-panel-before .kv-grid-toolbar .btn-group {
	margin: 0rem 1px;
}
.kv-panel-before .kv-grid-toolbar .btn-group .btn {
	margin-top: 0px;
	margin-bottom: 0px;
}
.kv-panel-before hr {
	margin-bottom: 0rem; 
}
.kv-panel-before h5 {
	margin-bottom: 0px;
}
.kv-grid-table .material-icons {
	font-size: 18px;
	padding: 3px;
	border: 1px solid #555;
	border-radius: 3px;
	background-color: #fff;
}
.kv-grid-table .material-icons:hover {
	background-color: #66615b;
	color: #fff;
}
.kv-grouped-row {
	font-size: 1.0rem;
}
.table.responsive {
	overflow: auto;
}
.table>thead>tr>td, 
.table>thead>tr>th,
.table>thead>tr>th a {
	text-transform: none;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	padding: 4px 6px;
	font-size: 13px;
}
.table tr.summe {
	font-weight: bold;
}
.btn.btn-icon.btn-sm, .navbar .navbar-nav>a.btn.btn-icon.btn-sm {
    height: 1.625rem;
    min-width: 1.625rem;
    width: 1.625rem;
}
.pagination .page-item .page-link {
	font-size: 13px;
	padding: 0 10px;
	line-height: 28px;
}
.kv-panel-after {
	font-size: 13px;
}
.action-column {
	width: 90px;
}
#subnav.navbar {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.card-wizard .card-header .float-left {
	padding-left: 20px;
}
.card-wizard .card-header .float-left h1 {
	margin-bottom: 0px;
}
.card-wizard .nav-pills {
    background-color: #6bd098;
}	
.card-wizard .nav-pills .nav-item:hover {
	background-color: #44c47d;
}
.file-input .btn {
	margin: 0px 0;
}
.input-group-btn .btn {
    padding: 8px 0.7rem;
}
/* KV Tree */
.kv-tree-container {
	padding-bottom: 20px;
}
.dynamic-select {
	margin-bottom: 10px;
}
.dynamic-select .btn-sm {
	margin-top: 2px;
}
.viewfield .form-control, 
.viewfield .textarea-control {
	background-color: #e3e3e3;
    color: #66615b;
    cursor: not-allowed;
    min-height: 25px;
}
.tooltip {
	/* padding-left: 100px; */
	
}
.tooltip-inner {
	max-width: 80%;
	text-align: left;
}
.select2-container--krajee-bs4 .select2-selection--single {
    height: calc(1.75rem + 0px);
    line-height: 1.75;
    padding: 0.175rem 1.5rem 0.175rem 0.5rem;
}

/* Tooltip container */
.tooltip2 {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */ /* If you want dots under the hoverable text */
  color: #51bcda;
  vertical-align: top;
  padding-left: 5px;
  font-size: 16px;
}

/* Tooltip text */
.tooltip2 .tooltiptext {
  visibility: hidden;
  min-width: 600px; 
  max-width: 80%;
  background-color: #fff;
  color: #555;
  
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  
  padding: .5rem .7rem;
  border-radius: 3px;
  box-shadow: 0 5px 25px 0 rgb(0,0,0,0.2);

  /* Position the tooltip text */
  position: absolute;
  z-index: 1070;;
  bottom: 150%;
  left: 50%;
  margin-left: -100px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip2 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 28.5%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.btn-sm-bottom {
	margin-top: 20px;
}
/* Date Range */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff;
}
.kv-drp-dropdown .left-ind {
	left: 4px; 
	top: 2px;
}
.kv-drp-dropdown .right-ind {
	right: 5px; 
	top: 4px;
}
.kv-drp-dropdown .kv-clear {
	right: 14px;
	top: 2px;
}
tr.filters .kv-drp-dropdown .form-control {
	padding-left: 18px; 
	padding-right: 28px;
}
/* override paperdash */
svg {
	height: inherit !important;
}
/* Quill Editor - Korrekturen wegen Override by bootstrap und paperdash css */

.ql-snow.ql-toolbar button svg, 
.ql-snow .ql-toolbar button svg {
    height: 100% !important; 
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
	height: 18px !important; 
}
.ql-formats button svg,
.ql-color-picker svg, 
.ql-align svg {
	height: 22px !important; 
}
.main-panel >.content {
	padding: 0 30px; 
	margin-top: 75px;
}
.footer {
	padding: 10px 0;
}
.card-footer hr {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.card-footer .form-group {
	margin-bottom: 2px;
}
