/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

* {
    font-size: 100%;
    font-family: Arial;
}

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
html,body{
    width: 100%;
    height: 100%;
    position: relative;
}
#mainmenu-dashboard {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    z-index: 2;
    width: 30em;
    right: 2em;
    top: 2em;
}
#mainmenu-dashboard li{
    font-size: 12px;
    /*display: block;*/
    display: inline;
}

.nav{
    display: block;
    padding-top: 0;
}

#mainmenu{
    background-color: #3c8dbc;
}

#mainmenu li{
    font-size: 16px;
    margin: 0 1em;
}

#mainmenu li a{
    color: white;
}
#mainmenu li a.selected{
    color: #AAAAAA;
}

#mainmenu li a.actionbutton{
    padding-left: 0px;
    display: inline-block;
}



.wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; padding-top: 50px;background: #fff; }

.wrapper.with-bg{
    max-width: 100%;
    background: #fff;
    border: 9px solid #fff;
    min-height: 42vw;
}

@media screen and (min-width: 900px) {
    .wrapper.with-bg{
        max-width: 100%;
        background: #fff url('../images/bg.png') 100% center no-repeat;
        background-size: 40% auto;
        padding-right: 50%;
        border: 9px solid #fff;
        min-height: 42vw;
    }
}

.form-row{
    display: inline-block;

}

.row-wrapper{
    padding:12px 0 0;
}

.button-wrapper{
    text-align: center;
}

.label-wrapper{
    width: 200px;
    display: inline-block;
    padding:0 10px;
}

.widget-wrapper{
    display: inline-block;
    padding:0 10px;
}

.widget-wrapper > input, .widget-wrapper > select{
    width:300px;
}

.login-form-wrapper{
    width: 500px;
    margin:0 auto;
}
.form-error-wrapper ul{
    padding: 0 0 0 215px;
    margin: 0;
}
.form-error-wrapper ul li{
    list-style-type: none;
    font-size: 12px;
    color: red;
}

.form-help-wrapper p{
    padding: 0 0 0 215px;
    margin: 0;
    font-size: 10px;
}

.required-flag{
    color: red;
}

html,body{
    position: relative;
    font-size: 1rem;
    background-color: #fff;
    min-height: 475px;
}
.logo{
    display: block;
    height: 50px;
    padding: 0;
}
.header{
    background: #fff;
    width: 100%;
}
.header .logo{
    float: right;
}

/**
 * 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 are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.wrapper{
    position: relative;
    border: 9px solid #fff;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
    padding: 1em;
}

.wrapper a,.wrapper a:link,.wrapper a:active,.wrapper a:visited,.wrapper a:hover{
    color: #00338D;;
}
.menu{
    margin: 0;
    padding: 1em 0;
    list-style: none;
    display: block;
}
#mainmenu li{
    display: inline-block;
    vertical-align: top;
    padding-top: .1em;
}
#mainmenu li.last{
    display: block;
    float: right;
}
#mainmenu li.center{
    padding-left: 10em;
}
#mainmenu li.center a > span{
    font-size: 11px;
}
#mainmenu li.center a > span:hover{
    text-decoration: underline;
}
#mainmenu li a{
    text-decoration: none;
    display: block;
}
.custom-header{
    width: 100%;
    height: 3em;
    background: #3c8dbc;
    position: relative;
}
ul.dashboards{
    display:block;
    background-color: #3c8dbc;
    position: absolute;
    top: 30%;
    left: 45%;
    transform: translate(-30%, -45%);
    padding:30px;
    border-radius:10px;
}
.dashboards li{
    list-style-type: none;
    padding:5px;
}
.dashboards li a{
    color: white;
    text-decoration: none;
}
.dashboards li a:hover{
    text-decoration:underline;
    
}
.dashboards li a.selected{
    color: #AAAAAA;
}
.dashboards li a.selected:hover{
    text-decoration: none;
}
#ifdashboard { display:block;height: calc(100% - 4em); width: 100%; border:none;overflow: hidden; }

@media screen and (max-width: 690px) {
    #mainmenu li{
        font-size: 2.4vw;
    }
}

.success{
    color: #718C00;
}
.error{
    color: #B0413E;
}
.notice{
    color: #FFC300;
    font-weight: bolder;
}
.error a{
    color: #B0413E;
    text-decoration: underline;
}
.wrapper .error a, .wrapper .error a:link, .wrapper .error a:active, .wrapper .error a:visited, .wrapper .error a:hover{
    color: #B0413E;
    text-decoration: underline;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.25);
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


#helper-wrapper{
    position: absolute;
    z-index: 99;
    width: 36em;
    top: 10%;
    left: calc(50% - 18em);
    border: 3px solid #3c8dbc;
    background: #fff;
    border-radius: 1em;
    padding: 1em;
}
#helper-wrapper li{
    margin-bottom: .5em;
}
#helper-wrapper .close{
    text-align: right;
    text-decoration: none;
    display: block;
}

h1{
    color: #00338d;
}


.footer,.footer p{
    color: #b7b7b7;
}
.footer{
    width: 90%;
    margin: 1em auto;
}
.footer p{
    font-size: .9em;
}

.infoupload{
    font-size: 12px;
    font-style: italic;
    padding-top:20px;
}

#overlay{
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.05); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  margin-top:50px;
}

#waitingOverlay{
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.05); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  margin-top:50px;
}

.showhide{
    display: none;
}

.isVisible{
    display: block;
}