

/**
 * 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-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 label.control-label {
    font-family: 'Roboto', sans-serif !important;
    color: #212529 !important;
    hyphens: auto;
}
.form-group {
	margin-bottom: 2.25rem;
}
#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[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;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 2.25rem !important;
}

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

/**
 * 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; 
	}
	
}

@media print {
	body {width: 100% !important; max-width: 100%; margin: 0; padding: 0;}
	#data-print { display:block; width: 100% !important; margin-bottom:50px; }
	.gleitzonenrechner .strong { font-weight:normal; }
	#gehalt, .btn-print, .dialog { display: none; }
	#ikk-header, .frame.aa-stagemedia, .banner__breadcrumb, .article__header, #ikk-footer, .cookiefirst-root, .cfGMLl, .eyeAble_container_ID { 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; }
	.gehalt_result td { white-space: nowrap; }
	.gehalt_result td, .entgelt_result td { font-family: 'Roboto', sans-serif !important; font-size: 18px !important; }
	.entgelt_result td, .entgelt_result th { padding: 2px; }
	h1 { margin: 0; }
	h3 { margin-bottom:0; }

}