/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

i {
  font-style: italic;
}

@font-face{
  font-family: Cosmos;
  src: url('../fonts/Cosmos-Light.woff') format('woff');
  font-style: normal;
  font-weight: 200;
}

@font-face{
  font-family: Cosmos;
  src: url('../fonts/Cosmos-LightIt.woff') format('woff');
  font-style: italic;
  font-weight: 200;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol {
  list-style: decimal outside;
}

ol, ul {
  /*bringing lists on to the page with breathing room */
  margin-left: 2em;
}

ol li {
  /*giving OL's LIs generated numbers*/
  list-style: decimal outside;
}

ul li {
  /*giving UL's LIs generated disc markers*/
  list-style: disc outside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
*
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
}
*/
body {
  font-size: 0.9em;
  background-color: #e9ebe7;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.world_old {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
}
/* Based on FSE Styling*/
.world {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
html {
  background-color: white;
}

.mainHeader_old {
  height: 118px;
  background-color: #45809a;
  background-image: url("../images/logo.en.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
}
.mainHeader {
  height: 115px;
  background-color: rgb( 36, 47, 96 );
  color: white;
  background-image: url("../images/logo-white-stacked-en.svg");
  background-size: 183px; 
  background-repeat: no-repeat;
  background-position: 1px center;
  position: relative;
  font-family: Cosmos, Times, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.cyLogo_old {
  background-image: url("../images/logo.cy.png");
}
.cyLogo {
  background-image: url("../images/logo-white-stacked-cy.svg");
}

.mainHeader_old .title_old {
  color: white;
  /*	font-family: Verdana, Arial,Helvetica Neue,Helvetica,sans-serif;*/
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, Arial, Verdana, sans-serif;
  font-size: 2.6em;
  margin-left: 180px;
  padding-top: 15px;
  font-weight: normal;
}
.mainHeader .title {
  color: white;
  font-size: 38px;
  font-weight: 400;
  position: absolute;
  top: 25px;
  left: 220px;
  letter-spacing: -.36px;
}

/* When navigation bar one line move title down to match FSE Intranet main menu styling but allow to move up when navigation bar occupies two lines. */
@media (min-width: 105rem) {
  .mainHeader .title {
    top: 38px;
  }
}

/* Hide the title when narrow browser window as navigation bar overlaps title when expands to three lines and looks ugly. */
@media (max-width: 70rem) {
  .mainHeader .title {
    display: none;
  }
}

.mainHeader .title a {
  text-decoration: none;
  color: white;
}

.mainHeader .serverType {
  text-decoration: none;
  color: #cad400;
  font-family: monospace;
  font-size: 14px;
  font-weight: normal;
  padding-left: 1.5em;
  vertical-align: central;
}

.navigation_old {
  position: absolute;
  left: 180px;
  bottom: 2px;
  width: calc(82vw - 180px);
}
.navigation {
  position: absolute;
  left: 200px;
  bottom: 2px;
  width: calc(82vw - 200px);
}

.mainBody {
  padding-top: 4px;
  background-color: white;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/*
 * Some Generic CSS Stuff
 */
.fullWidth {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.bottom {
  vertical-align: bottom;
}

.infoBox {
  background-color: white;
  border: 1px solid #3333ff;
  padding: 3px 3px 3px 3px;
}

.important_box {
  background-color: #ffcccc;
  border: 1px solid #ff3333;
  padding: 3px 3px 3px 3px;
}

.green_box {
  background-color: #ccffcc;
  border: 1px solid #33cc33;
  padding: 3px 3px 3px 3px;
}

.important {
  color: red;
  /*  font-weight: bold;*/
}

.jqDrag {
  cursor: move;
}

textarea {
  background-color: white;
}

textarea.disabled {
  background-color: #cccccc;
}

fieldset.section {
  border: 2px groove #45809a;
  margin: 0px 3px 3px 3px;
  padding: 3px 3px 3px 3px;
}

fieldset.section legend {
  margin-left: 10px;
  font-size: large;
  padding: 3px 3px 3px 3px;
}
