/* Reset v1.0 | 20080212 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */

:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  padding: 0;
  margin: 0;
  border: 0;
}
/* Framework reset */

div,
section,
header,
footer,
aside,
nav,
article,
ol,
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
input,
select,
label,
blockquote,
form,
fieldset,
legend {
  position: relative;
  float: left;
  width: 100%;
}
input,
textarea,
select {
  width: auto;
}
input {
  border: none;
}
a img {
  padding: 0;
  margin: 0;
  border: 0;
}
a,
input.submit,
input.button,
input[type=submit],
input[type=button] {
  cursor: pointer;
}
/* Hidden text */

.hiddenText,
i,
th a {
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
}
/* Hidden elements */

.hidden,
div.wrapper > header h1 {
  display: none;
}
/* Globals */
@font-face {
  font-family: regularFont;
  src: url('font/ScalaSansWebPro.woff'), url(font/ScalaSansWebPro.eot);
}
@font-face {
  font-family: regularFontBold;
  src: url('font/ScalaSansWebPro-Bold.woff'), url(font/ScalaSansWebPro-Bold.eot);
}
@font-face {
  font-family: regularFontItalic;
  src: url('font/ScalaSansWebPro-Ita.woff'), url(font/ScalaSansWebPro-Ita.eot);
}
@font-face {
  font-family: regularFontSc;
  src: url('font/ScalaSansScWebPro.woff'), url(font/ScalaSansScWebPro.eot);
}
@font-face {
  font-family: regularFontScBold;
  src: url('font/ScalaSansScWebPro-Bold.woff'), url(font/ScalaSansScWebPro-Bold.eot);
}
em {
  font-family: regularFontItalic;
  font-style: normal;
}
a,
a:link,
a:visited {
  font-size: 1em;
  text-transform: lowercase;
  font-family: regularFontSc;
  text-decoration: none;
  cursor: pointer;
  color: #73a6bc;
}
a:hover {
  color: black;
}
p {
  margin-bottom: 1em;
}
.button,
.button:link,
.button:visited {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  font-size: 1em;
  text-transform: lowercase;
  font-family: regularFontSc;
  background: #73a6bc;
  color: white;
  padding: 0.5ex 1em;
  line-height: 1.2;
  cursor: pointer;
}
.button:hover,
.button:link:hover,
.button:visited:hover {
  background: #5290aa;
}
/* Styles */

html,
body {
  height: 100%;
}
body {
  font-family: regularFont;
  font-size: 1em;
  line-height: 1.2;
}
div.wrapper > * {
  float: none;
  /*width: 950px;*/
  width: 59.375em;
  margin: 0 auto;
}
body > div.wrapper {
  min-height: 100%;
  margin-bottom: -5.95em;
  /* Calculated height of footer. */

}
div.wrapper > div.push {
  height: 7.95em;
  float: none;
  clear: both;
}
body > div.wrapper:last-of-type {
  background: #bfbfbf;
  padding: 1.25em 0;
  min-height: 0;
}
div.wrapper > header {
  padding: 2.5em 0;
}
header div.user,
header div.user ul {
  width: auto;
  float: right;
  max-width: 500px;
  text-align: right;
}
header div.user > strong {
  display: block;
  font-weight: normal;
  font-size: 1.5em;
}
header div.user ul li {
  width: auto;
  color: #73a6bc;
  font-size: 1em;
  text-transform: lowercase;
  font-family: regularFontSc;
}
header div.user ul li:after {
  content: '|';
  color: #bfbfbf;
  margin: 0 1ex;
}
header div.user ul li:last-child:after {
  content: none;
  margin: 0;
}
header div.user ul li span {
  font-size: 1em;
  text-transform: lowercase;
  font-family: regularFontScBold;
  font-weight: bold;
  /* Not actually needed, but for documenting purposes. */

}
footer a.strong {
  color: white;
  font-size: 1.375em;
}
footer p {
  font-size: 0.75em;
  margin-bottom: 0;
}
footer a.button,
footer a.button:link,
footer a.button:visited {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 1ex;
  background: white;
  color: #73a6bc;
}
footer a.button:link:hover {
  background: #e6e6e6;
  color: #73a6bc;
}
/* Content */

form.login {
  margin-left: 6.625em;
  width: auto;
}
form legend {
  font-size: 1.5em;
  text-transform: lowercase;
  font-family: regularFontScBold;
  font-weight: bold;
  margin: 1em 0;
  color: #73a6bc;
}
label {
  font-size: 1.125em;
  text-transform: lowercase;
  font-family: regularFontSc;
  margin-bottom: 0.5ex;
  float: none;
  display: block;
}
div.input {
  margin-bottom: 1.75em;
  clear: both;
}
input[type="text"],
input[type="password"] {
  font-family: regularFont;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.125em;
  background: #c7dbe4;
  padding: 0.7em;
  width: 20em;
}
button {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  font-size: 1em;
  text-transform: lowercase;
  font-family: regularFontSc;
  background: #73a6bc;
  color: white;
  padding: 0.5ex 1em;
  line-height: 1.2;
  cursor: pointer;
  border: none;
  float: right;
}
button:hover {
  background: #5290aa;
}
div.mainCol {
  width: 60%;
  margin-left: 6%;
}
div.sideCol {
  width: 28%;
  margin-right: 6%;
}
div.sideCol input[type="text"],
div.sideCol input[type="password"]{
  width: 14em;
}
dl dt {
  color: #73a6bc;
  font-size: 1.125em;
  text-transform: lowercase;
  font-family: regularFontSc;
}
dl dd {
  margin-bottom: 1em;
  font-size: 1.125em;
}
dl dd.name {
  font-family: regularFontItalic;
  font-size: 1.5em;
  margin-bottom: 0.75em;
}
dl dd.phone {
  color: #bfbfbf;
}
p.contact {
  font-size: 1em;
  text-transform: lowercase;
  font-family: regularFontSc;
  width: 86%;
  padding: 0 6%;
  color: #999999;
}
form.search {
  margin-bottom: 1em;
}
form.search button {
  font-size: 1.625em;
  padding: 0.65ex 1em;
}
form.search input[type="text"] {
  width: 44em;
}
table {
  float: left;
  position: relative;
  width: 100%;
}
table th,
table td {
  text-align: left;
}
table tbody tr:nth-child(2n+1) {
  background: #f2f2f2;
}
table th {
  font-size: 1.125em;
  text-transform: lowercase;
  font-family: regularFontSc;
  color: #73a6bc;
  padding: 1ex;
}
table th,
table td {
  vertical-align: middle;
}
table td {
  padding: 1.5ex 0.95em;
}
table td img,
table td div {
  width: auto;
  float: none;
  vertical-align: middle;
  display: inline-block;
}
table td img {
  margin-right: 1ex;
}
table td div small,
table td div em {
  display: block;
}
table td div small {
  font-size: 1.125em;
  text-transform: lowercase;
  font-family: regularFontSc;
}
table td div em {
  font-family: regularFontItalic;
  font-size: 1.250em;
  font-style: normal;
}
table td.info {
  font-size: 1.250em;
  color: #999999;
}
table td {
  text-align: center;
}
table td.name {
  text-align: left;
}
table th.thAlt {
  text-align: center;
}
table th.notifications {
  width: 5%;
}
table th a {
  width: 11px;
  height: 8px;
  background-image: url('/img/ordering.png');
  background-repeat: no-repeat;
  background-position: -22px 0;
}
table th a.orderDesc {
  background-position: 0 0;
}
/* Notifications */

i {
  position: relative;
  display: inline-block;
  background-image: url('/img/notifications.png');
  background-repeat: no-repeat;
}
i.notification {
  width: 27px;
  height: 23px;
  background-position: 0 0;
}
i.message {
  width: 32px;
  height: 28px;
  background-position: -27px 0;
}
i.important {
  width: 29px;
  height: 28px;
  background-position: -59px 0;
}
i.warning {
  width: 29px;
  height: 28px;
  background-position: -88px 0;
}
i.reminder {
  width: 29px;
  height: 28px;
  background-position: -117px 0;
}
i.deactivated {
  width: 29px;
  height: 28px;
  background-position: -146px 0;
}
form.tooltip {
  position: absolute;
  z-index: 1;
  width: 26em;
  padding: 1ex;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
form.tooltip.important {
  color: white;
  background: #d10007;
}
form.tooltip.warning {
  background: #ffd400;
}
form.tooltip.reminder,
form.tooltip.deactivated {
  background: #999999;
}
form.tooltip p {
  font-size: 1.250em;
  margin-bottom: 0;
}
form.tooltip input[type="text"] {
  width: 2em;
  background: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  float: none;
  display: inline-block;
  text-align: center;
}
form.tooltip button {
  background: #333333;
  float: none;
  display: inline-block;
  font-size: 0.8em;
  margin-left: 1ex;
}
form.tooltip span.arrow {
  position: absolute;
  width: 16px;
  height: 13px;
  bottom: -13px;
  right: 22px;
  background-image: url('/img/tooltipArrows.png');
  background-repeat: no-repeat;
}
form.tooltip.important span.arrow {
  background-position: 0 0;
}
form.tooltip.warning span.arrow {
  background-position: -16px 0;
}
form.tooltip.reminder span.arrow,
form.tooltip.deactivated span.arrow {
  background-position: -32px 0;
}
div.instrument {
  width: auto;
  margin-top: 2em;
}
div.instrument img {
  width: 50px;
  height: 50px;
  margin-right: 1ex;
  float: left;
}
dl.instrumentInfo {
  margin-top: 2em;
}
dl.instrumentInfo dt {
  font-size: 1.125em;
  text-transform: lowercase;
  font-family: regularFontSc;
}
dl.instrumentInfo dt,
dl.instrumentInfo dd {
  color: #999999;
}
dl.instrumentInfo.name {
  margin-top: 0;
  width: 20em;
}
dl.instrumentInfo.name dt,
dl.instrumentInfo.name dd {
  color: black;
}
dl.instrumentInfo.name dd {
  font-family: regularFontItalic;
  font-size: 1.5em;
}
dl.instrumentInfo dd {
  font-size: 1.5em;
}
dl.instrumentInfo.serial {
  width: 15em;
}
dl.instrumentInfo.date {
  width: 11em;
}
div.results {
  clear: both;
  margin-top: 2em;
}
div.results table {
  margin-bottom: 4em;
}
div.results table thead {
  border-top: 1px solid #73a6bc;
  border-bottom: 1px solid #73a6bc;
}
div.results table tbody {
  border-bottom: 1px solid #73a6bc;
}
div.results table tbody {
  border-top: 1px solid #73a6bc;
}
div.results a.download,
div.results a.download:hover {
  float: left;
  padding: 1.2ex 1.2ex 1.2ex 2.25em;
  background-image: url(/img/buttonDownload.png);
  background-position: 1ex center;
  background-repeat: no-repeat;
  margin: -2em 0 3em;
}
div.results a.download:last-child {
  margin-bottom: 6em;
}
div#rezultati-umjeravanja div.caption {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 600px;
  clear: left;
}
div.results table caption,
div#rezultati-umjeravanja div.caption {
  color: #73a6bc;
  font-family: regularFontBold;
  font-size: 1.5em;
  text-align: left;
}
div#rezultati-umjeravanja div.caption.right {
  float: right;
  width: auto;
}
div.results table th {
  color: black;
  font-weight: normal;
  font-family: regularFont;
  text-transform: none;
  text-align: center;
}
div.results tr td:last-child,
div.results table tbody tr th {
  background: #dce9ee;
}
div.results table tbody tr td:last-child {
  background: #f2f2f2;
}
div.results tr:nth-child(2n) td:last-child,
div.results table tbody tr:nth-child(2n) th {
  background: #f1f6f8;
}
div.results table tbody tr:nth-child(2n) td:last-child {
  background: white;
}
a.messages {
  float: right;
  font-size: 1.5em;
  margin-top: 1.2em;
}
a.messages i.unread {
  width: 27px;
  height: 22px;
  background: url(/img/notifications.png) 0 0 no-repeat transparent;
  margin-right: 1ex;
}
div.chart * {
  float: none;
  width: auto;
  position: static;
}
div.jqplot-point-label {
  font-size: 1em;
  color: white;
  background: url(/img/pointLabel.png) center bottom no-repeat transparent;
  padding: 0 1ex;
  line-height: 1.7;
  text-align: center;
}
ul.ui-tabs-nav {
  background: url(/img/tabBack.png) left bottom repeat-x white;
  text-align: center;
}
ul.ui-tabs-nav li {
  float: none;
  width: auto;
  display: inline-block;
  margin: 0 1ex;
  padding-right: 17px;
}
ul.ui-tabs-nav li.ui-tabs-active {
  background: url(/img/tabBackRight.png) right bottom no-repeat transparent;
}
ul.ui-tabs-nav li a {
  font-size: 1.125em;
  padding-left: 17px;
}
ul.ui-tabs-nav li.ui-tabs-active a,
ul.ui-tabs-nav li.ui-tabs-active a:link,
ul.ui-tabs-nav li.ui-tabs-active a:visited {
  color: black;
  display: inline-block;
  background: url(/img/tabBackLeft.png) left bottom no-repeat transparent;
  padding-top: 4px;
  line-height: 34px;
}
div.results header {
  padding-top: 2em;
}
div.results header h1 {
  color: #73a6bc;
  font-size: 1.5em;
  text-transform: lowercase;
  font-family: regularFontSc;
}
div.results section {
  margin-bottom: 3em;
}
form.correctionForm {
  float: none;
  position: relative;
  width: 25em;
  margin: 4em auto 0;
}
form.correctionForm div.input {
  width: 45%;
  padding-right: 10%;
  clear: none;
  background: url('/img/formArrow.png') 96% 67% no-repeat transparent;
}
form.correctionForm div.input:last-child {
  float: right;
  padding-right: 0;
  background: transparent;
}
form.correctionForm div.input input {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  text-align: center;
}
section header h2 {
  float: right;
  text-align: right;
  font-size: 1.25em;
  text-transform: lowercase;
  font-family: regularFontSc;
  font-family: regularFontScBold;
  color: #73a6bc;
}
div.correctionChart {
  height: 500px;
}
div#messages {
  display: none;
  position: absolute;
  width: 291px;
  padding: 44px;
  padding-bottom: 0;
  right: -33px;
  top: 103px;
  background: url('/img/messagesBackTop.png') left top no-repeat;
  z-index: 1;
}
div#messages strong {
  position: absolute;
  top: -41px;
  right: 0px;
  background: url('/img/messagesBackRight.png') right top no-repeat;
  padding: 0 33px 0 0;
  height: 65px;
}
div#messages strong span {
  display: block;
  height: 41px;
  padding-top: 33px;
  padding-left: 33px;
  background: url('/img/messagesBackLeft.png') left top no-repeat;
  font-size: 1.5em;
  text-transform: lowercase;
  font-family: regularFontSc;
  color: #73a6bc;
  font-weight: normal;
}
div#messages form {
  background: url('/img/messagesBackBottom.png') left bottom no-repeat;
  margin: 1em -44px -38px -44px;
  padding: 0 44px 38px 44px;
}
div#messages form div.input {
  margin-bottom: 1ex;
  width: 275px;
}
div#messages form textarea {
  width: 255px;
  padding: 10px;
  padding-bottom: 20px;
  border: 0;
  background: url('/img/messagesFormBack.png') bottom right no-repeat #e5e5e5;
  height: 3em;
}
div#messages ol {
  width: 275px;
}
div#messages ol div {
  background: url('/img/messagesTop.png') top left no-repeat #e5e5e5;
  width: 255px;
  padding: 10px;
  padding-top: 20px;
}
div#messages ol div p:last-child {
  margin-bottom: 0;
}
div#messages ol li.response div {
  background: url('/img/messagesTopResponse.png') top left no-repeat #dce9ee;
}
div#messages ol li small {
  float: left;
  margin-top: 1ex;
  font-size: 1em;
  text-transform: lowercase;
  font-family: regularFontSc;
  color: #bfbfbf;
}
div#messages ol li:first-child small {
  margin-top: 0px;
}
div#messages ol li.response small {
  color: #73a6bc;
}
table.searchResults td.name div a,
table.searchResults td.name div a:link,
table.searchResults td.name div a:visited {
  display: block;
  color: black;
}
table.searchResults td.name div a:hover {
  color: black;
}
div#rezultati-umjeravanja div.caption {
  margin-top: 1em;
  margin-bottom: 1em;
}
.cubeChart {
  background: url('/img/cube.png') no-repeat center white;
  height: 300px;
  font-size: 14px !important;
}
.cubeChart span {
  display: block;
  border: 1px solid #cccccc;
  position: absolute;
  background-color: white;
  padding: 0.3em 0.6em;
}
.cubeChart span.positive {
  color: red;
}
.cubeChart span.negative {
  color: #2277cc;
}
.cubeChart span.point1 {
  /* margin-left: 200px; */
  margin-left: 480px;
  margin-top: 140px;
}
.cubeChart span.point2 {
  /* margin-left: 62px; */
  margin-left: 342px;
  margin-top: 58px;
}
.cubeChart span.point3 {
  /* margin-left: 146px; */
  margin-left: 426px;
  margin-top: 16px;
}
.cubeChart span.point4 {
  /* margin-left: 306px; */
  margin-left: 586px;
  margin-top: 16px;
}
.cubeChart span.point5 {
  /* margin-left: 224px; */
  margin-left: 504px;
  margin-top: 58px;
}
.cubeChart span.point6 {
  /* margin-left: 62px; */
  margin-left: 342px;
  margin-top: 258px;
}
.cubeChart span.point7 {
  /* margin-left: 146px; */
  margin-left: 426px;
  margin-top: 182px;
}
.cubeChart span.point8 {
  /* margin-left: 306px; */
  margin-left: 586px;
  margin-top: 182px;
}
.cubeChart span.point9 {
  /* margin-left: 224px; */
  margin-left: 504px;
  margin-top: 258px;
}
div.iradio_square-blue {
  margin-right: 1ex;
}
table.searchResults td.name div {
  max-width: 80%;
}

.customChartLegend {
  display: block;
  font-size: 12px;
  margin-left: 48px;
  margin-top: 24px;
}
.customChartLegend dt {
  display: inline-block;
  width: 40px;
  height: 9px;
  margin-right: 1em;
  margin-left: 2em;
  margin-bottom: 10px;
}
.customChartLegend dd {
  margin-bottom: 0px;
  height: 20px;
  line-height: 20px;
  margin-top: 0px;
  display: inline-block;
  width: auto;
}