/* Enthält Anpassungen zur Datei app.css, die von TES übernommen wurde;
 * In der Datei readme.txt steht beschrieben, welche Änderungen direkt in
 * app.css vorgenommen wurden.
 */
@media (min-width: 48em) {
	.claim {
		margin-top: 5.525em;
	}
}

@media screen and (max-width: 47.9375em) {
	.tt-dropdown-menu {
		font-size: 1.375em !important;
	}
}

.main-content {
	padding-right: 0px;
}

.main-content .singleview table td.disabled {
	background-color: rgb(210,215,220);
}

.main-content .singleview table th {
    border-bottom-width: 2px;
}

label.checkboxNameSearch {
	margin: 0.4em 0;
}

.max-width-800 {
	max-width: 800px;
}

.mt-10 {
	margin-top: 10px;
}

.text-center {
	text-align: center;
}

div.t-data-grid {
	font-family: klavika;
}

table.t-data-grid tr th a {
    color: black;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: #664d03;
    background-color: #fff3cd;
    border-left: .25rem solid #ffe69c;
}
