﻿body {
    font-family: Segoe UI, sans-serif;
    font-size: 14px;
    background-color: #E2E2E2;
}

#root {
    width: 99%;
}

.minorEmphasis {
    color: #777;
}

.emphasis {
    color: darkcyan;
}

.majorEmphasis {
    color: darkcyan;
    font-weight: bold;
}

.bannerInvLogo {
    display: block;
    text-align: left;
    padding-left: 26px;
    padding-top: 16px;
    background-color: #ffffff;
    margin-top: 0px;
    height: 72px;
}

.invoicingTextLogo {
    font-family: Arial;
    color: black;
    font-size: 30px;
    font-weight: 600;
}

.bannerHeader {
    text-align: left;
    display: block;
    margin:auto 0;
}

.bannerRight {
    text-align: right;
    display: block;
    margin: auto 0;
}

.bannerTop {
    background-color: #4E4E4E;
    color: #ffffff;
}

.bannerMiddle {
    background-color: #4E4E4E;
    color: #ffffff;
}
.cornerLogo {
    display: block;
    margin-top: 5px;
}
.navPanel {
    background-color: white;
    margin-top: 10px;
    padding-right: 0px;
}

.currentPage {
    background-color: white;
    border-bottom: 1px solid darkgrey;
    display: block;
    padding: 10px 10px 10px 12px;
    font-size: large;
}

.navLink {
    padding-top: 5px;
    padding-bottom: 5px;
}

.contentPanel {
    background-color: white;
    margin-top: 10px;
    margin-right: -10px;
    padding-left: 30px;
    padding-right: 30px;
}

.content {
    max-width: 800px;
}

dd {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
}

dt {
    font-weight: normal;
}

.fill-space {
    width: 100%;
}

input:invalid, select:invalid {
    background-color: lightcyan;
}

input:valid, select:valid {
    background-color: white;
}

.formInvalidBackground {
    background-color: lightcyan;
    border: 2px inset;
}

.header {
    border: 1px solid black;
    background-color: #E2E2E2;
    padding: 5px 5px 5px 5px;
    margin-top: 10px;
}

.checkbox {
    display: inline;
}

.body {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    padding: 5px;
}

.formRow {
    padding-bottom: 5px;
}

@media (max-width: 99999px) {
    .align-right {
        text-align: right;
    }

    .align-center {
        text-align: center;
    }
}

@media (max-width: 993px) {
    .align-right {
        text-align: left;
    }

    .align-center {
        text-align: left;
    }
}

.footer {
    background: #4E4E4E bottom repeat-x;
    color: #E2E2E2;
    font-family: 'Open Sans', Helvetica, Arial, san-serif;
    font-size: 9px;
    overflow: auto;
    /*margin-left: 252px;*/
    padding-left: 10px;
    padding-right: 10px;
    width: 1300px;
    display: block;
    max-width: 1300px;
    min-width: 1300px;
}

/*.legalTextConfidential {
    background: #1b1b1b;
    bottom: 0;
    text-align: left;
    font-size: 10px;
    color: #989898;
}

.legalTextAuthorizedUsers {
    background: #1b1b1b;
    bottom: 0;
    text-align: right;
    font-size: 10px;
    color: #989898;
}*/

.zeroBorderWidth {
    border-width: 0px;
}

.loginTextLeftAlign {
    font-family: Segoe UI, OpenSans, Arial, sans-serif;
    color: white;
    font-size: 8pt;
    text-align: left;
}

.loginTextRightAlign {
    font-family: Segoe UI, OpenSans, Arial, sans-serif;
    color: white;
    font-size: 8pt;
    text-align: right;
}

.legalTextLinks {
    font-size: 12pt;
    color: white;
    font: bolder;
    text-decoration: underline;
}

.wrapper {
    position:relative;
}

.btn-primary {
    color: white;
    background-image: linear-gradient(to bottom, #71C5E8 0, #265a88 100%);
}



