﻿/*! 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;*/
    margin-right: 2px;
}

/* 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;
}

/*OGÓLNE*/

html,
html * {
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
}

html {
    height: 100%;
    font-size: 12px;
}

body,
body > form {
    height: 100%;
    min-height: 100%;
}

/*HEADER*/

div#main.main {
    background-color: #576ca3 !important;
    height: 30px;
    color: #fff;
    font-size: 10px;
    background: url(Images/ico/FleetManager_logotyp.svg) no-repeat scroll 20px center transparent;
    background-size: auto 17px;
    margin-left: 10px;
    margin-left: 0;
}

    div#main.main a,
    div#main.main a:visited {
        color: #fff;
        text-decoration: none;
    }

    div#main.main .topmenu {
        float: right;
        line-height: 30px;
        display: inline-flex;
    }

    div#main.main .topMenuText {
        float: left;
        display: inline-block;
    }

    div#main.main .topmenu1.logoutlink {
        background: url('Images/ico/ico_logout.svg') no-repeat scroll left center transparent;
        background-size: auto 14px;
        font-size: 0px;
        height: 30px;
        width: 14px;
        margin: 0px 10px;
        float: left;
        display: none;
    }

    div#main.main #TopMenu1_topMenuProgramUrl,
    div#main.main #TopMenu1_lbLocalisation,
    div#main.main #TopMenu1_topMenuText > span,
    div#main.main .logins {
    }

    div#main.main #TopMenu1_lbApplication {
        background: url('Images/ico/ico_user.svg') no-repeat scroll left center transparent;
        background-size: auto 12px;
        padding: 0px 0px 0px 16px;
    }

/*MENU*/

#navPanel.navigationPanel {
    display: inline-block;
    width: 100%;
    height: 41px;
}

#wholeMenu {
    position: relative;
    background: #2c2c40;
    color: #fff;
    padding: 0px;
    float: right;
    width: calc(100% - 300px);
}

    #wholeMenu table.menustyle {
        width: 100%;
    }


        #wholeMenu table.menustyle tr:nth-of-type(3):before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0px;
            left: -41px;
            width: 0;
            height: 0;
            border-top: 41px solid #2c2c40;
            border-left: 41px solid transparent;
        }

        #wholeMenu table.menustyle tr {
            display: inline-block;
            float: left;
            border-top: 5px solid #2c2c40;
            border-bottom: 5px solid #2c2c40;
            text-transform: uppercase;
            font-size: 10px;
            font-weight: 700;
            cursor: pointer;
            height: 41px;
        }

            #wholeMenu table.menustyle tr:hover {
                border-top: 5px solid #576ca3;
                border-bottom: 5px solid #576ca3;
                background-color: #576ca3;
            }

            #wholeMenu table.menustyle tr:nth-of-type(3):hover:before {
                border-top: 41px solid #576ca3;
            }

            #wholeMenu table.menustyle tr td {
                padding: 10px 30px 10px 70px;
                border-right: 1px solid #fff;
                background-size: auto 31px !important;
            }

            #wholeMenu table.menustyle tr:nth-of-type(1) td {
                background: none;
            }

            #wholeMenu table.menustyle tr td.VehicleIcon {
                background: url('Images/ico/ico_car.svg') no-repeat scroll 30px center transparent;
            }

            #wholeMenu table.menustyle tr td.driverIcon {
                background: url('Images/ico/ico_steeringWheel.svg') no-repeat scroll 30px center transparent;
            }

            #wholeMenu table.menustyle tr td.cardPetrolIcon {
                background: url('Images/ico/ico_gas.svg') no-repeat scroll 30px center transparent;
            }

            #wholeMenu table.menustyle tr td.insurancePolicyIcon {
                background: url('Images/ico/ico_mainInsurance.svg') no-repeat scroll 30px center transparent;
            }

            #wholeMenu table.menustyle tr td.claimIcon {
                background: url('Images/ico/ico_mainDamages.svg') no-repeat scroll 30px center transparent;
            }

            #wholeMenu table.menustyle tr td.invoiceIcon {
                background: url('Images/ico/ico_mainInvoices.svg') no-repeat scroll 30px center transparent;
            }

            #wholeMenu table.menustyle tr td.reportIcon {
                background: url('Images/ico/ico_mainAnalytics.svg') no-repeat scroll 30px center transparent;
            }

            #wholeMenu table.menustyle tr:nth-of-type(2) {
                float: right;
                padding-right: 10px;
                padding-left: 10px;
            }

                #wholeMenu table.menustyle tr:nth-of-type(2) td {
                    background: url(Images/ico/ico_list.svg) no-repeat scroll center center transparent;
                    background-size: auto 21px !important;
                    border: none;
                    font-size: 0px;
                    height: 32px;
                    width: 31px;
                    padding: 0px;
                }

            #wholeMenu table.menustyle tr:nth-of-type(1),
            #wholeMenu table.menustyle tr:nth-of-type(1):hover {
                position: absolute;
                font-size: 0px;
                border: none;
                top: 0px;
                left: -300px;
                background-color: transparent;
            }

                #wholeMenu table.menustyle tr:nth-of-type(1) td {
                    background-size: auto 41px !important;
                    padding: 0px;
                    height: 50px;
                    width: 259px;
                    border: none;
                }

    #wholeMenu table.submenu td {
        background: #576ca3;
        color: #fff;
        padding: 10px 20px;
    }

        #wholeMenu table.submenu td:hover {
            background: #8e1713;
        }

    #wholeMenu table.submenu {
        background: #576ca3;
        color: #fff;
        right: 0px !important;
        left: auto !important;
        top: 100% !important;
    }

#navPanel > .clientLogoWrapper {
    /*position:fixed;*/
    overflow: hidden;
    top: 38px;
    left: 40px;
    width: 210px;
    height: 66px;
    text-align: center;
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
}

    #navPanel > .clientLogoWrapper > a {
        height: 66px;
        width: 210px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px;
    }

    #navPanel > .clientLogoWrapper img.clientLogo {
        max-width: 100%;
        max-height: 100%;
    }

/*FOOTER*/

#footer.footer {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #576ca3;
    color: #fff;
    padding: 0px 10px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-size: 10px;
    z-index: 2;
}

    #footer.footer a,
    #footer.footer a:visited {
        color: #fff;
        text-decoration: none;
    }

    #footer.footer #footer_left_logo {
        display: inline-block;
        float: left;
        font-weight: 900;
    }

    #footer.footer #footer_right_logo {
        display: inline-block;
        float: right;
    }

        #footer.footer #footer_right_logo a {
            font-weight: 900;
        }

/*CONTENT*/

.mainContent {
    background: #fff;
    min-height: calc(100% - 30px);
    padding-bottom: 30px;
}

    .mainContent .fastsearch {
        display: none;
    }

#content.content {
    /*height: calc(100% - 41px);*/
}

    #content.content .welcomePageWrapper {
        min-height: 100%;
        background: #f5f9fe;
    }

/* Upload Panel Info Panel*/

.uploadPanel .infoPanel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    margin: 10vh auto 0px auto;
    width: calc(100% - 600px);
    min-width: 600px;
    padding: 15px;
    font-size: 13px;
}

    .uploadPanel .infoPanel span {
        display: block;
        text-align: center;
        padding: 10px;
    }

.uploadPanel .infoWrapper {
    background: url('Images/ico/ico_multiFileUpload.svg') no-repeat top center scroll transparent;
    background-size: 64px auto;
    padding-top: 64px;
}

    .uploadPanel .infoWrapper .nameScheme {
        font-weight: bold;
    }

.uploadPanel .filetypeListWrapper {
    padding: 10px;
    color: #ffffff;
    background: #576ca3;
}

    .uploadPanel .filetypeListWrapper .filetypeListHeader {
        font-weight: bold;
    }

    .uploadPanel .filetypeListWrapper .listItem {
        text-align: left;
        padding-left: 40px;
        margin: 10px 0px;
        white-space: nowrap;
    }

        .uploadPanel .filetypeListWrapper .listItem.policyItem {
            background: url('Images/ico/ico_claim.svg') no-repeat left center scroll transparent;
            background-size: 32px auto;
        }

        .uploadPanel .filetypeListWrapper .listItem.photoItem {
            background: url('Images/ico/ico_picture.svg') no-repeat left center scroll transparent;
            background-size: 32px auto;
        }

        .uploadPanel .filetypeListWrapper .listItem.ocItem {
            background: url('Images/ico/ico_carInsurance.svg') no-repeat left center scroll transparent;
            background-size: 32px auto;
        }

    .uploadPanel .filetypeListWrapper .filetypeListWarning {
        border: 1px solid #ffffff;
        font-size: 11px;
    }

.uploadWrapper {
    text-align: center;
    padding-top: 50px;
}

    .uploadWrapper > div {
        position: relative;
        display: inline-block;
    }

        .uploadWrapper > div:before {
            content: "Prześlij pliki";
            position: absolute;
            white-space: nowrap;
            color: #ffffff;
            font-size: 16px;
            line-height: 40px;
            top: 0px;
            left: 40px;
            pointer-events: none;
        }

        .uploadWrapper > div > input[type="submit"] {
            background-image: url(Images/ico/ico_upload.svg);
            background-position: 10px center;
            background-attachment: scroll;
            background-repeat: no-repeat;
            background-size: 22px auto;
            padding: 0px 0px 0px 40px;
            height: 40px !important;
            min-width: 135px;
        }

    .uploadWrapper .popup .multiUpload {
        margin-bottom: 20px;
    }

/*FORM*/
html .ajax__tab_xp .ajax__tab_header {
    border-bottom: 9px solid #2c2c40;
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-top: 21px;
    background: none transparent;
}

    html .ajax__tab_xp .ajax__tab_header span {
        display: inline-block;
        height: auto;
        background-image: none;
        padding: 0px;
        border: none;
    }

        html .ajax__tab_xp .ajax__tab_header span.ajax__tab_tab {
            padding: 0px 8px 8px 9px;
            font-weight: 900;
            text-transform: uppercase;
            font-family: 'Lato', sans-serif;
            border-bottom: 9px solid #2c2c40;
            height: 29px;
            font-size: 11px;
        }

html .ajax__tab_xp .ajax__tab_active span.ajax__tab_tab,
html .ajax__tab_xp .ajax__tab_active.ajax__tab_hover span.ajax__tab_tab {
    background: none;
    border-bottom: 9px solid #576ca3;
}

html .ajax__tab_xp .ajax__tab_hover span.ajax__tab_tab {
    border-bottom: 9px solid #576ca3;
}

html .ajax__tab_xp .ajax__tab_active .ajax__tab_inner,
html .ajax__tab_xp .ajax__tab_active .ajax__tab_outer,
html .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab,
html .ajax__tab_xp .ajax__tab_hover .ajax__tab_inner,
html .ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
    background: none;
}

html .ajax__tab_xp .ajax__tab_body {
    font-family: 'Lato', sans-serif;
    border: none;
    font-size: 12px;
    padding: 9px 9px 9px 9px;
}

html fieldset {
    border: none;
    position: relative;
    background: #f5f9fe;
    padding: 55px 0px 10px 40px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    float: left;
}

    html fieldset > legend {
        position: absolute;
        top: 0px;
        left: 0px;
        font-weight: 900;
        font-size: 14px;
        padding: 10px 10px 10px 40px;
        padding-top: 20px;
    }

fieldset.carAttendantFieldset > legend,
fieldset.basicInfoFieldset > legend,
fieldset.driversFieldset > legend,
fieldset.carInfoFieldset1 > legend {
    background: url('Images/ico/ico_carAttendant.svg') no-repeat scroll 10px center transparent;
    background-size: 22px auto;
}

fieldset.carInfoFieldset > legend,
fieldset.damagedVehicleDataFieldset > legend {
    background: url('Images/ico/ico_carInfo.svg') no-repeat scroll 10px 14px transparent;
    background-size: 22px auto;
}

fieldset.insuranceInfoFieldset > legend {
    background: url('Images/ico/ico_insuranceInfo.svg') no-repeat scroll 10px 14px transparent;
    background-size: 22px auto;
}

fieldset.settlementFieldset > legend,
fieldset.duesFieldset > legend,
fieldset.liabilities1Fieldset > legend,
fieldset.financeDataFieldset > legend {
    background: url('Images/ico/ico_costOrigin.svg') no-repeat scroll 10px center transparent;
    background-size: 22px auto;
}

fieldset.eventCalendarFieldset > legend {
    background: url('Images/ico/ico_eventCalendar.svg') no-repeat scroll 10px center transparent;
    background-size: 22px auto;
}

fieldset.damageInfoFieldset > legend,
.damageDetailsFieldset > legend {
    background: url('Images/ico/ico_damageInfo.svg') no-repeat scroll 10px 15px transparent;
    background-size: 22px auto;
}

fieldset.currentDriverFieldset > legend {
    background: url('Images/ico/ico_currentDriver.svg') no-repeat scroll 10px center transparent;
    background-size: 22px auto;
}

fieldset.fuelCardFieldset > legend {
    background: url('Images/ico/ico_fuelCard.svg') no-repeat scroll 10px center transparent;
    background-size: 22px auto;
}

fieldset.vatinFieldset > legend {
    background: url('Images/ico/ico_vatin.svg') no-repeat scroll 10px center transparent;
    background-size: 22px auto;
}

fieldset.summaryFieldset > legend {
    background: url('Images/ico/ico_summary.svg') no-repeat scroll 10px center transparent;
    background-size: 22px auto;
}

fieldset.selectedAlertsFieldset > legend {
    background: url('Images/ico/ico_alerts.svg') no-repeat scroll 10px center transparent;
    background-size: 22px auto;
}

fieldset.payoutListDamageFieldset > legend {
    background: url('Images/ico/ico_paymentList.svg') no-repeat scroll 10px center transparent;
    background-size: 22px auto;
}

fieldset.selectedChartsFieldset > legend {
    background: url('Images/ico/ico_selectedCharts.svg') no-repeat scroll 10px center transparent;
    background-size: 22px auto;
}

html .field {
    float: left;
    display: inline-block;
    min-height: 42px;
    padding-right: 10px;
}

.field > span.value {
    font-weight: 900;
}

html .field input[type="text"],
html .field input[type="password"],
html .field select,
html .field textarea {
    border: 1px solid #2c2c40;
    padding: 3px;
    min-height: 30px;
    /*width:100%;*/
}

html .field > label {
    min-height: 30px;
    display: flex;
    align-items: center;
    text-align: left;
}

html .field .styledSelect select {
    width: 100%;
}

html .ui-formContentWrapper,
html .ui-formContentWrapper > .ui-multiViewPanel {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
}

.ui-row {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.ui-column {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

html .ui-formContentWrapper .ui-formList {
    width: 260px;
    padding-top: 41px;
}

    html .ui-formContentWrapper .ui-formList + .ui-formContent {
        width: calc(100% - 260px);
    }

    html .ui-formContentWrapper .ui-formList > .GenericListWithFilter {
        border-top: 9px solid #2c2c40;
    }

html fieldset.hiddenFieldset {
    background: transparent;
    padding: 0px;
}

    html fieldset.hiddenFieldset > legend {
        display: none;
    }

fieldset.photoFieldset {
    font-size: 0px;
    height: 250px;
    text-align: center;
}

    fieldset.photoFieldset img {
        max-width: 100%;
        max-height: 250px;
    }

fieldset.eventCalendarFieldset .field {
    padding: 0px;
}

fieldset.logoFieldset img {
    max-width: 100%;
    max-height: 250px;
}

div.PolicyState {
    position: absolute;
    right: 10px;
    color: #fff;
    font-weight: 700;
    background: green;
    top: 11px;
    z-index: 3;
    padding-left: 5px;
}

    div.PolicyState span.PolicyState {
        display: inline-block;
        padding: 3px 10px;
    }

.ui-formContent > .VSMFormPopupToolbarDiv {
    position: fixed;
    bottom: 30px;
    height: 60px;
    width: 100%;
    padding-left: 00px;
    background: #fff;
    border-top: 9px solid #2c2c40;
    padding-top: 9px;
    left: 0px;
    z-index: 5;
}

.ui-formContent > .ConfigurationFormPopupToolbarDiv {
    position: fixed;
    bottom: 30px;
    height: 60px;
    width: 100%;
    padding-left: 00px;
    background: #fff;
    border-top: 9px solid #2c2c40;
    padding-top: 9px;
    padding-left: 10px;
    left: 0px;
    z-index: 5;
}

html .ui-formContentWrapper .ui-formList + .ui-formContent > .VSMFormPopupToolbarDiv {
    padding-left: 260px;
}

.ui-formContent > .VSMFormPopupToolbarDiv .dhx_toolbar_dhx_terrace {
    padding: 0px 9px 0px 9px;
    height: 100%;
}

html .dhx_toolbar_dhx_terrace div.dhx_toolbar_btn,
html input[type="submit"],
html input[type="button"],
html .buttoninnerdiv a,
.jurnalAttachments > div .filterHeaderSelected a,
.jurnalAttachments a.AttachmentButtons,
.jurnalAttachments .ImageSlider .Header .PrevButtons a,
.jurnalAttachments .ImageSlider .Header .NextButtons a {
    color: #fff;
    font-weight: 700;
    background-color: #2c2c40;
    border: none;
    border-radius: 3px !important;
    height: 30px !important;
    padding: 0px 15px;
    margin-right: 10px;
    cursor: pointer !important;
    line-height: 30px;
}

html .buttoninnerdiv a,
.jurnalAttachments > div .filterHeaderSelected a,
.jurnalAttachments a.AttachmentButtons,
.jurnalAttachments .ImageSlider .Header .PrevButtons a,
.jurnalAttachments .ImageSlider .Header .NextButtons a {
    display: inline-block;
    text-decoration: none;
    float: left;
}

    html .buttoninnerdiv a img {
        display: none;
    }

    html .buttoninnerdiv a * {
        float: left;
    }

html .dhx_toolbar_dhx_terrace div.dhx_toolbar_btn div.dhxtoolbar_text {
    height: 100%;
    cursor: pointer !important;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
}

html .dhx_toolbar_dhx_terrace div.dhx_toolbar_arw {
    color: #fff;
    font-weight: 700;
    background-color: #2c2c40;
    border: none;
    height: 30px !important;
    padding: 0px 5px;
    cursor: pointer !important;
}

html .dhx_toolbar_dhx_terrace div.dhx_toolbar_btn + div.dhx_toolbar_arw {
    display: none;
}

html .dhx_toolbar_dhx_terrace div.dhx_toolbar_btn.dhxtoolbar_btn_over,
html div.dhx_toolbar_poly_dhx_terrace .tr_btn_over td,
html div.dhx_toolbar_poly_dhx_terrace .tr_btn_selected td,
html input[type="submit"]:hover,
html input[type="button"]:hover,
html .buttoninnerdiv a:hover,
.jurnalAttachments > div .filterHeaderSelected a:hover,
.jurnalAttachments a.AttachmentButtons:hover,
.jurnalAttachments .ImageSlider .Header .PrevButtons a:hover,
.jurnalAttachments .ImageSlider .Header .NextButtons a:hover {
    color: #fff;
    background-color: #576ca3;
    cursor: pointer;
}

html div.dhx_toolbar_poly_dhx_terrace {
    padding: 0px;
    border: none;
    border-radius: 3px;
}

html .ui-formList .AccordionPaneFilter,
html .ui-formList .FilterMainDivInner .ajax__tab_header,
html .ui-formList .FilterMainDivInner br,
html .ui-formList .xhdr {
    display: none;
}

    html .ui-formList .AccordionPaneFilter span {
        font-size: 0px;
        background: url('Images/ico/ico_popup.svg') no-repeat scroll center center transparent;
        background-size: 100% auto;
        width: 16px;
        display: block;
        position: absolute;
        height: 16px;
    }

html .ui-formList .FilterMainDivInner {
    display: block !important;
    position: relative;
    height: 50px;
    background: #f5f9fe;
}

    html .ui-formList .FilterMainDivInner .ajax__tab_body {
        display: inline-block;
        width: 100%;
        padding: 10px 10px 10px 20px;
        background: transparent;
    }

    html .ui-formList .FilterMainDivInner .field > label,
    html .ui-formList .FilterMainDivInner div[style="clear:both;"] {
        display: none;
    }

    html .ui-formList .FilterMainDivInner .field {
        float: left;
        width: calc(100% - 58px);
        min-height: 0px;
        padding: 0px;
    }

        html .ui-formList .FilterMainDivInner .field input {
            height: 30px;
            width: 100%;
            border-radius: 3px 0px 0px 3px;
        }

    html .ui-formList .FilterMainDivInner .simplebutton input {
        position: absolute;
        top: 10px;
        right: 30px;
        width: 30px;
        font-size: 0px;
        height: 30px;
        padding: 0px;
        background-image: url('Images/ico/ico_magnifier.svg');
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 20px auto;
    }

html fieldset.hiddenFieldset.mockCalendarFieldset {
    background: url('Images/bg/bg_mock_carCalendar.jpg') no-repeat scroll center center transparent;
    background-size: 100% auto;
    padding-top: 83%;
    width: calc(100% - 10px);
}

html .ui-clientProfile .ajax__tab_xp .ajax__tab_header {
    padding-left: 300px;
    margin-top: 10px;
}

/*TABLE*/

.ComplexDelButItem input,
.ComplexEditButItem input {
    margin: 0px !important;
    font-size: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

html .ComplexEditButItem input {
    background-image: url('Images/ico/ico_edit.svg');
    background-size: 16px auto;
}

html .ComplexDelButItem input {
    background-image: url('Images/ico/ico_trash.svg');
    background-size: 16px auto;
}

.field.complexfield.hiddenHeader th {
    display: none;
}

.field.complexfield {
    width: 100%;
}

    .field.complexfield table,
    table.searchresults {
        width: 100%;
        font-size: 12px;
        border: none;
        margin-top: 9px;
    }

        .field.complexfield table tr,
        table.searchresults tr {
            border-bottom: 5px solid #fff;
        }

            .field.complexfield table tr:last-of-type,
            .field.complexfield table tr:first-child,
            table.searchresults tr:last-of-type,
            table.searchresults tr:first-child {
                border-bottom: none;
            }

        .field.complexfield table th,
        table.searchresults th {
            border: none;
            border-right: 1px solid #fff;
            color: #fff;
            background: #2c2c40;
            font-weight: 900;
            text-transform: uppercase;
            min-height: 18px;
            vertical-align: middle;
            padding: 3px 9px;
            text-align: center;
        }

            table.searchresults th td,
            table.gridheadertable td,
            table.searchresults th td a,
            table.gridheadertable td a,
            table.searchresults th td a:visited,
            table.gridheadertable td a:visited {
                background: transparent;
                padding: 0px;
                color: #fff;
            }

            .field.complexfield table th:last-of-type,
            table.searchresults th:last-of-type {
                border-right: none;
            }

        .field.complexfield table td,
        table.searchresults td {
            border: none;
            padding: 9px;
            background: #f5f9fe;
            vertical-align: middle;
        }

        html .field.complexfield table .field,
        table.searchresults .field {
            padding: 0px;
            min-height: 0px;
        }

fieldset .field.complexfield table td,
fieldset table.searchresults td {
    background: #fff;
}

fieldset .field.complexfield table tr,
fieldset table.searchresults tr {
    border-bottom-color: #f5f9fe;
}

td.linkClass a {
    font-size: 0px;
    background: url('Images/ico/ico_link.svg') no-repeat scroll center center transparent;
    background-size: 26px auto;
    display: inline-block;
    height: 26px;
    width: 26px;
}

td.pdfFiletypeClass a {
    font-size: 0px;
    background: url('Images/ico/filetype_pdf.svg') no-repeat scroll center center transparent;
    background-size: 26px auto;
    display: inline-block;
    height: 26px;
    width: 26px;
}

/*LISTS*/

.content.listaraportow > h1,
.content > .import:before,
.content > .configuration:before,
.content .formstyle.JournalContent:before,
.jurnalAttachments:before,
.content > .ChangePasswordDiv > .Caption > h1{
    width: 100%;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    font-weight: 900;
    color: #2c2c40;
    border-bottom: 9px solid #2c2c40;
    background: #fff;
    margin: 10px 0px 0px 0px;
}

.content > .ListTitle {
    width: 100%;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    font-weight: 900;
    color: #2c2c40;
    border-bottom: 9px solid #2c2c40;
    background: transparent;
    margin: 10px 0px 0px 0px;
}

.content > .import:before {
    content: "Importy";
    box-sizing: border-box;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.content > .configuration:before {
    content: "Konfiguracja";
    box-sizing: border-box;
    margin-bottom: 0px;
}

.content .formstyle.JournalContent:before {
    content: "Dziennik";
    box-sizing: border-box;
    margin-bottom: 0px;
    position: fixed;
    left: 260px;
    top: 71px;
    width: calc(100% - 260px);
    z-index: 1;
}

.jurnalAttachments:before {
    content: "Załączniki";
    box-sizing: border-box;
    margin-bottom: 0px;
    position: fixed;
    left: 260px;
    top: 71px;
    width: calc(100% - 260px);
    z-index: 1;
}

.content > .import .importInfo,
.content > .import .importInfo + div {
    /*padding:9px 9px 0px 9px;*/
    padding: 10px 20px 0px 20px;
}

    .content > .import .importInfo select {
        width: 100% !important;
        border: 1px solid #2c2c40;
        padding: 3px;
        min-height: 30px;
    }

#content.content > .ListTitle + .genericList {
    max-height: calc(100% - 50px);
    height: calc(100% - 50px) !important;
    overflow: auto;
    padding: 10px 20px 30px 20px;
}

#content.content > .genericList .GenericListWithFilter,
#content.content > .genericList .DHTMLXGenericListClass {
    max-height: 100%;
    height: 100% !important;
    max-width: 100%;
    width: 100% !important;
}

    #content.content > .genericList .DHTMLXGenericListClass .GridBoxDiv {
        max-height: calc(100% - 50px);
        height: calc(100% - 50px) !important;
        max-width: 100%;
        width: 100% !important;
    }

        #content.content > .genericList .DHTMLXGenericListClass .GridBoxDiv .xhdr {
            max-height: 36px;
            height: 36px !important;
            max-width: 100%;
            width: 100% !important;
        }

        #content.content > .genericList .DHTMLXGenericListClass .GridBoxDiv .objbox {
            max-height: calc(100% - 36px);
            height: calc(100% - 36px) !important;
            max-width: 100%;
            width: 100% !important;
        }

    #content.content > .genericList .DHTMLXGenericListClass .paginationDiv {
        padding: 9px 9px 0px 9px;
        height: 50px;
        float: right;
    }

html div.gridbox_dhx_terrace.gridbox table.hdr td {
    color: #fff;
    font-weight: 700;
    background-color: #2c2c40;
    border-color: #2c2c40;
}

html div.gridbox_dhx_terrace.gridbox {
    border: none;
}

html #content.content > .genericList .DHTMLXGenericListClass div.gridbox_dhx_terrace.gridbox .odd_dhx_terrace {
    /*background:#f5f9fe;*/
    background: #e0e0e0;
}

html #content.content > .genericList .DHTMLXGenericListClass div.gridbox_dhx_terrace.gridbox .xhdr {
    background: #2c2c40;
}


/*DHTMLX*/
html .dhtmlxcalendar_dhx_terrace {
    z-index: 9999 !important;
}

html div.gridbox_dhx_terrace.gridbox .xhdr {
    border: none;
    background-color: #2c2c40;
}

html div.dhxcombolist_dhx_terrace div.dhxcombo_option,
html div.gridbox .filter input,
html div.gridbox .filter select {
    font-size: 11px;
}

html div.gridbox .filter input,
html div.gridbox .filter select {
    height: 24px;
}

html div.gridbox,
html div.gridbox .objbox {
    height: auto !important;
}

html .dhx_cal_container .dhx_cal_navline {
    height: 50px !important;
}

    html .dhx_cal_container .dhx_cal_navline div {
        top: 10px;
        margin: 0px;
        padding: 0px;
        text-shadow: none;
        font-size: 11px !important;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }

    html .dhx_cal_container .dhx_cal_navline,
    html .dhx_cal_container .dhx_scale_hour,
    html .dhx_cal_container .dhx_scale_bar,
    html .dhx_cal_container .dhx_cal_navline .dhx_cal_next_button,
    html .dhx_cal_container .dhx_cal_navline .dhx_cal_prev_button,
    html .dhx_cal_light .dhx_cal_lsection,
    html .dhx_cal_event_line,
    html .dhx_cal_header {
        background-image: none !important;
    }

html .dhx_cal_container .dhx_cal_navline,
html .dhx_cal_container .dhx_scale_hour,
html .dhx_cal_container {
    background: #f5f9fe !important;
}

    html .dhx_cal_container .dhx_cal_navline div,
    html .dhx_save_btn_set,
    html .dhtmlx_popup_button.dhtmlx_ok_button div,
    html .dhtmlx_popup_button.dhtmlx_ok_button {
        background: #2c2c40;
    }

html .dhx_delete_btn_set {
    background: #576ca3;
    border-color: #576ca3;
}

html .dhx_save_btn_set,
html .dhtmlx_popup_button.dhtmlx_ok_button div,
html .dhtmlx_popup_button.dhtmlx_ok_button {
    border-color: #2c2c40;
}

html .dhx_cal_container .dhx_cal_navline div.active {
    background: #576ca3;
    color: #fff;
    border-color: #576ca3;
}

html .dhx_cal_event div {
    background-color: transparent;
}

html .dhx_cal_container .dhx_scale_bar,
html .dhx_cal_container .dhx_cal_navline,
html .dhx_cal_container .dhx_scale_hour,
html .dhx_cal_light .dhx_cal_lsection {
    color: #2c2c40;
}

    html .dhx_cal_container .dhx_cal_navline div {
        color: #fff;
    }

    html .dhx_cal_container .dhx_cal_navline div,
    html .dhx_cal_container .dhx_cal_header,
    html .dhx_cal_container .dhx_scale_bar,
    html .dhx_cal_container .dhx_scale_hour,
    html .dhx_cal_container .dhx_scale_holder,
    html .dhx_cal_container .dhx_cal_data {
        border-color: #2c2c40;
    }

    html .dhx_cal_container .dhx_cal_navline .dhx_cal_tab[name="day_tab"] {
        left: 10px !important;
        right: auto !important;
        border-radius: 3px 0px 0px 3px;
        width: 35px !important;
        height: 30px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    html .dhx_cal_container .dhx_cal_navline .dhx_cal_tab[name="week_tab"] {
        left: 46px !important;
        right: auto !important;
        border-radius: 0px;
        width: 45px !important;
        height: 30px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    html .dhx_cal_container .dhx_cal_navline .dhx_cal_tab[name="month_tab"] {
        left: 92px !important;
        right: auto !important;
        border-radius: 0px 3px 3px 0px;
        width: 45px !important;
        height: 30px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    html .dhx_cal_container .dhx_cal_navline .dhx_cal_next_button {
        left: auto !important;
        right: 10px !important;
        width: 30px !important;
        height: 30px !important;
        border-radius: 0px 3px 3px 0px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    html .dhx_cal_container .dhx_cal_navline .dhx_cal_today_button {
        left: auto !important;
        right: 41px !important;
        border-radius: 0px;
        width: 50px !important;
        height: 30px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    html .dhx_cal_container .dhx_cal_navline .dhx_cal_prev_button {
        left: auto !important;
        right: 92px !important;
        width: 30px !important;
        height: 30px !important;
        border-radius: 3px 0px 0px 3px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    html .dhx_cal_container .dhx_cal_navline .dhx_cal_next_button:before {
        content: ">";
    }

    html .dhx_cal_container .dhx_cal_navline .dhx_cal_prev_button:before {
        content: "<";
    }

    html .dhx_cal_container .dhx_cal_navline .dhx_cal_date {
        font-size: 12px !important;
        color: #2c2c40;
        background: transparent !important;
        left: calc(50% - 70px);
        width: 155px;
        text-align: center;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

html .dhx_cal_light,
html .dhx_cal_light .dhx_section_time {
    height: auto !important;
}

html .dhx_cal_light {
    padding-bottom: 10px;
    border: 1px solid #2c2c40;
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
}

html .dhx_cal_ltitle {
    background: #2c2c40;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 8px;
}

    html .dhx_cal_ltitle .dhx_mark {
        font-size: 8pt;
    }

html .dhx_cal_larea {
    border: none;
}

html .dhx_cal_light iframe span {
    color: Red;
}

html .dhx_after .dhx_month_head,
html .dhx_before .dhx_month_head,
html .dhx_after .dhx_month_body,
html .dhx_before .dhx_month_body {
    background: #f7f7f7;
}

html .dhx_now .dhx_month_head,
html .dhx_now .dhx_month_body {
    background: #576ca3;
    color: #fff;
}

html .dhx_scale_holder {
    background-image: url(Images/Layout/databg.png);
}

html .dhx_scale_holder_now {
    background-image: url(Images/Layout/databg_now.png);
}

html .dhx_cal_cover {
    background: #fff;
    opacity: 0.8;
}

html div.gridbox_dhx_terrace.gridbox table.obj tr td:nth-of-type(1) {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    width: 30px;
}

html div.gridbox_dhx_terrace.gridbox table.obj.row20px tr td a.PreviewTooltip {
    display: inline-block;
}

    html div.gridbox_dhx_terrace.gridbox table.obj.row20px tr td a.PreviewTooltip img {
        height: 30px;
    }

html div.gridbox_dhx_terrace.gridbox .dhx_sub_row table.obj,
html div.gridbox_dhx_terrace.gridbox .dhx_sub_row table.hdr td {
    font-size: 11px !important;
}

    html div.gridbox_dhx_terrace.gridbox .dhx_sub_row table.hdr td div.hdrcell {
        line-height: 26px;
    }

html .dhx_sub_row .odd_dhx_terrace,
html .dhx_sub_row .ev_dhx_terrace,
html div.gridbox .objbox {
    background: transparent;
}

html div.gridbox_dhx_terrace.gridbox .dhx_sub_row table.obj {
    box-shadow: inset 0px 0px 0px 1px rgba(44,44,64,1);
}

html div.gridbox_dhx_terrace.gridbox .dhx_sub_row {
    margin-top: -2px !important;
}

/*JOURNAL*/

.jurnalAttachments {
    padding-left: 10px;
}

    .jurnalAttachments div.ToolTipMessageContent > div:not([class="ToolTipMessageContent"]) {
        display: none;
    }

    .jurnalAttachments div.ToolTipMessageContent .ToolTipMessageContent {
        border: none !important;
    }

    .jurnalAttachments .attachments {
        float: left;
        width: 25%;
        background: #f5f9fe;
        border: 5px solid #fff;
        padding: 10px;
        position: relative;
    }

        .jurnalAttachments .attachments.attNewRow {
            clear: left;
        }

        .jurnalAttachments .attachments input[type="image"] {
            max-width: 100%;
            height: auto;
        }

        .jurnalAttachments .attachments .JournalToolTip {
            display: none;
            position: absolute;
            color: #fff;
            background: #576ca3;
            width: 100%;
            left: 0px;
            top: 0px;
        }

            .jurnalAttachments .attachments .JournalToolTip table {
                margin: 0px;
                width: 100%;
            }

                .jurnalAttachments .attachments .JournalToolTip table tr td:nth-of-type(1) {
                    width: 90px;
                }

                .jurnalAttachments .attachments .JournalToolTip table tr td:nth-of-type(2) {
                    font-weight: 900;
                }

        .jurnalAttachments .attachments:hover .JournalToolTip {
            display: block;
        }

        .jurnalAttachments .attachments .attActionDiv {
            display: flex;
            align-items: center;
            width: 100%;
            padding-top: 10px;
        }

            .jurnalAttachments .attachments .attActionDiv > * {
                display: inline-block;
            }

            .jurnalAttachments .attachments .attActionDiv > span {
                width: calc(100% - 65px);
                text-align: center;
                padding: 0px 5px;
                font-weight: 900;
            }

            .jurnalAttachments .attachments .attActionDiv > input[type="checkbox"] {
                margin-left: 3px;
            }

        .jurnalAttachments .attachments .lazyload {
            min-height: 230px;
        }

    .jurnalAttachments > div {
        overflow: visible !important;
    }

        .jurnalAttachments > div .filterHeaderSelected {
            margin-top: 10px;
        }

            .jurnalAttachments > div .filterHeaderSelected + div > div {
                height: calc(100vh - 340px) !important;
            }

            .jurnalAttachments > div .filterHeaderSelected a {
                float: none;
                width: 100%;
                margin: 0px;
            }

    .jurnalAttachments .FilterOptions {
        display: inline-block;
        width: 100%;
        padding-top: 10px;
    }


        .jurnalAttachments .FilterOptions .styled-select {
            display: inline-block;
            width: 50%;
            padding-right: 10px;
            margin-bottom: 10px;
            float: left;
        }

            .jurnalAttachments .FilterOptions .styled-select span {
                min-height: 30px;
                display: flex;
                align-items: center;
                text-align: left;
                float: left;
                width: 100px;
            }

            .jurnalAttachments .FilterOptions .styled-select select {
                border: 1px solid #2c2c40;
                padding: 3px;
                min-height: 30px;
                float: right;
                width: calc(100% - 100px);
            }

        .jurnalAttachments .FilterOptions > div {
            display: inline-block;
            width: 100%;
        }

            .jurnalAttachments .FilterOptions > div.AttachmentsSelectAll {
                padding-bottom: 10px;
            }

            .jurnalAttachments .FilterOptions > div:nth-of-type(1) > div:nth-of-type(1) {
                width: 66.666%;
                float: left;
            }

        .jurnalAttachments .FilterOptions div.AttachmentsCount {
            width: 33.333%;
            float: left;
        }

            .jurnalAttachments .FilterOptions div.AttachmentsCount span {
                min-height: 30px;
                display: flex;
                align-items: center;
                text-align: left;
                float: left;
                width: 100%;
            }

#MC_DynamicTabContainer_ctlDocumentsUpload_btnShowUploadPopup {
    margin: 10px 10px 0px 10px;
}

.jurnalAttachments .ImageSlider {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

    .jurnalAttachments .ImageSlider .Header {
        display: flex;
        align-items: center;
        width: 100%;
    }

        .jurnalAttachments .ImageSlider .Header .PrevButtons,
        .jurnalAttachments .ImageSlider .Header .NextButtons {
            float: left;
            width: 170px;
        }

        .jurnalAttachments .ImageSlider .Header .NextButtons {
            text-align: right;
        }

            .jurnalAttachments .ImageSlider .Header .NextButtons a {
                margin-left: 10px;
                margin-right: 0px;
            }

        .jurnalAttachments .ImageSlider .Header .TitleImageSlider {
            float: left;
            display: flex;
            align-items: center;
            width: calc(100% - 340px);
            padding: 0px 10px;
        }

            .jurnalAttachments .ImageSlider .Header .TitleImageSlider br {
                display: none;
            }

            .jurnalAttachments .ImageSlider .Header .TitleImageSlider .FileName1 {
                width: 100px;
                text-align: center;
                padding: 0px 3px;
            }

            .jurnalAttachments .ImageSlider .Header .TitleImageSlider .FileName2 {
                width: calc(100% - 230px);
                text-align: center;
                font-weight: 900;
            }

            .jurnalAttachments .ImageSlider .Header .TitleImageSlider .ImageCounter {
                width: 100px;
                text-align: center;
                padding: 0px 3px;
            }

/*DASHBOARD*/

.welcomePageElementsRoot {
    height: 100%;
}

    .welcomePageElementsRoot > .content {
        height: calc(100vh - 151px);
        overflow: auto;
        text-align: center;
    }

    .welcomePageElementsRoot .WaitingTask,
    .welcomePageElementsRoot .MessageMainPage,
    .welcomePageElementsRoot .MainPageAlerts .AlertsLabel,
    .welcomePageElementsRoot .MainPageAlerts table.searchresults tr:first-child,
    .welcomePageElementsRoot .MainPageAlerts .Legend,
    .welcomePageElementsRoot .QuickMenu {
        display: none;
    }

    .welcomePageElementsRoot .welcomeMessage {
        width: 100%;
        display: inline-block;
        height: 50px;
        text-align: center;
        line-height: 41px;
        font-size: 16px;
        font-weight: 900;
        color: #2c2c40;
        border-bottom: 9px solid #2c2c40;
        background: transparent;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .welcomePageElementsRoot .MainPageAlerts {
        padding:/* 50px */ 25px 0px 25px 0px;
    }

        .welcomePageElementsRoot .MainPageAlerts table.searchresults,
        .welcomePageElementsRoot .MainPageAlerts table.searchresults tbody,
        .welcomePageElementsRoot .MainPageAlerts table.searchresults tbody tr td:first-of-type {
            border: none;
            width: 100%;
            display: inline-block;
            text-align: center;
        }

            .welcomePageElementsRoot .MainPageAlerts table.searchresults tbody tr {
                border: none;
                width: 200px;
                display: inline-block;
                margin-right: 25px;
                text-align: center;
                background: #fff;
                margin-bottom: 25px;
            }

                .welcomePageElementsRoot .MainPageAlerts table.searchresults tbody tr:last-of-type {
                    margin-right: 0px;
                }

                .welcomePageElementsRoot .MainPageAlerts table.searchresults tbody tr td:nth-child(1) {
                    background: #576ca3;
                    border: none;
                    color: #fff;
                    font-weight: 700;
                    font-size: 14px;
                    padding: 10px;
                    text-align: center;
                }

                .welcomePageElementsRoot .MainPageAlerts table.searchresults tbody tr td {
                    border: none;
                    display: inline-block;
                    color: #576ca3;
                    font-weight: 900;
                    font-size: 60px;
                    position: relative;
                    min-width: 65px;
                    text-align: center;
                    padding-bottom: 10px;
                    padding-top: 15px;
                    background: transparent;
                    cursor: pointer;
                }

                    .welcomePageElementsRoot .MainPageAlerts table.searchresults tbody tr td:nth-child(2) span:after,
                    .welcomePageElementsRoot .MainPageAlerts table.searchresults tbody tr td:nth-child(3) span:after {
                        content: /*'aktywne'*/ '';
                        min-height: 9px;
                        text-transform: uppercase;
                        color: #fff;
                        font-weight: 700;
                        font-size: 8px;
                        padding: 2px 0px;
                        display: inline-block;
                        position: absolute;
                        bottom: 0px;
                        left: 0px;
                        width: 100%;
                        text-align: center;
                        box-sizing: border-box;
                        background: #2c2c40;
                    }

                    .welcomePageElementsRoot .MainPageAlerts table.searchresults tbody tr td:nth-child(3) span:after {
                        content: 'oczekujące';
                    }

                    .welcomePageElementsRoot .MainPageAlerts table.searchresults tbody tr td:nth-child(3) {
                        margin-left: 10px;
                        color: #2c2c40;
                        display: none;
                    }

 .welcomePageElementsRoot .MainPageAlerts table.searchresults tbody tr td.col2 {
     display: flex !important;
     flex-direction: column;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     align-content: center;
     min-height: 100px;
}


    .welcomePageElementsRoot .MainPageWidgets {
        display: inline-block;
        margin: auto;
    }

        .welcomePageElementsRoot .MainPageWidgets > div {
            float: left;
            width: 430px;
            height: 430px;
            margin-right: 25px;
            margin-bottom: 25px;
        }

.ui-formContentWrapper fieldset .welcomePageElementsRoot .MainPageWidgets > div {
    padding: 0px;
    margin: 0px;
    height: 390px;
}

.welcomePageElementsRoot .MainPageWidgets > div .widgetHeader {
    background: #2c2c40;
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    padding-left: 40px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px auto;
}

.welcomePageElementsRoot .MainPageWidgets > div.MainPageScheduler .widgetHeader {
    background-image: url('Images/ico/ico_ListDiagCalandar.svg');
}

.welcomePageElementsRoot .MainPageWidgets > div.MainPageAvarageCosts .widgetHeader {
    background-image: url('Images/ico/ico_ListDiagCost.svg');
}

.welcomePageElementsRoot .MainPageWidgets > div.MainPageMonthlyClaim .widgetHeader {
    background-image: url('Images/ico/ico_ListDiagDamages.svg');
}

.welcomePageElementsRoot .MainPageWidgets > .diagram1 {
    background: url('Images/bg/bg_mock_driversListDiag.svg') no-repeat scroll center center #fff;
    background-size: 430px auto;
}

.welcomePageElementsRoot .MainPageWidgets > .MainPageMonthlyClaim {
    background-size: 430px auto;
}

.welcomePageElementsRoot .MainPageWidgets > .MainPageAvarageCosts {
    background-size: 430px auto;
    margin-right: 0px;
}

.welcomePageElementsRoot .MainPageWidgets > .MainPageScheduler {
    background: #f5f9fe;
}

    .welcomePageElementsRoot .MainPageWidgets > .MainPageScheduler .widgetContent {
        width: 430px;
        height: 390px;
        margin: auto;
        border-bottom: 1px solid #2c2c40;
    }

        .welcomePageElementsRoot .MainPageWidgets > .MainPageScheduler .widgetContent .dhx_cal_header {
            display: none;
        }


/*WAIT*/
/*====================================================================================================================================================================================
Wait
======================================================================================================================================================================================*/

.blockUI.blockMsg {
    opacity: 1 !important;
    outline: none !important;
}

.blockUI.blockOverlay {
    background: #fff !important;
    opacity: 0.8 !important;
}

.masterupdatestyle,
.blockUI.blockOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    top: 0px;
    left: 0px;
    z-index: 99;
}

.masterupdateinnerstyle img {
    display: none;
}

.masterupdateinnerstyle,
.blockUI.blockMsg {
    top: calc(50% - 50px) !important;
    left: calc(50% - 50px) !important;
    position: fixed !important;
    width: 100px !important;
    height: 100px !important;
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    border-radius: 50% !important;
    outline: none !important;
    animation: rotate 1.5s infinite ease-in-out;
    background: url('Images/ico/ico_car.svg') no-repeat center center scroll #576ca3 !important;
    background-size: auto 70px !important;
}

@keyframes rotate {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    }
}

.blockUI.mainBlockMsg.blockPage.waitDivMsgWrapper {
    border: 3px solid #003A59 !important;
}

.waitDivMainMSG {
    padding: 20px 10px 10px 10px;
    font-weight: bold;
    font-size: 25px;
}

.waitDivSubMSG {
    padding: 0px 10px 25px 10px;
    font-size: 16px;
}

.waitDivAnime,
.waitDivAnime:before,
.waitDivAnime:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: loader 1.8s infinite ease-in-out;
    animation: loader 1.8s infinite ease-in-out;
}

.waitDivAnime {
    color: #003A59;
    font-size: 10px;
    margin: 0px auto 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .waitDivAnime:before,
    .waitDivAnime:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .waitDivAnime:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .waitDivAnime:after {
        left: 3.5em;
    }

@-webkit-keyframes loader {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes loader {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/*FORM LEFT LIST*/

html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row,
html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GenericListWithFilter,
html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .DHTMLXGenericListClass,
html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv,
html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .objbox {
    max-height: 100%;
    height: 100% !important;
}

    html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .DHTMLXGenericListClass {
        max-height: calc(100% - 50px);
        height: calc(100% - 50px) !important;
    }

    html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .objbox {
        background-color: #f5f9fe;
    }

    html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv {
        width: 100%;
        margin: 0px !important;
        border: none !important;
    }

        html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .hdr {
            display: none;
        }

        html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj {
            width: 240px !important;
            display: block;
        }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj tr {
                background: transparent;
            }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td {
                background: transparent;
                padding: 20px 20px 0px 20px;
            }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj tr:last-of-type td {
                padding: 20px;
            }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .vehicleOnList {
                border: 2px solid #2c2c40;
                border-radius: 3px;
                position: relative;
                height: 71px;
                width: 200px;
                background-color: #fff;
            }

                html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .vehicleOnList:before {
                    content: "";
                    height: 24px;
                    width: 24px;
                    border-radius: 0px 3px 0px 3px;
                    display: block;
                    position: absolute;
                    top: -2px;
                    right: -2px;
                    z-index: 1;
                }

                html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .vehicleOnList.vehicleActive {
                    border-color: green;
                }

                    html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .vehicleOnList.vehicleActive:before {
                        background: url('Images/ico/ico_activeVehicle.svg') no-repeat scroll center center green;
                        background-size: 16px auto;
                    }

                html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .vehicleOnList.vehicleInRepair {
                    border-color: #576ca3;
                }

                    html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .vehicleOnList.vehicleInRepair:before {
                        background: url('Images/ico/ico_inrepairVehicle.svg') no-repeat scroll center center #576ca3;
                        background-size: 16px auto;
                    }

                html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .vehicleOnList.vehicleInactive:before {
                    background: url('Images/ico/ico_inactiveVehicle.svg') no-repeat scroll center center #2c2c40;
                    background-size: 16px auto;
                }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td img {
                border-radius: 1px;
            }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .vehicleOnList .vehicleData {
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
                padding: 9px;
                border-radius: 0px 0px 1px 1px;
                background: rgba(255,255,255,0.8);
                font-size: 12px;
            }

                html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .vehicleOnList .vehicleData .regNo {
                    background: #fff;
                    border: 2px solid #000000;
                    border-radius: 3px;
                    box-shadow: inset 5px 0 0 #2a51df;
                    display: inline-block;
                    padding: 0px 3px 0px 8px;
                    line-height: 14px;
                    height: 18px;
                    min-width: 70px;
                    font-weight: 900;
                    margin-right: 100%;
                }

                    html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .vehicleOnList .vehicleData .regNo + div {
                        margin-top: 5px;
                    }

                html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .vehicleOnList .vehicleData .make {
                    display: inline-block;
                    font-weight: 900;
                }

                html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .vehicleOnList .vehicleData .model {
                    display: inline;
                }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .driverOnList,
            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .petrolCardOnList,
            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .claimOnList,
            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .insurancePolicyOnList,
            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .invoiceOnList {
                border-radius: 3px;
                position: relative;
                min-height: 71px;
                background: url('Images/ico/ico_driverAvatar_fff.svg') no-repeat scroll 10px center #2c2c40;
                background-size: 50px auto;
                font-weight: 700;
                color: #fff;
                padding-left: 70px;
            }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .petrolCardOnList {
                background-image: url('Images/ico/ico_gasStation.svg');
                background-size: 50px auto;
            }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .claimOnList {
                background-image: url('Images/ico/ico_claim.svg');
                background-size: 50px auto;
            }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .insurancePolicyOnList {
                background-image: url('Images/ico/ico_claim.svg');
                background-size: 50px auto;
            }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .invoiceOnList {
                background-image: url('Images/ico/ico_claim.svg');
                background-size: 50px auto;
            }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj .rowselected td .driverOnList,
            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj .rowselected td .petrolCardOnList,
            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj .rowselected td .claimOnList,
            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj .rowselected td .insurancePolicyOnList,
            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj .rowselected td .invoiceOnList {
                background-color: #576ca3;
            }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .driverOnList .driverData,
            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .petrolCardOnList .petrolCardData,
            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .claimOnList .claimData,
            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .invoiceOnList .invoiceData {
                padding: 10px 10px 10px 0px;
                line-height: 18px;
            }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .insurancePolicyOnList .policyNo {
                padding-top: 8px;
            }

            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .insurancePolicyOnList .startDate,
            html .ui-formContentWrapper > .ui-multiViewPanel > .ui-row > .genericList.ui-formList .GridBoxDiv .obj td .insurancePolicyOnList .endDate {
                font-weight: 400;
                font-size: 11px;
                line-height: 14px;
            }

html .ui-formContentWrapper .ui-formList .paginationDiv {
    position: fixed;
    bottom: 38px;
    left: 20px;
    z-index: 6;
}

/*fuel Card*/

html .fuelCardCustomFieldset {
    border-radius: 8px;
    height: 325px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.75), inset 185px 0 0 #FFF;
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.75), inset 185px 0 0 #FFF;
    padding-left: 10px;
    background: #2c2c40;
}

    html .fuelCardCustomFieldset > legend {
        text-transform: uppercase;
        padding-left: 20px;
        font-size: 16px;
        color: #2c2c40;
    }

.fuelCardCustomFieldset fieldset {
    padding-left: 10px;
    background: transparent;
    margin: 0px;
}

    .fuelCardCustomFieldset fieldset > legend {
        padding-left: 10px;
        color: #fff;
    }

    .fuelCardCustomFieldset fieldset .field:not(.pinField) > label {
        color: #fff;
    }

.fuelCardCustomFieldset .cardLogo {
    width: 100%;
    height: 140px;
    text-align: center;
}

    .fuelCardCustomFieldset .cardLogo img {
        max-width: 100%;
        max-height: 120px;
    }

.attachementsFieldset {
    margin-top: 10px;
}

    .attachementsFieldset img {
        float: left;
        margin-right: 10px;
    }


/**/

.driverCalendar legend {
    display: none;
}

html fieldset.driverCalendar {
    background: url('Images/bg/bg_mock_driverCalendar.jpg') no-repeat scroll center center transparent;
    background-size: 100% auto;
    height: 309px !important;
    width: 340px;
}

html .ui-formContentWrapper .ui-formContent {
    height: calc(100vh - 211px) !important;
    padding-right: 40px;
    margin-top: 50px;
    overflow: auto;
}
/*====================================================================================================================================================================================
Pop-up
======================================================================================================================================================================================*/
.modalBackground {
    background: rgba(255,255,255,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999 !important;
}

.content .modalPopup.formPopup.VsmActionFromPopUp.ChangeVehicleDataActionPopup,
.modalPopup.formPopup.VsmActionFromPopUp,
.modalPopup.validationModalPopup {
    width: 800px !important;
    left: 50% !important;
    margin-left: -400px !important;
    top: 50px !important;
}

.modalPopup.formPopup.jobStatusPopup,
.modalPopup.formPopup,
.errorModalPopup.errorModalPopupPanel,
.ReminderPopUpPanel,
.QuestionPanel,
.modalPopup.validationModalPopup,
.popup,
.ChangePasswordDiv .modalPopup {
    background: #fff;
    padding: 4px 10px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #2c2c40;
    position: fixed !important;
    width: 500px !important;
    left: 50% !important;
    margin-left: -250px !important;
    z-index: 9999 !important;
    padding-top: 34px !important;
    top: 90px !important;
}

    .modalPopup.formPopup .popupHandle,
    .errorModalPopup.errorModalPopupPanel .popupHandle,
    .ReminderPopUpPanel .ModalLabel,
    .QuestionPanel .ModalLabel,
    .validationModalPopup .popupHandle,
    .modalPopup > .ModalLabel{
        background: #2c2c40;
        color: #fff;
        text-align: center;
        font-size: 16px;
        padding: 8px;
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 10001;
    }

    .errorModalPopup.errorModalPopupPanel .ModalContent,
    .ReminderPopUpPanel .ModalContent,
    .QuestionPanel .ModalContent,
    .modalPopup.validationModalPopup {
        position: relative;
        top: 10px;
        padding: 5px;
    }

    .ReminderPopUpPanel .ModalContent,
    .QuestionPanel .ModalContent,
    .validationModalPopup .ModalContent {
        margin-top: 38px;
        position: relative;
    }

    .modalPopup > .ModalContent {
        padding:20px 0px;
    }

    .formstyle.EditorContent {
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
    }

    .ModalButtonsDiv,
    .ReminderPopUpPanel .ModalButtonsDiv,
    .validationModalPopup .ModalButtonsDiv,
    .modalPopup > .ModalButtonsDiv {
        padding: 20px;
        text-align: center;
        clear: both;
        border-top: 2px solid #2c2c3f;
    }

        .ReminderPopUpPanel .ModalButtonsDiv input,
        .QuestionPanel input {
            width: 72px;
        }

.progressBarOuterDiv {
    padding: 20px 35px 10px;
}

.lowerbuttonbar {
    border-top: 2px solid #2c2c3f;
    padding: 14px 0 15px;
}

.modalPopup.formPopup.jobStatusPopup .closeButton {
    text-align: center;
    float: left;
}

.modalPopup.formPopup.jobStatusPopup input.buttonCancel {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    margin-top: 20px;
    font-size: 0px;
    background-image: url(Images/ico/ico_cancel.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 13px auto;
    height: 25px !important;
    padding: 0px;
    width: 25px;
}

.modalPopup.formPopup.jobStatusPopup {
    padding-bottom: 20px;
}

.errorModalPopup.errorModalPopupPanel .ModalContent span,
.validationModalPopup .ModalContent span {
    text-align: center;
    font-weight: 600;
    color: red;
    background: url(Images/ico/ico_warning_red.svg) no-repeat scroll 0px center transparent;
    background-size: 16px auto;
    padding-left: 21px;
}

.uploadPanel .errorModalPopup.errorModalPopupPanel .ModalContent span,
.uploadPanel .validationModalPopup .ModalContent span {
    padding: 0px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.errorModalPopup.errorModalPopupPanel .ModalContent span.errorInfo,
.validationModalPopup .ModalContent span.errorInfo,
.errorModalPopup.errorModalPopupPanel .ModalContent span.validInfo,
.validationModalPopup .ModalContent span.validInfo {
    text-align: center;
    font-weight: 600;
    padding: 4px 0px 4px 21px;
    display: inline-block;
}

.errorModalPopup.errorModalPopupPanel .ModalContent span.errorInfo,
.validationModalPopup .ModalContent span.errorInfo {
    color: red;
    background: url(Images/ico/ico_warning_red.svg) no-repeat scroll 0px center transparent;
    background-size: 16px auto;
}

.errorModalPopup.errorModalPopupPanel .ModalContent span.validInfo,
.validationModalPopup .ModalContent span.validInfo {
    color: #8cba2d;
    background: url(Images/ico/ico_valid.svg) no-repeat scroll 0px center transparent;
    background-size: 16px auto;
}

.errorModalPopup.errorModalPopupPanel .ModalButtonsDiv {
    padding-bottom: 10px;
    border-top: 2px solid #2c2c3f;
    padding: 10px;
    margin-top: 15px;
}

.modalPopup.formPopup.VsmActionFromPopUp .ComplexMessage {
    padding: 10px;
    font-weight: 600;
    color: red;
    background: url(Images/ico/ico_warning_red.svg) no-repeat scroll 285px 8px transparent;
    background-size: 16px auto;
}

.modalPopup.formPopup.VsmActionFromPopUp input.formvalidation_fieldError {
    border: 1px solid red;
    background: url(Images/ico/ico_warning_red.svg) no-repeat scroll 8px 6px transparent;
    background-size: 16px auto;
}

.modalPopup.formPopup.VsmActionFromPopUp #mainComplexDiv {
    max-height: 200px;
    overflow-y: auto;
}

.modalPopup.formPopup.jobStatusPopup .jobDetails {
    padding-top: 5px;
}

.modalPopup.formPopup.jobStatusPopup .jobDetail {
    font-weight: 700;
}

.modalPopup.formPopup.VsmActionFromPopUp .ajax__tab_body {
    padding: 9px 9px 29px 9px;
}

html .ajax__tab_xp .ajax__tab_header {
    position: fixed;
    z-index: 2;
    background: #fff;
    top: 71px;
    /*left: 259px;*/
}

.modalPopup.formPopup.VsmActionFromPopUp.ChangeVehicleDataActionPopup .ajax__tab_header,
.modalPopup.formPopup.VsmActionFromPopUp .ajax__tab_header {
    position: relative;
    top: -10px;
}

html .nonFixedForm.ajax__tab_xp .ajax__tab_header {
    position: relative !important;
    z-index: 1;
}

.modalPopup.formPopup.VsmActionFromPopUp .field.complexfield.Relative {
    position: relative;
    padding-bottom: 50px;
    padding-bottom: 20px;
}

.modalPopup.formPopup.VsmActionFromPopUp .ajax_header_displayNone input.addElement {
    position: absolute;
    bottom: -69px;
    left: 630px;
}

.modalPopup.formPopup.VsmActionFromPopUp .field.checkBoxDiv {
    position: absolute;
    bottom: 75px;
    right: 148px;
}

.modalPopup.formPopup.VsmActionFromPopUp.ChangeVehicleDataActionPopup .labelWidth120 > label {
    width: 92px;
    text-align: justify;
}

html .modalPopup.formPopup.VsmActionFromPopUp.ChangeVehicleDataActionPopup .fielddd.formvalidation_fieldError {
    border: 1px solid red !important;
    background: url(Images/ico/ico_warning_red.svg) no-repeat scroll 13px center transparent;
    background-size: 16px auto;
}

.ajax__tab_xp.ajax_header_displayNone > .ajax__tab_header,
.ajax_header_displayNone .field.complexfield.Relative > label {
    display: none;
}

.modalPopup.formPopup.VsmActionFromPopUp .formvalidation_validationpanel {
    color: transparent;
    font-weight: 700;
}

.modalPopup.formPopup.VsmActionFromPopUp table.Relative td.FirstName {
    /*background: url(Images/ico/ico_firstName.svg) no-repeat scroll 4px center #f5f9fe;
    background-size: 26px auto; */
}

.modalPopup.formPopup.VsmActionFromPopUp .field.checkBoxDiv label {
    float: right;
    margin-left: 3px;
}

.modalPopup.formPopup.VsmActionFromPopUp table.Relative td.fuelCardNumber {
    background: url(Images/ico/ico_fuelCardPop.svg) no-repeat scroll 4px center #f5f9fe;
    background-size: 26px auto;
}

.tabstyle.journal .dhxgrid_sort_desc {
    z-index: 1;
}

.EntryPanel {
    background: #fff;
}

    .EntryPanel .ModalContent {
        padding-top: 25px;
    }

.popup .UploadInput {
    padding-bottom: 15px;
    outline: none;
}
/*====================================================================================================================================================================================
Zarządzanie kierowcami
======================================================================================================================================================================================*/
.manageDriversListField contenttemplate {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    right: 0px;
    position: absolute;
    top: -30px;
    padding-right: 10px;
    justify-content: flex-end;
}

.manageDriversListField contenttemplate input.addElement
{
    position: static !important
}

.modalPopup.formPopup.VsmActionFromPopUp .manageDriversListField #mainComplexDiv {
    max-height: calc(100vh - 325px);
    min-height: 185px;
    margin-top: 10px;
}

/*====================================================================================================================================================================================
Paginacja
======================================================================================================================================================================================*/
.paginationDiv.paginationDiv_dhx_terrace .currentPageLbl {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    float: LEFT;
}

.paginationDiv .prevBtn {
    background: url(Images/Layout/arrowleft.png) no-repeat center center #2c2c40;
    font-size: 0;
    height: 32px;
    width: 32px;
    margin: 0 4px !important;
    FLOAT: left;
}

.paginationDiv .nextBtn {
    background: url(Images/Layout/arrowright.png) no-repeat center center #2c2c40;
    font-size: 0;
    height: 32px;
    width: 32px;
    margin: 0 4px !important;
    FLOAT: left;
}

    .paginationDiv .prevBtn::active,
    .paginationDiv .prevBtn::focus,
    .paginationDiv .nextBtn::active,
    .paginationDiv .nextBtn::focus {
        outline: 0;
    }

/*====================================================================================================================================================================================
Raporty
======================================================================================================================================================================================*/

.content.listaraportow table.searchresults table.gridheadertable td a {
    text-decoration: none;
    color: #fff;
}

.content.listaraportow table.searchresults table.gridheadertable td {
    background: #2c2c40;
}

.content.listaraportow {
    text-transform: uppercase;
}

/*====================================================================================================================================================================================
Marki samochodów- obrazki
======================================================================================================================================================================================*/

.carNoImgClass {
    width: 375px;
    height: 250px;
    background: url(Images/Layout/fleetCars/NoMake.png) no-repeat scroll 0px center transparent;
}

    .osobowy_class {
        background: url(Images/Layout/fleetCars/NoMake.png) no-repeat scroll 0px center transparent;
    }

.ciężarowy_class {
    background: url(Images/Layout/fleetCars/fleetCar_truck.png) no-repeat scroll 0px center transparent;
}

.carNoImgClass.alfa.romeo_class {
    background: url(Images/Layout/fleetCars/fleetCar_alfaromeo.png) no-repeat scroll 0px center transparent;
    width: 375px;
    height: 250px;
}

    .carNoImgClass.audi_class {
        background: url(Images/Layout/fleetCars/fleetCar_audi.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.bmw_class {
        background: url(Images/Layout/fleetCars/fleetCar_bmw.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.chevrolet_class {
        background: url(Images/Layout/fleetCars/fleetCar_chevrolet.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.citroen_class {
        background: url(Images/Layout/fleetCars/fleetCar_citroen.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.fiat_class {
        background: url(Images/Layout/fleetCars/fleetCar_fiat.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.ford_class {
        background: url(Images/Layout/fleetCars/fleetCar_ford.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.honda_class {
        background: url(Images/Layout/fleetCars/fleetCar_honda.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.hyundai_class {
        background: url(Images/Layout/fleetCars/fleetCar_hyundai.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.jaguar_class {
        background: url(Images/Layout/fleetCars/fleetCar_jaguar.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.jeep_class {
        background: url(Images/Layout/fleetCars/fleetCar_jeep.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.kia_class {
        background: url(Images/Layout/fleetCars/fleetCar_kia.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.lancia_class {
        background: url(Images/Layout/fleetCars/fleetCar_lancia.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.landrover_class {
        background: url(Images/Layout/fleetCars/fleetCar_landrover.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.lexus_class {
        background: url(Images/Layout/fleetCars/fleetCar_lexus.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.mazda_class {
        background: url(Images/Layout/fleetCars/fleetCar_mazda.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.mercedes_class {
        background: url(Images/Layout/fleetCars/fleetCar_mercedes.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.mini_class {
        background: url(Images/Layout/fleetCars/fleetCar_mini.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.mitsubishi_class {
        background: url(Images/Layout/fleetCars/fleetCar_mitsubishi.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.nissan_class {
        background: url(Images/Layout/fleetCars/fleetCar_nissan.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.opel_class {
        background: url(Images/Layout/fleetCars/fleetCar_opel.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.peugeot_class {
        background: url(Images/Layout/fleetCars/fleetCar_peugeot.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.renault_class {
        background: url(Images/Layout/fleetCars/fleetCar_renault.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.seat_class {
        background: url(Images/Layout/fleetCars/fleetCar_seat.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.skoda_class {
        background: url(Images/Layout/fleetCars/fleetCar_skoda.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.subaru_class {
        background: url(Images/Layout/fleetCars/fleetCar_subaru.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.suzuki_class {
        background: url(Images/Layout/fleetCars/fleetCar_suzuki.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.toyota_class {
        background: url(Images/Layout/fleetCars/fleetCar_toyota.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.volkswagen_class {
        background: url(Images/Layout/fleetCars/fleetCar_volkswagen.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

    .carNoImgClass.volvo_class {
        background: url(Images/Layout/fleetCars/fleetCar_volvo.png) no-repeat scroll 0px center transparent;
        height: 250px;
    }

html div.vehicleOnList.carNoImgClass,
html div.vehicleOnList.carImgClass {
    width: 200px !important;
    background-size: 100% auto !important;
    height: 134px !important;
    min-height: 134px !important;
}


    html div.vehicleOnList.carImgClass img,
    html div.vehicleOnList.carNoImgClass img {
        width: 100%;
    }

.hiddenFieldset.photoFieldset .carNoImgClass.audi_class {
    background: url(Images/Layout/fleetCars/fleetCar_audi.png) no-repeat scroll 102px center transparent;
    height: 250px;
    padding-left: 50px;
}

.hiddenFieldset.photoFieldset .carNoImgClass {
    width: 410px;
    height: 250px;
}

/*====================================================================================================================================================================================
Import
======================================================================================================================================================================================*/
.content > .import .importInfo select {
    border: none;
    border-right: 1px solid #fff;
    color: #fff;
    background: #2c2c40;
    font-weight: 900;
    text-transform: uppercase;
    height: 18px;
    vertical-align: middle;
    padding: 0px 9px;
    text-align: center;
    margin-bottom: 15px;
}

/*====================================================================================================================================================================================
Karta paliwowa
======================================================================================================================================================================================*/

fieldset.PetruTable table.formvalidation_fieldValid {
    padding-top: 11px;
}

    fieldset.PetruTable table.formvalidation_fieldValid tr td input [type="radio"] {
        margin-right: 5px;
        float: left;
    }

    fieldset.PetruTable table.formvalidation_fieldValid tr td label {
        margin-right: 10px;
        margin-left: 2px;
        float: right;
    }

.AdditionalInformation textarea.formvalidation_fieldValid {
    min-width: 159px;
}

fieldset.PetruTable > legend,
fieldset.eventDataFieldset > legend {
    background: url(Images/ico/ico_insuranceInfo.svg) no-repeat scroll 8px 13px transparent;
    background-size: 22px auto;
}

fieldset.alignment > legend {
    background: url(Images/ico/ico_permission.svg) no-repeat scroll 8px 15px transparent;
    background-size: 22px auto;
}

fieldset.padding25 > legend,
fieldset.costOriginFieldset > legend,
fieldset.AdressCorrespondence > legend {
    background: url(Images/ico/ico_adress.svg) no-repeat scroll 8px 15px transparent;
    background-size: 22px auto;
}

fieldset.basicInformation > legend {
    background: url(Images/ico/ico_basicInformation.svg) no-repeat scroll 8px 15px transparent;
    background-size: 22px auto;
}

fieldset.additionalInformation > legend {
    background: url(Images/ico/ico_additionalInformation.svg) no-repeat scroll 8px 15px transparent;
    background-size: 22px auto;
}

fieldset.NarrowFormFields > legend,
fieldset.insurerFieldset > legend,
fieldset.liabilitiesFieldset > legend,
fieldset.occupant > legend {
    background: url(Images/ico/ico_owner.svg) no-repeat scroll 8px 15px transparent;
    background-size: 22px auto;
}

fieldset.closingFieldset > legend {
    background: url(Images/ico/ico_close.svg) no-repeat scroll 8px 15px transparent;
    background-size: 22px auto;
}

fieldset.RiskFieldset > legend {
    background: url(Images/ico/ico_alerts.svg) no-repeat scroll 8px 15px transparent;
    background-size: 22px auto;
}

fieldset.antiTheftFieldset > legend {
    background: url(Images/ico/ico_security.svg) no-repeat scroll 8px 15px transparent;
    background-size: 22px auto;
}

fieldset.keysFieldset > legend {
    background: url(Images/ico/ico_keys.svg) no-repeat scroll 8px 15px transparent;
    background-size: 22px auto;
}

/*====================================================================================================================================================================================
Kierowca
======================================================================================================================================================================================*/

fieldset.alignment .field.checkBoxDiv.field1_4 {
    padding-top: 10px !important;
    padding-left: 90px;
}

fieldset.alignment .checkBoxDiv.field1_4 input {
    float: left;
    margin-right: 1px;
}

fieldset.alignment .checkBoxDiv.field1_4 span.field2 {
    float: left;
}

fieldset.alignment .labelWidth100 label.fieldlabel {
    margin-left: -23px;
}


/*====================================================================================================================================================================================
Płatności
======================================================================================================================================================================================*/
html .field .styledSelect {
    position: relative;
}

html .custom .styledSelect {
    position: relative;
    width: 100%;
}

html .field .styledSelect::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    background: url(Images/Layout/select_down.svg) no-repeat scroll 0px center transparent;
    width: 20px;
    height: 30px;
    pointer-events: none;
}

.listsearchextender {
    color: transparent;
}

.nonFixedForm.ajax__tab_xp > .ajax__tab_header {
    margin-bottom: 25px;
}

fieldset.carInfoFieldset .dictionaryField.paddingBottom10 {
    padding-bottom: 10px;
}

html .ajax__tab_xp.nonFixedForm .ajax__tab_header {
    top: 0;
    margin: 0;
}

.login_content,
.loginout_content {
    display: inline-block;
    width: 500px;
    background: #fff;
    margin-top: -50px;
    position: fixed;
    top: 200px;
}


/*====================================================================================================================================================================================
Formularz, Dziennik, Załączniki
======================================================================================================================================================================================*/

.linkMenuContainerOuter {
    position: fixed;
    right: 0px;
    background: transparent;
    overflow: visible;
    height: calc(100vh - 211px);
    width: 0px;
    top: 121px;
    display: flex;
    align-items: center;
    z-index: 4;
}

.linkMenuContainer span {
    display: inline-block;
}

.linkMenuContainer .linkTabOuter .linkMenuTab a {
    font-size: 0px;
    background: url(Images/ico/ico_Formularz_white.svg) no-repeat scroll center center #2c2c40;
    background-size: 50px auto;
    display: inline-block;
    height: 60px;
    width: 60px;
    position: relative;
    right: 60px;
    margin-bottom: 10px;
    border-radius: 3px 0px 0px 3px;
}

    .linkMenuContainer .linkTabOuter .linkMenuTab a:hover {
        background-color: #576ca3;
        width: 70px;
        right: 70px;
    }

.linkMenuContainer .linkTabOuter:nth-of-type(1) .linkMenuTab a {
    background-image: url(Images/ico/ico_Formularz_white.svg);
}

.linkMenuContainer .linkTabOuter:nth-of-type(2) .linkMenuTab a {
    background-image: url(Images/ico/ico_Dziennik_white.svg);
}

.linkMenuContainer .linkTabOuter:nth-of-type(3) .linkMenuTab a {
    background-image: url(Images/ico/ico_change_history.svg);
    background-size:45px 45px;
}

.linkMenuContainer .linkTabOuter:last-of-type .linkMenuTab a {
    background-image: url(Images/ico/ico_Zaloczniki_white.svg);
}

.linkTabOuter.linkMenuActive .linkMenuTab a {
    background-color: #576ca3;
}

    .linkTabOuter.linkMenuActive .linkMenuTab a:hover {
        background-color: #e53831;
    }

/*====================================================================================================================================================================================
Konfiguracja
======================================================================================================================================================================================*/

.content > .configuration #MC_UpdatePanel1,
.content > .configuration .labelSiteHeader {
    display: none;
}

.content > .configuration .content_left {
    width: 260px;
    padding: 10px;
    float: left;
    background: #f5f9fe;
    height: calc(100vh - 151px);
}

.content > .configuration .FLConfTable,
.content > .configuration .content_right_border {
    float: right;
    width: calc(100% - 260px);
    padding: 10px;
}

/*====================================================================================================================================================================================
Dziennik- czerwona zakładka
======================================================================================================================================================================================*/

html .formstyle.JournalContent div.gridbox .objbox {
    height: calc(100vh - 350px) !important;
}

.formstyle.JournalContent {
    padding-left: 10px;
    padding-top: 10px;
}

    .formstyle.JournalContent .ButtonsDiv {
        margin-top: 15px;
    }

.EntryPanel {
    width: 800px !important;
    left: 50% !important;
    margin-left: -400px !important;
    top: 90px !important;
    padding: 4px 10px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #2c2c40;
    position: fixed;
    width: 500px !important;
    left: 50% !important;
    margin-left: -250px !important;
    z-index: 99999 !important;
    padding-top: 34px;
    top: 90px !important;
}

    .EntryPanel .ModalLabel {
        background: #2c2c40;
        color: #fff;
        text-align: center;
        font-size: 16px;
        padding: 8px;
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 10001;
    }

    .EntryPanel .modalBackground {
        background: rgba(255,255,255,0.8);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999 !important;
    }

.formstyle.JournalContent .errorPopupDiv + .ModalBackground {
    background: rgba(255, 255, 255, 0.8);
}

.EntryPanel .field {
    width: 100%;
    padding-right: 0px;
    text-align: left;
    position: relative;
}

    .EntryPanel .field .fieldlabel,
    .EntryPanel .field.fieldPerson > span:first-of-type {
        width: 125px;
        float: left;
        min-height: 30px;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .EntryPanel .field .styledSelect,
    .EntryPanel .field input[type="text"],
    .EntryPanel .field input[type="file"] {
        width: calc(100% - 125px);
        float: left;
    }

    .EntryPanel .field input[type="file"] {
        margin-top: 7px;
    }

    .EntryPanel .field .styledSelect select {
        width: 100%;
    }

    .EntryPanel .field.fieldDate input[type="text"] {
        width: calc(50% - 75px) !important;
    }

    .EntryPanel .field.fieldDate input[type="image"] {
        float: left;
        width: 16px;
        margin-left: 5px;
        margin-right: 4px;
        margin-top: 7px;
    }

    .EntryPanel .field span.validator {
        position: absolute;
        right: 30px;
        bottom: 20px;
    }

/*====================================================================================================================================================================================
Dodaj szkodę
======================================================================================================================================================================================*/

.damageDetailsFieldset .field.complexfield,
.payoutListDamageFieldset input[type="submit"],
.ajax__tab_panel input[type="submit"] {
    text-align: center;
}

/*====================================================================================================================================================================================
Walidacja 
======================================================================================================================================================================================*/

input.formvalidation_fieldError,
select.formvalidation_fieldError {
    background-color: rgba(255,0,0,0.5);
    border: 1px solid red !important;
    color: #080000 !important;
}

.formvalidation_validationpanel .formvalidation_Error {
    left: 0;
    bottom: 43px !important;
    white-space: nowrap;
    color: red;
    position: absolute;
    display: inline-block;
}

.formvalidation_validationpanel {
    display: none;
}

/*====================================================================================================================================================================================
Walidacja end
======================================================================================================================================================================================*/
table.searchresults td.tcSortDesc input[type="image"],
table.searchresults td.tcSortAsc input[type="image"] {
    border-width: 0px;
    width: 69%;
    margin-left: 5px;
    margin-top: 3px;
    outline: none;
}

.field.checkBoxDiv input {
    margin-right: 5px;
    float: left;
}

.field.checkBoxDiv label {
    float: left;
}

fieldset.RiskFieldset fieldset.oc,
fieldset.RiskFieldset fieldset.ac,
fieldset.RiskFieldset fieldset.nnw,
fieldset.RiskFieldset fieldset.ass,
fieldset.RiskFieldset fieldset.zk,
fieldset.RiskFieldset fieldset.szyby,
fieldset.RiskFieldset fieldset.ochrona_prawna {
    background: #eaf3ff;
    border-bottom: 2px solid #576ca3;
}

    fieldset.RiskFieldset fieldset.oc > legend,
    fieldset.RiskFieldset fieldset.ac > legend,
    fieldset.RiskFieldset fieldset.nnw > legend,
    fieldset.RiskFieldset fieldset.ass > legend,
    fieldset.RiskFieldset fieldset.zk > legend,
    fieldset.RiskFieldset fieldset.szyby > legend,
    fieldset.RiskFieldset fieldset.ochrona_prawna > legend {
        background: url(Images/ico/ico_protection_blue.svg) no-repeat scroll 8px 15px transparent;
        background-size: 22px auto;
    }


    fieldset.RiskFieldset fieldset.ac .checkBoxDiv.field1_5 {
        padding-top: 17px;
    }

    fieldset.RiskFieldset fieldset.ac table.formvalidation_fieldValid input[type="radio"] {
        float: left;
        margin-right: 5px;
    }

    fieldset.RiskFieldset fieldset.ac table.formvalidation_fieldValid label {
        margin-right: 5px;
    }

fieldset.liabilitiesFieldset fieldset.liabilitiesFieldsetIn > legend,
fieldset.liabilitiesFieldsetIn > legend {
    display: none;
}

fieldset.liabilitiesFieldset fieldset.liabilitiesFieldsetIn,
fieldset.liabilitiesFieldsetIn {
    padding-top: 0;
}

fieldset.contactDetailsIn,
fieldset.contactDetailsIn2 {
    padding: 0;
}

fieldset.AdressCorrespondence {
    padding: 55px 0px 10px 0px;
}

    fieldset.AdressCorrespondence > legend {
        left: -79px;
    }


fieldset.contactDetailsIn > legend,
fieldset.contactDetailsIn2 > legend {
    display: none;
}

fieldset.antiTheftFieldset .field.labelWidth0 textarea.fielddd.formvalidation_fieldValid.ReadOnly {
    max-width: 1527px !important;
}

.importInfo input {
    float: left;
    margin-right: 5px;
}

/*====================================================================================================================================================================================
Konfiguracja
======================================================================================================================================================================================*/

.FLConfTable.configurationTable {
    width: 100% !important;
}

    .FLConfTable.configurationTable a {
        text-decoration: none;
    }

.content_right.ui-formContent {
    margin-top: 0 !important;
}

    .content_right.ui-formContent .formtitle {
        margin-left: 10px;
    }

.carMaskDiv0 {
    background-image: url(" ");
    position: absolute;
    width: 44px;
    height: 44px;
    left: 72px;
    top: 59px;
}

.carMaskDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a1.png");
    position: absolute;
    width: 44px;
    height: 44px;
    left: 72px;
    top: 59px;
}

.carRoofDiv0 {
    background-image: url(" ");
    position: absolute;
    width: 76px;
    height: 44px;
    left: 116px;
    top: 59px;
}

.carRoofDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a2.png");
    position: absolute;
    width: 76px;
    height: 44px;
    left: 116px;
    top: 59px;
}

.carBootDiv0 {
    background-image: url(" ");
    width: 32px;
    height: 44px;
    position: absolute;
    left: 193px;
    top: 59px;
}

.carBootDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a3.png");
    width: 32px;
    height: 44px;
    position: absolute;
    left: 193px;
    top: 59px;
}

.carFrontRightFenderDiv0 {
    background-image: url(" ");
    width: 44px;
    height: 27px;
    position: relative;
    left: 72px;
    top: 32px;
}

.carFrontRightFenderDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a4.png");
    width: 44px;
    height: 27px;
    position: relative;
    left: 72px;
    top: 32px;
}

.carFrontRightWheelDiv0 {
    background-image: url(" ");
    height: 23px;
    left: 77px;
    position: absolute;
    top: 9px;
    width: 26px;
}

.carFrontRightWheelDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a5.png");
    height: 23px;
    left: 77px;
    position: absolute;
    top: 9px;
    width: 26px;
}

.carRightFrontDoorDiv0 {
    background-image: url(" ");
    height: 27px;
    left: 116px;
    position: absolute;
    top: 32px;
    width: 33px;
}

.carRightFrontDoorDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a6.png");
    height: 27px;
    left: 116px;
    position: absolute;
    top: 32px;
    width: 33px;
}

.carRightPisilDiv0 {
    background-image: url(" ");
    height: 27px;
    left: 149px;
    position: absolute;
    top: 32px;
    width: 10px;
}

.carRightPisilDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a7.png");
    height: 27px;
    left: 149px;
    position: absolute;
    top: 32px;
    width: 10px;
}

.carRearRightFenderDiv0 {
    background-image: url(" ");
    height: 27px;
    left: 192px;
    position: absolute;
    top: 31px;
    width: 32px;
}

.carRearRightFenderDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a8.png");
    height: 27px;
    left: 192px;
    position: absolute;
    top: 31px;
    width: 32px;
}

.carRightRearDoorDiv0 {
    background-image: url(" ");
    height: 27px;
    left: 160px;
    position: absolute;
    top: 32px;
    width: 33px;
}

.carRightRearDoorDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a9.png");
    height: 27px;
    left: 160px;
    position: absolute;
    top: 32px;
    width: 33px;
}

.carFrontLeftFenderDiv0 {
    background-image: url(" ");
    height: 27px;
    left: 72px;
    position: absolute;
    top: 105px;
    width: 44px;
}

.carFrontLeftFenderDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a10.png");
    height: 27px;
    left: 72px;
    position: absolute;
    top: 105px;
    width: 44px;
}

.carLeftFrontDoorDiv0 {
    background-image: url(" ");
    height: 27px;
    left: 116px;
    position: absolute;
    top: 106px;
    width: 33px;
}

.carLeftFrontDoorDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a11.png");
    height: 27px;
    left: 116px;
    position: absolute;
    top: 106px;
    width: 33px;
}

.carLeftRearDoorDiv0 {
    background-image: url(" ");
    height: 27px;
    left: 160px;
    position: absolute;
    top: 106px;
    width: 33px;
}

.carLeftRearDoorDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a12.png");
    height: 27px;
    left: 160px;
    position: absolute;
    top: 106px;
    width: 33px;
}

.carRearLeftFenderDiv0 {
    background-image: url(" ");
    height: 27px;
    left: 193px;
    position: absolute;
    top: 106px;
    width: 33px;
}

.carRearLeftFenderDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a13.png");
    height: 27px;
    left: 193px;
    position: absolute;
    top: 106px;
    width: 33px;
}

.carFrontDiv0 {
    background-image: url(" ");
    height: 49px;
    left: 54px;
    position: absolute;
    top: 56px;
    width: 18px;
}

.carFrontDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a14.png");
    height: 49px;
    left: 54px;
    position: absolute;
    top: 56px;
    width: 18px;
}

.carRearDiv0 {
    background-image: url(" ");
    height: 47px;
    left: 224px;
    position: absolute;
    top: 59px;
    width: 20px;
}

.carRearDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a15.png");
    height: 47px;
    left: 224px;
    position: absolute;
    top: 59px;
    width: 20px;
}

.carFrontBumperDiv0 {
    background-image: url(" ");
    height: 65px;
    left: 40px;
    position: absolute;
    top: 50px;
    width: 14px;
}

.carFrontBumperDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a16.png");
    height: 65px;
    left: 40px;
    position: absolute;
    top: 50px;
    width: 14px;
}

.carRearBumperDiv0 {
    background-image: url(" ");
    height: 65px;
    left: 244px;
    position: absolute;
    top: 50px;
    width: 14px;
}

.carRearBumperDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a17.png");
    height: 65px;
    left: 244px;
    position: absolute;
    top: 50px;
    width: 14px;
}

.carRearRightWheelDiv0 {
    background-image: url(" ");
    height: 23px;
    left: 197px;
    position: absolute;
    top: 9px;
    width: 26px;
}

.carRearRightWheelDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a5.png");
    height: 23px;
    left: 197px;
    position: absolute;
    top: 9px;
    width: 26px;
}

.carRearLeftWheelDiv0 {
    background-image: url(" ");
    height: 23px;
    left: 197px;
    position: absolute;
    top: 132px;
    width: 26px;
}

.carRearLeftWheelDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a5.png");
    height: 23px;
    left: 197px;
    position: absolute;
    top: 132px;
    width: 26px;
}

.carFrontLeftWheelDiv0 {
    background-image: url(" ");
    height: 23px;
    left: 77px;
    position: absolute;
    top: 132px;
    width: 26px;
}

.carFrontLeftWheelDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a5.png");
    height: 23px;
    left: 77px;
    position: absolute;
    top: 132px;
    width: 26px;
}

.carLeftPisilDiv0 {
    background-image: url(" ");
    height: 27px;
    left: 149px;
    position: absolute;
    top: 108px;
    width: 10px;
}

.carLeftPisilDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a7.png");
    height: 27px;
    left: 149px;
    position: absolute;
    top: 108px;
    width: 10px;
}

.carRearViewscreenDiv0 {
    background-image: url(" ");
    width: 7px;
    height: 44px;
    position: absolute;
    left: 187px;
    top: 59px;
}

.carRearViewscreenDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a19.png");
    width: 7px;
    height: 44px;
    position: absolute;
    left: 187px;
    top: 59px;
}

.carWindscreenDiv0 {
    background-image: url(" ");
    width: 8px;
    height: 44px;
    position: absolute;
    top: 59px;
    left: 115px;
}

.carWindscreenDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a18.png");
    width: 8px;
    height: 44px;
    position: absolute;
    top: 59px;
    left: 115px;
}

.carLeftThresholdDiv0 {
    background-image: url(" ");
    width: 73px;
    height: 8px;
    position: absolute;
    top: 136px;
    left: 118px;
}

.carLeftThresholdDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a21.png");
    width: 73px;
    height: 8px;
    position: absolute;
    top: 136px;
    left: 118px;
}

.carRightThresholdDiv0 {
    background-image: url(" ");
    width: 73px;
    height: 8px;
    position: absolute;
    top: 19px;
    left: 118px;
}

.carRightThresholdDiv1 {
    background-image: url("Images/Layout/Templates/CarDamageSelectorTemplate/CarMarkings/a20.png");
    width: 73px;
    height: 8px;
    position: absolute;
    top: 19px;
    left: 118px;
}

a.button.goTo {
    background-image: url("Images/ico/bbar_GoTo.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    padding-left: 28px;
    font-size: 0px;
    overflow: hidden;

}

.carInfoFieldset a.button.goTo {
    background-image: url(Images/ico/bbar_GoToCar.png);
    position: absolute;
    top: 12px;
    left: 130px;
    border-radius: 3px;
    background-color: transparent;
}

.NarrowFormFields a.button.goTo {
    background-image: url(Images/ico/bbar_GoToCar.png);
    border-radius: 3px;
    background-color: transparent;
}

.NarrowFormFields .field.checkBoxDiv {
    padding-left: 11px;
    padding-top: 10px;
}

.button {
    display: inline-block;
    background: #2c2c40;
    height: 30px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    border: none;
    transition: all 0.15s ease-in-out 0s;
}

/*====================================================================================================================================================================================
TOP MENU
======================================================================================================================================================================================*/

.Div1LoginProgramAppChoiceClass, .squarePanel, .divSearch, .topmenu1 {
    display: none;
}

div#TopMenu1_LoginProgramAppChoicePanel_upAppChoice {
    display: none;
}

.topMenuMain,
.LoginProgramAppChoiceClass,
.LoginProgramAppChoiceClassExtended {
    float: right;
    margin-left: 20px;
    color: #001E2E;
    position: absolute;
    right: 0;
    top: 0;
    /*! width: 100px; */
    z-index: 100;
}

.LoginProgramAppChoiceClass {
    /*position: relative;
    top: 16px;
    right: 40px;*/
    position: fixed;
    top: 92px;
    height: 0px;
    overflow: hidden;
    right: 0px;
    color: #fff;
    background: #002738;
    width: 100%;
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
    z-index: 5;
}

    .LoginProgramAppChoiceClass .CenteredDivLoginProgramAppChoice {
        display: none;
    }

.main .header .top .LoginProgramAppChoiceClassExtended {
    /*position: relative;
        top: 16px;
        right: 40px;*/
    position: fixed;
    top: 92px;
    right: 0px;
    color: #fff;
    background: #002738;
    width: 100%;
    padding: 10px;
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
    z-index: 5;
}

    .main .header .top .LoginProgramAppChoiceClassExtended .CenteredDivLoginProgramAppChoice {
        display: inline-block;
        text-align: right;
    }

.Div2LoginProgramAppChoiceClass {
    display: inline-block;
    width: 100%;
}

#TopMenu1_topMenuProgramUrl .topMenuProgram,
#TopMenu1_upExpand > .lbLocalisationClass,
#TopMenu1_upExpand > .lbLocalisationClass:hover {
    background: url(Images/ico/ico_user.svg) no-repeat scroll 5px center transparent !important;
    background-size: 16px auto !important;
    padding-left: 30px;
    height: 30px !important;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
}

#TopMenu1_topMenuProgramUrl .topMenuProgram {
    display: none;
}

#TopMenu1_LoginProgramAppChoicePanel_upLoginChoice,
#TopMenu1_LoginProgramAppChoicePanel_upAppChoice {
    display: inline-block;
    clear: both;
    position: relative;
    float: left;
    min-width: 50%;
    right: 50px;
}

#TopMenu1_LoginProgramAppChoicePanel_upLoginChoice {
    background: url(../Images/Icons/loginChoice_login.png) no-repeat scroll 5px bottom transparent;
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 5px;
}

    #TopMenu1_LoginProgramAppChoicePanel_upLoginChoice:before {
        content: '';
        display: inline-block;
        position: absolute;
        right: 30px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #2c2c40;
    }

    #TopMenu1_LoginProgramAppChoicePanel_upLoginChoice #TopMenu1_LoginProgramAppChoicePanel_panelLogin {
        visibility: visible !important;
        display: block !important;
        border: 1px solid #2c2c40;
        width: auto;
        outline: 1px solid #ffffff;
    }

        #TopMenu1_LoginProgramAppChoicePanel_upLoginChoice #TopMenu1_LoginProgramAppChoicePanel_panelLogin input,
        #TopMenu1_LoginProgramAppChoicePanel_upLoginChoice .lbLocalisationClass,
        #TopMenu1_LoginProgramAppChoicePanel_upLoginChoice .lbLocalisationClass:hover {
            border-radius: 0px !important;
            border: none !important;
            padding: 5px;
            height: auto !important;
            white-space: nowrap;
            margin: 0px;
        }

        #TopMenu1_LoginProgramAppChoicePanel_upLoginChoice #TopMenu1_LoginProgramAppChoicePanel_panelLogin input {
            font-weight: normal;
            width: 100%;
            padding-left: 30px;
            background-image: url(Images/ico/ico_user_black.svg);
            background-attachment: scroll;
            background-repeat: no-repeat;
            background-position: 5px center;
            background-size: 16px auto !important;
        }

            #TopMenu1_LoginProgramAppChoicePanel_upLoginChoice #TopMenu1_LoginProgramAppChoicePanel_panelLogin input:hover {
                color: #ffffff;
                background-color: #576ca3;
                background-image: url(Images/ico/ico_user.svg);
                background-attachment: scroll;
                background-repeat: no-repeat;
                background-position: 5px center;
                background-size: 16px auto !important;
            }

    #TopMenu1_LoginProgramAppChoicePanel_upLoginChoice #TopMenu1_LoginProgramAppChoicePanel_lbLocalisation_dropWrapper .lbLocalisationClass,
    #TopMenu1_LoginProgramAppChoicePanel_upLoginChoice #TopMenu1_LoginProgramAppChoicePanel_lbLocalisation_dropWrapper .lbLocalisationClass:hover {
        border-left: 1px solid #2c2c40 !important;
        border-right: 1px solid #2c2c40 !important;
        border-top: 1px solid #2c2c40 !important;
        width: auto;
        color: #ffffff;
        background: url(Images/ico/ico_user.svg) no-repeat scroll 5px center #2c2c40 !important;
        background-size: 16px auto !important;
        padding-left: 30px;
    }

    #TopMenu1_LoginProgramAppChoicePanel_upLoginChoice #TopMenu1_LoginProgramAppChoicePanel_lbLocalisation_dropWrapper {
        margin-top: 5px !important;
        font-weight: bold;
        outline: 1px solid #ffffff;
    }

#TopMenu1_LoginProgramAppChoicePanel_upAppChoice {
    background: url("../Images/Icons/loginChoice_app.png") no-repeat scroll 5px bottom transparent;
}

#TopMenu1_LoginProgramAppChoicePanel_lbApplication_dropWrapper,
#TopMenu1_LoginProgramAppChoicePanel_lbApplication,
#TopMenu1_LoginProgramAppChoicePanel_panelApp,
#TopMenu1_LoginProgramAppChoicePanel_panelApp input,
#TopMenu1_LoginProgramAppChoicePanel_lbLocalisation_dropWrapper,
#TopMenu1_LoginProgramAppChoicePanel_lbLocalisation,
#TopMenu1_LoginProgramAppChoicePanel_panelLogin,
#TopMenu1_LoginProgramAppChoicePanel_panelLogin input {
    display: inline-block;
    width: 100%;
}

#TopMenu1_LoginProgramAppChoicePanel_panelLogin,
#TopMenu1_LoginProgramAppChoicePanel_panelApp {
    width: 200px;
}

#TopMenu1_LoginProgramAppChoicePanel_lbApplication,
#TopMenu1_LoginProgramAppChoicePanel_lbApplication:hover,
#TopMenu1_LoginProgramAppChoicePanel_lbLocalisation,
#TopMenu1_LoginProgramAppChoicePanel_lbLocalisation:hover {
    line-height: 18px;
    border: 1px solid #c0c0c0 !important;
    background: #fff url("../Images/ico_dropdown.png") no-repeat scroll right center !important;
    color: #000;
    display: inline-block;
    margin-top: 5px;
    padding: 0px 20px 0px 5px;
    text-align: left;
    width: 200px;
    height: 20px;
}

#TopMenu1_LoginProgramAppChoicePanel_upAppChoice .ajax__dropdown_arrow.ajax__dropdown_arrow_image,
#TopMenu1_LoginProgramAppChoicePanel_upLoginChoice .ajax__dropdown_arrow.ajax__dropdown_arrow_image {
    display: none;
}

#TopMenu1_LoginProgramAppChoicePanel_panelApp,
#TopMenu1_LoginProgramAppChoicePanel_panelLogin {
    z-index: 2;
}

    #TopMenu1_LoginProgramAppChoicePanel_panelApp input,
    #TopMenu1_LoginProgramAppChoicePanel_panelLogin input {
        background: #fff;
        color: #000;
        border: 1px solid #c0c0c0;
        text-align: left;
        padding-left: 5px;
    }

        #TopMenu1_LoginProgramAppChoicePanel_panelApp input:hover,
        #TopMenu1_LoginProgramAppChoicePanel_panelLogin input:hover {
            background: #004463;
            color: #fff;
        }

.main .header .top .topMenuMain .topmenu .logoutlink {
    color: #001E2E;
    border: 2px solid #001E2E;
    text-decoration: none;
    padding: 6px;
}

    .main .header .top .topMenuMain .topmenu .logoutlink:hover {
        color: #fff;
        background: #001E2E;
    }

/*.main .header .top #TopMenu1_LoginProgramAppChoicePanel_upAppChoice,*/
.main .header .top .squarePanel,
.main .header .top .divSearch,
/*.ajax__dropdown_arrow.ajax__dropdown_arrow_image,*/
.main .header #PageHistoryControl_HistoryUP,
.main .header .top .Div1LoginProgramAppChoiceClass,
.FilterMainDivInner.FilterMainDivInnerGrey .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_header {
    display: none;
}

.main .header .top input.prchcBtnExpand,
.main .header .top input.prchcBtnFold {
    position: relative;
    top: -22px;
    right: 65px;
    height: 30px;
    background: #001E2E;
}

    .main .header .top input.prchcBtnExpand:hover,
    .main .header .top input.prchcBtnFold:hover {
        background: #003A59;
    }

.main .header .top .CenteredDivLoginProgramAppChoice {
    text-align: right;
    position: relative;
    z-index: 99999;
}

.main .header .TopMenu > #wholeMenu {
    width: 960px;
    margin: 0px auto;
    text-align: left;
}

html input[type="submit"].prchcBtnExpand, html input[type="submit"].prchcBtnFold {
    color: #fff;
    font-weight: 700;
    background-color: #2c2c40;
    border: none;
    border-radius: 3px !important;
    height: 20px !important;
    padding: 0px 15px;
    margin-right: 5px;
    cursor: pointer !important;
    line-height: 13px;
    margin-top: 5px;
    margin-left: 11px;
    text-transform: uppercase;
    font-size: 12px;
}

html input[type="submit"].lbLocalisationClass {
    color: #fff;
    font-weight: 700;
    background-color: #2c2c40;
    border: none;
    border-radius: 3px !important;
    height: 20px !important;
    padding: 0px 15px;
    margin-right: 10px;
    cursor: pointer !important;
    line-height: 18px;
}

.genericList .GenericListWithFilter .FilterMainDivInner2 {
    text-align: center;
}

.genericList .GenericListWithFilter .FilterMainDivInner.FilterMainDivInnerGrey .simplebutton {
    padding-top: 20px;
}

.content .genericList .AccordionPaneFilter {
    display: inline-block;
    background-color: #576ca3;
    line-height: 32px;
    font-size: 16px;
    transition: all 0.15s ease-in-out 0s;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid white;
}

.FilterMainDivInner2,
.FilterMainDivInner2 .ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_body {
    background: #e0e0e0;
}

.content .genericList .AccordionPaneFilter span {
    color: White;
    display: inline-block;
    background: url(Images/Layout/filter_arrow.png) no-repeat center center transparent;
    padding-right: 52px;
}

.content .genericList .AccordionPaneFilter:hover {
    background-color: #2c2c40;
}

.ListTitle {
    text-transform: uppercase;
}

.recfoundDiv {
    background: url("Images/Layout/loading_gray.gif") no-repeat scroll center center;
    height: 410px;
    width: 100%;
}

.SearchPanel, .ListPopupPanel {
    width: 800px !important;
    margin-left: -400px;
    background: #fff;
    padding: 10px 10px 0px 10px;
    border: 1px solid #c0c0c0;
    border-left-color: rgb(192, 192, 192);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 4px solid #001E2E;
    z-index: 999;
    position: fixed !important;
    top: 30%;
    left: 50% !important;
    top: 50% !important;
    margin-top: -300px;
}

}

.SearchPanel .FilterMainDivInner.FilterMainDivInnerGrey {
    padding: 0px 10px;
    margin: 0px;
}

.SearchPanel .ListContent {
    overflow-y: scroll;
}

html .SearchPanel .ListContent div.gridbox .objbox {
    overflow-y: auto !important;
    height: 300px !important;
}

.SearchPanel .simplebutton {
    margin: 5px 0px 0px 320px;
}

.SearchPanel .paginationDiv {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.SearchPanel .ListButtons {
    text-align: center;
    padding: 10px 0px;
}

.SearchPanel .popupHandle {
    font-size: 18px;
    font-weight: bold;
    color: #2c2c40;
}

.SearchPanel .GenericListWithFilter .AccordionPaneFilter span {
    background: #2c2c40;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 4px 0;
    transition: all 0.15s ease-in-out 0s;
}
/*====================================================================================================================================================================================
Style dla Marsh
======================================================================================================================================================================================*/
/*div#main.main 
    {
    background-color: #576ca3 !important;
    background: url(Images/ico/FleetManagerMarsh_logotyp.svg) no-repeat scroll 20px center transparent;
    background-size: auto 17px;
    margin-left: 10px;
    }

html 
    {
    background:#576ca3;
    }

#footer.footer 
    {
    background:#576ca3;
    }
*/
/*====================================================================================================================================================================================
Style dla Marsh - koniec
======================================================================================================================================================================================*/

.tabstyle .validationstatus .Error {
    display: none;
}

fieldset.alignment .field.checkBoxDiv.field1_4 span.field2.formvalidation_fieldValid label {
    float: left;
    margin-left: 5px;
}

@media only screen and (max-width:1600px) {
    fieldset.alignment {
        width: 100% !important;
    }
}

.financeDataFieldset .field1_7.Data input,
.financeDataFieldset .Label_right input,
.financeDataFieldset .Currency input.formvalidation_fieldValid,
.financeDataFieldset .closer input {
    width: 80px;
}

.financeDataFieldset .Label_right label {
    width: 20px;
}

.financeDataFieldset .closer label,
.financeDataFieldset .Currency label {
    display: none;
}

.financeDataFieldset .closer input {
    position: absolute;
    left: 120px;
    top: 99px;
}

.financeDataFieldset .Short label {
    width: 50px;
}

/*====================================================================================================================================================================================
Progress Bar
======================================================================================================================================================================================*/

.jobStatusPopup > div {
    padding-left: 10px;
    display: inline-block;
    width: 100%;
}

.jobStatusPopup .progressBarOuterDiv {
    padding-right: 10px;
    width: calc(100% - 50px);
    float: left;
}

html .formPopup.jobStatusPopup .popupHandle {
    padding-left: 0px;
}

.ui-progressbar {
    border: 1px solid #c0c0c0;
    height: 25px;
    position: relative;
    margin-bottom: 5px;
}

.ui-progressbar-value {
    background: #438C31;
    height: 100%;
}

.progress-label {
    position: absolute;
    width: 100%;
    line-height: 25px;
    text-align: center;
}

.progressBarOuterDiv .progressState {
    float: left;
}

.progressBarOuterDiv .counter {
    float: right;
}

.jobStatusPopup .downloadResources {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*=================================================================================================================================================================================
Zmiana Hasła
======================================================================================================================================================================================*/

.content > .ChangePasswordDiv > .ChangePasswordContent {
    text-align: center;
    padding: 200px 20px 20px 20px;
    background: url(Images/ico/ico_password_blue.svg) no-repeat scroll center 40px transparent;
    background-size: 120px auto;
}
    .content > .ChangePasswordDiv > .ChangePasswordContent > .changePassword {
        text-align: center;
        background: #e0e0e0;
        display: inline-block;
        padding: 20px 30px;
    }

        .content > .ChangePasswordDiv > .ChangePasswordContent > .changePassword .changePasswordTable td {
            padding-top: 13px;
            padding-left: 13px;
        }

            .content > .ChangePasswordDiv > .ChangePasswordContent > .changePassword .changePasswordTable td input:not([type="submit"]) {
                border: 1px solid #2c2c40;
                padding: 3px;
                min-height: 30px;
            }

            .content > .ChangePasswordDiv > .ChangePasswordContent > .changePassword .changePasswordTable td input {
                width:200px;
                margin:0px;
            }
/*=================================================================================================================================================================================
Autocomplete
======================================================================================================================================================================================*/
ul.ui-autocomplete {
    max-width: 650px !important;
    background-color: White;
    border: 1px solid #c0c0c0;
    padding: 0px;
    max-height: 200px;
    overflow-y: auto;
    display: inline-block;
    box-shadow:0px 4px 6px rgba(0,0,0,0.3);
}

ul.ui-autocomplete li {
    display: block;
    margin: 0px;
}

    ul.ui-autocomplete li a:hover,
    ul.ui-autocomplete li a.ui-state-hover,
    ul.ui-autocomplete li > div:hover{
        background: #3399ff;
        cursor: pointer;
        color: #fff;
    }

    ul.ui-autocomplete li a,
    select option,
    ul.ui-autocomplete li > div {
        font-size: 11px;
        color: #000;
        padding: 5px 3px;
        display: block;
        background: #fff;
    }

select option {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

input.ui-autocomplete-loading {
    background: url("../Images/ico_loading.gif") right center no-repeat !important;
}

.ui-autocomplete-input + .ui-helper-hidden-accessible {
    display: none;
}

/*=================================================================================================================================================================================
Lista zmian
======================================================================================================================================================================================*/
.annexesList{
    position:relative;
    width:100%;
    display:flex;
       
}
.annexesList:before {
    content: 'Historia zmian';
    display: block;
    position: fixed;
    top: 71px;
    width: calc(100% - 260px);
    text-align: center;
    border-bottom: 9px solid #2c2c40;
    font-size: 16px;
    line-height: 41px;
    text-align: center;
    color: #2c2c40;
    font-weight: 900;
}

.listazmianpanel, .listazmian {
    width: 50%;
    padding: 0px 20px 20px 20px;
    height: calc(100vh - 211px);
    overflow: auto;
    position: relative;
    background: #ffffff;
}

.listazmianpanel h4, .listazmian h4 {
    background-color: white;
    position: sticky;
    top: 0px;
    margin: 0;
    padding: 25px 0px;
    background: inherit;
}

a+br+div.content2.listazmian>h4{
    display:none;
}

.SliderPanel {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

#lbPageNumberStyle {
    display: inline-block;
    padding: 15px 0;
    text-align:center;
}

.listazmianpanel table div:nth-child(1), .listazmian table div:nth-child(1) {
    overflow: auto;
}

.uploadedfilesbutton {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(47%, -50%);
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #2c2c40;
    padding: 12px 15px;
    border-radius: 3px;
    z-index:100;

}

.uploadedfilesbutton:hover {
    background-color: #576ca3;
}

.pageswitcherarrow {
    width: 30px;
    height: 30px;
    padding: 8px 10px;
    background-color: #2c2c40;
    background-position: center center;
    border-radius: 3px;
    background: url() no-repeat center center #2c2c40;
    font-size: 0;
    height: 32px;
    width: 32px;
    margin: 0 5px;
    cursor: pointer;
}

.listazmianpanel table tbody tr:nth-child(1), .listazmian table tbody tr:nth-child(1) {
    position: sticky;
    top: 63px;
}

.listazmianpanel table, .listazmian table{
    margin-top:0;
}


#MC_DynamicTabContainer_HistoryControl_gvFieldList_ibBack {
    background-color: #2c2c40;
}
/*#MC_DynamicTabContainer_HistoryControl_h4ChangesList {
    position: fixed;
    top: 71px;
    width:100%;
    text-align:center;
    display:block;
    border-bottom: 9px solid #2c2c40;
    font-size: 16px;
    line-height: 41px;
    text-align: center;
    color: #2c2c40;
}
 */
.ajax__slider_h_rail {
    display: none;
}
.pageswitcher{
    display:flex;
    align-content:center;
    justify-content:center;
}



/*=================================================================================================================================================================================
RWD
======================================================================================================================================================================================*/
@media only screen and (max-width: 1456px) {
    #wholeMenu table.menustyle tr td {
        background-position-x: 10px !important;
    }

    #wholeMenu table.menustyle tr td {
        padding: 10px 30px 10px 43px;
        background-size: auto 25px !important;
    }
    
}
@media only Screen and (max-width: 1366px) {
 .listazmianpanel, .listazmian {
     width: 100%;
    }
 .annexesList {
     display: block;
    }
 .listazmian, .listazmianpanel{
     width:100%;
     height:auto;
     max-height:50vh;
     background:#ffffff;
 }
}
/*=================================================================================================================================================================================
Main Page
======================================================================================================================================================================================*/

.content > div > .buttonsWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 340px);
    min-height:470px;
}

    .content > div > .buttonsWrapper a {
        height: 55vh;
        min-height: 200px;
        width: 200px;
        margin: 10px;
        position: relative;
        transition: all 0.5s ease-in-out;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        text-decoration:none;
    }

        .content > div > .buttonsWrapper a span {
            text-decoration: none;
            color: #ffffff;
            font-size: 22px;
            position: relative;
            z-index: 2;
            display: inline-block;
            padding-bottom:20px;
        }

        .content > div > .buttonsWrapper a:hover {
            padding-bottom: 20px;
            height: calc(55vh + 20px);
            min-height: 220px;
            transition: all 0.5s ease;
            border-bottom: 20px solid #576ca3;
        }

        .content > div > .buttonsWrapper a:before {
            content: "";
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            filter: grayscale(100%);
        }

        .content > div > .buttonsWrapper a:after {
            content: "";
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: rgba(87, 108, 163, 0.5);
        }

        .content > div > .buttonsWrapper a.newCarButton:before {
            background: url('Images/bg/bg_car.jpg') no-repeat scroll center center transparent;
            background-size: cover;
        }

        .content > div > .buttonsWrapper a.carListButton:before {
            background: url('Images/bg/bg_cars.jpg') no-repeat scroll center center transparent;
            background-size: cover;
        }

        .content > div > .buttonsWrapper a.insuranceListButton:before {
            background: url('Images/bg/bg_insurance.jpg') no-repeat scroll center center transparent;
            background-size: cover;
        }

        .content > div > .buttonsWrapper a.claimListButton:before {
            background: url('Images/bg/bg_claim.jpg') no-repeat scroll center center transparent;
            background-size: cover;
        }

        .content > div > .buttonsWrapper a.newCarButton:after {
            background: url('Images/ico/ico_carAdd.svg') no-repeat scroll center center rgba(87, 108, 163, 0.5);
            background-size: 40% auto;
        }

        .content > div > .buttonsWrapper a.carListButton:after {
            background: url('Images/ico/ico_carTraffic.svg') no-repeat scroll center center rgba(87, 108, 163, 0.5);
            background-size: 40% auto;
        }

        .content > div > .buttonsWrapper a.insuranceListButton:after {
            background: url('Images/ico/ico_mainInsurance.svg') no-repeat scroll center center rgba(87, 108, 163, 0.5);
            background-size: 40% auto;
        }

        .content > div > .buttonsWrapper a.claimListButton:after {
            background: url('Images/ico/ico_mainDamages.svg') no-repeat scroll center center rgba(87, 108, 163, 0.5);
            background-size: 40% auto;
        }

.alertsWrapper .alertsTypeListContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 860px;
    width: 100%;
}

.alertsWrapper tr th,
.alertsWrapper tr:first-of-type,
.alertsWrapper .Legend {
    display: none;
}

.alertsWrapper tr {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background: #f5f9fe;
    margin:10px;
    width:200px;
    height:200px;
    padding:30px 20px 0px 20px;
}

.alertsWrapper table,
.alertsWrapper table tbody {
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}

.alertsWrapper tr td{
    background:transparent;
    text-align:center;
    padding:10px 0px;
    font-size:46px;
    font-weight:bold;
    flex-grow:1;
    display:flex;
    justify-content:center;
    align-items:center;
}

.alertsWrapper tr td:first-of-type
{
    border-bottom:4px solid #576ca3;
    font-size:12px;
    font-weight:normal;
    flex-grow:0;
}

    .alertsWrapper tr td:last-of-type {
        font-size: 0px;
        background: url(Images/ImagesPorshe/ico_ActiveAlertsImg.svg) no-repeat scroll center center transparent;
        background-size: contain;
        height: 32px;
        filter: invert(96%) sepia(4%) saturate(0%) hue-rotate(328deg) brightness(103%) contrast(106%);
        width:100%;
        flex-grow:0;
    }

.alertsWrapper .pageElementTileTitle.AlertsLabel {
    font-size: 18px;
    border-bottom: 1px solid #576ca3;
    padding:0px 0px 10px 0px;
    width:100%;
    display:block;
}

/*DROPZONE*/
.dropZone,
.dropZoneOver {
    border: 1px dashed rgba(0,0,0,0.3);
    font-size: 10px;
    white-space: normal;
    line-height: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-align: center;
    margin: 5px 0px;
}