body {
	background-color: white;
	color: black;
	font-family: "Open Sans", sans-serif;
}

#searchclear {
	bottom: 0;
	color: #555;
	cursor: pointer;
	font-size: 14px;
	height: 14px;
	margin: auto;
	position: absolute;
	right: 5px;
	top: 0;
}

.cursor-pointer {
	cursor: pointer;
}

.dropdownUser {
	left: -160px;
}

.dropdownUser2 {
	left: -90px;
}

.addressBookCard  {
	background-color: lightgrey;
	margin-top: -1rem;
}

@media  (min-width: 768px) {
	.navbar-expand-md .navbar-nav .dropdown-menu.dropdownUser {
		left: -110px;
	}
}

/*@media  (min-width: 1px) {*/
/*	.d-md-flex.navbar-nav{*/
/*		display: flex!important;*/
/*	}*/
/*}*/

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
/*	.contentCards  {
		width: calc(100% - 2rem);
		margin-right: 1rem;
		margin-left: 1rem;
	}*/
/*	.headingCard {
		font-size: 12px;
	}*/
}
/*
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.contentCards {
		width: 19rem;
		margin-right: 1rem;
		margin-left: 1rem;
	}
}*/
/*
@media only screen and (min-width: 1301px) {
	.contentCards {
		width: 100%;
		margin-right: 1rem;
		!*margin-left: 1rem;*!
	}
}*/

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.addressBookCard  {
		width: 20rem;
		margin-right: 1rem;
	}
/*	.headingCard {
		font-size: 12px;
	}*/
}

@media only screen and (min-width: 1200px) {
	.addressBookCard {
		width: 22rem;
		margin-right: 1rem;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.contentGroups  {
		width: 15rem;
		margin-right: 1rem;
	}
/*	.headingCard {
		font-size: 12px;
	}*/
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.contentGroups {
		width: 16rem;
		margin-right: 1rem;
	}
}

@media only screen and (min-width: 1301px) {
	.contentGroups {
		width: 100%;
		margin-right: 1rem;
	}
}

.form-inline .form-control.searchInput {
	width: 10rem;
}

.wrapper {
	display: flex;
	align-items: stretch;
}

#sidebar {
	min-height: 80vh;
	background-color: lightgray;
	margin-right: 20px;
	margin-left: 10px;
}

.contentGroups {
	margin-left: 10px;
}

.move-me
{
	cursor: grab;
	-webkit-touch-callout: none; /* iOS Safari */

	-webkit-user-select: none; /* Safari */

	-khtml-user-select: none; /* Konqueror HTML */

	-moz-user-select: none; /* Old versions of Firefox */

	-ms-user-select: none; /* Internet Explorer/Edge */

	user-select: none; /* Non-prefixed version, currently */
}

.moving
{
	cursor: grabbing;
	background-color: lightgrey;
	padding: 5px;
	position: fixed;
	top: 0;
	left: 0;
}


#sendBtnAddress:hover  {
	background-color: #1e7e34;
	border-color: #1e7e34;
}

.formNewAddress {
	background-color: rgba(48, 126, 183, 0.2);
	margin-left: -20px;
	margin-right: -20px;
	justify-content: center;
}


.cardButtons {

}

@font-face {
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("../fonts/glyphicons-halflings-regular.eot");
	src: url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.svg") format("svg"); }

.list-compressed {
	margin-bottom: 0.5rem;
}

.redSmall{
	color: red;
}

.greySmall{
	color: grey;
}

.greenSmall{
	color: green;
}

.footerBoxStyling{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 30%;
	margin: auto;
}

footer{

	border-top: 2px solid silver;
	box-shadow: 6px 3px 6px 10px #307eb729;
}

.fixedWidth{
	min-width: 250px;
}

/*.plusSVG{
	margin-left: auto;
}*/
/*

.card-body > div .collapseIcon{
	margin-left: auto;
}
*/

/*.collapseIcon .fa-plus{*/
/*	justify-self: end;*/
/*	margin-left: 10px;*/
/*}*/

.fas.fa-info-circle{
	cursor: pointer;
	margin-left: 5px;
}

.fas.fa-angle-up{
	cursor: pointer;
	margin-left: 5px;
	display: none;
}

.fas.fa-angle-down{
	cursor: pointer;
	margin-left: 5px;
	display: none;
}

.userSVGnew:hover{
	fill: #00549F;
}

.userSVGnew{
	fill: none;
	stroke: #00549F;
	/*stroke-miterlimit: 10;*/
	stroke-width: 20;
	opacity: 1;
}

.hilfe{
	fill: none;
	stroke: #00549F;
	/*stroke-miterlimit: 10;*/
	/*stroke-width: 20;*/
	opacity: 1;
	cursor: pointer;
}

.hilfe:hover{
	fill: #00549F;
}

.fa-bars{
	margin-left: 20px;
}

h5{
	hyphens: auto;
}

#navbarsExampleDefault .nav-item .nav-link{
	color: #00549F!important;

	/*hover: #307EB7*/
	/*vorher:: */
	/* #007bff */
	/*	hover: */
	/*	#0056b3*/
}

#navbarsExampleDefault .nav-item .nav-link:hover{
	color: #307EB7!important;
}

#navbarsExampleDefault .nav-item .nav-link:focus,
#navbarsExampleDefault .nav-item .nav-link:active{
	color: #00365e!important;
}

.navbar-toggler .text-primary .fas.fa-bars{
	color: #00549F!important;
}

.checkphaseDisabler .checkPhaseFilters .checkPhaseFilterObject{
	display: none;
}

.checkphaseDisabler{
	list-style-type: none;
}

.phasetext{
	hyphens: auto;
	margin-left: auto;
}

.arrowContainer{
	cursor: pointer;
	display: unset;
	align-self: center;
	margin-left: auto;
	width: 40px;
	height: 30px;
}


.rowhi {
	display:none;
}