.lang-change, .action-btn {
    cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
    ::-ms-backdrop, .fmInput {
        height: 28px !important;
    }
}

.background-light {
    background: #F5F6F8;
}
select:focus::-ms-value {
    background: white;
    color: black
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.lang-change {
    cursor: pointer;
}

.elAppBody {
    padding-bottom: 10px;
}

.legal-holder a {
    color: #e30613 !important;
    text-decoration: underline;
}

.fa-caret-right:before {
    color: #e30613;
    font-size: 16px!important;
}

/* cms */
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

label {
    margin-bottom: 0;
    font-weight: inherit;
}

.btaHeaderContainer {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.navbar.navbar-default {
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 767px) {
    .container.btaHeaderContainer {
        width: 100%;
        height: 75px;
        position: relative;
    }
}

@media (max-width: 981px) {
    .navbar-right {
        margin-right: 0 !important;
    }

    .navbar-default {
        border-radius: 0 !important;
        box-shadow: none !important;
        border: 0 !important;
        background: transparent none !important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #f7f7f7;
        text-align: center;
    }

    .btaNavbar-userbar .username {
        text-align: center;
    }

    .btaFooterRow {
        height: auto !important;
        justify-content: center !important;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

/* COMPONENTS */

.aCaption {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 10px;
    color: #666;
    margin: 0;
}

.aCaption.sizeL {
    padding-bottom: 15px;
    color: #292C31;
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
}

.cAppBodySection > .aCaption.sizeL {
    padding-left: 55px;
}

.aCaption.typeClaim {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 45px;
}

.aCaption.isFunny {
    font-family: 'Kalam', sans-serif;
}

.aCaption.withTriangle {
    position: relative;
}

.aCaption.withTriangle:before {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    position: absolute;
    margin-left: -15px;
    margin-top: 13px;
    background: transparent url(/images/icons/red-triangle-marker.png) no-repeat 50% 50%;
}

/* buttons */
.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    margin: 0 10px;
    border: 0;
    border-radius: 0;
    padding: 2px 15px 0;
    background: #9f9d90;
    color: white;
    text-shadow: none;
    box-shadow: none;
}

.btn:after,
.btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    background-position: 0 0;
    background-size: 8px 26px;
    background-repeat: no-repeat;
}

.btn:after {
    right: -8px;
    background-image: url(/images/decorations/btn-default-right.png);
}

.btn:before {
    left: -8px;
    background-image: url(/images/decorations/btn-default-left.png);
}

.btn:hover {
    background: #9f9d90;
    color: white;
}

.btn:active,
.btn:focus {
    background: #9f9d90 !important;
    color: white !important;
    box-shadow: none;
    border: 0;
}

.btn.btn-white {
    background-color: white;
    color: #8e8e8e;
    font-size: 12px;
    border-top: 2px solid #8e8e8e;
    border-bottom: 2px solid #8e8e8e;
    /*line-height: 22px;*/
}

.btn.btn-white:after,
.btn.btn-white:before {
    background-size: 9px 28px;
    width: 9px;
    top: -2px;
    bottom: -2px;
}

.btn.btn-white:after {
    background-image: url(/images/decorations/btn-white-right.png);
    right: -9px;
}

.btn.btn-white:before {
    background-image: url(/images/decorations/btn-white-left.png);
    left: -9px;
}

.btn.btn-white:hover {
    background-color: white;
}

.btn.btn-white:active,
.btn.btn-white:focus {
    background-color: white !important;
    color: #8e8e8e !important;
}

.btn.btn-primary {
    background-color: #e30613;
    font-size: 12px;
    color: #fff;
    /*height: 36px;*/
    /*line-height: 2;*/
}

.btn.btn-primary:after {
    background-image: url(/images/decorations/btn-primary-right.png);
}

.btn.btn-primary:before {
    background-image: url(/images/decorations/btn-primary-left.png);
}

.btn.btn-primary:hover {
    background-color: #e30613;
}

.btn.btn-primary:active,
.btn.btn-primary:focus {
    background-color: #e30613 !important;
    color: white !important;
}

.btn.btn-secondary {
    background-color: #bb922e;
}

.btn.btn-secondary:after {
    background-image: url(/images/decorations/btn-secondary-right.png);
}

.btn.btn-secondary:before {
    background-image: url(/images/decorations/btn-secondary-left.png);
}

.btn.btn-secondary:hover {
    background-color: #bb922e;
}

.btn.btn-secondary:active,
.btn.btn-secondary:focus {
    background-color: #bb922e !important;
    color: white !important;
}

.btn.btn-warning {
    background-color: #c9c9c9;
}

.btn.btn-warning:after {
    background-image: url(/images/decorations/btn-warning-right.png);
}

.btn.btn-warning:before {
    background-image: url(/images/decorations/btn-warning-left.png);
}

.btn.btn-warning:hover {
    background-color: #c9c9c9;
}

.btn.btn-warning:active,
.btn.btn-warning:focus {
    background-color: #c9c9c9 !important;
    color: white !important;
}

/* --- */
.badge {
    background-color: #7fa572;
    color: white;
    font-size: 11px;
    line-height: 16px;
    min-width: 16px;
    margin: 0 0 0 -3px;
    padding: 0;
    border-radius: 10px;
    text-align: center;
    transform: translateY(-10px);
}

/* --- */
.modal {
    max-width: 100vw;
}

/* -- */
.alert-info {
    background: #eae5e4 !important;
    color: #666666 !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 10px 0 0 0 !important;
    padding: 15px 45px 15px 15px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-content: center !important;
    align-items: center !important;
}

.alert-info .caption {
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    flex-grow: 0;
    font-weight: bold;
}

/* --- */
.aPageDivider > div {
    height: 4px;
    background-color: #c4c4c4;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
}

/* --- */
.cClaimListUL {
    /*margin:0;*/
    list-style: none;
    text-align: center;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.cClaimListItem {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #686150;
    font-weight: bold;
    font-size: 14px;
    min-width: 250px;
    min-height: 35px;
    margin-bottom: 25px;
}

.cClaimListItem a,
.cClaimListItem a:link,
.cClaimListItem a:visited,
.cClaimListItem a:active {
    display: block;
    color: #686150;
    text-decoration: none;
}

.cClaimListItem a:hover {
    color: #686150;
    text-decoration: none;
}

.cClaimListItem .icon {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.cClaimListItem .title {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
}

.cClaimDropdown {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.cClaimDropdown .dropdown {
    display: inline-block;
    width: 400px;
}

.cClaimDropdown .dropdown-menu {
    width: 400px;
    border-radius: 0;
    box-shadow: none;
    border-color: #686150;
}

@media (max-width: 767px) {
    .cClaimDropdown .dropdown-menu {
        width: inherit;

    }
}

.dropdown-menu > li.cClaimListItem {
    width: 100%;
}

.dropdown-menu > li.cClaimListItem > a:hover,
.dropdown-menu > li.cClaimListItem > a:focus,
.dropdown-menu > li.cClaimListItem > a:active {
    color: #686150;
    text-decoration: none;
    background-color: #f5f5f5;
}

/* --- */
.btaInput, .fmInput {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
    background: white;
    color: #6c6752;
    font-weight: bold;
    border: 1px solid #9c9a96;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.btaInput {
    max-width: 100px;
}

.btaSelect {
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    padding: 0 30px 0 10px;
    background: white;
    color: #6c6752;
    font-weight: bold;
    border: 1px solid #9c9a96;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.btaTextarea {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px 10px 10px;
    background: white;
    color: #6c6752;
    font-weight: bold;
    border: 1px solid #9c9a96;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

/* --- */
.forDatepicker:after {
    content: '';
    clear: both;
    display: block;
}

.forDatepicker .dater {
    float: left;
}

.datepicker.dropdown-menu {
    z-index: 7000;
}

.forDatepicker .dater .span2 {
    float: left;
}

.forDatepicker .dater .add-on {
    float: left;
}

.forDatepicker .add-on {
    margin-left: 5px;
    margin-right: 5px;
}

/* --- */
.cDropdownButton {
    display: block;
    width: 100%;
    color: #6c6752;
    font-weight: bold;
    white-space: nowrap;
    line-height: 34px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #686150;
    background: white;
    box-shadow: none;
    text-shadow: none;
}

/* --- */
.btaImageBanner {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 55px;
}

.btaImageBanner img {
    width: 100%;
    height: auto;
}

/* --- */
.btaCheckbox input {
    display: none;
}

.btaCheckbox label, #accident .btaRadioBtn-custom label, .btaRadioBtn label {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    max-width: none;
    border: 3px solid #e2e1dc;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.btaCheckbox input:checked + label {
    background-image: url(/images/icons/input-checkbox.png);
    border-color: #6c6752;
}

.btaCheckbox.isBigger label {
    width: 36px;
    height: 36px;
}

/* PAGE FOOTER */
.cAppVisibleFooter {
    background-color: #f7f7f7;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}

.btaFooterRow {
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.btaFooterLeftPart {
    flex-grow: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

.btaFooterRightPart {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    /*float:right;*/
}

.FooterLeftAlignment {
    margin-left: -8px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.FooterMidAlignment {
    margin-top: 10px;
    padding: 0 !important;
}

.btaFooterRightPart {
    margin-top: 10px;
    padding-right: 0;
}

@media (max-width: 991px) {
    .FooterLeftAlignment {
        margin-left: -5px;
    }
}

@media (max-width: 767px) {
    .FooterLeftAlignment {
        margin-left: 0;
        padding-right: initial;
        padding-left: initial;
    }

    .FooterMidAlignment {
        margin-top: initial;
        padding: initial;
    }

    .btaFooterRightPart {
        margin-top: initial;
        padding: initial;
    }
}

.btaFooterMidPart {
    flex-grow: 0;
    padding: 20px 0 10px;
    text-align: center;
}

.btaFooterText {
    display: inline-block;
    vertical-align: middle !important;
    font-size: 11px;
    line-height: 15px;
    color: #9e9d90;
}

.cFooterSocialPart {
    float: left;
    line-height: 40px;
    white-space: nowrap;
    margin-right: 40px;
}

.cFooterSocialPart .aIcon {
    width: 22px;
    height: 22px;
}

.cFooterMemberPart {
    white-space: nowrap;
    float: right;
}

/* templates */
@media (max-width: 767px) {
    .btaFooterLeftPart {
        text-align: center;
        margin-left: 0;
        float: none;
    }

    .btaFooterRightPart {
        display: block;
        text-align: center;
        padding: 0;
    }

    .cFooterSocialPart {
        float: none;
        margin-right: 0;
    }

    .cFooterMemberPart {
        float: none;
    }

    .cAppVisibleFooter {
        height: 307px !important;
    }
}

.cBtaListItem {
    border: 1px solid #e2e2e2 !important;
    border-top: none !important;
    width: 100%;
}

@media (max-width: 910px) {
    .cAppVisibleFooter {
        padding-top: 19px;
    }

    .btaFooterMidPart {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cAppVisibleFooter {
        height: 280px;
    }

    .customClistItm1 .icon {
        border: 1px solid #6c6752;
        min-width: 66px;
        min-height: 66px;
        padding-right: 63px;
    }

    .customClistItm1 .title {
        font-weight: normal;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
        display: block;
    }

    .customClistItm1 {
        min-width: 0 !important;
    }
}

@media (max-width: 329px) {
    .cAppVisibleFooter {
        height: 350px !important;
    }
}

.spacer {
    height: 3px;
    width: 100%;
    position: relative;
    background: #c4c4c4;
    margin-bottom: 10px;
}

.original-price {
    color: #00B4AD;
}

.commercial-check {
    margin-top: 12px;
}

.commercial-check .marketing-consents {
    margin-top: 12px;
    display: flex;
    gap: 12px;
}

/* --------------- MEDIA ----------------------- */
@media (max-width: 490px) {
    .commercial-check .marketing-consents {
       flex-direction: column;
    }
}

.commercial-check .btaRadioBtn input + label {
    background-image: unset;
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    font-weight: normal;
    line-height: 19px;
    font-size: 11px
}

.commercial-check .btaRadioBtn input:checked + label {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
}

.commercial-check .commercial-terms {
    font-size: 11px;
}

.bankupdate-check .btaRadioBtn input + label {
    background-image: unset;
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    font-weight: normal;
    line-height: 19px;
    font-size: 11px
}

.bankupdate-check .btaRadioBtn input:checked + label {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
}

.bankupdate-check .bankupdate-terms {
    font-size: 11px;
    font-weight: normal;
}

.btaRadioBtn-custom input:checked + label {
    background-image: url(/images/icons/input-checkbox.png);
    border-color: #6c6752;
    font-weight: bold;
}

.btaRadioBtn-custom input {
    display: none;
}

.btaRadioBtn-custom {
    padding-top: 5px;
}

.bankupdate-check .btaRadioBtn-custom label {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    background-image: none;
}

.bankupdate-check .btaRadioBtn-custom input + label {
    background-image: none;
}

.action-btn {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 9px 10px 7px;
    font-size: 17px;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 17px;
    margin: 0 17px;
    height: 34px;
    max-width: 100%;
    text-align: center;
}

.action-btn {
    font-weight: 900;
}

.action-btn::before {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 11px solid #E30613;
    display: inline-block;
    content: " ";
    position: absolute;
    top: 0;
    left: -10px;
}

.action-btn::after {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 11px solid #E30613;
    display: inline-block;
    content: " ";
    position: absolute;
    top: 0;
    right: -10px;
}

.dark-bg {
    background-color: #6C6752;
}

.dark-bg::after {
    border-left-color: #6C6752 !important;
}

.dark-bg::before {
    border-right-color: #6C6752 !important;
}

.error-holder {
    position: relative;
    width: 400px;
    max-width: 90%;
    background-color: #fff;
    border: 1px solid;
    padding: 40px;
    text-align: center;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

/*a { */
 /* background-color: transparent; */ /* 1 */
 /* -webkit-text-decoration-skip: objects; *//* 2 */
/*}*/

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  /*-webkit-appearance: button;*/ /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #666;
    font-family: 'Open Sans', sans-serif;
}

.wrap {
    width: 980px;
    margin: 0 auto;
    max-width: 100%;
    flex: 1 0 auto;
    -ms-flex: 1 0 0;
}

@-moz-document url-prefix() {
    .wrap {
        flex: 1;
    }
}

.non-selectable {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

.font-black {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.no-margin {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .typePolice .colButtonArea {
        min-width: 400px !important;
        margin-left: -140px !important;
    }

    .typePolice .colButtonArea .policy-popup-new {
        cursor: pointer;
        font-size: 12px;
        height: 28px;
        padding: 6px 10px;
        margin: 5px 12px 0;
    }
}

.accordion-title {
    font-size: 14px;
    padding: 14px 0;
    cursor: pointer;
    position: relative;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    text-transform: uppercase;
    background: #ACABA7;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.payment-title .fa-caret-right {
    color: #ed1c24;
    font-size: 16px !important;
}

.payment-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #666;
}

.left-h {
    float: left;
    width: 50%;
}

.right-h {
    float: right;
    width: 50%;
}

.width-m {
    width: 300px;
    max-width: 100%;
}

.input-sm {
    width: 80px;
}

.payment-margin {
    margin: 8px 0 13px 0;
}

.premium-title {
    text-align: right;
    font-size: 20px;
}

.premium-sm {
    font-size: 16px;
}

.payee-bank-selector .information-text-wrapper {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 30px;
    border-radius: 16px;
    font-weight: 700;
    color: black;
    text-align: left;
    font-size: 14px;
}

.payee-bank-selector .main-container {
    flex-direction: column;
}

.payments .list .item {
    margin: 10px 10px 10px 0;
}

.payments .list .item {
    background: #F9F8F6;
    display: inline-block;
    border: 1px solid #ECEBE9;
}

.ico-selected img {
    outline: 3px solid #6C6753;
}

select.error-input, input.error-input, label.error-input {
    border-color: red !important
}

.svg-wrap svg, .svg-wrap img {
    vertical-align: middle;
    transition: all 0.4s ease;
}

.svg-wrap:not(.no-svg-border) svg, .svg-wrap:not(.no-svg-border) img {
    border: 2px solid #6D6853;
}

.hide-it {
    display: none;
}


h4 {
    font-size: 19px;
    padding: 5px 0;
    font-weight: bold;
}

h5 {
    font-size: 15px;
}


.list-inline li {
    display: inline-block;
}

.list-inline {
    display: inline-block;
}

.v-middle {
    vertical-align: middle;
}


.btaRadioBtn input {
    display: none;
}

.btaRadioBtn input:checked + label {
    background-image: url(/../images/bta-portals-09.png);
    border-color: #6c6752;
}
.cBtaListItem {
    position: relative;
}

.cBtaListItem .claim-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 1;
    opacity: 0.7;
}

.cBtaListItem .claim-loader .payments-preloader {
    position: absolute;
    top: 40%;
    left: 50%;
}
.grecaptcha-badge {
    visibility: hidden;
}

.grecaptcha-legal {
    display: block;
    width: 244px;
    max-width: 244px;
}

.grecaptcha-legal p {
    font-size: 10px;
    color: #808080;
    line-height: 18px;
}

.grecaptcha-legal p a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.grecaptcha-legal p a:hover {
    color: #808080;
}


.social-container > .grecaptcha-legal:not(:first-child) {
    margin-top: 20px;
}

.checkbox {
    display: block;
    width: 100%;
    font-size: 13px;
    position: relative;
}

.checkbox label {
    padding: 0 25px 0 35px !important;
    line-height: 13px;
    font-size: 12px;
}

.checkbox [type="checkbox"]:not(:checked),
.checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding: 0 25px 0 35px;
    cursor: pointer;
}

.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #A3A5A8;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
    content: url('/images/check.png');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 0.8;
    color: #A3A5A8;
    transition: all .1s;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: -15px;
    padding: 4px 0 0 0;

}

.checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.checkbox [type="checkbox"]:disabled + label {
    color: #aaa;
}

.checkbox [type="checkbox"]:checked:focus + label:before,
.checkbox [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px solid #A3A5A8;
}

.checkbox label:hover:before {
    border: 2px solid #A3A5A8 !important;
}
.aQuestionCircle {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-bottom: 1px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/icons/q-circle.png);
    transition: all .2s;
}

.aQuestionCircle:hover {
    background-image: url(/images/icons/q-circle-hovered.png);
}

.aCalendarIcon {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/icons/calendar.png);
    transition: all .2s;
    cursor: pointer;
}

.aEditIcon {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 21px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/icons/edit.png);
    transition: all .2s;
    cursor: pointer;
}

.aEditIcon.travelClaim {
    float: right;
}

.aEditIcon.accidentClaim {
    float: right;
}

.aIcon {
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.aIcon.iconUserbarEdit {
    background-image: url(/images/icons/userbar-edit.png);
}

.aIcon.iconUserbarInfo {
    background-image: url(/images/icons/userbar-q.png);
}

.aIcon.iconUserbarLogout {
    background-image: url(/images/icons/userbar-exit.png);
}

/* --- */
.aTextContentIsVisuallyHidden {
    display: none;
}

/* --- */
.aIconized {
    display: inline-block;
    vertical-align: middle;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.aIconized.withDoc {
    line-height: 23px;
    padding-left: 25px;
    background-image: url(/images/icons/bill.png);
}

.aIconized.withMobile {
    padding-left: 50px;
    background-image: url(/images/icons/mobile-device.png);
}

/* --- */
.aSlideText {
    border: 1px solid #a3a5a8;
    padding: 15px;
    font-size: 13px;
    line-height: 23px;
    max-height: 152px;
    overflow-y: auto;
}

.aSlideText::-webkit-scrollbar {
    width: 20px;
    border-left: 1px solid #a5a5a5;
}

.aSlideText::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

.aSlideText::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
    outline: 1px solid #a5a5a5;
}

.aSlideText::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    background-color: #a5a5a5;
    color: white;
}

/* --- */
.message-warning {
    color: #e30613;
    font-size: 12px;
    line-height: 13px;
    max-width: 500px;
}

/* TOP-BANNER COMPONENT */
@media (max-width: 1000px) {
    .home_banner {
        display: none;
    }
}

@media (max-width: 400px) {
    .btn.btn-white.banner-button-mobile-text {
        height: 40px !important;
        word-wrap: normal;
        max-width: 300px;
        overflow-wrap: normal;
        white-space: pre-wrap;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .btn.btn-white.banner-button-mobile-text:before {
        background-size: 9px 40px;
    }

    .btn.btn-white.banner-button-mobile-text:after {
        background-size: 9px 40px;
    }

    .btn.btn-primary.banner-button-mobile-text {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        height: 40px !important;
        word-wrap: normal;
        max-width: 300px;
        overflow-wrap: normal;
        white-space: pre-wrap;
    }

    .btn.btn-primary.banner-button-mobile-text:before {
        background-size: 9px 40px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 10px solid #e30613;
    }

    .btn.btn-primary.banner-button-mobile-text:after {
        background-size: 9px 40px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 10px solid #e30613;
    }
}

.banner-button-mobile-margin {
    margin-left: -15px !important;
}

@media (max-width: 767px) {
    .banner-button-mobile-margin {
        margin-left: 15px !important;
    }
}

.cTopBannerAreaForLinks, .cTopBannerButtons {
    z-index: 3;
}

.row.no-gutters {
    width: 100%;
    margin: 0 !important;
}

.bannerBlock {
    padding: 0 !important;
}

.cAppVisibleBody {
    margin: 0 auto;
    padding-top: 0;
    width: 100%;
}

.cTopBanner {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.cTopBannerAreaForLinks {
    display: block;
    position: relative;
    height: 150px;
    background-color: #e2decf;
}

@-moz-document url-prefix() {
    .cTopBannerAreaForLinks {
        display: block;
        position: relative;
        height: 150px;
        background-color: #e2decf;
        margin-left: -57px !important;
    }
}

.cTopBannerAreaForLinks .cClaimListUL .cClaimListItem {
    max-width: 50% !important;
    min-width: 50% !important;
    position: relative;
}

.cTopBannerAreaForDescription2 {
    display: block;
    min-height: 151px;
    width: 50%;
    background-color: white;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-align: right;
    padding-top: 20px;
    color: white;
    cursor: pointer;
}

@media (min-width: 768px) {
    .cTopBanner {
        display: flex;
    }

    .cTopBannerAreaForLinks {
        flex-grow: 0;
        min-width: 0;
        min-height: 151px;
    }
}

@media (max-width: 767px) {
    .cTopBanner {
        margin-bottom: 50px;
    }
}

.cTopBannerButtons {
    position: relative;
    top: 100%;
    width: 100%;
    margin: -13px 0 0;
    text-align: center;
}

.cTopBannerAreaForLinks {
    margin-left: -42px;
}

@media (max-width: 990px) {
    .cTopBannerButtons {
        margin-left: -40px;
    }
}

@media (max-width: 769px) {
    .cTopBannerButtons {
        margin-left: 0;
        width: 93%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cTopBannerAreaForLinks {
        margin-left: -54px;
    }
}

.cTopBannerButtons .buttonArea + .buttonArea {
    margin-top: 10px;
}

.cTopBannerButtons .btn {
    min-width: 182px;
}

@media (min-width: 768px) {
    .cAppBodySection.container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .cAppBodySection.container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .cAppBodySection.container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cTopBannerButtons .btn {
        margin: 20px 0 0 -5px;
        min-width: 100%;
        width: 105%;
    }

    .cTopBannerButtons .buttonArea + .buttonArea {
        margin-top: 0;
    }
}

/* inner components */
/* --- */
.cTopBanner .cClaimListItem {
    min-width: 125px;
    margin-bottom: 5px;
}

.cTopBanner .cClaimListItem .title {
    padding-left: 0;
    position: absolute;
    left: 54px;
}

.cTopBanner .cClaimListItem a:hover {
    background-color: rgba(0, 0, 0, .05);
}

/* --- */
/*-------- RSlides -------------*/
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    border: 0;
    width: 100%;
}

.bannerSpacer {
    width: 100%;
}

@media (max-width: 767px) {
    .bannerSpacer {
        margin-bottom: -100px;
    }
}

@media (max-width: 991px) {
    .cTopBannerAreaForLinks {
        margin-left: 0;
    }

    .cTopBannerButtons .buttonArea + .buttonArea {
        margin-top: 0;
    }
}
.cBtaFileItem {
    display: inline-block;
    vertical-align: top;
    min-width: 70px;
    max-width: 130px;
    margin-top: 15px;
    margin-right: 20px;
    text-align: center;
}

.cBtaFileItem .itemTitle {
    font-weight: bold;
    padding: 6px 0;
    line-height: 14px;
}

.cBtaFileItem .itemLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 14px;
}

.cBtaFileItem .itemLinks a {
    display: inline-block;
    vertical-align: top;
    padding: 0 2px;
    text-decoration: underline;
    color: #7c7c7c;
}

.cBtaFileItem .itemLinks a:hover {
    background-color: #7c7c7c;
    color: white;
    text-decoration: none;
}
.cTimer {
    text-align: center;
}

.cTimer .aLabel {
    font-size: 13px;
    color: #7f7d79;
}

.cTimer .aTime {
    font-size: 50px;
    font-weight: 100;
    color: #898989;
}

.cTimer .aTime .aValue {
    position: relative;
}

@media (max-width: 992px) {
    .btaFooterRow {
        min-width: 100% !important;
    }
}


.fmForm {
    color: #7f7d79;
}

.fmForm .formTitle .aCaption {
    position: relative;
    margin-left: -5px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
}

.fmForm .formTitle .aCaption:before {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    position: absolute;
    left: -15px;
    top: 16px;
    background: transparent url(/images/red-triangle-marker.png) no-repeat 50% 50%;
}


.fmColLabel {
    font-size: 13px;
    line-height: 22px;
    position: relative;
    display: block;
}

.fmColLabel .aQuestionCircle:not(.hasForcedInline) {
    position: absolute;
    left: -10px;
}

.fmColLabel .aQuestionCircle.hasForcedInline {
    margin-left: 5px;
}

@media (min-width: 992px) {
    .fmColLabel .aQuestionCircle:not(.hasForcedInline) {
        top: 5px;
    }

    .fmColLabel.hasLongtext {
        padding-right: 0;
        padding-top: 0;
        line-height: 15px;
    }
}

.fmColLabel.isRequired:before {
    content: "*";
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 13px;
    line-height: 15px;
}

.formGroup .bottomSpacing {
    margin-bottom: 7px;
}

.fmColElements {
    position: relative;
}

.fmColElements.isRequired:before {
    content: "*";
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 13px;
    line-height: 15px;
}

.fmColElements .aValue {
    margin-bottom: 4px;
    font-size: 14px;
}

.fmColElements.withQuestion {
    position: relative;
}

.fmColElements.withQuestion .aQuestionCircle {
    right: -10px;
    margin-left: 0;
}

.fmForm .forDatepicker {
    margin-bottom: 8px;
}

.fmForm .forDatepicker .fmDate {
    width: 100px;
}

.fmForm .forDatepicker .fmTime {
    width: 58px;
    margin-left: 15px;
}

.fmForm .cDocumentForm {
    padding-left: 0;
}

.fmForm .cDocumentForm .aText {
    max-width: 300px;
}

.fmForm .cDocumentFormFileList {
    margin-bottom: 8px;
}

.fmForm .cDocumentFormFileList .row + .row {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .fmForm .cDocumentFormFileList {
        margin-bottom: 0;
    }
}

.fmSelect {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    height: 28px;
    padding: 0 0 0 10px;
    background: white;
    color: #6c6752;
    font-weight: bold;
    border: 1px solid #9c9a96;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    max-width: 100%;
}

.fmTextarea {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px;
    background: white;
    color: #6c6752;
    font-weight: bold;
    border: 1px solid #9c9a96;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    min-height: 150px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
}

.fmTextarea.isSmall {
    min-height: 80px;
}

.fmFileInput input {
    display: none;
}

.fmFileInput .fmFileInputVisual, .fmFileInputVisual2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    min-height: 28px;
    padding: 0 10px;
    background: white;
    color: #6c6752;
    font-weight: bold;
    border: 1px solid #9c9a96;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.fmForm .fmFileInputVisual {
    margin-bottom: 8px;
}

.fmForm .fmInput,
.fmForm .fmSelect,
.fmForm .fmTextarea,
.fmForm .fmBtaCheckbox {
    margin-bottom: 8px;
}

.fmForm .btaCheckbox label {
    border-color: #6c6752;
}

.fmForm .fmInput.fmStandart,
.fmForm .fmSelect.fmStandart {
    width: 211px;
}

.fmForm .aText {
    font-size: 11px;
    line-height: 14px;
}

.formGroupPortraitItemTabs {
    padding-top: 30px;
}

.formGroupPortraitItemForms {
    padding-top: 8px;
}

.formGroupPortraitItemForms .fmColLabel {
    min-width: 150px;
}

.formGroupSummary {
    margin-top: 20px;
}

.formGroupSummary .fmButtonArea {
    margin-top: 20px;
    margin-left: -8px;
    text-align: right;
}

@media (min-width: 992px) {
    .formGroupSummary .fmButtonArea {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .btaFormType2 .fmColLabel.isLarger {
        min-width: 165px;
    }
}

.btaForm.typeMPTL .formComment {
    padding-left: 0;
    font-size: 10px;
}

.btaForm.typeCallback .formComment {
    padding-left: 0;
}

.btaForm.typeCallback .forDatepicker .fmTime {
    margin-left: 0;
}

.typeCallback.btaForm .cClaimDropdown {
    padding-top: 5px;
}

.btaForm.typeMPTL .formRow.isHiglight {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -20px;
    margin-right: -20px;
}

.btaForm.typeCallback .formRow.isHiglight .fmColLabel {
    padding-top: 4px;
}

@media (min-width: 992px) {
    .btaForm.typeMPTL .formRow.isHiglight {
        padding-left: 80px;
        padding-right: 85px;
        margin-left: -80px;
        margin-right: -85px;
    }
}

@media (min-width: 992px) {
    .formGroupWithValuePadding .fmColElements .aValue {
        padding-left: 11px;
    }

    .formGroupWithValuePadding .fmColElements .aEditIcon {
        margin-right: -20px;
        margin-left: 20px;
    }
}

.btaForm.typeMPTL .formGroupWithValuePadding {
    padding-top: 10px;
}

.btaFormType2 .fmColLabel.isLarger {
    line-height: 30px;
}

.fmFileInput, .fmFileInput2 {
    word-break: break-all;
}
/* PAGE-HEADER COMPONENT */
.cAppVisibleHeader {
    background-color: #f7f7f7;
}

.cAppVisibleHeader {
    display: flex;
    align-content: center;
    align-items: center;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #f7f7f7;
}

@media (max-width: 992px) {
    .btaHeaderContainer {
        min-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .btaHeaderContainer {
        position: relative;
        height: 85px;
    }

    .cAppVisibleHeader .navbar-default {
        position: static;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .navbar-header {
        width: 200px;
    }

    .cAppVisibleHeader .navbar-default .navbar-brand {
        padding: 0 !important;
        padding-right: 15px;
        padding-top: 25px !important;
        margin-right: 40px;
        text-shadow: none;
    }

    #cAppVisibleHeader .navbar-default .navbar-nav.btaNavbar-languages > li > a {
        color: #605946;
        background: transparent !important;
        font-weight: 700;
        text-decoration: none;
        font-size: 14px;
        line-height: 26px;
        padding: 6px 12px;
        box-shadow: none;
        text-shadow: none;
        transition: background .2s;
    }

    #cAppVisibleHeader .navbar-default .navbar-nav.btaNavbar-languages > li > a:hover {
        background: rgba(0, 0, 0, .025) !important;
    }

    .btaNavbar-userbar {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #9e9e9e;
        font-size: 11px;
        padding-right: 15px;
    }

    .btaNavbar-userbar a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .btaNavbar-userbar a.aIcon {
        height: 40px;
        width: 18px;
        top: 0;
    }

    .btaNavbar-userbar .username a {
        padding-right: 5px;
    }
}

/* --- */

@media (min-width: 768px) {
    /*zl-media-cut1*/
    #cAppVisibleHeader .navbar-default .navbar-nav.btaPagemenuNavbar > li > a {
        display: block;
        height: 85px;
        line-height: 26px;
        padding: 36px 0 6px;
        margin: 0 7px;

        border-bottom: 6px solid transparent;
        color: #605946;
        background: transparent;

        font-weight: 700;
        text-decoration: none;
        font-size: 14px;

        box-shadow: none;
        text-shadow: none;
        transition: all .2s;
    }

    #cAppVisibleHeader .navbar-default .navbar-nav.btaPagemenuNavbar > li > a:hover {
        border-bottom-color: rgba(102, 102, 102, .25);
    }

    #cAppVisibleHeader .navbar-default .navbar-nav.btaPagemenuNavbar > li.active > a {
        border-bottom-color: #666;
    }

    .btaPagemenuNavbar .badge {
        background-color: #7fa572;
        color: white;
        font-size: 11px;
        line-height: 16px;
        min-width: 16px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: -13px;
        top: 40px;
    }
}

/* LIST ITEM */
.cBtaListItem {
    color: #7c7c7c !important;
}

.cBtaListItem > .aCaption {
    margin-left: 35px;
    position: relative;
}

.cBtaListItem > div > div > .aCaption {
    margin-left: 35px;
    position: relative;
}

.cBtaListItem > .aCaption:before, .cBtaListItem > div > div > .aCaption:before, .cBtaListItem h3.aCaption.pre-caret:before {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    position: absolute;
    left: -15px;
    top: 18px;
    background: transparent url(/images/red-triangle-marker.png) no-repeat 50% 50%;
}

.cBtaListItem div.row.no-padding {
    padding: 0;
    margin: 0;
}

.cBtaListItem h3.aCaption.pre-caret {
    padding-left: 0;
    margin-left: 35px;
}

.cBtaListItem .alert {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

/* --- */
.cClaimData {
    padding-left: 15px;
    padding-right: 15px;
}

.cClaimData > .row + .row {
    margin-top: 5px;
}

.cClaimData > .row > div {
    padding-right: 0;
    text-align: left;
}

.cClaimData .aText {
    font-size: 14px;
    line-height: 18px;
}

@media (min-width: 992px) {
    .cClaimData {
        padding-left: 75px;
        padding-right: 75px;
    }
}

.cDocumentForm {
    padding-left: 72px;
}

.cDocumentForm small {
    display: block;
}

.cDocumentForm .btn {
    margin-top: 14px;
}

.cDocumentFormFile {
    position: relative;
}

.cDocumentFormFile.isRequired:before {
    content: '*';
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 13px;
    line-height: 15px;
}

.cDocumentFormFile .aLabel {
    display: block;
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 2px;
}

.cDocumentFormFile .aTitle {
    display: block;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cDocumentFormButton .btn {
    margin-top: 1px;
    margin-left: 0;
}

.cCompensation {
    padding-left: 15px;
    padding-right: 15px;
}

.cCompensation .row-header {
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    color: #adaba8;
}

.cCompensation .row {
    padding-left: 42px;
}

.cCompensation .list-group {
    box-shadow: none;
}

.cCompensation .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    transition: background .1s;
}

.cCompensation .list-group-item:hover {
    background-color: rgba(0, 0, 0, .025);
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

.modal-backdrop {
    background: white;
}

.modal-backdrop.in {
    opacity: .85;
}

.modal-dialog {
    background: white;
    padding: 10px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 678px;
        margin-top: 174px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .modal-dialog {
        padding: 0;
    }

    .modal-header {
        padding: 0 !important;
    }

    .modal-body {
        padding: 0 !important;
    }

    .typePolice.btaForm {
        border-style: none !important;
    }
}

.modal-dialog.modal-lg {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.modal-content {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 4px solid #c4c4c4;
    background: white;
}

.successful-submit-title {
    padding-left: 32px !important;
}

.successful-submit-subtitle {
    padding-left: 70px !important;
}

@media (max-width: 767px) {
    .successful-submit-title {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .successful-submit-subtitle {
        padding-left: 0 !important;
    }
}

.modal-header {
    border-bottom-color: transparent;
    padding: 0;
}

.modal-header button.close:hover {
    opacity: .8;
}

.modal-body {
    padding: 0 !important;
}

.modal-footer {
    border-top-color: transparent;
    padding: 0 40px 20px 0;
}

.btaModalHeader {
    min-height: 111px;
}

.btaModalHeader .icon {
    display: block;
    float: left;
    width: 160px;
    height: 111px;
    background-position: right center;
}

.btaModalHeader .aCaption {
    padding-top: 40px;
    padding-right: 100px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .modal-dialog.modal-lg {
        width: 981px;
        margin-left: auto;
        margin-right: auto;
    }

}

/* --- */
.btaWindowHeader .aCaption {
    padding: 35px 80px 5px 45px;
}

.btaWindowHeader .aSubcaption {
    color: #777361;
}

.aSubcaption.accidentClaim .textList {
    margin-left: 70px;
}

@media (max-width: 767px) {
    .btaWindowHeader .aSubcaption.otherPolicy {
        min-height: initial;
    }

    .aSubcaption.otherPolicy .textList {
        margin-left: 0;
        padding-top: 50px;
    }
}

.btaWindowHeader .aSubcaption:after {
    content: '';
    display: block;
    clear: both;
}

.btaWindowHeader .aSubcaption .textIcon {
    display: block;
    float: left;
    width: 174px;
    height: 80px;
    background: 0 0 no-repeat transparent;
}

.btaWindowHeader .aSubcaption .textList {
    display: block;
    position: relative;
    clear: left;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .btaModalBody.fmForm {
        padding-left: 10px;
    }

    .btaWindowHeader .aSubcaption .textIcon {
        max-width: 50%;
        float: left !important;
    }

    .btaWindowHeader .aSubcaption .textList {
        position: static;
        clear: left;
        /*max-width:50%;*/
    }

    .claimIcon {
        min-width: 100%;
    }

    .claimText {
        min-width: 100%;
    }
}

@media (min-width: 768px) {
    .btaWindowHeader .aSubcaption .textList {
        clear: none;
        margin-left: 174px;
    }
}


.btaWindowHeader .aSubcaption .textListCaption {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Kalam', sans-serif;
}

.btaWindowHeader .aSubcaption .textListSpecial {
    display: block;
    position: absolute;
    top: 25px;
    left: 260px;
    font-size: 20px;
    color: #ff17f0;
    font-family: 'Kalam', sans-serif;
    font-weight: 400;
}

.btaWindowHeader .aSubcaption .textList .aCaption {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.btaWindowHeader .aSubcaption .textList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 18px;
    position: relative;
}

.btaWindowHeader .aSubcaption .textList li:before {
    content: '-';
    position: absolute;
    left: -10px;
}

/* --- */
.btaWindowHeader.btaWindowHeaderForClaim .aSubcaption {
    min-height: 111px;

}

.btaWindowHeader.btaWindowHeaderForClaim .aSubcaption .textIcon {
    height: 111px;
}

@media (min-width: 768px) {
    .btaWindowHeader.btaWindowHeaderForClaim .aSubcaption .textList {
        padding-top: 35px;
        margin-right: 80px;
    }
}

.btaWindowHeader.btaWindowHeaderForClaim .aCaption.sizeL {
    font-weight: 700;
}

.btaWindowHeader.btaWindowHeaderForClaim .btaWindowSubheader {
    margin-top: 0;
}

@media (max-width: 400px) {
    .btaWindowHeader.btaWindowHeaderForClaim .aSubcaption .textIcon {
        margin-top: 80px;
        float: none;
        background-position: 50% 0;
        width: 100%;
    }
}

/* --- */
.modal-toolbar {
    position: absolute;
    top: 42px;
    right: 120px;
}

@media (min-width: 768px) {
    .modal-toolbar {
        position: absolute;
        top: 42px;
        right: 120px;
    }
}

/* --- */
.typePolice.btaForm {
    margin: 0 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #7c7c7c;
}

.typePolice.typeMPTL.btaForm,
.typePolice.typeCallback.btaForm {
    border: 0;
}

@media (min-width: 992px) {
    .typePolice.btaForm {
        padding-left: 65px;
        padding-right: 70px;
    }
}

.typePolice .colButtonArea .btn {
    width: 100%;
}

.formTitle {
    padding-top: 20px;
    padding-bottom: 10px;
}

.formTitle .aCaption {
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 20px;
    font-weight: 800;
}

.formTitle .aSubcaption {
    margin-top: 10px;
}

.formGroup.cBtaDL .row {
    padding-bottom: 5px;
}

.formGroup.cBtaDL .aValue + .aValue {
    margin-top: 10px;
}

.formGroup .cBtaFilelist {
    padding-bottom: 20px;
}

/* --- */
.typeSlider.btaModalHeader .aPager {
    position: absolute;
    top: 33px;
    left: 30px;
}

@media (max-width: 767px) {
    .typeSlider.btaModalHeader .aPager {
        position: relative;
        top: 15px;
        left: 15px;
        width: 50px;
    }
}

.aPager {
    color: #7b7161;
}

.aPager .pageNow {
    display: inline-block;
    vertical-align: baseline;
    font-size: 36px;
    line-height: 36px;
    transition: all .2s;
}

.aPager .pageTotal {
    display: inline-block;
    vertical-align: baseline;
    font-size: 20px;
    line-height: 20px;
}

.aPager .pageTotal:before {
    content: '/';
}

.typeSlider.btaModalHeader .aCaption {
    font-weight: 700;
    padding-left: 86px;
    color: #7b7161;
}

.formSliderTitle {
    padding-left: 86px;
    padding-right: 32px;
}

.formSliderTitle .isFunny {
    font-family: 'Kalam', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #7b7161;
}

.formArea .aIconizedText {
    padding: 30px 90px 30px 200px;
    color: #91897c;
    font-size: 16px;
    line-height: 23px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.formArea .success-message {
    padding: 30px 100px;
    color: #91897c;
    font-size: 12px;
    line-height: 23px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .formArea .success-message {
        padding-left: 20px;
        padding-top: 20px;
        padding-right: 20px;
    }
}

.aIconizedText.withImage1 {
    background-image: url(/images/icons/calendar29.png);
    background-position: 82px 25px;
}

/* --- */
.slideArrow {
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slideArrow.slide-prev {
    background-image: url(/images/icons/slider-left.png);
    left: 26px;
}

.slideArrow.slide-next {
    background-image: url(/images/icons/slider-right.png);
    right: 36px;
}

/* --- */
.typeTerms.btaModalHeader {
    min-height: 0;
}

.typeTerms.btaModalHeader .aCaption {
    padding-left: 0;
    font-family: 'Kalam', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #7b7161;
}

.termsLangMenu {
    text-align: right;
    padding-right: 110px;
    padding-bottom: 10px;
}

.termsLangMenu a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 13px;
    color: #7f7d79;
    text-decoration: none;
}

.typeTerms.btaForm .formRow .aCaption {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 800;
}

.typeTerms.btaForm .formRow .textVersion {
    display: block;
    float: right;
    padding-right: 70px;
    font-size: 13px;
    font-weight: 400;
}

.typeTerms.btaForm .aSlideText {
    margin-right: 15px;
    margin-left: 15px;
}

.typeTerms.btaForm .formCheckbox {
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
}

.typeTerms.btaForm .formCheckboxLabel {
    font-weight: 400;
    font-size: 13px;
    color: #7f7d79;
    line-height: 14px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.typeTerms.modal-footer .btn {
    margin-left: 20px;
}

.typeCallback.btaModalHeader .aCaption {
    font-size: 30px;
    padding-top: 45px;
}

.typeCallback.btaForm .formFieldArea {
    margin-right: 100px;
}

.typeCallback.btaForm .dater .btaInput {
    margin-left: -11px;
}

.typeCallback.btaForm .btaTextarea {
    margin-left: -11px;
}

.typeCallback.btaForm .cClaimDropdown {
    margin-left: -11px;
}

.typeCallback.btaForm .aEditIcon {
    margin-left: 10px;
}

.typeCallback.btaWindowHeader .aSubcaption .textList .aCaption.isFunny {
    font-size: 30px;
    padding-top: 7px;
}

.typeCallback.btaWindowHeader .aSubcaption .textIcon {
    background-position: 100% 50%;
}

@media (max-width: 400px) {
    .typeCallback.btaWindowHeader .aSubcaption .textIcon {
        background-position: 50% 100%;
    }
}

@media (min-width: 992px) {
    .typeCallback.btaForm .fmTextarea {
        width: 250px;
        min-height: 92px;
    }
}

.cPortraitItem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 69px;
    margin-right: 30px;
    margin-bottom: 10px;
    list-style: none;
}

@media (min-width: 992px) {
    .cPortraitItem {
        margin-right: 45px;
    }
}

.cPortraitItem:last-child {
    margin-right: 0;
}

.cPortraitItem.active .aPicture {
    opacity: 1;
}

.cPortraitItem .aLabel {
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #7f7d79;
    text-align: center;
    padding-top: 2px;
}

.cPortraitItem a {
    text-decoration: none !important;
}

.cPortraitItem .aQuestionCircle {
    position: absolute;
    top: 0;
    right: -25px;
}

.cPortraits {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cPortraitItem .aPicture {
    display: block;
    border: 3px solid #6c6752;
    opacity: .5;
    min-width: 69px;
    min-height: 69px;
}

.cPortraitItem .aPicture img {
    margin-top: 7px;
    display: block;
}

.cPortraitItem .aLabel.setHeight {
    min-height: 35px;
}

/* header */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.cAppVisibleHeader {
    height: 85px;
    z-index: 100;
}

@media screen and (max-width: 1000px) {
    .cAppHeaderMiniContent {
        display: block;
    }
}

/* between header and footer */
.loginPhonePadding {
    padding-left: 5px;
    padding-right: 0;
}

@media (max-width: 767px) {
    #callback-form .modal-footer {
        text-align: center;
    }

    .cAppVisibleHeader {
        height: 75px;
    }

    .callbackResponsiveSubmit {
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }

    .loginPhonePadding {
        padding-right: 0;
    }
}

@media (max-width: 340px) {
    .callbackResponsiveSubmit {
        height: 55px;
    }

    .callbackText, .callback-spacer {
        display: inline-block;
        vertical-align: middle;
    }

    .callback-spacer {
        height: 100%;
    }

    .action-btn.callbackResponsiveSubmit::before {
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
        border-right: 12px solid #e30613;
        left: -12px;
    }

    .action-btn.callbackResponsiveSubmit::after {
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
        border-left: 12px solid #e30613;
        right: -12px;
    }
}

.cAppVisibleBody {
    padding-top: 15px;
}

.cAppVisibleBody > .cAppBodySection {
    margin-top: 0;
}

.cAppVisibleBody > .cAppBodySection:first-of-type {
    margin-top: 0;
}

.cAppVisibleBody > .cAppBodySection + .cAppBodySection {
    margin-top: 0;
}

.modal-dialog {
    z-index: 8 !important;
}

/* --- */
.cAppVisibleFooter {
    padding-top: 0;
}

/*general buttons*/
.btn {
    height: 26px !important;
    border-radius: 0;
    line-height: 16px;
    font-weight: 900;
}

.btn-primary {
    border: none;
}

#ui-datepicker-div { z-index: 999 }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
/*! jQuery UI - v1.12.1 - 2018-07-13
* http://jqueryui.com
* Includes: core.css, accordion.css, datepicker.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
/*	pointer-events: none;*/
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.action-btn-sm::after, .action-btn-sm::before {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.action-btn-sm {
    cursor: pointer;
    font-size: 12px;
    height: 28px;
    padding: 6px 10px;
    margin: 5px 12px 0 !important;
}

.grey-bg {
    background-color: #9F9D90;
    border-color: #9F9D90;
}

.safari-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
}

.safari-button:hover {
    text-decoration: underline;
}

.action-btn.grey-bg::before {
    border-right-color: #9F9D90;
}

.action-btn.grey-bg::after {
    border-left-color: #9F9D90;
}

.cursor-pointer {
    cursor: pointer;
}    
* {
    margin: 0;
}

.red-bg {
    background-color: #e30613;
    border-color: #e30613;
}

.list-style-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

/**
 * For IE 6/7 only
 */
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    clear: both;
}

/* --- */
.cover {
    color: rgb(255, 255, 255);
    min-height: 800px;
    margin-top: 84px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bta-nav-logo {
    width: 112px;
    height: 64px;
    margin-top: -15px;
    margin-left: -8px;
}

@media (max-width: 767px) {
    .cover {
        background-position: -200px 0;
        min-height: 500px;
        margin-top: 74px;
        -webkit-background-size: 200% 200%;
        -moz-background-size: 200% 200%;
        -o-background-size: 200% 200%;
        background-size: 200% 200%;

    }

    .bta-nav-logo {
        width: 112px;
        height: 56px;
        margin-top: 0;
    }
}

.nav-tabs.btaListTabs {
    border-bottom-color: transparent;
    padding-left: 40px;
}

.nav-tabs.btaListTabs > li > a {
    display: block;
    line-height: 36px;
    min-height: 36px;
    font-weight: bold;
    color: #7c7c7c;
    background-color: #f7f7f7;
    border: 0;
    border-radius: 0;
    padding: 0 12px;
}

.nav-tabs.btaListTabs > li > a:before,
.nav-tabs.btaListTabs > li > a:after {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    min-height: 36px;
    background-size: 20px 36px;
}

.nav-tabs.btaListTabs > li > a:before {
    width: 20px;
    height: inherit;
    position: absolute;
    left: -20px;
    bottom: 0;
    background: linear-gradient(to left top, #f7f7f7 50%, transparent 50%);
}

.nav-tabs.btaListTabs > li > a:after {
    width: 20px;
    height: inherit;
    position: absolute;
    right: -20px;
    bottom: 0;
    background: linear-gradient(to right top, #f7f7f7 50%, transparent 50%);
}

/* hover */
.nav-tabs.btaListTabs > li > a:hover {
    border: 0;
    color: #7c7c7c;
    background-color: #e2e2e2;
    z-index: 100;
}

.nav-tabs.btaListTabs > li > a:hover:before {
    width: 20px;
    height: inherit;
    position: absolute;
    left: -20px;
    bottom: 0;
    background: linear-gradient(to left top, #e2e2e2 50%, transparent 50%);
    z-index: 2;
}

.nav-tabs.btaListTabs > li > a:hover:after {
    width: 20px;
    height: inherit;
    position: absolute;
    right: -20px;
    bottom: 0;
    background: linear-gradient(to right top, #e2e2e2 50%, transparent 50%);
    z-index: 2;
}

/* active */
.nav-tabs.btaListTabs > li.active > a,
.nav-tabs.btaListTabs > li.active > a:hover,
.nav-tabs.btaListTabs > li.active > a:focus {
    color: #7c7c7c;
    cursor: default;
    background-color: #e2e2e2;
    border: 0;
    border-bottom-color: transparent;
    z-index: 80;

}

@media (max-width: 767px) {
    .nav-tabs.btaListTabs li a,
    .nav-tabs.btaListTabs li a:hover,
    .nav-tabs.btaListTabs li a:focus {
        line-height: 25px;
        margin-bottom: -6px;
    }

}

.nav-tabs.btaListTabs > li.active > a:before {
    width: 20px;
    height: inherit;
    position: absolute;
    left: -20px;
    bottom: 0;
    background: linear-gradient(to left top, #e2e2e2 50%, transparent 50%);
    z-index: 2;
}

.nav-tabs.btaListTabs > li.active > a:after {
    width: 20px;
    height: inherit;
    position: absolute;
    right: -20px;
    bottom: 0;
    background: linear-gradient(to right top, #e2e2e2 50%, transparent 50%);
    z-index: 2;
}

input[type='text'].ui-autocomplete-loading {
    background: url('/images/loading.gif') no-repeat right center;
}

.live-chat {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 99999;
    display: inline-table;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 9999999;
    text-align: center;
    color: #fff;
    display: none;
    top: 0;
    left: 0;
}

.preloader svg, .preloader img {
    top: calc(50% - 20px);
    transform: translateY(-50%);
    position: relative;
}

.loader {
    position: fixed;
    z-index: 9999999;
    text-align: center;
    color: #fff;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

.loader img, .loader svg {
    top: calc(50% - 20px);
    transform: translateY(-50%);
    position: relative;
}

html {
    height: 100%;
    overflow-y: visible;
}

body {
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.ui-menu {
    max-width: 600px;
}

.ui-menu-item {
    list-style: none;
    z-index: 30 !important;
}

.ui-menu-item-wrapper {
    z-index: 30 !important;
    cursor: pointer;
}

/* Style The Dropdown Button */
.dropbtn {
    cursor: pointer;
    border: none;
    background-color: #eee;
    font-weight: bold;
    font-size: 16px !important;
    text-transform: uppercase;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 60px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: white;
}

.languages ul {
    list-style: none;
}

.languages ul li {
    display: inline;
    cursor: pointer;
}

.fat-input {
    border: 2px solid #a3a5a8;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.titleText {
    color: #686150;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 767px) {
    .titleText {
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 20px;

    }

}

.block {
    background: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
    padding-left: 15px !important;

}

.titleBlock {
    width: 330px !important;
}

.errorBlock {
    margin-top: 10%;
    padding-left: 0 !important;
    color: black;
}

@media (max-width: 767px) {
    .block {
        width: 100%;
        background: rgb(255, 255, 255);
    }

    .titleBlock {
        width: 100% !important;
    }

    .errorBlock {
        margin: 10% 0 0 0 !important;
        padding-left: 0 !important;
    }
}

.nav, .submenu {
    list-style: none;
}

.nav li {
    display: block;
    position: relative;
    margin-right: 10px;
}

.nav li.active {
    z-index: 1;
}

.nav-holder .nav .active {
    border-bottom: 5px solid #616162;
}

.nav li a, .nav-mob, .nav-lang-switch a {
    color: #848484;
}

.nav li a {
    color: #6E6856;
    display: block;
}

.nav li:last-child {
    margin-right: 0;
}

.submenu li {
    display: block;
    margin: 11px 0;
}

.add-borders {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.submenu {
    padding-left: 10px;
    margin-left: 1px;
    text-align: left;
    display: block;
    width: 99%;
}

.submenu li a {
    font-weight: normal;
    display: inline-block;
    line-height: 14px;
    width: 100%;
}

.sub-menu-item {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #6E6856;
}

.sub-menu-item a {
    font-size: 12px;
    color: #6E6856 !important;
}

.nav-bg {
    position: absolute;
    background: yellow;
    width: 100%;
}

.nav-holder {
    position: relative;
    text-align: center;
    padding-top: 38px;
}

#header {
    position: relative;
    z-index: 10;
}

.nav-mob {
    font-size: 35px;
    position: fixed;
    right: 23px;
    top: 19px;
    visibility: hidden;
    z-index: 10000;
}

.locked {
    overflow: hidden;
}

.home-btn {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 10;
}

.nav-lang-switch {
    position: relative !important;
    top: 0;
    right: 0;
    z-index: 11;
}

@media (min-width: 768px) {
    .nav-lang-switch {
        position: absolute !important;
        top: 0;
        right: 0;
    }
}

.nav-lang-switch li {
    display: inline-block;
}

.nav-lang-switch a {
    font-size: 14px;
}

.overlay-holder {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(41, 44, 49, 0.24);
    width: 100%;
    height: 100%;
}

.error-holder {
    position: relative;
    width: 420px;
    max-width: 90%;
    background-color: #fff;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 100px;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 3px;
}

.close-error {
    position: absolute;
    top: 10px;
    cursor: pointer;
}

.error-msg, .timeout-msg {
    font-size: 14px;
    line-height: 18px;
}

.error-subtitle, .timeout-subtitle {
    font-size: 12px;
    margin-top: 20px;
    line-height: 12px;
}

.error-holder .error-msg {
    word-break: break-word;
}

.popUpClaim .bankupdate-check {
    margin-top: 0;
    margin-bottom: 5px;
}

.popUpClaim .bankupdate-check .bankupdate-terms {
    font-size: 11px;
    font-weight: normal;
}

.popUpClaim .bankupdate-check .btaRadioBtn-popUpClaim input + label {
    background-image: unset;
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    font-weight: normal;
    line-height: 19px;
    font-size: 11px;
}

.popUpClaim .bankupdate-check .btaRadioBtn-popUpClaim input:checked + label {
    background-image: none;
    border-color: #6c6752;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
}

.btaRadioBtn-popUpClaim input {
    display: none;
}

.btaRadioBtn-popUpClaim label, .btaRadioBtn label {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    max-width: none;
    border: 3px solid #e2e1dc;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.remove-accordion-padding {
    padding: 0 !important;
}

@media (max-width: 767px) {
    .cClaimListItem .title {
        line-height: inherit;
        white-space: normal;
    }

    .claimItemHeight {
        min-height: 110px !important;
    }

    .customClistItm1 a {
        text-align: center;
    }

    .claims-mobile-caption {
        margin-top: 30px;
    }

    .cClaimData .row > .col-sm-2:first-child {
        font-size: 12px;
        padding-bottom: 2px;
        text-align: left;
    }

    .cClaimData .row > .col-sm-10:first-child {
        text-align: left;
    }
}

.cClaimData {
    padding-bottom: 25px;
}

.btaImageBanner {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btaWindowSubheader .rowHeader .colLabel {
    padding-top: 7px;
}

.typeCallback.v4 .formRow.isHiglight {
    margin: 0 !important;
}

.btaForm.typeCallback .formComment {
    padding-left: 80px;
}

@media only screen and (max-width: 1027px) {
    body {
        overflow-x: hidden;
    }

    .btaForm.typeCallback .formComment {
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .btaForm.typeCallback .formComment {
        padding-left: 0;
    }

    .cDocumentForm {
        padding-left: 20px;
    }

    .cCompensation .row-header {
        padding-left: 0;
    }

    .cCompensation .row {
        padding-left: 0;
    }

    .btaWindowHeaderForClaim .aCaption.sizeL {
        font-size: 20px;
    }

    .btaWindowSubheader .rowHeader {
        padding-left: 65px;
        padding-right: 70px;
    }

    .btaWindowSubheader .rowData {
        padding-left: 65px;
        padding-right: 70px;
    }

    .typePolice.btaForm {
        padding-left: 65px;
        padding-right: 70px;
    }

    .typeCallback .formRow.isHiglight {
        padding-left: 80px !important;
        padding-right: 85px !important;
    }
}

@media only screen and (max-width: 767px) {
    .cTopBannerAreaForDescription, .cTopBannerAreaForLinks {
        min-width: 100%;
    }

    .alert-info {
        flex-flow: column;
        padding: 15px;
        text-align: center;
    }

    .alert-info .caption {
        margin-bottom: 15px;
    }

    .cClaimData .row {
        margin-top: 10px !important;
    }

    .cClaimData .row > .col-xs-12:first-child {
        font-size: 12px;
        padding-bottom: 2px;
    }

    .btaPagemenuNavbar {
        margin: 0;
    }

    .btaPagemenuNavbar li {
        margin-right: 0;
    }

    .btaNavbar-userbar {
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .btaNavbar-userbar li {
        display: inline-block;
    }

    .btaNavbar-userbar li.username a {
        padding: 0;
        display: block;
        margin: -5px 10px 0 0;
        float: left;
    }

    header .navbar-collapse {
        margin-top: 26px;
    }

    header .navbar-header {
        width: auto !important;
    }

    header .navbar-toggle {
        margin: 25px 20px 0 0;
    }

    .cBtaList {
        margin: 0 !important;
    }

    .aCaption.sizeL {
        padding: 20px 0 15px 15px !important;
    }

    .aCaption.single {
        padding: 20px 50px 0 50px !important;
    }

    .nav-tabs.btaListTabs {
        padding: 0;
        text-align: center;
    }

    .nav-tabs.btaListTabs > li {
        float: none;
        display: inline-block;
    }

    .nav-tabs.btaListTabs > li a {
        font-size: 13px;
        padding: 0 5px;
    }

    @media (max-width: 767px) {
        .nav-tabs.btaListTabs > li {
            width: 47%;
        }
    }
    @media (max-width: 650px) {
        .nav-tabs.btaListTabs > li {
            width: 46%;
        }
    }
    @media (max-width: 550px) {
        .nav-tabs.btaListTabs > li {
            width: 45%;
        }
    }
    @media (max-width: 440px) {
        .nav-tabs.btaListTabs > li {
            width: 44%;
        }
    }
    .cDocumentForm {
        padding-right: 20px;
    }

    .cDocumentForm2 {
        padding-right: 20px;
    }

    .cDocumentFormButton2 {
        padding: 5px 0 5px 0 !important;
        margin-left: -10px;
    }

    .cCompensation {
        padding: 0;
    }

    .cCompensation .row-header {
        padding-bottom: 5px;
    }

    .cBtaListItem .alert-info {
        margin: 0;
    }

    .remove-left-padding {
        padding-left: 0 !important;
    }

    .policy-invoice-padding {
        padding-left: 5px !important;
    }

    @media (max-width: 767px) {
        .ClaimModals .modal-dialog {
            margin: 0 !important;
        }

        .greyed-text {
            color: #9e9d90;
        }
    }
    .aCaption.typeClaim {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .cClaimListUL .cClaimListItem:last-child {
        margin-bottom: 0;
    }

    .cClaimDropdown {
        padding: 0 10px;
        margin-bottom: 25px;
    }

    .cClaimDropdown .dropdown {
        width: 100%;
    }

    .cClaimDropdown .dropdown .cClaimListItem {
        width: 100%;
        margin-bottom: 0;
    }

    .btaWindowHeaderForClaim .aCaption.sizeL {
        font-size: 18px;
    }

    .modal-toolbar {
        left: 20px;
        top: 37px;
    }

    .modal-header button.close {
        transform: scale(0.7);
        top: 20px;
        right: 15px;
    }

    .mobile-policy-status-padding {
        padding-right: 0 !important;
    }

    .modal-header .btaModalHeader .icon {
        width: 100px;
        height: 80px;
        float: none;
        margin: 0 auto;
        background-position: center center;
    }

    .btaWindowHeader .aSubcaption {
        width: 100%;
        text-align: left;
        min-height: 145px !important;
    }

    .btaWindowHeader .aSubcaption .textIcon {
        display: inline-block;
        float: none;
        width: 90px !important;
        background-position: center center;
        background-size: contain;
        height: 60px !important;
        margin-top: 10px !important;
    }

    .btaWindowHeader .aSubcaption .textList {
        display: block;
        margin: 0;
    }

    .btaWindowHeader .aSubcaption .textList .aCaption.sizeL {
        padding: 0 !important;
        padding-left: 10px !important;
    }

    .btaWindowHeader .aSubcaption .textListSpecial {
        position: relative;
        left: 0;
        margin-bottom: 20px;
    }

    .formGroupSummary .fmButtonArea {
        text-align: center;
    }

    .btaWindowSubheader .rowHeader {
        padding-left: 25px;
        padding-right: 25px;
    }

    .btaWindowSubheader .rowData {
        padding-left: 25px;
        padding-right: 25px;
    }

    .btaWindowSubheader .colButtonArea {
        text-align: center;
    }

    .btaWindowSubheader .colButtonArea .btn {
        width: auto;
    }

    .btaWindowSubheader .rowHeader .colButtonArea {
        margin: 0;
        padding-bottom: 20px;
    }

    .btaWindowSubheader .rowData .colButtonArea {
        margin: 0;
        padding-top: 15px;
    }

    .typePolice.btaForm {
        padding-left: 5px;
        padding-right: 5px;
    }

    .typeCallback {
        padding: 0 30px;
    }

    .typeCallback.btaWindowHeader .aSubcaption .textIcon {
        background-position: center center;
        background-size: contain;
    }

    .typeCallback .formRow .formFieldArea {
        margin-right: 0;
    }

    .typeCallback .formRow .cClaimDropdown {
        margin: 0 0 5px 0 !important;
    }

    .typeCallback .formRow.isHiglight {
        padding-left: 40px !important;
        padding-right: 40px !important;
        margin-left: -40px !important;
        margin-right: -40px !important;
    }

    .typeCallback .formRow.isHiglight .fmColLabel {
        padding-bottom: 10px;
    }

    .typeCallback .typeCallbackTopic .btaSelect {
        width: 100%;
        max-width: 100%;
    }

    footer .cAppVisibleFooter {
        padding: 25px 0 15px 0;
    }

    footer .cAppVisibleFooter .cFooterMemberPart {
        margin-left: 15px;
    }

    footer .btaFooterLeftPart {
        text-align: center;
    }

    footer .btaFooterLeftPart .btaFooterText {
        padding-top: 10px;
    }

    .cBtaFilelist > div {
        width: 50%;
        min-width: auto;
        float: left;
        margin: 0;
    }

    .typeSlider .formSliderTitle {
        text-align: center;
        padding-left: 80px;
        padding-right: 80px;
    }

    .typeSlider .formSliderTitle h4 {
        font-size: 22px;
    }

    .typeSlider .aIconizedText {
        text-align: center;
    }

    .typeSlider .aIconizedText.withImage1 {
        padding: 180px 30px 30px;
        background-position: center 30px;
    }

    .typeTerms .aCaption.sizeL {
        padding: 0 20px !important;
        padding-top: 77px !important;
        font-size: 23px !important;
    }

    .typeTerms.btaForm .aCaption {
        padding: 0 30px !important;
        text-align: left;
    }

    .logoutbtn1:after {
        width: 7px;
    }

    .logoutbtn1:before {
        background-size: 7px 26px;
    }

    .typeTerms.btaForm .aSlideText, .typeTerms.btaForm .formCheckbox {
        margin: 0 20px;
    }

    .typeCallback.v4 .formRow.isHiglight {
        margin: 0 -30px !important;
    }

    .typeCallback.v4 .formRow.isHiglight .aCaption {
        padding: 5px 0 !important;
    }
}


.btaForm .formRow {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btaForm .formRow.isHiglight {
    background: #efefef;
    margin-bottom: 10px;
}

.btaForm.typeCallback .formRow.isHiglight {
    margin-bottom: 15px;
}

.btaForm.typeCallback .formRow.isHiglight .aCaption {
    font-weight: 800;
}

@media (max-width: 767px) {
    .btaForm.typeCallback .formRow.isHiglight {
        margin-right: -30px !important;
        margin-left: -30px !important;
    }
}

@media (min-width: 768px) {
    .btaForm .formLabelArea {
        width: 220px;
        float: left;
        padding-left: 80px;
        color: #7f7d79;
        font-size: 13px;
    }

    .btaForm .formFieldArea {
        margin-left: 220px;
    }

    .btaForm .cClaimDropdown {
        justify-content: flex-start;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.btaForm .formComment {
    color: #bcbcbc;
    padding-left: 80px;
}

.btaForm .formValue {
    color: #6c6752;
    font-weight: bold;
}

.btaForm .aCaption {
    padding-top: 0;
    padding-bottom: 0;
}

.btaForm a.aIconized {
    color: #7c7c7c;
    text-decoration: underline;
    font-size: 14px;
}

.nav-list li {
    display: inline-block;
    vertical-align: top;
}

.main-nav {
    left: 0;
    top: 0;
    width: 100%;
    background: #eee;
    z-index: 3;
    padding: 13px 13px 0;
}

.main-nav li {
    margin-right: 10px;
}

.main-nav a, .main-nav li {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 14px;
}

.main-nav .fa {
    font-size: 18px;
}

.main-nav .active a {
    color: #ed1c24;
    background: none !important;
}

.nav-bg {
    position: absolute;
    background: yellow;
    width: 100%;
}

.nav-holder {
    position: relative;
    text-align: center;
    padding-top: 38px;
}

#header {
    position: relative;
    z-index: 10;
}

.nav-lang-switch {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 11;
}

.nav-lang-switch li {
    display: inline-block;
}

.nav-lang-switch a {
    font-size: 14px;
}

.nav-mob {
    font-size: 35px;
    position: fixed;
    right: 23px;
    top: 19px;
    visibility: hidden;
    z-index: 10000;
}

.locked {
    overflow: hidden;
}

.submenu {
    padding-left: 10px;
    margin-left: 1px;
    text-align: left;
    display: block;
    width: 99%;
}

.submenu li a {
    font-weight: normal;
    display: inline-block;
    line-height: 14px;
    width: 100%;
}

.nav, .submenu {
    list-style: none;
}

.nav li {
    display: inline-block;
    position: relative;
    margin-right: 18px;
}

.nav li a, .nav-mob, .nav-lang-switch a {
    color: #848484;
}

.nav li a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    display: block;
}

.nav li:last-child {
    margin-right: 0;
}

.submenu li {
    display: block;
    margin: 11px 0;
}

.fat-input {
    border: 2px solid #a3a5a8;
    font-size: 14px;
    margin-bottom: 3px;
    padding: 7px;
}
.new-terms .terms-acc-holder {
    background-color: #F7F7F7;
    margin-bottom: 20px;
    padding: 10px 10px 10px 20px;
}

.new-terms .textVersion {
    float: right;
}

.new-terms .terms-subtitle {
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 13px;
}

.new-terms.ui-accordion-header-active {
    background-color: #e2e1dc !important;
}

.new-terms .ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png);
}

.new-terms .ui-accordion-header-icon {
    display: inline-block;
}

.new-terms .ui-accordion-header {
    text-transform: inherit;
    font-size: 14px !important;
}

.new-terms.wrap {
    border-left: 0;
    border-right: 0;
}

.new-terms .terms-acc-title {
    border-top: 1px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #F7F7F7;
    padding-top: 13px !important;
}

.new-terms .terms-the-acc-title {
    padding-left: 10px;
    color: #454545;
}

.new-terms .terms-font-black {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.new-terms .terms-acc-body {
    background-color: #F7F7F7;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.new-terms .terms-acc-body ul > li {
    font-size: 13px;
}
.policy-thank-you {
    padding-bottom: 80px;
}

.main-container.policy-thank-you .wrapper {
    padding-top: 120px;
}

.policy-thank-you .title {
    font-size: 32px;
    line-height: 42px;
    margin-top: 40px;
    font-weight: 600;
}

.policy-thank-you .description {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
    color: #9297A0;
}

.policy-thank-you .button {
    margin-top: 40px
}

@media (max-width: 767px) {
    .main-container.policy-thank-you .wrapper {
        padding-top: 32px;
    }

    .policy-thank-you .title {
        margin-top: 24px;
    }

    .policy-thank-you .button {
        margin-top: 40px
    }
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.tipso-tag {
    padding-top: 3px;
}

.tipso-absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 100;
}

.tipso, .tipso-tag, .tipso-absolute {
    cursor: help;
}
.radio {
    display: block;
    width: 100px;
    font-size: 13px;
    position: relative;
}

.radio label {
    padding: 0 25px 0 35px;
    line-height: 13px;
    font-size: 12px;
}

.radio.big-border {
    width: 44px;
}

/* Base for label styling */
.radio [type="radio"]:not(:checked),
.radio [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.radio [type="radio"]:not(:checked) + label,
.radio [type="radio"]:checked + label {
    position: relative;
    cursor: pointer;
}

/* radio aspect */
.radio [type="radio"]:not(:checked) + label:before,
.radio [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #A3A5A8;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.radio.big-border [type="radio"]:not(:checked) + label:before,
.radio.big-border [type="radio"]:checked + label:before {
    background: transparent;
    width: 40px;
    height: 40px;

}

.radio.big-border label {
    width: 40px;
    padding: 0;
    font-size: 20px;
    text-align: center;
    color: #A3A5A8;
}

/* checked mark aspect */
.radio [type="radio"]:not(:checked) + label:after,
.radio [type="radio"]:checked + label:after {
    content: url('/images/check.png');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 0.8;
    color: #A3A5A8;
    transition: all .1s;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: -15px;
    padding: 4px 0 0 0;
}

/* checked mark aspect */
.radio.big-border [type="radio"]:not(:checked) + label:after,
.radio.big-border [type="radio"]:checked + label:after {
    content: ' ';
    border: 3px solid #6C6752 !important;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}

.radio.big-border [type="radio"]:checked + label {
    color: #6C6752;
}

/* checked mark aspect changes */
.radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.radio [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled radio */
.radio [type="radio"]:disabled:not(:checked) + label:before,
.radio [type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.radio [type="radio"]:disabled:checked + label:after {
    color: #999;
}

.radio [type="radio"]:disabled + label {
    color: #aaa;
}

/* accessibility */
.radio [type="radio"]:checked:focus + label:before,
.radio [type="radio"]:not(:checked):focus + label:before {
    border: 2px solid #A3A5A8;
}

.btaWindowSubheader {
    margin-top: 25px;
}

.btaWindowSubheader .rowHeader {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #efefef;
    color: #7c7c7c;
    font-size: 11px;
}

@media (min-width: 992px) {
    .btaWindowSubheader .rowHeader {
        padding-left: 65px;
        padding-right: 70px;
    }
}


.btaWindowSubheader .rowHeader .colLabel {
    display: inline-block;
    vertical-align: middle;
    padding-top: 25px;
    padding-bottom: 7px;
}

.btaWindowSubheader .rowHeader .colButtonArea {
    padding: 6px;
}

.btaWindowSubheader .colButtonArea {
    text-align: right;
    margin-right: -40px;
}

.btaWindowSubheader .rowData {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    color: #7c7c7c;
    border-bottom: 1px solid #efefef;
}

@media (min-width: 992px) {
    .btaWindowSubheader .rowData {
        padding-left: 65px;
        padding-right: 70px;
    }
}

.btaWindowSubheader .rowData .colCaption {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-right: -30px;
}

.btaWindowSubheader .rowData .colDate {
    font-size: 14px;
    padding-top: 5px;
}

@media (min-width: 768px) {
    .modal-toolbar + .btaWindowHeader.btaWindowHeaderForClaim .textList {
        margin-right: 200px;
    }
}
html, body, div, span, object, iframe, blockquote, img, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #666;
    overflow-x: hidden;
}

p {
    font-size: 13px;
    line-height: 22px;
}

p img {
    max-width: 100%;
    height: auto !important;
}
.wrap {
    position: relative;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
}

@-moz-document url-prefix() {
    .wrap {
        flex: 1;
    }
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.cover-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inline-block {
    display: inline-block;
}

.small-font {
    font-size: 12px;
}

.grey-bg::after {
    border-left: 11px solid #9E9D90;
}

.grey-bg::before {
    border-right: 11px solid #9E9D90;
}

.fa-bars {
    background: #fff;
}

.hidden {
    display: none;
}

.align-middle {
    vertical-align: middle;
}

p a {
    color: #e30613;
    text-decoration: underline;
}

.valign-middle {
    vertical-align: middle;
}

.legal-text {
    width: 100%;
    padding: 20px;
}

.legal-text ol {
    list-style: decimal !important;
}

.legal-text ol li {
    list-style: decimal !important;
    margin-left: 25px;
    font-family: 'Open Sans', sans-serif !important;
}

.legal-text p {
    display: block;
}

.display-none {
    display: none !important;
}


.custom-select {
    position: relative;
}

.custom-select select {
    display: inline-block;
    border: 1px solid #bbb;
    padding: 6px 3px 6px 5px;
    margin: 0;
    font: inherit;
    outline: none;
    line-height: 1.2;
    background: #f8f8f8;
    -webkit-appearance: none;
    width: 145px;
}

.custom-select select:focus {
    -webkit-box-shadow: 0 0 3px 1px #c00;
    -moz-box-shadow: 0 0 3px 1px #c00;
    box-shadow: 0 0 3px 1px #c00;
}

.custom-select:after {
    content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 30px;
    padding: 2px 8px 0;
    background: #EAEAEA;
    color: #e30613;
    border: 1px solid #bbb;
    pointer-events: none;
}

.no-pointer-events .custom-select:after {
    content: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .custom-select select {
        padding-right: 30px;
    }
}
.radio.big-border label {
    padding-top: 3px;
}

.radio [type="radio"]:disabled:not(:checked) + label:before,
.radio [type="radio"]:disabled:checked + label:before {
    cursor: default;
    pointer-events: none;
}

.radio [type="radio"]:disabled + label {
    cursor: default;
    pointer-events: none;
}
[v-cloak] > * {
    display: none;
}

.accordion-title {
    font-size: 17px;
    padding: 12px 10px 12px 33px;
    margin-bottom: 2px;
}

.accordion-title.disabled {
    opacity: .35;
    font-weight: normal;
}

.accordion-title.disabled.enabled {
    opacity: .35;
    font-weight: bold;
}

.the-acc-title {
    padding-left: 30px;
    display: block;
}

.pay-caret {
    margin-right: 5px;
    color: #e30613;
    font-size: 16px !important;
}

#accident .accordion-title {
    margin-bottom: 2px;
}

.payment-wrapper h3 {
    margin-top: 0;
}

.payment-wrapper .claim-body {
    margin: 0 20px 30px 20px;
}

.payment-wrapper .claim-loader {
    margin: 0 auto;
    max-width: 50px;
}

.payment-wrapper .clear-padding {
    padding: 0;
}

.error {
    border: 1px solid red !important;
}

#accident .close-error {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.coverage-info {
    margin-bottom: 20px;
    color: #0090B4;
    width: fit-content;
}

.payment-options-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.payment-options-wrap .legacy-list {
    margin: 12px 0;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payment-options-wrap ul[class=legacy-list] {
    list-style: disc;
}

.payment-options-wrap ol[class=legacy-list] {
    list-style: decimal;
}

.payment-options-wrap .payment-credentials-wrap .inline-options .monospace-number {
    width: 24px;
    text-align: center;
}

.payment-options-wrap .payment-credentials-wrap .inline-options .age-description {
    padding-left: 4px;
    min-height: 31px;
    line-height: 31px;
}

.payment-options-wrap-bottom {
    margin-bottom: 20px;
}

input[readonly] {
    color: #aaa;
}

#accident input[type=radio] + label, #accident input[type=checkbox] + label, #accident .date-holder, input[readonly].fmDate, .fmSelect {
    cursor: pointer;
}

#accident .btaRadioBtn-custom input:checked + label {
    background-image: url(/images/icons/input-checkbox.png);
    border-color: #6c6752;
}

#accident .btaRadioBtn-custom input {
    display: none;
}

#accident .btaRadioBtn-custom {
    padding-top: 5px;
    padding-left: 0;
}

#accident .fmDatepick {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
    background: white;
    color: #6c6752;
    font-weight: bold;
    border: 3px solid #6c6752;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    max-width: 100px;
}

#accident .fmDatepick.fmDate2 {
    border: 3px solid #e2e1dc;
    color: #e2e1dc;

}

#accident .date-holder {
    padding-left: 0;
    min-width: 150px;
}

#accident #BTA-Calendar-TIC01 {
    white-space: nowrap;
}

#accident .fmInput {
    height: 30px;
    min-width: 100%;
}

#accident .fmSelect {
    height: 30px;
    min-width: 100%;
}

.payment-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.accident-payment-details {
    margin-bottom: 30px;
}

.payment-title span {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    display: inline;
    margin-top: 10px;
}

.range-holder li {
    display: inline-block;
}

.payment-credentials {
    position: relative;
    width: 400px;
    max-width: 100%;
}

.remove-person {
    position: absolute;
    right: 0;
    top: -15px;
}

.payment-credentials:first-child .remove-person {
    display: none;
}

#accident .table-link a {
    color: #e30613;
    text-decoration: underline;
}

.vue-affix.affix {
    position: fixed;
    z-index: 1001;
    background: white;
    padding-left: 5px;
    padding-right: 50px;
    width: 980px;
}

#accident .table-field {
    height: 45px;
    font-size: 14px;
    display: flex;
    align-items: center;
    min-width: 60px;
    cursor: pointer;
}

#accident .field-value {
    margin: 0 auto;
    text-align: center;
}

#accident .table-header {
    text-align: center;
    min-width: 60px;
    border: 3px solid #FFFFFF;
}

#accident .table-header:not(.activeNr) .table-header-price {
    color: #CECECC;
}

#accident .field-color-0 {
    background-color: #EEEBE6;
}

#accident .field-color-1 {
    background-color: #E5E3D7;
}

#accident .field-color-2 {
    background-color: #DCD9CA;
}

#accident .field-color-3 {
    background-color: #D1CCB8;
}

#accident .field-color-4 {
    background-color: #C7C2AF;
}

#accident .tipso_style {
    padding-left: 20px;
}

.ui-widget-content {
    color: #666;
}

.inline-options li {
    display: inline-block;
    vertical-align: middle;
}

.travelers, .ehic-travelers {
    min-width: 20px;
    text-align: center;
}

.manage-travelers, .manage-ehic {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 -62px;
    width: 31px;
    height: 31px;
}

.manage-travelers:hover, .manage-ehic:hover {
    background-position: 0 -31px;
}

.travel-minus {
    background-image: url(../../images/btn_minus2.png);
}

.travel-plus {
    background-image: url(../../images/btn_plus2.png);
}

.payment-continue {
    text-align: right;
}

#accident .subtitle-bold {
    font-weight: 700;
}

#accident .payment-continue.custom-padding {
    padding-top: 20px;
}

#accident .payments-grid {
    display: grid;
    grid-template-columns: repeat(3, 90px);
    gap: 20px;
}

#accident .content-end {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: end;
    gap: 14px;

    @media (min-width: 500px) {
        justify-content: space-between;
        flex-direction: row;
        width: 50%;
    }
}

#accident .payment-count-values.custom-align {
    text-align: left;
    white-space: nowrap;
}

#accident .payment-count-values.no-wrap {
    white-space: nowrap;
}

#accident .table-header:hover {
    border: 3px solid #E6E7E9;
}

#accident .table-header.activeNr {
    border: 3px solid #6C6752;
}

#accident .cPortraitItem .aPicture img {
    margin-top: 0;
    display: block;
}

#accident .row-padding {
    padding: 5px 5px 5px 0;
}

#accident .padding-top-left {
    padding-left: 3px;
    padding-top: 10px;
}

#accident .padding-top-bottom {
    padding-top: 20px;
    padding-bottom: 10px;
}

#accident .padding-top-only {
    padding-top: 5px;
}

#accident .custom-payment-width {
    width: 40%;
}

#accident .bold-font-large {
    font-size: 20px;
    font-weight: 700;
}

#accident .payment-description-accident {
    display: inline-block;
    font-size: 20px;
}

#accident .original-price-accident {
    color: #00B4AD;
    text-align: left;
    align-content: end;
}

#accident .original-price-spacer-accident {
    height: 3px;
    width: 55%;
    position: relative;
    background: #c4c4c4;
}

#accident .payment-continue-accident {
    text-align: right;
    justify-content: flex-end;
}

#accident .accident-step4-firstPayment {
    font-weight: bold;
}

#accident .sub-title-gray {
    font-weight: 600;
    color: #B7B7B7;
    font-size: 15px;
}

#accident .sub-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 0;
}

#accident .extra-risks {
    padding-left: 0;
}

#accident .input-readonly {
    background-color: #EBEBE4;
}

#accident .payments-table-holder {
    position: relative;
    padding-top: 10px;

    .header-grid {
        display: grid;
        grid-template-columns: auto;
        gap: 4px;

        @media (min-width: 500px) {
            grid-template-columns: 33.3% 1fr;
        }

        .sub-header {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 4px;
        }
    }

    .table-grid {
        display: grid;
        grid-template-columns: auto;
        gap: 4px;

        @media (min-width: 500px) {
            grid-template-columns: 33.3% auto;
        }

        .sub-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 4px;
        }
    }
}

#accident .details-block-step4 {
    text-align: left;
}

#accident .show-details.active img, .show-details.drop-active img {
    transform: matrix(-1, 0, 0, -1, 0, 0);
}

#accident .extra-risks-block {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#accident .cPortraitItem.active .aPicture {
    display: block;
    max-width: 78px;
    margin: 0 auto;
    border: 3px solid #6c6752;
}

#accident .cPortraitItem .aPicture {
    border: 3px solid #FFFFFF;
    min-height: auto;
}

#accident .aPicture {
    width: 76px;
}

#accident .payment-count input:not([disabled]) + label:hover:before {
    border: 3px solid #6C6752;
}

#accident .payments-selection .payments img {
    height: 30px;
    width: 100px;
}

#accident .payments-selection .payments .information-text-wrapper a {
    color: #00b4ad;
}

.error-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
}

.error-border {
    border: 1px solid red !important;
}

.error-border-color {
    border-color: red !important;
}

.error-outline {
    outline: 3px solid red !important;
}

.error-subtitle {
    font-size: 12px;
    margin-top: 20px;
}

.error-msg {
    font-size: 14px;
    line-height: 18px;
}

.capctha-holder {
    margin-top: 40px;
}

.wait-body .close-error {
    display: none !important;
}

.wait-body .approval-box {
    width: 100% !important;
}

.waiting-clock {
    display: block;
    text-align: center;
}

.waiting-clock img {
    width: 50px;
}

.error-credentials {
    outline: 2px solid red;
}

.countdown {
    margin-bottom: 20px;
}

.countdown p {
    display: inline;
    vertical-align: middle;
}

.extra-subtitle {
    display: inline-block;
}

.payment-approval .summarry-content {
    width: 430px;
}

.hasDatepicker {
    position: inherit;
}

.commercial-content-container {
    padding-top: 30px;
}

.commercial-content {
    opacity: 0;
    display: none;
}

.commercial-content-label {
    border: 2px solid #e2e1dc;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    width: 35px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

.commercial-content:checked + .commercial-content-label {
    border: 3px solid #e30613;
    font-weight: bold;
}

.accident-payment .loader-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    opacity: 0.5;
}

.accident-payment .claim-loader {
    top: 45%;
    position: relative;
}

.accident-payment .date-format .padding-0 {
    padding: 0;
}

.accident-payment .date-format .padding-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.accident-payment .informative-field {
    background-color: #E4F5FD;
}

.accident-payment .informative-field-title {
    color: #0090B4;
    padding: 15px 30px 10px 30px;
}

.accident-payment .informative-content {
    padding: 0 30px 0 30px;
}

.accident-payment .informative-content .small-font {
    font-size: 12px;
}

.accident-payment .number-bold {
    color: #666;
}

.accident-payment .bankupdate-check {
    margin-top: 5px;
}

.payee-cards li, .payee-banks li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.payee-cards {
    margin-bottom: 15px;
}

.ico-selected {
    opacity: 1;
}

.ico-selected img {
    outline: 3px solid #6C6753;
}

.fmMoneyCombo:after {
    content: '';
    display: block;
    clear: both;
}

.fmMoneyCombo .fmInput,
.fmMoneyCombo .fmSelect {
    width: 66px;
    text-align: center;
}

.fmMoneyCombo .fmSelect {
    margin-left: 5px;
}


@media (max-width: 992px) {
    .vue-affix.affix {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .payment-continue {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .accident-payment .informative-field {
        top: 30px;
    }

    .payments-table-holder {
        width: 900px;
    }
}

@media (max-width: 490px) {
    #accident .original-price-spacer-accident {
        width: 100%;
    }

    #accident .table-field {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
    }

    #accident .table-header {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #accident .price-accident {
        text-align: right !important;
    }

    #accident .original-price-accident {
        text-align: right !important;
    }
}

@media (max-width: 475px) {
    #accident .payment-count-values {
        width: 100% !important;
    }

    #accident .payment-count-values.custom-align {
        text-align: right;
    }

    #accident .custom-payment-width {
        width: 100%;
    }
}

@media (max-width: 547px) {
    #accident .table-header {
        white-space: nowrap;
    }
}

@media (max-width: 342px) {
    #accident .payment-options-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    #accident .informative-content {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    #accident .fmColLabel {
        width: 100%;
    }

    #accident .fmColElements {
        width: 100%;
    }
}

@media (max-width: 372px) {
    #accident .date-holder {
        padding-top: 5px;
    }
}

@media (max-width: 767px) {
    .claim-wrapper .clear-padding {
        padding: 0;
    }

    .vue-affix.affix {
        padding-right: 40px;
    }
}

@media (max-width: 342px) {
    .vue-affix.affix {
        padding-right: 10px;
    }
}
