body {
	background-color: white;
	color: black;
	margin-top: 86px;
	margin-bottom:80px;
	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 only screen and (min-width: 1000px) and (max-width: 1199px) {
	.contentCards  {
		width: 16rem;
		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;
}


*