
/* roboto */
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: normal;
  src: url("../coindms/userfiles/font/roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: bold;
  src: url("../coindms/userfiles/font/roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "roboto";
  font-style: italic;
  font-weight: normal;
  src: url("../coindms/userfiles/font/roboto/Roboto-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "roboto";
  font-style: italic;
  font-weight: bold;
  src: url("../coindms/userfiles/font/roboto/Roboto-BoldItalic.ttf") format("truetype");
}

/* Header Buttons / Dropdowns: */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../coindms/userfiles/font/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../coindms/userfiles/font/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../coindms/userfiles/font/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../coindms/userfiles/font/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../coindms/userfiles/font/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../coindms/userfiles/font/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../coindms/userfiles/font/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../coindms/userfiles/font/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../coindms/userfiles/font/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../coindms/userfiles/font/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'FrutigerCondensed';
  font-weight: normal;
  src: url('../fonts/frutiger_normal.eot?#iefix') format('eot'), url('../fonts/frutiger_normal.woff2') format('woff2'), url('../fonts/frutiger_normal.woff') format('woff'), url('../fonts/frutiger_normal.ttf') format('truetype'), url('../fonts/frutiger_normal.svg') format('svg');
}

@font-face {
  font-family: 'FrutigerCondensed';
  font-weight: bold;
  src: url('../fonts/frutiger_bold.eot?#iefix') format('eot'), url('../fonts/frutiger_bold.woff2') format('woff2'), url('../fonts/frutiger_bold.woff') format('woff'), url('../fonts/frutiger_bold.ttf') format('truetype'), url('../fonts/frutiger_bold.svg') format('svg');
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection
{
	background: #B3D4FC;
}
::-moz-selection
{
	background: #B3D4FC;
}

.noScroll {
	overflow-y: hidden;
}

html, body {
	background-color: #FFFFFF;
	font-family: 'FrutigerCondensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333020;
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: lighter;
	line-height: 130%;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"]
{
	padding: 8px;
	border: 1px solid #F83375;
	background-color: #FFFFFF;
	color: #333020;
	font-family: 'FrutigerCondensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: lighter;
	width: 100%;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus
{
	border-color: #E70036;
}

textarea:disabled,
select:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled
{
	pointer-events: none;
	cursor: default;
	opacity: 0.4;
}

textarea.short,
select.short,
input[type="text"].short,
input[type="password"].short,
input[type="number"].short,
input[type="email"].short
{
	width: 200px;
}

textarea.middle,
select.middle,
input[type="text"].middle,
input[type="password"].middle,
input[type="number"].middle,
input[type="email"].middle
{
	width: 360px;
}

/* Important: This must be exactly half of the .middle class! */
textarea.middleHalf,
select.middleHalf,
input[type="text"].middleHalf,
input[type="password"].middleHalf,
input[type="number"].middleHalf,
input[type="email"].middleHalf
{
	width: 180px;
}

textarea.inLine,
select.inLine,
input[type="text"].inLine,
input[type="password"].inLine,
input[type="number"].inLine,
input[type="email"].inLine
{
	display: inline-block;
	margin-right: 10px;
}

textarea.singleLine,
select.singleLine,
input[type="text"].singleLine,
input[type="password"].singleLine,
input[type="number"].singleLine,
input[type="email"].singleLine
{
	display: block;
}

/* Important: This must be exactly half of the .middle class minus margin of the .line class! */
textarea.inLine.middleHalf,
select.inLine.middleHalf,
input[type="text"].inLine.middleHalf,
input[type="password"].inLine.middleHalf,
input[type="number"].inLine.middleHalf,
input[type="email"].inLine.middleHalf
{
	width: 173px;  /* (.middle/2) - margin of .inLine */
}

input[type="button"],
input[type="submit"],
button
{
	padding: 1em;
	border: 1px solid #F83375;
	background-color: #FFFFFF;
	color: #333020;
	font-weight: normal;
	font-family: Calibri, Arial, roboto, sans-serif;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover
{
	border-color: #E70036;
	background-color: #999999;
}

input[type="button"]:disabled,
input[type="submit"]:disabled,
button:disabled
{
	pointer-events: none;
	cursor: default;
	opacity: 0.4;
}

table {
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	width: 100%;
}

table tr {
	background-color: white;
}

table.cep_tenderTable tr:nth-child(odd)
{
	background-color: #F9F9F9;
}

table th {
	background-color: #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	color: #5F5442;
	font-weight: normal;
	padding: 0.4em 0.7em;
	cursor: default;
}

table th.sortable {
	cursor: pointer;
	transition: background 200ms, color 200ms;
}

table th.sortable:hover {
	background-color: #999999;
	color: #ffffff;
}

table td {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	color: #333020;
	font-weight: lighter;
	vertical-align: top;
	text-align: left;
	padding: 0.2em 0.3em;
}

table td.noresults {
	font-style: italic;
	cursor: default;
	text-align: center;
}
