.ajaxStatus {
    padding: 2px 5px 2px 5px;
    border: 1px solid;
    position: fixed;
    margin: 0 auto 0 auto;
    top: 6.25em;
    left: 0;
    right: 0;
    border-radius: 0.2em;
    display: none;
    max-width: 35em;
    min-width: 7em;
    width: 90vw;
    box-sizing: border-box;
    z-index: 10;
    font-weight: bold;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px
}

.ajaxStatus span {
    position: relative;
    margin: 0.2em 1.2em 0.2em 0;
    display: block;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word
}

.ajaxStatusClose {
    position: relative;
    right: -2px;
    top: 0.1em;
    float: right
}

#ajaxBusy {
    position: fixed;
    left: 50%;
    top: 220px;
    display: none;
    margin-left: -25px
}

div.ajaxPopupS {
    width: 450px
}

div.ajaxPopupL {
    width: 620px
}

div.ajaxPopup {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    position: fixed;
    top: 100px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ajaxPopup p, .simple_ajaxPopup p {
    display: table-row
}

.ajaxPopup label, .simple_ajaxPopup label {
    display: table-cell;
    padding-right: 5px;
    font-weight: bold;
    padding-top: 4px
}

.ajaxPopup span.ajaxPopupname {
    font-size: 16px;
    font-weight: bold
}

a.ajaxPopupClose {
    position: relative;
    right: -8px;
    top: -8px;
    float: right;
    cursor: pointer
}

.AMlayoutlabel {
    font-style: italic;
    font-weight: bold;
    font-size: 12px
}

.AMobj {
    width: 100%
}

.AMobjlabel {
    font-size: 14px
}

.AMgroup {
    background-color: #ECECEC;
    padding: 5px;
    margin-top: 10px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7
}

.AMgroup_blank {
    background-color: #ECECEC;
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 180%;
    padding: 5px;
    margin-top: 10px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7
}

div.infoBoxes {
    clear: both;
    padding-top: 1em
}

div.infoBoxes > div {
    padding-right: 0.9em;
    width: 340px;
    display: inline-block;
    vertical-align: top
}

div.calendar {
    text-align: center;
    width: 840px
}

div.calendar ul {
    clear: left;
    padding: 0px;
    width: 860px
}

div.calendar li {
    float: left;
    list-style: none;
    padding: 10px;
    width: 120px
}

div.calendar td {
    text-align: right
}

div.calendar td.week {
    padding-right: 8px;
    width: 11px;
    color: #0080BA
}

div.calendar td.holiday {
    color: red
}

div.calendar td.holidaydescription {
    color: red;
    cursor: default;
    border: 1px solid #CCCCCC
}

.dfs_menu {
    list-style-type: none;
    margin: 0 0 2em 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #c7c7c7
}

.dfs_menu li {
    float: left;
    margin-right: 0.4em;
    width: 140px;
    text-align: center
}

.dfs_menu a {
    background-color: #e8e8e8;
    display: block;
    padding: 0.4em 0.4em 0.3em 0.4em;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #4e575c
}

.dfs_menu li.current a, .dfs_menu a:hover {
    color: #fff;
    background-color: #427174
}

form {
    border: 0px
}

fieldset, input[type=text], input[type=password], select, textarea {
    border: 1px solid #CCC;
    margin-right: 2px
}

span.requiredmark {
    font-weight: bold;
    color: red
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
    border: 0
}

input[type="submit"]:focus, input[type="button"]:focus, input[type="text"]:focus, button {
    outline: none
}

input, select, textarea {
    behavior: url(/PIE.htc);
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px #8DC3EB inset;
    -moz-box-shadow: 0 0 1px #8DC3EB inset;
    box-shadow: 0 0 1px #8DC3EB inset;
    position: relative;
    outline: 0
}

input {
    border: none;
    text-indent: 5px
}

button span {
    position: relative;
    display: block;
    white-space: nowrap;
    height: 12px
}

.submitLink, input[type=submit] {
    behavior: url(/PIE.htc);
    margin: 10px 9px 10px 2px;
    border-radius: 3px;
    background-color: #427174;
    cursor: pointer;
    color: #fff;
    padding: 0.6em 1.0em 0.6em 0.9em;
    font-size: 14px;
    text-decoration: none
}

.submitLink:hover, input[type=submit]:hover {
    background-color: #38676A
}

.submitLink:hover, input[type=submit]:hover {
    background-position: 0 0
}

.fl {
    display: table-cell;
    padding: 3px 3px 0 0
}

p.fl {
    display: table-row
}

div.formHorizontal {
    float: left;
    display: block;
    padding: 2px
}

div.formSubmit {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px
}

.formlist {
    list-style: none;
    padding: 10px
}

.formlist span {
    margin-left: 10px;
    display: inline-block
}

.formlist .value {
    margin-left: 0px;
    font-size: 11px
}

.formlabel {
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 150px
}

ul.applicationForm {
    list-style-type: none;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
    background-color: #E8E8E8;
    margin: 5px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.applicationForm li {
    list-style-type: none;
    float: left;
    clear: both;
    padding-bottom: 5px
}

.applicationForm li.applicationName {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px
}

.applicationForm label {
    font-weight: bold
}

span.undlnd {
    float: left;
    width: 120px;
    min-height: 10px;
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 0px 5px 0px 5px;
    background-color: #F7F7F7;
    margin-right: 5px;
    line-height: 15px
}

span.undlndTight {
    float: left;
    min-height: 10px;
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 0px 5px 0px 5px;
    background-color: #F7F7F7;
    margin-right: 5px;
    line-height: 15px
}

input.undlnd {
    width: 125px;
    padding: 1px 5px 0px 0px;
    margin-right: 5px
}

span.undlndBig {
    min-height: 16px;
    border-radius: 3px;
    border: 1px solid #CCC;
    background-color: #F7F7F7
}

.undlndBig {
    float: left;
    width: 405px;
    rows: 5;
    padding: 1px 5px 0px 5px
}

.verticalList label {
    font-weight: bold;
    width: 120px;
    display: inline-block
}

div.vl {
    border-radius: 5px;
    border: 1px solid #CCC;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
    background-color: #E8E8E8
}

.vl p, .simple_vl p {
    display: table-row
}

.vl label, .simple_vl label {
    display: table-cell;
    padding-right: 5px;
    font-weight: bold;
    padding-top: 4px
}

.vl span.vlname {
    font-size: 16px;
    font-weight: bold
}

div.vltight {
    overflow: hidden;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    font-size: 90%
}

.vltight p {
    display: table-row
}

.vltight label {
    display: table-cell;
    padding-right: 5px;
    font-weight: bold
}

div.simple_vl {
    overflow: hidden;
    display: inline-block
}

.onlyHr {
    margin: 0 0 5px 0;
    padding: 0
}

div.scrollRangeContainer {
    float: left;
    list-style-type: none;
    border-radius: 5px;
    border: 1px solid #CCC;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
    background-color: #E8E8E8;
    margin: 5px 0px 0px 10px
}

div.scrollRange {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 200px;
    background-color: white;
    padding: 3px;
    border: 1px solid #CCCCCC
}

.menuhead {
    height: 1em
}

.menuhead ul {
    list-style: none
}

#menu {
    float: right;
    display: inline;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 1160px;
    border-bottom: 1px solid #C7C7C7;
    top: 3px;
    background-color: #EBE7DE
}

#menu li {
    float: left;
    margin: 1px 5px 0 0
}

#menu li.current {
    background: url("../img/tabs/norm_right.gif") no-repeat scroll right 2px transparent
}

#menu li:hover {
    background: url("../img/tabs/norm_right.gif") no-repeat scroll right 2px transparent
}

#menu a {
    float: left;
    padding: 6px 10px;
    color: #4b4b4b;
    text-decoration: underlined;
    display: block;
    top: 2px;
    position: relative
}

#menu a:hover {
    background: url("../img/tabs/norm_left.gif") no-repeat scroll left top transparent;
    color: #000000;
    border-bottom: 1px solid #c7c7c7
}

#menu li.current a {
    background: url("../img/tabs/norm_left.gif") no-repeat scroll left top transparent;
    color: #000000;
    border-bottom: 2px solid #FFFFFF;
    text-decoration: none
}

.link {
    background-color: transparent;
    color: #2894C5;
    cursor: pointer;
    text-decoration: none
}

.link:hover {
    color: #006989
}

.link_close {
    background-image: url("../img/page/close.png");
    width: 21px;
    height: 21px;
    display: block
}

.link_close:hover {
    background-image: url("../img/page/close_hover.png")
}

.link_close_dark {
    background-image: url("../img/page/close_dark.png");
    width: 21px;
    height: 21px;
    display: block
}

.link_close_dark:hover {
    background-image: url("../img/page/close_hover_dark.png")
}

.link_error {
    background-image: url("../img/page/exclamation.png");
    width: 21px;
    height: 21px;
    display: block
}

.link_error:hover {
    background-image: url("../img/page/exclamation_hover.png")
}

.dfstabellColor1 {
    background-color: #DDDDDD
}

.dfstabellColor2 {
    background-color: white
}

.dfstabell {
    position: relative;
    background-color: #FFFFFF;
    padding: 20px 90px 20px 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.dfstabell a {
    text-decoration: none;
    font-size: 14px
}

.dfstabell table th.diag {
    height: 60px;
    width: 40px;
    position: relative;
    vertical-align: bottom
}

.dfstabell table th.diag > div {
    position: relative;
    top: 0px;
    left: 30px;
    height: 100%;
    -moz-transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
    -webkit-transform: skew(-45deg, 0deg);
    transform: skew(-45deg, 0deg);
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC
}

.dfstabell table th.diag span {
    -moz-transform: skew(45deg, 0deg) rotate(315deg);
    -ms-transform: skew(45deg, 0deg) rotate(315deg);
    -webkit-transform: skew(45deg, 0deg) rotate(315deg);
    transform: skew(45deg, 0deg) rotate(315deg);
    position: absolute;
    bottom: 15px;
    left: 1px;
    display: inline-block;
    width: 100%;
    text-align: left
}

.dfstabell table td {
    width: 40px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #CCCCCC
}

.dfstabell table td a {
    display: block;
    width: 100%;
    text-align: center
}

.dfstabell table td.project-name {
    width: auto;
    text-align: right;
    font-weight: bold;
    padding-right: 8px
}

.dfstabell table {
    border-collapse: collapse
}

.dfstabell table th {
    padding: 0
}

html,
body {
    min-height: 100%;
    background-color: #FFFFFF;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.6em;
    color: #4E575C;
    text-align: center;
    position: relative;
    min-height: 100vh
}

.pagemain {
    width: 1200px;
    text-align: left;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 9px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 9px 1px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 9px 1px;
    margin: 0.5em auto 0 auto
}
.pagestyle{
    margin: 0 auto;
    padding: 0 50px 0 50px;
    overflow: hidden;
}

.upperRight {
    z-index: 300;
    top: -0.4em;
    right: 0em;
    position: absolute;
    padding: 5px 10px
}

.content {
    clear: both;
    padding: 0;
    background-color: #FFF;
    min-height: 250px;
    height: auto !important;
    height: 500px;
    position: relative
}

.tl {
    top: 0;
    left: 0;
    background-position: 0 0
}

.tr {
    top: 0;
    right: 0;
    background-position: -10px 0
}

.pagecontent {
    padding: 2.5em 1em 1em 1em;
    clear: both
}

.pagename {
    font-size: 24px;
    color: #427174;
    padding-bottom: 8px
}

.pagedesc {
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 5px 5px 5px 0px
}

.bottomline {
    text-align: right;
    border-top: 1px solid #c7c7c7;
    padding: 0.1em 0.2em 0.1em 0;
    margin: 1em 0 0 0;
    font-weight: bold
}

.banner {
    background: url("../img/page/field.png");
    background-repeat: no-repeat;
    padding: 0 0 1em 5em;
    height: 60px;
    float: left;
    background-color: transparent;
    color: #FFF;
    width: 100%;
    text-align: left
}

.banner-content {
    display: flex;
    align-items: flex-end; /* aligns image and text to the bottom */
    gap: 10px;
    padding-top: 10px;
}

.banner-logo {
    height: 1.5em; /* scales the image relative to text size */
    width: auto;
}

.banner-text {
    font-weight: bold;
    font-size: x-large;
}


.powerlogo {
    position: relative;
    top: 1px
}

.propertyList {
    width: 550px;
    list-style-type: none
}

.propertyList li {
    padding: 5px 5px;
    border-bottom: 1px solid #eee
}

.propertyList li:hover {
    background-color: #EEE
}

.propertyList li label {
    text-transform: capitalize;
    font-weight: bold
}

.propertyList li label:first-letter {
    font-weight: bold
}

.propertyList li span {
    text-transform: italic;
    float: right
}

li.freeField {
    border: none;
    padding-top: 10px
}

div.progressPageData {
    width: 100%
}

#progressbar {
    margin: 20px auto 15px auto;
    width: 960px;
    overflow: hidden;
    counter-reset: step;
    text-align: center;
    padding: 0
}

#progressbar li {
    list-style-type: none;
    color: #4E575C;
    font-size: 14px;
    width: 120px;
    float: left;
    position: relative
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    line-height: 24px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background: #808080;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    z-index: 2;
    position: relative
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #808080;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: 1
}

#progressbar li:first-child:after {
    content: none
}

#progressbar li.active:before, #progressbar li.active:after {
    background: #427174;
    color: #FFFFFF
}

a.progressPreviousLink {
    margin-top: 12px;
    display: inline-block
}

a.progressNextLink {
    float: right;
    margin: 0
}

div.conditionBox {
    overflow: hidden;
    display: block;
    padding: 2em;
    background-color: #E8E8E8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 900px;
    margin: 0 auto 1em auto
}

div.conditionBox span.headline {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 1em
}

div.conditionBox ul {
    width: 90%;
    padding-left: 1.5em;
    margin-bottom: 2em
}

div.conditionBox li {
    clear: both;
    padding-top: 10px
}

div.conditionBox input {
    float: left;
    margin: 0.3em 0.6em 0 0
}

a.loginLinkBtn {
    background-color: #E8E8E8;
    color: #4E575C;
    display: block;
    padding: 0.8em;
    text-decoration: none;
    border: 1px #c7c7c7 solid;
    border-radius: 3px;
    overflow: hidden;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    margin-bottom: 1em
}

a.loginLinkBtn:hover {
    background-color: #E1E1E1;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px
}

a.loginLinkBtn img {
    margin-right: 1em;
    float: left;
    display: block
}

span.loginLinkBtnMain {
    margin-top: 0.3em;
    font-size: 16px;
    display: block
}

span.loginLinkBtnDesc {
    font-size: 12px
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    font-size: 12px
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

.bordered td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 3px 6px;
    vertical-align: top
}

.bordered th {
    background-color: #ebf3fc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dce9f9), to(#ebf3fc));
    background-image: -webkit-linear-gradient(top, #dce9f9, #ebf3fc);
    background-image: -moz-linear-gradient(top, #dce9f9, #ebf3fc);
    background-image: -ms-linear-gradient(top, #dce9f9, #ebf3fc);
    background-image: -o-linear-gradient(top, #dce9f9, #ebf3fc);
    background-image: linear-gradient(to bottom, #dce9f9, #ebf3fc);
    border-top: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    vertical-align: top;
    text-align: left
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none
}

.bordered th:first-child {
    -moz-border-radius: 0px 0 0 0;
    -webkit-border-radius: 0px 0 0 0;
    border-radius: 0px 0 0 0
}

.bordered th:last-child {
    -moz-border-radius: 0 0px 0 0;
    -webkit-border-radius: 0 0px 0 0;
    border-radius: 0 0px 0 0
}

.bordered th:only-child {
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 0px;
    -webkit-border-radius: 0 0 0 0px;
    border-radius: 0 0 0 0px
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 0px 0;
    -webkit-border-radius: 0 0 0px 0;
    border-radius: 0 0 0px 0
}

.total_row tr:last-child td {
    border-top: 1px solid #4E575C;
    font-weight: bold
}

.simple_bordered {
    border: solid #ccc 1px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    min-width: 60px
}

.simple_bordered td, .bordered th {
    border-left: 1px solid #ccc;
    padding: 3px 6px
}

.simple_bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5
}

.zebra tfoot td {
    background-color: #f1f1f1
}

.vertical {
    transform: translateY(4ex) rotate(270deg);
    transform-origin: left top 0
}

.status {
    text-align: center;
    border: 1px solid;
    font-weight: bold;
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px
}

.info {
    color: #00529b;
    background-position: 10px -130px;
    background-color: #bde5f8
}

.success {
    color: #4f8a10;
    background-position: 10px -347px;
    background-color: #dff2bf
}

.error {
    color: #d8000c;
    background-color: #ffbaba
}

.erroneous {
    color: #d8000c;
    background-color: #ffbaba
}

.warning {
    color: #9f6000;
    background-color: #feefb3
}

h2, h3 {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 5px 5px 5px 0px
}

h4 {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 5px 5px 0px
}

.alignRight, .alnright {
    text-align: right
}
