@charset "utf-8";

* {

}

html {
	font-size: 1.2vw;
}

body {
	font-size: 1em;
	line-height: 1.5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #161619;

	/*background-color: #F7F7F7;*/
	background-color: #666;

	position: relative;

	width: 100vw;
	/*overflow-x: hidden;*/

}
font-ssp { font-family: 'Roboto Condensed', sans-serif; }

input[type="number"] {
  -moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
	text-align: right;
}

[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
	height: 2.4375rem;
	padding: 0 0.5rem;
	line-height: 2.4375rem;
}

.error {
	background-color: #f99;
}

.wrapper {
	width: 100%;
	padding: 0 2rem;
}

.autocomplete-suggestion,
.autocomplete-group {
	padding: 0.5rem;
	font-size: 0.9rem;
	line-height: 1.25em;
	font-weight: 400;
}
.autocomplete-group {
	background-color: #666;
	color: #fff;
}
.autocomplete-suggestion {
	cursor: pointer;
}
.autocomplete-selected {
	/*background-color: inherit;*/
	background-color: #a0cad5;
}
.autocomplete-suggestion:hover {
	background-color: #a0cad5;
}


.grid-x.cell-margin {
	margin-left: -1rem;
	margin-right: -1rem;
}
.grid-x.cell-margin > .cell {
	padding-left: 1rem;
	padding-right: 1rem;
}
.grid-x.cell-margin-narrow {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.grid-x.cell-margin-narrow > .cell {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.grid-x.cell-margin-border {
	margin-left: -1rem;
	margin-right: -1rem;
	/*margin-bottom: -1rem;*/
}
.grid-x.cell-margin-border > .cell {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin-bottom: 0.5rem;
}
.grid-x.cell-margin-border > .cell.border-right {
	border-right: 0.1rem solid #D3D2D2;
}


#wrapper-main {
	min-height: 101vh;
	max-width: 1300px;
	padding: 0;
	padding-bottom: 2rem;
	overflow-x: hidden;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);

	background-color: #ccc;
}

a:focus, a:hover {
	color: #1c677a;
}
p {
	margin: 0 0 1rem;
	font-size: 1em;
	padding: 0;
	line-height: 1.35em;
}
h1 {
	font-weight: 700;
	font-size: 1.75em;
	line-height: 1.25em;
	text-transform: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0.5rem;
	text-transform: uppercase;

	font-family: 'Roboto Condensed', sans-serif;
}
h1 > span {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.25rem;
	display: block;
}
h2 {
	font-weight: 700;
	font-size: 1.45em;
	line-height: 1.4em;
	text-transform: none;
	text-align: left;
	padding: 0;
	margin: 0 0 1rem;

	font-family: 'Roboto Condensed', sans-serif;
}
h2 > span.highlight {
	display: inline-block;
	background-color: #1c677a;
	color: #fff;
	padding: 0.2em 0.5em;
}
h3 {
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.4em;
	text-transform: none;
	text-align: left;
	padding: 0;
	margin: 0 0 1rem;

	font-family: 'Roboto Condensed', sans-serif;
}

header {
	padding-top: 3rem;
}
header p {
	margin: 0;
	padding: 0;
}

a.red-arrow,
a.black-arrow {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}
a.red-arrow {
	color: #D92B2B;
}
a.red-arrow > img,
a.black-arrow > img {
	height: 1em;
	margin-left: 0.5em;
}

.button {
	display: block;
	background: #000;
	line-height: 3em;
	text-align: left;
	position: relative;
	border-color: #000;
	margin: 0;
}
.button.grey {
	background: #999;
	border-color: #999;
}
.button.grey:hover {
	color: #fff;
}
.button.smaller {
	line-height: 2em;
	width: auto;
	display: inline-block;
	padding-right: 3em;
	font-size: 0.75em;
}
.button:hover,
.button:focus {
/*
	background-color: #D92B2B;
	border-color: #D92B2B;
*/
	background-color: #1c677a;
	border-color: #1c677a;
}
.button > img,
.button > i {
	height: 1.25em;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	color: #fff !important;
}

.button.accept {
	background-color: #090;
	border-color: #090;
}
.button.accept:hover {
	background-color: #060;
	border-color: #060;
}
.button.reject {
	background-color: #900;
	border-color: #900;
}
.button.reject:hover {
	background-color: #600;
	border-color: #600;
}
.button.withdraw {
	background-color: #ff9000;
	border-color: #ff9000;
}
.button.withdraw:hover {
	background-color: #cc6000;
	border-color: #cc6000;
}

span.icon-heart img {
	display: inline-block;
	height: 1.5em;
	vertical-align: text-bottom;
	margin-right: 0.5em;
}
i.icon-heart img {
	height: 1.5em;
	vertical-align: top;
}


#top-bar {
	height: 3rem;
	line-height: 3rem;
	background-color: #fff;
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 0.9375rem;
	z-index: 20;

	text-transform: uppercase;
}
#top-bar > div {
	height: inherit;
	line-height: inherit;
	vertical-align: middle;
}
#top-bar .menu a {

}

body:not(.not-large) #top-bar.fixed {
	position: fixed;
	max-width: 1300px;
	width: 100vw;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 1);
}
body:not(.not-large) #top-bar.fixed {

}

#menu-user {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu-user > li {
	padding: 0 0 0 1.5rem;
}
#menu-user > li:first-child {
	padding: 0;
}
#menu-user > li > a {
	line-height: 3rem;
	height: 3rem;
	display: inline-block;
	position: relative;
	vertical-align: middle;

	color: inherit;

	text-decoration: none;
}
#menu-user > li > a i {
	margin-right: 0.25em;
}
#menu-user > li > a:hover {
	color: #1c677a;
}
#menu-user > li > a.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 0.25rem;
	width: 100%;
	left: 0;
	background-color: #1c677a;
}
#menu-user > li > a.username {
	white-space: nowrap;
	max-width: 20rem;
	text-overflow: ellipsis;
	overflow: hidden;
}
#menu-user > li {
	position: relative;
}
#menu-user i.fa {
	font-size: 1.2em;
}

#logo-header > img {
	height: 2.5rem;
}

.wrapper-page > div {
	margin: 2rem 0;
	padding: 2rem;
	background-color: #fff;
}


#footer {
	background: #1c677a;

	padding-top: 0.5rem;
	padding-bottom: 0.5rem;

	color: #FFF;
	text-align: center;

	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	font-size: 0.8em;
}
footer hr {
	width: 100%;
	max-width: 100%;
	margin: 5.35rem 0 1rem;
	height: 0;
	border-top: 0;
	border-color: #707070;
}
#footer a {
	color: inherit;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}



.wrapper-form {
	position: relative;
}
.wrapper-form > .wrapper.content {
	/*min-height: 31.25rem;*/
	min-height: 22rem;
	padding-bottom: 7rem;
	position: relative;
	padding-top: 1.5rem;
	z-index: 5;
}

.wrapper-form > .wrapper.content.form {
	padding-bottom: 1rem;
}


.scale-div {
	overflow: hidden;
}

.block-form {
	margin: 0 -0.75rem;
}
.block-form > .cell {
	padding: 0 0.75rem 1.5rem 0.75rem;
}
.block-form .fields {
	padding: 1.5rem 1.5rem;
	background-color: #fff;
	margin-bottom: 1.5rem;
}
.block-form .input-group {
	border: 1px solid #707070;
	margin-bottom: 0.75rem;
}
.block-form .input-group * {
	border-radius: 0;
	border: 0;
}
.block-form input::placeholder, 
.block-form textarea::placeholder {
	color: #161619;
}
.block-form label {
	font-size: 1rem;
	line-height: 1.2em;
	padding-top: 0.15rem;
}
.block-form a {
	text-decoration: none;
}
.block-form .button,
.block-form iframe {
	margin-bottom: 0.5rem;
}
.block-form h1 {
	font-size: 1.5rem;
	color: #161619;
	padding: 0;
	margin: 0 0 1rem;
}
.block-form h2 {
	font-size: 1.2rem;
	font-weight: 400;
	color: #161619;
}
.block-form .title-blocks .cell {
	margin-bottom: 1rem;
}
.block-form .title {
	display: block;
	margin: 0;
	text-transform: uppercase;
	font-size: 0.75em;
	/*color: #707070;*/
}


.table-list {
	width: 100%;
	font-size: 0.9em;
}
.table-list > tr > th,
.table-list > tbody > tr > th {
	border-bottom: 0.2em solid #999;
	padding: 0.25em 0.5em;
}
.table-list > tr:nth-child(2n) > td,
.table-list > tbody > tr:nth-child(2n) > td {
	background-color: #F0F0F0;
}
.table-list > tr > td,
.table-list > tbody > tr > td {
	padding: 0.25em 0.5em;
	vertical-align: top;
}
.table-list > tr:hover > td,
.table-list > tbody > tr:hover > td {
	background-color: #a0cad5;
}

.table-translation {
	width: 100%;
	font-size: 0.9em;
}
.table-translation > tr > th,
.table-translation > tbody > tr > th {
	border-bottom: 0.2em solid #999;
	padding: 0.25em 0.5em;
}
.table-translation > tr:nth-child(2n) > td,
.table-translation > tbody > tr:nth-child(2n) > td {
	background-color: #F0F0F0;
}
.table-translation > tr > td,
.table-translation > tbody > tr > td {
	padding: 0.25em 0.5em;
	vertical-align: top;
}
.table-translation textarea {
	height: 4em !important;
}


.table-po-data {
		width: 100%;
		border: 1px solid #999;
}
.table-po-data td,
.table-po-data th {
	border: 1px solid #999;
	padding: 0.1em;
}

#request-items .request-item {
	padding: 0.5rem 1rem 0.5rem;
	margin: -1rem -1rem 0.5rem;
}
#request-items > .request-item:nth-child(2n) {
	background-color: #F0F0F0;
}
#request-items .item-files,
#request-items .item-links {
	text-align: right;
	padding-bottom:0; 
	margin-bottom: 0;
}
#request-items .item-files a[data-file-upload] .button {
	margin: 0;
	vertical-align: middle;
	margin-left: 2rem;
}
#request-items .item-files .item-file,
#request-items .item-links .item-link {
	padding: 0.5rem 0 0;
}
#request-items .item-links .item-link > div {
	width: 30rem;
	display: inline-block;
}

.request-comment,
.request-comment:focus {
	height: 20rem;
}


ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem;
	border-bottom: 0.25rem solid #D3D2D2;
}
ul.tabs li {
	position: relative;
	display: inline-block;
	margin-right: 1.5rem;
	line-height: 2em;
}
ul.tabs li.active::after {
	content: "";
	position: absolute;
	bottom: -0.25rem;
	height: 0.25rem;
	width: 100%;
	left: 0;
	background-color: #1c677a;
}
ul.tabs li a {
	display: block;
	line-height: 1.5em;
	padding: 0.75em 0;
	text-decoration: none;
	text-transform: uppercase;
}
ul.tabs li a i {
	margin-right: 0.5em;
}
.tab:not(.active) {
	display: none;
}


input::placeholder, textarea::placeholder {
	color: #fff;
}
.input-group-label {
	background-color: transparent;
	border-radius: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;

	padding: 0 0.5em;
}

input[type="text"], input[type="password"], textarea, select, input[type="number"],
.input-group {
	font-size: 0.9rem;
}

input[type="text"], input[type="password"], textarea, select {
	font-family: 'Roboto Condensed', sans-serif;
	border-radius: 0;
	margin: 0;
}
select,
.select-autocomplete {
	background-image: url(../img/drop-down-arrow.png);
	background-position: right -1rem center;
	background-size: 0.84375rem auto;
	background-repeat: no-repeat;
}
.select-autocomplete {
	padding-right: 1.5rem;
	background-position: right 0.5rem center;
}
.select-autocomplete:focus {
	background-image: url(../img/drop-down-arrow.png);
	padding-right: 1.5rem;
	background-position: right 0.5rem center;
	background-size: 0.84375rem auto;
	background-repeat: no-repeat;
}
textarea, textarea:focus {
	resize: none;
	height: 8rem;
	padding: 0.5rem;
}
label.input-checkbox {
	margin-bottom: 1rem;
	padding-left: 2.5rem;
	min-height: 2.6rem;
}
label.input-checkbox::before {
	background-color: transparent;
}
label.input-radio {
	margin-bottom: 1rem;
	padding-left: 2.5rem;
}
label.input-radio.inline {
	display: inline-block;
	margin-right: 2rem;
}
label.input-radio::before {
	background-color: transparent;
	border-radius: 50%;
}
.checkbox-multi {
	padding-top: 0.5rem;
}



.wrapper.title-header {
	background-color: #D92B2B;
	border-bottom: 0.5rem solid #fff;
}
.wrapper.title-header h1 {
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 1.15em;
	padding: 0.925rem 0;
	color: #fff;
}
.wrapper.text {
	padding-top: 3em;
	padding-bottom: 3em;
}
.wrapper.text p {
	margin-bottom: 1rem;
}
.wrapper.text h1 {
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 1.15em;
	margin-bottom: 1rem;
}
.wrapper.text h2 {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.15em;
	margin-bottom: 1rem;
}
.wrapper.text h3 {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.15em;
	margin-bottom: 1rem;
}


i.fa.fa-pause {
	color: #ff9000;
}
i.fa.fa-play {
	color: #060;
}
i.fa.fa-stop {
	color: #900;
}

.po-title {
	display: block;
	background-color: #a0cad5;
	/*color: #fff;*/
	margin: -0.15rem -0.25rem 0;
	padding: 0.15rem 0.25rem;
}
.nowrap {
	white-space: nowrap;
}

.po-status-0 {
	background-color: #999 !important;
	color: #fff !important;
}
.po-status-1 {
	background-color: #ff9000 !important;
	color: #fff !important;
}
.po-status-2 {
	background-color: #ff9000 !important;
	color: #fff !important;
}
.po-status-3 {
	background-color: #ff9000 !important;
	color: #fff !important;
}
.po-status-4 {
	background-color: #090 !important;
	color: #fff !important;
}
.po-status-5 {
	background-color: #66A !important;
	color: #fff !important;
}
.po-status-6 {
	background-color: #006 !important;
	color: #fff !important;
}
.po-status-7 {
	background-color: #600 !important;
	color: #fff !important;
}
.po-status-8 {
	background-color: #333 !important;
	color: #fff !important;
}
.po-block {
	display: inline-block;
	padding: 0.15rem 0.25rem;
	margin: -0.15rem -0.25rem 0;;
}


/**
 * PAGER
 **/
.pager {
	margin-top: 1rem;
}
.pager a {
	color: #ccc;
	text-decoration: none;
	margin: 0 0.5rem;
	display: inline-block;
}
.pager a.arrow[href] {
	color: #000;
}
.pager a.button {
	color: #000;
	line-height: 1.75rem;
	padding: 0;
	width: 1.75rem;
	text-align: center;
	background-color: #fff;
	font-size: 0.9em;
}
.pager a.button.current {
	color: #000;
	background-color: #ccc;
	font-weight: 700;
}
.pager a.button:hover,
.pager a.button:focus {
	background-color: #1c677a;
	border-color: #1c677a;
	color: #fff;
}


/**
 * POPUP CUSTOMIZATION
 */

#popup a.popup-close-x {
	/*display: none;*/
	font-size: 2.5rem;
	text-decoration: none;
	top: 1rem;
	right: 1rem;
}
#popup > .msg {
	background-color: #fff;
}
#popup > .msg > .title {
	padding-top: 2rem;
	padding-bottom: 1rem;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.2em;
	text-transform: uppercase;
}
#popup > .msg.alert > .title {
	color: #f00;
}
#popup > .msg > .content {
	padding: 1rem 2rem 2rem;
}


/**
 * RESPONSIVE 
 */

@media print, screen and (min-width: 1300px) {
	html {
		font-size: 97.5%;
	}
	body {
		width: 100%;
	}
	body:not(.not-large) #menu-bar.fixed,
	#menu-bar {
		max-width: 100%;
	}
}

@media print, screen and (min-width: 1024px) {
	#menu-header,
	#menu-user {
		display: inline-block !important;
	}
}


/* SMALL */
@media print, screen and (min-width: 1px) and (max-width: 639px) {

	html {
		font-size: 5.8vw;
	}
	.wrapper {
		padding: 0 1rem;
	}
	.product-list .product a .button {
		opacity: 1;
		background-color: #000;
	}


	#mobile-menu {
		display: block;
		overflow: hidden;
		line-height: 1rem;
	}
	#mobile-menu > span {
		display: inline-block;
		max-width: 70%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	#hamburger-menu, #mobile-user-menu {
		position: relative;
		display: inline-block;
		width: auto;
		margin-right: 0.5rem;
		font-size: 1.8em;
	}
	#hamburger-menu.open, #mobile-user-menu.open {

	}

	header {
		height: auto;
	}
	#top-bar {
		height: 3rem;
		line-height: 3rem;
	}
	#header {
		padding-top: 3rem;
	}
	#logo-header > img {
		max-height: 2.2rem;
		max-width: 100%;
		width: auto;
		display: block;
		margin: 0 auto;
	}

	#mobile-menu {
		text-align: left;
	}
	#menu-user {
		display: none;
		height: auto;
	}
	#menu-user > li {
		display: block;
		padding: 0;
		line-height: 3.5rem;
	}
	#menu-user > li > a {
		display: block;
	}
	.menu li > ul {
		position: relative;
		transform: none;
		display: block;
	}

	#footer .text {
		text-align: center;
		margin-top: 2rem;
		font-size: 0.8em;
	}

	#menu-user > li > a.username {
		max-width: none;
	}

	input[type="text"] {
		width: 100% !important;
	}

	h1 {
		font-size: 1.5rem;
	}

	footer .wrapper > div > .cell {
		margin-bottom: 3rem;
	}
	footer hr {
		margin: 1rem 0;
	}

	.wrapper-form > .wrapper.content {
		padding-bottom: 13rem;
	}

}

/* MEDIUM */
@media print, screen and (min-width: 640px) and (max-width: 1023px) {
	html {
		/*font-size: 1.35vw;*/
	}
	.wrapper {
		padding: 0 2rem;
	}

}

/* LARGE */
@media print, screen and (min-width: 640px) {

	.wrapper-form > .wrapper.content.form > .grid-x {
		min-height: 86vh;
	}

	.wrapper-page > div {
		min-height: 82vh;
	}


}
