/* School Interviews Screen Stylesheet */

/* Overwrite regualar styles */
/* All of these selectors are slightly more specific than the ones in public_nl.css */
html {
  background-color: #ffffff;
  color: #000000;
}
.ier * {
  color: #000000;
}

.ier header {
  border-bottom: none;
  padding: 1em;
  background-color: #ffffff;
  text-align: center;
}

.ier header img {
  width: 100%;
  max-width: 21em;
  height: auto;
}

.ier h1 {
  color: #000000;
  margin-bottom: 1em;
}

.ier footer {
  font-size: 75%;
  background-color: #135168;
  color: #ffffff;
  padding: 1em;
  text-align: right;
}
.ier footer * {
  color: #ffffff;
}
.ier footer a {
  color: #ffffff;
}
.ier footer a:visited {
  color: #ffffff;
}
.ier section.grey-bg {
  background-color: #F5F8FA;
}
.ier section.red-bg {
  background-color: #E8BCC3;
}
.ier a {
  color: #1F83A8;
}
.ier a:visited {
  color: #1F83A8;
}

.ier ul {
  list-style-image: none;
}

.ier div.alert-error {
  background-color: #E83852;
}
.ier div.alert-ok {
  background-color: #10CAA7;
}
.ier div.alert-error * {
  color: #FFFFFF;
}
.ier div.alert-ok * {
  color: #FFFFFF;
}
.ier input[type="submit"], .ier .vipbutton, .ier button {
  color: #FFFFFF;
  background-color: #135168;
  border: 1px solid #135168;
}
.ier input[type="submit"]:hover, .ier .vipbutton:hover, .ier button:hover {
  background-color: #1F83A8;
}

.ier input, div.label select, .vipbutton, button, .disabled, .resource-disabled {
  color: #FFFFFF;
}
.ier div.resource > select, .ier div.resource div {
  border: 0.25em solid #F7DD7D;
}
.ier table.ttb .pg0 {
  background-color: #F7F1D9;
}.ier table.ttb .pg1 {
  background-color: #F7EBBC;
}
.ier table.ttb td.resource {
  background-color: #F7F1D9;
}

