@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.875rem;
  }

  h6 {
    font-size: 0.75rem;
  }
}

@media (min-width: 1100px) {
	.tk-modal__surface.lg {
		min-width: 900px;
	}
}

.ExpenseView_PictureOfReceipt img {
		width: 100%;
}


.HugeButton > button{
    width: 150px;
    height: 150px;
    background-color: darkgreen;
    color: white;
    font-size: 1.5rem;
}


.HugeButton > button:hover {
    background-color: cadetblue;
}

.tk-placingcontainer.linkAsLargeButton > div > a {
    height: 30vh;
    width: 40vw;
}

.fittingImage .tk-image__native {
    width: 100%;
    height: 100%;
}

.fittingImage img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.placingcontainerFrame {
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
    border-color: darkgrey;	
	background-color: rgb(0 0 0 / 3%);
}

.greenPartlyTransparentBackground {
  background-color: #00640015;
}
 
.yellowPartlyTransparentBackground {
  background-color: #ffFF0030;
}

.redPartlyTransparentBackground {
  background-color: #ff000030;
}

.clearlyGreenPartlyTransparentBackground {
  background-color: #00ff0080;
}
 

.roundedEdges {
  border-radius: 5px;
}

.headerBackground {
  background-color: green;
  color: white;
}

.fixedSizeColumns > div { 
  flex-basis: 0 !important;
}

/* Only works partially */
.tk-auth-social__item.google {
	position: fixed;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	font-size: x-large;
	display: flex;
}	

#Google {
	position: fixed;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	font-size: x-large;
	display: flex;
}	


.NoLabel.material_icon > button > span.mi {
	font-size: 1.8rem;
	margin-left: 0px;
	margin-right: 0px;
}


td.danger {
	color: red;
	font-weight: bold;
}

td.success {
	color: green;
	font-weight: bold;
}

.tk-data-table-row {
	height: 28px;
}


div.TinyMCE {
    height: 100%;
}
div.tox.tox-tinymce {
	height: 100% !important;
}

div.tk-component.tk-static-text.ctStaticText.cutOffText {
    max-height: 200px;
    overflow: auto;
}	