@font-face {
	font-family: 'Gotham';
	src: url(../font/Gotham-Medium.woff);
}

@font-face {
	font-family: 'Gotham';
	src: url(../font/Gotham-Bold.woff);
	font-weight: bold;
}

@font-face {
	font-family: 'GothamBold';
	src: url(../font/Gotham-Bold.woff);
}

@font-face {
	font-family: 'GothamBook';
	src: url(../font/Gotham-Book.woff);
}

@font-face {
	font-family: 'GothamBook';
	src: url(../font/Gotham-Bold.woff);
	font-weight: bold;
}

@font-face {
	font-family: 'GothamLight';
	src: url(../font/Gotham-Light.woff);
}

@font-face {
	font-family: 'GothamLight';
	src: url(../font/Gotham-Black.woff);
	font-weight: bold;
}

@font-face {
	font-family: 'GothamBlack';
	src: url(../font/Gotham-Black.woff);
}

* {
	margin:0;
	padding:0;
	border:0;
	font-family:inherit;
	color:inherit;
	box-sizing:border-box;
}

html,
body,
form {
	width:100%;
	height:100%;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

.breaker {
	clear:both;
}

.defaultWaiticon {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,0.3);
	background-image:url(../images/animated_loading_icon.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:999;
	display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

/* --- */

textarea {
	resize: none;
}

*:focus{
    outline: none;
}

.scrollable {
	overflow: scroll;
}

.imagediv {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.imagediv_qt {
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.imagediv_home {
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo4you{
	width: 200px;
}

.header {
    height: 80px;
	width: 100%;
	padding: 24px 10%;
	color: #C2C2CE;
	font-family: GothamLight;
    font-size: 15px;
	line-height: 18px;
	background-color: #000000;
}

	.header .buttons_container {
		color: #3BB1D9;
		font-family: Gotham;
		font-size: 11px;
		letter-spacing: 0.82px;
		line-height: 14px;
		text-transform: uppercase;
	}

		.header .buttons_container a {
			text-decoration: none;
		}

	.header.nomenu {
		background-image: url(../../assets/images/logo-4you.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 120px;
	}
	
.menu_button {
	margin-left: 10px;
    letter-spacing: inherit;
    text-transform: inherit;
	background-color: transparent;
    cursor: pointer;
}

	.menu_button.text {
		cursor: text;
	}

.logout_button {
	margin-left: 0px;
	letter-spacing: inherit;
	text-transform: inherit;
	background-color: transparent;
	cursor: pointer;
	height: 15px;
}

.menu_search{
	background: url('../images/search.svg') left center/contain no-repeat; padding-left: 18px;
}
.menu_home{
	background: url('../images/home.svg') left center/contain no-repeat; padding-left: 18px;
}
.menu_wishlist{
	background: url('../images/heart.svg') left center/contain no-repeat; padding-left: 18px;
}

.logo img {
	height: 100%;
	width: 120px;
}

.footer {
    height: 120px;
	width: 100%;
	padding: 32px 10%;
	color: #C2C2CE;
    font-family: GothamLight;
    font-size: 11px;
	line-height: 14px;
	background-color: #000000;
}

.main {
	padding: 80px 10% 40px 10%;
	position: relative;
	font-family: GothamLight;
}

.content {
	max-width: 1600px;
    margin: auto;
}

.header .content {
	height: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.language_select{
	position: absolute; right: 0px; top: 0px; padding-right: 10px; width: 300px; height: 100%; display: none;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.700717787114846) 30%, rgba(0,0,0,0.700717787114846) 100%);
}
.change_lang_link{
	color: #3BB1D9; text-decoration: none; padding: 2px; font-size: 12px; font-family: 'Gotham';
}

.header .content > div {
	text-align: right;
}

.login_screen {
	height: 100%;
	min-height: 500px;
    display: flex;
    flex-flow: column;
    justify-content: center;
	color: #FFFFFF;
	font-family: Gotham;
    font-size: 11px;
    letter-spacing: 0.82px;
    line-height: 14px;
    text-transform: uppercase;
	background-image: url(../images/default-background.png);
}

.login_container {
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: space-between;
}

	.login_container > div {
		margin-bottom: 40px;
	}

		.login_container > div:last-child {
			margin-bottom: 0;
		}

.logo_container {
	text-align: center;
}

.login_textbox {
	height: 40px;
	width: 352px;
	margin: 10px 0;
	padding: 0 10px;
    font-size: 15px;
	background-color: rgba(255,255,255,0.15);
	border-bottom: 2px solid #FFFFFF;
}

	.login_textbox::placeholder {
		color: #C2C2CE;
		font-family: GothamLight;
	}

.login_button {
	height: 40px;
	width: 120px;
	color: #000000;
	text-transform: uppercase;
	background-color: #FFFFFF;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.foryou_logo {
	margin-top: 20px;
	font-family: GothamLight;
    font-size: 24px;
    letter-spacing: 1.8px;
    line-height: 29px;
}

	.foryou_logo span {
		font-family: GothamBlack;
	}

.band {
	margin-bottom: 40px;
	display: flex;
    flex-flow: column;
    font-family: GothamLight;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
}

	.band .title {
		margin-bottom: 20px;
		font-family: GothamBlack;
		font-size: 28px;
		font-weight: normal;
		line-height: 34px;
		border-bottom: none;
	}

	.band svg {
		margin-bottom: 8px;
		align-self: center;
	}

	.wishlist .band {
		margin-bottom: 0;
		border-bottom: 1px solid #CCCCCC;
	}

	.offers .band {
		margin-bottom: 8px;
	}

.title.thin {
	font-family: GothamLight;
}

.title.small {
	font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
	border-bottom: none;
}

.subtitle {
	color: #666666;
    font-family: GothamLight;
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
}

	.band .subtitle {
		padding: 0 10%;
	}

.category_band {
    height: 420px;
    width: 100%;
	display: flex;
    align-items: center;
    flex-flow: column;
	justify-content: center;
    color: #FFFFFF;
	font-family: GothamBold;
	font-size: 24px;
    line-height: 29px;
	text-align: center;
	cursor: pointer;
}

	.category_band img {
		margin-top: 26px;
	}

.category_desc{
	font-size: 14px; text-transform: none; line-height: 20px;
}

.flexible_container {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

	.flexible_container.repeater {
		justify-content: flex-start;
	}

.product_box {
	width: 23.5%;
	margin: 0 2% 16px 0;
	position: relative;
	background-color: #000000;
	cursor: pointer;
}

	.product_box:nth-child(4n) {
		margin-right: 0;
	}

.product_image {
	width: 100%;
	padding-top: 100%;
}


.exclusive {
	width: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.overview {
	padding: 20px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
    color: #C2C2CE;
    font-size: 11px;
    line-height: 14px;
}

.product_detail {
	background-color: #000000; position: relative;
}

.product_detail span:first-child {
	margin-bottom: 3px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 15px;	
}

.disp_flag{
	position: absolute;
    left: 7px;
    top: 10px;
    width: 4px;
    height: calc(100% - 20px);
    background-color: #f7bc40;
}

.overlay_container {
    height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
    top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 998;
	overflow: auto;
}

.material_panel {
	width: 90%;
	max-width: 1100px;
	margin: 30px auto;
	color: #C2C2CE;
	font-family: GothamLight;
    font-size: 11px;
	line-height: 14px;
	position: relative;
	height: calc(100% - 40px);
	min-height: 600px;
	display: flex;
	flex-direction: column;
}
.material_panel_content{
	flex-grow: 1;
	overflow-y: auto;
	height: 1px;
}

.slab_highlight{
	color: #00c100;
}

.topbar {
	display: flex;
    color: #FFFFFF;
	line-height: 20px;
	background-color: #464646;
}

	.topbar > div {
		width: 50%;
	}

.material_detail {
	justify-content: flex-start;
	background-color: #3B3B3B; position: relative;
}

.material_detail span:first-child {
	margin-bottom: 4px;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 18px;	
}

.disp_flag_m{
	position: absolute;
    left: 7px;
    top: 10px;
    width: 4px;
    height: 55px;
    background-color: #f7bc40;
}


.material_assets {
	padding: 12px 22px;
	background-color: #464646;
	display: table;
}

.material_assets > div {
	margin-bottom: 5px;
}

.info > div {
	display: flex;
	justify-content: space-between;
}

.info .head {
	font-family: Gotham;
	letter-spacing: 0.82px;
	text-transform: uppercase;
}

.info p {
	width: 25%;
	margin-right: 10px;
}

.info p:last-of-type {
	width: 80px;
	margin-right: 0;
}

.preview_forward{
	position: absolute; height: 100%; width: 50px; top: 0px; right: 0px; text-align: center; 
	display: flex; flex-direction: column; justify-content: center;
}
.preview_back{
	position: absolute; height: 100%; width: 50px; top: 0px; left: 0px; text-align: center; 
	display: flex; flex-direction: column; justify-content: center;
}
.preview_forward span, .preview_back span{
	cursor: pointer;
}

.offers.info {
    padding: 20px 0;
	display: flex;
	position: relative;
	border-top: 1px solid #CCCCCC;
	align-items: flex-start;
}

	.offers.info.accepted::before {
		height: calc(100% - 22px);
		width: 100%;
		position: absolute;
		top: 12px;
		background-color: rgba(59, 177, 217, 0.08);
		content: "";
	}

	.material_assets .head {
		color: #91919A;
		display: table-row;
	}

	.material_assets .row {
		color: #FFFFFF;
		display: table-row;
	}

	.material_assets p {
		display: table-cell;
		padding-bottom: 3px;
		padding-right:20px;
	}
	.material_assets p.nr {
		
	}

	.material_assets p:first-of-type {
		width: 50%;
		text-transform: uppercase;
	}

	.material_assets p:last-of-type {
		
	}

.bar {
    height: 40px;
	display: flex;
	align-items: center;
    font-family: Gotham;
    letter-spacing: 0.82px;
    text-align: center;
    text-transform: uppercase;
	background-color: #2A2A2A;
}

.bottombar {
	justify-content: flex-end;
	background-color: #F0F0F0;
}

.sendbar {
	justify-content: flex-end;
	background-color: #FFFFFF;
}

.tabbar_button {
	transition: all 0.5s ease-out;
}

	.tabbar_button:hover {
		color: #FFFFFF;
	}

.toolbar > div {
	width: 100%;
    display: flex;
	align-items: center;
	flex-grow: 1;
    justify-content: center;
	color: #91919A;
	fill: #3BB1D9;
	line-height: 40px;
	cursor: pointer;
}

.toolbar > div:last-child {
	color: #3BB1D9;
	transition: all 0.5s ease-out;
}

	.toolbar > div:last-child:hover {
		color: #FFFFFF;
		fill: #FFFFFF;
	}

	.toolbar > div:last-child img {
		vertical-align: middle;
	}

.toolbar > div.selected {
	position: relative;
	color: #FFFFFF;
	fill: #FFFFFF;
}

	.toolbar > div:last-child.selected {
		/* background-color: #3BB1D9; */
	}

.toolbar > div.selected:after {
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 9px solid #FFFFFF;
	content: "";
}

.material_image_small {
	padding-top: 70.76%;
	flex-grow: 1;
	cursor: pointer;
}

.material_image_big {
	height: 100%;
	/* padding-top: 56.25%; */
	position: relative;
	background-color: #464646;
}

.navbutton {
    margin: 0 20px;
	color: #3BB1D9;
	fill: #3BB1D9;
	line-height: 40px;
	cursor: pointer;
}

	.navbutton img {
		vertical-align: middle;
	}

	.sendbar .navbutton {
		margin: 0;
	}

svg {
	vertical-align: middle;
}

.material_gallery {
	padding: 30px 42px;
	justify-content: flex-start;
	background-color: #FFFFFF;
}

.gallery_section_title{
	width: 100%; padding: 20px 0px 0px 0px; text-align: center; font-size: 14px; color: #000000; background-color: #ffffff;
}

.material_box {
	width: 32%;
	margin: 0 2% 20px 0;
	margin-bottom: 20px;
	display: flex;
    flex-flow: column;
    justify-content: space-between;
    background-color: #F0F0F0;
}

	.material_box:nth-child(3n) {
		margin-right: 0;
	}

	.material_box.highlighted {
		background-color: rgba(59, 177, 217, 0.18);
	}

	.material_send .material_box {
		margin-right: 42px;
	}

.material_info {
	padding: 13px 20px;
	flex-flow: row;
	align-items: center;
	justify-content: flex-start;
	font-family: Gotham;
	line-height: 16px;
    text-transform: uppercase;
}

	.material_send .material_info {
		color: #000000;
	}

	.highlighted .material_info {
		color: #3BB1D9;
	}

.material_wishlist {
	padding: 80px 40px;
    background-color: #FFFFFF;
}

.title {
    padding: 12px 0;
	color: #000000;
	font-family: GothamBook;
    font-size: 20px;
    line-height: 24px;
    border-bottom: 1px solid #CCCCCC;
}

.material_type .title {
	font-family: GothamBold;
}

.landing .title {
    font-family: GothamBold;
	border-bottom: none;
}

.material_orderrow {
	padding: 18px 0 30px 0;
	color: #000000;
	background-image: linear-gradient(to right, #CCCCCC 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 3px 1px;
}

	.material_orderrow:last-child {
		padding-bottom: 48px;
		background-image: none;
	}

.material_orderrow .head {
	margin-bottom: 5px;
}

.material_orderrow .row p {
	margin-right: 17px;
	position: relative;
	color: #8D8D8D;
    font-size: 15px;
    line-height: 28px;
}

	.material_orderrow .row p:last-of-type {
		width: 80px;
    	margin-right: 0;
		display: flex;
		flex-flow: column;
	}

.material_orderrow p.notes {
	width: 80%;
}

.button {
	width: 80px;
    padding: 8px;
    color: #FFFFFF;
    font-family: Gotham;
    font-size: 11px;
    letter-spacing: 0.82;
	line-height: 14px;
	text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    cursor: pointer;
}

	.button.blue {
		background-color: #3BB1D9;
	}

	.button.grey {
		background-color: #91919A;
	}

	.button.disabled {
		color: #C2C2CE;
		background-color: #FFFFFF;
		border: 1px solid #C2C2CE;
		cursor: default;
	}

	.button.white {
		color: #C2C2CE;
		background-color: #FFFFFF;
	}

.textbox_container {
	margin-top: 20px;
	flex-grow: 1;
}

.textbox {
    height: 28px;
    max-width: 76px;
    padding: 5px;
    color: #000000;
    font-family: GothamBook;
    font-size: 15px;
    line-height: 18px;
	background-color: #F0F0F0;
}

	.textbox::placeholder {
		color: #C2C2CE;
	}

	.textbox:disabled {
		font-family: GothamLight;
		background-color: #FFFFFF;
	}

		.textbox.short:disabled {
			width: 36px;
		}

	.textbox:disabled::placeholder {
		color: #8D8D8D;
	}

	textarea.textbox {
		height: 60px;
		width: 100%;
		max-width: unset;
	}

	.textbox.error {
		background-image: url(../../assets/images/error-icon.svg);
		background-position: center;
		background-position-x: calc(100% - 5px);
		background-repeat: no-repeat;
		color: #E65934;
		border: 1px solid #E65934;
	}

	.material_send .textbox {
		min-height: 40px;
		max-height: 170px;
		width: 100%;
		max-width: unset;
		margin-top: 5px;
	}

		/* .material_send .textbox:first-child {
			height: calc(100% - 40px);
			margin-bottom: 20px;
			flex-grow: 1;
		} */

		.material_send .textbox.area {
			/*height: calc(100% - 40px);*/
			height: 160px;
			margin-bottom: 20px;
		}

.label_filter {
	font-family: Gotham;
	font-size: 11px;
	letter-spacing: 0.82px;
	line-height: 14px;
	text-transform: uppercase;
	margin-right: 20px;
}

.filter {
	height: 30px;
	width: 200px;
    max-width: unset;
	margin-right: 20px;
	background-position: center right;
    background-position-x: calc(100% - 10px);
	background-repeat: no-repeat;
}

.listbox {
	height: 30px;
    padding: 5px;
    color: #000000;
    font-family: GothamBook;
    font-size: 15px;
    line-height: 18px;
	background-color: #F0F0F0;
    background-image: url(../../assets/images/arrow-down.svg);
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

	.listbox option:first-child {

	}

.calbox {
	text-align: left;
    background-image: url(../../assets/images/calendar.svg);
}

.alert {
    min-height: 60px;
    width: 200px;
	padding: 14px 12px;
	position: absolute;
	top: -76px;
	left: 28px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 14px;
    background-color: #000000;
    z-index: 1;
}

	.alert:after {
		width: 0;
		height: 0;
		margin: auto;
		position: absolute;
		bottom: -20px;
		left: 22px;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		border-top: 20px solid #000000;
		content: "";	
	}

.fakecheckbox {
    height: 16px;
    min-width: 16px;
    margin-right: 10px;
    border: 1px solid #3BB1D9;
    cursor: pointer;
}

	.highlighted .fakecheckbox {
		background-image: url(../../assets/images/controls/checkmark.svg);
		background-position: center;
		background-repeat: no-repeat;
	}

.material_send {
	padding: 20px 0;
	display: flex;
	border-bottom: 1px solid #CCCCCC;
}

	.material_send > div {
		color: #000000;
		font-family: Gotham;
		letter-spacing: 0.82px;
		text-transform: uppercase;
	}

	.material_send > div:last-child {
		display: flex;
		flex-flow: column;
		flex-grow: 1;
	}

.breakline {
	height: 1px;
    background-color: #CCCCCC;
}

.send_button {
	height: 40px;
	width: 100%;
    max-width: 300px;
	margin: 30px auto;
    color: #FFFFFF;
    fill: #FFFFFF;
    font-family: Gotham;
    font-size: 11px;
    letter-spacing: 0.82px;
    line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
    background-color: #3BB1D9;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	cursor: pointer;
}

.cancel_button {
	height: 40px;
	width: 100%;
    max-width: 300px;
	margin: 30px auto;
    color: #C2C2CE;
    font-family: Gotham;
    font-size: 11px;
    letter-spacing: 0.82px;
    line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	cursor: pointer;
}

	.send_button.black {
		height: 30px;
		line-height: 30px;
		background-color: #000000;
	}

	.send_button.navbutton {
		margin-top: 50px;
	}

.wishlist {
	padding-bottom: 30px;
}

.wishlist .material_type {
	padding: 30px 0 30px 20px;
}

.wishlist .head {
	font-size: 11px;
	line-height: 14px;
}

.offers .head {
	font-size: 11px;
	line-height: 14px;
}

.wishlist_summary:last-child {
    padding-bottom: 48px;
    background-image: none;
}
.wishlist_summary {
    padding: 18px 0 30px 0;
    color: #000000;
    background-image: linear-gradient(to right, #CCCCCC 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-repeat: repeat-x;
	background-size: 3px 1px;
	display: flex; flex-direction: row;
}
.wsummary_col_finish{
	width: 50%;
	margin-right: 20px;
	flex-direction: column;
	justify-content: start;
}
.wsummary_col_size{
	width: 50%;
	margin-right: 20px;
	flex-direction: column;
	justify-content: start;
}
.wsummary_col_qta{
	width: 100px; margin-right: 20px;
}
.wsummary_col_btn{
	width: 80px;
}
.wsummary_col_img div{
	width: 76px;
}
.wishlist_summary_notes{
	width: 100%;
}
.wishlist_summary_title{
	text-transform: uppercase; font-family: 'Gotham'; color: #000000; font-size: 11px;
}
.wsummary_value{
	padding-top: 5px;
}
.wsummary_fields1{
	display: flex; flex-direction: row; width: 50%; flex-grow: 1;
}
.wsummary_fields2{
	display: flex; flex-direction: row; width: 100%; flex-grow: 1;
}

.code {
    margin-left: 22px;
	color: #C2C2CE;
    font-family: GothamLight;
    font-size: 15px;
    line-height: 18px;
}

.wishlist_thumb {
	height: 76px;
	width: 76px;
	margin-right: 16px;
	position: relative;
	float: left;
	cursor: pointer;
}

	.wishlist_thumb::before {
		height: 100%;
		width: 100%;
		position: absolute;
		background-color: rgba(0,0,0,0.29);
		background-image: url(../../assets/images/camera.svg);
		background-position: center;
		background-repeat: no-repeat;
		content: "";
	}

.landing {
    min-height: 380px;
    margin: 0px 15%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
}

	.landing .code {
		margin-bottom: 20px;
		margin-left: 0;
	}

	.landing .imagediv {
		width: 100%;
		padding-top: 57.95%;
	}

	.wishlist .landing {
		margin: 80px 15%;
	}

		.landing.content > div:first-child {
			display: flex;
			flex-flow: column;
		}

		.landing.gallery {
			min-height: unset;
		}

.label {
    font-family: Gotham;
	font-size: 11px;
    letter-spacing: 0.82px;
    line-height: 14px;
    text-transform: uppercase;
}



.close_button {
	height: 30px;
    width: 30px;
    position: fixed;
    top: 35px;
    right: 1%;
    background-image: url(../../assets/images/controls/btn-close.svg);
    cursor: pointer;
}
.close_button2 {
	height: 30px;
    width: 30px;
    position: absolute;
    top: 0px;
    right: -40px;
	background-image: url(../../assets/images/controls/btn-close.svg);
	background-color: transparent;
    cursor: pointer;
}

.material_preview {
	width: 67%;
    margin: 60px auto;
    padding-top: 38.83%;
}

.filters {
	border-top: 1px solid #CCCCCC;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.label_filter{
	width: 100%;
}
.filter{
	margin-bottom: 3px;
}

.offer_row_title{
	font-family: 'Gotham'; text-transform: uppercase; color:#000000; font-size: 12px; line-height: 15px; margin-bottom: 5px;
}

.table_container {
	display: block !important;
    flex-grow: 1;
}

.table_container .head {
	margin-bottom: 10px;
	display: flex;
}

.table_container .row {
	display: flex;
	flex-wrap: wrap;
	color: #8D8D8D;
	font-size: 15px;
	line-height: 18px;
}

.table_container p {
	width: 15%;
	display: flex;
	flex-flow: column;
	margin-bottom: 10px;
}

.table_container p.customer {
	width: 20%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.table_container p.message {
	width: 100%;
	position: relative;
}

.table_container p.material {
	width: 40%;
}

.status {
    min-width: 76px;
    margin-right: 13px;
	justify-content: center !important;
	padding-top: 30px;
}

	.accepted .status {
		color: #3BB1D9;
	}

	.rejected .status {
		color: #E65934;
	}

	.pending .status {
		color: #91919A;
		font-style: italic;
	}

.load_more_button {
    height: 32px;
    width: 100%;
    margin: 20px auto;
	background-image: url(../../assets/images/spinner.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.calendar {
	height: 238px;
	width: 300px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.panel {
	height: 100%;
	background-color: #FFFFFF;
}

.btn_add_email{
	cursor: pointer; margin-top: 3px;
}

.preview_send{
	cursor: inherit; max-height: 273px;
}

.wishlist_cpanel_bg{
	position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; background-color: rgba(0,0,0,0.6);
}
.wishlist_cpanel{
	margin: 30px auto; max-width: 600px; padding: 30px; background-color: #ffffff;
	color: #666666;
    font-family: GothamLight;
    font-size: 15px;
	text-transform: none;
	text-align: center;
	position: relative;
}
.wishlist_cpanel_title{
	text-transform: uppercase; font-weight: bold; text-align: center; color: #000000; font-size: 24px;
}
.wishlist_cpanel_intro{
	text-align: center;
}
.wishlist_txt {
    height: 28px;
    width: 100%;
    padding: 5px;
    color: #000000;
    font-family: GothamBook;
    font-size: 15px;
    line-height: 18px;
	background-color: #F0F0F0;
	margin-top:3px;
	text-align: center;
}
.wishlist_btn{
	font-family: 'Gotham'; color: #000000;
}
.wishlist_lbl{
	font-family: 'Gotham'; color: #000000; font-size: 14px;
}

.qta_min_notes{
	font-size: 11px; padding-top: 3px;
}

.label_no_foto{
	text-align: center; font-size: 14px; width: 100%; color: #000000;
}

.search_cpanel_bg{
	position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; background-color: rgba(0,0,0,0.6);
}
.search_cpanel{
	margin: 30px auto; width: 100%; max-width: 600px; padding: 30px; background-color: #ffffff;
	color: #666666;
    font-family: GothamLight;
    font-size: 15px;
	text-transform: none;
	text-align: center;
	position: relative;
}
.search_cpanel_title{
	text-transform: uppercase; font-weight: bold; text-align: center; color: #000000; font-size: 24px;
}
.search_cpanel_intro{
	text-align: center;
}
.search_txt {
    height: 28px;
    width: 100%;
    padding: 5px;
    color: #000000;
    font-family: GothamBook;
    font-size: 15px;
    line-height: 18px;
	background-color: #F0F0F0;
	margin-top:3px;
	text-align: center;
}
.search_btn{
	font-family: 'Gotham'; color: #000000;
}
.search_lbl{
	font-family: 'Gotham'; color: #000000; font-size: 14px;
}
.search_box_field{
	text-align: center;
}
.search_thickness{
	margin: auto;
}
.search_thickness td{
	padding: 5px 10px 5px 10px;
}
.search_thickness input{
	margin-right: 5px;
}

.search_color{
	margin: auto; width: 320px;
}
.search_color tr{
	display: flex; flex-wrap: wrap; justify-content: space-around;
}
.search_color td{
	padding: 5px 10px 5px 10px; text-align: left; display: flex; width: 100px;
}
.search_color input{
	margin-right: 5px;
}
.search_color label{
	display: flex;
}
.dot {
	position: relative;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.dot_category {
    position: relative;
    margin-right: 3px; margin-left: 3px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
}
.dot_category_selected{
    border: 3px #8A755B solid;
    position: relative;
    margin-right: 3px; margin-left: 3px;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
}

.search_finish, .search_category{
	width: 300px; height: 30px; border: 1px solid #ebebeb;
}
.search_finish:disabled{
	border: 1px solid #f7f7f7;
}

.search_title_filter{
	padding: 3px; background-color: #fbfbfb;
}

.search_query_text{
	font-size: 14px;
}

.no_results{
	text-align: center; width: 100%;
}

.category_filter{
	display: flex; justify-content: flex-end; margin-bottom: 20px; font-size: 14px; align-items: center;
}
.category_filter label{
	line-height: 30px;
}
.category_filter_thickness{
	width: 100px; height: 30px; margin-left: 10px; font-size: 14px
}
.category_filter_colors{
	display: flex;  align-items: center; margin-right: 5px; margin-left: 5px;
}

.color_filter_off{
	cursor: pointer;
    height: 22px;
    margin-top: 2px;
}

.flag_special_offer{
	position: absolute; top: 5px; right: 5px; text-align: right; color: #4df6ff; font-weight: bold; font-size: 14px;
}
.flag_special_offer2{
	position: absolute; top: 5px; right: 5px; text-align: right; color: #4df6ff; font-weight: bold; font-size: 14px;
}
.spcial_offer_img{
	height: 50px;
}
.spcial_offer_img2{
	height: 50px;
}

.slabs_list{
	display: table; width: 100%; max-width: 500px; margin: auto; font-size: 14px; color: #000000;
}
.slabs_list_header, .slabs_list_row{
	display: table-row;
}
.slabs_list_header div{
	display: table-cell; padding:10px 5px; background-color: #2a2a2a; color:#ffffff; font-size: 14px;
}
.slabs_list_row div{
	display: table-cell; padding:5px; border: 1px solid #ffffff; background-color: #f0f0f0;
}
.slabs_list_bg{
	width: 100%; background-color: #ffffff;
}