@import "fontawesome-pro-6.5.1-web/css/fontawesome.css";
@import "fontawesome-pro-6.5.1-web/css/solid.css";
@import "fontawesome-pro-6.5.1-web/css/regular.css";
@import "fontawesome-pro-6.5.1-web/css/brands.css";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}
/* change colours to suit your needs */

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
@font-face {
  font-family: 'fairviewregular';
  src: url('fonts/fairview_regular-webfont.eot');
  src: url('fonts/fairview_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fairview_regular-webfont.woff2') format('woff2'), url('fonts/fairview_regular-webfont.woff') format('woff'), url('fonts/fairview_regular-webfont.ttf') format('truetype'), url('fonts/fairview_regular-webfont.svg#fairviewregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoregular';
  src: url('fonts/lato-regular-webfont.eot');
  src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff'), url('fonts/lato-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  height: 100%;
}
body {
  color: #333333;
  font: 1em/1.5 Lato, latoregular, Helvetica, Arial, sans-serif;
  min-width: 1000px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.Header1,
.Header2,
.Header3,
.Header4,
.Header5,
.Header6,
.Headerbreadcrumb {
  display: block;
  font: 2.2em/1.2 Fairview, fairviewregular, Helvetica, Arial, sans-serif;
  margin: 0.7em 0 0.5em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.Header1:first-child,
.Header2:first-child,
.Header3:first-child,
.Header4:first-child,
.Header5:first-child,
.Header6:first-child,
.Headerbreadcrumb:first-child {
  margin-top: 0;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
.Header1 + p,
.Header2 + p,
.Header3 + p,
.Header4 + p,
.Header5 + p,
.Header6 + p,
.Headerbreadcrumb + p {
  margin-bottom: 0.4em;
}
h1 + hr,
h2 + hr,
h3 + hr,
h4 + hr,
h5 + hr,
h6 + hr,
.Header1 + hr,
.Header2 + hr,
.Header3 + hr,
.Header4 + hr,
.Header5 + hr,
.Header6 + hr,
.Headerbreadcrumb + hr {
  margin-top: -1em;
}
h2,
.Header2 {
  font-size: 1.9em;
  margin: 1.6em 0 0;
}
h3,
.Header3 {
  font-size: 1.6em;
  margin: 1em 0 0;
}
h4,
.Header4 {
  font-size: 1.4em;
  margin: 1em 0 0;
}
/*.Headerbreadcrumb {
    text-align: right;
        margin-top: 0;
}*/

p {
  margin: 0.5em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #3a4f63;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.box {
  padding: 0.5em 2em;
  min-width: 25rem;
  max-width: 35rem;
  overflow-x: scroll;
  border: 1px solid #a5b3c5;
  background: #f1f5fb;
}
.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
p.error {
  padding: 0.15em;
  font-style: italic;
  background-color: #fadbdb;
  color: #332020;
}
p.error::before {
  content: "> ";
}
.file-download {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.file-download .file {
  display: block;
  font-size: 1rem;
}
.file-download .file.name {
  overflow-x: auto;
}
.file-download .file.name::before {
  content: "⤓ ";
  font-size: 120%;
}
.file-download .file.date {
  color: #333333;
  text-decoration: underline dotted;
  text-decoration-color: #cccccc;
  cursor: help;
}
.downloadable-files {
  list-style-type: none;
}
.downloadable-files:empty::after {
  content: attr(placeholder);
  display: block;
  color: darkgray;
  font-style: italic;
  margin-top: 1em;
}
.rmpView {
  height: auto !important;
}
.MenuItemsList li {
  position: relative;
}
.MenuItemsList li ul {
  display: none !important;
}
.MenuItemsList li:hover ul {
  display: block !important;
  position: absolute;
  top: 0;
  left: -180px;
  z-index: -1;
  min-width: 200px;
  max-width: 200px;
}
.MenuItemsList li:hover ul:empty {
  display: none !important;
}
.GridCount {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #a7a7a7;
  display: inline-flexbox;
  font-size: 0.8em;
  margin: 1px 1px 1px 1px;
  padding: 2px 10px;
}
#menu {
  background: #3a4f63;
  clear: both;
  font-family: Fairview, fairviewregular, Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  height: 26px;
  position: relative;
  z-index: 999;
}
.divcontent {
  clear: both;
}
.divcontent h3 {
  padding-left: 5px;
  border-top: 2px solid #3a4f63;
  font-family: Fairview, fairviewregular, Helvetica, Arial, sans-serif;
  height: 30px;
  background-color: #dee7ec;
}
.divcontent .incidents_xs {
  text-align: center;
}
.divcontent .incidents_xs p {
  font-size: 0.8em;
}
.divcontent .incidents_xs h1 {
  font-size: 4em;
  line-height: 0.7em;
}
.divcontent .warnings_xs {
  text-align: center;
}
.divcontent .warnings_xs p {
  font-size: 0.8em;
}
.divcontent .warnings_xs h1 {
  font-size: 4em;
  line-height: 0.7em;
}
.divcontent .footer {
  padding-left: 5px;
  box-sizing: border-box;
  height: 25px;
  font-family: Fairview, fairviewregular, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  width: 100%;
  background-color: #dee7ec;
}
.divcontent .footer .timeframe {
  float: left;
  display: inline;
}
.divcontent .footer .time {
  padding-right: 20px;
  float: right;
  display: inline-block;
}
.divcontent .footer .time div {
  padding-left: 5px;
  display: inline;
}
.highcharts-legend {
  font: 2.2em Fairview, fairviewregular, Helvetica, Arial, sans-serif;
}
form input[type="text"],
form input[type="email"],
form input[type="password"] {
  background: white;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  padding: 8px 16px;
  max-width: 420px;
  width: 100%;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus {
  outline: none;
}
form .field {
  border-width: 1px 0;
  padding: 18px 20px;
}
form .field label {
  display: block;
  font-weight: bold;
}
form .field .description {
  background: #f6f6f6;
  border: 1px solid #eeeeee;
  font-size: 0.9em;
  margin: 20px -20px -19px 0;
  padding: 12px 20px;
}
form .editrow {
  overflow: hidden;
  margin-bottom: 1px;
}
form .editrow .editlabel {
  width: 12em;
  clear: both;
  float: left;
  font: 0.7em/1.2 Lato, latoregular, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #475260;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  display: block;
  padding: 6px 10px 0 10px;
  white-space: nowrap;
  background-color: #dee7ec;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}
form .editrow .editfields {
  overflow: hidden;
  vertical-align: middle;
  background: #f6f6f6;
  line-height: 1.6em;
  text-overflow: ellipsis;
  text-align: left;
  min-height: 27px;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}
form .editrow .editfields .paddingtop {
  padding-top: 80px !important;
}
form .editrow .editfields .editfield {
  float: left;
  vertical-align: middle;
  padding-top: 1px;
  padding-left: 5px;
  padding-bottom: 2px;
}
form .editrow .editfields .editfield table {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  font: 0.7em/1.5 Lato, latoregular, Helvetica, Arial, sans-serif;
}
form .editrow .editfields .editfield input[type='checkbox'] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
form .editrow .editfields .editfield .centerbutton {
  vertical-align: middle;
}
form .content-hex {
  font: 12px courier;
}
form .content-edi {
  font: 12px courier;
}
form .content-text {
  font: 12px courier;
}
form .content-textcrlf {
  font: 12px courier;
}
form .content-xml {
  font: 12px courier;
}
form .div-rowitemcollection {
  overflow: hidden;
  margin-bottom: 1px;
  background: #f6f6f6;
  min-height: 27px;
}
form .div-rowitemcollection .div-rowitem {
  clear: none;
  float: left;
}
form .div-rowitemcollection .div-rowitem label {
  font: 12px "Segoe UI", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  align-items: center;
}
form .div-rowitemcollection .div-rowitem .centerbutton {
  vertical-align: middle;
}
form .filters {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 10px 0 20px 0px;
}
form .filters:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
form .filters .field {
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
  float: left;
  margin: 10px 10px 0px 0;
  padding: 0;
}
form .filters .RefreshInnerBoxButton {
  width: 100px;
  float: left;
  padding: 0;
}
form .filters .RefreshInnerBoxAutoRefresh {
  width: 160px;
  float: left;
  padding: 0;
}
form .filters_inline {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 5px 0 10px 0px;
}
form .filters_inline:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
form .filters_inline .field {
  float: left;
  margin: 5px 5px 0px 0;
  padding: 0;
}
form .filters_inline .field label {
  display: inline;
}
form .filters_inline .RefreshInnerBoxButton {
  width: 100px;
  float: left;
  padding: 0;
}
form .filters_inline .RefreshInnerBoxAutoRefresh {
  width: 160px;
  float: left;
  padding: 0;
}
form .elements {
  border: 0px solid #eeeeee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 10px 0 20px 0px;
}
form .elements:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
form .elements .element {
  border: 0px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 10px 10px 0px 0;
  padding: 0;
}
form .elements .element label {
  display: block;
  font-weight: bold;
}
form .dashboard {
  background-color: white;
  border: 1px solid #dee7ec;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 10px 0 20px 0px;
  position: absolute;
}
form .dashboard:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
form .dashboard .footer {
  position: absolute;
  bottom: 0px;
}
form .dashboard .tile {
  vertical-align: top;
  clear: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 10px 10px 0px 0;
  padding: 0;
}
form .dashboard .tile .title {
  text-align: center;
}
form .dashboard .tile .numbercontent {
  font: 3.2em/1 Lato, latoregular, Helvetica, Arial, sans-serif;
  text-align: center;
}
form .dashboard .tile .timespandescription {
  font: 0.6em/0.9 Lato, latoregular, Helvetica, Arial, sans-serif;
  text-align: center;
}
form .operators {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 10px 0px 20px 0px;
}
form .operators:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
form .operators .tile {
  vertical-align: top;
  clear: right;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 10px 10px 0px 0px;
  padding: 0;
}
form .operators .tile .operatordescription {
  text-align: center;
  font-weight: bold;
  background: #5e7285;
  color: white;
}
form .operators .tile .operatoralerts {
  margin: 0px 10px 0px 10px;
}
form .operators .tile .operatorsbackoffice {
  margin: 0px 0px 0px 30px;
  display: none;
  word-wrap: break-word;
}
form .MonitorLegenda {
  font: 0.7em/1.2 Lato, latoregular, Helvetica, Arial, sans-serif;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 10px 0 10px 0px;
}
form .MonitorLegenda:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
form .MonitorLegenda .MonitorLegendaCell {
  box-shadow: 2px 2px 1px gray;
  float: left;
  text-align: center;
  width: 200px;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 2px 0px 0px;
  padding: 5px 5px 5px 5px;
}
form .MonitorLegenda .MonitorLegendaCell_xs {
  box-shadow: 1px 1px 1px gray;
  float: left;
  text-align: center;
  width: 115px;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 2px 0px 0px;
  padding: 5px 5px 5px 5px;
}
form .MonitorLegenda .MonitorLegendaCell_xs .left {
  float: left;
}
form .MonitorLegenda .MonitorLegendaCell_xs .symbol {
  font-size: 1em;
}
form .MonitorLegenda .MonitorLegendaCell_xs .right {
  float: right;
}
form .MonitorLegenda .MonitorLegendaCell_xs p {
  font-size: 0.6em;
}
form .MonitorResultFlight {
  font: 0.9em/1.5 Lato, latoregular, Helvetica, Arial, sans-serif;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 10px 0 10px 0px;
}
form .MonitorResultFlight:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
form .MonitorResultFlight .BackOfficeStatusCellFlight {
  float: left;
  text-align: center;
  width: 400px;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 2px 0px 0px;
  padding: 2px 2px 2px 2px;
}
form .MonitorResultFlight .BackOfficeStatusCellFlight .left {
  float: left;
}
form .MonitorResultFlight .BackOfficeStatusCellFlight .symbol {
  font-size: 1.6em;
}
form .MonitorResultFlight .BackOfficeStatusCellFlight .right {
  float: right;
}
form .MonitorResultFlight .BackOfficeStatusCellFlight p {
  font-size: 0.8em;
}
form .MonitorResultFlight .BackOfficeStatusCellFlight_xs {
  float: left;
  text-align: center;
  width: 100%;
  height: 40px;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 1px 0px 0px;
  padding: 1px 1px 1px 1px;
}
form .MonitorResultFlight .BackOfficeStatusCellFlight_xs .left {
  float: left;
}
form .MonitorResultFlight .BackOfficeStatusCellFlight_xs .symbol {
  font-size: 1em;
}
form .MonitorResultFlight .BackOfficeStatusCellFlight_xs .right {
  float: right;
}
form .MonitorResultFlight .BackOfficeStatusCellFlight_xs p {
  font-size: 0.6em;
}
form .MonitorResult {
  font: 0.9em/1.5 Lato, latoregular, Helvetica, Arial, sans-serif;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 10px 0 10px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
form .MonitorResult:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
form .MonitorResult .BackOfficeStatusCell {
  box-shadow: 2px 2px 1px gray;
  float: left;
  text-align: center;
  /*width: 200px;*/
  flex-basis: 200px;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 2px 0px 0px;
  padding: 2px 2px 2px 2px;
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 0;
}
form .MonitorResult .BackOfficeStatusCell .left {
  float: left;
}
form .MonitorResult .BackOfficeStatusCell .symbol {
  font-size: 1.6em;
}
form .MonitorResult .BackOfficeStatusCell .right {
  float: right;
}
form .MonitorResult .BackOfficeStatusCell p {
  font-size: 0.8em;
}
form .MonitorResult .BackOfficeStatusCell_xs {
  box-shadow: 1px 1px 1px gray;
  float: left;
  text-align: center;
  flex-basis: 115px;
  /*width: 115px;*/
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 1px 0px 0px;
  padding: 1px 1px 1px 1px;
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 0;
}
form .MonitorResult .BackOfficeStatusCell_xs .left {
  float: left;
}
form .MonitorResult .BackOfficeStatusCell_xs .symbol {
  font-size: 1em;
}
form .MonitorResult .BackOfficeStatusCell_xs .right {
  float: right;
}
form .MonitorResult .BackOfficeStatusCell_xs p {
  font-size: 0.6em;
}
form .HighLevelExpectationResult {
  font: 1.1em/1.6 Lato, latoregular, Helvetica, Arial, sans-serif;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 10px 0 10px 0px;
}
form .HighLevelExpectationResult:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
form .HighLevelExpectationResult .ExpectationResultCell {
  float: left;
  text-align: center;
  width: 200px;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 2px 0px 0px;
  padding: 2px 2px 2px 2px;
}
form .HighLevelExpectationResult .ExpectationResultCell .left {
  float: left;
}
form .HighLevelExpectationResult .ExpectationResultCell .symbol {
  font-size: 1.6em;
}
form .HighLevelExpectationResult .ExpectationResultCell .right {
  float: right;
}
form .HighLevelExpectationResult .ExpectationResultCell p {
  font-size: 0.8em;
}
form .HighLevelExpectationResult .ExpectationResultCell_xs {
  float: left;
  text-align: center;
  width: 190px;
  min-height: 120px;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 1px 0px 0px;
  padding: 1px 1px 1px 1px;
}
form .HighLevelExpectationResult .ExpectationResultCell_xs .left {
  float: left;
}
form .HighLevelExpectationResult .ExpectationResultCell_xs .symbol {
  font-size: 1em;
}
form .HighLevelExpectationResult .ExpectationResultCell_xs .right {
  float: right;
}
form .HighLevelExpectationResult .ExpectationResultCell_xs p {
  font-size: 0.6em;
}
.page-login form {
  background: #a18775;
  background-image: url(../images/login-background.jpg );
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
  display: table;
  height: 100%;
  width: 100%;
}
.page-login form .modal-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.page-login form .modal {
  margin: 50px auto;
  max-width: 360px;
}
.page-login form .modal .logo {
  background: white;
  background: rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 20px;
}
.page-login form .modal .body {
  background: #5e7285;
  background: rgba(94, 114, 133, 0.8);
  color: white;
  padding: 20px;
}
.page-login form .modal .body:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.page-login form .modal .body h1 {
  text-align: center;
  margin: 0 0 20px;
}
.page-login form .modal .body .email,
.page-login form .modal .body .password {
  border: none;
  padding: 10px 16px;
}
.page-login form .modal .body .email {
  border-bottom: 1px solid #dddddd;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.page-login form .modal .body .password {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin: 0 0 10px;
}
.page-login form .modal .body .remember-me {
  float: left;
  margin: 9px 0 0;
}
.page-login form .modal .body .remember-me input {
  margin: -1px 5px 0 0;
  vertical-align: middle;
}
.page-login form .modal .body button {
  float: right;
}
.page-login form .modal .forgot-password {
  background: #3a4f63;
  background: rgba(58, 79, 99, 0.8);
  padding: 15px;
  text-align: center;
}
.page-login form .modal .forgot-password a {
  color: white;
}
.page-login form .modal .Login-Entra {
  background: #3a4f63;
  background: rgba(58, 79, 99, 0.8);
  padding: 15px;
  text-align: center;
}
.page-login form .modal .Login-Entra a {
  color: white;
}
.page-login form .modal .registernewuser {
  background: #3a4f63;
  background: rgba(58, 79, 99, 0.8);
  border-bottom: 1px solid #3a4f63;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  padding: 15px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.page-login form .modal .registernewuser a {
  color: white;
}
.page-login form .register-modal {
  margin: 50px auto;
  max-width: 720px;
}
.page-login form .register-modal .logo {
  background: white;
  background: rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 20px;
}
.page-login form .register-modal .body {
  background: #5e7285;
  background: rgba(94, 114, 133, 0.8);
  color: white;
  padding: 20px;
}
.page-login form .register-modal .body:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.page-login form .register-modal .body h1 {
  text-align: center;
  margin: 0 0 20px;
}
.page-login form .register-modal .body h1 a {
  color: white;
}
.page-login form .register-modal .body .email,
.page-login form .register-modal .body .password {
  border: none;
  padding: 10px 16px;
}
.page-login form .register-modal .body .email {
  border-bottom: 1px solid #dddddd;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.page-login form .register-modal .body .password {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin: 0 0 10px;
}
.page-login form .register-modal .body .remember-me {
  float: left;
  margin: 9px 0 0;
}
.page-login form .register-modal .body .remember-me input {
  margin: -1px 5px 0 0;
  vertical-align: middle;
}
.page-login form .register-modal .body button {
  float: right;
}
.page-default #header {
  background: #ecf0f1 url(../images/header-background.png ) repeat-x top left;
}
.page-default #header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.page-default #header .logo {
  float: left;
  padding: 14px 30px;
}
.page-default #header .logo img {
  max-width: 64px;
  max-height: 60px;
}
.page-default #header .actions {
  float: right;
  margin: 10px;
}
.page-default #header .actions li {
  list-style-type: none;
}
.page-default #header .actions > li {
  display: inline-block;
  position: relative;
}
.page-default #header .actions > li > a {
  color: #3a4f63;
  display: block;
  padding: 10px;
}
.page-default #header .actions > li.user > a {
  font-weight: bold;
}
.page-default #header .actions > li > a:after {
  content: '>';
}
.page-default #header .actions > li ul {
  background: #5e7285;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: none;
  font-size: 0.9em;
  margin: -5px 0 0 -14px;
  min-width: 160px;
  padding: 14px 0;
  position: absolute;
  z-index: 2000;
}
.page-default #header .actions > li ul a {
  color: white;
  display: block;
  padding: 4px 24px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.page-default #header .actions > li ul a:hover {
  background: #586a7c;
  text-decoration: none;
}
.page-default #header .actions > li ul a .count {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background: #3a4f63;
  display: inline-block;
  font-size: 0.85em;
  margin: 0 0 0 4px;
  padding: 0px 6px;
}
.page-default #header .actions > li:hover ul {
  display: block;
}
.page-default #body {
  clear: both;
  min-height: 100%;
  min-height: calc( 100% - 153px );
}
.page-default #body:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.page-default #body .sidebar,
.page-default #body .content {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 100%;
  padding: 30px 30px;
}
.page-default #body .sidebar {
  background: #f6f6f6;
  border-right: 1px solid #ebebeb;
  width: 240px;
}
.page-default #body .sidebar .last-login {
  font-size: 0.8em;
}
.page-default #body .sidebar > ul {
  margin: 20px -30px;
}
.page-default #body .sidebar > ul li {
  list-style-type: none;
}
.page-default #body .sidebar > ul li a {
  border-top: 1px solid #ebebeb;
  display: block;
  font: 1.5em/1 Fairview, fairviewregular, Helvetica, Arial, sans-serif;
  padding: 8px 16px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}
.page-default #body .sidebar > ul li a:hover {
  background: #ebebeb;
  text-decoration: none;
}
.page-default #body .sidebar > ul > li > a:before {
  content: '\f105';
  display: inline-block;
  font: bold 0.7em/1 fontawesome;
  margin: 0 6px 0 0;
  position: relative;
  text-align: center;
  top: -2px;
  width: 18px;
}
.page-default #body .sidebar > ul > li.open > a:before {
  content: '\f107';
}
.page-default #body .sidebar > ul > li.open ul {
  display: block;
}
.page-default #body .sidebar > ul ul {
  display: none;
  margin: 0;
}
.page-default #body .sidebar > ul ul a {
  color: #5e7285;
  padding-left: 50px;
}
.page-default #body .content {
  float: left;
  min-width: 760px;
  padding: 30px 40px;
  width: 760px;
  width: calc( 100% - 240px );
}
.page-default #body .content section {
  border-top: 1px solid #eeeeee;
  margin: 20px 0 30px;
  padding: 20px 0 0;
  position: relative;
}
.page-default #body .content section .table-scroll-wrapper {
  max-width: 100%;
  overflow: auto;
  padding-left: 220px;
}
.page-default #body .content section .table-scroll-wrapper table.highlight-first-column thead,
.page-default #body .content section .table-scroll-wrapper table.highlight-first-column tbody {
  padding-left: 190px;
}
.page-default #body .content section .table-scroll-wrapper table.highlight-first-column tbody td {
  margin-top: 1px;
}
.page-default #body .content section .table-scroll-wrapper table.highlight-first-column tr td:first-child,
.page-default #body .content section .table-scroll-wrapper table.highlight-first-column tr th:first-child {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 220px;
}
.page-default #body .content section .table-scroll-wrapper table.highlight-first-column td,
.page-default #body .content section .table-scroll-wrapper table.highlight-first-column th {
  white-space: nowrap;
}
.page-default #body .content .columns:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.page-default #body .content .columns .column {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 8% 0 0;
  width: 46%;
}
.page-default #body .content .columns .column.last {
  margin: 0;
}
.page-default #bodycontent {
  min-height: 600px;
  padding: 5px 5px 5px 5px;
}
.page-default #footer {
  background: #ededed url(../images/footer.png ) repeat-x top center;
  color: gray;
  font-size: 0.8em;
  padding: 30px;
  text-align: center;
}
.page-default #footer .socialbar .fa {
  font-size: 28px;
}
.page-default #footer .socialbar .fa:hover {
  color: #efa343;
}
.page-default .separator {
  margin: 0 8px;
}
/*.WindowHeader{
    background-color: #dee7ec !important;

}*/

.dashboardJQLabel {
  font: 1em/1.5 Fairview, fairviewregular, Helvetica, Arial, sans-serif;
}
.dashboardJQSPAN {
  font: 1.5em/1 Fairview, fairviewregular, Helvetica, Arial, sans-serif;
}
.dashboardJQP {
  font: 1.5em/1 Fairview, fairviewregular, Helvetica, Arial, sans-serif;
  margin: 0px !important;
  margin-top: 20px !important;
}
.GraphImage {
  padding: 0px 10px 10px 10px;
}
.selectChartDropdown {
  margin: 0px !important;
  margin-top: 10px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}
.VarType_String,
.VarType_String_Array {
  width: 400px !important;
}
.VarType_Integer {
  width: 400px !important;
}
.VarType_Date {
  width: 400px !important;
}
.VarType_Time {
  width: 400px !important;
}
.VarType_DateTime {
  width: 200px !important;
}
.VarType_String_DropDown {
  width: 400px !important;
}
.Radio2FA {
  text-align: center;
  width: 100%;
  font-family: 'fairviewregular';
  font-size: 1.5em;
}
