:root {
    --color-white: #fff;
    --color-black: #000;
    --color-gray-050: #fafafa;
    --color-gray-100: #f7f6f5;
    --color-gray-200: #f4f3f0;
    --color-gray-300: #e8e7e4;
    --color-gray-400: #afadac;
    --color-gray-500: #9c9c9c;
    --color-gray-600: #888888;
    --color-gray-700: #777777;
    --color-gray-800: #555555;
    --color-gray-900: #333333;
    --color-primary: #3F51B5;
    --color-primary-dark: #1F3185;
    --color-primary-dec: 63, 81, 181;
    --color-dark-red: #aa0000;
}

.material-icons.gray-300 { color: var(--color-gray-300); }
.material-icons.gray-500 { color: var(--color-gray-500); }
.material-icons.gray-800 { color: var(--color-gray-800); }
.material-icons.white { color: var(--color-white); }
.material-icons.black { color: var(--color-black); }
.material-icons.primary-color { color: var(--color-primary); }

.material-icons.md-1-1 { font-size: 1.1rem; }
.material-icons.md-1-2 { font-size: 1.2rem; }
.material-icons.md-1-4 { font-size: 1.4rem; }
.material-icons.md-1-5 { font-size: 1.5rem; }
.material-icons.md-1-8 { font-size: 1.8rem; }
.material-icons.md-2-0 { font-size: 2.0rem; }

table {
	color: #000;
	border-spacing: 0;
    border-collapse: collapse;
	font-size: inherit;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border: 0px solid black;
	font-family: inherit;
}
td {
	color: #000;
	padding: 0px;
	vertical-align: middle;
	font-size: 14px; 
	line-height: 16px; 
	font-family: inherit;
}

input {
    width: 100%;
    padding: 8px 10px;
    margin: 0px 0;
    box-sizing: border-box;
	font-family: inherit;
}

div.bottom {
	background: rgba(255,255,255,0.85);
	font-family: inherit;
    position: fixed; 
    bottom: 0px;
    width: 100%;
    height: 30px;
    line-height: 25px;
	margin: auto;
	z-index:10;
    border: 0px solid #ffffff;
    align-content: center;
	text-align: center;
}
div.bottom A:link, div.bottom A:visited { 
	color:#000;
	font-weight:normal; 
	font-style:normal; 
	text-decoration: none;
}

#results_view {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	flex-wrap: wrap;
	width: 100%;
	font-family:inherit;
	font-weight: normal;
	font-size: 1.1rem;
	color: var(--color-black);
	background-color: var(--color-white);
}

td.no_recent_postings {
	vertical-align: middle;
	text-align: center;
	color: #888;
	font-size: 20px;
	height: 160px;
	min-height: 160px;
}
td.no_recent_postings A:link, td.no_recent_postings A:visited, td.no_recent_postings A:hover, td.no_recent_postings A:active {
	color: #000;
}

table.tblFull {
	color: #000;
	border-spacing: 0;
    border-collapse: collapse;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

tr.trFull {
	width: 100%;
	height: 100%;
}

td.tdFull {
	color: #000;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

a.terms_privacy {
    text-decoration:none; 
    color: #555;
    font-weight: bold;
    font-size: 14px;
}

td.tdG {
    color: #555;
    font-size: 20px;
    width: 200px;
}

td.tdF {
    color: #555;
    font-size: 14px;
}

.alertable_wide {
	width: 85vw !important;
    max-width: 600px !important;
    font-size: 16px !important;

	top: 50% !important;
	left: 50% !important;
	margin-right: -50% !important;
	transform: translate(-50%, -50%) !important;
}

td.td18 {
    color: #555;
    font-size: 18px;
    line-height: 36px;
}

table.tblInputAlert {
    width: 600px;
	color: #000;
	border-spacing: 0px 8px;
    border-collapse: separate;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

input.alinput {
    width: 100%;
    padding: 8px 10px;
    margin: 0px 0;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 20px;
	font-family: inherit;
}

div.loginblk_main, div.loginblk_main A:link, div.loginblk_main A:visited, div.loginblk_main A:hover, div.loginblk_main A:active {
	line-height:20px; 
	font-weight:normal;
	font-size:16px;
	text-align:right;
	padding-right:10px;
	min-width: 160px;
}

div#accountOptions {
	position:fixed;
	width: 160px;
	top: 0px;
	left: 0px;
	background-color: #fff;
	border-radius: 1px;
	padding: 0px;
	z-index:1002;
	margin: 0px;
}
div#accountOptions a:link, div#accountOptions a:visited, div#accountOptions a:hover, div#accountOptions a:active {
	color: #000;
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	margin: 0px 20px;
}
div#accountOptionsSpacer {
	height: 10px;
}
div#accountOptionsOverlay {
	display:none;
	position:fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom:0px;
	left:0px;
	right: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index:998;
}
div#uptriangle {
	color: #fff;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 24px;
	height: 20px;
	z-index: 1001;
	font-size: 16px;
	line-height: 16px;
}

td.sellPostA {
	height:20px;
	vertical-align:center;
	line-height:20px; 
	font-weight:bold; 
	font-size:16px; 
}
td.sellPostB {
	font-weight:normal !important; 
}
div#singupbutton {
	position:absolute;
	bottom:20px;
	left:20px;
}
div#forgotpasswordbutton {
	position:absolute;
	bottom:20px;
	left:100px;
}

#loginErrDiv {
	color:red; 
	font-size: 20px; 
	line-height: 26px; 
	width:100%; 
	padding:10px; 
	margin:10px 0px; 
	text-align: center;
}

/**** TOP BAR ****/

#topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex: 0 0 auto;
    z-index: 999;
	height: 4rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 4px rgba(56, 50, 48, .05), 0 1px 0 rgba(56, 50, 48, .08);
    background-color:var(--color-white);
	font-weight: normal;
}

#topbar #topbar_left {
	display: flex;
	align-items: center;
	justify-content: center;
    flex: 0 0 auto;
	height: 100%;
    background-color:var(--color-white);
}

#topbar #topbar_inner {
	display: flex;
	align-items: center;
	justify-content: center;
    flex: 0 0 auto;
	height: 100%;
    background-color:var(--color-white);

	/* CENTERING IN THE PAGE */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#topbar #cpro-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3px;
	margin-left: 20px;
	cursor:pointer;
	height: 100%;
}

#topbar #cpro-location {
	cursor:pointer;
}

#topbar #locationselector {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 20px;
	color: var(--color-gray-500);
}

#topbar #locationdesc {
	margin-left: 0.3rem;
	color: var(--color-gray-500);
	font-size: 1.15rem;
}

#cpro-search-holder {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
#cpro-search {
	display: flex;
	align-items: center;
	width: 400px;
	background:var(--color-gray-200);
	padding: 0 0.75rem;
	border-radius: 0.5rem;
	height: 2.8rem;
}
#cpro-search:hover {
	background: var(--color-gray-300);
}

#query_inp {
	font-size: 1.2rem;
	font-family: "Dosis";
	background-color: transparent;
	border: none;
	outline: none;
}
#query_inp::placeholder {
	color: var(--color-gray-400);
}

#clear_query {
	display: none;
	margin-right: 10px;
	cursor: pointer;
}

#submitdiv {
	cursor:pointer;
}

#topbar #sell_post {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 20px;
	background-color: var(--color-primary);
	height: 2.8rem;
	border-radius: 1.5rem;
	padding: 0 2rem;
	color: var(--color-white);
}
#topbar #sell_post:hover {
	background: var(--color-primary-dark);
}

#topbar #posting-logo {
	margin-right: 0.5rem;
}

#topbar #postingdesc {
	font-size: 1.2rem;
	color: var(--color-white);
}

#topbar #loginblk {
	margin-right: 20px;
}

#topbar #loginblk, #topbar #loginblk A:link, #topbar #loginblk A:visited, #topbar #loginblk A:hover, #topbar #loginblk A:active {
	font-size: 1.15rem;
	font-weight: normal;
	color: var(--color-gray-500);
}

#btn_spacer {
	width: 100px;
}

/* large screen */
#topbar #topbar-mobile, #topbar #topbar-mobile-search {
	display: none;
}
.menu_overlay_open { /* force closed */
	width: 0;
	left: 100%;
}	

/* medium desktop screen */
@media only screen and (max-width: 1200px) {
	/* hide the cpro logo */
	#topbar #cpro-logo { display: none; }

	/* hide the mobile topbar */
	#topbar #topbar-mobile, #topbar #topbar-mobile-search { display: none; }

	/* reduce the width of the search bar */
	#cpro-search { width: 300px; }

	/* force close overlay menu */
	.menu_overlay_open { width: 0; left: 100%; }
}

/* tablet screen */
@media only screen and (max-width: 992px) {
	/* reduce the width of the search bar */
	#cpro-search { width: 200px; }

	/* hide the mobile topbar */
	#topbar #topbar-mobile, #topbar #topbar-mobile-search { display: none; }

	/* force close overlay menu */
	.menu_overlay_open { width: 0; left: 100%; }
}


/* phone screen */
@media only screen and (max-width: 768px) {
	/* reveal the cpro logo */
	#topbar #cpro-logo { display: none; }

	/* hide the large screen topbar */
	#topbar #topbar_left { display: none; }
	#topbar #topbar_inner { display: none; }
	#topbar #loginblk { display: none; }

	/* display the mobile topbar */
	#topbar #topbar-mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
	    flex: 0 0 auto;
		width: 100%;
		height: 4rem;
    	background-color:var(--color-white);
	}

	#topbar #cpro-logo-mobile {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 3px;
		cursor:pointer;
		height: 100%;
	}

	#topbar #mobile-return {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 0.1rem;
		width: 3.8rem;
		cursor: pointer;
		height: 3.8rem;
		border-radius: 1.9rem;
		background: var(--color-white);
	}
	#topbar #mobile-return:hover {
		background: var(--color-gray-200);
	}

	#topbar #topbar-mobile-left {
		width: 11.7rem;
	}

	#topbar #topbar-mobile-center {
	}

	#topbar #topbar-mobile-right {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	#topbar #mobile-post {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 0.1rem;
		cursor: pointer;
		height: 3.8rem;
		background: var(--color-white);
	}
	#topbar #mobile-post-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		background: var(--color-primary);
		border-radius: 1.9rem;
		height: 2.34rem;
		width: 3.8rem;
	}
	#topbar #mobile-post-inner:hover {
		background: var(--color-primary-dark);
	}

	#topbar #mobile-search {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 0.1rem;
		width: 3.8rem;
		cursor: pointer;
		height: 3.8rem;
		border-radius: 1.9rem;
		background: var(--color-white);
	}
	#topbar #mobile-search:hover {
		background: var(--color-gray-200);
	}

	#topbar #mobile-menu {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 0.1rem;
		width: 3.8rem;
		cursor: pointer;
		height: 3.8rem;
		border-radius: 1.9rem;
		background: var(--color-white);
	}
	#topbar #mobile-menu:hover {
		background: var(--color-gray-200);
	}


	/* prepare the mobile SEARCH topbar */
	#topbar #topbar-mobile-search {
		display: flex; 
		align-items: center;
		justify-content: space-between;
	    flex: 0 0 auto;
		width: 100%;
		height: 4rem;
		position: absolute;
		top: -4rem;
    	background-color:var(--color-white);
	}

	#topbar #mobile-search-return {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 0.1rem;
		width: 3.8rem;
		cursor: pointer;
		height: 3.8rem;
		border-radius: 1.9rem;
		background: var(--color-white);
	}
	#topbar #mobile-search-return:hover {
		background: var(--color-gray-200);
	}

	#topbar #topbar-mobile-search-left {
	}

	#topbar #topbar-mobile-search-right {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 100%;
	}

	#topbar #cpro-mobile-search {
		display: flex;
		align-items: center;
		width: 100%;
		background:var(--color-gray-200);
		padding: 0 0.75rem;
		border-radius: 0.5rem;
		height: 2.8rem;
		margin-right: 1rem;
	}
	#topbar #cpro-mobile-search:hover {
		background: var(--color-gray-300);
	}

	#topbar #query_inp-mobile {
		font-size: 1.2rem;
		font-family: "Dosis";
		background-color: transparent;
		border: none;
		outline: none;
	}
	#topbar #query_inp-mobile::placeholder {
		color: var(--color-gray-400);
	}

	#topbar #clear_query-mobile {
		display: none;
		margin-right: 10px;
		cursor: pointer;
	}

	#topbar #submitdiv-mobile {
		cursor:pointer;
	}

	.menu_overlay_open {
		width: 100%;
		left: 0;
	}	
}
/**** TOP BAR : END ****/


/*** MENU OVERLAY ***/
#menu_overlay {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: var(--color-white);
	overflow: hidden;
	height: 100%;
	transition: .5s ease;
	z-index: 500;
	padding-top: 4rem;
}
.menu_overlay_closed {
	width: 0;
	left: 100%;
}

.menu_element {
	display: flex;
	width: 100%;
	height: 4rem;
	align-items: center;
    flex: 0 0 auto;
    background-color:var(--color-white);
	cursor: pointer;
	margin: 0;
}
.menu-icon {
	width: 4rem;
	text-align: center;
}
.menu_element_desc {
	width: 50%;
	margin-left: 0.3rem;
	font-size: 1.5rem;
	color: var(--color-gray-800);
}
.menu_bottom_separator {
	border-bottom: 1px solid var(--color-gray-200);
}

.menu-element-loggedin {
	display: none;
}
.menu-element-loggedout {
}
/*** MENU OVERLAY : END ***/


/*** CATEGORY BAR ***/
#categorybar-left, #categorybar-right {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 none;
	height: 100%;
	background-color: var(--color-white);

	min-width: 6rem;
	flex-wrap: wrap;
	overflow: hidden;
}

.categorybar-button {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	padding: 0rem 1.5rem;
	font-weight: normal;
	font-size: 1.2rem;
	cursor: pointer;
}
.categorybar-button:hover {
	background: var(--color-gray-200);
}
.categorybar-button-selected {
	box-shadow: 0px -3px 0px var(--color-primary) inset;
}
.category-button-current-category {
	cursor: default !important;
}
.category-button-current-category:hover {
	background: var(--color-white);
}
.categorybar-button-hidden {
	display: none;
}
/*** CATEGORY BAR : END ***/


/*** CATEGORY SELECTOR OVERLAY ***/
#category_selector_overlay {
	display: none;
	position: fixed;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	z-index: 9999;
	transition: .5s ease;
}
#category_selector_background {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: var(--color-black);
	opacity: 0.75; 
}
#category_selector_holder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	z-index: 10;
	background-color: var(--color-white);
	min-width: 300px;
	min-height: 4rem;
	max-width: calc(75% - 2rem);
	max-height: calc(100% - 2rem);
	border-radius: 8px;
	padding-bottom: 0.5rem;
}
/* phone screen */
@media only screen and (max-width: 768px) {
	#category_selector_holder {
		max-width: calc(100% - 2rem);
	}
}
#category_selector_topbar {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
    flex: 0 0 auto;
	margin: 0;
	padding: 0;
	height: 4rem;
	min-width: 300px;
}
#category_selector_close_button {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-end;
    flex: 0 0 auto;
	margin: 0.1rem;
	width: 3.8rem;
	height: 3.8rem;
	text-align: center;
	background-color: var(--color-white);
	border-radius: 2rem;
	cursor: pointer;
}
#category_selector_close_button:hover {
	background-color: var(--color-gray-200);
}
#category_selector_title {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	text-align: center;
	font-size: 1.75rem;
	height: 4rem;
	color: var(--color-gray-400);

	/* CENTERING IN THE PAGE */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


#category_area {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	flex-wrap: wrap;
	padding: 0.5rem;
	box-shadow: 0px -1px 0px var(--color-gray-200) inset;
}

.category_area_div {
	display: flex;
	height: 3rem;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	padding: 0rem 1.5rem;
	font-weight: normal;
	font-size: 1.4rem;
	cursor: pointer;
}
.category_area_div:hover {
	background: var(--color-gray-200);
}
.category_area_div_selected {
	box-shadow: 0px -3px 0px var(--color-primary) inset;
}

#subcategory_area {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 1; 
	flex-wrap: wrap;
	padding: 0.5rem;
	overflow: auto;
}
.subcategory_area_div {
	display: flex;
	height: 3rem;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	padding: 0rem 1rem;
	font-weight: normal;
	font-size: 1.2rem;
	cursor: pointer;
	border-radius: 0.5rem;
}
.subcategory_area_div:hover {
	background: var(--color-gray-200);
}
.subcategory_area_div_selected {
	background-color: rgba(var(--color-primary-dec), 0.2);
}

#category-search {
	display: flex;
	height: 3rem;
	width: 85%;
	max-width: 500px;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	margin: 0;
	padding: 0 0.75rem;
	border-radius: 0.5rem;
	background-color: var(--color-gray-100);
}
#category-search:hover {
	background: var(--color-gray-300);
}
#category-search-input {
	font-size: 1.2rem;
	font-family: "Dosis";
	background-color: transparent;
	border: none;
	outline: none;
}
#category-search-input:placeholder {
	color: var(--color-gray-400);
}
#category-search-clear {
	display: none;
	margin-right: 10px;
	cursor: pointer;
}
#category-search-clear-logo {
}
#category-search-submit {
	cursor:pointer;
}
#category-search-submit-logo {
}
#category-search-results-holder {
	display: none;
	flex-direction: column;
	justify-content: center;
	min-width: 50vw;
	align-items: center;
    flex: 0 0 auto;
	background-color: var(--color-white);
	min-height: 4rem;
}
/* phone screen */
@media only screen and (max-width: 768px) {
	#category-search-results-holder {
		min-width: 80vw;
	}
}
#category-search-results-no-results {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	background-color: var(--color-white);
	padding-top: 2rem;
	padding-bottom: 2rem;
}
#category-search-results-no-results-label {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	background-color: var(--color-white);
	font-weight: normal;
	font-size: 1.4rem;
	padding-top: 1rem;
}
#category-search-results-inner {
	display: none;
	justify-content: center;
	align-items: center;
    flex: 1; 
	flex-wrap: wrap;
	padding: 2rem 0.5rem;
	overflow: auto;
}
/*** CATEGORY SELECTOR OVERLAY : END ***/

/*** ITEM BOX ***/
#item_box {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	background-color: var(--color-white);
	font-weight: normal;
	font-size: 1.4rem;
	padding-top: 1rem;
}
#category-search-results-inner {
	display: none;
	justify-content: center;
	align-items: center;
    flex: 1; 
	flex-wrap: wrap;
	padding: 2rem 0.5rem;
	overflow: auto;
}
/*** CATEGORY SELECTOR OVERLAY : END ***/

/*** ITEM BOX ***/
:root {
    --itm-box-padding: 8px;
}
.itm_box {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
    flex: 0 0 auto;
    width: calc(200px + 2*var(--itm-box-padding));
	margin: 0;
	padding: 0;
	background-color: var(--color-white);
}
.itm_box_inner {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: start;
	align-items: center;
    flex: 0 0 auto;
	width: calc(100% - 2*var(--itm-box-padding));
	margin: var(--itm-box-padding);
	overflow: hidden;

	border-radius: 6px;
	background-color: #f5f5f5;
	cursor: pointer;
}
/* phone screen */
@media only screen and (max-width: 768px) {
	.itm_box {
		width: 50%;
	}
}

.itm_photo {
	width: 100%;
	overflow: hidden;
	margin-bottom: -40px;
}

.itm_img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
/* phone screen */
@media only screen and (max-width: 768px) {
	.itm_img {
		height: (3/4*(50vw - 2*var(--itm-box-padding)));
	}
}

.itm_img:hover {
	transform: scale(1.1);
}
/* phone screen */
@media only screen and (max-width: 768px) {
	.itm_img:hover {
		width: 100%;
		height: (3/4*(50vw - 2*var(--itm-box-padding)));
	}
}

.itm_recent {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	padding: 5px 15px;
	text-align:right;
	color:#fff;
	font-size: 12px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	background-color:rgba(0,155,0,0.75);
}

.itm_price {
	display: block;
	text-align:right;
	width: 100%;
	color:#fff;
	line-height: 40px;
	font-size: 22px;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	background-color:rgba(0,0,0,0.45);
}
.itm_price_clear_bg {
	background-color:rgba(0,0,0,0.0);
}

.itm_title {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;

	width: 100%;
	padding: 0px 10px;
	text-align: center;
	font-size: 1.2rem;
	font-family: inherit;
	font-weight: normal;

	text-overflow: ellipsis;
  	word-wrap: break-word;
 	overflow: hidden;
  	height: 4rem;
  	max-height: 3.6rem;
  	line-height: 1.5rem;
}

.itm_title:hover {
	color: #3F51B5;
	text-decoration: none;
}

.itm_location {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	width: 100%;
	height: 2rem;
	margin-bottom: 0.3rem;
}
.itm_location_icon {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	height: 2rem;
}
.itm_location_title {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	height: 2rem;
	color: var(--color-gray-500);
	padding-top: 0.15rem;
	padding-left: 0.2rem;
}

.itm_funding {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	width: 100%;
	height: 1.5rem;
}
.itm_funding_progress {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	width: 50%;
}
.itm_funding_received {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	font-size: 1.3rem;
	color: var(--color-black);
}
.itm_funding_goal {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: flex-end;
    flex: 0 0 auto;
	font-size: 1rem;
	color: var(--color-gray-500);
}

/*** ITEM BOX : END ***/

#more_button_holder {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	width: 100%;
	height: 4rem;
	margin-bottom: 4rem;
}
#more_button {
	display: flex;
	justify-content: center;
	align-items: center;
    flex: 0 0 auto;
	background-color: var(--color-gray-200);
    border: none;
    color: #555;
    padding: 8px 60px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    border-radius: 1px;
}
#more_button:hover {
	background-color: var(--color-gray-300);
}
#loading_spinner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	height: 200px;
	width: 100%;
}
progress {
    display:block;
    width:100%;
    height:10px; 
    padding:15px 0 0 0;
    margin:0;
    background:none;
    border: 0;
    border-radius:10px;
    text-align: left;
    position:relative;
}
progress::-webkit-progress-bar {
    height:8px;
    width:80%;
    margin:0 auto;
    background-color:#dadada;
    border-radius:20px;
}
progress::-webkit-progress-value {
    display:inline-block;
    float:left;
    height:8px;
    margin:0px -10px 0 0;
    padding-left:10px; /* Rounded corners requires a padding */
    background:#ff9e2c;
    border-radius:100px;
}
progress.clr-1::-webkit-progress-value {
    background:#00aa00;
}
progress.clr-2::-webkit-progress-value {
    background:#4ecdc4;
}
progress.clr-3::-webkit-progress-value {
    background:#ff6b6b;
}
progress.slim {
	padding-top: 1px !important;
}
progress.slim, progress.slim::-webkit-progress-bar, progress.slim::-webkit-progress-value {
	height: 5px !important;
}
progress:after {
    margin:-25px 0 0 -32px;
    padding:0;
    display:inline-block; /* Here is the magic to move with the progress */
    float:left;
    content: attr(value) '%';
    color:#555;
}

.hidden {
	display: none !important;
}

.unreadMessagesDot {
	display: inline-block;
	border-radius: 50%;
    width: 6px;
    height: 6px;
	margin-right: 5px;
	margin-bottom: 3px;
 	background-color: #aa0000;
}
.umdExtraRightMargin {
	margin-right: 8px !important;
	margin-bottom: 3px !important;
}
.umdExtraLeftMargin {
	margin-left: 8px !important;
	margin-bottom: 3px !important;
}
