﻿h2, h3, h4 {
    color: #383838;
    font-weight: normal;
}

h2 {
    font-size: 1.5em;
    margin: .4em 0;
}

h3 {
    font-size: 1.2em;
    margin: .8em 0;
}

a {
    color: #065279; /*AUDYT #117fb6;*/
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

    a.file {
        padding: 1px 0 1px 22px;
        line-height: 1.7em;
        background-repeat: no-repeat;
        background-position: 0 50%;
    }

    a.xls {
        background-image: url('../images/layout/xls.png');
    }

    a.pdf {
        background-image: url('../images/layout/pdf.png');
    }

    a.zip { /*PKL2*/
        background-image: url('../images/layout/zip.png');
    }

p {
    margin: .5em 0;
}

.boxContent p {
    margin: .3em 0;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.cb {
    clear: both;
}

.ob {
    font-style: oblique;
}

body, html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #383838;
}

#container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#mainContent,
#left,
#mainContent .box,
.accordionBox {
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#mainContent {
    margin-left: 216px;
}

#content.homepage #mainContent {
    overflow: hidden;
    padding: 0 18px;
}

#mainContent h3,
#mainContent h4 {
    overflow: hidden;
    font-size: 1.5em;
    padding: .8em;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    background-color: #ffffff; /* fallback for old browsers */
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
}

#mainContent h4 {
    font-size: 1.3em;
    border-top: 1px solid #eaeaea;
}

#mainContent h3 span.h3 {
    margin: 0;
    width: 70%;
    float: left;
}

#mainContent h3 .hint {
    font-size: .65em;
    float: right;
    padding-top: .1em;
}

#mainContent .box h3 a {
    float: right;
    font-size: .65em;
}

#mainContent .box h3 span {
    float: left;
    width: 205px;
}

#mainContent .box {
    margin: 18px 0;
}

#mainContent .boxContent,
#mainContent .inboxContent {
    padding: .8em;
    overflow: hidden;
}

#mainContent .box .notesOnly {
    padding-top: 0;
    padding-bottom: 0;
}

#mainContent table.summary td,
#mainContent table.summary th {
    padding: .05em .3em;
}

#mainContent table.summary th {
    font-weight: normal;
}

#mainContent .summaryContainer {
    padding-bottom: 1em;
    border-bottom: 1px solid #D5D5D5;
}

#mainContent .box .recentItem {
    margin-left: 1em;
}

#mainContent .columnBox {
    width: 100%;
}

#content.homepage .col {
    width: 342px;
    margin-top: -18px;
}

#content.homepage .leftCol {
    float: left;
}

#content.homepage .rightCol {
    float: right;
}

#content .accordionBox {
    margin: 10px 0;
}

    #content .accordionBox .titleBar {
        padding: .6em;
        /*AUDYT background: #f6f6f6 url('../images/layout/down.png') no-repeat 100% .95em; */
        border-bottom: 1px solid #ebecee;
        overflow: hidden;
        /*AUDYT cursor: pointer; */
    }

#content .fromEfl .titleBar {
    padding: .6em 23px .6em .6em;
    background-color: #fffecf;
}

#content .accordionBox .title {
    display: block;
    float: left;
}

#content .fromEfl .title {
    padding-left: 21px;
    width: 82%;
    background: url('../images/layout/yFlag.png') no-repeat 0 0;
}

#content .accordionBox .titleBar .from {
    color: #edb903;
    /*AUDYT font-style: oblique;*/
    float: right;
    font-weight: bold;
}

#left {
    width: 201px;
    margin-left: -960px;
    float: left;
    padding: .7em 0;
}

    #left .label {
        text-transform: uppercase;
        color: #828282;
        padding: .5em .3em;
        text-align: center;
    }

    #left ul {
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 1em;
    }

        #left ul.leftMenu ul {
            border: none;
        }

        #left ul li {
            font-size: 1.1em;
        }

            #left ul li a {
                background-color: #f6f6f6;
                display: block;
                padding: .5em 1em;
                color: #383838;
                text-decoration: none;
            }

        #left ul.leftMenu {
            margin-bottom: 0;
        }

            #left ul.leftMenu li {
                margin-bottom: 1px;
            }

                #left ul.leftMenu li a {
                    background-repeat: no-repeat;
                    background-position: 100% 50%;
                }

        #left ul li ul {
            padding: 0 0 0 .4em; /*AUDYT .9 -> .4 */
            margin-bottom: 0;
        }

            #left ul li ul li a {
                padding: .6em 1.5em; /*AUDYT 1.em->1.5em*/
                display: block;
                color: #383838;
                background-color: #fff;
                background-image: none;
                text-decoration: none;
            }

        #left ul.leftMenu li ul li a {
            background-image: none;
        }

            #left ul li a:hover,
            #left ul.leftMenu li ul li a:hover {
                background-color: #cbdb2a;
                color: #383838;
            }

        #left ul li.active a,
        #left ul.leftMenu li ul li.active a {
            color: #fff;
            background-color: #383838;
            background-image: url('../images/layout/arr.png');
            background-repeat: no-repeat;
            background-position: 0 50%;
        }

        #left ul.leftMenu li li {
            padding-right: 0;
            font-size: .9em;
        }

#header {
    width: 100%;
    text-align: right;
}

    #header #topNav {
        background-color: #102c4c;
        height: 2.5em;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

        #header #topNav span,
        #header #topNav .hint,
        #header #topNav a {
            display: inline;
            margin-left: 1.5em;
            color: #fff;
        }

        #header #topNav .inner {
            padding: .65em 0;
        }

    #header #headerContent {
        border-bottom: 1px solid #d0d0d0;
        height: 10.833em;
        padding-top: 2.5em;
        color: #00234c;
    }

.headerDescription {
    min-width: 200px;
    font-size: 26px;
    color: #00234c;
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 23px;
    border-left: 2px solid grey;
    margin-left: 0px;
    margin-top: 40px;
}

    #header .inner {
        width: 960px;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }

    #header #headerContent .inner {
        padding: .5em 0;
    }

    #header h1 {
        margin: 0;
        position: absolute;
        left: 0;
        top: 20px;
    }

        #header h1 a {
            display: block;
            font-weight: normal;
            font-size: 2em;
            text-decoration: none;
            color: #00234c;
            padding-left: 340px;
            position: relative;
            min-width: 299px;
            height: 40px;
            background: url("../../../Layout/images/menu-new/efllogo.svg") no-repeat 0 50%;
        }

            #header h1 a span {
                display: block;
                position: absolute;
                bottom: -0.15em;
                font-weight: normal;
                white-space: nowrap;
            }

                #header h1 a span strong {
                    font-weight: bold;
                }


    #header #chooseCompany {
        position: absolute;
        right: 0;
        top: 75px;
        text-align: left;
    }

        #header #chooseCompany label {
            display: block;
            margin: 0 0 .3em 0;
            padding: 0 0 0 .1em;
        }

        #header #chooseCompany select {
            width: 20em;
            padding: .1em;
            border: 1px solid #999;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-size: .95em;
        }

ul#mainMenu {
    overflow: hidden;
    margin-bottom: 1em;
}

    ul#mainMenu li {
        display: block;
        float: left;
        margin-right: 2px;
    }

        ul#mainMenu li a {
            display: block;
            color: #383838;
            text-shadow: 1px 1px 1px #ffffff;
            background: #f6f6f6;
            font-size: 1.25em;
            padding: .6em 1em;
            text-decoration: none;
            border: 1px solid #f6f6f6;
        }

        ul#mainMenu li.start a {
            background: #ffffff;
        }

        ul#mainMenu li a:hover,
        ul#mainMenu li.active a {
            background-color: #cbdb2a;
        }

#topLinks {
    width: 225px; /*AUDYT 205->221*/
    right: 0pt;
    position: absolute;
    text-align: left;
}

.phone {
    padding-left: 23px;
    background: url('../images/layout/phone.png') no-repeat;
}

.reportBug {
    padding-left: 23px;
    background: url('../images/layout/mail.png') no-repeat;
}

.safety {
    padding-left: 23px;
    background: url('../images/layout/shield.png') no-repeat;
}

#wrapper {
    float: left;
    width: 100%;
}

#content {
    margin: 0;
    text-align: left;
    line-height: 1.15em;
    float: left;
    width: 100%;
    clear: left;
}

#footer {
    clear: both;
    width: 100%;
    position: relative;
    font-size: .9em;
    color: #999999;
}

    #footer a {
        color: #065279; /*AUDYT #117fb6;*/
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
        }

    #footer .innerContent {
        width: 960px;
        margin: 0 auto;
    }

    #footer .footerLinks {
        border-bottom: 1px solid #E5E5E5;
        padding: 1.8em 0 1.8em .5em;
        overflow: hidden;
    }

        #footer .footerLinks dt {
            float: left;
            margin-right: .3em;
        }

        #footer .footerLinks dd {
            float: left;
        }

            #footer .footerLinks dd li {
                border-right: 1px solid #ccc;
                display: inline;
                padding: 0 .6em;
                margin-top: .9em;
            }

                #footer .footerLinks dd li.lastChild {
                    border-right: none;
                }

    #footer .copy {
        margin: 1.3em 0 0;
        padding: 0 .7em 1.3em;
        overflow: hidden;
        float: right;
    }

div.formLine, div.formLineShortLabel {
    clear: left;
    padding: .4em 0;
    overflow: hidden;
}

#content fieldset.filter div.formLine {
    padding: .2em 0;
}

#content fieldset.filter div.inactive label {
    color: #787878;
}

#content fieldset.filter div.inactive .fields input,
#content fieldset.filter div.inactive .fields select {
    background: #efefef;
    border-color: #ddd;
    color: #787878;
}

div.formLine label {
    float: left;
    line-height: 1.5em;
    text-align: left;
    width: 35%;
}

div.formLine .fields label {
    float: none;
    line-height: inherit;
    width: auto;
    display: block;
    margin: .2em 0;
}

div.formLine span.formHint {
    font-size: .9em;
    /*AUDYT font-style: oblique;*/
    display: block;
    color: #838383;
    padding: .15em 0;
}

div.withHint label {
    width: 41%;
}

div.withHint div.fields {
    margin-left: 47%;
}

div.formLine div.fields {
    margin-left: 37%;
    position: relative;
}

fieldset.filter div.formLine label {
    width: 44%;
}

fieldset.filter div.withHint label {
    width: 41%;
}

fieldset.filter div.formLine div.fields {
    margin-left: 47%;
}

div.formLine div.fields span.data {
    color: #999;
}

div.buttons {
    margin-left: 41%;
}

*:first-child + html div.buttons {
    margin-left: 23%;
}

    div.buttons .additional {
        display: inline-block;
    }

        div.buttons .additional a {
            display: inline-block;
            margin-bottom: .5em;
            float: left;
            clear: left;
        }

div.formLine input {
    margin-left: 0;
}

    div.formLine input.text,
    div.formLine select,
    div.formLine textarea {
        height: 1em;
        padding: .2em;
        width: 12em;
        border: 1px solid #999;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        div.formLine select.multiselect {
            width: 30em;
            height: 13em;
        }

div.formLine select {
    height: auto;
}

div.formLine textarea {
    height: 12em;
    width: 350px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #383838;
}

div.formLineError {
    background: #ffe2e2;
    padding-left: .5em;
    padding-right: .5em;
}

div.formLine span.error {
    color: #ff0000;
    padding-left: .4em;
}

div.formLine input.inputError,
div.formLine textarea.inputError,
div.formLine select.inputError {
    border-color: #ff0000;
}

#content fieldset.filter div.formLine input.radioInput {
    float: left;
}

#content fieldset.filter div.formLine .fields {
    zoom: 1;
}

#content fieldset.filter div.formLine .radioFields {
    float: left;
    width: 90%;
}

#content fieldset.filter div.formLine input.text,
#content fieldset.filter div.formLine select {
    font-size: 1em;
    width: 90%;
}

#content fieldset.filter div.formLine input.short {
    width: 1.5em;
}

#content fieldset.filter div.formLine .afterShort {
    width: 70%;
    margin-left: .3em;
}

#content fieldset.filter div.formLine input.calendar {
    width: 70%;
}

#content fieldset.filter div.formLine img.ui-datepicker-trigger {
    padding-left: 3px;
    position: relative;
    top: 4px;
    cursor: pointer;
}

*:first-child + html #content fieldset.filter div.formLine input {
    margin-left: -4em;
}

* html #content fieldset.filter div.formLine input {
    margin-left: -4em;
}

input.button,
a.button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #bfce28;
    border-bottom-color: #404040;
    color: #000000;
    text-shadow: 1px 1px 1px #ffffff;
    display: inline-block;
    font-size: 1.3em;
    height: 2.3em;
    padding: 0 32px 0 .6em;
    text-decoration: none;
    background: url('../images/layout/white-arrow.gif') no-repeat scroll right 11px #CBDB2A;
    cursor: pointer;
}

input.smallButton,
a.smallButton {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    border-bottom-color: #3d3e40;
    color: #3d3e40;
    text-shadow: 1px 1px 1px #ffffff;
    display: inline-block;
    font-size: .95em;
    padding: 0 0.4em;
    text-decoration: none;
    cursor: pointer;
    background: #f1f1f1;
}

    input.smallButton:hover,
    a.smallButton:hover {
        background: #fff;
    }

div.buttons input.button {
    float: left;
    margin-right: 10px;
    width: auto;
}

a.button {
    line-height: 2.3em;
}

    input.button:hover,
    a.button:hover {
        background-color: #d5e72d;
        border-color: #cfdf2b;
        border-bottom-color: #404040;
    }

.hint {
    background: url('../images/layout/help.png') no-repeat 0 50%;
    cursor: pointer;
    padding-left: 20px;
}

div.formLine .hint {
    background-position: 100% 0;
    padding-left: 0;
    padding-right: 20px;
}

.hintContent {
    display: none !important;
}

#content .loginForm {
    width: 35em;
    margin: 1em auto;
}

*:first-child + html #content .loginForm {
    width: 40em;
}

.ui-tooltip-efl {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #383838;
    font-size: 1.1em;
    line-height: 1.1em;
}

    .ui-tooltip-efl .ui-tooltip-content {
        border-color: #d0dff3;
        border-width: 2px;
        border-top: none;
        background-color: #f3f8ff;
        padding: .7em 1em .7em 1em;
    }

    .ui-tooltip-efl .ui-tooltip-titlebar {
        border-color: #d0dff3;
        border-width: 2px;
        border-bottom: none;
        background-color: #f3f8ff;
        padding: .7em 1em 0em;
    }

    .ui-tooltip-efl p {
        margin: .5em 0;
    }

#content .loginColumns {
    border-top: 1px solid #e1e1e1;
    clear: both;
    padding: .7em 0;
    overflow: hidden;
}

    #content .loginColumns .col {
        width: 48%;
    }

    #content .loginColumns #col1 {
        float: left;
    }

    #content .loginColumns #col2 {
        float: right;
    }

#content .info {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #d0dff3;
    background-color: #f3f8ff;
    padding: .4em 1em;
    margin: 1em 0;
}

    #content .info .title {
        padding-left: 22px;
        margin: .5em 0;
        font-size: 1.15em;
        background: url('../images/layout/info.png') no-repeat 0 50%;
    }

#content .bigger {
    font-size: 1.1em;
}

#content .smaller {
    font-size: .9em;
}

#content fieldset.filter {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    padding: .8em 1em;
    margin: .9em 0;
    width: 24em;
    font-size: .95em;
}

    #content fieldset.filter legend {
        padding: 0 .5em;
        color: #828282;
    }

#content .formLine table.list {
    width: auto;
}

#content table.list {
    width: 100%;
    margin: .5em 0;
    border: 1px solid #d5d5d5;
}

    #content table.list .paymentDetails td {
        border-top: none;
    }

    #content table.list .toggleDetails {
        width: 5em;
    }

    #content table.list td,
    #content table.list .paymentDetails td table td {
        border-top: 1px solid #d5d5d5;
    }

    #content table.list .paymentDetails td table td {
        background: #fdfdfd;
    }

    #content table.list .paymentDetails td table th {
        background: #f3f3f3;
    }

    #content table.list th,
    #content table.list td {
        vertical-align: top;
        padding: .7em;
    }

#content .formLine table.list th,
#content .formLine table.list td {
    padding: .4em .7em;
    font-size: .95em;
}

#content table.list th {
    font-size: .95em;
    background-color: #f6f6f6;
}

    #content table.list th a {
        text-decoration: none;
        color: #383838;
        font-weight: normal;
    }

    #content table.list th.sorted a {
        padding-right: 15px;
        background-position: 100% 50%;
        background-repeat: no-repeat;
    }

    #content table.list th.asc a {
        background-image: url('../images/layout/asc.png');
    }

    #content table.list th.desc a {
        background-image: url('../images/layout/desc.png');
    }

#content table.list tr.partlyPaid .alert,
#content table.list tr.notPaid .alert {
    color: #980903; /*AUDYT #edb903*/
    font-weight: bold;
    /*AUDYT font-style: oblique;*/
    display: block;
    padding: .1em 0;
}

#content table.list tr.notPaid td {
    background-color: #fffecf;
}

#content table.list tr.notPaid .alert {
    background: url('../images/layout/exclamation.png') no-repeat 0 50%; /*AUDYT alert.png*/
    padding-left: 20px;
}

#content table.list th.narrow {
    width: 3.7em;
}

#content .sort {
    float: right;
    text-align: right;
}

    #content .sort select {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #999;
        margin: .2em 0 .2em .3em;
        font-size: .95em;
        color: #666;
    }

#content .sorted select {
    background-color: #fffecf;
}

#content .pagination {
    height: 23px;
    line-height: 23px;
    text-align: right;
    margin: .3em 0;
}

    #content .pagination em {
        background-color: #EAF1F8;
        font-style: normal;
    }

    #content .pagination a,
    #content .pagination em {
        border: 1px solid #EAEAEA;
        border-radius: 3px 3px 3px 3px;
        color: #065279; /*AUDYT #117FB6;*/
        padding: 2px 6px;
        position: relative;
        text-decoration: none;
    }

        #content .pagination a:hover {
            background-color: #e3eef8;
        }

#content .info#invoice {
    float: right;
    width: 20em;
}

#content a.add {
    padding-left: 20px;
    background: url('../images/layout/add.png') no-repeat 0 50%;
}

#content a.remove {
    padding-left: 20px;
    background: url('../images/layout/cross.png') no-repeat 0 50%;
}

#content a.download {
    padding-left: 20px;
    background: url('../images/layout/download.png') no-repeat 0 50%;
}

#content .attachments {
    padding-left: 20px;
    background: url('../images/layout/att.png') no-repeat 0 50%;
}

#content fieldset {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    background: #fbfbfb;
    padding: .8em 1em;
}

    #content fieldset legend {
        padding: 0 .5em;
        color: #828282;
    }

#content #mainContent .message {
    padding: 1em .5em;
    text-align: center;
    font-size: 1.25em;
}

    #content #mainContent .message span {
        padding-left: 22px;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

#content #mainContent .ok {
    background-color: #e3f1c2;
    color: #257e21;
    border-bottom: 1px solid #c6df8a;
}

#content #mainContent .notOk {
    background-color: #d2412f;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #ab3526;
}

#content #mainContent .ok span {
    background-image: url('../images/layout/accept.png');
}

#content #mainContent .notOk span {
    background-image: url('../images/layout/exclamation.png');
}

#content ul.attachmentsList {
    margin: .4em 0 .4em 1.2em;
}

    #content ul.attachmentsList li {
        margin: .2em 0;
    }

#content a.removeAttachment {
    margin-left: 5px;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
}

.ui-multiselect {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .ui-multiselect,
    .ui-multiselect div.available {
        border-color: #999;
    }

        .ui-multiselect input.search {
            width: 10px;
        }

        .ui-multiselect .ui-widget-header {
            background-image: none;
            background-color: #fff;
            color: #000;
            border-bottom: 1px solid #ccc;
        }

        .ui-multiselect .selected .ui-widget-header {
            background-color: #F6F6F6;
        }

        .ui-multiselect .available .ui-state-default {
            background-image: none;
            background-color: #fff;
            color: #888888;
            font-weight: normal;
        }

        .ui-multiselect .ui-widget-header a {
            color: #1C94C4;
            font-weight: normal;
        }

        .ui-multiselect .available .ui-widget-header a {
            color: #888;
        }

        .ui-multiselect .count {
            font-weight: normal;
        }

a.menuPdf { /*AUDYT*/
    background-image: url('../images/layout/pdf.png') !important;
    background-position: 0% 50% !important;
}

div.line {
    clear: left;
    padding: .4em 0;
    overflow: hidden;
}

    div.line label {
        width: 25%;
        text-align: left;
        line-height: 1.5em;
        float: left;
        font-weight: bold;
    }

    div.line div.field {
        width: 25%;
        float: left;
    }

.lower10 {
    margin-top: 10px;
}

.lower7 {
    margin-top: 7px;
}

#mainContent .inboxContentSpace {
    padding: 20px;
    overflow: hidden;
}

#header #chooseCompanyNonPortal {
    position: absolute;
    right: 0;
    top: 60px;
    text-align: left;
}


#contentMsg .boxContent {
    overflow: hidden;
    padding: 0.8em;
}

#contentMsg .accordionBox {
    margin: 10px 0;
}

    #contentMsg .accordionBox .titleBar {
        padding: .6em;
        border-bottom: 1px solid #ebecee;
        overflow: hidden;
    }

#contentMsg .fromEfl .titleBar {
    padding: .6em 23px .6em .6em;
    background-color: #fffecf;
}

#contentMsg .accordionBox .title {
    display: block;
    float: left;
}

#contentMsg .fromEfl .title {
    padding-left: 21px;
    width: 82%;
    background: url('../images/layout/yFlag.png') no-repeat 0 0;
}

#contentMsg .boxContent p {
    margin: .3em .3em;
}

#contentMsg {
    background-color: White;
}

    #contentMsg a {
        color: #117fb6;
    }

.forgotPass {
    margin-left: 17px;
}

.appRules {
    margin-top: 20px;
}

img.displayed {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto
}

#oList li {
    list-style-type: decimal !important;
}

    #oList li.letter {
        list-style-type: lower-alpha !important;
        margin-left: 40px !important;
        margin-top: 5px !important;
    }

    #oList li.disc {
        list-style-type: disc !important;
        margin-left: 40px !important;
        margin-top: 5px !important;
    }

.optional:after {
    content: "(opcjonalne)"
}
/*AUDYT*/


div.formLineShortLabel select.multiselect {
    width: 40em;
    height: 13em;
}

div.formLineShortLabel label {
    float: left;
    line-height: 1.5em;
    text-align: left;
    width: 15%;
}

div.formLineShortLabel div.fields {
    margin-left: 17%;
    position: relative;
}

#mainContent .inboxContentOverflow {
    padding: .8em;
    overflow: visible;
}

.inboxContentOverflow table.list td {
    border: 1px solid #d5d5d5 !important;
    background: white;
    text-align: right;
}

.number {
    text-align: right;
}

.inboxContentOverflow table.list th {
    padding-right: 2px !important;
    padding-left: 2px !important;
    border: 1px solid #d5d5d5 !important;
}

.inboxContentOverflow.fromLine label {
    width: 15% !important;
}


.popupMsg {
    background-color: White !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none
}

.gray {
    background-color: #D1D1D1 !important;
}

#content table.list td.notInvoiced {
    background-color: #fffecf;
}

#content table.list td.invoiced {
    background-color: #E7F3E7;
}

.ui-tooltip-red .ui-tooltip-content, .ui-tooltip-red .ui-tooltip-titlebar {
    color: black !important;
}

#content .alertWarning {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #ab3526;
    background-color: #ffe2e2;
    padding: .4em 1em;
    margin: 1em 0;
}

    #content .alertWarning .title {
        padding-left: 22px;
        margin: .5em 0;
        font-size: 1.15em;
        background: url('../images/layout/exclamation.png') no-repeat 0 50%;
    }


#content .alertNone {
    display: none
}

    #content .alertNone .title {
        display: none
    }
