
/**
 * General
 */ 
.dialog {
    background-color: #f6f6f6;
    color: #212529;
	position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}
.dialog h3 {
    font-size: 1.25rem;
	font-weight: bolder;
    color: #212529;
    margin: 1.5rem auto 0.875rem auto;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
/**
 * Icons
 */ 
.fa-calendar { 
	height: auto;
	color:#999999;
}
.fa-exclamation-triangle {
	position:relative;
	margin-right:10px;
	color:#721c24;
	font-size:18px;
}
svg.close, svg.info {
    display: inline-block;
    font-size: inherit;
    overflow: visible;
    vertical-align: -.125em;
    color: #0177a0;
    overflow: visible;
}
svg.info {
    position: relative;
    top: -5px;
    left: 5px;
    width: 1em;
    height: 1em;
    cursor: help;
}
svg.close {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
}
svg.close:hover, svg.info:hover {
    color: #01b0ec;
}
/**
 * Form
 */
#gehalt {
	margin-top: 4rem;
	background-color: #fff;
	padding: 0;
}
#gehalt fieldset {
	border:0 none;
	margin:0;
}
#gehalt .visibleFieldset fieldset {
	margin-left:0;
	padding-left:0;
}
#gehalt .visibleFieldset {
	padding: 20px;
	border: 1px solid #ced4da;
	width: auto;
	margin-bottom: 20px;
}
legend {
    display: block;
    padding: 0;
    line-height: inherit;
    color: #333;
    border: 0;
}
#gehalt legend {
	font-size: 1rem;
	border-bottom: none;
	margin-bottom: 10px;
	width: auto;
	font-weight: bold;
	float: none;
}
.form-group {
	margin-bottom: 2.25rem;
}
#gehalt label.control-label {
    font-family: 'Roboto', sans-serif !important;
    color: #212529 !important;
    hyphens: auto;
}
#gehalt input#checkNettowunsch {
	width:20px;
	height:20px;
}
#gehalt select {
	appearance: auto;
}
.input-group-append {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    background-color: #eee;
    border: 1px solid #ced4da;
    white-space: nowrap;
	border-top-right-radius: .375rem;
	border-bottom-right-radius: .375rem;
}
#gehalt .strong {
    font-weight: 599 !important;    
}
#gehalt input.datepicker {
  cursor:pointer !important;
}
#gehalt .berechnen input {
	width:100%;
}
#gehalt input[readonly], #gehalt select[readonly], #gehalt input[disabled], #gehalt select[disabled] {
	cursor: not-allowed;
	background-color: #f5f5f5;
	color: graytext;
}
#gehalt input[type=radio] {
	width:20px;
	height:20px;
}

/**
 * Result Tables
 */
 #data-print { display:none; }
.entgelt_result,
.gehalt_result,
.AGBelastung_result {
   background-color: #fff;
   padding:0;
   margin:0;
   border:none;
   border-collapse:collapse;
   margin: 15px 0 0 0;
   width: 100%;
}
.gehalt_result td,
.gehalt_result th,
.AGBelastung_result td,
.AGBelastung_result th {
   padding:5px;
}
.entgelt_result td,
.entgelt_result th {
   padding:5px;
}
.gehalt_result tr:nth-child(odd) td,
.AGBelastung_result tr:nth-child(odd) td,
.entgelt_result tr:nth-child(odd) td {
	background-color:#f6f6f6;
}      
.gehaltsrechner .left { text-align:left; }
.gehaltsrechner .right { 
	text-align:right;
	padding-left:50px; 
}
.gehaltsrechner hr {
	color: #1e1e1e;
	border: none; 
	border-top: 1px solid #1e1e1e; 
	background-color: #FFFFFF; 
	height: 1px;
}
.gehaltsrechner .hr {
	border-bottom: 1px solid #1e1e1e; 
}
.gehaltsrechner .color {
	color:lightcoral;
}
.btn-print {
	margin: 25px 0 50px 0;
}

/**
 * small Devices
 */

@media only screen and (max-width: 768px) {

  #gehalt .pseudolabel {
    font-weight: bold;
  }
	
	/* Force table to not be like tables anymore */
	.collapsible table, .collapsible thead, .collapsible tbody, .collapsible th, .collapsible td, .collapsible tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.collapsible thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.collapsible tr { border: 1px solid #ccc; }
	
	.collapsible td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding: 5px; 
	}
	
	.collapsible td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.entgelt_result.collapsible td:nth-of-type(1):before { content: ""; }
	.entgelt_result.collapsible td:nth-of-type(2):before { content: "Arbeitnehmer"; }
	.entgelt_result.collapsible td:nth-of-type(3):before { content: "Arbeitgeber"; }
	.entgelt_result.collapsible td:nth-of-type(4):before { content: "Gesamt"; }

	
	.collapsible #hr { 
		display:none; 
	}
	
	#steuerklassePauschal label,
	#steuerklasseIVFaktor label { text-align:left; margin-top: 20px; }
	
}

@media print {

  #data-print { display:block; 	font-size: 1rem; margin-bottom: 50px; }
  #gehalt, .btn-print { display: none; }
  #ikk-header, .frame.aa-stagemedia, .banner__breadcrumb, .article__header, #ikk-footer, .cookiefirst-root, .cfGMLl { display: none; }
  .content-wrapper, .entgelt_result, .gleitzonenrechner, .gehalt_result, .container, .row, .col-12, .col-md-10, .col-xl-8, table { width: 100% !important; max-width: 100% !important; flex: auto; margin: 0 !important; padding: 0 !important; }
  table.entgelt_result td.right { white-space: nowrap; }

}