/* jQueryUI */

@import 'base/jquery-ui.css';
/* LESS */

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;
  /* IMPORTANT!! Do NOT change this! If the font-size is to be changed,   */
  /* use the font-size in the body tag instead.                           */
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: Verdana;
  line-height: 1.2em;
}
body {
  font-size: 8pt;
  min-width: 62em;
  padding-bottom: 1em;
}
/* THEME */

body.login {
  background: #e5e5e5 url('Login/Images/img-login-background-blue.png') repeat-y left top;
}
input[type='text'],
input[type='password'] {
  width: 220px;
}
input[type='submit'] {
  display: block;
  margin-top: 30px;
  padding: 0 1.5em;
}
#header {
  background: white url('Common/Images/idha-banner.png') no-repeat top right;
  height: 80px;
}
#header .loggo {
  background: transparent url('Common/Images/idha-loggo.png') no-repeat 1.15rem center;
  float: left;
  width: 180px;
  height: 78px;
  padding-left: 12em;
}
#infoBar {
  background: none;
  background-color: #e0e0e0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#d0d0d0));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #d0d0d0);
  background-image: -moz-linear-gradient(top, #f0f0f0, #d0d0d0);
  background-image: -ms-linear-gradient(top, #f0f0f0, #d0d0d0);
  background-image: -o-linear-gradient(top, #f0f0f0, #d0d0d0);
  border-top: 1px solid white;
  border-bottom: 1px solid #b0b0b0;
  border-left: none;
  border-right: none;
  height: 2em;
  -webkit-box-shadow: 0 1px 2px #303030;
  -moz-box-shadow: 0 1px 2px #303030;
  -o-box-shadow: 0 1px 2px #303030;
  box-shadow: 0 1px 2px #303030;
}
#loginPanel {
  float: left;
  padding: 30px 0 0 2.5em;
}
#loginPanel p {
  color: white;
  font-size: 1.25em;
  margin: 20px 0 0.15em 0;
}
#loginPanel p.info {
  width: 220px;
}
#loginPanel p.info .message {
  color: white;
}
#loginPanel p.alert {
  width: 220px;
}
#loginPanel p.alert .message {
  color: white;
}
#loginPanel p .ui-icon {
  position: absolute;
}
#loginPanel p .message {
  display: inline-block;
  margin-left: 20px;
}
#loginPanel .loginHeader {
  color: white;
  font-size: 2.5em;
  font-weight: bolder;
}
#messagePanel,
#operationalMessagesPanel,
#newsPanel,
#browserPanel,
#linkPanel {
  margin-left: 360px;
  padding-top: 30px;
  margin-right: 60px;
}
#newsPanel .newsHeader {
  color: #303030;
  font-size: 2.5em;
  font-weight: bolder;
}
#newsPanel .newsLink {
  position: absolute;
  left: 260px;
}
#newsPanel .newsLink img {
  position: relative;
  top: -12px;
}
#newsPanel .rssBody {
  margin: 22px 5em 0 0;
  padding-left: 0.25em;
  max-width: 60em;
}
#newsPanel .rssBody li p {
  color: #303030;
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 1em;
}
#newsPanel .rssBody li h4 a {
  color: #18517b;
  font-size: 1em;
  font-weight: bold;
}
#newsPanel .rssBody li div {
  color: black;
  font-size: 0.85em;
  font-weight: bold;
  padding: 0.5em 0;
}
#browserPanel p {
  color: #303030;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
  width: 40em;
}
#linkPanel a {
  color: #18517b;
  font-size: 1em;
  font-weight: bold;
  margin: 0 2em 0 0.25em;
  float: left;
}
#footerPanel {
  position: absolute;
  left: 360px;
  bottom: 30px;
}
#footerPanel a {
  color: #18517b;
  font-weight: bold;
}
.ia-register {
  width: 220px;
}
.ia-register a {
  color: white;
}
/* misc */

.hidden {
  display: none;
}
/* icons */
/*** ICON FUNCTIONS ***/
.ia-icon-big {
  width: 32px;
  height: 32px;
  background: none no-repeat transparent;
  background-image: url('Common/Images/Dark/icons-idha-32x8-32x32.png?v=2.6.1');
  line-height: 32px;
}
.ia-icon-big.icon-profile {
  background-position: -640px 0px;
}
.ia-icon-big.icon-settings {
  background-position: -512px 0px;
}
.ia-icon-big.icon-note {
  background-position: -224px -64px;
}
.ia-icon-big.icon-info {
  background-position: -320px -64px;
}
.ia-icon-big.icon-move {
  background-position: -512px -64px;
}
.ia-icon-big.icon-schedule {
  background-position: -960px -64px;
}
.ia-icon-big.icon-notebook {
  background-position: -32px -128px;
}
/*** MESSAGES ***/

.ia-system-message,
.ia-operational-message {
  position: relative;
  min-height: 32px;
}
.ia-system-message.ia-info,
.ia-operational-message.ia-info {
  background-color: #fffdef;
}
.ia-system-message.ia-notice,
.ia-operational-message.ia-notice {
  background-color: #fff18c;
}
.ia-system-message.ia-alert,
.ia-operational-message.ia-alert {
  background-color: #ffb09f;
}
.ia-system-message.ia-maintenance,
.ia-operational-message.ia-maintenance {
  background-color: #ffab59;
}
.ia-system-message:hover .ia-timestamp,
.ia-operational-message:hover .ia-timestamp {
  opacity: 1;
}
.ia-system-message .ia-icon-big,
.ia-operational-message .ia-icon-big {
  position: absolute;
  top: 5px;
  left: 5px;
}
.ia-system-message .ia-header,
.ia-operational-message .ia-header {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  padding: 5px 3px 3px 40px;
}
.ia-system-message .ia-timestamp,
.ia-operational-message .ia-timestamp {
  font-size: 10px;
  position: relative;
  top: -3px;
  color: #505050;
  opacity: 0;
  transition: opacity linear 0.5s;
}
.ia-system-message .ia-message,
.ia-operational-message .ia-message {
  padding: 0 5px 6px 40px;
}
.ia-system-message + .ia-operational-message,
.ia-operational-message + .ia-operational-message {
  margin-top: 5px;
}
