﻿
/*! 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;
}

/* 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;
}


/* Forms
   ========================================================================== */
.field,
.field > span.value {
    display: inline-block;
}

.autoField {
    width: auto;
}

.fullField {
    width: 100%;
}

.field15_16 {
    width: 93.75%;
}

.field7_8 {
    width: 87.5%;
}

.field13_16 {
    width: 81.25%;
}

.field3_4 {
    width: 75%;
}

.field11_16 {
    width: 68.75%;
}

.field2_3 {
    width: 66.666%;
}

.field5_8 {
    width: 62.5%;
}

.field9_16 {
    width: 56.25%;
}

.field1_2 {
    width: 50%;
}

.field7_16 {
    width: 43.75%;
}

.field3_8 {
    width: 37.5%;
}

.field1_3 {
    width: 33.333%;
}

.field5_16 {
    width: 31.25%;
}

.field1_4 {
    width: 25%;
}

.field1_5 {
    width: 20%;
}

.field3_16 {
    width: 18.75%;
}

.field1_6 {
    width: 16.66%;
}

.field1_8 {
    width: 12.5%;
}

.field1_16 {
    width: 6.25%;
}

.fieldMaterial.fieldSelect .inputWrapper {
    width: 100%;
}

.fieldMaterial.fieldSelect .inputWrapper input.ui-autocomplete-input {
    width: 100%;
}

/*--------------------------------------------LABEL WIDTH---------------------------------------------------------*/

.labelWidthFull > label,
.labelWidthFull > .fieldlabel,
.labelWidthFull > span.definition {
    display: inline-block;
    float: left;
    width: 100%;
}

.labelWidthFull > input,
.labelWidthFull > .styledSelect,
.labelWidthFull > span.value,
.labelWidthFull > textarea {
    float: right;
    width: 100%;
}

.labelWidth0 > label,
.labelWidth0 > .fieldlabel,
.labelWidth0 > span.definition {
    display: inline-block;
    float: left;
    width: 0px;
    font-size: 0px;
}

.labelWidth0 > input,
.labelWidth0 > .styledSelect,
.labelWidth0 > span.value {
    float: right;
    width: 100%;
}


.labelWidth5 > label,
.labelWidth5 > .fieldlabel,
.labelWidth5 > span.definition {
    display: inline-block;
    float: left;
    width: 5px;
}

.labelWidth5 > input,
.labelWidth5 > .styledSelect,
.labelWidth5 > span.value {
    float: right;
    width: calc(100% - 10px);
}

.labelWidth10 > label,
.labelWidth10 > .fieldlabel,
.labelWidth10 > span.definition {
    display: inline-block;
    float: left;
    width: 10px;
}

.labelWidth10 > input,
.labelWidth10 > .styledSelect,
.labelWidth10 > span.value {
    float: right;
    width: calc(100% - 10px);
}

.labelWidth15 > label,
.labelWidth15 > .fieldlabel,
.labelWidth15 > span.definition {
    display: inline-block;
    float: left;
    width: 15px;
}

.labelWidth15 > input,
.labelWidth15 > .styledSelect,
.labelWidth15 > span.value {
    float: right;
    width: calc(100% - 15px);
}

.labelWidth20 > label,
.labelWidth20 > .fieldlabel,
.labelWidth20 > span.definition {
    display: inline-block;
    float: left;
    width: 20px;
}

.labelWidth20 > input,
.labelWidth20 > .styledSelect,
.labelWidth20 > span.value {
    float: right;
    width: calc(100% - 20px);
}

.labelWidth25 > label,
.labelWidth25 > .fieldlabel,
.labelWidth25 > span.definition {
    display: inline-block;
    float: left;
    width: 25px;
}

.labelWidth25 > input,
.labelWidth25 > .styledSelect,
.labelWidth25 > span.value {
    float: right;
    width: calc(100% - 25px);
}

.labelWidth30 > label,
.labelWidth30 > .fieldlabel,
.labelWidth30 > span.definition {
    display: inline-block;
    float: left;
    width: 30px;
}

.labelWidth30 > input,
.labelWidth30 > .styledSelect,
.labelWidth30 > span.value {
    float: right;
    width: calc(100% - 30px);
}

.labelWidth35 > label,
.labelWidth35 > .fieldlabel,
.labelWidth35 > span.definition {
    display: inline-block;
    float: left;
    width: 35px;
}

.labelWidth35 > input,
.labelWidth35 > .styledSelect,
.labelWidth35 > span.value {
    float: right;
    width: calc(100% - 35px);
}

.labelWidth40 > label,
.labelWidth40 > .fieldlabel,
.labelWidth40 > span.definition {
    display: inline-block;
    float: left;
    width: 40px;
}

.labelWidth40 > input,
.labelWidth40 > .styledSelect,
.labelWidth40 > span.value {
    float: right;
    width: calc(100% - 40px);
}

.labelWidth45 > label,
.labelWidth45 > .fieldlabel,
.labelWidth45 > span.definition {
    display: inline-block;
    float: left;
    width: 40px;
}

.labelWidth45 > input,
.labelWidth45 > .styledSelect,
.labelWidth45 > span.value {
    float: right;
    width: calc(100% - 45px);
}

.labelWidth50 > label,
.labelWidth50 > .fieldlabel,
.labelWidth50 > span.definition {
    display: inline-block;
    float: left;
    width: 50px;
}

.labelWidth50 > input,
.labelWidth50 > .styledSelect,
.labelWidth50 > span.value {
    float: right;
    width: calc(100% - 50px);
}

.labelWidth55 > label,
.labelWidth55 > .fieldlabel,
.labelWidth55 > span.definition {
    display: inline-block;
    float: left;
    width: 55px;
}

.labelWidth55 > input,
.labelWidth55 > .styledSelect,
.labelWidth55 > span.value {
    float: right;
    width: calc(100% - 55px);
}

.labelWidth60 > label,
.labelWidth60 > .fieldlabel,
.labelWidth60 > span.definition {
    display: inline-block;
    float: left;
    width: 60px;
}

.labelWidth60 > input,
.labelWidth60 > .styledSelect,
.labelWidth60 > span.value {
    float: right;
    width: calc(100% - 60px);
}

.labelWidth65 > label,
.labelWidth65 > .fieldlabel,
.labelWidth65 > span.definition {
    display: inline-block;
    float: left;
    width: 65px;
}

.labelWidth65 > input,
.labelWidth65 > .styledSelect,
.labelWidth65 > span.value {
    float: right;
    width: calc(100% - 65px);
}

.labelWidth70 > label,
.labelWidth70 > .fieldlabel,
.labelWidth70 > span.definition {
    display: inline-block;
    float: left;
    width: 70px;
}

.labelWidth70 > input,
.labelWidth70 > .styledSelect,
.labelWidth70 > span.value {
    float: right;
    width: calc(100% - 70px);
}

.labelWidth75 > label,
.labelWidth75 > .fieldlabel,
.labelWidth75 > span.definition {
    display: inline-block;
    float: left;
    width: 75px;
}

.labelWidth75 > input,
.labelWidth75 > .styledSelect,
.labelWidth75 > span.value {
    float: right;
    width: calc(100% - 75px);
}

.labelWidth80 > label,
.labelWidth80 > .fieldlabel,
.labelWidth80 > span.definition {
    display: inline-block;
    float: left;
    width: 80px;
}

.labelWidth80 > input,
.labelWidth80 > .styledSelect,
.labelWidth80 > span.value {
    float: right;
    width: calc(100% - 80px);
}

.labelWidth85 > label,
.labelWidth85 > .fieldlabel,
.labelWidth85 > span.definition {
    display: inline-block;
    float: left;
    width: 85px;
}

.labelWidth85 > input,
.labelWidth85 > .styledSelect,
.labelWidth85 > span.value {
    float: right;
    width: calc(100% - 85px);
}

.labelWidth90 > label,
.labelWidth90 > .fieldlabel,
.labelWidth90 > span.definition {
    display: inline-block;
    float: left;
    width: 90px;
}

.labelWidth90 > input,
.labelWidth90 > .styledSelect,
.labelWidth90 > span.value {
    float: right;
    width: calc(100% - 90px);
}

.labelWidth95 > label,
.labelWidth95 > .fieldlabel,
.labelWidth95 > span.definition {
    display: inline-block;
    float: left;
    width: 95px;
}

.labelWidth95 > input,
.labelWidth95 > .styledSelect,
.labelWidth95 > span.value {
    float: right;
    width: calc(100% - 95px);
}

.labelWidth100 > label,
.labelWidth100 > .fieldlabel,
.labelWidth100 > span.definition {
    display: inline-block;
    float: left;
    width: 100px;
}

.labelWidth100 > input,
.labelWidth100 > .styledSelect,
.labelWidth100 > span.value {
    float: right;
    width: calc(100% - 100px);
}

.labelWidth110 > label,
.labelWidth110 > .fieldlabel,
.labelWidth110 > span.definition {
    display: inline-block;
    float: left;
    width: 110px;
}

.labelWidth110 > input,
.labelWidth110 > .styledSelect,
.labelWidth110 > span.value {
    float: right;
    width: calc(100% - 110px);
}

.labelWidth120 > label,
.labelWidth120 > .fieldlabel,
.labelWidth120 > span.definition {
    display: inline-block;
    float: left;
    width: 120px;
}

.labelWidth120 > input,
.labelWidth120 > .styledSelect,
.labelWidth120 > span.value {
    float: right;
    width: calc(100% - 120px);
}

.labelWidth130 > label,
.labelWidth130 > .fieldlabel,
.labelWidth130 > span.definition {
    display: inline-block;
    float: left;
    width: 130px;
}

.labelWidth130 > input,
.labelWidth130 > .styledSelect,
.labelWidth130 > span.value {
    float: right;
    width: calc(100% - 130px);
}

.labelWidth140 > label,
.labelWidth140 > .fieldlabel,
.labelWidth140 > span.definition {
    display: inline-block;
    float: left;
    width: 140px;
}

.labelWidth140 > input,
.labelWidth140 > .styledSelect,
.labelWidth140 > span.value {
    float: right;
    width: calc(100% - 140px);
}

.labelWidth150 > label,
.labelWidth150 > .fieldlabel,
.labelWidth150 > span.definition {
    display: inline-block;
    float: left;
    width: 150px;
}

.labelWidth150 > input,
.labelWidth150 > .styledSelect,
.labelWidth150 > span.value {
    float: right;
    width: calc(100% - 150px);
}

.labelWidth160 > label,
.labelWidth160 > .fieldlabel,
.labelWidth160 > span.definition {
    display: inline-block;
    float: left;
    width: 160px;
}

.labelWidth160 > input,
.labelWidth160 > .styledSelect,
.labelWidth160 > span.value {
    float: right;
    width: calc(100% - 160px);
}

.labelWidth170 > label,
.labelWidth170 > .fieldlabel,
.labelWidth170 > span.definition {
    display: inline-block;
    float: left;
    width: 170px;
}

.labelWidth170 > input,
.labelWidth170 > .styledSelect,
.labelWidth170 > span.value {
    float: right;
    width: calc(100% - 170px);
}

.labelWidth180 > label,
.labelWidth180 > .fieldlabel,
.labelWidth180 > span.definition {
    display: inline-block;
    float: left;
    width: 180px;
}

.labelWidth180 > input,
.labelWidth180 > .styledSelect,
.labelWidth180 > span.value {
    float: right;
    width: calc(100% - 180px);
}

.labelWidth190 > label,
.labelWidth190 > .fieldlabel,
.labelWidth190 > span.definition {
    display: inline-block;
    float: left;
    width: 190px;
}

.labelWidth190 > input,
.labelWidth190 > .styledSelect,
.labelWidth190 > span.value {
    float: right;
    width: calc(100% - 190px);
}

.labelWidth200 > label,
.labelWidth200 > .fieldlabel,
.labelWidth200 > span.definition {
    display: inline-block;
    float: left;
    width: 200px;
}

.labelWidth200 > input,
.labelWidth200 > .styledSelect,
.labelWidth200 > span.value {
    float: right;
    width: calc(100% - 200px);
}

.labelWidth210 > label,
.labelWidth210 > span.definition {
    display: inline-block;
    float: left;
    width: 210px;
}

.labelWidth210 > input,
.labelWidth210 > .styledSelect,
.labelWidth210 > span.value {
    float: right;
    width: calc(100% - 210px);
}

.labelWidth220 > label,
.labelWidth220 > span.definition {
    display: inline-block;
    float: left;
    width: 220px;
}

.labelWidth220 > input,
.labelWidth220 > .styledSelect,
.labelWidth220 > span.value {
    float: right;
    width: calc(100% - 220px);
}

.labelWidth230 > label,
.labelWidth230 > span.definition {
    display: inline-block;
    float: left;
    width: 230px;
}

.labelWidth230 > input,
.labelWidth230 > .styledSelect,
.labelWidth230 > span.value {
    float: right;
    width: calc(100% - 230px);
}

.labelWidth240 > label,
.labelWidth240 > span.definition {
    display: inline-block;
    float: left;
    width: 240px;
}

.labelWidth240 > input,
.labelWidth240 > .styledSelect,
.labelWidth240 > span.value {
    float: right;
    width: calc(100% - 240px);
}

.labelWidth250 > label,
.labelWidth250 > span.definition {
    display: inline-block;
    float: left;
    width: 250px;
}

.labelWidth250 > input,
.labelWidth250 > .styledSelect,
.labelWidth250 > span.value {
    float: right;
    width: calc(100% - 250px);
}

.labelWidth260 > label,
.labelWidth260 > span.definition {
    display: inline-block;
    float: left;
    width: 260px;
}

.labelWidth260 > input,
.labelWidth260 > .styledSelect,
.labelWidth260 > span.value {
    float: right;
    width: calc(100% - 260px);
}

.labelWidth270 > label,
.labelWidth270 > span.definition {
    display: inline-block;
    float: left;
    width: 270px;
}

.labelWidth270 > input,
.labelWidth270 > .styledSelect,
.labelWidth270 > span.value {
    float: right;
    width: calc(100% - 270px);
}

.labelWidth280 > label,
.labelWidth280 > span.definition {
    display: inline-block;
    float: left;
    width: 280px;
}

.labelWidth280 > input,
.labelWidth280 > .styledSelect,
.labelWidth280 > span.value {
    float: right;
    width: calc(100% - 280px);
}

.labelWidth290 > label,
.labelWidth290 > span.definition {
    display: inline-block;
    float: left;
    width: 290px;
}

.labelWidth290 > input,
.labelWidth290 > .styledSelect,
.labelWidth290 > span.value {
    float: right;
    width: calc(100% - 290px);
}

.labelWidth300 > label,
.labelWidth300 > span.definition {
    display: inline-block;
    float: left;
    width: 300px;
}

.labelWidth300 > input,
.labelWidth300 > .styledSelect,
.labelWidth300 > span.value {
    float: right;
    width: calc(100% - 300px);
}

.labelWidth310 > label,
.labelWidth310 > span.definition {
    display: inline-block;
    float: left;
    width: 310px;
}

.labelWidth310 > input,
.labelWidth310 > .styledSelect,
.labelWidth310 > span.value {
    float: right;
    width: calc(100% - 310px);
}

.labelWidth320 > label,
.labelWidth320 > span.definition {
    display: inline-block;
    float: left;
    width: 320px;
}

.labelWidth320 > input,
.labelWidth320 > .styledSelect,
.labelWidth320 > span.value {
    float: right;
    width: calc(100% - 320px);
}

.labelWidth330 > label,
.labelWidth330 > span.definition {
    display: inline-block;
    float: left;
    width: 330px;
}

.labelWidth330 > input,
.labelWidth330 > .styledSelect,
.labelWidth330 > span.value {
    float: right;
    width: calc(100% - 330px);
}

.labelWidth340 > label,
.labelWidth340 > span.definition {
    display: inline-block;
    float: left;
    width: 340px;
}

.labelWidth340 > input,
.labelWidth340 > .styledSelect,
.labelWidth340 > span.value {
    float: right;
    width: calc(100% - 340px);
}

.labelWidth350 > label,
.labelWidth350 > span.definition {
    display: inline-block;
    float: left;
    width: 350px;
}

.labelWidth350 > input,
.labelWidth350 > .styledSelect,
.labelWidth350 > span.value {
    float: right;
    width: calc(100% - 350px);
}

.labelWidth360 > label,
.labelWidth360 > span.definition {
    display: inline-block;
    float: left;
    width: 360px;
}

.labelWidth360 > input,
.labelWidth360 > .styledSelect,
.labelWidth360 > span.value {
    float: right;
    width: calc(100% - 360px);
}

.labelWidth370 > label,
.labelWidth370 > span.definition {
    display: inline-block;
    float: left;
    width: 370px;
}

.labelWidth370 > input,
.labelWidth370 > .styledSelect,
.labelWidth370 > span.value {
    float: right;
    width: calc(100% - 370px);
}

.labelWidth380 > label,
.labelWidth380 > span.definition {
    display: inline-block;
    float: left;
    width: 380px;
}

.labelWidth380 > input,
.labelWidth380 > .styledSelect,
.labelWidth380 > span.value {
    float: right;
    width: calc(100% - 380px);
}

.labelWidth390 > label,
.labelWidth390 > span.definition {
    display: inline-block;
    float: left;
    width: 390px;
}

.labelWidth390 > input,
.labelWidth390 > .styledSelect,
.labelWidth390 > span.value {
    float: right;
    width: calc(100% - 390px);
}

.labelWidth400 > label,
.labelWidth400 > span.definition {
    display: inline-block;
    float: left;
    width: 400px;
}

.labelWidth400 > input,
.labelWidth400 > .styledSelect,
.labelWidth400 > span.value {
    float: right;
    width: calc(100% - 400px);
}

.styledSelect select
{
    width:100%;
}

.labelWidthFull > label
{
    padding-bottom:5px;
}

textarea {
    resize: vertical;
}

.labelRedColour{
    color: red;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Toyota dark red: #73000d;*/
/*Toyota red: #d2001e*/
/*Toyota gray: #e4e3e3*/

.debugInfo,
#logo_imgLogo,
.topMenuProgram,
.LoginProgramAppChoiceClass,
#TopMenu1_upExpand,
#TopMenu1_LoginProgramAppChoicePanel_LoginProgramAppChoiceDiv {
    display: none;
}

html {
    font-size: 13px;
}

    html * {
        box-sizing: border-box;
        font-family: 'Ubuntu', sans-serif;
    }

a,
a:visited {
    color: #d2001e;
    cursor: pointer;
}

    a:hover,
    a:visited:hover {
        color: #73000d;
    }

/* Button
   ========================================================================== */
input[type="button"],
input[type="submit"],
.buttoninnerdiv a {
    color: #ffffff;
    background: #d2001e;
    cursor: pointer;
    border-radius: 18px;
    min-height: 36px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    border: none;
    padding: 0px 15px;
    text-decoration: none;
}

    input[type="button"]:hover,
    input[type="submit"]:hover,
    .buttoninnerdiv a:hover {
        background: #73000d;
    }

    input[type="button"]:disabled,
    input[type="submit"]:disabled,
    input[type="button"]:disabled:hover,
    input[type="submit"]:disabled:hover {
        border: 1px solid rgba(0,0,0,0.2);
        color: rgba(0,0,0,0.5);
        background: rgba(0,0,0,0.1);
        cursor: not-allowed;
    }

input.ContextMenuOptionsButton,
input.ContextMenuOptionsButton:hover {
    min-height: 0px;
    display:inline-block;
    text-align:left;
    justify-content:flex-start;
    border-radius: 0px;
    background: transparent;
    padding: 0 16px 0 0px;
    height: 26px;
    line-height: 25px;
    white-space: nowrap;
    text-align: left;
    color:#333333;
}
/* Input fields
   ========================================================================== */
input[type="text"],
input[type="password"],
textarea,
select {
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    border: 1px solid #e4e3e3;
    border-radius: 3px;
    min-height: 30px;
    padding: 0px 10px;
}

.field {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 10px;
    float: left;
    padding: 8px 10px;
    min-height: 50px;
}


/* Walidacja
   ========================================================================== */
.formvalidation_validationpanel {
    position: absolute;
    padding: 0px;
    transition: none;
    background: transparent;
    z-index: 9;
    margin-top: 9px;
}

    .formvalidation_validationpanel ul {
        display: block;
        padding: 0px;
        margin: 0px;
    }

    .formvalidation_validationpanel li {
        display: block;
        padding: 0px 5px;
        margin: 0px;
    }

ul.formvalidation_messagelist {
    list-style-type: none;
    position: relative;
    float: right;
    pointer-events: none;
    top: -6px;
}

    ul.formvalidation_messagelist li.formvalidation_Error,
    ul.formvalidation_messagelist li.formvalidation_FatalError {
        font-size: 11px;
        line-height: 24px;
        color: #D10000 !important;
        border: 2px solid #D10000 !important;
        background-color: #fff;
    }

    ul.formvalidation_messagelist li.formvalidation_Warning,
    ul.formvalidation_messagelist li.formvalidation_Alert {
        font-size: 11px;
        line-height: 24px;
        color: #f27f0c !important;
        border: 2px solid #f27f0c !important;
        background-color: #fff
    }

input.formvalidation_fieldError,
input.formvalidation_fieldFatalError,
textarea.formvalidation_fieldError,
textarea.formvalidation_fieldFatalError,
select.formvalidation_fieldError,
select.formvalidation_fieldFatalError {
    background-color: #D10000 !important;
    color: #ffffff !important;
}

input.formvalidation_fieldWarning,
input.formvalidation_fieldAlert,
textarea.formvalidation_fieldWarning,
textarea.formvalidation_fieldAlert,
select.formvalidation_fieldWarning,
select.formvalidation_fieldAlert {
    background-color: #f27f0c !important;
    color: #ffffff !important;
}

input.formvalidation_fieldError,
input.formvalidation_fieldFatalError,
textarea.formvalidation_fieldError,
textarea.formvalidation_fieldFatalError,
select.formvalidation_fieldError,
select.formvalidation_fieldFatalError,
input.formvalidation_fieldWarning,
input.formvalidation_fieldAlert,
textarea.formvalidation_fieldWarning,
textarea.formvalidation_fieldAlert,
select.formvalidation_fieldWarning,
select.formvalidation_fieldAlert {
    background-image: url('../../Images/Layout/AAMS/ico_warning.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: calc(100% - 6px) center;
    background-size: 18px auto;
}

select.formvalidation_fieldError,
select.formvalidation_fieldFatalError,
select.formvalidation_fieldWarning,
select.formvalidation_fieldAlert {
    background-position: calc(100% - 18px) center;
}

/* Popup
   ========================================================================== */
.ReminderPopUpPanel,
.QuestionPanel {
    display: inline-block;
    background: #ffffff;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
}

.ModalLabel {
    padding: 15px 20px 10px 20px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    width: 100%;
}

    .ModalLabel:before {
        content: '';
        display: inline-block;
        background: rgba(0,0,0,0.2);
        height: 1px;
        width: calc(100% - 40px);
        position: absolute;
        left: 20px;
        bottom: 0px;
    }

.ModalContent {
    padding: 10px 20px;
    overflow: auto;
}

.ModalButtonsDiv {
    padding: 15px 20px 10px 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .ModalButtonsDiv input[type="button"],
    .ModalButtonsDiv input[type="submit"] {
        margin: 0px 5px;
    }


/* Wait div
   ========================================================================== */

.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 {
    width: 80px;
    height: 80px;
    position: relative;
    margin: calc(50vh - 40px) auto;
}

    .masterupdateinnerstyle:before, .masterupdateinnerstyle:after,
    .blockUI.blockMsg:before, .blockUI.blockMsg:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #d2001e;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
        animation: sk-bounce 2.0s infinite ease-in-out;
    }

    .masterupdateinnerstyle:after, .blockUI.blockMsg:after {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

.iconPDF, .iconXLS, .iconDOC, .iconDOCX, .iconTXT, .iconMAIL, .iconDefault, .iconIMAGE, .iconThumbnail {
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 2px 0 2px 5px;
    width: 20px;
    float: left;
}

img.iconThumbnail {
    display: none !important;
}

.iconPDF {
    background: url('Images/Layout/TypyPlikow/pdf.png') no-repeat left top;
}

.iconXLS {
    background: url('Images/Layout/TypyPlikow/xls.png') no-repeat left top;
}

.iconDOC, .iconDOCX {
    background: url('Images/Layout/TypyPlikow/wrd.png') no-repeat left top;
}

.iconTXT {
    background: url('Images/Layout/TypyPlikow/txt.png') no-repeat left top;
}

.iconMAIL {
    background: url('Images/Layout/TypyPlikow/mail.png') no-repeat left top;
    margin-left: 11px;
}

.iconDefault, .iconIMAGE {
    background: url('Images/Layout/TypyPlikow/default.png') no-repeat left top;
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*KOMUNIKATOR*/

html .ui-comm-wrapper {
    border-radius: 10px;
    border: none;
    margin-top: 10px;
    background: #e4e3e3;
    height: auto !important;
    max-height: calc(100vh - 160px);
    flex-grow: 0 !important;
    z-index: 0;
}

    html .ui-comm-wrapper .ui-comm-header {
        display:none;
    }

    html .ui-comm-wrapper .ui-comm-content .ui-settings-bar {
        background: #BF131F;
        height: 2px;
    }

    html .ui-comm-wrapper .ui-comm-content .ui-msg-wrapper .ui-thread-list {
        background: #e4e3e3;
    }

    html .ui-comm-wrapper .ui-comm-content .ui-msg-wrapper .ui-thread-group .ui-group-header {
        display:none;
    }

    html .ui-comm-wrapper .ui-comm-footer {
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        align-items: center;
        height: auto;
        border-top: 1px solid rgba(0,0,0,0.3);
    }

        html .ui-comm-wrapper .ui-comm-footer .ui-msg-input {
            padding: 10px;
            border-top: none;
            border-bottom: none;
            flex-grow: 1;
        }

        html .ui-comm-wrapper .ui-comm-footer .ui-msg-input textarea {
            box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
            border-radius: 3px;
        }


html .ui-comm-wrapper .ui-comm-content .ui-msg-wrapper .ui-thread-list .ui-thread .ui-hint {
    background-color: rgba(255,255,255,0.5);
    filter: none;
}

    html .ui-comm-wrapper .ui-comm-content .ui-msg-wrapper .ui-thread-list .ui-thread.selected, html .ui-comm-wrapper .ui-comm-content .ui-msg-wrapper .ui-thread-list .ui-thread:hover {
        background-color: rgba(0,0,0,0.2);
    }

    html .ui-comm-wrapper .ui-comm-content .ui-msg-wrapper .ui-thread-list
    {
        color:#000000;
    }

        html .ui-comm-wrapper .ui-comm-content .ui-msg-wrapper .ui-thread-list .ui-thread .ui-ico-group .ico-unread
        {
            color:#ffffff;
        }

    html .ui-comm-wrapper .channelInfo[custom-data-state="Zamknięte"],
    html .ui-comm-wrapper .channelInfo[custom-data-state="Anulowane"] {
        opacity: 0.4;
    }

        html .ui-comm-wrapper .channelTitle {
            font-weight: bold;
            display: inline-block;
            width: 100%;
        }

        html .ui-comm-wrapper .channelDescription {
            font-style: italic;
            display:inline-block;
            width:100%;
        }

    html .ui-comm-wrapper .ui-comm-content .ui-msg-wrapper .ui-msg-list-wrapper {
        min-height:180px;
    }

        html .ui-comm-wrapper .ui-comm-content .ui-msg-wrapper .ui-msg-list-wrapper::before {
            background: url(Images/TMCH/ico_choice.svg) no-repeat scroll center calc(50% - 10px) transparent;
            background-size: 60px auto;
            padding-top:60px;
            font-size:13px;
        }

html .linkMenuTab
{
    position:relative;
}

    html .linkMenuTab .ico-unread {
        background-color: #BF131F;
        position: absolute;
        right: -10px;
        top: -5px;
        background-color: #BF131F;
    }

html .commmunicator-menu-item {
    margin: 20px 0px;
    text-align:center;
}

html .commmunicator-menu-item .menubuttoncontent {
    border: 1px solid #ffffff;
    height: 36px;
    color: #ffffff;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    border-radius: 18px;
    width: auto;
}

    html .commmunicator-menu-item .ico-unread {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background-color: #BF131F;
        border: none;
        text-align: center;
        font-size: 11px;
        line-height: 20px;
        color: #ffffff;
        display: inline-block;
        margin-left:5px;
    }

/*TFMSMS-575 - zmiana stylowania w oknie Error404*/

/*wyłączenie przycisku 'wyloguj się'*/
form[action='./Error404.aspx'] .topmenu {
    display:none;
}

/*Treść*/
form[action='./Error404.aspx'] .content {
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90vh;
}

/*.MainMenuTop{
    overflow-y:auto;
}*/

/*okienko*/
form[action='./Error404.aspx'] .content.error > :first-child:after {
        content: '';
        border: 1px solid lightgrey;
        min-width:14em;
        height: 12em;
        max-height: 55vh;
        display: block;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 46%;
        left: 50%;
        box-shadow: 1px 1px 0px 1px lightgrey;
        z-index:-1;
}

form[action='./Error404.aspx'] .buttonErrorDiv {
    padding-top: 3em;
}

/*Stopka*/
form[action='./Error404.aspx'] .footer {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    bottom: 2em;
}

form[action='./Error404.aspx'] a.crlinksatp {
    padding-right:2em;
}

/*TFMSMS-683*/
.formstyle .invoicesFieldset .field.dictionaryField.TLPFVDictionary{
    margin-top: -3.1em;
    width: 100%;
    justify-content: center;
    padding-left: 70px;
    z-index: 1;
    position: relative;
}

.formstyle .invoicesFieldset .btnVAT input[value="Przejęcie VAT"]{
   margin-top: 0;
    z-index: 0;
    position: relative;
    min-height: 20px !important;
    margin-right: 0.5em;
    height: 28px;
}

.formstyle .invoicesFieldset .btnVAT{
    display:flex;
    justify-content:flex-end;
    padding-left: 670px;
}

@media (max-width:1050px){
    .formstyle .invoicesFieldset .field.dictionaryField {
        margin-top: unset;
        justify-content: flex-start;
        padding-left: 0.5em;
        
    }

    .formstyle .invoicesFieldset .btnVAT{
        justify-content:flex-start;
        padding-left: 0.5em;
    }

    .formstyle .invoicesFieldset input[type="submit"]{
        margin-top: unset;
    }

    .formstyle .invoicesFieldset > legend{
        border-bottom:0px;
    }

    .formstyle .invoicesFieldset > legend:after{
        content:'';
        border-bottom: 1px solid #000000;
        display:block;
        width:100%;
        height: 90px;
    }
}

/*korekta kalendarza w formularzach*/
form[action*="./Claim.aspx"] input[src="Images/Layout/CalendarButton.gif"]{
    max-height: 30px;
    padding: 5px 10px;
} /*

/*TFMSMS-696*/
/*--Basic Data--*/
form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset fieldset:not(.emailCMCFieldset) .field:has(>input[type="text"]){
    min-width:300px;
}

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset {
    display: flex;
    flex-wrap: wrap;
}

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset >div:nth-of-type(2){
    width:100%;
}

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset >div:nth-of-type(2) >.dictionaryField label{
    font-weight:bold;
}

/*Contractors data*/
form[action*="./ServiceLevelAgreement.aspx"] div:has(>.contractorsDataSection) {
    flex-basis: 25%;
}

form[action*="./ServiceLevelAgreement.aspx"] .contractorsDataSection{
    padding-top:0;
}

form[action*="./ServiceLevelAgreement.aspx"] .contractorsDataSection > legend {
    display: none;
}

form[action*="./ServiceLevelAgreement.aspx"] table.contractorNIPSection td.ComplexEditButItem input {
    margin-left: auto;
    margin-right: 0;
}

form[action*="./ServiceLevelAgreement.aspx"] table.contractorNIPSection th:first-child,
form[action*="./ServiceLevelAgreement.aspx"] table.contractorNIPSection td:first-child{
    width:100%;
}

form[action*="./ServiceLevelAgreement.aspx"] table.contractorNIPSection tr td {
    height: 27px;
    padding: 0;
}

/*Checkbox section*/
form[action*="./ServiceLevelAgreement.aspx"] div:has(.checkboxesSection) {
    flex-basis: 70%;
}

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .checkboxesSection {
    display: flex;
    padding-top: 0;
    gap: 1em;
}

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .checkboxComplexTemplate table,
form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .checkboxComplexTemplate table td{
    border:0px;
}

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .checkboxComplexTemplate table tr{
    display:flex;
    gap: 5px;
    padding-bottom: 5px;
}

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .checkboxComplexTemplate table td:has(>span){
    max-width:10vw;
    overflow-wrap: break-word;
}

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .checkboxComplexTemplate{
    padding-left:2em;
}

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .multipleChoiceComplex{
    padding:0;
    margin:0;

    /*max-height: 300px;
    overflow-y: auto;*/
}

/*form[action*="./ServiceLevelAgreement.aspx"] .checkboxesSection div:has(.field.checkBoxDiv.VIPClientCheckbox),
form[action*="./ServiceLevelAgreement.aspx"] .checkboxesSection div:has(.field.checkBoxDiv.notifyClientClaimCheckbox),
form[action*="./ServiceLevelAgreement.aspx"] .checkboxesSection div:has(.field.checkBoxDiv.notifyClientSection),
form[action*="./ServiceLevelAgreement.aspx"] .checkboxesSection div:has(.field.checkBoxDiv.damageTypeLockSection),
form[action*="./ServiceLevelAgreement.aspx"] .checkboxesSection div:has(.field.checkBoxDiv.letterBlockSection){
    flex-basis:19%;
}*/

form[action*="./ServiceLevelAgreement.aspx"] .checkboxesSection div:has(>.field.checkBoxDiv){
    flex-basis:19%;
}

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .field.checkBoxDiv{
    width:100%;
    max-width: 10vw;
    margin-top:0px !important;
}

field.checkBoxDiv span{
    display:flex;
    align-items:flex-start;
}


/*.field.checkBoxDiv.VIPClientCheckbox,
.field.checkBoxDiv.notifyClientClaimCheckbox,
.field.checkBoxDiv.notifyClientSection,
.field.checkBoxDiv.damageTypeLockSection,
.field.checkBoxDiv.letterBlockSection{
    width:100%;
}*/


/*.field.checkBoxDiv.VIPClientCheckbox span,
.field.checkBoxDiv.notifyClientClaimCheckbox span,
.field.checkBoxDiv.notifyClientSection span,
.field.checkBoxDiv.damageTypeLockSection span,
.field.checkBoxDiv.letterBlockSection span{
    display:flex;
    align-items:flex-start;
}*/

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .checkboxesSection legend{
    display:none;
}

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .checkboxesSection div:has(>fieldset){
    flex-basis:33%;
}

form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .checkboxesSection fieldset{
    padding-top: 0;
    margin-top: 0;
}

form[action*="./ServiceLevelAgreement.aspx"] table.contractorNIPSection{
    padding-top:1em;
}

/*--E-mails CMC and Contacts--*/
form[action*="./ServiceLevelAgreement.aspx"] div:has(.emailCMCFieldset){
    flex-basis:100%;
}

form[action*="./ServiceLevelAgreement.aspx"] .emailCMCFieldset .field.TippedToolTipField input[type="text"] {
    width: 100%;
}

form[action*="./ServiceLevelAgreement.aspx"] .contactsFieldset .field:has(>input[type="text"]),
form[action*="./ServiceLevelAgreement.aspx"] .contactsFieldset .field:has(.styledSelect select){
    min-width:300px;
}

/*--Form  "uwaga specjalne warunki klienta"--*/
input[value="UWAGA! Specjalne warunki klienta!"] {
    margin-bottom: 8px;
    min-height: 30px !important;
    position: relative;
    top: 10px;
    left: 10px;
}

div:has(>input[value="UWAGA! Specjalne warunki klienta!"]){
    margin-bottom:20px;
}

form[action*="./ServiceOrder.aspx"] .userContactField{
    width: 480px;
}

form[action*="./ServiceOrder.aspx"] fieldset:first-of-type >div:has(input[value="UWAGA! Specjalne warunki klienta!"]){
    position:absolute;
    left:200px;
}

form[action*="./ServiceOrder.aspx"] .PopupDivBody .field.field1_6 span.value,
form[action*="./Claim"] .PopupDivBody .field.field1_6 span.value
{
    display:none !important;
}

form[action*="./ServiceOrder.aspx"] .PopupDivBody .field span.value,
form[action*="./Claim"] .PopupDivBody .field span.value,
.contractorNIPSection th
{
    background:transparent !important;
}

div:has(>.PopupDiv):after{
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    background: #00000080;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 6;
    backdrop-filter: blur(4px);
}

.SLAPopup{
    /*max-width:700px;*/
    max-width:1400px;
    /*max-height: 700px;*/
    max-height: 90%;
    overflow: auto;
    width:80% !important;
}

.SLAPopup .ModalContent{
    display:flex;
    flex-direction:column;
}

.SLAPopup .individualConditionsText{
    width:75vw;
    max-width:1300px;
}

.SLAPopup span{
    max-width: 600px;
    overflow: auto;
    max-height: 500px;
    height:auto;
    white-space: break-spaces;
    align-items: flex-start !important;
}

.SLAPopup span.definition{
    font-weight:bold;
}

.SLAPopup span.value{
    font-weight:normal !important;
}

.SLAPopup .individualConditionsText span{
    max-width:unset;
}

.SLAPopup .checkboxComplexTemplate table{
    border-width:0px;
}

.SLAPopup .checkboxComplexTemplate table td{
    border-width:0px;
}

.SLAPopup .SLAPopupGeneralCheckboxes legend,
.SLAPopup .SLAPopupNotificationCheckboxes legend{
    display:none;
}

.SLAPopup .SLAPopupGeneralCheckboxes,
.SLAPopup .SLAPopupNotificationCheckboxes{
    margin-bottom:20px;
    padding:0;
    background: transparent;
}

.SLAPopup .SLAPopupNotificationCheckboxes .field .definition{
    position: absolute;
    top: -20px;
}

@media (max-width:1400px){
    form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset div:has(>.contractorsNIP){
         margin:0;
    }

    form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .checkboxesSection{
        flex-direction: column;
        padding-left:2em;
    }

    form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .VIPClientCheckbox{
         margin-top:unset;
    }

    form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .checkboxComplexTemplate table td:has(>span){
        max-width:40vw;
    }
}

@media (max-width:992px){
    form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset{
        flex-direction:column;
    }

    form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .field:has(>input[type="text"]),
    form[action*="./ServiceLevelAgreement.aspx"] .emailCMCFieldset .field.TippedToolTipField input[type="text"],
    form[action*="./ServiceLevelAgreement.aspx"] .contactsFieldset .field:has(>input[type="text"]),
    form[action*="./ServiceLevelAgreement.aspx"] .contactsFieldset .field:has(.styledSelect select)
    {
        min-width:100%;
    }

    form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .checkboxesSection{
         padding-left:0;
    }

    form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .VIPClientCheckbox,
    form[action*="./ServiceLevelAgreement.aspx"] .basicDataFieldset .notifyClientClaimCheckbox{
        max-width:50%;
    }

    form[action*="./ServiceOrder.aspx"] .userContactField{
        width: 100%;
    }

    form[action*="./ServiceOrder.aspx"] fieldset:first-of-type >div:has(input[value="UWAGA! Specjalne warunki klienta!"]){
        position:static;
    }
}

/*SLA Tooltip*/

.field.slaTooltipField.TippedToolTipField > .TippedToolTip {
position: absolute;
margin-top: -40px;
right: 18px;
}

/*Popup - sesja*/
.PopupDivWrapper.FormInfoPopupWrapper .PopupDiv.LoginFormInfoPopup .field span.value{
    font-weight:normal;
    background-color:transparent;
    padding-top: 40px;
}

/*TFMSMS-924*/
.field.dictionaryField.TLPFVDictionary{
    position: absolute !important;
    top: 0;
    margin-top: -5px !important;
}

div:not(.cacheManagementContainer) > .cmContainer .field > span {
    width: auto;
    min-width: 300px;
}

.invoiceComplex td.ComplexOptButItem .complexActionsMenu tbody,
.decisionsComplex td.ComplexOptButItem .complexActionsMenu tbody,
.estimateComplex td.ComplexOptButItem .complexActionsMenu tbody {
    justify-content: center;
}