html,
body {
    height: 100%;
    font-size: 13px; 
    font-family: 'Open Sans', Montserrat,Helvetica Neue,Arial,sans-serif
}
button, input, optgroup, select, textarea {
	font-family: 'Open Sans', Montserrat,Helvetica Neue,Arial,sans-serif
}
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);
}
input.indirekt {
	background-color: #cfcfcf;
}
a, a:focus, a:hover {
	color: rgba(45,123,159,1);
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    /* background-color: transparent; */
    background-color: #f4f3ef;
}
.wrap .main {
	background-color: transparent;
}
.wrap > .container {
    padding: 70px 15px 20px;
}
.section {
	background-color: transparent;
}
@media (min-width: 1200px) {
	.container {
	    max-width: 90%; 
	}
}
.footer {
    height: 60px;
    /* background-color: #f5f5f5; */
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.card {
	border-radius: 6px;
}
.card label {
	color: #333;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
.card-body.user-credentials {
	padding: 10px 15px;
}
.table-responsive {
	overflow: auto;
}
.table-bordered thead td, .table-bordered thead th,
.table-bordered tbody td {
	border: 1px solid #dee2e6 !important 
}
.table-bordered thead td a, .table-bordered thead th a,
.kv-panel-after {
	color: #000000 !important
}
.table>thead>tr>th {
	font-size: 13px;
	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: 6px 4px;
    vertical-align: middle;
}
.table tr.highlight td {
	background-color: rgba(100,200,0,.3);
}
.table tr.offen td {
	background-color: rgba(222, 235, 253, 0.5);
}
.btn.btn-icon.btn-sm, .navbar .navbar-nav>a.btn.btn-icon.btn-sm {
	height: 1.5rem;
	min-width: 1.5rem;
	width: 1.5rem;
}
.card.nopadding {
    border: 0px solid transparent; 
    box-shadow: none;	
}

.card .card-header.nopadding,
.card .card-body.nopadding {
	padding: 0px;
}
.card .card-body.nopadding-top .kv-panel-before,
.card .card-body.nopadding .kv-panel-before {
	padding: 0 0px 0 0px;
}
.card .card-header.nopadding h5
.card .card-body.nopadding h5 {
	margin-bottom: 0px;
}
h4.nomargin,
h5.nomargin {
	margin-top: 10px;
	margin-bottom: 0px;
	 
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.navbar .navbar-toggler {
	width: auto;
	height: auto;
}
.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;
}
.dropdown .dropdown-toggle:after, .dropup .dropdown-toggle:after {
    margin-left: 5px;
}
.navbar-nav .dropdown-menu:before, .navbar-nav .dropdown-menu:after {
	left: 12px;
	right: unset; 
}
.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 label {
	font-size: 10px;
	font-weight: bold;
}
.big-label .form-group label {
    font-size: 14px;
}
.form-group label label {
	margin-bottom: 0px;
}
.radiogroup .form-group.has-error > div:first-of-type {
	border: 1px solid #dc3545;
}
#submenu {
	background-color: #ef8157;
}
.nav-tabs .nav-item .nav-link {
	color: #212529;
}
.nav-tabs .nav-item .nav-link.active, 
.nav-tabs .nav-item .nav-link:hover {
   color: 	#ffffff;
}
.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 {
	bottom: 0px;
	right: 30%;
}
.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 {
	bottom: 0px;
	right: 30%;
}
.form-control {
	font-size: 13px; 
}
.form-group .form-control {
	min-height: 24px;
	padding: 2px 6px;
	font-size: 13px;
}
.form-group .textarea-control {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #66615b;
	font-size: 13px;
	min-height: 64px;
}
.form-control-small  {
	
}

.table-header {
	font-weight: bold;
	font-size: 12px;
}
table.table-small >tbody >tr >td {
	padding: 2px 6px;
}
.card-haeder.nopadding-top,
.card-body.nopadding-top,
.nopadding-top {
	padding-top: 5px;
}

.bericht label {
	font-size: 12px;
	font-weight: bold;
}
.bericht .radiogroup label {
	font-weight: normal;
	padding-right: 10px;
}
.row.odd {
	background-color: #c5c5c5;
}
tr.odd {
	background-color: rgba(0,0,0,.05);
}
.row .form-group {
	/* margin-bottom: 0px;
	margin-top: 10px; */
}
.form-group.has-error .help-block{
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
}
.row .col {
	padding-top: 5px;
	padding-bottom: 5px;
}
.table.monatsstd>thead>tr>th {
	text-transform: none; 
}
.row .col .table-text,
tr > td > .table-text {
}
tr > td > .table-text-large {
	min-width: 160px;
}
.table-number .form-control,
.table-text .form-control {
	vertical-align: center;
	height: 100%;
	padding: .125rem .5rem;
	min-width: 25px;
}
.table-number .form-control {
	text-align: right;
	max-width: 40px;
}
.table-text .form-control {
	text-align: left;
	min-width: 100px;
}
.custom-control.custom-checkbox {
	padding-left: 0.1rem;
}
.custom-checkbox .custom-control-label {
	top: 0.55rem;
}
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
    top: 0rem;
}

.custom-checkbox label.custom-control-header {
	margin-left: -1.5rem; 
	display: block;
}
.viewfield .form-control, 
.viewfield .textarea-control,
.viewfield .checkbox-control i {
	background-color: #eeeeee;
    color: #66615b;
    cursor: not-allowed;
}
.modal-dialog .modal-header button {
	position: absolute;
	top: 10px;
	right: 10px;
}
.modal-dialog textarea {
	max-height: 400px;
}
#startseite-hinweis .modal-header h5 {
	font-weight: bold; 
	color: #af0000;
}
#startseite-hinweis .modal-footer {
	justify-content: center;
}

.helptext {
	font-size: 16px;
	vertical-align: top;
	margin-left: 5px;
	line-height: 100%;
	position: relative;
}
.tooltip {
	/* padding-left: 100px; */
	
}
.tooltip-inner {
	max-width: 80%;
	text-align: left;
}
.select2-container--krajee-bs4 .select2-selection--single {
    height: calc(1.75rem + 2px);
    line-height: 1.5;
    padding: 0.175rem 1.5rem 0.175rem 0.75rem;
}

/* 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;
}
.tooltip2 .tooltiptext h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.4em;
}
.tooltip2 .tooltip-subtext {
    margin-top: 10px;
}
.tooltip2 .tooltiptext h5 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* 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;
}
.icon-circle {
	border-radius: 12px;
	border-color: transparent;
	background-color: green;
	padding: 2px 7px;
	color: white;
	font-weight: bold;
	margin-right: 2px;
}
.icon-fail {
	background-color: red;
}
.icon-ok {
	 
}
#thl-tb-table td {

}
#thl-tb-table td .table-number div,
#thl-tb-table td .table-text div{
    
}
#thl-tb-table input{
   width: 100%;
   max-width: 100%;
   margin: 0px;
}

#thl-tb-table .help-block {
    
}