/*
 * From HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@font-face {
  font-family: 'eurostilebold';
  src: url("../fonts/eurostib-webfont.eot");
  src: url("../fonts/eurostib-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/eurostib-webfont.woff") format("woff"), url("../fonts/eurostib-webfont.ttf") format("truetype"), url("../fonts/eurostib-webfont.svg#eurostilebold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* apply a natural box layout model to all elements */
/* line 38, ../sass/defaults.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 44, ../sass/defaults.scss */
html,
button,
input,
select,
textarea {
  color: #222222; }

/* line 48, ../sass/defaults.scss */
body {
  font-family: "Arial", "Verdana";
  font-size: 0.875em;
  line-height: 1.4em; }

/* line 54, ../sass/defaults.scss */
h1, h2, h3 {
  font-family: 'eurostilebold';
  color: #e46a1f;
  font-weight: 400; }

/* line 60, ../sass/defaults.scss */
.align-left {
  float: left; }

/* line 64, ../sass/defaults.scss */
.align-right {
  float: right !important; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 74, ../sass/defaults.scss */
::-moz-selection {
  background: #b2e8f7;
  text-shadow: none; }

/* line 79, ../sass/defaults.scss */
::selection {
  background: #b2e8f7;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 88, ../sass/defaults.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 101, ../sass/defaults.scss */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 109, ../sass/defaults.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 119, ../sass/defaults.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 127, ../sass/defaults.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: #000;
  padding: 0.2em 0; }

/* line 1, ../sass/main.scss */
body {
  color: #444444;
  font-size: 0.875em;
  line-height: 1.42857em;
  font-weight: 100;
  overflow-x: hidden;
  background: url(../img/symbolTrans.png) left top no-repeat;
}

/* line 10, ../sass/main.scss */
#outerWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: url(../img/symbolTrans.png) right top no-repeat; }

/* line 18, ../sass/main.scss */
#innerWrapper {
  width: 100%;
  height: 100%;
  float: left;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 27, ../sass/main.scss */
#footer {
  height: 20px;
  clear: both; }

/* line 32, ../sass/main.scss */
.horizontal-list {
  margin: 0;
  padding: 0; }
  /* line 36, ../sass/main.scss */
  .horizontal-list li {
    list-style: none;
    float: left;
    margin-right: 1.42857em; }
  /* line 42, ../sass/main.scss */
  .horizontal-list li:last-child {
    margin-right: 0; }

/* line 47, ../sass/main.scss */
.row-content {
  padding: 3.78571em 2.71429em; }

/* line 51, ../sass/main.scss */
.row-content.intro {
  border-bottom: 1px solid white; }

/* Forms */
/* line 57, ../sass/main.scss */
.form-row {
  margin-bottom: 1.07143em; }
  /* line 60, ../sass/main.scss */
  .form-row label {
    width: 150px;
    display: inline-block; }
  /* line 65, ../sass/main.scss */
  .form-row input {
    border: solid 1px #e46a1f;
    padding: 0.71429em;
    display: inline-block;
    font-size: 1em; }
  /* line 72, ../sass/main.scss */
  .form-row input[type='submit'] {
    -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property: background, color;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    background: #e46a1f;
    font-family: 'eurostilebold';
    color: white;
    min-width: 160px;
    margin-left: 150px; }
    @media handheld, only screen and (max-width: 767px) {
      /* line 72, ../sass/main.scss */
      .form-row input[type='submit'] {
        margin-left: 0; } }
  /* line 85, ../sass/main.scss */
  .form-row input[type='submit']:hover {
    background: white;
    color: #e46a1f; }

/* end of forms */


/* line 97, ../sass/main.scss */
.small-padding {
  padding: 10px; }

/* line 98, ../sass/main.scss */
.usertable {
  background: #FFF;
  padding: 10px; }

/* line 99, ../sass/main.scss */
.usertable td {
  font-size: 0.9em;
  padding: 1px; }

/* line 101, ../sass/main.scss */
.usertable th {
  font-size: 14px;
  font-weight: normal;
  color: #e46a1f;
  border-bottom: 2px solid #e46a1f;
  padding: 10px 8px; }

/* line 109, ../sass/main.scss */
.usertable td {
  border-bottom: 1px solid #e46a1f;
  color: #444;
  padding: 0px 2px; }

/* line 118, ../sass/main.scss */
.schema-list {
  border: 1px solid #999999;
  display: inline-block;
  margin-right: 0.71429em; }
  /* line 123, ../sass/main.scss */
  .schema-list li {
    list-style: none;
    border-bottom: 1px solid #999999; }
    /* line 127, ../sass/main.scss */
    .schema-list li a {
      -webkit-transition: color, 0.2s;
      -moz-transition: color, 0.2s;
      -o-transition: color, 0.2s;
      transition: color, 0.2s;
      background: white;
      display: inline-block;
      padding: 1em;
      color: #000;
      text-decoration: none; }
    /* line 136, ../sass/main.scss */
    .schema-list li a.active, .schema-list li a:hover {
      background: #e46a1f;
      color: white; }
  /* line 144, ../sass/main.scss */
  .schema-list li.schema-list-item-header a {
    color: #e46a1f;
    font-family: "eurostilebold"; }
  /* line 148, ../sass/main.scss */
  .schema-list li.schema-list-item-header a.active, .schema-list li.schema-list-item-header a:hover {
    color: white; }
  /* line 153, ../sass/main.scss */
  .schema-list li:last-child {
    border-bottom: none; }

/* line 158, ../sass/main.scss */
footer {
  border-bottom: solid 0.92857em #e46a1f; }

#menufloat {
  width: 155px;
  text-align: right;
}

@media handheld, only screen and (max-width: 928px) {
  /* line 164, ../sass/main.scss */
  .show-menu {
    overflow: hidden; }

  /* line 168, ../sass/main.scss */
  .show-menu #outerWrapper {
    overflow: visible; }

  /* line 172, ../sass/main.scss */
  .show-main-menu #innerWrapper {
    -webkit-transform: translate3d(50%, 0, 0);
    -moz-transform: translate3d(50%, 0, 0);
    -ms-transform: translate3d(50%, 0, 0);
    -o-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); }

  /* line 176, ../sass/main.scss */
  .show-admin-menu #innerWrapper {
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }
/* line 3, ../sass/header.scss */
header #mobileNavigation {
  display: none;
  font-family: 'eurostilebold';
  font-size: 1.42857em; }
  /* line 10, ../sass/header.scss */
  header #mobileNavigation ul li {
    margin: 0;
    text-align: center; }
    /* line 14, ../sass/header.scss */
    header #mobileNavigation ul li a {
      -webkit-transition: all, 0.35s;
      -moz-transition: all, 0.35s;
      -o-transition: all, 0.35s;
      transition: all, 0.35s;
      color: #e46a1f;
      background: white;
      display: inline-block;
      padding: 0.35714em; }
/* line 25, ../sass/header.scss */
header #company-id {
  background: white;
  padding: 3.78571em 2.71429em 0em 2.71429em; }
  /* line 29, ../sass/header.scss */
  header #company-id .company-name {
    color: #e46a1f;
    display: inline-block;
    font-family: 'eurostilebold';
    font-size: 3.21429em;
    font-weight: 400;
    margin: 0 1.85714em 0 0; }
  /* line 37, ../sass/header.scss */
  header #company-id .company-tagline {
    color: #999999;
    display: inline-block;
    font-family: 'eurostilebold';
    font-size: 1.14286em; }

/* line 48, ../sass/header.scss */
#submenuNavigation ul li {
  margin: 0;
  text-align: center; }
/* line 53, ../sass/header.scss */
#submenuNavigation ul li a {
  -webkit-transition-property: color, background, border-color;
  -moz-transition-property: color, background, border-color;
  -o-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  background: #f9f9f9;
  border-right: 0.07143em solid #999999;
  border-top: 0.04143em solid #999999;
  color: #999999;
  display: inline-block;
  font-weight: normal;
  height: 2em;
  padding-top: 0.4em;
  text-decoration: none;
  width: 12.57em;
  font-family: 'eurostilebold'; }
/* line 69, ../sass/header.scss */
#submenuNavigation ul li a:hover, #submenuNavigation ul li a.active {
  background: white;
  color: #e46a1f;
  border-top-color: #e46a1f;
  border-right-color: #e46a1f; }

/* line 77, ../sass/header.scss */
#mainNavigation {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  /* line 82, ../sass/header.scss */
  #mainNavigation ul li {
    margin: 0;
    text-align: center; }
    /* line 86, ../sass/header.scss */
    #mainNavigation ul li a {
      -webkit-transition-property: color, background, border-color;
      -moz-transition-property: color, background, border-color;
      -o-transition-property: color, background, border-color;
      transition-property: color, background, border-color;
      -webkit-transition-duration: 0.35s;
      -moz-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      transition-duration: 0.35s;
      background: #eeeeee;
      border-top: 0.24286em solid #999999;
      border-right: 0.24286em solid #999999;
      color: #999999;
      display: inline-block;
      font-weight: bold;
      height: 3.1em;
      padding-top: 0.55714em;
      text-decoration: none;
      width: 12.57em;
      font-family: 'eurostilebold'; }
    /* line 102, ../sass/header.scss */
    #mainNavigation ul li a:hover, #mainNavigation ul li a.active {
      background: white;
      border-right: none;
      margin-left: -1px;
      /*width: 12.645em;*/
      color: #e46a1f;
      border-top-color: #e46a1f; }
  /* line 112, ../sass/header.scss */
  #mainNavigation ul li:last-child a {
    border-right: none; }

/* line 118, ../sass/header.scss */
#adminsubmenuNavigation {
  /* line 55, ../sass/header.scss */
  /* line 71, ../sass/header.scss */ }
  /* line 120, ../sass/header.scss */
  #adminsubmenuNavigation ul li {
    margin: 0;
    text-align: center; }
  /* line 125, ../sass/header.scss */
  #adminsubmenuNavigation ul li a {
    -webkit-transition-property: color, background, border-color;
    -moz-transition-property: color, background, border-color;
    -o-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    background: #f9f9f9;
    border-right: 0.07143em solid #999999;
    border-bottom: 0.07143em solid #999999;
    color: #999999;
    display: inline-block;
    font-weight: normal;
    height: 2em;
    padding-top: 0.4em;
    text-decoration: none;
    width: 12.57em;
    font-family: 'eurostilebold'; }
  /* line 141, ../sass/header.scss */
  #adminsubmenuNavigation ul li a:hover, #adminsubmenuNavigation ul li a.active {
    background: white;
    color: #e46a1f;
    border-bottom-color: #e46a1f;
    border-right-color: #e46a1f; }

@media handheld, only screen and (max-width: 928px) {

  #menufloat {
    float: right;
    margin-top: 10px;
    
  }

  /* line 153, ../sass/header.scss */
  header #mobileNavigation {
    display: block; }
  /* line 157, ../sass/header.scss */
  header #company-id {
    padding: 3.78571em 2.71429em 3em 2.71429em; }
    /* line 161, ../sass/header.scss */
    header #company-id .company-name {
      padding: 0 0 0.35714em 0; }
    /* line 164, ../sass/header.scss */
    header #company-id .company-tagline {
      display: block; }

  /* line 171, ../sass/header.scss */
  /*#mainNavigation {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: -1;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) -10px 0 10px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) -10px 0 10px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.2) -10px 0 10px 0 inset; }
    /* line 183, ../sass/header.scss */
    #mainNavigation ul {
      margin: 0;
      padding: 0; }
      /* line 187, ../sass/header.scss */
      #mainNavigation ul li {
        display: block;
        width: 100%; }
        /* line 191, ../sass/header.scss */
        #mainNavigation ul li a {
          width: 100%;
          border-right: none;
          -webkit-box-shadow: rgba(0, 0, 0, 0.2) -10px 0 10px 0 inset;
          -moz-box-shadow: rgba(0, 0, 0, 0.2) -10px 0 10px 0 inset;
          box-shadow: rgba(0, 0, 0, 0.2) -10px 0 10px 0 inset; }
        /* line 197, ../sass/header.scss */
        #mainNavigation ul li a:hover, #mainNavigation ul li a.active {
          width: 100%;
          /*-webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; */}

  /* line 205, ../sass/header.scss */
  #adminsubmenuNavigation {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 10px 0 10px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 10px 0 10px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.2) 10px 0 10px 0 inset; }
    /* line 216, ../sass/header.scss */
    #adminsubmenuNavigation ul {
      margin: 0;
      padding: 0; }
      /* line 220, ../sass/header.scss */
      #adminsubmenuNavigation ul li {
        display: block;
        width: 100%; }
        /* line 224, ../sass/header.scss */
        #adminsubmenuNavigation ul li a {
          width: 100%;
          border-right: none;
          -webkit-box-shadow: rgba(0, 0, 0, 0.2) 10px 0 10px 0 inset;
          -moz-box-shadow: rgba(0, 0, 0, 0.2) 10px 0 10px 0 inset;
          box-shadow: rgba(0, 0, 0, 0.2) 10px 0 10px 0 inset; }
        /* line 230, ../sass/header.scss */
        #adminsubmenuNavigation ul li a:hover, #adminsubmenuNavigation ul li a.active {
          /*width: 100%;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; */} }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, ../sass/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 17, ../sass/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 28, ../sass/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 37, ../sass/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 54, ../sass/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 67, ../sass/_helpers.scss */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 84, ../sass/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 89, ../sass/_helpers.scss */
.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 98, ../sass/_helpers.scss */
.clearfix {
  *zoom: 1; }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 115, ../sass/_helpers.scss */
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 123, ../sass/_helpers.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 127, ../sass/_helpers.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 131, ../sass/_helpers.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 141, ../sass/_helpers.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 146, ../sass/_helpers.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  /* line 151, ../sass/_helpers.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 156, ../sass/_helpers.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 160, ../sass/_helpers.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 170, ../sass/_helpers.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 176, ../sass/_helpers.scss */
  h2,
  h3 {
    page-break-after: avoid; } }


#newssubmenuNavigation {
	
} #newssubmenuNavigation ul li {
  margin: -15px 5px 15px 0px;
  text-align: center; }
  /* line 55, ../sass/header.scss */
  #newssubmenuNavigation ul li a {
    -webkit-transition-property: color, background, border-color;
    -moz-transition-property: color, background, border-color;
    -o-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    background: #f9f9f9;
    border: 0.07143em solid #999999;
    color: #999999;
    display: inline-block;
    font-weight: normal;
    height: 1.4em;
    padding-top: 0.1em;
    text-decoration: none;
    width: 10em;
    font-family: 'eurostilebold'; 
    }
  /* line 71, ../sass/header.scss */
  #newssubmenuNavigation ul li a:hover, #newssubmenuNavigation ul li a.active {
    background: white;
    color: #e46a1f;
    border-color: #e46a1f;
}

#file-tree a { text-decoration: none;  color: #666; font-size: 1.1em;}

#adminsubmenuNavigation ul li{ padding: 2px 0px 4px 0px;}
#adminsubmenuNavigation ul li a{ background: #e46a1f;  color: #FFF; }


